/* ========================================================================== 
Setting
========================================================================== */
/* ========================================================================== 
Common
========================================================================== */
.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.hover-bg-secondary {
  transition: all 0.3s;
}
.hover-bg-secondary:hover {
  background-color: #d9617c;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .gnav_sp {
    padding-bottom: 8rem;
  }
  .humburger {
    position: fixed;
    z-index: 100;
    display: block;
    right: 15px;
    top: 20px;
    width: 30px;
  }
  .js_humburgerOpen .navi {
    transform: translateZ(0) translateX(0);
  }
  .navi {
    display: block;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FF7292;
    opacity: 0.9;
    top: 0;
    left: 0;
    padding: 60px 0 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
  }
  .humburger span.humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 2px;
    background: #FF7292;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .humburger span.humburger_bar.middle {
    margin: 0 auto 4px;
  }
  .humburger span.humburger_bar:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .humburger span.humburger_bar {
    background: #FFF;
  }
  .js_humburgerOpen .humburger span.humburger_bar.top {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .js_humburgerOpen .humburger span.humburger_bar.middle {
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  .sp-global-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
  }
  .sp-global-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z' clip-rule='evenodd'/></svg>");
  }
  .sp-footer-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  }
  .sp-footer-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  }
}
a {
  transition: all 0.2s;
}
a:hover {
  transition: all 0.2s;
  opacity: 0.8;
  color: #d9617c;
}

.border-dashed {
  border-style: hidden hidden dashed hidden !important;
}

.arrow-right-white,
.arrow-right-primary,
.arrow-down-white,
.caret-right-white,
.caret-right-primary,
.square-check-right-primary,
.chevron-right-primary,
.balloon {
  position: relative;
}

.arrow-right-white::after,
.arrow-right-primary::after,
.caret-right-white::after,
.caret-right-primary::after,
.square-check-right-primary::after,
.chevron-right-primar::after {
  font-family: "FontAwesome";
  position: absolute;
}

.arrow-right-white::after,
.caret-right-white::after {
  color: #f8f9fa;
}

.arrow-right-primary::after,
.caret-right-primary::after,
.square-check-right-primary::after,
.chevron-right-primar::after {
  color: #FF7292;
}

.arrow-right-white::after,
.arrow-right-primary::after {
  content: "\f061";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}

.caret-right-white::after,
.caret-right-primary::after {
  content: "\f0da";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}

.square-check-right-primary::after {
  content: "\f14a";
  left: -1.2rem;
  top: 0;
}

.chevron-right-primar::after {
  content: "\f054";
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FF7292;
  z-index: 1;
}

.float-menu {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 1000;
  transition-duration: 0.3s;
}

.float-menu.float-bottom {
  opacity: 100;
}

.float-menu.float-bottom {
  opacity: 0;
  pointer-events: none;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  margin-bottom: 1.5rem !important;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.makeshop-calendar1 thead, .makeshop-calendar1 tbody, .makeshop-calendar1 tfoot, .makeshop-calendar1 tr, .makeshop-calendar1 td, .makeshop-calendar1 th,
.makeshop-calendar2 thead,
.makeshop-calendar2 tbody,
.makeshop-calendar2 tfoot,
.makeshop-calendar2 tr,
.makeshop-calendar2 td,
.makeshop-calendar2 th {
  border: 1px solid #e5e5e5;
}
.makeshop-calendar1 td, .makeshop-calendar1 th,
.makeshop-calendar2 td,
.makeshop-calendar2 th {
  padding: 5px 0 5px 0;
}
.makeshop-calendar1 th,
.makeshop-calendar2 th {
  background-color: #adb5bd;
  color: #ffffff;
}
.makeshop-calendar1 td.saturday,
.makeshop-calendar2 td.saturday {
  background-color: #5dcfcf;
  opacity: 0.5;
}
.makeshop-calendar1 td.sunday,
.makeshop-calendar2 td.sunday {
  background-color: #FF7292;
  opacity: 0.5;
}
.makeshop-calendar1 .today,
.makeshop-calendar2 .today {
  background-color: #ffc107;
}
.makeshop-calendar1 .holiday,
.makeshop-calendar2 .holiday {
  background-color: #e5e5e5;
}

/* ========================================================================== 
Top
========================================================================== */
#deadline {
  top: -12px;
  left: -10px;
}

.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 1rem !important;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 20px;
}

/* ========================================================================== 
Price List
========================================================================== */
.pricelist li.nav-item {
  transition: all 0.3s;
}

.pricelist li.nav-item:hover {
  background-color: rgba(255, 114, 146, 0.1);
  transition: all 0.3s;
}

/*# sourceMappingURL=style.css.map */
