/*
 * lp-panda.css
 * 旅っくす（タビックス）パンダ海外ツアー LP
 * すべてのセレクタは #tbx-lp-panda を起点にスコープ
 */

/* ============================================================
   カラー変数（グローバル定義）
   ============================================================ */
:root {
  --tbx-primary:    #3B6E4E;   /* 落ち着いた森の緑 */
  --tbx-accent:     #E07B39;   /* 竹の子カラー（暖色アクセント／CTA用） */
  --tbx-text:       #2C332D;
  --tbx-text-sub:   #5F6A60;
  --tbx-bg:         #FFFFFF;
  --tbx-bg-sub:     #EFF3EC;   /* 緑がかった淡い背景 */
  --tbx-border:     #D6DED2;
  --tbx-radius:     6px;
  --tbx-shadow:     0 2px 8px rgba(0, 0, 0, 0.10);
  --tbx-max-width:  1200px;
}

/* ============================================================
   共通レイアウト（スコープ内）
   ============================================================ */
#tbx-lp-panda {
  color: var(--tbx-text);
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#tbx-lp-panda *,
#tbx-lp-panda *::before,
#tbx-lp-panda *::after { box-sizing: border-box; }

#tbx-lp-panda img { max-width: 100%; height: auto; display: block; }
#tbx-lp-panda a { color: var(--tbx-primary); text-decoration: none; }
#tbx-lp-panda a:hover { text-decoration: underline; opacity: 0.85; }
#tbx-lp-panda strong { font-weight: 700; color: var(--tbx-primary); }

/* ============================================================
   ヒーロー
   背景画像差し替え先: /images/lp-panda/hero.jpg
   ============================================================ */
#tbx-lp-panda .hero--slider {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #24402f 0%, #3B6E4E 55%, #5c8a5f 100%);
}
#tbx-lp-panda .hero-slider { position: absolute; inset: 0; z-index: 0; }
#tbx-lp-panda .hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
#tbx-lp-panda .hero-slide.is-active { opacity: 1; }
#tbx-lp-panda .hero__overlay {
  position: absolute; inset: 0; z-index: 1; display: block;
  background: linear-gradient(rgba(20,40,28,0.30), rgba(20,40,28,0.55));
}
#tbx-lp-panda .hero-dots {
  position: absolute; z-index: 3; bottom: 18px; left: 0; right: 0;
  display: flex; gap: 10px; justify-content: center;
}
#tbx-lp-panda .hero-dot {
  width: 11px; height: 11px; border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.2s;
}
#tbx-lp-panda .hero-dot.is-active { background: #fff; }
#tbx-lp-panda .hero-arrow {
  position: absolute; z-index: 3; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border: none; border-radius: 50%;
  background: rgba(0,0,0,0.3); color: #fff; font-size: 24px; line-height: 1; cursor: pointer;
}
#tbx-lp-panda .hero-arrow:hover { background: rgba(0,0,0,0.5); }
#tbx-lp-panda .hero-arrow--prev { left: 16px; }
#tbx-lp-panda .hero-arrow--next { right: 16px; }
@media (max-width: 600px) { #tbx-lp-panda .hero-arrow { display: none; } }
#tbx-lp-panda .hero__copy {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 860px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
#tbx-lp-panda .hero__lead {
  font-size: clamp(16px, 2.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 0.4em;
  text-align: center;
}
#tbx-lp-panda .hero__title {
  font-size: clamp(30px, 6vw, 50px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.6em;
}
#tbx-lp-panda .hero__sub {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.8;
  margin: 0 0 8.6em;
  text-align: center;
}
#tbx-lp-panda .hero__btns {
  display: flex; flex-direction: column; gap: 14px; align-items: center;
  --btn-w: 372px;
}
#tbx-lp-panda .hero__btnrow {
  display: flex; flex-direction: column; gap: 14px; align-items: center; width: 100%;
}
@media (min-width: 768px) {
  #tbx-lp-panda .hero__btnrow { flex-direction: row; justify-content: center; }
}
#tbx-lp-panda .hero__btns .btn { text-shadow: none; width: 100%; max-width: 360px; }
@media (min-width: 768px) {
  #tbx-lp-panda .hero__btns .btn { width: var(--btn-w); max-width: none; }
}
/* ghost：写真が透ける半透明黒＋白フチ（案1のサブボタン） */
#tbx-lp-panda .btn--ghost {
  background: rgba(0,0,0,0.42);
  border: 1.5px solid rgba(255,255,255,0.9);
  color: #fff; box-shadow: none;
}
#tbx-lp-panda .btn--ghost:hover { background: rgba(0,0,0,0.58); opacity: 1; }

