@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Yomogi&display=swap');

/* =========================================================
   交流ステーション 和束の郷 — デザインシステム
   「上質な骨格 × 人肌の差し色」
   骨格: 大判ビジュアル / 広い余白 / 明朝体見出し(Noto Serif JP)
   親しみ: 暖色(ゆず色)の差し色 / 手書き風(Yomogi) / 一人称コメント
   本文: ゴシック(Noto Sans JP)で可読性・親しみやすさ
   ※ ビジュアルは CSS グラデーション + SVG data URI のみ(外部画像非依存)
   ========================================================= */

:root{
  /* --- ブランドカラー --- */
  --tea:#3A5A40;          /* 深い茶葉グリーン(メイン) */
  --tea-deep:#2C4632;     /* 濃い茶葉(ヘッダー/フッターの奥行き) */
  --leaf:#7C9A6B;         /* 若葉グリーン(アクセント) */
  --leaf-soft:#A9C08F;    /* 若葉ライト(装飾) */
  --cream:#F3EDE1;        /* 生成りベージュ(背景) */
  --cream-deep:#E9E0CE;   /* ベージュ濃いめ(境界/畝) */
  --brown:#6F4E37;        /* 焙じ茶ブラウン */
  --ink:#2B2B2B;          /* 墨黒 */

  /* --- 差し色:ゆず色系オレンジ(親しみやすさ) --- */
  --yuzu:#E88A2E;         /* 明るいゆず(バッジ・アクセント・下線) */
  --yuzu-cta:#B25900;     /* 濃いゆず(CTAボタン背景・白文字で4.5:1以上) */
  --yuzu-soft:#F6D8AC;    /* ゆず淡色(枠・帯) */

  /* --- テキスト --- */
  --text:#2B2B2B;
  --muted:#5E5A50;        /* 補足文(ベージュ背景で4.5:1以上) */
  --border:#DED4C2;
  --white:#ffffff;

  /* --- フォント(content.json / content-loader.js から上書き可能) --- */
  --font-heading:'Noto Serif JP','Yu Mincho','游明朝',serif;
  --font-body:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  /* --- 文字の太さ(content.json theme.fontWeightHeading / fontWeightBody で上書き可能) --- */
  --font-weight-heading:600;
  --font-weight-body:400;

  /* --- カテゴリ色分け(4大ボタン) --- */
  --cat-buy:#3A5A40;      /* 買う=グリーン */
  --cat-eat:#B25900;      /* 食べる=オレンジ寄り */
  --cat-walk:#3E6B8C;     /* 巡る=ブルー */
  --cat-know:#6F4E37;     /* 知る=焙じ茶ブラウン(落ち着いた色) */
}

*{box-sizing:border-box; margin:0; padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body,'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif);
  font-weight:var(--font-weight-body,400);
  background:var(--cream);
  color:var(--text);
  line-height:1.85;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit}
h1,h2,h3,h4{
  font-family:var(--font-heading,'Noto Serif JP','Yu Mincho','游明朝',serif);
  font-weight:var(--font-weight-heading,600);
  line-height:1.5;
}

/* 手書き風(温かみの差し色として一部にのみ使用) */
.handwrite{font-family:'Yomogi','Noto Serif JP',cursive}

/* =========================================================
   ヘッダー
   ========================================================= */
