/*
 * lp-osaka-maishima-sumo.css
 * 旅っくす（タビックス）大相撲おおさか舞洲場所 観戦ツアー特集LP
 * すべてのセレクタは #tbx-lp-osaka-maishima-sumo を起点にスコープ
 * 文字サイズは全体的に大きめに設定（本文基準18px）
 */

/* ============================================================
   カラー変数（グローバル定義）
   ============================================================ */
:root {
  --tbx-primary:    #0066CC;   /* メインブルー */
  --tbx-accent:     #FF6600;   /* アクセントオレンジ */
  --tbx-sumo:       #7A1E2B;   /* 大相撲イメージの臙脂色（アクセント2） */
  --tbx-text:       #222222;
  --tbx-text-sub:   #555555;
  --tbx-bg:         #FFFFFF;
  --tbx-bg-sub:     #F5F7FA;
  --tbx-border:     #DDDDDD;
  --tbx-radius:     8px;
  --tbx-shadow:     0 2px 10px rgba(0, 0, 0, 0.12);
  --tbx-max-width:  1200px;
}

/* ============================================================
   共通レイアウト（スコープ内）― 文字は全体的に大きめ
   ============================================================ */
#tbx-lp-osaka-maishima-sumo {
  color: var(--tbx-text);
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 18px; /* 18px 基準 */
  line-height: 1.8;
}

#tbx-lp-osaka-maishima-sumo *,
#tbx-lp-osaka-maishima-sumo *::before,
#tbx-lp-osaka-maishima-sumo *::after {
  box-sizing: border-box;
}

#tbx-lp-osaka-maishima-sumo img {
  max-width: 100%;
  height: auto;
  display: block;
}

#tbx-lp-osaka-maishima-sumo a {
  color: var(--tbx-primary);
  text-decoration: none;
}

#tbx-lp-osaka-maishima-sumo a:hover {
  text-decoration: underline;
  opacity: 0.85;
}

#tbx-lp-osaka-maishima-sumo .sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   写真プレースホルダー枠（共通）― 写真は後日差し替え
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .photo-frame__icon {
  color: var(--tbx-text-sub);
  opacity: 0.6;
}

#tbx-lp-osaka-maishima-sumo .photo-frame__label {
  font-size: 15px;
  color: var(--tbx-text-sub);
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}

#tbx-lp-osaka-maishima-sumo .hero__photo-frame,
#tbx-lp-osaka-maishima-sumo .course-card__photo-frame,
#tbx-lp-osaka-maishima-sumo .venue-photo-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--tbx-bg-sub);
  border: 2px dashed var(--tbx-border);
  border-radius: var(--tbx-radius);
}

#tbx-lp-osaka-maishima-sumo .hero__photo-frame {
  width: 100%;
  min-height: 440px;
}

/* 実写真が入るメインビジュアル用：プレースホルダーの点線枠・背景を解除 */
#tbx-lp-osaka-maishima-sumo .hero__photo-frame--photo {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
}

/* メインビジュアルの写真 */
#tbx-lp-osaka-maishima-sumo .hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  #tbx-lp-osaka-maishima-sumo .hero__photo-frame {
    aspect-ratio: 16 / 7;
    min-height: 0;
  }
}

#tbx-lp-osaka-maishima-sumo .course-card__photo-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* 実写真が入るカセット用：プレースホルダーの点線枠・背景を解除 */
#tbx-lp-osaka-maishima-sumo .course-card__photo-frame--photo {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

/* ツアーカセットの写真（imgタグ） */
#tbx-lp-osaka-maishima-sumo .course-card__photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

#tbx-lp-osaka-maishima-sumo .venue-photo-frame {
  width: 100%;
  aspect-ratio: 21 / 9;
  margin: 24px 0;
}

/* 会場案内セクションのGoogleマップ埋め込み */
#tbx-lp-osaka-maishima-sumo .venue-map iframe {
  border: 0;
  width: 100%;
  max-width: 100%;
}