/* ============================================================
   パンくず
   ============================================================ */
#tbx-lp-panda .breadcrumb {
  padding: 12px 20px;
  background: var(--tbx-bg-sub);
  border-bottom: 1px solid var(--tbx-border);
  font-size: 13px;
}
#tbx-lp-panda .breadcrumb__list {
  list-style: none; margin: 0 auto; padding: 0;
  display: flex; flex-wrap: wrap;
  max-width: var(--tbx-max-width);
}
#tbx-lp-panda .breadcrumb__item + .breadcrumb__item::before {
  content: '›'; margin: 0 8px; color: var(--tbx-text-sub);
}

/* ============================================================
   汎用セクション
   ============================================================ */
#tbx-lp-panda .section { padding: 56px 20px; }
#tbx-lp-panda .section--bg { background: var(--tbx-bg-sub); }
#tbx-lp-panda .section__inner { max-width: var(--tbx-max-width); margin-inline: auto; }
#tbx-lp-panda .section__title {
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.2em;
  padding-bottom: 0.6em;
  position: relative;
}
#tbx-lp-panda .section__title::after {
  content: '';
  display: block;
  width: 64px; height: 4px;
  background: var(--tbx-accent);
  border-radius: 2px;
  margin: 0.6em auto 0;
}
#tbx-lp-panda .section__text { font-size: 16px; }
#tbx-lp-panda .section__text--center { text-align: center; }

/* 導入 */
#tbx-lp-panda .intro__text { max-width: 780px; margin: 0 auto 1.6em; }
#tbx-lp-panda .country-nav {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
}
#tbx-lp-panda .country-nav a {
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--tbx-primary);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
#tbx-lp-panda .country-nav a:hover { background: var(--tbx-primary); color: #fff; text-decoration: none; opacity: 1; }

/* ============================================================
   バッジ
   ============================================================ */
#tbx-lp-panda .badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
#tbx-lp-panda .badge--main { background: var(--tbx-accent); }
#tbx-lp-panda .badge--soon { background: var(--tbx-text-sub); }

/* ============================================================
   メインツアー
   ============================================================ */
#tbx-lp-panda .tour-main { text-align: center; }
#tbx-lp-panda .tour-main__title {
  font-size: clamp(22px, 3.6vw, 35px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 0.6em;
}
#tbx-lp-panda .tour-main__meta {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  margin-bottom: 1.4em;
}
#tbx-lp-panda .tour-main__price {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 800;
  color: var(--tbx-accent);
}
#tbx-lp-panda .tour-main__tags { font-size: 14px; color: var(--tbx-text-sub); }
#tbx-lp-panda .tour-main .section__text { text-align: center; max-width: 820px; margin: 0 auto 2em; }

/* 会えるパンダ 2カラム */
#tbx-lp-panda .panda-list {
  display: grid; grid-template-columns: 1fr; gap: 20px;
  text-align: left; margin-bottom: 1em;
}
@media (min-width: 768px) {
  #tbx-lp-panda .panda-list { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
#tbx-lp-panda .panda-list__col {
  background: #fff;
  border: 1px solid var(--tbx-border);
  border-radius: var(--tbx-radius);
  padding: 24px;
}
#tbx-lp-panda .panda-list__place {
  font-size: 18px; font-weight: 800; color: var(--tbx-primary);
  margin: 0 0 4px; padding-bottom: 8px; border-bottom: 2px solid var(--tbx-bg-sub);
}
#tbx-lp-panda .panda-list__from { font-size: 14px; color: var(--tbx-text-sub); margin: 8px 0 12px; }
#tbx-lp-panda .panda-list__names { list-style: none; margin: 0; padding: 0; }
#tbx-lp-panda .panda-list__names li {
  padding: 8px 0 8px 26px; position: relative; border-bottom: 1px dashed var(--tbx-border);
  font-size: 16px;
}
#tbx-lp-panda .panda-list__names li:last-child { border-bottom: none; }
#tbx-lp-panda .panda-list__names li::before {
  content: '🐼'; position: absolute; left: 0; top: 8px; font-size: 15px;
}
#tbx-lp-panda .panda-list__note {
  display: inline-block; margin-left: 8px; font-size: 12px;
  color: var(--tbx-text-sub); background: var(--tbx-bg-sub);
  padding: 1px 8px; border-radius: 3px;
}
#tbx-lp-panda .tour-main__caution {
  font-size: 13px; color: var(--tbx-text-sub);
  text-align: left; max-width: 820px; margin: 0 auto 2.4em;
}

