/* ============================================================
   gym-add.css — BEYOND ジム店舗詳細ページ 追加スタイル
   2026-06 リニューアル対応
   ============================================================ */

.gym_dtl {
  position: relative;
}

/* common.css の a:hover { opacity: .7 } をジムページ全体でリセット */
.gym_dtl a:hover {
  opacity: 1;
  filter: none;
}

/* パンくず（PC） */
.gym_dtl #pankuzu {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}

/* ---- 変数 ---- */
:root {
  --gold: #9e9256;
  --dark: #2b2c2d;
  --orange: #d87400;
  --bg-gray: #f0f0f0;
  --bg-offwhite: #f8f8f8;
}

section {
  padding: 11rem 0;
}

.goldCatch,
.goldCatch a {
  color: var(--gold);
}

/* ===========================================================
   1. ヒーロービジュアル
   =========================================================== */
.gym_hero {
  position: relative;
  width: 100%;
  height: 466px;
  overflow: hidden;
  background: #111;
}

.gym_hero_bg {
  position: absolute;
  inset: 0;
}

.gym_hero_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.gym_hero_content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}

.gym_hero_inner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
  margin-top: 15px;
}

.gym_hero_label_sub {
  font-size: 3.9rem;
  letter-spacing: 0.15em;
  margin: 0px;
  opacity: 0.9;
}

.gym_hero_beyond_name {
  margin: 0;
  line-height: 1.15;
  font-size: inherit;
  font-weight: inherit;
}

.gym_hero_beyond {
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 15px;
}

.gym_hero_store {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
}

/* アワードバッジ */
.gym_hero_awards {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.gym_hero_award_item {
  padding: 8px 40px;
}

.gym_hero_award_getfit {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.gym_hero_award_badge_label {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 2px;
  opacity: 0.9;
}

.gym_hero_award_no_wrap {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 20px;
}

.gym_hero_award_rank {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  margin: 0;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.gym_hero_award_no {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.gym_hero_award_no .gym_hero_award_no_label {
  font-size: 5rem;
  font-family: Helvetica, sans-serif;
}

.gym_hero_award_no strong {
  font-size: 7.2rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.gym_hero_award_dendou {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.gym_hero_award_count_label {
  font-size: 1.2rem;
  margin: 0 0 4px;
  opacity: 0.9;
}

.gym_hero_award_count_num {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin: 0;
  line-height: 1;
}

.gym_hero_award_count_num strong {
  font-size: 4.8rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.gym_hero_award_count_num span {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 4px;
}

.gym_hero_award_count_num strong {
  font-size: 5.2rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

/* CTAエリア（黒背景・1カラム・FV外） */
.gym_hero_cta_area {
  background: #2B2C2D;
  padding: 20px 0px;
  color: #fff;
}

.gym_hero_cta_area .wi1100 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.gym_hero_cta_sub {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 0.06em;
}

.gym_hero_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 730px;
  background: var(--orange);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 0px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: opacity 0.2s;
}

.gym_hero_cta_btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  margin-left: 6px;
  flex-shrink: 0;
}

.gym_hero_cta_btn:hover {
  background: #F58402;
  color: #fff;
}

/* ページ内ナビ（FV外・別コンテンツ） */
.gym_page_nav_hero {
  padding: 58px 0px;
}

.gym_page_nav_hero .wi1100 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.gym_page_nav_hero a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 1.5px solid var(--gold);
  transition: background 0.2s, color 0.2s;
  border-radius: 4px;
}

.gym_page_nav_hero a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--gold);
}

.gym_page_nav_hero a:hover {
  background: var(--gold);
  color: #fff;
}

.gym_page_nav_hero a:hover::after {
  border-top-color: #fff;
}

/* ===========================================================
   2. スティッキーナビゲーション
   =========================================================== */
.gym_sticky_nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.16);
}

.gym_sticky_nav_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gym_sticky_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.04em;
  border-right: 1px solid #e8e8e8;
  transition: background 0.2s;
}

.gym_sticky_nav a:last-child {
  border-right: none;
}

.gym_sticky_nav a:hover {
  background: var(--bg-gray);
}

/* ===========================================================
   3. キャッチコピー・紹介テキスト
   =========================================================== */
.gym_intro {
  position: relative;
  background: var(--bg-gray);
  overflow: hidden;
  padding: 0;
  min-height: 270px;
}

.gym_intro_inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 270px;
  display: flex;
  align-items: center;
}

.gym_intro_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 65px 40px 65px 0;
}

.gym_intro_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: var(--img-pc);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.gym_intro_catch {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: var(--dark);
  margin: 0;
  letter-spacing: 0.06em;
}

.gym_intro_text {
  font-size: 1.7rem;
  line-height: 2.8;
  color: var(--dark);
  margin: 0;
}

.gym_intro_text strong {
  background: #fff;
  padding: 0px 1px;
}

/* ===========================================================
   3-b. 選ばれる理由
   =========================================================== */
.gym_reason {
  padding: 80px 0;
  background: #fff;
}

.gym_reason_head {
  text-align: center;
  margin-bottom: 60px;
}

.gym_reason_title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: 0.04em;
  margin: 0 0 14px;
}

.gym_reason_title::after {
  content: '';
  display: block;
  width: 94px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto 0;
}

.gym_reason_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.gym_reason_item {
  display: grid;
  grid-template-columns: 1fr 491px;
  gap: 20px;
  align-items: self-start;
}

.gym_reason_item_title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin: 0 0 20px;
  line-height: 1.4;
}

.gym_reason_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--gold);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
  flex-shrink: 0;
}

.gym_reason_text p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--dark);
  margin: 0;
}

.gym_reason_img {
  max-width: 491px;
}

.gym_reason_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================================================
   3-c. 無料体験の流れ
   =========================================================== */
.gym_flow {
  background: var(--bg-gray);
  padding: 60px 0;
}

.gym_flow_inner {
  background: #fff;
  padding: 60px 60px;
}

.gym_flow_head {
  text-align: center;
  margin-bottom: 32px;
}

.gym_flow_title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}

.gym_flow_title::after {
  content: '';
  display: block;
  width: 94px;
  height: 2px;
  background: var(--gold);
  margin: 12px auto 0;
}

.gym_flow_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gym_flow_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
}

.gym_flow_media {
  position: relative;
  display: inline-block;
}

.gym_flow_num {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gold);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.gym_flow_media img {
  max-width: 212px;
  width: 100%;
  display: block;
}

.gym_flow_text h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 5px;
  letter-spacing: 0.04em;
}

.gym_flow_text p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: var(--dark);
  margin: 0;
}

/* VIEW MORE ボタンは PC では非表示 */
.gym_flow_readmore {
  display: none;
}

.map_dir_readmore {
  display: none;
}

/* ===========================================================
   3-c. お客様の声
   =========================================================== */
.customor_voice {
  padding: 80px 0;
  background: #fff;
}

.gym_voice_head {
  text-align: center;
  margin-bottom: 48px;
}

