/* =========================================================================
   手ぶら米沢牛芋煮会 LP（/imoni）— このページ固有の並びだけ
   土台は simulator.misawa-tokokoto.com の tokens.css + app.css（同じフォルダに写しを置いてある）。
   ここでは「LPにしか無い部品」（ヒーロー・心配ごとカード・使い方カード・流れ・会場MAP・FAQ・
   アクセス・最終CTA・印刷）と、simulator 側に無い小さな差分だけを書く。
   色・角丸・罫線・フォントは全部 tokens.css の変数。新しい色は足さない。
   ========================================================================= */

/* ---------- ヘッダー（ロゴ画像版。simulator は文字ロゴ） ---------- */
.brand { align-items: flex-end; text-decoration: none; color: inherit; }
.brand__logo { height: 60px; width: auto; display: block; }
.brand__sub { padding-bottom: 4px; white-space: nowrap; }
@media (max-width: 760px) {
  .brand__logo { height: 44px; }
  .brand__sub { font-size: 10.5px; padding-bottom: 2px; }
  .app-header__right .mini-btn { height: 32px; font-size: 11px; padding: 0 9px; }
}

/* ---------- 見出しの小サイズ（h3 用） ---------- */
.h-slash { margin: 0; }
.h-slash--sm { font-size: 22px; }
h1, h2, h3 { font-weight: 400; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: var(--scroll-offset); }
.lnk { cursor: pointer; }