#tbx-lp-panda .tour-main__subhead {
  font-size: 20px; font-weight: 800; margin: 0 0 1em;
}
#tbx-lp-panda .feature-list {
  list-style: none; margin: 0 auto 2em; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 12px;
  text-align: left; max-width: 900px;
}
@media (min-width: 768px) {
  #tbx-lp-panda .feature-list { grid-template-columns: repeat(2, 1fr); }
}
#tbx-lp-panda .feature-list__item {
  background: #fff; border-radius: var(--tbx-radius);
  padding: 16px 18px; box-shadow: var(--tbx-shadow);
  font-size: 15px;
}
#tbx-lp-panda .feature-list__label {
  display: block; font-weight: 800; color: var(--tbx-primary); margin-bottom: 4px;
}
#tbx-lp-panda .tour-main__cta { margin-top: 0.5em; }

/* ============================================================
   サブメインツアー（チーザイ）
   ============================================================ */
#tbx-lp-panda .tour-sub__body {
  display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center;
}
#tbx-lp-panda .tour-sub  {
  text-align: center;
}
@media (min-width: 768px) {
  #tbx-lp-panda .tour-sub__body { grid-template-columns: 1fr 1fr; }
}
#tbx-lp-panda .tour-sub__img img {
  width: 100%; border-radius: var(--tbx-radius); box-shadow: var(--tbx-shadow);
  aspect-ratio: 3 / 2; object-fit: cover; background: var(--tbx-bg-sub);
}
#tbx-lp-panda .tour-sub__text  { text-align: left; }
#tbx-lp-panda .tour-sub__text p { margin: 0 0 1em; }
#tbx-lp-panda .tour-sub__status {
  background: var(--tbx-bg-sub); border-left: 4px solid var(--tbx-accent);
  padding: 12px 16px; font-size: 15px; border-radius: 0 var(--tbx-radius) var(--tbx-radius) 0;
}

/* ============================================================
   カード一覧（香港・台湾・韓国）
   ============================================================ */
#tbx-lp-panda .card-list {
  list-style: none; margin: 0 0 1.2em; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 768px) { #tbx-lp-panda .card-list { grid-template-columns: repeat(3, 1fr); } }
#tbx-lp-panda .card {
  background: #fff; border-radius: var(--tbx-radius); box-shadow: var(--tbx-shadow);
  overflow: hidden; transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#tbx-lp-panda .card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.15); transform: translateY(-2px); }
#tbx-lp-panda .card__link { display: block; color: inherit; }
#tbx-lp-panda .card__img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--tbx-bg-sub);
}
#tbx-lp-panda .card__body { padding: 18px; }
#tbx-lp-panda .card__label {
  display: inline-block; font-size: 12px; background: var(--tbx-primary);
  color: #fff; border-radius: 3px; padding: 2px 8px; margin-bottom: 8px;
}
#tbx-lp-panda .card__title { font-size: 17px; font-weight: 800; line-height: 1.4; margin: 0 0 8px; }
#tbx-lp-panda .card__text { font-size: 14px; color: var(--tbx-text-sub); margin: 0 0 14px; }
#tbx-lp-panda .card__cta {
  display: inline-block; font-weight: 700; font-size: 14px;
  color: var(--tbx-accent);
}
#tbx-lp-panda .card__cta::after { content: ' ›'; }
#tbx-lp-panda .note-small { font-size: 12px; color: var(--tbx-text-sub); margin-top: 8px; }

