.p-reserve__ttl span {
  color: #f67b7e;
}

.p-reserve__txt .list {
  font-size: 16px;
}

.p-reserve__txt .ttl {
  background: none;
  width: 80px;
  padding: 0;
  display: block;
  height: 80px;
}

.p-reserve {
  background-image: url(../img/bg_reserve_left.webp), url(../img/bg_reserve_left.webp);
}
.p-reserve .hr {
  width: 350px;
  margin: 0 auto 20px;
}

.p-reserve.white {
  background-image: url(../img/bg_reserve_pink_left.webp), url(../img/bg_reserve_pink_left.webp);
}

.p-intro {
  overflow: hidden;
}

.p-intro .tab-list li a {
  letter-spacing: 0;
}

.p-intro .tab-list li a::after {
  right: 8px;
  top: 45%;
}

.p-intro .tab-list li a.hairstyle {
  color: #fbb03b;
  border: 1px solid #fcc46d;
}
.p-intro .tab-list li a.hairstyle::after {
  border-right: 1px solid #fbb03b;
  border-bottom: 1px solid #fbb03b;
}
.p-intro .tab-list li a.hairstyle.active {
  background-color: #fcc46d;
  color: #fff;
}

.p-intro .tab-group #couple {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .gallery-list:not(.men-swiper) .swiper-navigations {
    height: 28px;
    max-width: 360px;
    bottom: -60px;
  }
  .gallery-list:not(.men-swiper) .swiper-buttons {
    height: 28px;
    width: 60px;
  }
  .gallery-list:not(.men-swiper) .swiper-button-prev {
    display: block;
    width: auto;
    height: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    position: relative;
    height: 28px;
  }
  .gallery-list:not(.men-swiper) .swiper-button-prev::after {
    width: 28px;
    height: 28px;
  }
  .gallery-list:not(.men-swiper) .swiper-button-next {
    display: block;
    width: auto;
    height: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    position: relative;
    height: 28px;
  }
  .gallery-list:not(.men-swiper) .swiper-button-next::after {
    width: 28px;
    height: 28px;
  }
  .gallery-list:not(.men-swiper) .swiper-pagination {
    display: block;
    height: 3px;
  }
  .gallery-list.hairstyle-swiper .swiper-button-prev::after {
    background: url(../img/swiper_button_arrow_orange.webp) no-repeat center/contain;
  }
  .gallery-list.hairstyle-swiper .swiper-button-next::after {
    background: url(../img/swiper_button_arrow_orange.webp) no-repeat center/contain;
  }
  .gallery-list.hairstyle-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fbb03b;
  }
}
.p-reserve::before {
  width: 100px;
  height: 50px;
}

#modal-reservation .step-wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 30px;
}
#modal-reservation .step-wrap h3 {
  font-size: 16px;
  background-color: #fef698;
  text-align: center;
  padding: 7px;
  font-weight: 500;
}
#modal-reservation .step-wrap .list-step {
  padding: 20px 0;
  gap: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fffcdc;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-reservation .step-wrap .list-step li {
  width: 60px;
  position: relative;
  display: block;
}
#modal-reservation .step-wrap .list-step li:not(:last-of-type) .icon {
  position: relative;
}
#modal-reservation .step-wrap .list-step li:not(:last-of-type) .icon::after {
  content: "";
  position: absolute;
  width: 8px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/modal_rs_arrow.webp) no-repeat center/contain;
  height: 14px;
}
#modal-reservation .step-wrap .list-step li .txt {
  letter-spacing: 0.02em;
  margin-top: 7px;
  white-space: nowrap;
  line-height: 1.15384615;
  font-size: 15px;
  text-align: center;
}

.modal-list .modal-wrapper .modal-reservation .modal-close {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #modal-reservation .step-wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 18px;
  }
  #modal-reservation .step-wrap h3 {
    font-size: 14px;
    padding: 5px;
  }
  #modal-reservation .step-wrap .list-step {
    padding: 11px 0;
    gap: 26px;
  }
  #modal-reservation .step-wrap .list-step li {
    width: 44px;
  }
  #modal-reservation .step-wrap .list-step li:not(:last-of-type) .icon::after {
    width: 4px;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/modal_rs_arrow.webp) no-repeat center/contain;
    height: 7px;
  }
  #modal-reservation .step-wrap .list-step li .txt {
    letter-spacing: 0.02em;
    margin-top: 7px;
    font-size: 13px;
  }
  .p-reserve::before {
    width: 66px;
    height: 32px;
  }
  .p-reserve__txt {
    padding-left: 90px;
  }
  .p-reserve__txt:last-of-type {
    margin-top: 20px;
  }
  .p-reserve__txt .list {
    line-height: 1.21428571;
    font-size: 14px;
  }
  .p-reserve__txt .list::before {
    -webkit-transform: translate(0);
            transform: translate(0);
    top: -2px;
  }
  .p-reserve__txt .list:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .p-reserve__txt .ttl {
    background: none;
    display: block;
    width: 72px;
    height: 72px;
    padding: 0;
    left: 0;
  }
  .p-reserve {
    background-image: url(../img/bg_reserve_left.webp), url(../img/bg_reserve_left.webp);
    background-size: 12px;
    background-position: left 8px top 10px, right 8px top 10px;
  }
  .p-reserve .hr {
    width: 100%;
    margin: 10px 0;
  }
  .p-reserve .hr img {
    vertical-align: middle;
  }
}
.gallery-list.hairstyle-swiper .swiper-button-prev::after {
  background: url(../img/swiper_button_arrow_orange.webp) no-repeat center/contain;
}
.gallery-list.hairstyle-swiper .swiper-button-next::after {
  background: url(../img/swiper_button_arrow_orange.webp) no-repeat center/contain;
}
.gallery-list.hairstyle-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fbb03b;
}/*# sourceMappingURL=custom.css.map */