@charset "UTF-8";

.price .p-global_nav--header a[data-link="price"]{
  color: var(--color-gold);
  pointer-events: none;
}

.l-main{
  background: url(/common/images/bg-style06.png) repeat;
}

.c-section{
  padding: 85px 0 70px;
}
.c-section-whole_body__heading{
  margin-bottom: 170px;
  font-family: var(--font-mincho);
  font-size: 4.0rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.p-section__block{
  max-width: 1020px;
  margin: auto;
  padding-top: 65px;
}
.p-section__block + .p-section__block{
  margin-top: 65px;
}
.p-section__image{
  display: block;
  margin-bottom: 5px;
}
.p-coupon_image--introduce{
  /* max-width: auto; */
  margin-top: 70px;
}
.p-coupon_image{
  max-width: 300px
}
.p-section__image + .p-coupon_image__container{
  margin-top: 60px;
}
.p-reservation__link{
  max-width: 576px;
  display: block;
  margin: 40px auto 0;
}
.p-section__block__heading{
  font-family: var(--font-mincho);
  font-size: 5.0rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
#facial, #face_select5{
  padding-top: 60px;
  margin-top: -60px;
}
/* #face{
  margin-top: -60px;
} */
.p-coupon_image__container .p-coupon_image{
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1016px){
  .p-coupon_image__container a{
    width: 32.33333%;
  }
}
@media (max-width: 767px){
  .c-section{
    padding: 20vw 0 16vw;
  }
  .c-section-whole_body{
    margin-top: -10vw;
  }
  .c-section-whole_body__heading{
    margin: 0 0 24vw;
    padding: 0;
    font-size: 6vw;
  }
  .p-section__block{
    padding: 3vw 0 13vw;
  }
  .p-section__block + .p-section__block {
    margin-top: 0;
  }
  .p-section__block__heading{
    margin-bottom: 0;
    font-size: 5.2vw;
  }
  .p-section__block__heading img{
    width: auto;
    height: 100%;
  }
  .p-coupon_image--introduce{
    width: calc( 600 / 690 * 100% );
    margin: 10vw auto 0;
  }
  .p-coupon_image{
    width: calc( 400 / 690 * 100% );
    margin: 6vw auto 0;
  }
  .p-section__image + .p-coupon_image__container{
    margin-top: 4vw;
  }
  .p-coupon_image__container .p-coupon_image + .p-coupon_image{
    margin-top: 4vw;
  }
  .p-reservation__link{
    width: calc( 580 / 690 * 100% );
    margin-top: 10vw;
  }
  .p-section-face__heading{
    width: calc( 400 / 690 * 100% );
  }
  .p-section-body__heading{
    width: calc( 400 / 690 * 100% );
  }
  #facial, #face_select5{
    padding-top: 0;
    margin-top: 0;
  }
  #allSet .p-section__block__heading{
    letter-spacing: -0.01vw;
  }
}

.p-section-plan{
  background: url(/index/images/bg-style03.png) left top repeat;
  padding-bottom: 0px;
}
.p-section-plan::before{
  background: url(/index/images/text-image-plan.png) right 20px no-repeat;
}
.p-section-plan__heading{
  top: -150px;
}
.p-section-plan__heading img {
  width: 580px;
}
.p-plan__body{
  max-width: 900px;
  justify-content: center;
  margin-top: -120px;
}
.p-plan__block{
  width: auto;
  margin-bottom: 50px;
  padding: 0 2px;
  position: relative;
}
.p-plan__block a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 94% 0px 0;
}
.p-plan__link{
  margin: 60px auto 0;
}
@media (max-width: 1040px){
  .p-plan__block__link img{
    width: 75%;
  }
  .p-commitment__detail__heading img{
    max-width: 100%;
  }
}
@media (max-width: 767px){
  .p-section-plan__heading{
    top: -16vw;
    margin-bottom: 6vw;
    padding: 0 4vw;
  }
  .p-section-plan{
    margin-bottom: 12vw;
    padding-top: 0;
    padding-bottom: 0vw;
  }
  .p-plan__body{
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 2vw );
    margin-left: -2vw;
    margin-top: -16vw;
  }
  .p-plan__block{
    width: 50%;
    margin-bottom: 2vw;
    padding-left: 2vw;
  }
  .p-plan__block__link{
    width: calc( 550 / 690 * 100% );
    position: relative;
    left: 2vw !important;
  }
  .p-plan__link{
    width: calc( 421 / 690 * 100% );
    margin-top: 8vw;
  }
}

.p-coupon_image__container a{
  display: block;
}
.p-coupon_image__container a.no_link{
  pointer-events: none;
}
@media (min-width: 768px){
  .p-coupon_image__container a:not(.no_link):hover img{
    opacity: 0.8;
  }
}