.gym_voice_title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--dark);
  margin: 0 0 14px;
}

.gym_voice_title::after {
  content: '';
  display: block;
  width: 94px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto 0;
}

.gym_voice_card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  background: var(--bg-gray);
  padding: 40px 40px 10px;
  margin-bottom: 32px;
  position: relative;
}

.gym_voice_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(rgba(226, 226, 226, 0) 0%,
      rgba(226, 226, 226, 0.9) 50%,
      #e2e2e2 70%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.gym_voice_card.is-open::after {
  opacity: 0;
}

.gym_voice_profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}

.gym_voice_photo {
  width: 204px;
  height: 141px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.gym_voice_name {
  font-size: 2.3rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0;
}

.gym_voice_age {
  font-size: 1.6rem;
  color: #2B2C2D;
  margin: -8px 0 0 0;
}

.gym_voice_info {
  text-align: left;
}


.gym_voice_body {
  max-height: 340px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.gym_voice_card.is-open .gym_voice_body {
  max-height: 2000px;
}

.gym_voice_content {
  padding-bottom: 8px;
}

.gym_voice_q {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 15px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(112, 112, 112, 0.22);
  padding-bottom: 10px;
}

.gym_voice_a {
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--dark);
  margin: 0 0 40px;
}

.gym_voice_readmore {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 4px 0;
  z-index: 3;
}

.gym_voice_readmore_icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--dark);
  transition: transform 0.3s;
}

.gym_voice_card.is-open .gym_voice_readmore_icon {
  transform: rotate(180deg);
}

/* ===========================================================
   4. CTAバナー（共通）
   =========================================================== */
.gym_cta_bnr {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  overflow: hidden;
}

.gym_cta_bnr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.574);
}

.gym_cta_bnr_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.gym_cta_bnr_sub {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

.gym_cta_bnr_title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
}

.gym_cta_bnr_text {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0 0 28px;
  letter-spacing: 0.04em;
}

.gym_cta_bnr_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--orange);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 12px 40px 16px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}

.gym_cta_bnr_btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.gym_cta_bnr_btn:hover {
  background: #F58402;
  color: #fff;
}

/* ===========================================================
   5. BEYONDのリアルな変化
   =========================================================== */
.gym_real_change {
  padding: 80px 0;
  background: #fff;
}

.gym_real_change_head {
  text-align: center;
  margin-bottom: 40px;
}

.gym_real_change_title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--dark);
  margin: 0 0 14px;
}

.gym_real_change_title::after {
  content: '';
  display: block;
  width: 94px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto 0;
}

/* 女性/男性タブ */
.gym_real_change_tabs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.gym_real_change_tab {
  padding: 16px 48px;
  background: #e0e0e0;
  border: none;
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 3px;
  width: 50%;
  border-radius: 7px 7px 0 0;
}

.gym_real_change_tab.is-active {
  background: var(--dark);
  color: #fff;
  padding: 17px 0;
  margin-bottom: 0;
}

/* ケースカードエリア */
.gym_real_change_content {
  display: none;
}

.gym_real_change_content.is-active {
  display: block;
}

.gym_real_change_inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  align-items: start;
  background: var(--dark);
}

/* ケースカードリスト */
.gym_case_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px;
}

.gym_case_card {
  background: none;
  border: 1px solid var(--gold);
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s;
}

.gym_case_card:not(.is-dimmed) .gym_case_card_body {
  background: var(--gold);
}

.gym_case_card.is-dimmed {
  opacity: 0.35;
}

.gym_case_card_header {
  background: none;
  padding: 10px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.gym_case_card:not(.is-dimmed) .gym_case_card_header {
  background: var(--gold);
}

.gym_case_card_no {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  color: #fff;
}

.gym_case_card_goal {
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.04em;
}

.gym_case_card_body {
  padding: 0px 16px 16px;
  color: #fff;
}

.gym_case_card_profile {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.gym_case_card_results {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.gym_case_result_item {
  flex: 1;
  padding: 8px 6px;
  text-align: center;
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}

.gym_case_result_item:last-child {
  border-right: none;
}

.gym_case_result_label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 2px;
  letter-spacing: 0.04em;
}

.gym_case_result_value {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.gym_case_result_value small {
  font-size: 1.0rem;
  font-weight: 400;
  white-space: nowrap;
}

/* スケジュール + コメントエリア */
.gym_case_detail {
  background: #fff;
  padding: 28px;
  margin: 20px 20px 20px 0;
}

.gym_case_detail_title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--gold);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gym_case_detail_title::before {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: var(--gold);
  flex-shrink: 0;
}

.gym_case_schedule {
  position: relative;
  padding-left: 18.45px;
  padding-bottom: 16px;
  margin-bottom: 28px;
}

.gym_case_schedule::before {
  content: '';
  position: absolute;
  left: -1.5px;
  top: 8px;
  bottom: 0;
  border-left: 1px solid #aaa;
}

.gym_case_schedule_item {
  position: relative;
  margin-bottom: 16px;
}

.gym_case_schedule_item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--dark);
  border-radius: 50%;
}

.gym_case_schedule_time {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
  color: var(--dark);
  margin: 0 0 2px;
}

.gym_case_schedule_desc {
  font-size: 1.3rem;
  color: #555;
  margin: 0;
  letter-spacing: 0.04em;
}

.gym_case_comment_box {
  background: var(--bg-gray);
  padding: 25px;
  margin-bottom: 15px;
}

.gym_case_comment_label {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--gold);
  margin: 16px 0 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gym_case_comment_label::before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  background: var(--gold);
  flex-shrink: 0;
}

.gym_case_comment_text {
  font-size: 1.4rem;
  line-height: 2.0;
  color: var(--dark);
  margin: 0;
}

/* ケース詳細アイテム（JS切り替え） */
.gym_case_detail_item {
  display: none;
}

.gym_case_detail_item.is-active {
  display: block;
}

/* 顧客写真 */
.gym_case_detail_photo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.gym_case_detail_photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.gym_case_detail_name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  line-height: 1.5;
}

.gym_case_detail_name span {
  font-weight: 400;
  font-size: 1.3rem;
  color: #666;
  display: block;
  margin-top: 2px;
}

/* ===========================================================
   6. 店舗情報レイアウト（2カラム：左=テーブル、右=写真+SNS）
   =========================================================== */
.gym_info_layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

/* 左カラム：テーブル */
.gym_info_table_col {
  min-width: 0;
}

.gym_info_cp_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gym_info_cp_table tr {
  display: block;
  margin-bottom: 0px;
}

.gym_info_cp_table th,
.gym_info_cp_table th h3 {
  display: block;
  width: 100%;
  background: var(--dark) !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  padding: 4px 8px !important;
  box-sizing: border-box;
  border: none !important;
  margin: 0 !important;
  letter-spacing: 0.04em;
}

.gym_info_cp_table td {
  display: block;
  width: 100%;
  background: #fff !important;
  font-size: 1.6rem !important;
  padding: 10px 16px !important;
  box-sizing: border-box;
  border: none !important;
  color: var(--dark) !important;
  line-height: 1.8;
  border: 1px solid var(--dark) !important;
}

