@charset "utf-8";

#subheader {
  background-color: #9ba394;
  height: 90px;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.subheader_text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding-top: 15px;
}

.subheader_text p {
  color: #ffffff;
  font-size: 13px;
  font-style: italic;
  margin: auto;
  padding-bottom: 3px;
  text-align: left;
  width: 85%;
}

.subheader_text h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin: auto;
  text-align: left;
  width: 85%;
}

@media screen and (max-width: 796px) {
  #subheader {
    height: 90px;
  }

  .subheader_text p {
    text-align: center;
  }

  .subheader_text h1 {
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 0.03em;
    text-align: center;
  }
}

/* Shape style */
.page {
  background-color: #f8faf1;
}

.sec_inner {
  max-width: 1000px;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 25px;
  width: 90%;
  height: auto;
}

.sec_inner p {
  margin-bottom: 2.5em;
  padding-left: 0.3em;
}

.sec_inner2 {
  max-width: 1000px;
  margin: auto;
  padding-top: 0;
  width: 100%;
}

.sec_inner2 p {
  margin-bottom: 1em;
  padding-left: 0.3em;
}

.price_about p {
  margin-top: 15px;
  letter-spacing: 4px;
  line-height: 2.5;
  text-align: justify;
}



/* 3pic */

.sec_box {
  margin: 0 auto;
  width: 60%;

}

/* .shape_picture {
  width: 100%;
  height: 80vh;
  position: relative;
}

.shape_picture_l {
  position: absolute;
  width: 47%;
}

.shape_picture_m {
  position: absolute;
  width: 47%;
  top: 15vh;
  right: 0;
}

.shape_picture_r {
  position: absolute;
  width: 47%;
  top: 42vh;
  left: 85px;
}

@media screen and (max-width: 796px) {

  .shape_picture {
    width: 100%;
    height: 42vh;
    position: relative;
  }
  
  .shape_picture_l {
    position: absolute;
    width: 70%;
    left: -60px;
  }
  
  .shape_picture_m {
    position: absolute;
    width: 70%;
    top: 5vh;
    left: 160px;
  }
  
  .shape_picture_r {
    position: absolute;
    width: 70%;
    top: 21vh;
    left: -20px;

  }

} */



/* pointzone */

.pointzone {
  background-color: #ced8c5;
  height: auto;
  padding: 0;

  width: 100%;
}

.dot {
  margin: 15px auto 5px;
  padding: 0;
  font-weight: 600;
  writing-mode: vertical-rl;
  color: #666;
}
.dot p {
  padding: 0;
}

.title_box {
  display: flex;
  width: 390px;
  justify-content: center;
  margin: 40px auto 50px;
  /* margin-bottom: 50px; */
  height: 24px;
  position: relative;
  border-bottom: 0.5px solid #4c4a4a;
}

.title_point {
  bottom: 0;
  font-size: 70%;
  font-style: italic;
  height: 20px;
  margin-bottom: 0;
}

.number {
  font-size: 130%;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.blank_space {
  display: inline-block;
  width: 25px;
  margin: 0;
}

.title_box h3 {
  font-size: 130%;
  font-weight: 200;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.thought_title01 {
 letter-spacing: 2px !important;
}

.ourpilates_memo p {
  margin-top: 0px;
  letter-spacing: 4px;
  line-height: 2.5;
  text-align: justify;
}
.ourpilates_memo2 p {
  margin-top: 0;
  text-align: center;

  line-height: 2;
}

.ourpilatesimg {
  width: 95%;
  margin: 0 auto;
  text-align: center;

}

/* pickupvoice */

.picup_voice {
  border-radius: 10px;        /* 角丸指定 */
  background-color: #e6eeeb;
  padding: 15px 0;
  margin-bottom: 25px;
}


.picup_prof {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;

}

.picup_voice img {
  width:100px;
  height:100px;
}

.picup_from {
  margin-left: 5px !important;
  margin-top: 5px !important;
  color: #9ba394;
  
  width: 100%;
}

.prof01 {
  font-size: 100%;
  margin-left: 0 !important;
  font-style: italic;
}
.prof02 {
  font-size: 100%;
  margin-left: 5px !important;

}
.prof03 {
  font-size: 90%;
  margin-bottom: 20px !important;
  margin-left: 5px;

}


.picup_voice p {
  width: 90%;
  margin: 0 auto;

  line-height: 2.2;
  text-align: justify;
}




/* pic2 */

.shape_picture2 {
  width: 100%;
  position: relative;
}

.shape_picture2_l {

  height: 100%;
  margin: 0 auto;
}

.herbtea_img{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.herbtea_img img{
  max-height: 2500px !important;
}


/* デフォルトは非表示（PCでは出ない） */
.floating-btn {
  display: none;
}

/* スマホだけ表示 */
@media screen and (max-width: 768px) {
  .floating-btn {
    display: flex;               /* アイコンと文字を横並び */
    align-items: center;
    justify-content: center;
    position: fixed;             /* 画面に固定 */
    right: 20px;                 /* 右端からの距離 */
    bottom: 20px;                /* 下端からの距離 */
    background-color: #e60033;   /* ボタン色 */
    color: #fff;                 /* 文字色 */
    padding: 12px 16px;          /* 横幅調整 */
    border-radius: 40px;         /* 丸みをつける */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    z-index: 9999;
    transition: transform 0.2s, background-color 0.2s;
  }

  .floating-btn:hover {
    background-color: #c4002b;
    transform: scale(1.05);
  }

  /* アイコン部分 */
  .floating-btn .btn-icon {
    font-size: 18px;
    margin-right: 8px;
  }

  /* テキスト部分 */
  .floating-btn .btn-text {
    white-space: nowrap; /* 文字折り返さない */
  }
}