/* ============================================================
   なぜ旅っくす
   ============================================================ */
#tbx-lp-panda .why-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 768px) { #tbx-lp-panda .why-list { grid-template-columns: repeat(3, 1fr); } }
#tbx-lp-panda .why-list__item {
  background: #fff; border-radius: var(--tbx-radius); padding: 24px 20px;
  box-shadow: var(--tbx-shadow); text-align: center;
}
#tbx-lp-panda .why-list__title {
  font-size: 17px; font-weight: 800; color: var(--tbx-primary); margin: 0 0 0.6em;
}
#tbx-lp-panda .why-list__item p { font-size: 14px; margin: 0; }

/* ============================================================
   アコーディオン（FAQ）
   ============================================================ */
#tbx-lp-panda .accordion__list { max-width: 780px; margin: 0 auto; }
#tbx-lp-panda .accordion {
  background: #fff; border-radius: var(--tbx-radius); margin-bottom: 12px; overflow: hidden;
  box-shadow: var(--tbx-shadow);
}
#tbx-lp-panda .accordion__trigger {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-size: 16px; font-weight: 700; color: var(--tbx-text);
  padding: 18px 48px 18px 20px; position: relative;
  font-family: inherit;
}
#tbx-lp-panda .accordion__trigger::after {
  content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--tbx-primary); font-weight: 400;
}
#tbx-lp-panda .accordion__trigger.is-open::after { content: '−'; }
#tbx-lp-panda .accordion__panel {
  max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
}
#tbx-lp-panda .accordion__panel p { margin: 0; padding: 0 20px 18px; font-size: 15px; color: var(--tbx-text-sub); }

/* ============================================================
   ボタン
   ============================================================ */
#tbx-lp-panda .btn {
  display: inline-block; padding: 14px 32px; border-radius: var(--tbx-radius);
  font-size: 16px; font-weight: 700; cursor: pointer; text-align: center;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
#tbx-lp-panda .btn:hover { opacity: 0.9; text-decoration: none; }
#tbx-lp-panda .btn--primary { background: var(--tbx-accent); color: #fff; box-shadow: 0 4px 12px rgba(224,123,57,0.3); }
#tbx-lp-panda .btn--outline { background: transparent; color: var(--tbx-primary); border: 2px solid var(--tbx-primary); }
#tbx-lp-panda .btn--lg { padding: 18px 48px; font-size: 18px; }

/* ============================================================
   CTAセクション
   ============================================================ */
#tbx-lp-panda .cta-section { background: var(--tbx-primary); padding: 64px 20px; text-align: center; color: #fff; }
#tbx-lp-panda .cta-section__inner { max-width: 680px; margin-inline: auto; }
#tbx-lp-panda .cta-section__text { font-size: clamp(18px, 2.8vw, 22px); font-weight: 700; margin: 0 0 1.4em; line-height: 1.6; text-align: center;}
#tbx-lp-panda .cta-section__tel { font-size: 14px; margin: 1.4em 0 0; }
#tbx-lp-panda .cta-section__tel a { color: #fff; text-decoration: underline; font-weight: 700; text-align: center;}

/* ============================================================
   CTA固定バー（スクロール追従）
   ============================================================ */
#tbx-lp-panda .cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 10px 16px;
}
#tbx-lp-panda .cta-bar.is-visible { transform: translateY(0); }
#tbx-lp-panda .cta-bar__inner {
  max-width: var(--tbx-max-width); margin-inline: auto;
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
}
#tbx-lp-panda .cta-bar__text { font-weight: 800; color: var(--tbx-accent); font-size: 15px; }
#tbx-lp-panda .cta-bar__btn { padding: 12px 28px; }

@media (max-width: 480px) {
  #tbx-lp-panda .cta-bar__text { display: none; }
  #tbx-lp-panda .cta-bar__btn { width: 100%; }
}

/* ============================================================
   追加：写真ギャラリー
   ============================================================ */