.site-header{
  background:linear-gradient(135deg,var(--tea) 0%,var(--tea-deep) 100%);
  color:#fff;
  padding:14px 24px;
  position:sticky; top:0; z-index:100;
  box-shadow:0 2px 10px rgba(43,43,43,.18);
}
.site-header::after{
  content:''; position:absolute; left:0; right:0; bottom:0; height:3px;
  background:linear-gradient(90deg, transparent, var(--yuzu-soft) 20%, var(--yuzu) 50%, var(--yuzu-soft) 80%, transparent);
}
.site-header-inner{
  max-width:1120px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  flex-wrap:wrap;
}
.site-logo{
  display:flex; align-items:center; gap:11px; text-decoration:none; color:#fff;
}
.site-logo .mark{
  width:34px; height:34px; flex-shrink:0;
  /* 茶の若葉マーク(SVG) */
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M30 6C18 14 12 26 12 38c0 9 7 16 18 16s18-7 18-16C48 26 42 14 30 6z' fill='%23A9C08F'/%3E%3Cpath d='M30 12c0 14 0 28 0 40' stroke='%233A5A40' stroke-width='2.4' fill='none'/%3E%3Cpath d='M30 24c-5-4-11-5-15-4M30 34c5-4 11-5 15-4M30 44c-5-4-9-4-13-3' stroke='%233A5A40' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat; background-position:center;
}
.site-logo .logo-text{display:flex; flex-direction:column; line-height:1.25}
.site-logo .logo-main{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:22px; font-weight:600; letter-spacing:.1em;
}
.site-logo .logo-sub{
  font-size:10.5px; letter-spacing:.18em; color:var(--yuzu-soft);
}
.header-right{display:flex; align-items:center; gap:12px}
.site-nav{display:flex; gap:4px; flex-wrap:wrap; font-size:14.5px}
.site-nav a{
  padding:9px 14px; border-radius:8px; text-decoration:none;
  color:#eaf1e4; transition:background .2s, color .2s; white-space:nowrap;
}
.site-nav a:hover, .site-nav a.active{background:rgba(255,255,255,.16); color:#fff}
.site-nav a.nav-cta{background:var(--yuzu-cta); color:#fff; font-weight:700}
.site-nav a.nav-cta:hover{background:#9c4d00}

/* 言語切替 */
.lang-switch{display:flex; gap:2px; border:1px solid rgba(255,255,255,.4); border-radius:8px; overflow:hidden; flex-shrink:0}
.lang-switch a{
  padding:7px 11px; font-size:12.5px; text-decoration:none; color:#eaf1e4;
  font-weight:700; letter-spacing:.05em; min-height:38px; display:flex; align-items:center;
}
.lang-switch a.active{background:var(--yuzu); color:#fff}
.lang-switch a:not(.active):hover{background:rgba(255,255,255,.14)}

/* ハンバーガー(モバイル) */
.nav-toggle{
  display:none; background:none; border:1px solid rgba(255,255,255,.4);
  color:#fff; padding:9px 13px; border-radius:8px; font-size:20px; cursor:pointer;
  min-height:44px; min-width:44px;
}
@media (max-width:900px){
  .nav-toggle{display:block; order:3}
  .site-nav{
    display:none; flex-direction:column; width:100%; order:4;
    background:var(--tea-deep); border-radius:12px; padding:10px; margin-top:10px;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:13px 16px; border-radius:8px}
}

/* =========================================================
   ヒーロー(茶畑ビジュアル / CSS + SVG のみ)
   ========================================================= */
.hero{
  position:relative; overflow:hidden;
  color:#fff; text-align:center;
  padding:88px 24px 96px;
  /* 空 → 遠景の山なみ */
  background:
    radial-gradient(120% 80% at 50% 120%, rgba(44,70,50,.0) 40%, rgba(44,70,50,.35) 100%),
    linear-gradient(180deg,#5f7d63 0%, #4a6a4f 42%, #3A5A40 100%);
}
/* 茶畑の畝(repeating-linear-gradient) */
.hero::before{
  content:''; position:absolute; left:-10%; right:-10%; bottom:0; height:46%;
  background:
    repeating-linear-gradient(96deg,
      #2C4632 0px, #2C4632 10px,
      #3A5A40 10px, #3A5A40 20px,
      #47714E 20px, #47714E 30px,
      #3A5A40 30px, #3A5A40 40px);
  transform:perspective(420px) rotateX(52deg);
  transform-origin:bottom center;
  opacity:.9;
  pointer-events:none;
}
/* 手前の丘のふくらみ + やわらかな陽光 */
.hero::after{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(60% 40% at 20% 18%, rgba(255,244,214,.28), transparent 60%),
    radial-gradient(70% 50% at 85% 30%, rgba(255,236,196,.14), transparent 60%);
}
.hero-inner{max-width:820px; margin:0 auto; position:relative; z-index:2}
.hero-eyebrow{
  letter-spacing:.34em; font-size:12.5px; font-weight:700;
  color:var(--yuzu-soft); margin-bottom:18px;
}
.hero h1{
  font-family:var(--font-heading,'Noto Serif JP',serif);
  font-size:clamp(28px,5.4vw,48px); font-weight:var(--font-weight-heading,600);
  letter-spacing:.08em; margin-bottom:20px;
  text-shadow:0 2px 16px rgba(20,32,22,.4);
}
.hero h1 .sub{
  display:block; font-size:.45em; font-weight:400; letter-spacing:.2em;
  margin-top:14px; color:#eaf1e4;
}
.hero-lead{
  font-size:clamp(15px,1.9vw,18px); line-height:2; color:#f2f6ee;
  max-width:640px; margin:0 auto 30px; text-shadow:0 1px 8px rgba(20,32,22,.35);
}
.hero-badges{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:34px}
.hero-badges .badge{
  font-size:12.5px; padding:8px 16px; border-radius:22px; font-weight:500;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.45); color:#fff;
  backdrop-filter:blur(2px);
}
a.badge{text-decoration:none; cursor:pointer; transition:background .15s, transform .15s, border-color .15s}
a.badge:hover, a.badge:focus-visible{background:rgba(255,255,255,.26); border-color:#fff; transform:translateY(-2px)}
.hero-cta{display:flex; gap:14px; justify-content:center; flex-wrap:wrap}

/* =========================================================
   ボタン
   ========================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-weight:700; font-size:15px;
  padding:15px 32px; border-radius:32px; text-decoration:none; cursor:pointer;
  border:none; transition:transform .15s, box-shadow .15s, background .2s;
  min-height:52px;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--yuzu-cta); color:#fff; box-shadow:0 6px 18px rgba(178,89,0,.4)}
.btn-primary:hover{background:#9c4d00; box-shadow:0 9px 24px rgba(178,89,0,.5)}
.btn-outline{background:rgba(255,255,255,.08); color:#fff; border:1.5px solid rgba(255,255,255,.7)}
.btn-outline:hover{background:rgba(255,255,255,.18); border-color:#fff}
.btn-tea{background:var(--tea); color:#fff}
.btn-tea:hover{background:var(--tea-deep)}

/* =========================================================
   レイアウト共通
   ========================================================= */
main{overflow:hidden}
.section{padding:76px 24px}
.wrap{max-width:1120px; margin:0 auto}
.wrap-narrow{max-width:820px; margin:0 auto}
.section.alt{background:var(--white)}
.section.tea-band{
  background:linear-gradient(135deg,var(--tea) 0%,var(--tea-deep) 100%);
  color:#fff;
}

.eyebrow{
  text-align:center; letter-spacing:.28em; font-size:12px; font-weight:700;
  color:var(--yuzu-cta); margin-bottom:10px; text-transform:uppercase;
}
.tea-band .eyebrow{color:var(--yuzu-soft)}
.section-title{
  font-family:var(--font-heading,'Noto Serif JP',serif);
  text-align:center; font-size:clamp(24px,3.4vw,32px); font-weight:var(--font-weight-heading,600);
  color:var(--tea); margin-bottom:14px; position:relative; padding-bottom:20px;
}
.tea-band .section-title{color:#fff}
.section-title::after{
  content:''; position:absolute; left:50%; bottom:0; transform:translateX(-50%);
  width:64px; height:3px; border-radius:3px;
  background:linear-gradient(90deg, transparent, var(--yuzu), transparent);
}
.section-subtitle{
  text-align:center; color:var(--muted); font-size:15px; margin:0 auto 46px;
  max-width:640px; line-height:1.9;
}
.tea-band .section-subtitle{color:#eaf1e4}

/* 茶の葉 区切り */
.leaf-divider{
  display:flex; align-items:center; justify-content:center; gap:14px;
  max-width:260px; margin:0 auto 44px;
}
.leaf-divider::before, .leaf-divider::after{
  content:''; flex:1; height:2px;
  background:linear-gradient(90deg, transparent, var(--leaf-soft));
}
.leaf-divider::after{background:linear-gradient(90deg, var(--leaf-soft), transparent)}
.leaf-divider .leaf{
  width:22px; height:22px; flex-shrink:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M30 6C18 14 12 26 12 38c0 9 7 16 18 16s18-7 18-16C48 26 42 14 30 6z' fill='%237C9A6B'/%3E%3Cpath d='M30 12v40' stroke='%233A5A40' stroke-width='2.4' fill='none'/%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat; background-position:center;
}

/* =========================================================
   4大ボタン(買う / 食べる / 巡る / 知る)— 最重要
   ========================================================= */
.gateway{background:var(--cream)}
.gateway-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
}
@media (max-width:900px){.gateway-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.gateway-grid{grid-template-columns:1fr}}

/* 参加するカードの隣の余白いっぱいに交流ステーションのロゴを表示 */
.gate-logo-panel{
  grid-column:span 2;
  display:flex; align-items:center; justify-content:center;
}
.gate-logo-panel img{width:100%; max-width:440px; height:auto; object-fit:contain}
/* モバイル(2列/1列)は6枚のカードだけで余白なく揃うため非表示 */
@media (max-width:900px){.gate-logo-panel{display:none}}

.gate-card{
  --c:var(--tea);
  display:flex; flex-direction:column;
  background:#fff; border-radius:18px; overflow:hidden; text-decoration:none;
  border:1px solid var(--border);
  box-shadow:0 3px 14px rgba(43,43,43,.06);
  transition:transform .18s, box-shadow .18s;
}
.gate-card:hover{transform:translateY(-6px); box-shadow:0 14px 30px rgba(43,43,43,.14)}
.gate-visual{
  height:130px; position:relative; overflow:hidden;
  background:var(--c);
}
/* カテゴリ別ビジュアル(SVGパターン) */
.gate-card.buy  .gate-visual{background:linear-gradient(135deg,#47714E,#2C4632)}
.gate-card.eat  .gate-visual{background:linear-gradient(135deg,#D97A1E,#9c4d00)}
.gate-card.walk .gate-visual{background:linear-gradient(135deg,#5387AB,#2F5470)}
.gate-card.know .gate-visual{background:linear-gradient(135deg,#8A6650,#5A3F2C)}
.gate-card.view .gate-visual{background:linear-gradient(135deg,#D9A959,#3A5A40)}
.gate-card.join .gate-visual{background:linear-gradient(135deg,#B25900,#7C3D00)}
.gate-visual::after{
  content:''; position:absolute; inset:0; opacity:.5;
  /* 畝ストライプ模様 */
  background:repeating-linear-gradient(115deg, rgba(255,255,255,.12) 0 8px, transparent 8px 20px);
}
.gate-icon{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  font-size:44px; z-index:2; filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));
}
/* ブランドロゴ入りビジュアル(食べる=wazukanoSATOカフェ等)。余白なしで枠いっぱいに表示 */
.gate-visual.has-logo .gate-icon{display:none}
.gate-visual .gate-logo{
  position:absolute; inset:0;
  z-index:2; display:none;
  width:100%; height:100%; object-fit:cover;
}
.gate-visual.has-logo .gate-logo{display:block}
.gate-body{padding:22px 22px 26px; display:flex; flex-direction:column; flex:1}
.gate-body h3{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:21px; color:var(--c);
  margin-bottom:8px; display:flex; align-items:baseline; gap:8px;
}
.gate-body h3 .en{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:11px; letter-spacing:.15em; color:var(--muted); font-weight:500}
.gate-body p{font-size:14px; color:var(--muted); line-height:1.8; flex:1}
.gate-more{
  margin-top:16px; font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13.5px; font-weight:700;
  color:var(--c); display:inline-flex; align-items:center; gap:6px;
}
.gate-more::after{content:'→'; transition:transform .18s}
.gate-card:hover .gate-more::after{transform:translateX(4px)}

/* =========================================================
   カード(汎用)
   ========================================================= */
.card-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px}
.card{
  background:#fff; border:1px solid var(--border); border-radius:16px; padding:28px;
  box-shadow:0 2px 10px rgba(43,43,43,.05);
}
.card h3{font-size:19px; color:var(--tea); margin-bottom:10px}
.card p{color:var(--muted); font-size:14.5px; line-height:1.85}

/* =========================================================
   和束の郷とは(ストーリー + スタッフ)
   ========================================================= */
.about-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:44px; align-items:center}
@media (max-width:820px){.about-grid{grid-template-columns:1fr; gap:32px}}
.about-text h2{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:clamp(22px,3vw,28px); color:var(--tea);
  margin-bottom:18px; line-height:1.6;
}
.about-text p{color:var(--text); font-size:15px; line-height:2; margin-bottom:16px}
.about-text .accent{color:var(--yuzu-cta); font-weight:700}

/* 大判ビジュアル(石寺の茶畑イメージ / CSS) */
.about-visual{
  border-radius:18px; overflow:hidden; position:relative;
  min-height:300px; border:1px solid var(--border);
  background:linear-gradient(180deg,#cfe0c4 0%, #a7c48f 32%, #6f9459 60%, #3A5A40 100%);
}
.about-visual::before{
  content:''; position:absolute; left:-10%; right:-10%; bottom:0; height:64%;
  background:repeating-linear-gradient(88deg,
    #35543B 0 12px, #43664A 12px 24px, #517457 24px 36px, #43664A 36px 48px);
  transform:perspective(500px) rotateX(56deg);
  transform-origin:bottom center;
}
.about-visual .ph-tag{position:absolute; left:12px; top:12px; z-index:3}

.staff-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:52px}
@media (max-width:640px){.staff-grid{grid-template-columns:1fr}}
.staff-card{
  background:#fff; border:1px solid var(--border); border-radius:16px; padding:24px;
  display:flex; gap:18px; align-items:flex-start;
  box-shadow:0 2px 10px rgba(43,43,43,.05);
}
.staff-photo{
  width:84px; height:84px; border-radius:50%; flex-shrink:0; position:relative;
  background:radial-gradient(circle at 40% 35%, var(--leaf-soft), var(--leaf) 70%, var(--tea));
  display:flex; align-items:center; justify-content:center; font-size:34px;
  border:3px solid var(--yuzu-soft);
}
.staff-info .role{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:12px; color:var(--yuzu-cta); font-weight:700; letter-spacing:.08em}
.staff-info .name{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:19px; color:var(--tea); margin:2px 0 10px}
.staff-info .comment{font-size:14px; color:var(--text); line-height:1.85}
.staff-info .comment.handwrite{color:var(--brown); font-size:15px}

/* =========================================================
   お知らせ
   ========================================================= */
.news-list{max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:2px}
.news-item{
  display:flex; gap:20px; align-items:baseline; padding:20px 8px;
  border-bottom:1px solid var(--border); text-decoration:none; color:var(--text);
  transition:background .18s;
}
.news-item:hover{background:var(--cream)}
.news-date{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13px; color:var(--muted); flex-shrink:0; min-width:96px}
.news-cat{
  font-size:11.5px; font-weight:700; padding:3px 12px; border-radius:14px; flex-shrink:0;
  background:var(--leaf-soft); color:var(--tea-deep);
}
.news-cat.event{background:var(--yuzu-soft); color:var(--yuzu-cta)}
.news-title{font-size:15px; line-height:1.6}
@media (max-width:560px){
  .news-item{flex-wrap:wrap; gap:8px 14px}
  .news-title{flex-basis:100%}
}

/* =========================================================
   アクセス・営業案内
   ========================================================= */
.access-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start}
@media (max-width:820px){.access-grid{grid-template-columns:1fr}}
.info-table{width:100%; border-collapse:collapse; background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 2px 10px rgba(43,43,43,.05)}
.info-table th,.info-table td{padding:15px 18px; text-align:left; border-bottom:1px solid var(--border); font-size:14.5px; vertical-align:top}
.info-table th{background:var(--tea); color:#fff; font-family:var(--font-body,'Noto Sans JP',sans-serif); font-weight:500; width:118px; white-space:nowrap}
.info-table tr:last-child th,.info-table tr:last-child td{border-bottom:none}
.info-table .tel{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:22px; color:var(--yuzu-cta); font-weight:600; letter-spacing:.02em}
.hours-note{
  margin-top:14px; font-size:13px; color:var(--muted); line-height:1.8;
  background:#fff; border-left:4px solid var(--yuzu); border-radius:6px; padding:12px 16px;
}
.tax-note{font-size:12.5px; color:var(--muted); margin-top:10px}

/* Google Map プレースホルダー */
.map-ph{
  border-radius:16px; overflow:hidden; min-height:320px; position:relative;
  border:1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(124,154,107,.18), rgba(58,90,64,.12)),
    repeating-linear-gradient(0deg,#eef2e8 0 24px,#e6ecdd 24px 25px),
    repeating-linear-gradient(90deg,#eef2e8 0 24px,#e6ecdd 24px 25px);
  display:flex; align-items:center; justify-content:center; flex-direction:column; gap:14px; text-align:center; padding:24px;
}
.map-ph .pin{font-size:44px}
.map-ph .map-label{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:14px; color:var(--tea-deep); font-weight:700}

/* =========================================================
   暫定イメージ写真(フリー素材)— 実写真差し替え前の仮素材
   ※ 実際の店舗写真ではないことを示す小さな注記を必ず添える
   ========================================================= */
.img-note{
  position:absolute; left:10px; bottom:10px; z-index:5;
  font-size:10.5px; line-height:1.45; color:#fff; font-weight:500;
  background:rgba(43,43,43,.58); border-radius:5px; padding:3px 9px;
  letter-spacing:.02em; max-width:calc(100% - 20px);
}
@supports (backdrop-filter:blur(2px)){.img-note{backdrop-filter:blur(2px)}}

/* 写真に重ねる wazukanoSATO カフェ ロゴバッジ */
.photo-logo-badge{
  position:absolute; top:14px; right:14px; z-index:5;
  height:64px; width:auto; object-fit:contain;
  background:#fff; border-radius:10px; padding:6px 10px;
  box-shadow:0 4px 14px rgba(0,0,0,.28);
}
@media (max-width:520px){.photo-logo-badge{height:48px; padding:5px 8px}}

/* ヒーロー背景に暫定の茶畑写真 */
.hero.has-photo{
  background:
    linear-gradient(180deg, rgba(28,46,32,.52) 0%, rgba(28,46,32,.64) 100%),
    url("images/hero-tea-field.jpg") center/cover no-repeat,
    linear-gradient(180deg,#4a6a4f,#3A5A40);
}
.hero.has-photo::before{display:none}
.hero .img-note{left:auto; right:12px; bottom:12px}

/* aboutビジュアルに暫定の茶畑写真 */
.about-visual.has-photo{background:#3A5A40}
.about-visual.has-photo::before{display:none}
.about-visual.has-photo img{
  position:absolute; inset:0; width:100%; height:100%;
  min-height:300px; object-fit:cover; display:block;
}
.about-visual.has-photo .ph-tag{left:auto; right:12px; top:auto; bottom:12px}

/* 商品カード / 御膳カードのビジュアルに暫定写真 */
.product-visual.has-photo img, .zen-visual.has-photo img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1;
}
.product-visual.has-photo::after, .zen-visual.has-photo::after{opacity:.15}
.product-visual.has-photo .pv-svg, .zen-visual.has-photo .zen-icon{display:none}
.product-visual.has-photo .pv-tag, .zen-visual.has-photo .zen-badge{z-index:4}

/* =========================================================
   プレースホルダー注記
   ========================================================= */
.placeholder-note, .ph-tag{
  display:inline-block; font-size:12px; line-height:1.5;
  background:#FFF3D6; color:#8A5A00; border:1px solid var(--yuzu-soft); border-radius:6px;
  padding:4px 10px;
}
.placeholder-note{margin-bottom:12px}
/* 写真が設定された(.has-photo が付いた)コンテナ内では、
   差し替え待ちの注記は用済みなので常に隠す */
.has-photo .placeholder-note{display:none !important}

/* =========================================================
   フッター
   ========================================================= */
.site-footer{
  background:var(--tea-deep); color:#d7e0d1; padding:56px 24px 30px;
  font-size:13.5px;
}
.site-footer::before{
  content:''; display:block; height:3px; max-width:1120px; margin:0 auto 40px;
  background:linear-gradient(90deg, transparent, var(--yuzu) 50%, transparent);
}
.footer-inner{max-width:1120px; margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr; gap:28px}}
.footer-brand .fb-logo{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:20px; color:#fff; letter-spacing:.08em; margin-bottom:12px}
.footer-brand p{font-size:13px; line-height:1.9; color:#c3d0bd}
.footer-col h4{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13px; color:var(--yuzu-soft); letter-spacing:.1em; margin-bottom:14px; font-weight:700}
.footer-col a{display:block; text-decoration:none; color:#d7e0d1; padding:5px 0; font-size:13.5px}
.footer-col a:hover{color:#fff}
.footer-sns{display:flex; gap:12px; margin-top:14px}
.footer-sns a{
  width:42px; height:42px; border-radius:50%; border:1px solid rgba(255,255,255,.28);
  display:flex; align-items:center; justify-content:center; text-decoration:none; color:#fff; font-size:13px; font-weight:700;
}
.footer-sns a:hover{background:var(--yuzu); border-color:var(--yuzu)}
.footer-bottom{
  max-width:1120px; margin:40px auto 0; padding-top:22px; border-top:1px solid rgba(255,255,255,.14);
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; align-items:center;
}
.footer-bottom .copy{color:#9fb097; font-size:12px}
.footer-bottom .fb-links{display:flex; gap:18px; flex-wrap:wrap}
.footer-bottom .fb-links a{color:#c3d0bd; text-decoration:none; font-size:12.5px}
.footer-bottom .fb-links a:hover{color:#fff}

@media (max-width:600px){
  .section{padding:52px 20px}
  .hero{padding:64px 20px 72px}
  .card{padding:22px}
}

/* =========================================================
   サブページ共通ヒーロー(買う / 食べる 等)
   ========================================================= */
.page-hero{
  position:relative; overflow:hidden;
  color:#fff; text-align:center; padding:66px 24px 72px;
  background:linear-gradient(135deg,var(--tea) 0%, var(--tea-deep) 100%);
}
/* カテゴリ別の色分け */
.page-hero.buy{background:linear-gradient(135deg,#47714E 0%, #2C4632 100%)}
.page-hero.eat{background:linear-gradient(135deg,#D97A1E 0%, #9c4d00 100%)}
.page-hero.walk{background:linear-gradient(135deg,#5387AB 0%, #2F5470 100%)}
.page-hero.know{background:linear-gradient(135deg,#8A6650 0%, #5A3F2C 100%)}
.page-hero.view{background:linear-gradient(135deg,#D9A959 0%, #3A5A40 100%)}
.page-hero.village{background:linear-gradient(135deg,#7C9A6B 0%, #3A5A40 100%)}
.page-hero.heritage{background:linear-gradient(135deg,#9c4d37 0%, #5a2a1c 100%)}
.page-hero.ujicha{background:linear-gradient(135deg,#4F7942 0%, #2C4632 100%)}
.page-hero.landscape{background:linear-gradient(135deg,#B8935E 0%, #6B4F2E 100%)}
/* 畝ストライプの気配 */
.page-hero::after{
  content:''; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background:repeating-linear-gradient(115deg, rgba(255,255,255,.10) 0 8px, transparent 8px 22px);
}
.page-hero-inner{max-width:820px; margin:0 auto; position:relative; z-index:2}
.page-hero-eyebrow{
  letter-spacing:.3em; font-size:12px; font-weight:700;
  color:rgba(255,255,255,.85); margin-bottom:14px; text-transform:uppercase;
}
.page-hero h1{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-weight:var(--font-weight-heading,600);
  font-size:clamp(28px,5vw,44px); letter-spacing:.08em; margin-bottom:16px;
  text-shadow:0 2px 14px rgba(20,32,22,.35);
  display:flex; align-items:baseline; justify-content:center; gap:14px; flex-wrap:wrap;
}
.page-hero h1 .en{
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:.4em; font-weight:500;
  letter-spacing:.2em; color:rgba(255,255,255,.85);
}
.page-hero h1 .sub{
  flex-basis:100%; display:block; font-size:.5em; font-weight:400;
  letter-spacing:.14em; margin-top:8px; color:#f2f6ee;
}
.page-hero-lead{
  font-size:clamp(14.5px,1.8vw,17px); line-height:2; color:#f4f7f1;
  max-width:660px; margin:0 auto; text-shadow:0 1px 6px rgba(20,32,22,.3);
}
.page-hero .hero-badges{margin-top:26px; margin-bottom:0}
@media (max-width:600px){.page-hero{padding:50px 20px 56px}}

/* =========================================================
   買う — 商品カテゴリカード
   ========================================================= */
.product-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:26px}
@media (max-width:720px){.product-grid{grid-template-columns:1fr}}
.product-card{
  display:flex; flex-direction:column; background:#fff;
  border:1px solid var(--border); border-radius:18px; overflow:hidden;
  box-shadow:0 3px 14px rgba(43,43,43,.06);
  transition:transform .18s, box-shadow .18s;
}
.product-card:hover{transform:translateY(-5px); box-shadow:0 14px 30px rgba(43,43,43,.13)}
.product-visual{
  height:170px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.product-visual.veg{background:linear-gradient(135deg,#7C9A6B,#3A5A40)}
.product-visual.tea{background:linear-gradient(135deg,#47714E,#2C4632)}
.product-visual.jam{background:linear-gradient(135deg,#D6A15A,#B25900)}
.product-visual.craft{background:linear-gradient(135deg,#9A7B63,#5A3F2C)}
.product-visual::after{
  content:''; position:absolute; inset:0; opacity:.45; pointer-events:none;
  background:repeating-linear-gradient(115deg, rgba(255,255,255,.12) 0 8px, transparent 8px 20px);
}
.product-visual .pv-svg{width:92px; height:92px; position:relative; z-index:2; filter:drop-shadow(0 3px 8px rgba(0,0,0,.22))}
.product-visual .pv-tag{
  position:absolute; left:14px; top:14px; z-index:3;
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:11.5px; font-weight:700; letter-spacing:.06em;
  color:#fff; background:rgba(0,0,0,.28); border:1px solid rgba(255,255,255,.5);
  padding:4px 12px; border-radius:14px; backdrop-filter:blur(2px);
}
.product-body{padding:24px 24px 26px; display:flex; flex-direction:column; flex:1}
.product-body h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:21px; color:var(--tea); margin-bottom:6px}
.product-copy{
  font-family:'Yomogi','Noto Serif JP',cursive; color:var(--brown);
  font-size:15px; margin-bottom:12px;
}
.product-body p{font-size:14.5px; color:var(--muted); line-height:1.85; margin-bottom:14px}
.product-body .placeholder-note{margin-top:auto; margin-bottom:0}

/* 商品カードの「タップで商品例を見る」アコーディオン */
.product-more{
  margin-top:2px; margin-bottom:14px; border:1px solid var(--border); border-radius:12px;
  background:var(--cream); overflow:hidden;
}
.product-more summary{
  list-style:none; cursor:pointer; padding:12px 40px 12px 16px; position:relative;
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13.5px; font-weight:700; color:var(--tea);
}
.product-more summary::-webkit-details-marker{display:none}
.product-more summary::after{
  content:'+'; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  font-size:19px; color:var(--leaf); transition:transform .2s;
}
.product-more[open] summary::after{content:'−'; color:var(--yuzu-cta)}
.product-more[open] summary{border-bottom:1px solid var(--border)}
.product-more .pm-list{padding:12px 16px 14px; margin:0; list-style:none; display:flex; flex-direction:column; gap:6px}
.product-more .pm-list li{font-size:13.5px; color:var(--text); line-height:1.7; padding-left:18px; position:relative}
.product-more .pm-list li::before{content:'🍃'; position:absolute; left:0; top:1px; font-size:11px}
.product-more .pm-note{padding:0 16px 12px; font-size:12px; color:var(--muted); line-height:1.6}

/* =========================================================
   買う — 入荷・価格の注記カード
   ========================================================= */
.notice-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px}
@media (max-width:680px){.notice-grid{grid-template-columns:1fr}}
.notice-card{
  background:var(--cream); border:1px solid var(--border); border-radius:16px;
  padding:28px; text-align:center;
}
.notice-card .notice-icon{font-size:38px; margin-bottom:12px}
.notice-card h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:19px; color:var(--tea); margin-bottom:12px}
.notice-card p{font-size:14px; color:var(--muted); line-height:1.85; margin-bottom:10px}
.notice-card .notice-strong{
  font-size:15px; color:var(--yuzu-cta); font-weight:700; line-height:1.7;
  background:#fff; border:1px solid var(--yuzu-soft); border-radius:10px; padding:10px 14px;
}
.notice-card .notice-sub{font-size:12.5px; color:var(--muted); margin-bottom:0}

/* =========================================================
   食べる — 御膳カード
   ========================================================= */
.zen-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:26px}
@media (max-width:760px){.zen-grid{grid-template-columns:1fr}}
.zen-card{
  display:flex; flex-direction:column; background:#fff; text-decoration:none;
  border:1px solid var(--border); border-radius:18px; overflow:hidden;
  box-shadow:0 3px 14px rgba(43,43,43,.06);
  transition:transform .18s, box-shadow .18s;
}
.zen-card:hover{transform:translateY(-5px); box-shadow:0 14px 30px rgba(43,43,43,.13)}
.zen-visual{
  height:150px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,#E0C79A,#B25900);
}
.zen-visual.lunch{background:linear-gradient(135deg,#C9A96B,#8A5A1E)}
.zen-visual.tkg{background:linear-gradient(135deg,#E8C878,#C98A2E)}
.zen-visual.oyako{background:linear-gradient(135deg,#D9A959,#A65E14)}
.zen-visual.unagi{background:linear-gradient(135deg,#7B5A3A,#4A2E18)}
.zen-visual.curry{background:linear-gradient(135deg,#8FB86C,#3E6B2E)}
.zen-visual.tofu{background:linear-gradient(135deg,#F3EFE3,#C9BFA0)}
.zen-visual.yasai{background:linear-gradient(135deg,#A9C97E,#5C8A3A)}
.zen-visual::after{
  content:''; position:absolute; inset:0; opacity:.4; pointer-events:none;
  background:repeating-linear-gradient(115deg, rgba(255,255,255,.12) 0 8px, transparent 8px 20px);
}
.zen-visual .zen-icon{font-size:52px; position:relative; z-index:2; filter:drop-shadow(0 3px 8px rgba(0,0,0,.28))}
.zen-visual .zen-ph{position:absolute; left:12px; bottom:12px; z-index:3; margin-bottom:0}
.zen-visual .zen-badge{
  position:absolute; right:14px; top:14px; z-index:3;
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:11.5px; font-weight:700; letter-spacing:.05em;
  color:#fff; background:var(--yuzu-cta); border-radius:14px; padding:4px 12px;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
}
.zen-body{padding:22px 24px 24px; display:flex; flex-direction:column; flex:1}
.zen-head{
  display:flex; align-items:baseline; justify-content:space-between; gap:12px;
  flex-wrap:wrap; margin-bottom:8px;
}
.zen-head h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:20px; color:var(--tea)}
.zen-price{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:22px; font-weight:600;
  color:var(--yuzu-cta); white-space:nowrap;
}
.zen-price .tax{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:12px; font-weight:500; color:var(--muted); margin-left:3px}
.zen-copy{
  font-family:'Yomogi','Noto Serif JP',cursive; color:var(--brown);
  font-size:15.5px; margin-bottom:14px;
}
.zen-items{list-style:none; margin:0 0 14px; padding:0; display:flex; flex-direction:column; gap:7px}
.zen-items li{
  position:relative; padding-left:22px; font-size:14px; color:var(--text); line-height:1.7;
}
.zen-items li::before{
  content:''; position:absolute; left:0; top:.55em; width:12px; height:12px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M30 6C18 14 12 26 12 38c0 9 7 16 18 16s18-7 18-16C48 26 42 14 30 6z' fill='%237C9A6B'/%3E%3Cpath d='M30 12v40' stroke='%233A5A40' stroke-width='3' fill='none'/%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat;
}
.zen-note{margin-top:auto; font-size:13px; color:var(--muted); line-height:1.7; padding-top:4px}

/* =========================================================
   食べる — カフェ・甘味カード
   ========================================================= */
.sweets-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:22px}
.sweet-card{
  display:block; background:#fff; text-decoration:none;
  border:1px solid var(--border); border-radius:16px; padding:26px 24px;
  box-shadow:0 2px 10px rgba(43,43,43,.05); text-align:center;
  transition:transform .18s, box-shadow .18s;
}
.sweet-card:hover{transform:translateY(-4px); box-shadow:0 12px 26px rgba(43,43,43,.12)}
.sweet-card .sweet-icon{
  font-size:40px; width:76px; height:76px; margin:0 auto 14px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:radial-gradient(circle at 40% 35%, var(--leaf-soft), var(--leaf) 72%, var(--tea));
  border:3px solid var(--yuzu-soft);
}
.sweet-card h3{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:18px; color:var(--tea); margin-bottom:8px;
  display:flex; align-items:center; justify-content:center; gap:8px; flex-wrap:wrap;
}
.sweet-card p{font-size:13.5px; color:var(--muted); line-height:1.8}
.sweet-card .sweet-photo{display:none}
.sweet-card.has-photo .sweet-icon{display:none}
.sweet-card.has-photo .sweet-photo{
  display:block; width:76px; height:76px; margin:0 auto 14px; border-radius:50%;
  object-fit:cover; border:3px solid var(--yuzu-soft);
}
.season{
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:10.5px; font-weight:700; letter-spacing:.04em;
  padding:3px 10px; border-radius:12px; white-space:nowrap;
}
.season.summer{background:#DCEEF6; color:#2F5470}
.season.winter{background:var(--yuzu-soft); color:var(--yuzu-cta)}

/* =========================================================
   食べる — アレルギー・食品表示の注記
   ========================================================= */
.allergy-note{
  background:#FFF3D6; border:1px solid var(--yuzu-soft); border-left:5px solid var(--yuzu);
  border-radius:14px; padding:28px 30px;
}
.allergy-head{display:flex; align-items:center; gap:12px; margin-bottom:14px}
.allergy-head .allergy-icon{font-size:26px; flex-shrink:0}
.allergy-head h2{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:19px; color:#8A5A00; line-height:1.5}
.allergy-note p{font-size:14.5px; color:#6B4A10; line-height:1.9; margin-bottom:10px}
.allergy-note p:last-child{margin-bottom:0}
.allergy-note strong{color:#8A4500; font-weight:700}
.allergy-note .allergy-sub{font-size:13px; color:#8A6A2A}
@media (max-width:600px){.allergy-note{padding:22px 20px}}

/* =========================================================
   パンくず(汎用、複数ページで共有)
   ========================================================= */
.breadcrumb{max-width:1120px; margin:0 auto; padding:16px 24px 0; font-size:12.5px; color:var(--muted)}
.breadcrumb a{color:var(--tea); text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span{margin:0 6px; color:var(--border)}

/* =========================================================
   食べる — メニュー詳細ページ(お食事・カフェ甘味 共通)
   ========================================================= */
.menu-detail{max-width:720px; margin:0 auto}
.menu-detail-visual{
  height:220px; border-radius:18px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center; margin-bottom:28px;
  background:linear-gradient(135deg,#E0C79A,#B25900);
}
.menu-detail-visual.lunch{background:linear-gradient(135deg,#C9A96B,#8A5A1E)}
.menu-detail-visual.tkg{background:linear-gradient(135deg,#E8C878,#C98A2E)}
.menu-detail-visual.oyako{background:linear-gradient(135deg,#D9A959,#A65E14)}
.menu-detail-visual.unagi{background:linear-gradient(135deg,#7B5A3A,#4A2E18)}
.menu-detail-visual.curry{background:linear-gradient(135deg,#8FB86C,#3E6B2E)}
.menu-detail-visual.tofu{background:linear-gradient(135deg,#F3EFE3,#C9BFA0)}
.menu-detail-visual.yasai{background:linear-gradient(135deg,#A9C97E,#5C8A3A)}
.menu-detail-visual.sweet{background:radial-gradient(circle at 40% 35%, var(--leaf-soft), var(--leaf) 72%, var(--tea))}
.menu-detail-visual::after{
  content:''; position:absolute; inset:0; opacity:.4; pointer-events:none;
  background:repeating-linear-gradient(115deg, rgba(255,255,255,.12) 0 8px, transparent 8px 20px);
}
.menu-detail-visual.has-photo::after{opacity:.15}
.menu-detail-visual.has-photo .md-icon{display:none}
.menu-detail-visual img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0; z-index:1}
.menu-detail-visual .md-icon{font-size:80px; position:relative; z-index:2; filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}
/* 画像を切り抜かず全体をそのまま見せたい場合(チラシ・ポスター等の縦長画像向け)。
   固定高さ220px+object-fit:coverでの切り抜きをやめ、画像本来の縦横比のまま
   自然な高さで表示する。 */
.menu-detail-visual.full-image{height:auto; display:block; background:none; overflow:visible}
.menu-detail-visual.full-image::after{display:none}
.menu-detail-visual.full-image img{
  position:static; width:100%; height:auto; object-fit:contain; display:block; border-radius:18px;
}
.menu-detail-visual .md-badge{
  position:absolute; right:16px; top:16px; z-index:3;
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:12px; font-weight:700;
  color:#fff; background:var(--yuzu-cta); border-radius:14px; padding:5px 14px;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
}
.menu-detail-head{display:flex; align-items:baseline; justify-content:space-between; gap:14px; flex-wrap:wrap; margin-bottom:8px}
.menu-detail-head h1{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:clamp(24px,4vw,32px); color:var(--tea)}
.menu-detail-price{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:26px; font-weight:600; color:var(--yuzu-cta); white-space:nowrap}
.menu-detail-price .tax{font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13px; font-weight:500; color:var(--muted); margin-left:4px}
.menu-detail-copy{font-family:'Yomogi','Noto Serif JP',cursive; color:var(--brown); font-size:17px; margin-bottom:22px}
.menu-detail-sub{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:15px; color:var(--tea); margin-bottom:10px}
.menu-detail-items{list-style:none; margin:0 0 22px; padding:0; display:flex; flex-direction:column; gap:9px}
.menu-detail-items li{position:relative; padding-left:24px; font-size:15px; color:var(--text); line-height:1.8}
.menu-detail-items li::before{
  content:''; position:absolute; left:0; top:.5em; width:13px; height:13px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M30 6C18 14 12 26 12 38c0 9 7 16 18 16s18-7 18-16C48 26 42 14 30 6z' fill='%237C9A6B'/%3E%3Cpath d='M30 12v40' stroke='%233A5A40' stroke-width='3' fill='none'/%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat;
}
.menu-detail-note{font-size:14px; color:var(--muted); line-height:1.85; padding:16px 18px; background:var(--cream); border-radius:10px; margin-bottom:24px}
.menu-detail-visual-wrap{position:relative; display:flex; align-items:center}
.menu-detail-visual-wrap .menu-detail-visual{flex:1 1 auto; margin-left:44px; margin-right:44px; min-width:0}
.swipe-hint{
  position:absolute; top:50%; transform:translateY(-50%); z-index:5;
  width:42px; height:42px; border-radius:50%; border:none; padding:0; margin:0; box-sizing:border-box;
  -webkit-appearance:none; appearance:none;
  background:var(--yuzu-cta); box-shadow:0 4px 12px rgba(178,89,0,.45);
  cursor:pointer; -webkit-tap-highlight-color:transparent;
  animation:swipe-hint-pulse 1.8s ease-in-out infinite;
}
.swipe-hint::after{
  content:''; position:absolute; top:50%; left:50%; width:0; height:0;
  border-top:9px solid transparent; border-bottom:9px solid transparent;
}
.swipe-hint.prev{left:0; animation-name:swipe-hint-pulse-left}
.swipe-hint.prev::after{
  border-right:12px solid #fff; margin:-9px 0 0 -8px;
}
.swipe-hint.next{right:0; animation-name:swipe-hint-pulse-right}
.swipe-hint.next::after{
  border-left:12px solid #fff; margin:-9px 0 0 -4px;
}
@keyframes swipe-hint-pulse-left{
  0%,100%{transform:translateY(-50%) translateX(0) scale(1); opacity:.9}
  50%{transform:translateY(-50%) translateX(-5px) scale(1.08); opacity:1}
}
@keyframes swipe-hint-pulse-right{
  0%,100%{transform:translateY(-50%) translateX(0) scale(1); opacity:.9}
  50%{transform:translateY(-50%) translateX(5px) scale(1.08); opacity:1}
}
@media (max-width:400px){
  .menu-detail-visual-wrap .menu-detail-visual{margin-left:38px; margin-right:38px}
  .swipe-hint{width:36px; height:36px}
  .swipe-hint::after{border-top-width:7px; border-bottom-width:7px}
  .swipe-hint.prev::after{border-right-width:10px; margin:-7px 0 0 -7px}
  .swipe-hint.next::after{border-left-width:10px; margin:-7px 0 0 -3px}
}
.swipe-hint:focus-visible{outline:2px solid #fff; outline-offset:2px}
.swipe-hint-text{
  text-align:center; font-size:12.5px; color:var(--muted); margin:10px 0 22px;
}
.menu-detail-back{margin-top:36px; text-align:center}
.menu-detail-contact{
  margin-top:18px; padding-top:26px; border-top:1px solid var(--border);
  text-align:center; display:flex; flex-direction:column; align-items:center; gap:10px;
}
.menu-detail-contact .btn-primary{font-size:16px; padding:15px 30px}
.menu-detail-contact-note{font-size:13px; color:var(--muted); line-height:1.7}

/* =========================================================
   巡る(around) — 見どころカード
   ※ .page-hero(共通ヒーロー / .walk・.know・.en 等)は上部で定義済み
   ========================================================= */
.spot-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px}
@media (max-width:820px){.spot-grid{grid-template-columns:1fr}}
.spot-card{
  background:#fff; border:1px solid var(--border); border-radius:16px; overflow:hidden;
  box-shadow:0 3px 14px rgba(43,43,43,.06); transition:transform .18s, box-shadow .18s;
}
.spot-card:hover{transform:translateY(-5px); box-shadow:0 14px 28px rgba(43,43,43,.13)}
.spot-visual{
  height:180px; position:relative; overflow:hidden;
  background:linear-gradient(180deg,#cfe0c4 0%, #a7c48f 34%, #6f9459 62%, #3A5A40 100%);
}
.spot-visual .ph-tag{position:absolute; left:10px; top:10px; z-index:3}
/* 茶畑(畝の遠近) */
.spot-visual.tea-terrace::after{
  content:''; position:absolute; left:-10%; right:-10%; bottom:0; height:66%;
  background:repeating-linear-gradient(88deg,
    #35543B 0 12px, #43664A 12px 24px, #517457 24px 36px, #43664A 36px 48px);
  transform:perspective(460px) rotateX(56deg); transform-origin:bottom center;
}
/* 社寺(空 → 山なみ) */
.spot-visual.temple{background:linear-gradient(180deg,#bcd0dd 0%, #8fae9a 48%, #5c7d5f 100%)}
.spot-visual.shrine{background:linear-gradient(180deg,#cdd7e0 0%, #9db3ac 46%, #647f66 100%)}
.spot-visual.temple::after, .spot-visual.shrine::after{
  content:''; position:absolute; left:0; right:0; bottom:0; height:42%;
  background:linear-gradient(180deg, rgba(44,70,50,0), rgba(44,70,50,.4));
}
.spot-body{padding:22px 22px 26px}
.spot-body h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:20px; color:var(--tea); margin-bottom:10px}
.spot-body p{font-size:14px; color:var(--muted); line-height:1.85}

/* 外部リンク(送客)カード */
.link-card-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:900px; margin:0 auto}
@media (max-width:720px){.link-card-grid{grid-template-columns:1fr}}
.ext-card{
  display:flex; gap:18px; align-items:flex-start;
  background:#fff; border:1px solid var(--border); border-radius:18px; padding:28px;
  text-decoration:none; color:var(--text);
  box-shadow:0 3px 14px rgba(43,43,43,.06); transition:transform .18s, box-shadow .18s, border-color .18s;
}
.ext-card:hover{transform:translateY(-5px); box-shadow:0 16px 32px rgba(43,43,43,.15)}
.ext-card.primary{border-color:var(--yuzu); border-width:2px; background:linear-gradient(180deg,#fffdf8,#fff)}
.ext-mark{
  width:60px; height:60px; flex-shrink:0; border-radius:16px; font-size:30px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--leaf-soft),var(--leaf)); color:#fff;
}
.ext-card.primary .ext-mark{background:linear-gradient(135deg,var(--yuzu),var(--yuzu-cta))}
.ext-kicker{
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:11.5px; font-weight:700;
  letter-spacing:.08em; color:var(--yuzu-cta); display:block; margin-bottom:4px;
}
.ext-body h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:22px; color:var(--tea); margin-bottom:8px}
.ext-body h3 .ruby{font-size:.62em; color:var(--muted); font-weight:500; margin-left:4px}
.ext-body p{font-size:14px; color:var(--muted); line-height:1.85; margin-bottom:14px}
.ext-go{
  font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13.5px; font-weight:700; color:var(--yuzu-cta);
  display:inline-flex; align-items:center; gap:6px;
}
.ext-go::after{content:'↗'; transition:transform .18s}
.ext-card:hover .ext-go::after{transform:translate(2px,-2px)}

/* 体験カードのアイコン・案内文 */
.card-icon{font-size:38px; margin-bottom:10px; line-height:1}
.card-guide{
  margin-top:12px; font-size:13px; color:var(--yuzu-cta); font-weight:700;
  border-top:1px dashed var(--border); padding-top:12px;
}

/* 送客バンド(観光案内所へ) */
.guide-band{
  margin-top:40px; background:var(--cream); border:1px solid var(--cream-deep);
  border-radius:16px; padding:32px 28px; text-align:center;
}
.guide-band p{font-size:15px; line-height:1.9; color:var(--text); margin-bottom:22px}
.guide-cta{display:flex; gap:14px; justify-content:center; flex-wrap:wrap}
.btn-outline-dark{background:#fff; color:var(--tea); border:1.5px solid var(--tea)}
.btn-outline-dark:hover{background:var(--tea); color:#fff}

/* 免責注記 */
.disclaimer{
  margin-top:28px; font-size:13px; color:var(--muted); line-height:1.8;
  background:#fff; border-left:4px solid var(--yuzu); border-radius:6px; padding:12px 16px;
}

/* =========================================================
   知る(know) — メディア掲載実績
   ========================================================= */
.media-list{max-width:820px; margin:0 auto; list-style:none; display:flex; flex-direction:column; gap:2px}
.media-item{
  display:flex; gap:16px; align-items:flex-start; padding:20px 8px;
  border-bottom:1px solid var(--border);
}
.media-tag{
  flex-shrink:0; font-size:11.5px; font-weight:700; letter-spacing:.04em;
  padding:4px 12px; border-radius:14px; min-width:54px; text-align:center; color:#fff;
}
.media-tag.tv{background:#B25900}
.media-tag.mag{background:#6F4E37}
.media-tag.web{background:#3E6B8C}
.media-tag.radio{background:#3A5A40}
.media-date{
  flex-shrink:0; font-family:var(--font-body,'Noto Sans JP',sans-serif); font-size:13px;
  color:var(--muted); min-width:92px; padding-top:3px;
}
.media-body{display:flex; flex-direction:column; gap:3px}
.media-outlet{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:16px; color:var(--tea); font-weight:600}
.media-note{font-size:14px; color:var(--muted); line-height:1.75}
@media (max-width:560px){
  .media-item{flex-wrap:wrap; gap:8px 12px}
  .media-body{flex-basis:100%}
}

/* 取材受付 */
.press-intro{
  max-width:760px; margin:0 auto 12px; text-align:center;
  font-size:15.5px; line-height:2; color:var(--text);
}
.sub-heading{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:19px; color:var(--tea);
  max-width:820px; margin:40px auto 18px; padding-bottom:10px;
  border-bottom:2px solid var(--yuzu-soft);
}

/* 受付フロー */
.flow-steps{
  max-width:820px; margin:0 auto; list-style:none;
  display:grid; grid-template-columns:repeat(3,1fr); gap:40px;
}
@media (max-width:680px){.flow-steps{grid-template-columns:1fr; gap:38px}}
.flow-step{
  background:#fff; border:1px solid var(--border); border-radius:14px; padding:24px 22px;
  display:flex; gap:16px; align-items:flex-start; box-shadow:0 2px 10px rgba(43,43,43,.05);
  position:relative;
}
.flow-step:not(:last-child)::after{
  content:'→'; position:absolute; right:-32px; top:50%; transform:translateY(-50%);
  color:var(--yuzu); font-size:40px; font-weight:900; line-height:1; z-index:2;
  text-shadow:0 2px 3px rgba(43,43,43,.12); -webkit-text-stroke:1px var(--yuzu);
}
@media (max-width:680px){
  .flow-step:not(:last-child)::after{content:'↓'; right:50%; top:auto; bottom:-30px; transform:translateX(50%)}
}
.flow-num{
  flex-shrink:0; width:38px; height:38px; border-radius:50%;
  background:var(--tea); color:#fff; font-family:var(--font-heading,'Noto Serif JP',serif); font-weight:600;
  font-size:18px; display:flex; align-items:center; justify-content:center;
}
.flow-text h4{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:16px; color:var(--tea); margin-bottom:6px}
.flow-text p{font-size:13.5px; color:var(--muted); line-height:1.8}

/* 伝えていただきたい項目 */
.check-list{
  max-width:820px; margin:0 auto; list-style:none;
  display:grid; grid-template-columns:repeat(2,1fr); gap:10px 24px;
}
@media (max-width:680px){.check-list{grid-template-columns:1fr}}
.check-list li{
  position:relative; padding:8px 8px 8px 30px; font-size:14.5px; color:var(--text); line-height:1.7;
  border-bottom:1px solid var(--border);
}
.check-list li::before{
  content:'✓'; position:absolute; left:6px; top:8px; color:var(--yuzu-cta); font-weight:700;
}

/* お願い事項バンド */
.note-band{
  max-width:820px; margin:36px auto 0; background:#FFF8EC;
  border:1px solid var(--yuzu-soft); border-left:4px solid var(--yuzu);
  border-radius:10px; padding:22px 24px;
}
.note-band.soft{background:var(--cream); border-color:var(--cream-deep); border-left-color:var(--leaf)}
.note-band h4{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:16px; color:var(--brown); margin-bottom:10px}
.note-band.soft h4{color:var(--tea)}
.note-band ul{margin:0; padding-left:20px}
.note-band li{font-size:14px; color:var(--text); line-height:1.85; margin-bottom:4px}
.btn-primary-tea{background:var(--tea)}
.btn-primary-tea:hover{background:var(--tea-deep); box-shadow:0 9px 24px rgba(44,70,50,.4)}
.tel-inline{color:var(--yuzu-cta); font-weight:700; text-decoration:none}
.tel-inline:hover{text-decoration:underline}

/* 撮影・SNS歓迎 */
.sns-welcome{
  max-width:820px; margin:0 auto; display:flex; gap:24px; align-items:center;
  background:linear-gradient(135deg,#fffdf8,#fff);
  border:2px solid var(--yuzu-soft); border-radius:18px; padding:30px 28px;
}
@media (max-width:560px){.sns-welcome{flex-direction:column; text-align:center; gap:14px}}
.sns-icon{
  flex-shrink:0; width:76px; height:76px; border-radius:20px; font-size:38px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--yuzu),var(--yuzu-cta)); color:#fff;
}
.sns-text h3{font-family:var(--font-heading,'Noto Serif JP',serif); font-size:19px; color:var(--yuzu-cta); margin-bottom:8px; line-height:1.6}

/* ============== メニュー表バナー + 全画面ギャラリー ============== */
.menu-gallery-banner{
  display:flex; align-items:center; gap:14px; width:100%; max-width:520px; margin:30px auto 0;
  padding:22px 26px; border:none; border-radius:18px; cursor:pointer;
  background:linear-gradient(135deg,var(--yuzu,#e08a2e),var(--yuzu-cta,#c9691a));
  color:#fff; box-shadow:0 10px 26px rgba(0,0,0,.18);
  transition:transform .15s ease, box-shadow .15s ease;
}
.menu-gallery-banner:hover{transform:translateY(-3px); box-shadow:0 14px 32px rgba(0,0,0,.22)}
.menu-gallery-banner:active{transform:translateY(0)}
.menu-gallery-banner .mgb-icon{font-size:30px; flex-shrink:0}
.menu-gallery-banner .mgb-text{flex:1; text-align:left; font-size:21px; font-weight:700; letter-spacing:.02em}
.menu-gallery-banner .mgb-arrow{font-size:26px; flex-shrink:0; opacity:.85}

.menu-gallery-modal{
  position:fixed; inset:0; z-index:2000; background:#0c0c0c;
  display:flex; flex-direction:column;
}
.menu-gallery-modal .mg-viewport{
  position:relative; flex:1 1 auto; min-height:0;
}
.menu-gallery-modal .mg-track{
  display:flex; width:100%; height:100%; overflow-x:auto; overflow-y:hidden;
  scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain; scrollbar-width:none;
}
.menu-gallery-modal .mg-track::-webkit-scrollbar{display:none}
.menu-gallery-modal .mg-page{
  flex:0 0 100%; width:100%; height:100%; scroll-snap-align:center;
  display:flex; align-items:center; justify-content:center; box-sizing:border-box; padding:18px;
  background-color:#fff; background-size:contain; background-repeat:no-repeat; background-position:center;
}
.menu-gallery-modal .mg-empty-hint{
  display:none; color:rgba(255,255,255,.6); font-size:18px; text-align:center;
  flex-direction:column; align-items:center; gap:10px; cursor:pointer;
}
.menu-gallery-modal .mg-page.mg-empty{background-color:transparent}
.menu-gallery-modal .mg-page.mg-empty .mg-empty-hint{display:flex}
.menu-gallery-modal .mg-empty-icon{font-size:44px; opacity:.6}
.menu-gallery-modal .mg-close{
  position:absolute; top:18px; right:18px; z-index:5; width:48px; height:48px; border-radius:50%;
  border:none; background:rgba(255,255,255,.14); color:#fff; font-size:22px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.menu-gallery-modal .mg-close:hover{background:rgba(255,255,255,.26)}
.menu-gallery-modal .mg-nav{
  position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:52px; height:52px; border-radius:50%;
  border:none; background:rgba(255,255,255,.14); color:#fff; font-size:28px; cursor:pointer;
  display:flex; align-items:center; justify-content:center; line-height:1;
}
.menu-gallery-modal .mg-nav:hover{background:rgba(255,255,255,.26)}
.menu-gallery-modal .mg-nav:disabled{opacity:.25; cursor:default}
.menu-gallery-modal .mg-prev{left:14px}
.menu-gallery-modal .mg-next{right:14px}
.menu-gallery-modal .mg-indicator{
  position:absolute; bottom:20px; left:50%; transform:translateX(-50%); z-index:5;
  color:#fff; font-size:15px; background:rgba(255,255,255,.14); padding:8px 18px; border-radius:999px;
  letter-spacing:.04em;
}
@media (max-width:640px){
  .menu-gallery-modal .mg-nav{width:44px; height:44px; font-size:24px}
  .menu-gallery-modal .mg-close{width:44px; height:44px}
}
.menu-gallery-modal .mg-footer{
  flex:0 0 auto; background:#151515; padding:16px 20px 22px; text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  border-top:1px solid rgba(255,255,255,.1);
}
.menu-gallery-modal .mg-footer .btn{font-size:15px; padding:13px 26px}
.menu-gallery-modal .mg-footer-note{font-size:12.5px; color:rgba(255,255,255,.6); line-height:1.7}
.sns-text p{font-size:14.5px; color:var(--muted); line-height:1.85}

/* =========================================================
   見る(写真ギャラリー)
   ========================================================= */
.gallery-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:16px}
.gallery-card{
  display:block; width:100%; background:none; border:none; padding:0; margin:0;
  cursor:pointer; text-align:left; font:inherit; -webkit-tap-highlight-color:transparent;
}
.gallery-thumb{
  position:relative; aspect-ratio:4/3; border-radius:14px; overflow:hidden;
  background:linear-gradient(135deg, var(--leaf-soft), var(--leaf) 70%, var(--tea));
  background-size:cover; background-position:center;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 10px rgba(43,43,43,.08);
  transition:transform .18s, box-shadow .18s;
}
.gallery-card:hover .gallery-thumb{transform:translateY(-3px); box-shadow:0 10px 22px rgba(43,43,43,.16)}
.gallery-thumb-icon{font-size:30px; opacity:.55; position:relative; z-index:1; filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}
.gallery-thumb .ph-tag{position:absolute; left:8px; bottom:8px; z-index:2; font-size:10.5px; padding:3px 8px}
.gallery-thumb.has-photo .gallery-thumb-icon, .gallery-thumb.has-photo .ph-tag{display:none}
.gallery-caption{display:block; margin-top:9px; font-size:13px; color:var(--text); text-align:center}
.gallery-note{text-align:center; margin-top:30px}

/* =========================================================
   バッジ詳細ページ(認定・称号の解説)
   ========================================================= */
.fact-summary{
  background:#fff; border-left:4px solid var(--yuzu); border-radius:6px;
  padding:20px 22px; font-size:15px; line-height:1.9; color:var(--text); margin:0 0 8px;
}
.confidence-tag{
  display:inline-block; font-size:11.5px; font-weight:700; padding:3px 11px; border-radius:12px;
  margin-left:10px; vertical-align:middle; white-space:nowrap;
}
.confidence-tag.high{background:#E3EFDD; color:#2C4632}
.confidence-tag.mid{background:#FFF3D6; color:#8A5A00}
.badge-detail-section{margin-top:44px}
.badge-detail-section h2{
  font-family:var(--font-heading,'Noto Serif JP',serif); font-size:22px; color:var(--tea); margin-bottom:16px;
}
.badge-detail-section > p{font-size:15px; line-height:1.95; color:var(--text); margin-bottom:14px}
.note-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px}
.note-list li{
  position:relative; padding-left:22px; font-size:14.5px; color:var(--text); line-height:1.85;
}
.note-list li::before{content:'・'; position:absolute; left:0; color:var(--yuzu-cta); font-weight:700}
.source-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px}
.source-list li{font-size:13px; color:var(--muted); line-height:1.7}
.source-list a{color:var(--tea); word-break:break-all; text-decoration:underline}
/* 外部サイトへのリンクであることが分かるよう、小さな矢印アイコンを添える */
.source-list a[target="_blank"]::after{
  content:'\2197'; display:inline-block; margin-left:3px;
  text-decoration:none; font-size:.9em; color:var(--muted);
}
.caveat-box{
  margin-top:10px; font-size:13.5px; color:var(--muted); line-height:1.85;
  background:var(--cream); border-radius:10px; padding:16px 18px;
}
.stat-table{
  width:100%; border-collapse:collapse; background:#fff; border-radius:14px; overflow:hidden;
  box-shadow:0 2px 10px rgba(43,43,43,.05); margin-bottom:18px; font-size:13.5px;
}
.stat-table th, .stat-table td{padding:10px 14px; text-align:center; border-bottom:1px solid var(--border)}
.stat-table thead th{background:var(--tea); color:#fff; font-weight:500; white-space:nowrap}
.stat-table tbody tr:last-child th, .stat-table tbody tr:last-child td{border-bottom:none}
.stat-table tbody th{background:var(--cream); font-weight:600; white-space:nowrap; text-align:left}
.stat-table tbody tr.highlight{background:#FFF3D6}
.stat-table-scroll{overflow-x:auto; margin-bottom:18px}
.stat-table-scroll .stat-table{margin-bottom:0; min-width:480px}
.gallery-thumb.drone-thumb{background:linear-gradient(135deg,#3A5A40,#1a2b1e)}
.gallery-thumb.drone-thumb .gallery-thumb-icon{color:#fff}
.gallery-thumb.drone-thumb.has-video .gallery-thumb-icon,
.gallery-thumb.drone-thumb.has-video .ph-tag{display:none}
.drone-play-badge{
  position:absolute; right:8px; bottom:8px; z-index:2; width:26px; height:26px; border-radius:50%;
  background:rgba(178,89,0,.9); color:#fff; font-size:12px;
  display:flex; align-items:center; justify-content:center; padding-left:2px;
}
.drone-lightbox-stage{
  position:relative; width:100%; height:100%; display:flex; align-items:center; justify-content:center;
}
.drone-lightbox-video{
  position:relative; width:100%; max-width:900px; aspect-ratio:16/9; margin:0 24px;
  border-radius:12px; overflow:hidden; background:#111;
}
.drone-lightbox-video iframe{position:absolute; inset:0; width:100%; height:100%; border:0}
.drone-lightbox-video .mg-empty-hint{position:absolute; inset:0}
