@charset "UTF-8";
/* CSS Document */
/*------------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------------*/
/*--------------------
共通設定（PC)
--------------------*/
/*body全体の初期スタイル設定*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #535353;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*ブラウザのCSSのリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
img{
	vertical-align:top;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------
全体レイアウト共通設定
--------------------*/
/*全体エリアを設定するにはここ*/
.main {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
/*記事（ボディ）エリア*/
.article {
  font-size: 22px;
}
/*記事（ボディ）エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 750px;
  margin: 0 auto;
}
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}
/*黄色マーカー*/
.marker-bold {
  background: linear-gradient(transparent 45%, #fdeb21 45%);
}

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

/*--------------------
見出しの設定
--------------------*/
h2 {
  margin: 0em;
  padding: 0.5em;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
.italic {
  font-style: italic;
}
.font_s {
  font-size: 38px;
}
.font_ss {
  font-size: 28px;
}
.brown {
  color: #b69979;
}

/*--------------------
ファーストビューエリアの設定
--------------------*/
.under_fv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}
/* ヒーロー */
.hero {
  position: relative;
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto;
}
.hero-img {
  object-fit: cover;
  margin: 0 auto;
}
.hero-btn {
  display: inline-block;
}
.hero-content {
  position: absolute;
  top: 75%;
  left: 80px;
  color: #fff;
  width: 500px;
  max-width: 500px;
}
.hero-content:hover {
  opacity: 0.8;
}

/*--------------------
悩みエリアの設定
--------------------*/
.nayami_under {
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}

/*--------------------
提案エリアの設定
--------------------*/
.teian_under {
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}
.teian_con {
  margin: 2em auto;
}
.teian_p01,.teian_p02 {
  margin: 0 auto;
}
.teian_p01 p,.teian_p02 p {
  text-align: center;
}
.teian_p01 p {
  font-family: 'Noto Serif', serif;
  color: #b69979;
  font-size: 43px;
  margin-bottom: 1em;
}

/*--------------------
マスターストレッチエリアの設定
--------------------*/
.master_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #f8f8f5;
}
.master_p01 {
  margin-bottom: 2em;
}
.master_p01 p {
  font-family: 'Noto Serif', serif;
  color: #b69979;
  font-size: 50px;
  text-align: center;
  line-height: 44px;
}
.master_p02 p {
  text-align: center;
}
.master_p02 {
  margin-bottom: 2em;
}
.master_p03 p {
  text-align: center;
  font-size: 30px;
}
.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: 50px 30px 40px;
  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 80px;
  background: #fff;
  color: #b29474;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.master-stretch__box p {
  margin: 0;
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/*--------------------
選ばれる理由エリアの設定
--------------------*/
.riyuu_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #f8f5f1;
}
.riyuu_con {
  margin: 1em auto;
}
.reason-card {
  padding: 40px 20px;
}
.reason-card__inner {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 40px 40px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  text-align: center;
}
.reason-number {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin: 0 auto -50px;
  border-radius: 50%;
  background: #b69979;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 37px;
  font-style: italic;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.05em;
  padding-right: 3px;
}
.reason-card__inner h2 {
  margin: 0 0 10px;
  font-size: 29px;
  letter-spacing: 0.05em;
}
.reason-card__inner p {
  margin: 0 0 50px;
}
.riyuu_img img {
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 0 0 24px 24px;
}

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

/*--------------------
ビフォーアフターエリアの設定
--------------------*/
.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-family: 'Noto Serif', serif;
  text-align: center;
  font-size: 38px;
}
.ba_p {
  text-align: right;
  margin: 2em 0 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;
}
.voice_con {
  margin: 3em auto;
}
.review-card {
  width: 90%;
  margin: 1em auto;
  padding: 40px 37px;
  border: 2px solid #ccb79d;
  border-radius: 32px;
  background: #fff;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.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: 27px;
  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: 22px;
  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: 40px 30px;
  background: #fff;
  border-radius: 32px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}
.trial-card h3 {
  margin: 0;
  color: #b69979;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
}
.trial-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 18px;
}
.trial-price .number {
  color: #a8773e;
  font-size: 120px;
  font-weight: 700;
}
.trial-price .yen {
  color: #a8773e;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 12px;
}
.trial-card p {
  margin: 0;
  color: #555;
  font-size: 25px;
}

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

/* ペア割 */
.pair-note {
  margin-top: 18px;
  text-align: center;
  font-size: 22px;
}

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

/*--------------------
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: 38px;
  text-align: center;
}
.cta_btn {
  width: 90%;
  margin: 2em auto;
  margin-top: 3em;
}
.cta_btn:hover {
  opacity: 0.8;
}

/*--------------------
よくある質問エリアの設定
--------------------*/
.faq_under {
  height: auto;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
}
.faq_con {
  width: 90%;
  margin: 0 auto;
}
.qa-1 {
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #535353;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 summary::before {
  color: #b69979;
  content: "Q";
}
.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #535353b3;
  border-right: 3px solid #535353b3;
  content: '';
  transition: transform .5s;
}
.qa-1[open] summary::after {
  transform: rotate(225deg);
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.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 70px;
  width: 85%;
}


/*--------------------
CTAエリアの設定
--------------------*/
.cta_under {
  height: auto;
  margin: 0 auto;
  padding: 0 0 3em 0;
  background-color: #f9f7f5;
}
.image-area {
  position: relative;
  display: inline-block;
}
.main-image {
  width: 100%;
  display: block;
}
.image-button {
  position: absolute;

  bottom:0px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.image-button img {
  width: 100%;
  display: block;
}
.image-button:hover {
  opacity: 0.8;
}


/*--------------------
フッター部分
--------------------*/
.site-footer {
  background-color: #b29474;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.footer-logo {
  width: 200px;
  margin: 0 auto;
}
.footer-address {
  margin: 3em 0;
  font-size: 18px;
}
.footer-group-link {
  margin: 2em 0;
  font-size: 18px;
  margin-bottom: 5em;
}
.footer-group-link a {
  color: #fff;
}
.footer-group-link a:hover {
  opacity: 0.8;
}
.footer-copy {
  font-size: 0.9rem;
  opacity: 0.9;
}

/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  text-decoration: none;
  padding: 10px 15px;
}
.pagetop a:hover {
  display: block;
  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: none;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 3px #594a42;
}