.gym_info_cp_table td a {
  color: var(--dark);
  /* text-decoration: underline; */
}

.gym_info_website_link {
  color: #126BC4 !important;
  text-decoration: underline;
}

/* 右カラム：写真＋SNSボタン */
.gym_info_media_col {
  min-width: 0;
}

.gym_info_photo {
  width: 100%;
  margin-bottom: 0;
}

.gym_info_photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* SNSボタングループ */
.gym_info_sns_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 0;
  background: #f0f2f3;
  padding: 16px;
  margin-top: 20px;
}

.gym_info_sns_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.5;
  transition: background 0.2s, color 0.2s;
  margin: 4px;
}

.gym_info_sns_btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.gym_info_sns_btn:hover {
  background: #9E9256;
  color: #fff;
}

.gym_info_sns_btn:hover img {
  filter: brightness(0) invert(1);
}

.gym_info_cta_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background: var(--gold);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.5;
  transition: opacity 0.2s;
  margin: 4px;
}

.gym_info_cta_btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.gym_info_cta_btn:hover {
  background: #B29E39;
  color: #fff;
}

/* ===========================================================
   所属トレーナー（gym_lower）
   =========================================================== */

.trainer_detail.gym_lower {
  background: #fff;
}

/* --- サムネイル4枚リスト --- */
.gym_trainer_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gym_trainer_list li {
  flex: 0 0 calc(25% - 12px);
  min-width: 240px;
}

.gym_trainer_list li a {
  display: block;
  background: var(--bg-gray);
  text-decoration: none;
  text-align: center;
  padding: 28px 16px 20px;
  transition: opacity 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gym_trainer_list li a:hover {
  opacity: 0.8;
}

.gym_trainer_thumb {
  width: 234px;
  height: 234px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  background: #ddd;
}

.gym_trainer_thumb img,
.gym_trainer_thumb picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gym_trainer_thumb_name {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 0px;
}

.gym_trainer_list li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: rotate(45deg);
  margin: 0 auto;
}

/* --- 各トレーナー詳細カード --- */
.gym_td_card {
  display: grid;
  grid-template-columns: 314px 1fr;
  gap: 40px;
  align-items: start;
  background: var(--bg-gray);
  padding: 40px;
  margin-bottom: 32px;
}

.gym_td_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 314px;
}

.gym_td_photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}

.gym_td_photo img,
.gym_td_photo picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gym_td_cta {
  display: block;
  width: 100%;
  text-align: center;
  border: 1.5px solid var(--orange);
  color: var(--orange);
  font-size: 1.7rem;
  font-weight: 400;
  padding: 12px 8px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
  line-height: 1.5;
  border-radius: 4px
}

.gym_td_cta::after {
  content: '▶';
  margin-left: 8px;
  font-size: 0.9rem;
  bottom: 2px;
  position: relative;
}

.gym_td_cta:hover {
  background: var(--orange);
  color: #fff;
}

.gym_td_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.gym_td_name_block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gym_td_name {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--gold);
  margin: 0;
  line-height: 1.3;
}

.gym_td_abc_name {
  font-size: 1.2rem;
  font-weight: 400;
  color: #2B2C2D;
  letter-spacing: 0.06em;
  margin: 0;
}

.gym_td_insta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 4px;
}

.gym_td_insta img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.gym_td_divider {
  border: none;
  border-top: 1px solid var(--gold);
  margin: 0 0 20px;
}

.gym_td_section .gym_td_divider {
  border-top: 3px solid var(--gold);
}

.gym_td_text {
  margin-bottom: 50px;
}

.gym_td_text p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: var(--dark);
  margin: 0;
}

.gym_td_sections {
  display: block;
}

.gym_td_sections--two {
  display: block;
}

/* タブナビ */
.gym_td_tab_nav {
  display: flex;
}

.gym_td_tab_btn {
  flex: 1;
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #bbb;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.2s;
}

.gym_td_tab_btn.is-active {
  color: var(--gold);
}

.gym_td_tab_btn::after {
  content: '';
  display: block;
  height: 1px;
  background: #bbb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gym_td_tab_btn.is-active::after {
  background: var(--gold);
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* タブパネル */
.gym_td_tab_panel {
  display: none;
}

.gym_td_tab_panel.is-active {
  display: block;
}

.gym_td_section {
  margin-bottom: 20px;
}

.gym_td_section_title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--gold);
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.gym_td_career {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gym_td_career li,
.gym_td_career p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--dark);
  margin: 0;
}

/* ===========================================================
   トレーナーからひとこと
   =========================================================== */
.gym_license_area {
  background: #F0F0F0;
  padding: 30px 40px 60px;
  margin-top: 0;
}


.gym_license_area .goldCatch {
  margin-bottom: 32px;
}

.gym_dtl .licenseList {
  margin: 5rem 0 0;
  justify-content: space-between;
}

.licenseList dl dt {
  background: #2B2C2D url(../images/shared/icon_plus_white.png) no-repeat right 1.5rem center;
  background-size: 14px auto;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  padding: 1.2rem;
  width: 100%;
  margin: 0;
}

.gym_dtl .licenseList dl dt.open {
  background: #fff url(../../assets/images/shared/icon_minus.png) no-repeat right 1.5rem center;
  background-size: 14px auto;
  color: var(--dark);
}

.gym_dtl .licenseList dl dd {
  background: #fff;
  margin: 0;
}

.trainer_comment {
  padding: 80px 0;
  background: #fff;
}

.trainer_detail_box {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
  background: var(--bg-gray);
  padding: 40px;
}

.trainer_pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.trainer_store {
  font-size: 1.2rem;
  color: #888;
  margin: 0px;
  letter-spacing: 0.04em;
}

.trainer_name_row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.trainer_name {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.trainer_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.trainer_meta_label {
  background: var(--dark);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1px 6px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.trainer_meta_value {
  font-size: 1.4rem;
  color: var(--dark);
  margin-right: 8px;
}

.trainer_text p {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--dark);
  margin: 0 0 0.8em;
}

.trainer_text p:last-child {
  margin-bottom: 0;
}

.personal_map .secTitBox {
  margin: 0 auto 3rem;
}

.map_dir_secTit {
  margin-top: 100px !important;
  line-height: 1.2;
}

.map_directions {
  background: #fff !important;
  padding: 40px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px 24px !important;
  float: none !important;
}

.map_directions .step {
  min-width: 0 !important;
  width: auto !important;
  float: none !important;
  display: block !important;
}

.step_pic_wrap {
  position: relative !important;
  margin-bottom: 12px !important;
  line-height: 0 !important;
  overflow: hidden;
}

.step_pic_wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  aspect-ratio: 4 / 3 !important;
  max-width: none !important;
}

.step_pic_wrap p.step_number,
p.step_number {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  background: var(--gold) !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  text-align: center !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2 !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
}