/* ============================================================
   ヒーローセクション
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
}

#tbx-lp-osaka-maishima-sumo .hero__inner {
  position: relative;
}

#tbx-lp-osaka-maishima-sumo .hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 92%;
  max-width: 800px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
}

#tbx-lp-osaka-maishima-sumo .hero__eyebrow {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  color: #FFD166;
  text-align: center;
}

#tbx-lp-osaka-maishima-sumo .hero__title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

#tbx-lp-osaka-maishima-sumo .hero__sub {
  font-size: clamp(16px, 2.4vw, 22px);
  margin-bottom: 1.5em;
}

/* ============================================================
   パンくずリスト
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .ms-breadcrumb {
  padding: 14px 20px;
  background: var(--tbx-bg-sub);
  border-bottom: 1px solid var(--tbx-border);
  font-size: 15px;
}

#tbx-lp-osaka-maishima-sumo .ms-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: var(--tbx-max-width);
  margin-inline: auto;
}

#tbx-lp-osaka-maishima-sumo .ms-breadcrumb__item + .ms-breadcrumb__item::before {
  content: '›';
  margin: 0 8px;
  color: var(--tbx-text-sub);
}

/* ============================================================
   汎用セクション
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .section {
  padding: 56px 20px;
}

#tbx-lp-osaka-maishima-sumo .section--bg {
  background: var(--tbx-bg-sub);
}

#tbx-lp-osaka-maishima-sumo .section__inner {
  max-width: var(--tbx-max-width);
  margin-inline: auto;
}

#tbx-lp-osaka-maishima-sumo .section__title {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: 4px solid var(--tbx-sumo);
}

#tbx-lp-osaka-maishima-sumo .section__text {
  font-size: 18px;
  color: var(--tbx-text);
  margin-bottom: 1.2em;
}

#tbx-lp-osaka-maishima-sumo .section__text--center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

/* ============================================================
   開催概要テーブル（dl形式）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .overview-table {
  margin: 0;
  border-top: 1px solid var(--tbx-border);
}

#tbx-lp-osaka-maishima-sumo .overview-table__row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 18px 4px;
  border-bottom: 1px solid var(--tbx-border);
}

@media (min-width: 768px) {
  #tbx-lp-osaka-maishima-sumo .overview-table__row {
    grid-template-columns: 200px 1fr;
  }
}

#tbx-lp-osaka-maishima-sumo .overview-table dt {
  font-weight: 700;
  color: var(--tbx-sumo);
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  #tbx-lp-osaka-maishima-sumo .overview-table dt {
    margin-bottom: 0;
  }
}

#tbx-lp-osaka-maishima-sumo .overview-table dd {
  margin: 0;
}

/* ============================================================
   出発地セレクター（チップ）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .departure-picker {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#tbx-lp-osaka-maishima-sumo .departure-group__label {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--tbx-text);
}

/* 「※対象エリア以外は準備中」などの補足注記用（通常ラベルより細字） */
#tbx-lp-osaka-maishima-sumo .departure-group__label--note {
  font-weight: 400;
  margin-top: 8px;
}

#tbx-lp-osaka-maishima-sumo .departure-group__chips {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 768px) {
  /* PC・タブレット：出発地はチップ形式（従来のまま） */
  #tbx-lp-osaka-maishima-sumo .departure-group__chips {
    display: flex;
  }
}

#tbx-lp-osaka-maishima-sumo .chip {
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 999px;
  border: 2px solid var(--tbx-primary);
  background: #fff;
  color: var(--tbx-primary);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

#tbx-lp-osaka-maishima-sumo .chip:hover {
  background: var(--tbx-primary);
  color: #fff;
}

#tbx-lp-osaka-maishima-sumo .chip.is-active {
  background: var(--tbx-sumo);
  border-color: var(--tbx-sumo);
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================================
   出発地セレクター（プルダウン）― スマホ表示専用
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .departure-group__select-wrap {
  display: block;
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* PC・タブレットではプルダウンを非表示（チップのみ表示） */
  #tbx-lp-osaka-maishima-sumo .departure-group__select-wrap {
    display: none;
  }
}

#tbx-lp-osaka-maishima-sumo .departure-select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px; /* 16px未満だとiOSで自動ズームが発生するため */
  font-weight: 700;
  padding: 14px 44px 14px 18px;
  border-radius: var(--tbx-radius);
  border: 2px solid var(--tbx-primary);
  background-color: #fff;
  color: var(--tbx-primary);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230066CC' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  cursor: pointer;
}

#tbx-lp-osaka-maishima-sumo .departure-select:focus {
  outline: 2px solid var(--tbx-accent);
  outline-offset: 2px;
}

#tbx-lp-osaka-maishima-sumo .departure-picker__reset-wrap {
  text-align: center;
  margin-top: 32px;
}

