:root {
  --base: #933;
  --base-dark: #711;
  --blue: #57a;
  --text: #222;
  --text-light: #666;
  --bg-cream: rgba(153,51,51,0.07);
  --border: rgba(153,51,51,0.15);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html {-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent; overflow-x: clip; scroll-behavior: smooth; }
body { font-family: 'Zen Kaku Gothic New', sans-serif; color: var(--text); line-height: 2; background: #fff; overflow-x:clip; font-size: clamp(0.875rem,1.6vw,1rem); letter-spacing:0.03rem; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height:1.5; }
.material-symbols-outlined { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
ul.kome { list-style: none; font-size:clamp(0.75rem,1.5vw,0.875rem); }
ul.kome > li { position: relative; padding-left: 1.4em; line-height:1.5; margin-bottom:0.25rem; }
ul.kome > li::before { content: "※"; position: absolute; left: 0; }
.br-sp { display: none; }
@media (min-width: 768px) { .tel-link { pointer-events: none; } }
.container { max-width: 70rem; margin: 0 auto; padding: clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3rem) 0 clamp(1.5rem, 5vw, 3rem); }

/* ===== Split layout (left visual + right contents) ===== */
/* 左側：キャンペーンタイトル画像の固定ビジュアルパネル */
.camp-visual { position: fixed; top: 0; left: 0; width: 33vw; height: 100vh; overflow: hidden; /*background: #fff;*/ z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: clamp(1rem, 3vw, 2rem); padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2.5vw, 2.5rem); /*border-right: 1px solid var(--border);*/ }
.camp-visual-img { display: block; width:clamp(7.5rem,15vw,12rem); height: auto; margin: 0 auto; }
.camp-visual-sp { display: none; } /* スマホ用タイトルはPCでは非表示 */
.contents { position: relative; width: calc(100% - 33vw); margin-left: 33vw; background: transparent; }

/* 背景左下の固定装飾イラスト（bg02） */
body::after { content: ""; position: fixed; left: 0; bottom: 0; width: min(36vw, 40rem); aspect-ratio: 3/2; background: url("../img/bg02.png") left bottom / contain no-repeat; z-index: -1; pointer-events: none; opacity:1; }

@media (max-width: 960px) {
  /* タブレット・スマホ：ビジュアルを上部に配置（固定解除・幅にフィット） */
  .camp-visual { position: relative; display: block; width: 100%; height: auto; border-left: none; /*border-bottom: 1px solid var(--border);*/ padding: clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3rem) 0 clamp(1.5rem, 5vw, 3rem); text-align: center; }
  .camp-visual-img { display: block; width: auto; width: 50%; height: auto; max-height: 80vh; margin: 0 auto; object-fit: contain; margin:auto; }
  /* スマホ：PCタイトル非表示・スマホ用タイトル表示 */
  .camp-visual-pc { display: none; }
  .camp-visual-sp { display: block; width: min(100%, 25rem); }
  .contents { width: 100%; margin-left: 0; }
  /* スマホ：背景装飾（bg02）を非表示 */
  body::after { display: none; }
}