.step .mbBlock {
  line-height: normal;
}

.step .mbBlock p {
  font-size: 1.3rem !important;
  line-height: 1.8 !important;
  color: var(--dark) !important;
  margin: 0 !important;
}

.personal_map .gmap {
  width: 100%;
  margin-bottom: 24px;
}

.personal_map .gmap iframe {
  width: 100%;
  display: block;
}

.gym_access_text {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--dark);
  margin: 0 0 60px;
}

.personal_map .goldBtn {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.personal_map .goldBtn a {
  background: var(--gold);
  background-image: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 15px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
}

.personal_map .goldBtn a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 10px;
  flex-shrink: 0;
}

.personal_map .goldBtn a:hover {
  background: #B29E3A;
}

/* ===========================================================
   店舗の様子スライダー
   =========================================================== */
.gym_slider_track_wrap {
  position: relative;
}

.slider_main {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slider_main>li {
  height: 0;
  overflow: hidden;
}

.slider_main>li.is-active {
  height: auto;
  overflow: visible;
}

.slider_main-figure {
  margin: 0;
}

.slider_main-figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.gym_slider_prev,
.gym_slider_next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gym_slider_prev::before,
.gym_slider_next::before {
  content: '' !important;
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  border-top: 2px solid var(--dark) !important;
  border-left: 2px solid var(--dark) !important;
  flex-shrink: 0;
  font-size: 0 !important;
  background: transparent !important;
}

.gym_slider_prev::before {
  transform: translate(3px, 0) rotate(-45deg) !important;
}

.gym_slider_next::before {
  transform: translate(-3px, 0) rotate(135deg) !important;
}

.gym_slider_prev {
  left: 50px !important;
}

.gym_slider_next {
  right: 50px !important;
}

.gym_slider_prev:hover,
.gym_slider_next:hover {
  background: #fff !important;
}

.slider_thumb {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  overflow-x: auto;
}

.slider_thumb li {
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.slider_thumb li.is-active {
  opacity: 1;
}

.slider_thumb li img {
  width: 80px;
  height: 56px;
  object-fit: cover;
  display: block;
}

/* ===========================================================
   設備情報（gym_point タグ + gym_facility グリッド）
   =========================================================== */
.gym_point_tags {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  row-gap: 10px;
  margin-bottom: 40px;
}

.gym_point_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2px 8px 4px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.gym_facility_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.gym_facility_card {
  display: flex;
  flex-direction: column;
}

.gym_facility_card_label {
  background: var(--gold);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.gym_facility_card_icon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  flex: 1;
  border: 1px solid var(--gold);
}

.gym_facility_card_icon img {
  width: auto;
  height: 58px;
  object-fit: contain;
  display: block;
}

/* ===========================================================
   料金・費用（#gym_price）
   =========================================================== */

/* 無料カウンセリングテーブルのみ非表示（splitBoxは除外） */
#gym_price .price .tableWrapBox>.tableArea:not(.splitBox) {
  display: none;
}

/* アコーディオンブロック間の余白 */
#gym_price .price_accordion_wrapper {
  margin-bottom: 2px;
}

/* アコーディオントリガーヘッダー */
#gym_price .accordion_trigger_header {
  text-align: center;
  padding: 20px 0 20px;
}

#gym_price .accordion_trigger_header .goldCatch {
  margin-bottom: 10px;
}

#gym_price .accordion_desc {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

#gym_price .monthly_tit {
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: 600;
  margin: 10px 0 0;
}

/* 料金を見る / 閉じる ボタン */
#gym_price .gym_btn_view {
  display: block !important;
  position: relative !important;
  background: #2b2c2d !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  padding: 18px 48px 18px 24px !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  user-select: none;
}

#gym_price .gym_btn_view::after {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-top: none !important;
  border-left: none !important;
  background: transparent !important;
  background-image: none !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

#gym_price .gym_btn_view.open {
  background: #2b2c2d !important;
  color: #fff !important;
}

#gym_price .gym_btn_view.open::after {
  transform: translateY(-50%) rotate(-135deg) !important;
}

/* 閉じるボタン（accordion_content内）を非表示 */
#gym_price .btn_close_wrapper {
  display: none;
}

/* テーブルヘッダー - ゴールド */
#gym_price .price .tableBox table {
  width: 100%;
  border-collapse: collapse;
}

#gym_price .price .tableBox table thead th {
  background: var(--gold);
  color: #fff;
  padding: 14px 20px;
  font-size: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  text-align: center;
}

#gym_price .price .tableBox table thead th:last-child {
  border-right: 0;
}

/* tbody セル */
#gym_price .price .tableBox table tbody th,
#gym_price .price .tableBox table tbody td {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 16px 20px;
  font-size: 1.5rem;
  color: var(--dark);
  font-weight: 400;
}

#gym_price .price .tableBox table tbody tr:nth-child(2n) th,
#gym_price .price .tableBox table tbody tr:nth-child(2n) td {
  background: #fff;
}

#gym_price .price .tableBox table tbody tr:last-child th,
#gym_price .price .tableBox table tbody tr:last-child td {
  border-bottom: 0;
}

/* 料金列 - ゴールド */
#gym_price .price .tableBox table tbody .yen {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 600;
}

#gym_price .price .tableBox table tbody .yen .tax {
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 400;
}

/* 特典・備考列 - ゴールド */
#gym_price .price .tableBox table tbody .bikou {
  color: var(--gold);
  font-size: 1.5rem;
}

/* accordion_content内のtableArea余白リセット */
#gym_price .accordion_content .tableArea {
  margin: 0;
}

/* コース終了後は ↓ */
#gym_price .next_step_arrow {
  text-align: center;
  padding: 40px 0 0px;
}

#gym_price .next_step_arrow p {
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 14px;
}

#gym_price .arrow_down {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid var(--gold);
  margin: 0 auto;
  background: transparent;
}

/* 分割払い・その他のプランカード */
#gym_price .price .splitBox {
  background: #fff;
  padding: 48px;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  border: none;
}

#gym_price .price .splitBox .goldCatch {
  font-size: 2rem;
  margin: 0 0 16px;
}

#gym_price .price .splitBox>p {
  font-size: 1.5rem;
  color: var(--dark);
  line-height: 1.8;
  margin: 0;
}

/* .box - バッジ + 金額を横並び */
#gym_price .price .splitBox .box {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 28px 0 0;
  margin: 0;
}

/* カード画像と非gym用説明文を非表示 */
#gym_price .price .splitBox .box>p,
#gym_price .price .splitBox .box .card {
  display: none;
}

/* バッジ＋金額 横並び */
#gym_price .price .splitBox .box .subCatch {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
}

/* バッジ（左）*/
#gym_price .price .splitBox .box .subCatch p:first-child {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 9px 28px;
  line-height: 1.7;
  text-align: center;
}

/* 金額（右）*/
#gym_price .price .splitBox .box .subCatch p:last-child {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}

