.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);
  background-position: left 18px top 10px, right 18px top 10px;
}
.p-reserve .hr {
  width: 350px;
  margin: 0 auto 20px;
}

.p-reserve::before {
  width: 100px;
  height: 50px;
}

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

@media screen and (max-width: 767px) {
  .p-reserve::before {
    width: 100px;
    height: 50px;
  }

  .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 {
    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: 13px;
    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;
  }
}
.p-intro {
  overflow: hidden;
}

.p-intro .tab-list li a::after {
  right: 10px;
  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-gallery {
  padding-top: 0;
}

.p-reserve .step-wrap {
  margin-top: 30px;
}
.p-reserve .step-wrap h3 {
  font-size: 16px;
  text-align: center;
  padding: 7px;
  font-weight: 500;
  background-color: #fde2e4;
  color: #f67b7e;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
}
.p-reserve .step-wrap .list-step {
  padding: 20px 0 0;
  gap: 50px;
  display: flex;
  justify-content: center;
}
.p-reserve .step-wrap .list-step li {
  width: 60px;
  position: relative;
  display: block;
}
.p-reserve .step-wrap .list-step li:not(:last-of-type) .icon {
  position: relative;
}
.p-reserve .step-wrap .list-step li:not(:last-of-type) .icon::after {
  content: "";
  position: absolute;
  width: 8px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/modal_rs_arrow.webp) no-repeat center/contain;
  height: 14px;
}
.p-reserve .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;
}

@media screen and (max-width: 767px) {
  .p-reserve .step-wrap h3 {
    font-size: 14px;
    padding: 5px;
  }
  .p-reserve .step-wrap .list-step {
    padding: 11px 0 0;
    gap: 26px;
  }
  .p-reserve .step-wrap .list-step li {
    width: 44px;
  }
  .p-reserve .step-wrap .list-step li:not(:last-of-type) .icon::after {
    width: 4px;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/modal_rs_arrow.webp) no-repeat center/contain;
    height: 7px;
  }
  .p-reserve .step-wrap .list-step li .txt {
    letter-spacing: 0.02em;
    margin-top: 7px;
    font-size: 13px;
  }
}
.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;
}

.list-top3 .swiper-top3::before,
#plan01 .swiper-top3::before,
#plan02 .swiper-top3::before,
#plan03 .swiper-top3::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 78px;
  height: 78px;
  background: url(../img/time-4570.webp) no-repeat center/contain;
  z-index: 99;
  pointer-events: none;
}

.p-hair {
  padding: 112px 0;
}
.p-hair .l-container {
  max-width: 995px;
}
.p-hair .c-ttl {
  position: relative;
}
.p-hair .c-ttl .main {
  font-size: 36px;
  letter-spacing: 0;
}
.p-hair .c-ttl::before {
  position: absolute;
  width: 530px;
  height: 162px;
  display: block;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  background: url(../img/bg_hair.webp) no-repeat center/contain;
}
.p-hair__txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.p-hair__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.p-hair__tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 45px;
  font-family: "Zen Maru Gothic", serif;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #9fc3ed;
  color: #9fc3ed;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: 0;
}
.p-hair__tab-list li a.active {
  background-color: #9fc3ed;
  color: #fff;
}
.p-hair__tab-group {
  margin-top: 40px;
  overflow: hidden;
}
.p-hair__tab-content {
  display: none;
}
.p-hair__tab-content.active {
  display: block;
}
.p-hair-swiper {
  overflow: hidden;
  width: 100%;
}
.p-hair-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-hair-swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
  line-height: 1;
}
.p-hair-swiper .swiper-pagination-bullet {
  margin: 0 7px;
  width: 8px;
  height: 8px;
  border: 1px solid #9fc3ed;
  background-color: transparent;
  opacity: 1;
}
.p-hair-swiper .swiper-pagination-bullet-active {
  background-color: #9fc3ed;
}

@media screen and (min-width: 768px) {
  .p-hair-swiper {
    padding-bottom: 0;
  }
  .p-hair-swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hair {
    padding: 40px 0;
  }
  .p-hair .c-ttl .main {
    font-size: 23px;
  }
  .p-hair .c-ttl::before {
    width: 280px;
    height: 86px;
  }
  .p-hair__txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-hair__tab-list {
    margin-top: 24px;
    gap: 8px 5px;
  }
  .p-hair__tab-list li a {
    min-width: auto;
    width: 107px;
    height: 30px;
    padding: 0;
    font-size: 11px;
  }
  .p-hair__tab-group {
    margin-top: 24px;
  }
}
