@charset "UTF-8";
/**************************************************
* MV .p-mv
***************************************************/
.p-mv {
  position: relative;
  width: 100vw;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.p-mv__video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
  opacity: 0.6;
  display: block;
}
.p-mv__ttl {
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 300px;
  z-index: 1;
}

@media screen and (max-width: 375px) {
  .p-mv {
    height: 70vh;
  }
  .p-mv__video {
    top: 70%;
  }
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-mv {
    height: 70vh;
  }
  .p-mv__ttl {
    width: 60%;
    max-width: 400px;
  }
  .p-mv__video {
    top: 50%;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-mv {
    height: 75vh;
  }
  .p-mv__ttl {
    width: 35%;
    top: 40%;
    right: unset;
    left: 3%;
    right: unset;
    bottom: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: unset;
  }
  .p-mv__video {
    top: 63%;
  }
}
/*=================== PCここまで ==================*/

/**************************************************
* CTA .p-cta
***************************************************/
.p-cta__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: -5px;
}
.p-cta__banner {
  max-width: 700px;
  margin: auto;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-cta__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: -20px;
  }
}
/*=================== TBここまで ==================*/


/**************************************************
* キャンペーン .p-campaign
***************************************************/
.p-campaign {
  padding: 0 10px;
}
.p-campaign__img {
  margin-bottom: 30px;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-campaign__img {
    margin-bottom: 50px;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {

}
/*=================== PCここまで ==================*/


/**************************************************
* 実際の施術風景 .p-video
***************************************************/
.p-video__contents {
  margin: auto auto 30px;
}
.p-video__contents--vertical {
  width: 80%;
}
.p-video__more {
  margin-bottom: 60px;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-video__contents--vertical {
    width: 300px;
  }

  .p-video__more {
    margin-bottom: 80px;
  }
}

/*=================== TBここまで ==================*/


/**************************************************
* 頭皮のお悩み .p-worries
***************************************************/
.p-worries__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  text-shadow: 1px 2px 3px #808080
}

.p-worries-list {
  margin: 0 18px;
}
.p-worries-list__item {
  color: #FFF;
  margin-left: 30px;
  margin-bottom: 20px;
}
.p-worries-list__item:last-child {
  margin-bottom: 0;
}
.p-worries-list__item::before {
  content: "";
  background-image: url(../images/p-worries-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-left: -30px;
}

.p-worries-list__item span {
  background: #E1BC56;
}


@media screen and (max-width: 320px) {
  .p-worries__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-worries-list {
    max-width: 600px;
    margin: 0 auto;
  }
}

/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
}
/*=================== PCここまで ==================*/




/**************************************************
* 頭皮のお悩み .p-about
***************************************************/
.p-about-description__txt {
  margin-bottom: 30px;
}
.p-about-feature {
  text-align: center;
  margin: 0 20px;
}
.p-about-feature__ttl {
  display: inline-block;
  background: #616161;
  color: #FFF;
  padding: 5px 15px;
  margin: auto auto 15px;
}
.p-about-feature__txt {
  text-align: left;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-about-description {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }

  .p-about-description__img {
    width: 40%;
  }
  .p-about-description__txt {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .p-about-feature__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-about-feature__ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 20px;
  }
}
/*=================== PCここまで ==================*/


/**************************************************
* アートメイク症例 .p-case
***************************************************/
.p-case-list {
  margin: 0 30px 30px;
}
.p-case-list__item {
  margin-bottom: 20px;
}
.p-case-list__item:last-child {
  margin-bottom: 0;
}
.p-case__annotation {
  max-width: 840px;
  background: #EEEEEE;
  text-align: center;
  padding: 20px 5px;
  margin: auto;
}

@media screen and (max-width: 320px) {
  .p-case__annotation span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-case-list__item {
    width: calc(50% - 10px);
  }
  .p-case__annotation .sp {
    display: block;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-case__annotation {
    text-align: left;
    padding: 30px 50px;
  }
  .p-case__annotation span {
    font-size: 16px;
  }
  .p-case__annotation .sp {
    display: none;
  }
}
/*=================== PCここまで ==================*/

/**************************************************
* 施術者紹介 .p-therapist
***************************************************/
.p-therapist-img-wrap {
  position: relative;
  margin-bottom: 20px;
}
.p-therapist__img--main {
  margin-left: 30px;
}
.p-therapist__img--sub {
  width: 70%;
}
.p-therapist__img--right {
  margin: 0 0 0 auto;
}
.p-therapist-img-wrap--2sheets .p-therapist__img:first-child {
  margin-bottom: 20px;
}
.p-therapist__message {
  text-align: center;
  margin-bottom: 20px;
}
.p-therapist__message--l {
  font-size: 22px;
  font-size: 2.2rem;
}

.p-therapist__txt-ttl {
  margin-bottom: 20px;
}
.p-therapist__txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 320px) {
  .p-therapist__message--l {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-therapist-img-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .p-therapist-img-wrap--main {
    justify-content: center;
    margin: auto auto 30px;
  }
  .p-therapist-img-wrap--mb {
    margin-bottom: 45px;
  }

  .p-therapist__img {
    width: 45%;
  }
  .p-therapist__img--main {
    width: 55%;
    margin-left: 0;
  }
  .p-therapist-img-wrap--2sheets .p-therapist__img {
    width: calc(50% - 20px);
  }
  .p-therapist-img-wrap--2sheets .p-therapist__img:last-child {
    margin-top: 40px;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-therapist__message--l {
    font-size: 28px;
    font-size: 2.8rem;
  }
  
  .p-therapist-img-wrap--main {
    max-width: 900px;
  }
  .p-therapist__img-description {
    padding: 20px 60px;
  }
  .p-therapist__img-description-position {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-therapist__img-description-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-therapist-txt-wrap {
    width: 80%;
    margin: auto;
  }
}
/*=================== PCここまで ==================*/



/**************************************************
* ご利用の流れ .p-flow
***************************************************/
.p-flow__lead {
  text-align: center;
  margin-bottom: 50px;
}

.p-flow-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F7F8F3;
  padding: 0 15px 20px;
  margin-bottom: 60px;
}
.p-flow-list__item:last-child {
  margin-bottom: 0;
}

.p-flow-list__item-step {
  width: 65px;
  margin: auto;
  margin-top: -33px;
  margin-bottom: 5px;
}
.p-flow-list__item-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.p-flow-list__item-img {
  width: 50%;
  margin: 0 auto 20px;
}
.p-flow-list__item-txt {
  display: flex;
  flex-grow: 1;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-flow-list__item {
    width: calc( 50% - 15px );
  }
  .p-flow-list__item:nth-child(n+3)  {
    margin-bottom: 0;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-flow__lead {
    margin-bottom: 70px;
  }
  .p-flow-list__item {
    padding: 0 25px 30px;
  }
}
/*=================== PCここまで ==================*/



/**************************************************
* コース・プラン .p-plan
***************************************************/
.p-plan {
  max-width: 870px;
}
.p-plan__sub-ttl {
  text-align: center;
  margin-bottom: 15px
}

.p-plan__item {
  margin-bottom: 50px;
}
.p-plan__item:last-child {
  margin-bottom: 0;
}

.p-plan-list__item {
  margin-bottom: 30px;
}
.p-plan-list__item:last-child {
  margin-bottom: 0;
}
.p-plan-list__item-ttl {
  background: #CBB487;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  padding: 8px;
}
.p-plan-list__item-detail {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  background: #FFF;
  padding: 5px 8px;
}

.p-plan-list__item-price--monitor {
  background: #FFED7B;
}
.p-plan-list__item-price-txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-plan-list__item-price-num {
  line-height: 1.2;
}
/* 横並び */
.p-plan-list__item--beside .p-plan-list__item-price {
  width: 50%;
  padding: 15px 5px;
}
.p-plan-list__item--beside .p-plan-list__item-price-num {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.p-plan-list__item--beside .p-plan-list__item-price-num span {
  font-size: 20px;
  font-size: 2rem;
}


.p-plan-list__item--beside .p-plan-list__item-price--monitor .p-plan-list__item-price-txt {
  font-weight: bold;
}
.p-plan-list__item--beside .p-plan-list__item-price--monitor .p-plan-list__item-price-num {
  font-size: 34px;
  font-size: 3.4rem;
}

/* 縦並び */
.p-plan-list__item--column .p-plan-list__item-detail {
  padding: 10px 15px 30px;
}

.p-plan-list__item--column .p-plan-list__item-range {
  font-weight: bold;
}
.p-plan-list__item--column .p-plan-list__item-detail {
  flex-wrap: wrap;
  flex-direction: column;
}

.p-plan-list__item--column .p-plan-list__item-img {
  margin-bottom: 10px;
}

.p-plan-list__item--column .p-plan-list__item-price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.p-plan-list__item--column .p-plan-list__item-price--normal{
  margin: 0 10px 5px;
}
.p-plan-list__item--column .p-plan-list__item-price--monitor {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 15px 5px;
}

.p-plan-list__item--column .p-plan-list__item-price-num {
  font-size: 26px;
  font-size: 2.6rem;
}
.p-plan-list__item--column .p-plan-list__item-price--monitor .p-plan-list__item-price-num {
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 2px;
}

.p-plan-list__item--column .p-plan-list__item-price-num span {
  font-size: 20px;
  font-size: 2rem;
}
.p-plan-list__item--column .p-plan-list__item-price--monitor .p-plan-list__item-price-num span {
  font-size: 26px;
  font-size: 2.6rem;
}


/* セット割メニュー */
.p-plan-list__item-ttl--sale {
  background: #BBC28B;
  padding: 15px 8px;
}


.p-plan__annotation p:first-child {
  margin-bottom: 20px;
}


@media screen and (max-width: 320px) {
  .p-plan-list__item-price-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-plan-list__item--beside .p-plan-list__item-price--monitor .p-plan-list__item-price-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-plan-list__item {
    width: 100%;
  }
  .p-plan__sub-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .p-plan-list__item-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .p-plan-list__item-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  /* 縦並び */
  .p-plan-list__item--column .p-plan-list__item-detail {
    flex-wrap: nowrap;
    flex-direction: unset;
  }
  .p-plan-list__item--column .p-plan-list__item-img {
    max-width: 350px;
    margin: auto auto 0;
  }
  .p-plan-list__item--column .p-plan-list__item-price-num {
    font-size: 34px;
    font-size: 3.4rem;
  }

  /* 横並び */
  .p-plan-list__item--beside .p-plan-list__item-price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .p-plan-list__item--beside .p-plan-list__item-price--normal {
    width: 45%;
  }
  .p-plan-list__item--beside .p-plan-list__item-price--monitor {
    width: 55%;
  }
  .p-plan-list__item--beside .p-plan-list__item-price--monitor .p-plan-list__item-price-num {
    font-size: 46px;
    font-size: 4.6rem;
    margin-left: 15px;
  }
  .p-plan-list__item--beside .p-plan-list__item-detail {
    padding: 15px 20px;
  }
  .p-plan-list__item--beside .p-plan-list__item-price-num {
    font-size: 34px;
    font-size: 3.4rem;
  }
  
  @media screen and (max-width: 700px) {
    .p-plan-list__item--beside .p-plan-list__item-price--monitor .p-plan-list__item-price-num {
      font-size: 30px;
      font-size: 3rem;
    }
    .p-plan-list__item--beside .p-plan-list__item-price-num {
      font-size: 26px;
      font-size: 2.6rem;
    }
  }
  
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-plan-list__item-left {
    width: 50%;
  }
  .p-plan-list__item-right {
    width: 50%;
  }
  .p-plan-list__item-price-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*=================== PCここまで ==================*/



/**************************************************
* よくあるご質問 .p-qa
***************************************************/
.p-qa {
  max-width: 720px;
}


/**************************************************
* アクセス.p-access
***************************************************/
.p-access__gmap {
  margin-bottom: 20px;
}
.p-access__txt {
  margin-bottom: 10px;
}
.p-access__table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.p-access__table,
.p-access__table td,
.p-access__table th {
  border-spacing: 0;
  border: 0.05rem #707070 solid;
}

.p-access__table th:first-child {
  width: 6.2rem;
}
.p-access__table th {
  line-height: 3.1;
  font-weight: 500;
}
.p-access__table td:first-child {
  padding: 0 5px;
}


/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {

}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-access__table th:first-child{
    width: 23.8rem;
  }
}
/*=================== PCここまで ==================*/