#gym_price .price .splitBox .box .subCatch p:last-child span {
  font-size: 4.8rem;
  font-weight: 700;
}

/* 注意書き */
#gym_price .price .splitBox .notice {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.9;
  text-align: center;
  margin: 0;
  display: block;
  width: 100%;
  margin-top: 10px;
}

/* その他のプランカード */
#gym_price .price .tableArea.splitBox .sTit {
  font-size: 2rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.9;
  text-align: center;
  margin: 0;
}

/* ===========================================================
   FAQ
   =========================================================== */

/* カテゴリ見出し */
.faq .faq_category_title {
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 48px 0 25px;
}

/* 一覧ボタン */
.faq .faq_list_btn {
  text-align: center;
  margin-top: 48px;
}

.faq .faq_list_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 730px;
  height: 58px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  background: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 4px;
}

.faq .faq_list_btn a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--gold);
  flex-shrink: 0;
}

.faq .faq_list_btn a:hover {
  background: var(--gold);
  color: #fff;
}

.faq .faq_list_btn a:hover::after {
  border-left-color: #fff;
}

.faq .faqArea .box {
  background: var(--bg-gray);
}

.faq .faqArea .title {
  background: var(--bg-gray) url(../../assets/images/shared/icon_plus.png) no-repeat right 2.5rem center;
  background-size: 16px auto;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: 1.5rem 5rem 1.5rem 3rem;
  cursor: pointer;
  display: block;
}

.faq .faqArea .title span {
  color: var(--gold);
  font-size: 1.7rem;
}

.faq .faqArea .toggle:checked+label {
  background: var(--bg-gray) url(../../assets/images/shared/icon_minus.png) no-repeat right 2.5rem center !important;
  background-size: 16px auto !important;
  color: inherit !important;
}

.faq .faqArea .toggle:checked+label span {
  color: var(--gold) !important;
}

.faq .faqArea .toggle:checked+label+.content {
  background: transparent !important;
  max-height: inherit;
  transition: all 1s;
}

.faq .faqArea .toggle:checked+label+.content .inner {
  padding: 3rem 6rem 3rem 4rem;
}

/* ===========================================================
   近隣ジム
   =========================================================== */
.near_gym .near_gym_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.near_gym .near_gym_list a {
  display: block;
  text-decoration: none;
  color: var(--dark);
}

.near_gym .near_gym_thumb {
  overflow: hidden;
}

.near_gym .near_gym_thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.near_gym .near_gym_list a:hover .near_gym_thumb img {
  transform: scale(1.05);
}

.near_gym .near_gym_name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  margin: 10px 0 0;
  color: var(--dark);
  letter-spacing: 0.02em;
}

.near_gym .near_gym_name::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold) url(../../assets/images/shared/arr_white_right.png) no-repeat center center;
  background-size: 5px auto;
}

/* ===========================================================
   common.css の body margin-top をジムページだけ打ち消す
   =========================================================== */
@media (max-width: 599px) {
  body:has(.gym_dtl) {
    margin-top: 0 !important;
  }
}

/* ===========================================================
   レスポンシブ（1100px以下）
   =========================================================== */
@media (max-width: 1100px) {
  .gym_cta_bnr_btn {
    width: 66.36%;
  }
}

/* ===========================================================
   レスポンシブ
   =========================================================== */
