@charset "UTF-8";

.personal {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  text-align: left;
  padding: 0 50px 20px 400px;
  margin-bottom: 40px;
}
/* .page-head-text {
  padding: 50px 0;
  text-align: center;
} */
/* .page-head-text .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
} */
/* 
.page-head-text .text {
  font-size: 14px;
  line-height: 1.8;
} */


/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
/* .detail {
  background-color: #ffed58;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  padding: 100px 0;
  margin-top: 80px;
  margin-bottom: 80px;
} */
/* .detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .item .img {
  width: 55%;
  margin-right: 5%;
}
.detail .item .img img {
  width: 100%;
}
.detail .item .text {
  width: 40%;
}
.detail .item .text .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.detail .item .text .description {
  line-height: 1.8;
  margin-bottom: 20px;
} */

/*-------------------------------------------
数値化　トレーニング　コンディショニング
-------------------------------------------*/
#service {
  margin-bottom: 120px;
}

#service .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#service .item.store {
  flex-direction: row-reverse;
}

#service .item .text {
  width: 44%;
  padding: 1% 5%;
}

#service .item .text .title-ja {
  font-size: 12px;
  margin-bottom: 5px;
}

#service .item .text .title-en {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

#service .item .text .description {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 20px;
}

#service .item .img {
  width: 56%;
  overflow: hidden;
}

#service .item.interior .img {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

#service .item.store .img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);

}

#service .item .img img {
  transition: transform 0.8s ease;
}

#service .item:hover .img img {
  transform: scale(1.1);
}

/*-------------------------------------------
Service
-------------------------------------------*/
.service {
  padding: 0 0 80px 0;
}

/*-------------------------------------------
Price
-------------------------------------------*/
.price {
  padding: 80px 0;
  margin: -80px 0;
  margin-bottom: 10px;
}

.reservation {
  margin-top: 80px;
}

/*-------------------------------------------
Service Price 共通
-------------------------------------------*/
.service-price-item {
  display: flex;
}
.service-price-item .img {
  width: 50%;
}
.service-price-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-price-item .text {
  width: 50%;
  background-color: #fff;
  padding: 20px 30px;
}
.service-price-item .text .section-title-l {
  margin-bottom: 20px;
}
.service-price-item .text .section-title-l .en {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.service-price-item .text .section-title-l .ja {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.service-price-item .description {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 20px;
}
.service-price-item .btn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.service-price-item .btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 18px;
}
/*-------------------------------------------
オプション
-------------------------------------------*/
#overview2 {
  margin-bottom: 40px;
}
#overview2 .overview-listop {
  display: flex;
  flex-wrap: wrap;
}
#overview2 .overview-listop dt {
  width: 200px;
  border-top: solid 1px #1f1f1f;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 20px;
}
#overview2 .overview-listop dt:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}
#overview2 .overview-listop dd {
  width: calc(100% - 200px);
  border-top: solid 1px #ccc;
  font-size: 22px;
  padding: 40px 0 40px 100px;
  line-height: 1.8;
}
#overview2 .overview-listop dd:last-of-type {
  border-bottom: solid 1px #ccc;
}
.section-titleop {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.section-titleop span {
  max-width: 1000px;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-titleop ::before {
  content: "";
  width: calc((100% - 1000px) / 2);
  height: 1px;
  background-color: #1f1f1f;
  position: absolute;
  top: 15px;
  left: 0;
}
.bestop {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 1000px;
  margin: 0 30px 20px 350px;
  background-color: #f9b908;
  border-radius: 30px;
  color: #fff;
  padding: 8px 30px;
}

/*-------------------------------------------
詳細はこちら
-------------------------------------------*/
.detail {
  text-align: center;
  margin-bottom: 60px;
}
.detail .btn {
  background-color: #fa8d06;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
}
.detail .btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 18px;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {

.page-head-text {
  padding-bottom: 0;
}
.page-head-text .title {
  margin-bottom: 0;
  font-size: 20px;
}
.page-head-text .text {
  font-size: 14px;
  margin-bottom: 20px;
}
.personal {
  font-size: 15px;
}
.section-titleop {
  font-size: 23px;
}
/*-------------------------------------------
オプション
-------------------------------------------*/
#overview2 .overview-listop {
  flex-direction: column;
}
#overview2 .overview-listop  {
  padding-left: 20px;
}
#overview2 .overview-listop dt {
  width: 100%;
  font-size: 17px;
  padding: 20px;
}
#overview2 .overview-listop dd {
  width: 100%;
  font-size: 19px;
  padding: 10px;
  padding-left: 20px;
}
.section-titleop {
  margin-bottom: 0;
}
.section-titleop span {
  margin-bottom: 30px;
}
#overview2 .overview-listop dt:last-of-type {
  border-bottom: solid 0px #ccc;
}
#overview2 .overview-listop dd:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}

/*-------------------------------------------
レッスンプランを見てみる
-------------------------------------------*/
.detail .btn2 {
  margin: 0 40px 0 130px;
}

  /* .detail {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .detail .item {
    flex-direction: column;
  }
  .detail .item .img {
    width: 100%;
    margin: 0 0 40px;
  }
  .detail .item .text {
    width: 100%;
  }
  .detail .item .text .title {
    text-align: center;
  } */

  /*-------------------------------------------
  数値化　トレーニング　コンディショニング
  -------------------------------------------*/
  #service {
    margin-bottom: 60px;
  }
  #service .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #service .item.store {
    flex-direction: column;
  }
  #service .item .text {
    width: 100%;
    padding: 20px;
  }
  #service .item .text .title-en {
    font-size: 26px;
  }

  #service .item .img {
    width: 100%;
  }
  #service .item.interior .img,
  #service .item.store .img {
    clip-path: none;
  }

  /*-------------------------------------------
  Service
  -------------------------------------------*/
  .personal {
    padding: 20px 40px;
    margin-bottom: 20px;
  }
  
  .service {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .service .service-price-item {
    flex-direction: column;
  }

  /*-------------------------------------------
  Price
  -------------------------------------------*/
  .price {
    padding: 20px 0;
    margin: -45px 0 40px;
  }
  .price .service-price-item {
    flex-direction: column;
  }

  /*-------------------------------------------
  Service Price 共通
  -------------------------------------------*/
  .service-price-item .img {
    width: 100%;
  }
  .service-price-item .img img {
    object-fit: contain;
  }
  .service-price-item .text {
    width: 100%;
  }
  .reservation {
    margin: 40px 0;
  }
  
}