@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width:768px) {
  /*------------------------------------
スマホ用レイアウト（768px以下スクリーン）
------------------------------------*/
  /*--------------------
共通設定（PC)
--------------------*/
  /*body全体の初期スタイル設定*/
  body {
    font-size: 62.5%; /*emの設定がしやすくなる定番設定*/
    font-family: 'Noto Sans JP', sans-serif;
    color: #535353;
  }
  /*リンク文字の設定*/
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  /*ブラウザのCSSのリセット*/
  p {
    margin: 0 !important;
    padding: 0 !important;
  }
  /*セクションエリアの共通設定*/
  section {
    clear: both;
    overflow: auto;
  }
  /*--------------------
全体レイアウト共通設定
--------------------*/
  /*全体エリアを設定するにはここ*/
  .main {
    background-image: none;
  }
  /*記事（ボディ）エリア*/
  .article {
    font-size: 1.6em;
  }
  /*記事（ボディ）エリアの行間*/
  .article p {
    line-height: 1.8;
  }
  /*カラム全体の幅を変更する*/
  .top_image_in {
    width: 100%;
    margin: 0 auto;
  }
  .pc_view {
    display: none !important;
  }
  .sp_view {
    display: block !important;
  }

/*--------------------
セクションの設定
--------------------*/
.section_over {
  width: 100%;
  height: auto;
}
.section_under {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding:0em;
  background: #fff;
  box-shadow: none;
}

/*--------------------
見出しの設定
--------------------*/
h2 {
  margin: 0em;
  padding: 0.5em;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
.font_s {
  font-size: 22px;
}
.font_ss {
  font-size: 21px;
}

/*--------------------
ファーストビューエリアの設定
--------------------*/
.under_fv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}
.hero-content {
  left: 50%;
  top: 86%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

/*--------------------
提案エリアの設定
--------------------*/
.teian_p01 p {
  font-family: 'Noto Serif', serif;
  color: #b69979;
  font-size: 25px;
  margin-bottom: 1em;
}

/*--------------------
マスターストレッチエリアの設定
--------------------*/
.master_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #f8f8f5;
}
.master_p01 p {
  font-family: 'Noto Serif', serif;
  color: #b69979;
  font-size: 40px;
  text-align: center;
  line-height: 35px;
}
.master_p03 p {
  text-align: center;
  font-size: 21px;
}
.kasen {
  text-decoration: underline;
  text-decoration-color: #b69979;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/*マスターストレッチとは？*/
.master-stretch {
  padding: 40px 20px;
  text-align: center;
}
.master-stretch__box {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px 20px;
  border: 2px solid #d8c8b5;
  background: transparent;
}
.master-stretch__title {
  position: relative;
  z-index: 2;
  margin-bottom: -28px;
}
.master-stretch__title h2 {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #b29474;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.master-stretch__box p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/*--------------------
選ばれる理由エリアの設定
--------------------*/
.riyuu_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #f8f5f1;
}
.reason-card {
  padding: 0;
  width: 100%;
  margin: 1em auto;
}
.reason-card__inner {
  padding: 50px 30px 30px;
  border-radius: 18px 18px 0 0;
}
.reason-number {
  width: 60px;
  height: 60px;
  margin: 0 auto -30px;
  border-radius: 50%;
  font-size: 20px;
}
.reason-card__inner h2 {
  font-size: 23px;
}
.reason-card__inner p {
  margin: 0 0 50px;
}
.riyuu_img img {
  border-radius: 0 0 18px 18px;
}

/*--------------------
トレーナー紹介エリアの設定
--------------------*/
.shyoukai_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
}
.midashi {
  width: 90%;
}
.syoukai_name {
  margin: 1em auto;
  width: 100%;
}
.syoukai_name p {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
}
.syoukai_name_span {
  font-size: 18px;
}
.syoukai_name_line {
  margin-bottom: 40px;
}
.syoukai_name_line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background: #b69979;
}
.syoukai_p01 p {
  font-family: 'Noto Serif', serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

/*--------------------
ビフォーアフターエリアの設定
--------------------*/
.ba_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
  background-image: url("../images/ba_bg.jpg");
}
.ba_under .midashi h2 {
  font-size: 28px;
  letter-spacing: 0em;
}
.ba_p {
  text-align: right;
  margin: 2em 1em 0 0;
}
.ba_con {
  width: 90%;
  margin: 0 auto;
}
.ba_box {
  margin: 1em auto;
}