@media (max-width: 768px) {

  .gym_dtl #pankuzu {
    top: 50px;
  }

  /* 見出し共通 */
  .gym_dtl .secTit {
    font-size: 2.4rem;
  }

  /* Hero */
  .gym_hero {
    min-height: 280px;
  }

  .gym_hero_content {
    padding: 36px 0 40px;
  }

  .gym_hero_beyond {
    font-size: 5.2rem;
  }

  .gym_hero_beyond img {
    width: 81%;
  }

  .gym_hero_store {
    font-size: 3.2rem;
  }

  .gym_hero_awards {
    gap: 10px;
    flex-wrap: wrap;
  }

  .gym_hero_award_item {
    min-width: 120px;
    padding: 8px 10px;
  }

  .gym_hero_award_no strong {
    font-size: 3.6rem;
  }

  .gym_hero_award_count_num strong {
    font-size: 3.6rem;
  }

  /* CTA */
  .gym_hero_cta_area {
    padding: 35px 20px 40px;
  }

  .gym_hero_cta_btn {
    font-size: 1.5rem;
    padding: 14px 20px;
  }

  /* ページ内ナビ */
  .gym_page_nav_hero {
    grid-template-columns: repeat(2, 1fr);
  }

  .gym_page_nav_hero a {
    font-size: 1.6rem;
    height: 60px;
    /* border-bottom: 1px solid #e8e8e8; */
  }


  /* スティッキーナビ */
  .gym_sticky_nav a {
    font-size: 1.2rem;
    height: 60px;
    letter-spacing: 0.02em;
  }

  /* Intro */
  .gym_intro {
    min-height: auto;
  }

  .gym_intro_inner {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .gym_intro_content {
    width: 100%;
    padding: 50px 20px 0px;
    text-align: center;
    gap: 18px;
  }

  .gym_intro_text {
    font-size: 1.3rem;
    line-height: 3.6;
    letter-spacing: 0.1em;
  }

  .gym_intro_text strong {
    font-size: 1.5rem;
    background: #fff;
    padding: 0px 1px;
  }

  .gym_intro_img {
    position: static;
    background-image: var(--img-sp);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 260px;
    margin-top: -20px;
  }

  .gym_intro_catch {
    font-size: 2.3rem;
    line-height: 2.0;
  }

  /* CTA bnr */
  .gym_cta_bnr {
    padding: 50px 16px;
  }

  .gym_cta_bnr_inner {
    text-align: left;
  }

  .gym_cta_bnr_sub {
    font-size: 2.5rem;
    margin: 0 0 4px;
  }

  .gym_cta_bnr_title {
    font-size: 2.5rem;
    margin: 0 0 12px;
  }

  .gym_cta_bnr_text {
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
  }

  .gym_cta_bnr_btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 14px 20px;
    border-radius: 6px;
  }

  /* リアルな変化 */
  .gym_real_change {
    padding: 50px 0 0px;
  }

  /* 女性/男性タブ */
  .gym_real_change_tabs {
    gap: 8px;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 8px;
  }

  .gym_real_change_tab {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 8px;
    background: #c8c8c8;
    color: #888;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    width: auto;
  }

  .gym_real_change_tab.is-active {
    background: var(--dark);
    color: #fff;
    padding: 10px 8px;
  }

  .gym_real_change_title {
    font-size: 2.4rem;
  }

  /* Inner */
  .gym_real_change_inner {
    grid-template-columns: 1fr;
    padding: 0 16px 50px;
  }

  /* CASEカードリスト */
  .gym_case_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }

  /* 選択カードを display:contents でヘッダー・ボディを gym_case_list の直接 flex アイテムに */
  .gym_case_card:not(.is-dimmed) {
    display: contents;
  }

  /* 選択ケースの fill ピル → ::before で gold fill + 白文字、3等分 */
  .gym_case_card:not(.is-dimmed)::before {
    content: attr(data-case-no);
    order: 1;
    flex: 0 0 calc((100% - 16px) / 3);
    box-sizing: border-box;
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 20px;
    padding: 8px 4px;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }

  /* 非選択カード → 枠付きピルボタン、3等分 */
  .gym_case_card.is-dimmed {
    order: 1;
    flex: 0 0 calc((100% - 16px) / 3);
    box-sizing: border-box;
    border: 1px solid var(--gold);
    border-radius: 20px;
    background: none;
    opacity: 1;
  }

  .gym_case_card.is-dimmed .gym_case_card_header {
    background: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    gap: 0;
    text-align: center;
  }

  .gym_case_card.is-dimmed .gym_case_card_goal {
    display: none;
  }

  .gym_case_card.is-dimmed .gym_case_card_no {
    font-size: 1.3rem;
    color: var(--gold);
    text-align: center;
  }

  .gym_case_card.is-dimmed .gym_case_card_body {
    display: none;
  }

  /* 選択カードのヘッダー → ピル行の下に全幅でCASE番号 + goal 中央揃え */
  .gym_case_card:not(.is-dimmed) .gym_case_card_header {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    background: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px 0px;
    gap: 8px;
  }

  .gym_case_card:not(.is-dimmed) .gym_case_card_no {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    display: block;
  }

  .gym_case_card:not(.is-dimmed) .gym_case_card_goal {
    font-size: 1.3rem;
    color: #fff;
    display: block;
  }

  /* 選択カードのボディ → 全幅で中央揃え */
  .gym_case_card:not(.is-dimmed) .gym_case_card_body {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    display: block;
    text-align: center;
    background: none;
    padding: 0 16px 24px;
  }

  .gym_case_card_profile {
    margin: -10px 0 15px;
  }

  /* 詳細パネル */
  .gym_case_detail {
    margin: 0;
    padding: 24px 16px;
  }

  /* 店舗情報レイアウト */
  .gym_info_layout {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }

  .gym_info_media_col {
    display: contents;
  }

  .gym_info_photo {
    order: 1;
  }

  .gym_info_table_col {
    order: 2;
    margin: 20px 0;
  }

  .gym_info_sns_wrap {
    order: 3;
  }

  .gym_info_sns_wrap {
    background-color: #f0f0f0;
    width: 100%;
  }

  .gym_info_cp_table {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    table-layout: auto !important;
    box-sizing: border-box !important;
  }

  .gym_info_cp_table tr {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .gym_info_cp_table th,
  .gym_info_cp_table th h3,
  .gym_info_cp_table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .gym_info_sns_wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .gym_info_sns_btn,
  .gym_info_cta_btn {
    font-size: 1rem;
    padding: 12px 6px;
    margin: 2px 6px;
    border-radius: 8px;
  }

  /* ---- Hero label ---- */
  .gym_hero_label_sub {
    font-size: 2rem;
  }

  /* ---- Hero CTA 縦積み ---- */
  .gym_hero_cta_area .wi1100 {
    flex-direction: column;
    gap: 14px;
    padding: 0px;
  }

  .gym_hero_cta_sub {
    font-size: 1.8rem;
    text-align: center;
  }

  .gym_hero_cta_sub::before {
    content: '＼';
    margin-right: 0.5em;
  }

  .gym_hero_cta_sub::after {
    content: '／';
    margin-left: 0.5em;
  }

  .gym_hero_cta_btn {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 6px;
  }

  /* ---- ページ内ナビ ---- */
  .gym_page_nav_hero {
    padding: 35px 20px;
  }

  .gym_page_nav_hero .wi1100 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* ---- 選ばれる理由 ---- */
  .gym_reason {
    padding: 50px 20px;
  }

  .gym_reason_title {
    font-size: 2.4rem;
  }

  .gym_reason_list {
    gap: 40px;
  }

  /* item を flex 縦積みに変更 */
  .gym_reason_item {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: 0;
  }

  /* gym_reason_text を display:contents で透明化 →
     h3 と p が gym_reason_item の直接 flex 子になる */
  .gym_reason_text {
    display: contents;
  }

  /* 表示順: タイトル(1) → 画像(2) → 説明文(3) */
  .gym_reason_item_title {
    order: 1;
    font-size: 1.8rem;
    margin: 0 0 14px;
    padding: 0;
  }

  .gym_reason_img {
    order: 2;
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }

  .gym_reason_text>p {
    order: 3;
    padding: 0;
    font-size: 1.3rem;
    line-height: 2.0;
  }

  /* ---- 店舗情報写真 ---- */
  .gym_info_photo {
    width: 100%;
  }

  .gym_info_photo img {
    width: 100%;
    height: auto;
  }

  /* ---- トレーナーリスト（横スクロール） ---- */
  .gym_trainer_list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }

  .gym_trainer_list li {
    flex: 0 0 126px;
    scroll-snap-align: start;
    min-width: 190px;
  }

  .gym_trainer_thumb {
    width: 150px;
    height: 150px;
  }

  .gym_trainer_thumb_name {
    font-size: 1.4rem;
  }

  /* ---- トレーナー詳細カード ---- */
  .gym_td_card {
    display: flex !important;
    flex-direction: column;
    padding: 24px 20px;
    gap: 0;
  }

  .gym_td_left {
    display: contents;
  }

  .gym_td_photo {
    order: 1;
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto 16px;
  }

  .gym_td_right {
    order: 2;
  }

  .gym_td_cta {
    order: 3;
    width: 100%;
    font-size: 1.6rem;
    padding: 14px 8px;
    margin-top: 20px;
  }

  .gym_td_header {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
  }

  .gym_td_name_block {
    align-items: center;
  }

  .gym_td_name {
    font-size: 2.8rem;
    text-align: center;
  }

  .gym_td_abc_name {
    text-align: center;
  }

  .gym_td_insta {
    justify-content: center;
  }

  .gym_td_sections--two {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 20px;
  }

  /* ---- トレーナー詳細（trainer_comment） ---- */
  .trainer_comment {
    padding: 50px 20px;
  }

  .trainer_detail_box {
    grid-template-columns: 172px 1fr;
    padding: 24px 16px;
    gap: 0px 16px;
    align-items: start;
  }

  .trainer_detail_box .trainer_info {
    display: contents;
  }

  .trainer_detail_box .trainer_pic {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .trainer_pic img {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .trainer_detail_box .trainer_store {
    grid-row: 1;
    grid-column: 2;
    align-self: end;
  }

  .trainer_detail_box .trainer_name_row {
    grid-row: 2;
    grid-column: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 0;
  }

  .trainer_detail_box .trainer_text {
    grid-row: 3;
    grid-column: 1 / -1;
    padding-top: 12px;
  }

  .trainer_name {
    white-space: normal;
    font-size: 2.2rem;
  }

  /* ---- 設備情報 ---- */
  .facility.bg_gray .wi1100 {
    padding: 0;
  }

  .facility.bg_gray {
    padding: 50px 16px;
  }

  .gym_point_tags {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 24px;
  }

  .gym_point_tag {
    font-size: 1.2rem;
    padding: 4px 6px;
  }

  .gym_facility_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .gym_facility_card_label {
    font-size: 1.2rem;
    height: 44px;
    padding: 0 4px;
  }

  .gym_facility_card_icon {
    padding: 14px 6px;
  }

  .gym_facility_card_icon img {
    height: 46px;
  }

  /* ---- ライセンスエリア ---- */
  .gym_license_area {
    padding: 35px 16px 40px;
  }

  .gym_license_area .goldCatch {
    margin-bottom: 0;
  }

  .gym_dtl .licenseList {
    flex-direction: column;
    gap: 0px;
    margin: 2.5rem 0 0;
  }

  .gym_dtl .licenseList dl dt {
    margin: 0;
    width: 100%;
    background: #2B2C2D url(../images/shared/icon_plus_white.png) no-repeat right 1.5rem center;
    background-size: 14px auto;
    padding: 7.5px 20px;
  }

  /* ---- アクセス・地図 ---- */
  .personal_map {
    padding: 50px 16px;
  }

  .personal_map .secTitBox:first-child {
    margin: 0 auto 3rem;
  }

  .gym_access_text {
    font-size: 1.4rem;
    line-height: 1.78;
    margin: 0 0 30px;
  }

  .personal_map .goldBtn {
    text-align: center;
  }

  .personal_map .goldBtn a {
    width: 85%;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .map_dir_secTit {
    margin-top: 50px !important;
    line-height: 1.5;
  }

  /* ---- map_directions SP レイアウト ---- */
  .map_directions {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 24px !important;
    gap: 0 !important;
  }

  .map_directions .step {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
  }

  .map_directions .step_pic_wrap {
    flex: 0 0 48%;
    margin-bottom: 0 !important;
  }

  .map_directions .step .mbBlock {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    min-height: 100%;
  }

  .map_directions:not(.is-open) .step:nth-child(n+4) {
    display: none !important;
  }

  .map_dir_readmore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
    padding: 20px 0 20px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--dark);
  }

  .map_dir_readmore::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent 0%, #fff 65%);
    pointer-events: none;
  }

  .map_dir_readmore.is-open {
    padding: 20px 0;
    margin-top: 0;
    background: none;
  }

  .map_dir_readmore.is-open::before {
    display: none;
  }

  .map_dir_readmore_icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--dark);
    transition: transform 0.2s;
  }

  .map_dir_readmore.is-open .map_dir_readmore_icon {
    transform: rotate(180deg);
  }

  .personal_map .gmap {
    padding-top: 70%;
  }

  .personal_map .gmap iframe {
    height: 280px;
  }

  /* ---- 店舗情報 ---- */
  .area_gym_box {
    padding: 50px 20px;
  }

  /* ---- 無料体験の流れ ---- */
  .gym_flow {
    padding: 50px 20px;
  }

  .gym_flow_title {
    font-size: 2.4rem;
  }

  .gym_flow_inner {
    background: none;
    padding: 0;
  }

  /* リスト全体を白背景でひとつなぎに */
  .gym_flow_list {
    gap: 0;
    background-color: #fff;
    padding: 16px;
  }

  /* アイテムは繋げる（背景なし・shadowなし） */
  .gym_flow_item {
    background: none;
    padding: 16px 0;
    box-shadow: none;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    align-items: start;
  }

  .gym_flow_item:first-child {
    border-top: none;
    padding-top: 0;
  }

  /* 3件目以降を初期非表示 */
  .gym_flow_item:nth-child(n+3) {
    display: none;
  }

  /* is-open で3件目以降を表示 */
  .gym_flow_list.is-open .gym_flow_item:nth-child(n+3) {
    display: grid;
  }

  .gym_flow_media img {
    max-width: 100%;
    width: 140px;
  }

  .gym_flow_text h3 {
    font-size: 1.8rem;
    margin: 0 0 8px;
  }

  .gym_flow_text p {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  /* VIEW MORE ボタン: margin-top でアイテム2に被せる */
  .gym_flow_readmore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
    padding: 20px 0 20px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--dark);
  }

  /* グラデーションをボタン上方に重ねる */
  .gym_flow_readmore::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent 0%, #fff 65%);
    pointer-events: none;
  }

  /* CLOSE 時（リスト内に移動済み）: グラデーションなし・被りなし */
  .gym_flow_readmore.is-open {
    padding: 20px 0;
    margin-top: 0;
    background: none;
  }

  .gym_flow_readmore.is-open::before {
    display: none;
  }

  .gym_flow_readmore_icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--dark);
    transition: transform 0.2s;
  }

  .gym_flow_readmore.is-open .gym_flow_readmore_icon {
    transform: rotate(180deg);
  }

  /* ---- 料金 ---- */
  #gym_price .price .wi1100 {
    padding: 0 16px;
  }

  #gym_price .gym_btn_view {
    font-size: 1.4rem !important;
    padding: 14px !important;
  }

  #gym_price .gym_btn_view::after {
    content: '' !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
  }

  #gym_price .accordion_desc {
    font-size: 1.2rem;
    padding: 0;
  }

  #gym_price .accordion_trigger_header .goldCatch {
    margin-top: 0;
  }

  #gym_price .accordion_trigger_header {
    text-align: center;
    padding: 20px 0;
  }

  #gym_price .accBox {
    margin: 3px 0 0;
  }

  #gym_price .arrow_down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--gold);
    margin: 0 auto;
    background: transparent;
  }

  #gym_price .next_step_arrow {
    text-align: center;
    padding: 20px 0 0px;
    margin: 5px 0 10px;
  }

  #gym_price .next_step_arrow p {
    color: var(--gold);
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 0px;
  }

  /* splitBox SP */
  #gym_price .price .splitBox {
    padding: 20px 16px;
    margin-top: 20px;
    text-align: left;
  }

  #gym_price .price .splitBox .goldCatch {
    text-align: center;
  }

  #gym_price .price .splitBox>p {
    font-size: 1.3rem;
    text-align: left;
  }

  #gym_price .price .splitBox .box {
    gap: 16px;
    padding: 16px 0 0;
    justify-content: flex-start;
  }

  #gym_price .price .splitBox .box .subCatch {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }

  #gym_price .price .splitBox .box .subCatch p:first-child {
    font-size: 1.2rem;
    padding: 10px 14px;
    color: var(--gold);
  }

  #gym_price .price .splitBox .box .subCatch p:last-child {
    font-size: 2.1rem;
  }

  #gym_price .price .splitBox .box .subCatch p:last-child span {
    font-size: 4rem;
  }

  #gym_price .price .splitBox .notice {
    text-align: left;
    font-size: 1.2rem;
  }

  #gym_price .price .tableArea.splitBox .sTit {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }

  /* table_kaisuu SP */
  #gym_price .price .table_kaisuu table,
  #gym_price .price .table_kaisuu tbody {
    display: block;
    width: 100%;
  }

  #gym_price .price .table_kaisuu thead {
    display: none;
  }

  #gym_price .price .table_kaisuu tbody tr {
    display: block;
    width: 100%;
  }

  #gym_price .price tbody th {
    display: block !important;
    width: 100% !important;
    background: #DED9BE !important;
    color: var(--dark) !important;
    text-align: center !important;
    padding: 12px 16px !important;
    font-size: 1.4rem;
    font-weight: 700;
  }

  #gym_price .price .tableBox table tbody th,
  #gym_price .price .tableBox table tbody td {
    border-right: none !important;
    border-left: none !important;
  }

  #gym_price .price .table_kaisuu tbody td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 12px 16px !important;
    border-bottom: none !important;
    background: #fff !important;
    position: relative;
    line-height: 1.3;
    border-left: none !important;
    border-right: none !important;
  }

  #gym_price .price .tableBox table tbody td::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #DED9BE;
    position: absolute;
    bottom: 0;
    left: 5%;
  }

  #gym_price .price .tableBox table tbody td:last-child::after {
    display: none;
  }


  #gym_price .price .table_kaisuu tbody tr:nth-child(2n) td {
    background: #fff !important;
  }

  #gym_price .price .table_kaisuu tbody .yen {
    color: var(--gold) !important;
  }

  #gym_price .price .table_kaisuu tbody .bikou {
    color: var(--gold) !important;
  }

  /* ---- Googleレビュー ---- */
  .gym_google_reviews {
    padding: 0 20px 80px;
  }

  /* ---- お客様の声 ---- */
  .customor_voice {
    padding: 40px 20px 0;
  }

  .gym_voice_head {
    margin-bottom: 24px;
  }

  .gym_voice_title {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 2.4rem;
  }

  /* カード: 1カラム縦積み */
  .gym_voice_card {
    grid-template-columns: 1fr;
    padding: 20px 16px 10px;
    gap: 12px;
  }

  /* プロフィール: 写真(左) + 名前/年代(右) 横並び */
  .gym_voice_profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .gym_voice_photo {
    width: 180px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .gym_voice_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .gym_voice_name {
    font-size: 2rem;
    margin: 0;
    line-height: 1.1;
  }

  .gym_voice_age {
    font-size: 1.4rem;
    margin: 0;
  }

  /* Q&A テキスト */
  .gym_voice_q {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }

  .gym_voice_a {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 0 0 20px;
  }

  /* ---- スライダー ---- */
  .gym_slider_track_wrap {
    margin: 0 auto;
  }

  /* ---- FAQ ---- */
  .faq .faq_category_title {
    font-size: 1.8rem;
    margin: 32px 0 16px;
  }

  .faq .faqArea .title {
    font-size: 1.4rem;
    padding: 14px 44px 14px 44px;
    line-height: 1.6;
    background-position: right 16px center;
    position: relative;
  }

  .faq .faqArea .title span {
    font-size: 1.5rem;
    position: absolute;
    top: 14px;
    left: 16px;
    margin: 0;
  }

  .faq .faqArea .toggle:checked+label {
    background-position: right 16px center !important;
    background-color: #2B2C2D !important;
    color: #fff !important;
  }

  .faq .faqArea .toggle:checked+label+.content .inner {
    padding: 20px 16px;
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .faq .faq_list_btn {
    padding: 0 16px;
  }

  .faq .faq_list_btn a {
    width: 100%;
    font-size: 1.6rem;
    height: 60px;
  }

  /* ---- 近隣ジム ---- */
  .near_gym .near_gym_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .near_gym .near_gym_thumb {
    aspect-ratio: 168 / 102;
    overflow: hidden;
  }

  .near_gym .near_gym_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ---- fixBot gym ---- */
  @keyframes fixbotFadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fixBot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #2f2725;
    width: 100%;
    padding: 20px;
    display: none !important;
  }

  body.fixbot-active .fixBot {
    display: block !important;
    animation: fixbotFadeIn 0.4s ease forwards;
  }

  .gym_fixbot_nav {
    display: none !important;
    border: 1px solid var(--gold);
    position: fixed;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  body.fixbot-active .gym_fixbot_nav {
    display: flex !important;
    animation: fixbotFadeIn 0.4s ease forwards;
  }

  .gym_fixbot_nav_btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: var(--gold);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    background: #fff;
    border-right: 1px solid var(--gold);
  }

  .gym_fixbot_nav_btn:last-child {
    border-right: none;
  }

  .gym_fixbot_top {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .gym_fixbot_top::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 4px;
  }

  .gym_fixbot_btn {
    display: block;
    width: 100%;
    background: var(--orange);
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    box-shadow: 0 5px 0 #804501;
    height: 60px;
  }

  .gym_fixbot_btn span {
    font-size: 1.4rem;
    margin-left: 7px;
  }

  /* ====== SP FV Hero レイアウト全面修正 ====== */
  .body {
    margin-top: 0 !important;
  }

  /* Hero: relative を維持、高さはコンテンツ (gym_hero_content) で決まる */
  .gym_hero {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
  }

  /* SP 背景画像: absolute で gym_hero 全面を覆う */
  .gym_hero_bg {
    position: absolute;
    inset: 0;
    background: url(../../assets_2026/image/gym/top_bg_sp.png) center / cover no-repeat;
  }

  .gym_hero_bg img {
    display: none;
  }

  /* コンテンツ: relative にして gym_hero の高さを決める */
  .gym_hero_content {
    position: relative;
    inset: auto;
    height: auto;
    padding: 160px 0 0;
    z-index: 2;
    color: #fff;
  }

  .gym_hero_content .wi1100 {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  /* inner wrap: 縦積み・gap なし */
  .gym_hero_inner_wrap {
    gap: 0;
    align-items: stretch;
    text-align: center;
    width: 100%;
    margin-top: 0px;
  }

  /* タイトルエリア */
  .gym_hero_title_area {
    padding: 0 16px 28px;
  }

  /* アワード: 白いボーダー上線、横並び固定、背景なし（画像がそのまま見える） */
  .gym_hero_awards {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px 16px;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 0;
    background: none;
    align-items: center;
  }

  /* アワードアイテム: 横並び均等 */
  .gym_hero_award_item {
    flex: 1;
    padding: 0 12px;
    min-width: 0;
  }

  /* Getfit と 店舗数の縦区切り線 */
  .gym_hero_award_getfit {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
  }

  /* テキストサイズ上書き */
  .gym_hero_label_sub {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }

  .gym_hero_beyond {
    font-size: 5.2rem;
  }

  .gym_hero_store {
    font-size: 2.3rem;
  }

  .gym_hero_award_no strong,
  .gym_hero_award_count_num strong {
    font-size: 3.6rem;
  }

  .gym_photos,
  .interior,
  .trainer_detail.gym_lower,
  .faq,
  .near_gym {
    padding: 50px 16px;
  }

  .price {
    padding: 50px 0px;
  }
}