/* ===== Header ===== */
.header-btns { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 200; display: flex; flex-direction: row; gap: 0.75rem; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; border-radius: 0.5rem; font-size: clamp(0.75rem,1.5vw,0.875rem); font-weight: 500; cursor: pointer; border: none; white-space: nowrap; }
.btn .material-symbols-outlined { font-size: 1.25rem; }
.header-btns .btn { flex-direction: column; justify-content: center; gap: 0.25rem; width: 7rem; height:7rem; padding: 0; border: 2px solid var(--base); border-radius: 50%; line-height: 1.3; text-align: center; background: #fff; color: var(--base); box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.15); }
.header-btns .btn .material-symbols-outlined { font-size:clamp(2rem,5vw,3rem); margin-top:-0.5rem; }
.header-btns .btn .btn-icon { width:clamp(3rem,5.6vw,3.5rem); height:clamp(3rem,5.6vw,3.5rem); object-fit:contain; margin-top:-0.5rem; }

/* ===== Search form ===== */
.search-box { position: relative; background: rgba(255,255,255,.96); border: 1px solid #eee; border-radius:1rem; padding:1.5rem; margin: 0 auto; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05); }
.search-head { position: absolute; top: 0; left: 1.5rem; transform: translate(0, -50%); display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 500; white-space: nowrap;  }
.search-head .material-symbols-outlined { color: var(--base); font-size: 2rem; }
.search-row { display: flex; gap: clamp(0.5rem,1.6vw,1rem); align-items: flex-end; margin-bottom: 1rem; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; min-width: 7.5rem; }
.field:has(input[type="date"]) { min-width: 9rem; }
.field label { font-size: 0.75rem; font-weight: 500; color: var(--text-light); }
/* Area radio chips */
.field-area { flex-basis: 100%; display:none; }
.field-heading { font-size: 0.75rem; font-weight: 500; color: var(--text-light); }
.radio-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.radio-chip { cursor: pointer; }
.field .radio-chip input { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; }
.radio-chip > span { display: inline-block; padding: 0.4rem 1rem; border: 1px solid var(--border); border-radius: 20rem; background: #fff; color: var(--text); font-size: 0.875rem; font-weight: 500; line-height: 1.4; transition: background .15s, color .15s, border-color .15s; }
.radio-chip:hover > span { border-color: var(--base); }
.radio-chip input:checked + span { background: var(--base); color: #fff; border-color: var(--base); }
.radio-chip input:focus-visible + span { box-shadow: 0 0 0 2px rgba(170,51,51,.25); }
.field-control { position: relative; display: flex; align-items: center; }
.field-control .field-icon { position: absolute; left: 0.75rem; font-size: 1.25rem; color: #888; pointer-events: none; }
.field input,
.field select { width: 100%; border: 1px solid var(--border); font-size: 1rem; border-radius: 0.5rem; padding: 0.6rem 0.75rem; font-family: inherit; background: #fff; color: #444; min-width:0; line-height:1.5; }
.field input.has-icon { padding-left: 2.25rem; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 1.75rem; }
.field input:focus,
.field select:focus { outline: none; border-color: var(--base); box-shadow: 0 0 0 2px rgba(170,51,51,.15); }
.search-actions { display: flex; gap: 0.75rem; justify-content: flex-end; }
.btn-search { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--base); color: #fff; border: none; border-radius: 20rem; padding: 0.75rem 1.5rem; font-size: 1.125rem; font-weight: 500; cursor: pointer; }
.btn-search .material-symbols-outlined { font-size: 1.25rem; }
.btn-search:hover { background: var(--base-dark); }
.btn-clear { background: #fff; color: #555; border: 1px solid var(--border); border-radius: 20rem; padding: 0.75rem 1.75rem; font-weight: 500; cursor: pointer; }
input[type="date"]::-webkit-date-and-time-value { text-align: left !important; }


/* ===== Section ===== */
section { margin-bottom: clamp(3rem,10vw,6rem); }
section[id] { scroll-margin-top: clamp(1.5rem, 4vw, 2.5rem); }
#overview { display: none; } /* 開催概要 非表示 */
#hotels, #experience { scroll-margin-top: 1rem; }
#search { scroll-margin-top: 2.5rem; }
.sec-head { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.25rem; }
.sec-head .material-symbols-outlined { color: var(--base); font-size: clamp(3rem, 6vw, 4rem); }
.sec-head .sec-logo { width: clamp(2.5rem, 4.8vw, 3rem); height: clamp(2.5rem, 4.8vw, 3rem); object-fit: contain; flex-shrink: 0; }
.sec-head .sec-icon { width: clamp(4rem, 8vw, 5rem); height: clamp(4rem, 8vw, 5rem); object-fit: contain; flex-shrink: 0; }
.sec-title { font-size: clamp(1.5rem, 3.6vw, 1.875rem); font-weight: 500; color: var(--base); }
.sec-title .yoshi { font-size: 1.35em; }
.sec-head .sec-title-img { height: clamp(2rem, 4.8vw, 3rem); width: auto; max-width: 100%; }
.sec-desc { color: var(--text-light); margin-bottom: 1.5rem; line-height:1.75; }
.sec-top { display: flex; justify-content: space-between; align-items:center; flex-flow:row wrap; }
.link-all { border: 1px solid var(--border); border-radius: 20rem; padding: 0.5rem 1.5rem; font-weight: 500; display: inline-flex; align-items: center; gap: 0.5rem; background: #fff; white-space:nowrap; }
.link-all .material-symbols-outlined { font-size: 1rem; }

/* Hotel cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap:clamp(0.75rem,2vw,1.25rem); }
.hotel-card { display: block; position: relative; border: 1px solid  var(--border); border-radius: 1rem; overflow: hidden; /*background: #fff; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05);*/ transition: box-shadow .2s, transform .2s; }
.hotel-card:hover { box-shadow: 0 6px 16px rgba(153,51,51,.08); transform: translateY(-3px); }
.hotel-thumb { position: relative; }
.hotel-thumb img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.badge { position: absolute; bottom: 0.5rem; left: 0.5rem; background: rgba(60,50,40,.82); color: #fff; font-size: 0.75rem; font-weight: 500; padding: 0.25rem 0.75rem; border-radius: 2rem; line-height:1.5; }
.hotel-body { padding:0.75rem 1rem; }
.hotel-name { font-weight: 500; }
.hotel-text { font-size: 0.75rem; color: var(--text-light); line-height: 1.5; min-height: 2.5rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; }
.hotel-more { color: var(--text); font-size: 0.75rem; font-weight: 500; display: inline-flex; align-items: center; gap: 0.25rem; }
.hotel-more .material-symbols-outlined { font-size: 1rem; }
.card-grid:has(+ .card-grid) { margin-bottom: 1.25rem; }
#hotels .card-grid .planmaker-message { grid-column: 1 / -1;}


/* ===== Benefits ===== */
.benefits { position: relative; background: #fff; border-radius: 1rem; padding: 2rem; }
.benefits-plus { position: absolute; top: 0; left: 50%; transform: translate(-50%, -70%); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 500; line-height: 1; color: var(--base); }
.benefits-title { /*text-align: center;*/ font-weight: 500; display: flex; align-items: center; /*justify-content: center;*/ gap: 0.5rem; margin-bottom: 0.5rem; }
.benefits-title .material-symbols-outlined { color: var(--base); font-size:2.5rem; }
.benefits-sub {color: var(--text-light); margin: 0 0 1.5rem; }

/* Rank tabs */
.rank-tabs { display: flex; gap: clamp(0.5rem,1.2vw,0.75rem); justify-content: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; }
.rank-tab { display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; border-radius: 1rem; background:var(--base); color: #fff; cursor: pointer; border: none; opacity: .5; transition: opacity .2s, transform .2s; }
.rank-label { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.rank-label small { font-size: 0.75rem; font-weight: 500; }
.rank-label strong { font-size: 2.5rem; font-weight: 500; }
.rank-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 0.25rem; text-align: left; }
.rank-tab .price,
.rank-tab .count { font-size: 0.8125rem; font-weight: 500; }
.rank-tab.active { opacity: 1; transform: translateY(-2px); box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.08); }

.rank-panel { display: none; }
.rank-panel.active { display: block; margin-bottom: 1.25rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); /*gap: 1rem;*/ margin-bottom: 1rem; }
.benefit-item { position: relative; background: #fff; border-radius: 0.5rem; padding: clamp(0.75rem,1.6vw,1rem) clamp(0.75rem,1.6vw,1rem) clamp(0.75rem,1.6vw,1rem) 0; display: flex; /*gap: 0.75rem;*/ align-items: center; /*box-shadow: 0 1px 3px rgba(0,0,0,.05);*/ transition: box-shadow .2s, transform .2s; }
.benefit-item:hover { /*box-shadow: 0 4px 12px rgba(0,0,0,.12);*/ transform: translateY(-2px); }
.benefit-thumb { position: relative; flex-shrink: 0; margin-right:0.75rem; }
.benefit-thumb img { width: clamp(4.5rem, 8vw, 6rem); height: clamp(4.5rem, 8vw, 6rem); border-radius: 0.5rem; object-fit: cover; }
.benefit-num { position: absolute; left:-0.5rem; top:-0.5rem; width: 1.5rem; height: 1.5rem; background: var(--base); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 500; margin: 0 0 0 0; }
.benefit-info .b-title { font-weight: 500; line-height: 1.4; margin-bottom: 0.25rem; }
.benefit-info .b-loc { font-size: 0.75rem; color: var(--text-light); }
.benefits-note { text-align: center; font-size: 0.75rem; color: #555; }

/* ===== Experience ===== */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.exp-card { display: block; position: relative; border: 1px solid #eee; border-radius: 0.75rem; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.04); transition: box-shadow .2s, transform .2s; }
.exp-card:hover { box-shadow: 0 6px 16px rgba(153,51,51,.08); transform: translateY(-3px); }
.exp-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.exp-name { color: var(--text); line-height: 1.4; padding: clamp(0.5rem,1.2vw,0.75rem) clamp(0.75rem,1.6vw,1rem) 0; margin-bottom:0; font-size: clamp(0.9rem, 2vw, 1rem); }
.exp-price { color: var(--base); font-weight: 500; font-size:1.25rem; padding: 0 clamp(0.75rem,1.6vw,1rem) clamp(0.5rem,1.2vw,0.75rem); }
.exp-price .yen { font-size:0.75rem;}


/* ===== Features: what you can do ===== */
.features { text-align: left; margin-bottom:4rem; }
.features-title { display: flex; align-items: center; justify-content: center; gap: 1.2rem; font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: 0.04rem; text-align: center; margin:0 auto 1rem; }
.features-title::before,
.features-title::after { content: ""; width: 2px; height: clamp(3rem,6vw,4rem); background: var(--base); border-radius: 2px; }
.features-title::before { transform: rotate(-30deg); }
.features-title::after { transform: rotate(30deg); }
.features-title-text { display: flex; flex-direction: column; align-items: center; line-height: 1.3; }
.features-title-sub { font-size: clamp(1rem, 2vw, 1.25rem); }
.features-title-main { }
.feature-grid { display: flex; gap: 1rem; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-left: clamp(1.25rem, 4vw, 2.5rem); margin:0 clamp(-2.5rem, -4vw, -1.25rem); padding:0 clamp(1.25rem, 4vw, 2.5rem); scrollbar-width: none; -ms-overflow-style: none; }
.feature-grid::-webkit-scrollbar { display: none; }
.feature-card { position: relative; flex: 0 0 calc((100% - 2rem) / 3); min-width: 16rem; scroll-snap-align: start; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1rem,2.4vw,1.5rem); border-radius: 1.25rem; background: #fff; /*border: 1px solid #efe2e2;*/ --c: var(--base); }
.feature-bg { position: absolute; right: 0.5rem; bottom: 0.5rem; font-size: clamp(5rem, 12vw, 7rem); line-height: 1; color: var(--c); opacity: 0.08; pointer-events: none; }
.feature-head { position: relative; display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; margin-left:clamp(-2rem,-3vw,-1.5rem); margin-top:-0.5rem; }
.feature-num { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width:3rem; height: 3rem; border-radius: 50%; background: var(--c); color: #fff; font-size: 2rem; line-height: 1; font-weight: 500; padding:0 0 0.2rem 0; }
.feature-name { font-size: clamp(1.25rem, 3vw, 1.6rem); }
.feature-desc { position: relative; color: var(--text-light); line-height: 1.6; margin-bottom: 1rem; font-size:0.875rem; }
.feature-btn { position: relative; display: flex; align-items: center; justify-content: center; width: min(10rem, 100%); margin-top: auto; padding: 0.5rem 1.5rem; border: 1.5px solid var(--c); border-radius: 20rem; color: var(--c); font-weight: 500; transition: background .2s, color .2s; }
.feature-btn:hover { background: var(--c); color: #fff; }
.feature-btn .material-symbols-outlined { position: absolute; right: 1rem; font-size: 1.25rem; }

/* ===== Footer ===== */
footer { /*background: #fff;*/ color: var(--base); /*padding: clamp(1.25rem,4vw,2.5rem) 0;*/  }
.footer-inner { display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; /*padding-top:0;*/border-top: 1px solid var(--border); padding-bottom:clamp(1.5rem,5vw,3rem); }
.footer-inner .tel-link { color: var(--base); }
.footer-brand .fb-title { /*font-family: 'Zen Old Mincho', serif;*/ font-size:1.5rem; color: var(--base); font-weight: 500; letter-spacing: 0; display: flex; align-items: center; gap: 0; }
.footer-brand .fb-title .do-circle { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border: 2px solid var(--base); color: var(--base); border-radius: 50%; font-size: 1.5rem; margin: 0 0 0 0.15rem; }
.footer-brand p { line-height: 1.8; margin-bottom:1rem; }
.footer-links { display: flex; flex-direction: column; margin-bottom:1rem; }
.footer-links a { font-size:0.8125rem; color: var(--base); }
.footer-links a::before { content: "・"; }
.footer-social { display: flex; gap: 1rem; align-items: center; }
.footer-social a { width: 2.25rem; height: 2.25rem; display: flex; align-items: center; justify-content: center; background: var(--base); border-radius: 50%; overflow: hidden; }
.footer-social a img { width: 1.25rem; height: 1.25rem; object-fit: contain; }

/* Responsive */

@media (max-width: 900px) {
  .sec-desc { margin-bottom: 0.75rem; }
  .slide-nav { bottom:3rem;}
  .link-all { margin-bottom: 0.75rem; }
  .benefits { padding: 0.75rem; margin-left:-0.5rem; margin-right:-0.5rem; }
  .hotel-body { padding:0.5rem 0.75rem; }
  .sec-top { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); margin-left:-0.5rem; margin-right:-0.5rem; }
  .exp-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  /* Bottom capsule bar: 3 buttons joined, only outer corners rounded */
  .header-btns { top: auto; left:0.75rem; right:0.75rem; bottom:0.75rem; flex-direction: row; gap: 0; border-radius: 20rem; border:2px solid var(--base); overflow: hidden; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.15); padding:0 1rem; background:#fff; }
  .header-btns .btn { flex: 1; width: auto; height: auto; padding: 0.5rem; border-radius: 0; box-shadow: none; border:none; background: transparent; color: var(--base); }
  .header-btns .btn + .btn { border-left: 1px solid var(--border); }
  .header-btns .btn .material-symbols-outlined { margin-top:0;}
  .header-btns .btn .btn-icon { margin-top:0; width:3rem; height:3rem; }
  footer { padding-bottom: 5rem; }
}
@media (max-width: 560px) {
  .br-sp { display: inline; }
  /* ピン留め横スクロール（JSでトラック高さを設定） */
  .features { margin-bottom: 3.5rem; }
  .feature-grid { display: flex; max-width: none; margin: 0 -1.25rem; padding:0 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: clamp(1.25rem,4vw,2.5rem); -webkit-overflow-scrolling: touch; }
  .feature-card { flex: 0 0 60%; scroll-snap-align: center; min-width: clamp(13rem,60vw,16rem); }
  .benefit-thumb { margin: 0 0 0.25rem; aspect-ratio:3/2;}
  .benefit-thumb img { width: 100%; height:100%; object-fit: cover; }
  .benefit-item { padding: 0.75rem; flex-direction: column; align-items: flex-start; text-align: left; }
  /* b-loc を benefit-item の子に昇格させ、サムネイルに重ねてバッジ化 */
  .benefit-info { display: contents; }
  .benefit-info .b-loc { order: 0; align-self: flex-start; position: relative; z-index: 2; margin: -2.5rem 0 0 0.5rem; background: rgba(60,50,40,.82); color: #fff; font-weight: 500; font-size: 0.75rem; line-height: 1.5; padding: 0.25rem 0.75rem; border-radius: 2rem; }
  .benefit-info .b-title { order: 1; margin-top: 1rem; }
  .search-head { left:1rem; }
  .search-box { padding: 1.5rem 1rem 1rem; margin:0 -0.5rem; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .rank-tab { flex-direction: column; gap: 0.25rem; }
}


/* =========================================================
   ちょっくら、くらよし。 キャンペーンページ 専用スタイル
   ========================================================= */

/* --- リード（キャッチ画像） --- */
.camp-lead { text-align: center; margin-bottom:3rem; }
.camp-lead .campaign-img { width: 70%; height: auto; margin: 0 auto; }
@media (max-width: 560px) {
  .camp-lead .campaign-img { width: 100%; }
}

/* --- メインビジュアル（bg02） --- */
.main-visual { text-align: center; aspect-ratio:3/2; max-height:80vh; }
.main-visual img { width: 100%; height:100%; object-fit: cover; margin: 0 auto; }

/* --- 割引ハイライト（画像）＋早見表 の2カラム --- */
.discount-row { display: flex; align-items: flex-start; gap: clamp(1.5rem,5vw,3rem); }
.discount-row .discount-img { flex: 1 1 45%; /*text-align: center;*/ padding:0; }
.discount-row .discount-img img { display: block; width: 100%; max-width: 36rem; height: auto; margin: 0 auto; }
.discount-row .perk-limit { display: inline-block; font-weight: 500; color: var(--base); font-size:1.25rem; /*border: 1px solid var(--base); border-radius: 20rem;*/ padding: 0.5rem 0; }

.discount-row .example-wrap { flex: 1 1 40%; }
@media (max-width: 768px) {
  .discount-row { flex-direction: column; align-items: stretch; gap: 1.5rem; }
  .discount-row .discount-img img { max-width: 28rem; }
}

/* --- 割引の例（早見表） --- */
.example-table { width: 100%; border-collapse: collapse; border-bottom: 1px solid var(--border); /*background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05);*/ }
.example-table caption { text-align: left; font-weight: 500; margin-bottom: 0.75rem; color: var(--text); }
.example-table th, .example-table td { padding: 0.5rem 1rem; border-bottom: 1px solid var(--border); text-align: left; line-height: 1.5; }
.example-table thead th { /*background: var(--bg-cream);*/ font-weight: 500; border-bottom: 1px solid var(--border); }
.example-table tbody th { font-size: clamp(1rem,2vw,1.25rem); font-weight:500; }
.example-table td.amt { text-align: right; font-weight: 500; color: var(--base); white-space: nowrap; font-size: clamp(1.25rem,3.8vw,1.75rem); }
.example-table td.amt .amt-unit { font-size: 0.6em; }


/* --- 特典セクション全体の点線枠 --- */
.perk-box { border: 2px dashed var(--base); border-radius: 1.25rem; padding: clamp(1rem,3vw,2rem); }

/* --- 特典カード --- */
.perk { display: flex; gap: clamp(0.5rem,3vw,1.5rem); align-items: flex-start; /*background: #fff;*/ border-radius: 1rem; }
.perk-icon { flex-shrink: 0; /*width: clamp(3.5rem,9vw,5rem); height: clamp(3.5rem,9vw,5rem); border-radius: 50%; background: var(--base); color: #fff;*/ display: flex; align-items: center; justify-content: center; }
.perk-icon .material-symbols-outlined { font-size: clamp(2.5rem,6vw,4rem); color:var(--base) }
.perk-body .perk-title { font-weight: 500; color: var(--base); font-size: clamp(1.1rem,2.6vw,1.35rem); margin-bottom: 0.25rem; }
.perk-body .perk-desc { color: var(--text-light); font-size: clamp(0.85rem,1.8vw,0.95rem); line-height: 1.7; }
.perk-body .perk-limit { display: inline-block; margin-top: 0.5rem; font-weight: 500; color: var(--base); border: 1px solid var(--base); border-radius: 20rem; padding: 0.15rem 0.75rem; }

/* --- 開催概要テーブル --- */
.overview-table { width: 100%; border-collapse: collapse; border-bottom: 1px solid var(--border); }
.overview-table th, .overview-table td { padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; line-height: 1.7; }
.overview-table th { width: 9rem; font-weight: 500; white-space: nowrap; }
.overview-table tr:last-child th, .overview-table tr:last-child td { border-bottom: none; }

/* --- ご利用の流れ ＋ 観光案内所（横並び） --- */
.flow-info { display: flex; gap: clamp(1.5rem,4vw,3rem); align-items: flex-start; margin: 2rem 0; }
.flow-info .flow { flex: 1 1 50%; margin: 0; }
.flow-info .flow-info-side { flex: 1 1 50%; }
@media (max-width: 768px) {
  .flow-info { flex-direction: column; gap: 1.5rem; }
  .flow-info .flow-info-side { width: 100%; }
}

/* --- ご利用の流れ --- */
.flow { list-style: none; display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }
.flow-step { display: flex; align-items: flex-start; gap: 1rem; }
.flow-num { flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--base); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 500; }
.flow-body { line-height: 1.7; }
.flow-body strong { display: block; font-weight: 500; color: var(--base); font-size: clamp(1rem,2.2vw,1.15rem); }

/* --- 情報ボックス（観光案内所など） --- */
.info-box { display: flex; align-items: center; gap: 1rem; background: var(--bg-cream); border-radius: 1rem; padding: 1rem 1.5rem; margin-bottom: 1rem; }
.info-box .material-symbols-outlined { color: var(--base); font-size: 2rem; flex-shrink: 0; }
.info-box .info-title { font-size: 0.8rem; color: var(--text-light); }
.info-box .info-text { font-weight: 500; font-size: clamp(1rem,2.2vw,1.15rem); }
/* 観光案内所 地図 */
.info-map { margin-bottom: 1.5rem; }
.info-map img { width: 100%; border-radius: 1rem; }

/* 引換場所（観光案内所）カード */
.info-title-row { display: flex; align-items: center; gap: 0.5rem; font-weight: 500; margin-bottom: 0.75rem; }
.info-title-row .material-symbols-outlined { color: var(--base); font-size: 1.5rem; }
.info-card { background: var(--bg-cream); border-radius: 0.75rem; padding: 0.9rem 1.1rem; }
.info-card + .info-card { margin-top: 0.75rem; }
.info-card .info-name { font-weight: 500; color: var(--base); margin-bottom: 0.25rem; }
.info-card .info-detail { font-size: clamp(0.8rem,1.6vw,0.9rem); line-height: 1.7; color: var(--text-light); }
.info-card .info-detail .tel-link { color: var(--base); }
.info-card .info-detail .material-symbols-outlined { vertical-align: middle; margin-top:-0.2rem; color: var(--bace); font-size:1.25rem;}

/* --- 食べ歩きクーポン 対象商品 --- */
.coupon-heading { font-weight: 500; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.4rem; }
.coupon-heading .material-symbols-outlined { color: var(--base); font-size: 1.5rem; }
.coupon-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.75rem,2vw,1.25rem); }
.coupon-product { background: #fff; border: 1px solid  var(--border); border-radius: 0.75rem; overflow: hidden; /*box-shadow: 0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05);*/ line-height: 1.4; }
.coupon-product .cp-thumb img { width: 100%; height:100%; aspect-ratio: 3 / 2; object-fit: cover; }
.coupon-product .cp-body { padding: 0.75rem 1rem; }
.coupon-product .cp-name { font-weight: 500; font-size: clamp(1rem,2vw,1.125rem); margin-bottom: 0.25rem; }
.coupon-product .cp-loc {  color: var(--text-light); display: flex; align-items: center; flex-flow:row wrap; gap: 0.2rem; margin-bottom: 0.25rem; }
.coupon-product .cp-loc a { color: var(--text-light); }
.coupon-product .cp-loc a:hover { color: var(--base); text-decoration: underline; }
.coupon-product .cp-loc::before { content: "location_on"; font-family: 'Material Symbols Outlined'; font-variation-settings: 'FILL' 1; font-size: 1.1rem; color: var(--base); flex-shrink: 0; }
.coupon-product .cp-info { font-size: 0.8125rem; color: var(--text-light); width:100%; padding-left:1.3rem;}

/* --- 対象施設マップ --- */
.map-wrap { margin-bottom: 1.5rem; }
.map-wrap .map-img { width: 100%; max-width: 48rem; height: auto; margin: 0 auto; border-radius: 1rem; }
.map-legend { list-style: none; column-count: 3; column-gap: 1.5rem; }
.map-legend li { display: flex; /*align-items: center;*/ gap: 0.5rem; line-height: 1.4; font-size: clamp(0.85rem,1.6vw,1rem); margin-bottom: 0.5rem; break-inside: avoid; -webkit-column-break-inside: avoid; }
.map-legend .map-marker { flex-shrink: 0; width: 1.75rem; height: 1.75rem; margin:-0.175rem 0 0 0; border-radius: 50%; background: var(--base); color: #fff; display: flex; align-items: center; justify-content: center; font-size:clamp(1rem,1.8vw,1.125rem); font-weight: 500; }
@media (max-width: 1200px) {
  .map-legend { column-count: 2; }
}
@media (max-width: 640px) {
  .map-legend { column-count: 1; }
}

/* --- 注意事項 --- */
.notes-card { background: rgba(153,51,51,0.05); border-radius: 1rem; padding: clamp(1rem,2.4vw,1.5rem); }
.note-group + .note-group { margin-top: 1.5rem; }
.note-h { display: inline-block; font-weight: 500; color: var(--base); border-bottom: 2px solid var(--base); padding-bottom: 0.15rem; margin-bottom: 0.75rem; font-size: clamp(1rem,2.2vw,1.15rem); }
.note-list { list-style: none; }
.note-list li { position: relative; padding-left: 1.4em; line-height: 1.7; margin-bottom: 0.4rem; font-size: clamp(0.85rem,1.8vw,0.95rem); }
.note-list li::before { content: "・"; position: absolute; left: 0; color: var(--base); }

/* 注意事項・よくある質問 ／ Instagram の2カラム（w60 / w35）。
   1200px 以下は Instagram 埋め込みに必要な幅が確保できないため1カラムに */
@media (max-width: 1200px) {
  .sec2col > * { width: 100% !important; }
  /* 1カラム時、Instagram セクションはセンター合わせ。
     見出しは埋め込みと同じ最大幅 540px のブロックを中央に置き、中のテキストは左揃え */
  .sec2col #instagram .sec-top,
  .sec2col #instagram .instagram-embed { max-width: 480px; margin-left: auto; margin-right: auto; }
  .sec2col #instagram .sec-top { justify-content: flex-start; }
}

#instagram h2.sec-head { padding:clamp(3.75px,1vw,5px) 0;}
.sec-head .sec-logo-ig { position: relative; display: block; width: clamp(2.6rem, 5.4vw, 3.375rem); height: clamp(2.6rem, 5.4vw, 3.375rem); background: var(--base); border-radius: 50%; flex-shrink: 0; }
.sec-head .sec-logo-ig::after { content: ""; position: absolute; inset:20%; background: url("../img/i_ig_w.png") center / contain no-repeat; }

/* Instagram 埋め込み（inline の max-width:540px / min-width:326px をカラム幅に合わせる） */
.instagram-embed { width: 100%; }
.instagram-embed blockquote.instagram-media { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
.instagram-embed iframe { width: 100% !important; min-width: 0 !important; }

/* --- FAQ --- */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { /*background: #fff;*/ border: 1px solid var(--border); border-radius: 0.75rem; /*box-shadow: 0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05);*/ overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 0.75rem; padding: 1rem; font-weight: 500; line-height: 1.5; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; flex-shrink: 0; width: 2rem; height: 2rem; border-radius: 50%; background: var(--base); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.faq-item summary::after { content: "expand_more"; font-family: 'Material Symbols Outlined'; font-variation-settings: 'FILL' 1; margin-left: auto; color: var(--base); transition: transform .2s; font-size:1.25rem; }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-a { padding: 0 1.25rem 1.25rem 3.5rem; }

/* --- こちらもご覧ください（バナースライドショー） --- */
.banner-slideshow { display: block; position: relative; width: 100%; margin: 0 auto; aspect-ratio: 1200 / 450; /*border-radius: 1rem;*/ overflow: hidden; /*box-shadow: 0 1rem 0.5rem -0.75rem rgba(0,0,0,0.08);*/ transition: transform .2s, box-shadow .2s; }
.banner-slideshow:hover { transform: translateY(-2px); /*box-shadow: 0 6px 16px rgba(0,0,0,.12);*/ }
.banner-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation-duration: 12s; animation-iteration-count: infinite; animation-timing-function: ease; }
/* 切替時は必ず下のスライドが不透明のまま重なるため、白が挟まらない */
.banner-slide:nth-child(1) { animation-name: bannerFade1; opacity: 1; }
.banner-slide:nth-child(2) { animation-name: bannerFade2; }
.banner-slide:nth-child(3) { animation-name: bannerFade3; }
@keyframes bannerFade1 { 0% { opacity: 1; } 41% { opacity: 1; } 45% { opacity: 0; } 84% { opacity: 0; } 92% { opacity: 1; } 100% { opacity: 1; } }
@keyframes bannerFade2 { 0% { opacity: 0; } 33% { opacity: 0; } 41% { opacity: 1; } 74% { opacity: 1; } 78% { opacity: 0; } 100% { opacity: 0; } }
@keyframes bannerFade3 { 0% { opacity: 0; } 66% { opacity: 0; } 74% { opacity: 1; } 92% { opacity: 1; } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .banner-slide { animation: none; }
  .banner-slide:nth-child(1) { opacity: 1; }
}

/* --- 対象施設一覧（どまんなか旅の hotel-card を流用） --- */
#facility-list .hotel-name { /*margin-bottom: 0.5rem;*/ }

@media (max-width: 560px) {
  .overview-table th { width: 6.5rem; padding: 0.75rem; }
  .overview-table td { padding: 0.75rem; }
  .example-table th, .example-table td { padding: 0.6rem 0.75rem; }
  .perk { /*flex-direction: column; text-align: center;*/ }
  /* 対象商品：スマホは縦積み・サムネイル左（テキストは縦並び） */
  .coupon-products { grid-template-columns: 1fr; }
  .coupon-product { display: flex; align-items: stretch; }
  .coupon-product .cp-thumb { flex-shrink: 0; width: 33%; max-width: 8rem; }
  .coupon-product .cp-thumb img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
  .coupon-product .cp-body { flex: 1; display: flex; flex-direction: column; justify-content: center; }
}