/*--------------------
お客様の声エリアの設定
--------------------*/
.voice_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
}
.review-card {
  margin: 1em auto;
  padding: 30px 25px;
  border: 2px solid #ccb79d;
  border-radius: 32px;
  background: #fff;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.review-card__image {
  margin: 0 auto;
}
.review-card__image img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  display: block;
}
.review-card__content {
  flex: 1;
}
.review-card__content h3 {
  margin: 0 0 18px;
  color: #b69979;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.review-card__content p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*--------------------
料金プランエリアの設定
--------------------*/
.price_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fcfaf5;
}
.price_con {
  width: 90%;
  margin: 3em auto;
}

/* 体験 */
.trial-card {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 23px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}
.trial-card h3 {
  font-size: 26px;
}
.trial-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
}
.trial-price .number {
  font-size: 80px;
}
.trial-price .yen {
  font-size: 35px;
}
.trial-card p {
  font-size: 18px;
}

/* コース */
.course-grid {
  max-width: 760px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.course-card {
  background: #fff;
  border-radius: 23px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}
.course-card h3 {
  margin: 0;
  color: #b69979;
  font-size: 22px;
  font-weight: 400;
}
.course-card p {
  margin: 0;
  color: #a8773e;
  font-size: 40px;
  font-weight: 700;
}
.course_yen {
  font-size: 23px;
}

/* ペア割 */
.pair-discount img {
  margin-bottom: 20px;
}
.pair-note {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}

/* メッセージ */
.price-message {
  text-align: center;
  margin-top: 3em;
}
.price-message h3 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
}
.price-message p {
  margin: 0;
  line-height: 1.5;
}

/*--------------------
CTAブラウンエリアの設定
--------------------*/
.cta_b_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #c8b196;
}
.cta_b_con p {
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 23px;
  text-align: center;
}
.cta_btn {
  width: 90%;
  margin: 1em auto;
  margin-top: 1em;
}
.cta_btn:hover {
  opacity: 0.8;
}

/*--------------------
よくある質問エリアの設定
--------------------*/
.faq_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
}
.qa-1 p::before {
  color: #b69979;
  line-height: 1.2;
  content: "A";
  left: -27px;
}
.faq_p {
  margin:0 20px 30px 50px;
  width: 85%;
}

/*--------------------
CTAエリアの設定
--------------------*/
.cta_under {
  height: auto;
  margin: 0 auto;
  padding: 0 0 3em 0;
  background-color: #f9f7f5;
}



/*--------------------
フッター部分
--------------------*/
.footer {
  background-color: #a07a50;
  padding: 2em 0em 2em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}


/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.pagetop a {
  display: none;
  background-color: #fff;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  text-decoration: none;
  padding: 10px 15px;
}
.pagetop a:hover {
  display: none;
  background-color: #2d2d2d;
  text-align: center;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 15px;
  opacity: 0.5;
}
.pagetop_sankaku {
  font-size: 3em;
}

/*--------------
下部固定ヘッダー（スマホ）
-----------------------*/
.fix_menu_smartphone {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 3px #594a42;
}
.fix_menu_smartphone img {
  width: 100%;
}
.menu_left {
  background-color: #294b86;
  float: left;
  width: 33.3%;
  padding: 1.5em 0.3em;
}
.menu_middle {
  background-color: #beaa73;
  float: left;
  width: 33.3%;
  padding: 1.5em 0.3em;
}
.menu_right {
  background-color: #06c755;
  float: left;
  width: 33.3%;
  padding: 1.5em 0.3em;
}
}