@charset "utf-8";
/* CSS Document */
.therapy-mainvisual {
  height: 90vh; /*ﾃﾞﾊﾞｲｽの高さの1/100=1vh*/
  background-image: url(../img/sejutsu017.jpg); /*サイトの管理をしないと画像リンクが相対パスにならない！*/
  background-position: center;
  /*background-size: auto 100% !important;横auto 高さは設定してるから100%*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  object-fit: cover;
}
@media(min-width: 960px) {
  .therapy-mainvisual {
    background-size: 100%;
  }
}
.section-spa h2 {
  padding: 80px 0 0;
  font-size: 2.4rem;
  width: 100%;
}
.section-spa_content-wrapper {
  padding-bottom: 100px;
  width: 80vw;
  margin: 0 auto;
}
.section-spa__sub-title {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 50px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-spa__description-text {
  font-size: 1.3rem;
  line-height: 2.2;
}
.section-spa__description-bold {
  font-weight: 600;
}
@media(min-width:760px) {
  .section-spa h2 {
  font-size: 4rem;
  line-height: 1.5;
  }
  .section-spa_content-wrapper {
    padding-bottom: 200px;
  }
  .section-spa__sub-title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .section-spa__description-text {
  font-size: 1.5rem;
  line-height: 3;
}
}
.section-keypoint {
  padding-bottom: 100px;
}
.section-keypoint__content-wrapper {
  margin: 0 auto;
  width: 80vw;
}
.section-keypoint__content-wrapper ul {
  list-style: none;
}
.section-keypoint__content-wrapper li {
  margin-bottom: 30px;
  text-align: left;
  background-color: rgba(30, 153, 168,0.15);
  /*背景だけ透過させたいときはrgbaを使う。#1e99a8これをブロック要素に使うと中身全部が透過する*/
}
.section-keypoint__content-wrapper li:last-child {
  margin-bottom: 0;
}
.section-keypoint__picture {
  width: 80vw;
  height: 40vh;
  object-fit: cover;
}
.section-keypoint h3 {
  padding: 5px 0 0px 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1;
}
.section-keypoint__content-wrapper li span {
  padding-left: 10px;/*spanはinline要素だから左寄せできない*/
  line-height: 1;
  font-weight: 600;
  font-size: 1.3rem;
}
.section-keypoint__content-wrapper li p {
  padding: 10px 10px 20px 10px;
}
@media(min-width: 760px) {
  .section-keypoint {
  padding-bottom: 200px;
  }
  .section-keypoint h3 {
    font-weight: 500;
  }
}
@media(min-width: 960px) {
  
  .section-keypoint__content-wrapper li {
    width: 50vw;
    margin: 0 auto 80px;
  }
  .section-keypoint__picture {
    width: 50vw;
    height: 60vh;
  }
  .section-keypoint h3 {
    padding: 30px 0 15px 30px;
    font-size: 2.6rem;
  }
  .section-keypoint__content-wrapper li span {
    padding-left: 20px;/*spanはinline要素だから左寄せできない*/
    font-size: 1.8rem;
  }
  .section-keypoint__content-wrapper li p {
    padding: 20px 30px 40px 30px;
  }
}
.section-price {
  padding-bottom: 100px;
}
.section-price-content-wrapper {
  margin: 0 auto;
  width: 80vw;
}
.section-price h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 1.5;
}
.section-price__description {
  text-align: left;
}
.section-price__price {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}
.section-price__price span {
  font-weight: 500;
  font-size: 1.3rem;
}
.section-price__description-text {
  line-height: 2;
}
.section-price__option {
  margin-top: 30px;
}
.section-price__option-description {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media(min-width: 760px) {
  .section-price {
  padding-bottom: 200px;
  }
  .section-price__price {
    font-size: 3.2rem;
    margin-top: 30px;
    font-weight: 500;
  }
  .section-price__description {
    text-align: center;
  }
}
@media(min-width:960px) {
  .section-price__price span {
  font-size: 1.5rem;
  }
}
.section-attention {
  margin-bottom: 100px;
}
.section-attention__content-wrapper {
  margin: 0 auto;
  width: 80vw;
}
.section-attention__content-wrapper p {
  line-height: 2;
  text-align: left;
}
@media(min-width: 760px) {
  .section-attention {
  margin-bottom: 200px;
}
}
@media(min-width: 960px) {
  .section-attention_text {
    width: 930px;
    margin: 0 auto;
    text-align: center;
  }
  .section-attention__content-wrapper p {
    font-size: 1.5rem;
  }
}