/* ============================================================
   ツアー一覧（コースカード）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .course-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1024px) {
  #tbx-lp-osaka-maishima-sumo .course-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

#tbx-lp-osaka-maishima-sumo .course-card {
  background: var(--tbx-bg);
  border-radius: var(--tbx-radius);
  box-shadow: var(--tbx-shadow);
  overflow: hidden;
  border: 3px solid transparent;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  scroll-margin-top: 24px;
}

#tbx-lp-osaka-maishima-sumo .course-card.is-highlight {
  border-color: var(--tbx-sumo);
  box-shadow: 0 6px 22px rgba(122, 30, 43, 0.25);
}

#tbx-lp-osaka-maishima-sumo .course-card.is-hidden {
  display: none;
}

#tbx-lp-osaka-maishima-sumo .course-card__body {
  padding: 20px;
}

#tbx-lp-osaka-maishima-sumo .course-card__label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  background: var(--tbx-primary);
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

#tbx-lp-osaka-maishima-sumo .course-card__label--jr {
  background: var(--tbx-sumo);
}

#tbx-lp-osaka-maishima-sumo .course-card__label--local {
  background: var(--tbx-accent);
}

#tbx-lp-osaka-maishima-sumo .course-card__selected-departure {
  min-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  color: var(--tbx-sumo);
  margin-bottom: 6px;
}

#tbx-lp-osaka-maishima-sumo .course-card__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

#tbx-lp-osaka-maishima-sumo .course-card__text {
  font-size: 16px;
  color: var(--tbx-text-sub);
  margin-bottom: 14px;
}

#tbx-lp-osaka-maishima-sumo .course-card__meta {
  margin-bottom: 14px;
}

#tbx-lp-osaka-maishima-sumo .course-card__meta-row {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--tbx-border);
  font-size: 15px;
}

#tbx-lp-osaka-maishima-sumo .meta-label {
  flex: 0 0 auto;
  font-weight: 700;
  color: var(--tbx-text-sub);
}

/* 座席タイプ・枠数テーブル */
#tbx-lp-osaka-maishima-sumo .seat-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 15px;
}

#tbx-lp-osaka-maishima-sumo .seat-table th,
#tbx-lp-osaka-maishima-sumo .seat-table td {
  border: 1px solid var(--tbx-border);
  padding: 8px 10px;
  text-align: left;
}

#tbx-lp-osaka-maishima-sumo .seat-table th {
  background: var(--tbx-bg-sub);
  font-weight: 700;
}

#tbx-lp-osaka-maishima-sumo .course-card__price-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--tbx-text-sub);
  margin-bottom: 2px;
}

#tbx-lp-osaka-maishima-sumo .course-card__price {
  font-size: 26px;
  font-weight: 700;
  color: var(--tbx-accent);
  margin-bottom: 16px;
}

#tbx-lp-osaka-maishima-sumo .course-card__price-note {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--tbx-text-sub);
  margin-top: 4px;
}

#tbx-lp-osaka-maishima-sumo .course-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#tbx-lp-osaka-maishima-sumo .course-list__empty {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--tbx-sumo);
  background: var(--tbx-bg-sub);
  border: 2px dashed var(--tbx-sumo);
  border-radius: var(--tbx-radius);
  padding: 24px;
  margin-top: 24px;
}