#tbx-lp-panda .gallery {
  list-style: none; margin: 0 0 2em; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
@media (min-width: 768px) {
  #tbx-lp-panda .gallery { grid-template-columns: repeat(4, 1fr); }
  #tbx-lp-panda .gallery--2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-inline: auto; }
}
#tbx-lp-panda .gallery li { margin: 0; }
#tbx-lp-panda .gallery img {
  width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--tbx-radius); background: var(--tbx-bg-sub);
}

/* ============================================================
   追加：帰国パンダ分布図
   ============================================================ */
#tbx-lp-panda .basemap { margin-top: 2em; }
#tbx-lp-panda .basemap__hub {
  width: 120px; height: 120px; margin: 0 auto 20px;
  border-radius: 50%; background: var(--tbx-primary); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--tbx-shadow);
}
#tbx-lp-panda .basemap__hub-name { font-size: 24px; font-weight: 800; }
#tbx-lp-panda .basemap__hub-sub { font-size: 11px; letter-spacing: 0.1em; opacity: 0.85; }
#tbx-lp-panda .basemap__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 768px) { #tbx-lp-panda .basemap__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { #tbx-lp-panda .basemap__list { grid-template-columns: repeat(5, 1fr); } }
#tbx-lp-panda .basemap__base {
  background: #fff; border: 1px solid var(--tbx-border); border-radius: var(--tbx-radius);
  padding: 16px; position: relative;
}
#tbx-lp-panda .basemap__base.is-visit { border: 2px solid var(--tbx-accent); }
#tbx-lp-panda .basemap__tag {
  display: inline-block; font-size: 11px; font-weight: 700; color: #fff;
  background: var(--tbx-accent); border-radius: 3px; padding: 2px 8px; margin-bottom: 8px;
}
#tbx-lp-panda .basemap__base-name { font-size: 16px; font-weight: 800; margin: 0 0 4px; color: var(--tbx-primary); }
#tbx-lp-panda .basemap__dist { font-size: 13px; color: var(--tbx-text-sub); margin: 0 0 6px; }
#tbx-lp-panda .basemap__pandas { font-size: 14px; margin: 0; }
#tbx-lp-panda .basemap__pandas small { color: var(--tbx-text-sub); font-size: 12px; }

/* ============================================================
   追加：パンダカード（見学可否）
   ============================================================ */
#tbx-lp-panda .tour-main__subhead-note { display: block; font-size: 13px; color: var(--tbx-text-sub); font-weight: 400; margin-top: 2px; }
#tbx-lp-panda .panda-cards {
  list-style: none; margin: 0 0 1em; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; text-align: left;
}
@media (min-width: 768px) { #tbx-lp-panda .panda-cards { grid-template-columns: repeat(3, 1fr); } }
#tbx-lp-panda .panda-card {
  background: #fff; border: 1px solid var(--tbx-border); border-radius: var(--tbx-radius);
  padding: 14px 16px; display: flex; flex-direction: column; gap: 6px;
}
#tbx-lp-panda .panda-card__name { font-size: 17px; font-weight: 800; }
#tbx-lp-panda .panda-card__name small { font-size: 12px; font-weight: 400; color: var(--tbx-text-sub); margin-left: 6px; }
#tbx-lp-panda .panda-card__meta { font-size: 12px; color: var(--tbx-text-sub); }
#tbx-lp-panda .tag { align-self: flex-start; font-size: 12px; font-weight: 700; border-radius: 3px; padding: 2px 10px; }
#tbx-lp-panda .tag--ok { background: #E1F5EE; color: #0F6E56; }
#tbx-lp-panda .tag--soon { background: #F1EFE8; color: #5F5E5A; }

/* ============================================================
   追加：パンダ郵便局ブロック
   ============================================================ */