/* ---------- ヒーロー（公式HPのヒーローと同じ：写真＋暗幕グラデ＋白文字＋文字影） ---------- */
.hero { position: relative; min-height: clamp(420px, 62vh, 640px); display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 2px solid var(--color-ink); }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero::after { content: ""; position: absolute; inset: 0; background: var(--overlay-hero); }
.hero__in { position: relative; z-index: 2; color: #fff; text-align: center; padding: 48px var(--pad-x); text-shadow: var(--text-shadow-hero); display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero__slash { font-family: var(--font-display); font-size: var(--fs-hero); letter-spacing: 0.1em; }
.hero__title { font-family: var(--font-display); font-size: clamp(38px, 6.4vw, 64px); font-weight: 400; letter-spacing: 0.08em; line-height: 1.25; margin: 0; }
.hero__lead { font-size: clamp(14px, 1.8vw, 17px); letter-spacing: 0.12em; line-height: 2; max-width: 680px; margin: 0; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.hero__badge { background: rgba(255,255,255,.92); color: var(--color-ink); font-size: 12.5px; font-weight: 700; letter-spacing: .06em; border-radius: 2px; padding: 5px 12px; display: inline-flex; align-items: center; gap: 6px; text-shadow: none; }
.hero__badge .ic { color: var(--color-accent); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.hero__cta { height: 64px; width: auto; padding: 0 34px; font-size: 19px; border-color: var(--color-accent-fill); background: var(--color-accent-fill); color: #2a2113; text-decoration: none; }
.hero__cta:hover { color: #2a2113; }
.hero__sub-cta { height: 64px; font-size: 15px; padding: 0 22px; border-width: 3px; text-decoration: none; }
.btn-cta, .btn-secondary { text-decoration: none; }

/* ---------- 01 心配ごと（アイコン＋ひとこと。5枚を1段に） ---------- */
.worry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.worry { background: #fff; border: 2px solid var(--color-ink); padding: 18px 12px 16px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.worry__ic { width: 48px; height: 48px; border-radius: 50%; background: var(--color-accent-soft); color: #5a4718; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 2px; }
.worry__ic .ic { width: 26px; height: 26px; }
.worry__l { font-size: 11px; font-weight: 700; color: var(--color-sub); letter-spacing: .1em; line-height: 1.4; }
.worry__l::before { content: "＼ "; } .worry__l::after { content: " ／"; }
.worry__a { font-family: var(--font-display); font-size: 19px; line-height: 1.3; letter-spacing: .04em; }
.worry__n { font-size: 11.5px; color: var(--color-sub); line-height: 1.6; letter-spacing: .03em; }
/* 会場くらべ表は文章なので左寄せ（simulator の比較表は数字なので右寄せ） */
table.cmp--venue th, table.cmp--venue td { text-align: left; }
.cmp-ok { color: var(--color-success); font-weight: 700; }
.cmp-no { color: var(--color-error); font-weight: 700; }

/* ---------- 例えばこんな使い方（プランカードと同じ見た目のボタン） ---------- */
.usecase-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.usecase { position: relative; text-align: left; padding: 0; background: #fff; border: 2px solid var(--color-ink); border-radius: 0; overflow: hidden; display: flex; flex-direction: column; font-family: inherit; letter-spacing: inherit; color: var(--color-ink); transition: box-shadow var(--t-fast); cursor: pointer; }
.usecase:hover { box-shadow: 0 0 0 3px var(--color-accent); }
.usecase:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 2px; }
.usecase__media { aspect-ratio: 16/10; overflow: hidden; background: #ddd; display: block; }
.usecase__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.usecase:hover .usecase__media img { transform: scale(1.04); }
.usecase__body { padding: 12px 14px 13px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.usecase__t { font-family: var(--font-display); font-size: 17px; line-height: 1.35; letter-spacing: .02em; }
.usecase__d { font-size: 12px; color: var(--color-sub); line-height: 1.7; letter-spacing: .04em; }
.usecase__p { font-size: 13px; font-weight: 700; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.usecase__go { margin-top: auto; display: inline-flex; align-items: center; gap: 4px; align-self: flex-start; border: 1.5px solid var(--color-accent); background: var(--color-accent-soft); color: var(--color-ink); border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 700; }
.usecase:hover .usecase__go { background: var(--color-accent-fill); }

/* ---------- 02 シミュレーター：simulator に無い小さな差分 ---------- */
.condbar { z-index: 40; }
.cond-hint b { color: var(--color-ink); }
/* 昼の部／夜の部（simulator の会員/非会員トグル .memtoggle と同じ部品） */
.field--part .memtoggle button { padding: 0 12px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.15; letter-spacing: .02em; }
.field--part .memtoggle button small { font-size: 10px; font-weight: 500; letter-spacing: 0; opacity: .85; }
/* プラン：2枚だけなので PC は2等分（app.css の auto-fill だと右に空の3列目ができる）。高さは揃えない／含まれるものはカードの中に */
.plan-grid--imoni { grid-template-columns: repeat(2, 1fr); align-items: start; }
.plan-grid--imoni .plan__name { font-size: 16.5px; }
.plan-grid--imoni .plan__meta { font-size: 12.5px; }
.plan-grid--imoni .plan__incl-row { font-size: 12.5px; grid-template-columns: 44px 1fr; }
.plan.selectable[aria-pressed="true"] .card-check { background: var(--color-accent-fill); border-color: var(--color-accent-fill); color: #2a2113; }
.plan__incl { display: flex; flex-direction: column; border-top: 2px dotted var(--color-rule); margin-top: 2px; }
.plan__incl-row { display: grid; grid-template-columns: 40px 1fr; gap: 8px; padding: 6px 0; border-bottom: 2px dotted var(--color-rule); font-size: 11.5px; line-height: 1.65; letter-spacing: .03em; }
.plan__incl-row b { font-family: var(--font-display); font-weight: 400; font-size: 13px; letter-spacing: .04em; color: var(--color-ink); }
.plan__incl-row span { color: var(--color-ink); }
.plan__incl-row small { color: var(--color-sub); font-size: 10.5px; }
.plan__badges { z-index: 2; }
.plan__from .amt { font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.plan__avail { min-height: 1.4em; }
.plan__avail .av-chk { color: var(--color-sub); }
/* 前回の内容を復元したときの案内（条件バー内） */
.cond-restore { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cond-restore[hidden] { display: none; }
.cond-restore .bico { color: var(--color-accent); }
.cond-restore button { border: 1.5px solid var(--color-accent); background: var(--color-accent-soft); color: var(--color-ink); border-radius: 999px; padding: 2px 10px; font-size: 11px; font-weight: 700; cursor: pointer; font-family: inherit; }
.cond-restore button:hover { background: var(--color-accent-fill); }
/* オプションカード：チェック丸 ON、規模ピル、ステッパー小、写真カルーセル、空き表示 */
.opt { position: relative; border-radius: 0; transition: box-shadow var(--t-fast); }
.is-on .card-check { background: var(--color-accent-fill); border-color: var(--color-accent-fill); color: #2a2113; }
.opt__cap { display: inline-block; align-self: flex-start; font-size: 10.5px; font-weight: 700; color: #5a4718; background: var(--color-accent-soft); border-radius: 2px; padding: 1px 7px; }
.opt__tag { display: inline-block; vertical-align: 1px; margin-left: 4px; font-size: 10px; font-weight: 700; color: #fff; background: var(--color-ink); border-radius: 2px; padding: 1px 6px; letter-spacing: .04em; }
.opt__desc { max-height: none; }
.opt__avail { font-size: 11.5px; font-weight: 700; letter-spacing: .03em; line-height: 1.5; }
.opt__avail .av-sub { display: block; font-weight: 500; font-size: 10.5px; color: var(--color-sub); }
/* 満室の日でも写真は元の色のまま（モノクロ化はやめた。空き状況は文字で伝える） */
.opt__price .unit { color: var(--color-sub); font-weight: 500; font-size: 11.5px; }
.opt__row { flex-wrap: wrap; }
.opt .stepper { height: 34px; }
.opt .stepper button { width: 32px; font-size: 17px; }
.opt .stepper .val { min-width: 44px; font-size: 13px; }
.opt__media.has-carousel .carousel__img { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.opt__media.has-carousel .carousel__img.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .opt__media.has-carousel .carousel__img { transition: none; } }
/* 下部固定サマリ：CTA 2本の並び（simulator は 聞いてみる／予約に進む。ここでは 予約へ／見積もり）。
   注記（flex-basis:100%）が長いとCTA群が横に伸びて2段に折れるので、CTA群の幅を抑えて1段に収める */
.summary__ctas { max-width: 440px; }
.summary__inquire { text-decoration: none; cursor: pointer; }
.summary__cta { text-decoration: none; }
.summary__price .amt-main { font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
/* モーダル内のボタン（a 要素・button 要素で同じ見た目） */
.inq-actions .btn, .bc-actions .btn { text-decoration: none; color: var(--color-ink); cursor: pointer; font-family: var(--font-button); }
.inq-actions .btn--form, .bc-actions .btn--form { color: #2a2113; }
.bc-actions .btn--copy { background: #fff; }
.bc-item .bc-tx small { display: block; font-weight: 500; font-size: 11.5px; color: var(--color-sub); margin-top: 2px; }
.bc-step { flex-shrink: 0; font-family: var(--font-display); font-size: 13px; color: #2a2113; background: var(--color-accent-fill); border-radius: 999px; padding: 1px 10px; letter-spacing: .04em; }
.modal__title { font-size: 18px; }

/* ---------- 03 ご利用までの流れ ---------- */
.flow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; max-width: 960px; margin: 0 auto; }
.flow-card { position: relative; background: #fff; border: 2px solid var(--color-ink); padding: 18px 16px 16px; display: flex; flex-direction: column; gap: 8px; }
.flow-card__no { font-family: var(--font-display); font-size: var(--fs-panel-no); line-height: 1; color: var(--color-accent); }
.flow-card__t { font-family: var(--font-display); font-size: 19px; line-height: 1.4; letter-spacing: .03em; }
.flow-card__d { font-size: 12.5px; color: var(--color-sub); line-height: 1.8; letter-spacing: .04em; }
.flow-card__tag { align-self: flex-start; font-size: 10.5px; font-weight: 700; color: #5a4718; background: var(--color-accent-soft); border-radius: 2px; padding: 1px 7px; }
.flow-card::after { content: "→"; position: absolute; right: -14px; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: 700; color: var(--color-accent); z-index: 2; }
.flow-card:last-child::after { content: none; }

/* ---------- 04 会場MAP ---------- */
.map-frame { background: #fff; border: 2px solid var(--color-ink); padding: 14px; }
.map-photo { position: relative; overflow: hidden; }
.map-photo img { width: 100%; height: auto; display: block; }
.map-pin { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 2px; pointer-events: none; text-align: center; }
.map-pin b { font-family: var(--font-display); font-size: clamp(12px, 1.5vw, 18px); font-weight: 400; letter-spacing: .02em; line-height: 1.25; color: #fff; background: rgba(51,51,51,.86); border-radius: 2px; padding: 1px 9px; white-space: nowrap; }
.map-pin small { font-family: var(--font-body); font-size: clamp(9px, 1.1vw, 12px); font-weight: 700; letter-spacing: .02em; color: #2a2113; background: rgba(255,255,255,.9); border-radius: 2px; padding: 0 6px; white-space: nowrap; }
.map-pin--hero b { background: var(--color-accent-fill); color: #2a2113; border: 1.5px solid var(--color-ink); }
.map-pin--p b { font-family: var(--font-body); font-weight: 700; padding: 0 8px; }
.map-legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; align-items: center; }
.map-legend .lg { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.map-legend .sw { width: 14px; height: 14px; border: 1.5px solid var(--color-ink); display: inline-block; }
.map-legend .note { flex-basis: 100%; font-size: 11.5px; color: var(--color-sub); letter-spacing: .03em; line-height: 1.7; }

/* ---------- 05 お支払い／06 アクセス（定義リスト＝tokens.css の .defrow） ---------- */
.access-card { background: #fff; border: 2px solid var(--color-ink); padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.access-card .gmap { width: 100%; aspect-ratio: 4/3; border: 1px solid var(--color-rule); }
.access-card .gmap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- 07 FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details { background: #fff; border: 2px solid var(--color-ink); }
.faq summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 14px 16px; font-weight: 700; font-size: 14.5px; letter-spacing: .06em; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .q { font-family: var(--font-display); font-size: 18px; color: var(--color-accent); flex-shrink: 0; }
.faq summary .chev { margin-left: auto; color: var(--color-accent); transition: transform .2s; display: inline-flex; flex-shrink: 0; }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq .faq__a { font-size: 14px; line-height: 2; letter-spacing: .08em; border-top: 2px dotted var(--color-rule); margin: 0 16px; padding: 12px 0 16px; color: var(--color-ink); }

/* ---------- 最終CTA帯 ---------- */
.cta-band { background: #fff; border-top: 2px solid var(--color-ink); border-bottom: 2px solid var(--color-ink); padding: 48px var(--pad-x); text-align: center; margin-top: 36px; }
.cta-band__in { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta-band__in p { margin: 0; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- フッターの小リンク ---------- */
.app-footer { margin-top: 0; }
.app-footer__sub { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.app-footer__note { line-height: 1.9; }

/* ---------- 印刷用（御見積書）----------
   社内の稟議にそのまま出せる帳票の体裁。手書き風フォントは使わず本文書体で統一。 */
#print-quote { display: none; }
@page { size: A4 portrait; margin: 14mm 13mm; }
@media print {
  body > *:not(#print-quote) { display: none !important; }
  body { position: static !important; background: #fff; padding: 0 !important; }
  #print-quote { display: block !important; font-family: var(--font-body); font-size: 10.5pt; color: #1a1a1a; letter-spacing: .04em; line-height: 1.7; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  #print-quote .pq-no { text-align: right; font-size: 9pt; color: #444; line-height: 1.8; }
  #print-quote h1 { font-family: var(--font-body); font-weight: 700; font-size: 19pt; letter-spacing: .6em; text-indent: .6em; text-align: center; margin: 0 0 8mm; }
  #print-quote .pq-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10mm; margin-bottom: 7mm; }
  #print-quote .pq-to { flex: 1 1 auto; min-width: 0; }
  #print-quote .pq-to__name { display: inline-block; font-size: 12.5pt; border-bottom: 1px solid #333; padding: 0 2mm 1mm 0; margin-bottom: 5mm; }
  #print-quote .pq-to__blank { display: inline-block; width: 62mm; }
  #print-quote .pq-lead { margin: 0 0 5mm; }
  #print-quote .pq-amount { display: inline-block; border-bottom: 3px double #333; padding: 0 8mm 1.5mm 1mm; font-size: 10.5pt; white-space: nowrap; }
  #print-quote .pq-amount b { font-size: 16pt; margin-left: 5mm; font-variant-numeric: tabular-nums; }
  #print-quote .pq-amount small { margin-left: 2mm; font-size: 9pt; }
  #print-quote .pq-from { flex: 0 0 auto; font-size: 9.5pt; line-height: 1.9; }
  #print-quote .pq-from b { font-size: 10.5pt; }
  #print-quote table { width: 100%; border-collapse: collapse; margin: 0 0 5mm; }
  #print-quote .pq-cond th, #print-quote .pq-cond td { border: 1px solid #888; padding: 1.8mm 3mm; font-size: 9.5pt; text-align: left; font-weight: 400; }
  #print-quote .pq-cond th { width: 34mm; background: #f2f2f2; font-weight: 700; white-space: nowrap; }
  #print-quote .pq-items th, #print-quote .pq-items td { border: 1px solid #888; padding: 2mm 3mm; font-size: 10pt; }
  #print-quote .pq-items thead th { background: #f2f2f2; text-align: center; font-weight: 700; }
  #print-quote .pq-items td { text-align: right; font-variant-numeric: tabular-nums; }
  #print-quote .pq-items td:first-child { text-align: left; }
  #print-quote .pq-total td { font-weight: 700; font-size: 11pt; background: #fafafa; }
  #print-quote .pq-note { font-size: 8.5pt; color: #444; line-height: 1.9; border: 1px solid #aaa; padding: 2.5mm 4mm; }
  #print-quote .pq-note b { color: #1a1a1a; }
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1100px) {
  /* タブレット幅：選択中タグ列を畳み、合計＋CTAの2段までに抑える（3段に折れて画面を食わないように） */
  .summary__sel { display: none; }
  .summary__price { flex: 1 1 auto; justify-content: flex-start; text-align: left; }
}
@media (max-width: 1000px) {
  .worry-grid { grid-template-columns: repeat(3, 1fr); }   /* 3＋2 */
}
@media (max-width: 980px) {
  .access-card { grid-template-columns: 1fr; }
  .flow-card::after { content: none; }
}
@media (max-width: 760px) {
  .hero { min-height: 0; }
  .hero__in { padding: 40px var(--pad-x) 36px; gap: 12px; }
  .hero__cta, .hero__sub-cta { height: 58px; width: 100%; font-size: 16px; }
  .btn-cta, .btn-secondary { width: 100%; height: 72px; font-size: 18px; }
  /* ヒーローのバッジ：中央のラグ揃えをやめて、左揃えのグリッドに（谷山指示 2026-08-27） */
  .hero__badges { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 8px; width: 100%; max-width: 430px; }
  .hero__badge { justify-content: flex-start; font-size: 11px; letter-spacing: .02em; padding: 5px 10px; }
  .hero__badge:first-child { grid-column: 1 / -1; }
  /* 心配ごと：2列＋最後の1枚は横長に */
  .worry-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .worry:last-child { grid-column: 1 / -1; }
  .worry { padding: 14px 10px 12px; gap: 4px; }
  .worry__ic { width: 40px; height: 40px; } .worry__ic .ic { width: 22px; height: 22px; }
  .worry__a { font-size: 16.5px; }
  .worry__n { font-size: 10.5px; }
  /* プラン：simulator と同じ2列の見くらべ。長い「含まれるもの」は開閉式にして、カードを短く保つ */
  #sim .plan-grid--imoni { grid-template-columns: 1fr 1fr; gap: 10px; }
  .plan__name { font-size: 13px; }
  .plan__incl-row { font-size: 11px; }
  .plan-grid--imoni .plan__meta { font-size: 10.5px; line-height: 1.6; }
  .plan-grid--imoni .plan__incl-row { grid-template-columns: 36px 1fr; font-size: 10.5px; }
  .plan-grid--imoni .plan__from { flex-wrap: wrap; row-gap: 0; }
  .plan-grid--imoni .plan__from .lbl { font-size: 10px; }
  .plan-grid--imoni .plan__from .amt { font-size: 15px; }
  .plan-grid--imoni .plan__avail { font-size: 10px; }
  .plan-grid--imoni .card-actions .mini-btn { font-size: 10.5px; padding: 5px 8px; }
  /* 使い方カード・オプションは app.css と同じく2列 */
  .usecase-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .usecase__body { padding: 8px 9px 9px; gap: 4px; }
  .usecase__t { font-size: 13.5px; }
  .usecase__d { font-size: 10.5px; line-height: 1.6; }
  .usecase__p { font-size: 11.5px; }
  .usecase__go { font-size: 10.5px; padding: 3px 8px; }
  .opt__cap { font-size: 9.5px; }
  .opt__tag { font-size: 9px; }
  .opt__avail { font-size: 10.5px; }
  .opt .stepper { height: 30px; }
  .opt .stepper button { width: 28px; font-size: 15px; }
  .opt .stepper .val { min-width: 36px; font-size: 12px; }
  .map-pin b { font-size: 10.5px; padding: 0 5px; }
  .map-pin small { display: none; }
  .cta-band { padding: 36px var(--pad-x); }
  .h-slash--sm { font-size: 19px; }
  .summary__ctas { flex: 1 1 100%; }
  .summary__cta { flex: 2 1 0; }
  .summary__inquire { flex: 1 1 0; }
}

/* ---------- スマホ幅の追い込み（375px で破綻しないように） ---------- */
.sp-only { display: none; }
@media (max-width: 680px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
}
@media (max-width: 760px) {
  /* 見出し：＼ ／が別行に割れないよう少し小さく（書体・モチーフはそのまま） */
  .h-slash { font-size: 19px; gap: 8px; }
  .h-slash--sm { font-size: 17px; }
  .step-no { font-size: 20px; margin-right: 6px; }
  /* ヘッダー：スマホはロゴ＋電話だけ（お問い合わせは本文中に何度もある） */
  .app-header__right .mini-btn--detail { display: none; }
  /* 条件バー：開催日＋人数ポップオーバーで1行、時間帯で1行（simulator と同じ作法） */
  .condbar__in > .field:nth-child(1) { flex: 1.15 1 0; }
  .condbar__in > .people-field { flex: 1 1 0; }
  .condbar__in > .field--part { flex: 1 1 100%; }
  .field--part .memtoggle { height: 40px; width: 100%; }
  .field--part .memtoggle button { flex: 1 1 0; font-size: 12px; padding: 0 6px; }
  .field--part .memtoggle button small { font-size: 9px; }
  /* 会場くらべ表：横スクロールさせず3列をそのまま収める */
  .cmp-wrap { overflow-x: visible; }
  table.cmp--venue { min-width: 0; font-size: 11.5px; }
  table.cmp--venue th, table.cmp--venue td { padding: 8px 7px; letter-spacing: 0; }
  table.cmp--venue thead th { font-size: 12.5px; }
  table.cmp--venue th:first-child, table.cmp--venue td:first-child { white-space: nowrap; }
  /* 使い方カードのピル：折り返さない */
  .usecase__go { white-space: nowrap; }
  .hero__cta { white-space: nowrap; }
}

/* FAQ の箇条書き（子ども料金など） */
.faq .faq__list { margin: 0; padding-left: 1.2em; }
.faq .faq__list li { margin: 2px 0; }

/* ---------- 人数ポップオーバー（条件バー）。部品は app.css の people-pop。内訳＝小学生・未就学児 ---------- */
.people-pop .stepper { height: 38px; }
.people-pop .stepper button { width: 34px; font-size: 19px; }
.people-pop .stepper .val { min-width: 52px; font-size: 14px; }
.people-pop .pk-l { font-size: 13px; }
.people-pop .pk-s { display: block; font-size: 10px; color: var(--color-sub); font-weight: 500; line-height: 1.5; margin-top: 1px; }
.people-pop .people-done { margin-top: 10px; }
.cond-season { font-size: 11.5px; color: var(--color-error); font-weight: 700; }

/* ---------- スマホのプラン見くらべ：「含まれるもの」はモーダルで表示（PCは常時表示・ボタン非表示） ---------- */
.plan__incl-toggle { display: none; font-family: var(--font-body); }
@media (max-width: 760px) {
  .plan__incl-toggle { display: block; width: 100%; border: 1.5px solid var(--color-ink); background: #fff; color: var(--color-ink); border-radius: 2px; padding: 6px 8px; font-size: 11px; font-weight: 700; letter-spacing: .03em; cursor: pointer; }
  .plan .plan__incl { display: none; }
}
.plan__incl--modal { display: flex; border-top: 0; margin-top: 0; }
.plan__incl--modal .plan__incl-row:last-child { border-bottom: 0; }
/* 下部固定サマリ：注記が空のときは行ごと畳む */
.summary__optnote:empty { display: none; }

/* ---------- 当日のスケジュール：スマホは1枚画像で表示（長押しでそのまま保存・共有できる） ---------- */
.tl-imgwrap { display: none; }
.tl-imghint { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--color-sub); margin: 8px 0 0; }
.tl-imghint .bico { color: var(--color-accent); }
@media (max-width: 760px) {
  .tl-imgwrap:not([hidden]) { display: block; }
  .tl-imgwrap img { display: block; width: 100%; height: auto; border: 2px solid var(--color-ink); border-radius: 2px; background: #fff; -webkit-touch-callout: default; }
  #timeline-host.has-img { display: none; }
}
/* ===== 2026-08-27 重み3対応：時間帯3択／予約モーダルの支払いタブ／その他の時間帯／既定値の確認 ===== */
.field--part .memtoggle button:not(:last-child), .memtoggle--pay button:not(:last-child) { border-right: 2px solid var(--color-ink); }
.bc-pay { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 2px 0 16px; }
.bc-pay__lb { font-family: var(--font-display); font-size: 14px; letter-spacing: .06em; }
.memtoggle--pay { height: 48px; }
.memtoggle--pay button { padding: 0 16px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.15; letter-spacing: .02em; }
.memtoggle--pay button small { font-size: 10px; font-weight: 500; letter-spacing: 0; opacity: .85; }
.tl-other { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 2px solid var(--color-ink); padding: 14px 16px; font-size: 13px; line-height: 1.9; }
.tl-other .ic { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 4px; }
.cond-attn { font-size: 12px; color: var(--color-error); font-weight: 700; }
@media (max-width: 760px) {
  .bc-pay { flex-direction: column; align-items: flex-start; gap: 6px; }
  .memtoggle--pay { width: 100%; }
  .memtoggle--pay button { flex: 1 1 0; font-size: 12px; padding: 0 8px; }
}
/* ===== ミニ校長のチャット丸ボタンのぼやけ対策（2026-08-27 谷山指摘） =====
   app.css（simulatorの写し）は transform: scale(.667) で縮めているが、transform の縮小は
   「80pxで描いた絵を合成時に縮める」ためラスタ画像がぼやける。このページでは transform をやめ、
   同じ大きさ（80px×0.667）を実寸で与えて、画像を一度だけ高品質にリサンプルさせる。
   吹き出しやクッキー同意の積み上げ位置は app.css が 80px×var(--sim-tripla-scale) で計算しているので、
   同じ式で実寸を作れば位置関係は変わらない。 */
#tripla-chat-circle-icon { transform: none !important; }
#tripla-chat-circle-icon,
#tripla-chat-circle-icon .triplabot-icon-container,
#tripla-chat-circle-icon .triplabot-icon-circle {
  width: calc(80px * var(--sim-tripla-scale, .667)) !important;
  height: calc(80px * var(--sim-tripla-scale, .667)) !important;
}
#tripla-chat-circle-icon img.tripla-icon { width: 95% !important; height: 95% !important; }