/* ============================================================
   座席表ダイアグラム（座席表・会場案内セクション）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .seatmap {
  display: grid;
  place-items: center;
  gap: 6px;
  max-width: 640px;
  margin: 32px auto;
}

#tbx-lp-osaka-maishima-sumo .seatmap__ring {
  width: 100%;
  border-radius: var(--tbx-radius);
  text-align: center;
  padding: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#tbx-lp-osaka-maishima-sumo .seatmap__ring--dohyo {
  background: #3a3a3a;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#tbx-lp-osaka-maishima-sumo .seatmap__ring--tamari {
  background: var(--tbx-sumo);
  font-size: 18px;
}

#tbx-lp-osaka-maishima-sumo .seatmap__ring--arena {
  background: #B4543A;
  font-size: 17px;
}

#tbx-lp-osaka-maishima-sumo .seatmap__ring--stand {
  background: var(--tbx-primary);
  font-size: 17px;
}

#tbx-lp-osaka-maishima-sumo .seatmap__sub {
  font-weight: 400;
  font-size: 15px;
  opacity: 0.9;
}

/* ============================================================
   お申込みの流れ
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .ms-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: flow;
}

@media (min-width: 768px) {
  #tbx-lp-osaka-maishima-sumo .ms-flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #tbx-lp-osaka-maishima-sumo .ms-flow-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

#tbx-lp-osaka-maishima-sumo .ms-flow-list__item {
  background: var(--tbx-bg-sub);
  border-radius: var(--tbx-radius);
  padding: 24px;
  text-align: center;
}

#tbx-lp-osaka-maishima-sumo .ms-flow-list__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--tbx-sumo);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

#tbx-lp-osaka-maishima-sumo .ms-flow-list__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

#tbx-lp-osaka-maishima-sumo .ms-flow-list__text {
  font-size: 15px;
  color: var(--tbx-text-sub);
}

/* ============================================================
   ご旅行条件
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .conditions-box {
  background: var(--tbx-bg);
  border: 1px solid var(--tbx-border);
  border-radius: var(--tbx-radius);
  padding: 28px;
}

#tbx-lp-osaka-maishima-sumo .conditions-box__title {
  font-size: 19px;
  font-weight: 700;
  color: var(--tbx-sumo);
  margin: 1.2em 0 0.4em;
}

#tbx-lp-osaka-maishima-sumo .conditions-box__title:first-child {
  margin-top: 0;
}

/* ============================================================
   アコーディオン（FAQ）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#tbx-lp-osaka-maishima-sumo .accordion__item {
  border: 1px solid var(--tbx-border);
  border-radius: var(--tbx-radius);
  overflow: hidden;
  background: var(--tbx-bg);
}

#tbx-lp-osaka-maishima-sumo .accordion__trigger {
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 48px 18px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  color: var(--tbx-text);
}

#tbx-lp-osaka-maishima-sumo .accordion__trigger::before {
  content: 'Q';
  color: var(--tbx-sumo);
  font-weight: 700;
  margin-right: 10px;
}

#tbx-lp-osaka-maishima-sumo .accordion__trigger::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--tbx-primary);
  transition: transform 0.2s ease;
}

#tbx-lp-osaka-maishima-sumo .accordion__trigger.is-open::after {
  transform: translateY(-50%) rotate(135deg);
}

#tbx-lp-osaka-maishima-sumo .accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: var(--tbx-bg-sub);
}

#tbx-lp-osaka-maishima-sumo .accordion__panel p {
  padding: 18px 20px;
  margin: 0;
  font-size: 16px;
}

/* ============================================================
   ボタン
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .ms-btn {
  display: inline-block;
  padding: 16px 34px;
  border: none;
  border-radius: var(--tbx-radius);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-align: center;
  text-decoration: none;
}

#tbx-lp-osaka-maishima-sumo .ms-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

#tbx-lp-osaka-maishima-sumo .ms-btn--primary {
  background: var(--tbx-accent);
  color: #fff;
}

#tbx-lp-osaka-maishima-sumo .ms-btn--secondary {
  background: var(--tbx-primary);
  color: #fff;
}

#tbx-lp-osaka-maishima-sumo .ms-btn--outline {
  background: transparent;
  color: var(--tbx-primary);
  border: 2px solid var(--tbx-primary);
}

#tbx-lp-osaka-maishima-sumo .ms-btn--lg {
  padding: 20px 52px;
  font-size: 20px;
}

/* ============================================================
   CTAセクション
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .cta-section {
  background: var(--tbx-sumo);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

#tbx-lp-osaka-maishima-sumo .cta-section__inner {
  max-width: 680px;
  margin-inline: auto;
}

#tbx-lp-osaka-maishima-sumo .cta-section__text {
  font-size: clamp(18px, 2.6vw, 24px);
  margin-bottom: 1.2em;
  font-weight: 700;
}

#tbx-lp-osaka-maishima-sumo .cta-section .ms-btn--primary {
  background: #fff;
  color: var(--tbx-sumo);
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

#tbx-lp-osaka-maishima-sumo .cta-section__tel {
  margin-top: 1.5em;
  font-size: 17px;
}

#tbx-lp-osaka-maishima-sumo .cta-section__tel a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* ============================================================
   スクロール追従CTAバー（LP要件）
   ============================================================ */
#tbx-lp-osaka-maishima-sumo .cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 999;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255,255,255,0.97);
  border-top: 1px solid var(--tbx-border);
  box-shadow: 0 -4px 14px rgba(0,0,0,0.12);
  transition: bottom 0.25s ease;
}

#tbx-lp-osaka-maishima-sumo .cta-bar.is-visible {
  bottom: 0;
}

#tbx-lp-osaka-maishima-sumo .cta-bar .ms-btn {
  font-size: 16px;
  padding: 12px 20px;
}

@media (max-width: 480px) {
  #tbx-lp-osaka-maishima-sumo .cta-bar {
    flex-direction: column;
    gap: 8px;
  }
}