#tbx-lp-panda .post-block {
  display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center;
  background: var(--tbx-bg-sub); border-radius: var(--tbx-radius); padding: 24px; margin: 2.4em 0;
}
@media (min-width: 768px) { #tbx-lp-panda .post-block { grid-template-columns: 1.2fr 1fr; } }
#tbx-lp-panda .post-block__imgs { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; }
#tbx-lp-panda .post-block__imgs img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--tbx-radius); }
#tbx-lp-panda .post-block__imgs img:first-child { aspect-ratio: 4 / 3; }
#tbx-lp-panda .post-block__text { text-align: left; }
#tbx-lp-panda .post-block__text p { font-size: 15px; margin: 0; }
#tbx-lp-panda .tour-main__desc { text-align: center; max-width: 820px; margin: 0 auto 2.4em; }

/* メインツアーの見出しは左寄せに */
#tbx-lp-panda .tour-main__subhead { text-align: left; border-left: 4px solid var(--tbx-accent); padding-left: 12px; border-radius: 0; }

/* ============================================================
   追加：メインツアー 出発日
   ============================================================ */
#tbx-lp-panda .tour-main__dates {
  display: inline-flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-bottom: 1.6em;
}
#tbx-lp-panda .tour-main__dates .date-chip {
  background: #fff; border: 1px solid var(--tbx-primary); color: var(--tbx-primary);
  border-radius: 999px; padding: 6px 16px; font-size: 14px; font-weight: 700;
}
#tbx-lp-panda .tour-main__dates .date-label { font-size: 14px; color: var(--tbx-text-sub); align-self: center; margin-right: 2px; }

/* ============================================================
   追加：ギャラリー2枚組の上部スペース
   ============================================================ */
#tbx-lp-panda .gallery--2 { margin-top: 28px; }

/* ============================================================
   追加：サブツアー（チーザイ）ツアー情報ボックス
   ============================================================ */
#tbx-lp-panda .subtour-card {
  background: #fff; border: 1px solid var(--tbx-border); border-radius: var(--tbx-radius);
  box-shadow: var(--tbx-shadow); padding: 24px; margin-top: 20px; text-align: left;
}
#tbx-lp-panda .subtour-card__title { font-size: 18px; font-weight: 800; margin: 0 0 14px; line-height: 1.5; color: var(--tbx-text); }
#tbx-lp-panda .subtour-info {
  list-style: none; margin: 0 0 18px; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 0;
}
@media (min-width: 600px) { #tbx-lp-panda .subtour-info { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
#tbx-lp-panda .subtour-info li { padding: 8px 0; border-bottom: 1px dashed var(--tbx-border); }
@media (min-width: 600px) { #tbx-lp-panda .subtour-info li { border-bottom: none; } }
#tbx-lp-panda .subtour-info div { padding: 8px 0; border-bottom: 1px dashed var(--tbx-border); }
@media (min-width: 600px) { #tbx-lp-panda .subtour-info div { border-bottom: none; padding: 0; } }
#tbx-lp-panda .subtour-info dt { font-size: 12px; color: var(--tbx-text-sub); margin: 0 0 2px; }
#tbx-lp-panda .subtour-info dd { margin: 0; font-size: 16px; font-weight: 700; }
#tbx-lp-panda .subtour-info .subtour-info__price { color: var(--tbx-accent); font-size: 18px; }
#tbx-lp-panda .subtour-card__cta { text-align: center; }

/* ============================================================
   追加：他国カード情報リスト & カード全体リンク化
   ============================================================ */
#tbx-lp-panda a.card__link { display: block; color: inherit; text-decoration: none; height: 100%; }
#tbx-lp-panda a.card__link:hover { text-decoration: none; opacity: 1; }
#tbx-lp-panda .card__info {
  list-style: none; margin: 0 0 14px; padding: 12px 0 0; border-top: 1px solid var(--tbx-border);
}
#tbx-lp-panda .card__info div { display: flex; justify-content: space-between; gap: 8px; padding: 3px 0; font-size: 13px; }
#tbx-lp-panda .card__info dt { color: var(--tbx-text-sub); margin: 0; flex-shrink: 0; }
#tbx-lp-panda .card__info dd { margin: 0; text-align: right; font-weight: 700; }
#tbx-lp-panda .card__info .card__price { color: var(--tbx-accent); }
#tbx-lp-panda .card__cta {
  display: inline-block; font-weight: 700; font-size: 14px; color: var(--tbx-accent);
}
#tbx-lp-panda .card__cta::after { content: ' ›'; }
