/* =====================================================================
   skin-family.css  ―  ファミリー層向け“温かいスキン”（Step1: コードのみ）
   既存テーマCSSの後に読み込んで上書きする差分レイヤー。
   装飾イラスト・写真は別途（Step2）。ここは配色/角丸/余白/質感/区切り。
   ===================================================================== */

:root {
  --color-bg: #fbf6ea;            /* 温かいクリーム */
  --skin-cream: #fbf6ea;
  --skin-cream-2: #f6efdc;
  --skin-green-tint: #edf4df;     /* やわらかい黄緑 */
  --skin-peach: #fdeede;          /* やわらかい桃 */
  --skin-sky: #e9f3f1;            /* やわらかいティール */
  --radius: 22px;
  --radius-lg: 28px;
  --skin-shadow: 0 6px 20px rgba(120, 90, 40, .10);
  --skin-shadow-hover: 0 12px 28px rgba(120, 90, 40, .16);
}

body { background: #fffdf9; }   /* 基本は白場（ほんのり温かい白） */

/* ---- 白場ベース：全セクション白。楽しさは装飾イラストで出す ---- */
.now-open,
.seasonal-fruits,
.harvest-calendar,
.guide,
.news { background: #ffffff !important; }

/* 今、行ける農園：白地に水彩デコを散らす */
.now-open {
  position: relative;
  overflow: hidden;
}

/* デコ層（左右上下に散らす・適度な配置） */
.now-open-deco-layer { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.now-open-deco {
  position: absolute;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(120,90,40,.10));
  opacity: .9;
}
/* デコは全体的に小さめ＝控えめなアクセント */
.now-open-deco--strawberry-tl { top: clamp(16px, 2.5vw, 36px);  left:  clamp(16px, 2vw, 36px);  width: clamp(40px, 4.5vw, 64px); transform: rotate(-8deg); }
.now-open-deco--leaf-tl       { top: clamp(80px, 8vw, 120px);    left:  clamp(8px, 1vw, 20px);   width: clamp(24px, 2.6vw, 36px); opacity: .7; transform: rotate(-20deg); }
.now-open-deco--grapes-tr     { top: clamp(28px, 3vw, 50px);     right: clamp(20px, 2.5vw, 50px); width: clamp(36px, 4vw, 56px); transform: rotate(10deg); }
.now-open-deco--clover-mr     { top: 40%; right: clamp(6px, 1vw, 18px); width: clamp(24px, 2.6vw, 36px); opacity: .65; }
.now-open-deco--mikan-bl      { bottom: clamp(30px, 4vw, 70px);  left:  clamp(8px, 1.5vw, 30px); width: clamp(30px, 3.5vw, 48px); transform: rotate(-12deg); }
.now-open-deco--sprout-br     { bottom: clamp(80px, 9vw, 140px); right: clamp(2%, 4vw, 56px);   width: clamp(22px, 2.4vw, 32px); opacity: .65; transform: rotate(20deg); }
.now-open-deco--strawberry-br { bottom: clamp(20px, 3vw, 50px);  right: clamp(14px, 2vw, 40px); width: clamp(36px, 4vw, 56px); transform: rotate(12deg); }

/* 中身はデコの上 */
.now-open > .l-container { position: relative; z-index: 1; }

@media (max-width: 768px) {
  /* モバイルはデコを減らし、サイズもさらに控えめに */
  .now-open-deco--leaf-tl,
  .now-open-deco--clover-mr,
  .now-open-deco--sprout-br { display: none; }
  .now-open-deco--strawberry-tl { width: 30px; top: 14px; left: 6px; }
  .now-open-deco--grapes-tr     { width: 28px; top: 18px; right: 6px; }
  .now-open-deco--mikan-bl      { width: 26px; bottom: 40px; }
  .now-open-deco--strawberry-br { width: 30px; bottom: 26px; right: 6px; }
}

/* 地図セクションはクリーム地で柔らかさを出す（雲・木・太陽の散らしと相性◎） */
.osaka-map {
  background: var(--skin-cream) !important;
  position: relative;
  overflow: hidden;
  /* 曲線セパレータ分のスペースを確保（中身が曲線とかぶらないように） */
  padding-top:    calc(var(--space-2xl) + clamp(26px, 3.1vw, 52px)) !important;
  padding-bottom: calc(var(--space-2xl) + clamp(26px, 3.1vw, 52px)) !important;
}
/* 上下の曲線セパレータ（ヒーロー下端と同じトレース曲線・白fillで隣接の白セクションとつなぐ） */
.osaka-map::before,
.osaka-map::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: clamp(34px, 3.4vw, 50px);              /* ヒーローと同じ抑えめサイズ */
  z-index: 6;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%23ffffff'/></svg>") no-repeat;
  background-size: 100% 100%;
}
/* 上端：曲線が下を向く（白が上・クリームが下） → SVGを上下反転 */
.osaka-map::before {
  top: -1px;
  transform: scaleY(-1);
}
/* 下端：曲線が上を向く（クリームが上・白が下） → SVGをそのまま */
.osaka-map::after {
  bottom: -1px;
}

.section { position: relative; overflow: hidden; }

/* ---- 共通：各セクション 4隅の小さな水彩デコ（軽量・控えめ） ---- */
.section { position: relative; }
.section-deco-layer {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-deco {
  position: absolute;
  display: block;
  width: clamp(28px, 3.2vw, 48px);
  opacity: .85;
  filter: drop-shadow(0 3px 8px rgba(120,90,40,.08));
}
.section-deco--tl { top: clamp(16px, 2vw, 32px); left:  clamp(16px, 2vw, 32px); transform: rotate(-8deg); }
.section-deco--tr { top: clamp(16px, 2vw, 32px); right: clamp(16px, 2vw, 32px); transform: rotate(10deg); }
.section-deco--bl { bottom: clamp(16px, 2vw, 32px); left:  clamp(16px, 2vw, 32px); transform: rotate(8deg); }
.section-deco--br { bottom: clamp(16px, 2vw, 32px); right: clamp(16px, 2vw, 32px); transform: rotate(-10deg); }

@media (max-width: 768px) {
  /* モバイルは右上と左下だけ残す（読みやすさ優先） */
  .section-deco--tr { display: none; }
  .section-deco--br { display: none; }
  .section-deco { width: 24px; }
}

/* 中身がデコの上に来るように（既存sectionも対象） */
.section > .l-container,
.section > .table-scroll { position: relative; z-index: 1; }

/* =====================================================================
   ヘッダー：白→クリーム＋丸ゴシック＋緩いシャドウ
   ===================================================================== */
.header {
  background-color: var(--skin-cream) !important;
  border-bottom: 0 !important;
  box-shadow: 0 2px 12px rgba(120,90,40,.06);
  backdrop-filter: blur(8px);
}
.header__logo {
  color: var(--green-900) !important;
  font-family: var(--font-display);
  letter-spacing: .02em;
  position: relative;
}
/* 2026-08-18 ロゴを画像に差し替えたため、左の葉アイコンは廃止。
   ロゴ自体に植物の意匠が入っており、並べると重複してノイズになる。 */
.header__nav-item {
  color: var(--green-900) !important;
  font-family: var(--font-display);
  font-weight: 600;
  position: relative;
  transition: color .2s ease;
  padding: 4px 2px;
}
.header__nav-item:hover { color: var(--orange-500) !important; }
.header__nav-item::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -4px;
  width: 0; height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), #ff7e54);
  transition: width .2s ease, left .2s ease;
}
.header__nav-item:hover::after { width: 100%; left: 0; }
@media (max-width: 768px) {
  /* モバイル時はクリーム背景のドロップダウンに */
  .header__nav.is-open {
    background: var(--skin-cream);
    box-shadow: 0 8px 22px rgba(120,90,40,.10);
    border-radius: 0 0 20px 20px;
  }
  .header__nav-item::after { display: none; }
}

/* =====================================================================
   フッター：ダーク→深緑グラデ＋クリーム文字＋上端曲線
   ===================================================================== */
.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1a3826 0%, #0d2415 100%) !important;
  color: #f5efe2 !important;
  padding: clamp(64px, 8vw, 96px) 0 clamp(24px, 3vw, 36px) !important;
  margin-top: 0 !important;
}
/* フッター上端の曲線（隣接セクションから流れ込む） */
.footer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -1px;
  height: clamp(28px, 2.8vw, 44px);
  z-index: 6;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%231a3826'/></svg>") no-repeat;
  background-size: 100% 100%;
  transform: scaleY(-1);
}
/* タイトル＆見出し */
.footer__title {
  color: #f5efe2 !important;
  font-family: var(--font-display);
  position: relative;
  padding-left: 28px;
  letter-spacing: .03em;
}
.footer__title::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  width: 22px; height: 22px;
  background: url("../img/deco/clover.png") no-repeat center / contain;
  opacity: .9;
}
.footer__desc { color: rgba(245,239,226,.80) !important; line-height: 1.9; }
.footer__nav-title {
  color: #f5efe2 !important;
  font-family: var(--font-display);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px !important;
  letter-spacing: .04em;
}
.footer__nav-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), #ff7e54);
}
.footer__nav-item a {
  color: rgba(245,239,226,.85) !important;
  transition: color .2s ease, transform .2s ease;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
}
.footer__nav-item a:hover {
  color: #fff !important;
  transform: translateX(4px);
}
.footer__copyright {
  color: rgba(245,239,226,.55) !important;
  border-top-color: rgba(245,239,226,.12) !important;
  font-family: var(--font-display);
  letter-spacing: .04em;
}
.footer__notice {
  color: rgba(245,239,226,.65) !important;
}

/* フッターデコ：ダーク背景＋クリーム系イラスト用に影調整 */
.footer-deco-layer { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.footer-deco { position: absolute; display: block; opacity: .65; filter: drop-shadow(0 3px 8px rgba(0,0,0,.30)); }
.footer-deco--leaf-tl       { top: 40px;    left:  20px;  width: clamp(22px, 2.4vw, 32px); transform: rotate(-12deg); }
.footer-deco--clover-tr     { top: 36px;    right: 24px;  width: clamp(26px, 2.8vw, 36px); transform: rotate(8deg); opacity: .55; }
.footer-deco--strawberry-br { bottom: 60px; right: 18px;  width: clamp(26px, 2.8vw, 36px); transform: rotate(10deg); opacity: .7; }
.footer__inner { position: relative; z-index: 1; }

/* ---- 地図セクション 装飾レイヤー（雲・木・太陽） ---- */
.osaka-map-deco-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.osaka-map-deco {
  position: absolute;
  display: block;
  filter: drop-shadow(0 3px 6px rgba(80,60,20,.06));
}
/* 統一サイズ：小さめのアクセント（軽量・控えめ・ページ読込にも配慮） */
.osaka-map-deco--sun       { top: clamp(14px, 1.8vw, 28px); right: clamp(20px, 3vw, 48px); width: clamp(36px, 4vw, 56px); }
.osaka-map-deco--tree-tl   { top: clamp(40px, 5vw, 76px);   left:  clamp(12px, 2vw, 32px); width: clamp(32px, 3.8vw, 50px); opacity: .85; }
.osaka-map-deco--cloud-l1  { top: clamp(70px, 8vw, 110px);  left:  clamp(30px, 4vw, 64px); width: clamp(40px, 4.8vw, 64px); opacity: .8; }
.osaka-map-deco--cloud-l2  { top: clamp(180px, 20vw, 300px); left: clamp(8px, 1.4vw, 28px); width: clamp(36px, 4.2vw, 56px); opacity: .75; }
.osaka-map-deco--cloud-r1  { top: clamp(90px, 11vw, 160px); right: clamp(18%, 22vw, 320px); width: clamp(36px, 4.2vw, 56px); opacity: .78; }
.osaka-map-deco--cloud-r2  { top: clamp(220px, 24vw, 340px); right: clamp(28px, 4vw, 64px); width: clamp(42px, 5vw, 64px); opacity: .8; }
.osaka-map-deco--tree-bl   { bottom: clamp(22px, 3vw, 44px); left:  clamp(14px, 2.2vw, 40px); width: clamp(30px, 3.6vw, 48px); opacity: .85; }
.osaka-map-deco--tree-ml   { bottom: clamp(50px, 6vw, 90px);  left: 28%; width: clamp(26px, 3.2vw, 42px); opacity: .75; }
.osaka-map-deco--tree-br   { bottom: clamp(20px, 3vw, 44px); right: clamp(40%, 46vw, 660px); width: clamp(28px, 3.4vw, 44px); opacity: .8; }

@media (max-width: 768px) {
  /* モバイルは装飾を間引き、メイン地図の視認性を守る */
  .osaka-map-deco--cloud-l2,
  .osaka-map-deco--cloud-r1,
  .osaka-map-deco--tree-ml,
  .osaka-map-deco--tree-br { display: none; }
  .osaka-map-deco--sun     { top: 10px; right: 12px; width: 48px; }
  .osaka-map-deco--tree-tl { top: 56px; left: 8px;  width: 40px; }
  .osaka-map-deco--cloud-l1{ top: 110px; left: 8px;  width: 56px; }
  .osaka-map-deco--cloud-r2{ bottom: 30px; right: 10px; width: 56px; top: auto; }
  .osaka-map-deco--tree-bl { bottom: 18px; left: 12px; width: 36px; }
}

/* 地図の背後にやわらかい“ブロブ”（白場に少しだけ抜け感） */
.osaka-map__container { position: relative; }
.osaka-map__container::before {
  content: "";
  position: absolute;
  left: -4%; top: 6%;
  width: 56%; height: 92%;
  background: #f3f7ec;
  border-radius: 48% 52% 56% 44% / 52% 46% 54% 48%;
  z-index: 0;
}
.osaka-map__figure, .osaka-map__cards { position: relative; z-index: 1; }

/* ---- 波形の区切り（セクション間をやわらかく繋ぐ） ---- */
.skin-wave {
  display: block;
  width: 100%;
  height: 56px;
  margin: -1px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.skin-wave--cream  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path d='M0,32 C240,64 480,0 720,16 C960,32 1200,64 1440,24 L1440,56 L0,56 Z' fill='%23fbf6ea'/></svg>"); }
.skin-wave--green  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path d='M0,32 C240,64 480,0 720,16 C960,32 1200,64 1440,24 L1440,56 L0,56 Z' fill='%23edf4df'/></svg>"); }
.skin-wave--peach  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path d='M0,32 C240,64 480,0 720,16 C960,32 1200,64 1440,24 L1440,56 L0,56 Z' fill='%23fdeede'/></svg>"); }
.skin-wave--sky    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path d='M0,32 C240,64 480,0 720,16 C960,32 1200,64 1440,24 L1440,56 L0,56 Z' fill='%23e9f3f1'/></svg>"); }
.skin-wave--white  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path d='M0,32 C240,64 480,0 720,16 C960,32 1200,64 1440,24 L1440,56 L0,56 Z' fill='%23ffffff'/></svg>"); }


/* ---- 見出し（丸ゴシック＋チップ＋アクセント下線） ---- */
.section__title-en {
  display: inline-block;
  background: #fff;
  color: var(--green-700);
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  letter-spacing: .12em;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.section__title {
  font-family: var(--font-display);
  color: var(--green-900);
}
.section__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--orange-500), var(--coral-400));
}
.section__lead { color: var(--color-text-sub); }

/* ---- カード類：丸み＆やわらかい影＆ホバーで浮く ---- */
.guide-card,
.fruit-tile,
.area-card,
.farm-card,
.now-open__list > a,
.now-open__list > article {
  border-radius: var(--radius) !important;
  box-shadow: var(--skin-shadow) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* 農園カード（farm-card）：角丸を強める／画像と本文の境目を曲線化／タグやアイコンに"ぷっくり感" */
.farm-card {
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;  /* 子の image / body をそれぞれ独立カード見せにするため透明 */
  overflow: visible !important;       /* 本文の上端角丸が見えるよう */
  box-shadow: none !important;
}
.farm-card:hover {
  transform: translateY(-4px);
}
/* 画像：上角のみ角丸、下は直線（本文の角丸でえぐられる前提） */
.farm-card__image {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}
/* 本文：上下角丸＋画像と重ねて、上角丸が画像下を"えぐる"V字谷を作る */
.farm-card__body {
  background: #ffffff !important;
  padding: 18px 18px 18px !important;
  margin-top: -16px;               /* 画像下に食い込ませる */
  border-radius: 20px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(120,90,40,.10);
}
.farm-card__area {
  display: inline-block;
  background: var(--skin-green-tint, #edf4df);
  color: var(--green-900);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.farm-card__name {
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: 1.7rem;
  line-height: 1.35;
}
/* 期間：emoji 🗓 を撤去し、テキストのみのクリーンなピル表記に */
.farm-card__period::before { content: "" !important; margin-right: 0 !important; }
.farm-card__period {
  display: inline-flex;
  align-items: center;
  background: var(--skin-cream-2, #f6efdc);
  color: var(--green-900);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 1.2rem;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.06);
  font-weight: 600;
}
/* タグ：丸ピル（水彩テイストに合わせて inset shadow 撤去・柔らかく） */
.farm-card__tag {
  border-radius: 999px !important;
  padding: 4px 12px !important;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(120,90,40,.08);
}
.farm-card__excerpt { color: rgba(0,0,0,.62); }

/* お知らせ：区切り線をフェルトの縫い目みたいなゆるい破線に
   front-page は .news__item / 一覧テンプレは .news-list__item の両対応 */
.news__item,
.news-list__item {
  border-bottom: 0 !important;
  background-image: linear-gradient(to right, rgba(120,90,40,.45) 50%, transparent 50%) !important;
  background-size: 10px 2px !important;       /* 5px dash + 5px gap */
  background-repeat: repeat-x !important;
  background-position: left bottom !important;
}
.news__item:last-child,
.news-list__item:last-child { background-image: none !important; }

/* 404ページ */
.error-404 { max-width: 720px !important; padding: var(--space-2xl) var(--space-md) !important; }
.error-404__inner {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 48px);
  box-shadow: 0 8px 22px rgba(120,90,40,.10);
}
.error-404__icon { display: none !important; }   /* アイコン非表示 */
.error-404__lead { font-size: 1.4rem; color: var(--color-text-sub); margin-bottom: clamp(24px, 4vw, 36px); }
.error-404__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* お知らせ一覧（news archive）：エディトリアル化 */
.news-archive { max-width: 880px !important; padding: var(--space-2xl) var(--space-md) !important; }
.news-list__link {
  border-radius: 16px;
  padding: 22px 18px !important;
  transition: all .2s ease;
  margin: 4px 0;
}
.news-list__link:hover {
  background: var(--skin-cream) !important;
  transform: translateX(6px);
}
.news-list__date {
  font-family: var(--font-display);
  color: var(--green-700) !important;
  font-weight: 700;
  font-size: 1.3rem !important;
  position: relative;
  padding-left: 18px;
}
.news-list__date::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 2px 4px rgba(243,152,0,.30);
}
.news-list__title {
  font-family: var(--font-display);
  color: var(--green-900) !important;
  font-size: 1.55rem !important;
}
.news-list__excerpt { color: rgba(0,0,0,.55) !important; }

/* 楽しみ方カード（guide-card）：farm-cardと同じ "2枚重ね" の谷間レイアウト */
.guide-card {
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  overflow: visible !important;
  box-shadow: none !important;
}
.guide-card:hover {
  transform: translateY(-4px);
}
.guide-card__image {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}
.guide-card__body {
  background: #ffffff !important;
  padding: 18px 20px 20px !important;
  margin-top: -16px;               /* 画像下に食い込ませてV字 */
  border-radius: 20px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(120,90,40,.10);
}
.guide-card__title {
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: 1.7rem;
  line-height: 1.35;
}
.guide-card__desc { color: rgba(0,0,0,.62); }

/* ステータスバッジ（カード内）も同じ水彩テイストに */
.farm-card__badge {
  border-radius: 999px !important;
  padding: 4px 12px !important;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(120,90,40,.12);
}
.guide-card:hover,
.fruit-tile:hover,
.area-card:hover,
.farm-card:hover,
.now-open__list > a:hover,
.now-open__list > article:hover {
  transform: translateY(-4px);
  box-shadow: var(--skin-shadow-hover) !important;
}

.osaka-map__figure { border-radius: var(--radius-lg); }

/* ---- ボタン：ピル＆あたたかいグラデ ---- */
.btn { border-radius: var(--radius-pill) !important; font-family: var(--font-display); }
.btn--primary { background: var(--green-700); }
.btn--accent {
  background: linear-gradient(95deg, var(--orange-500), #ff7e54);
  box-shadow: 0 6px 16px rgba(243,152,0,.32);
}
.btn--outline { border-radius: var(--radius-pill) !important; }

/* ---- ヒーロー：下端を“曲線”で抜く（KVの肝・カンプ実測のなだらかな非対称スウープ） ---- */
.hero { position: relative; }
.hero__inner { position: relative; z-index: 4; }
/* 曲線は専用要素 .hero-wave で描画（.img-guide のプレースホルダーが .hero::after を奪うため衝突回避） */
.hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  /* 高さは抑える＝画像表示割合をPCで回復。形状はゆったり1波を維持 */
  height: clamp(34px, 3.4vw, 50px);
  z-index: 5;
  pointer-events: none;
  /* なめらかな1波の曲線（参考デザインに合わせ広く・低振幅）。
     viewBox高=振幅+余白。 中央が低く左右が高い・左右非対称で柔らかさを残す */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%23ffffff'/></svg>") no-repeat;
  background-size: 100% 100%;
}
.hero__catch { font-family: var(--font-display); }
.hero__search-input { border-radius: var(--radius-pill); }
.hero__search .btn { border-radius: var(--radius-pill); }

/* ---- ヒーロー水彩デコ層（カンプ準拠：ガーランド＝左上／いちご＝左下 の2点のみ） ---- */
.hero-deco-layer { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.hero-deco { position: absolute; display: block; filter: drop-shadow(0 4px 8px rgba(80,60,20,.10)); }
.hero-deco--bunting    { top: -2px; left: 0; width: min(38vw, 360px); }
.hero-deco--strawberry { left: 2%; bottom: clamp(54px, 7vw, 84px); width: min(12vw, 116px); }

@media (max-width: 768px) {
  .hero-deco--bunting    { width: 220px; }
  .hero-deco--strawberry { width: 78px; bottom: 56px; }
}

/* ---- 収穫カレンダー：表の角ばりを和らげる（角丸・チップ・余白・影） ---- */
.harvest-calendar .table-scroll {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(120, 90, 40, .08);
}
.harvest-calendar__table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff;
}
/* 全セルのハードな枠線を排除し、薄い区切りに置き換え */
.harvest-calendar__table th,
.harvest-calendar__table td {
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.04) !important;
  padding: 12px 10px !important;
  vertical-align: middle;
}
.harvest-calendar__table tbody tr:last-child td { border-bottom: 0 !important; }

/* ヘッダー：濃緑→やわらかな緑、外周角丸も継承 */
.harvest-calendar__table thead th {
  background: var(--green-500) !important;
  font-family: var(--font-display);
  font-weight: 700;
  border-bottom: 0 !important;
}
.harvest-calendar__table thead th:first-child { border-top-left-radius: 22px; }
.harvest-calendar__table thead th:last-child  { border-top-right-radius: 22px; }

/* 品目セル：左列にクリーム地＋アイコン inline */
.harvest-calendar__table .fruit-name {
  background: var(--skin-cream) !important;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  font-family: var(--font-display);
  color: var(--green-900);
}
.fruit-name__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}
.fruit-name__text { display: inline-block; }
.harvest-calendar__table tbody tr:first-child .fruit-name { border-top-left-radius: 0; }
.harvest-calendar__table tbody tr:last-child  .fruit-name { border-bottom-left-radius: 22px; }
.harvest-calendar__table tbody tr:last-child  td:last-child { border-bottom-right-radius: 22px; }

/* アクティブセル：全面塗りつぶし→中央の丸チップに変更（緩さの肝） */
.harvest-calendar__table .is-active {
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
}
.is-active__chip {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-500), #ff7e54);
  box-shadow: 0 2px 6px rgba(243,152,0,.30);
}

@media (max-width: 768px) {
  .harvest-calendar__table { font-size: 1.2rem; }
  .fruit-name__icon { width: 22px; height: 22px; flex-basis: 22px; }
  .is-active__chip  { width: 16px; height: 16px; }
  .harvest-calendar__table .fruit-name { min-width: 130px; gap: 6px; }
}

/* ---- 旬フルーツ：丸アイコン土台を楽し気に ---- */
.fruit-tile { background: #fff; }
.fruit-tile__icon {
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #fff 0%, #fff7ea 60%, #fdeede 100%);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.7);
}

/* ---- CTA：横長の草原ストリップを背景に（旬に出会いに、大阪の農園へ。） ---- */
/* 画像コンテンツ比 = 3840:800 = 4.8:1。テキストは画像中央寄り＝木と木の間に配置 */
.cta-banner {
  position: relative;
  background-color: #fbf6ea;
  background-image: image-set(
    url("../img/deco/cta-bg.webp") 1x,
    url("../img/deco/cta-bg@2x.webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/deco/cta-bg.webp") 1x,
    url("../img/deco/cta-bg@2x.webp") 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 28px;
  margin: 0 var(--space-lg);
  aspect-ratio: 3840 / 800;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  overflow: hidden;
}
.cta-banner,
.cta-banner__title,
.cta-banner__lead { color: var(--green-900); }
.cta-banner__title { font-family: var(--font-display); }
.cta-banner__lead { color: var(--color-text-sub); }
.cta-banner::before,
.cta-banner::after { display: none !important; }

@media (max-width: 768px) {
  .cta-banner {
    margin: 0 var(--space-sm);
    aspect-ratio: auto;
    min-height: clamp(260px, 70vw, 360px);
    padding: var(--space-xl) var(--space-md) !important;
    background-size: auto 100%;
    background-position: center;
  }
}

/* =====================================================================
   下層ページ共通改修（STEP1）
   — 暗緑ヘッダー → クリーム+曲線
   — 縦線見出し → タイトル+アクセント下線
   — パンくず・バッジ・ボタン・ボックスを"緩さ"言語に統一
   — ステップ番号・テーブル・サイドバーをぷっくり化
   ===================================================================== */

/* ---- 下層ヘッダー帯（page-hero / page-header / news-hero）：暗緑→クリーム＋下端曲線 ---- */
.page-hero,
.page-header,
.news-hero {
  background-color: var(--skin-cream) !important;
  background-image: none !important;
  color: var(--green-900) !important;
  padding: clamp(48px, 7vw, 100px) 0 clamp(70px, 10vw, 130px) !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before,
.page-header::before,
.news-hero::before {
  background: none !important;
  display: none !important;
}
/* 下端のゆったり曲線（ヒーローと同じ） */
.page-hero::after,
.page-header::after,
.news-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0; right: 0; bottom: -1px;
  height: clamp(34px, 3.4vw, 50px);
  z-index: 2;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%23ffffff'/></svg>") no-repeat;
  background-size: 100% 100%;
  inset: auto 0 -1px 0 !important;
}
.page-hero__title,
.page-header__title,
.news-hero h1,
.news-hero .news-hero__title { color: var(--green-900) !important; font-family: var(--font-display); text-align: center; }
.page-hero__lead,
.page-header__lead,
.news-hero .news-hero__date,
.news-hero p { color: var(--color-text-sub) !important; opacity: 1 !important; text-align: center; }
.news-hero .section__title-en {
  background: #fff !important; color: var(--green-700) !important; opacity: 1 !important;
  padding: 4px 16px; border-radius: 999px;
  display: inline-block; margin-bottom: var(--space-xs);
}

/* ---- パンくず（breadcrumb）：水彩風の柔らかさ ---- */
.breadcrumb {
  background: transparent !important;
  padding: 14px 0 !important;
}
.breadcrumb__list {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--green-900);
  gap: 8px;
}
.breadcrumb__item { color: var(--color-text-sub); }
.breadcrumb__item a { color: var(--green-700); text-decoration: none; font-weight: 600; }
.breadcrumb__item a:hover { color: var(--green-900); }
.breadcrumb__item::after {
  content: "🌱" !important;
  color: transparent !important;
  margin: 0 6px !important;
  font-size: .9em;
  filter: hue-rotate(0);
}
/* "🌱" だと環境差が出るので疑似ドットに置換 */
.breadcrumb__item::after {
  content: "" !important;
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange-500);
  opacity: .55;
  vertical-align: middle;
  margin: 0 10px 2px !important;
}
.breadcrumb__item:last-child::after { display: none !important; }

/* ---- ステータスバッジ：水彩テイストのふんわりピル（inset shadow撤去でAI臭除去） ---- */
.status-badge {
  border-radius: 999px !important;
  padding: 5px 16px !important;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: .04em;
  /* AI臭の元凶 inset shadow を撤去、外影だけで柔らかく */
  box-shadow: 0 2px 6px rgba(120,90,40,.10);
}
/* 開催中：暖色を薄めに（淡いオレンジ→濃いオレンジへ控えめなグラデ） */
.status-badge--active {
  background: linear-gradient(135deg, #ffb86b, var(--orange-500)) !important;
  color: #fff;
}
/* 開催予定：やわらかな黄緑（水彩で塗ったような） */
.status-badge--coming {
  background: linear-gradient(135deg, #a8d68c, #7bb86a) !important;
  color: #fff;
}
/* 通年：開催中と同系だが少し落ち着いた緑（ずっと行ける、を色でも示す） 2026-09-18 追加 */
.status-badge--year_round {
  background: linear-gradient(135deg, #7fc3a5, #4e9e7d) !important;
  color: #fff;
}
/* 終了：ニュートラルなクリームベージュ＋茶色文字（水彩・紙のような質感） */
.status-badge--ended  {
  background: linear-gradient(135deg, #ece4d4, #d8ccb3) !important;
  color: #7a6a4a !important;
  font-weight: 600;
}

/* ---- ページネーション：ぷっくりピル ---- */
.pagination .page-numbers,
.pagination ul li .page-numbers {
  border-radius: 999px !important;
  min-width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(120,90,40,.18) !important;
  background: #fff !important;
  color: var(--green-700) !important;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 0 14px;
  box-shadow: 0 3px 8px rgba(120,90,40,.08);
  transition: all .2s ease;
}
.pagination .page-numbers:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(120,90,40,.14); }
.pagination .page-numbers.current {
  background: linear-gradient(135deg, var(--green-700), var(--green-500)) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 5px 12px rgba(0,102,51,.22);
}

/* ---- 見出しの縦線スタイル（古） → タイトル+アクセント下線（新） ---- */
.prose h2,
.detail-body__heading,
.about-section h2,
.detail-side__title {
  border-left: 0 !important;
  border-bottom: 0 !important;     /* 緑の下線も撤去 */
  padding-left: 0 !important;
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-md);
  position: relative;
  padding-bottom: 12px !important;
}
.prose h2::after,
.detail-body__heading::after,
.about-section h2::after,
.detail-side__title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 48px; height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), var(--coral-400, #ff7e54));
}
.prose h3,
.detail-body__heading--sm {
  font-family: var(--font-display);
  color: var(--green-900);
}

/* ---- 楽しみ方ガイド/About 共通：余白拡大＋章ごとカード感 ---- */
.static {
  max-width: 920px !important;
  padding: var(--space-2xl) var(--space-md) !important;
}
.prose > h2 {
  margin-top: clamp(48px, 6vw, 80px) !important;
  scroll-margin-top: calc(var(--header-height, 72px) + 24px);  /* アンカー時にヘッダー下に隠れない */
}
.prose > h2:first-child { margin-top: 0 !important; }
/* 章の本文に左側パディング＋色帯（緩さアップ） */
.prose > h2 + p,
.prose > h2 + ul.bullets {
  font-size: 1.5rem;
  line-height: 1.95 !important;
  color: rgba(0,0,0,.68);
  margin-bottom: var(--space-lg);
}
/* カスタム箇条書き：緑のチェック＋オレンジドット */
.prose ul.bullets {
  list-style: none !important;
  padding-left: 0 !important;
  display: flex; flex-direction: column; gap: 14px;
  background: var(--skin-cream) !important;
  border-radius: 22px !important;
  padding: 24px 28px !important;
  border: 1px dashed rgba(120,90,40,.18);
}
.prose ul.bullets li {
  position: relative;
  padding-left: 32px !important;
  font-size: 1.45rem;
  line-height: 1.85;
  color: var(--green-900);
}
.prose ul.bullets li::before {
  content: "";
  position: absolute;
  left: 4px; top: 0.55em;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #ffb86b 0%, var(--orange-500) 70%);
  box-shadow: 0 2px 6px rgba(243,152,0,.30);
}
.prose ul.bullets li strong {
  color: var(--green-700);
  font-family: var(--font-display);
}
/* リードpタグ */
.prose > p {
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.95;
  color: rgba(0,0,0,.66);
}
/* 章のあいだに薄い波形セパレータ */
.prose > h2:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  margin: -32px 0 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 28' preserveAspectRatio='none'><path d='M0,14 C240,4 480,24 720,14 C960,4 1200,24 1440,14' stroke='%23d2b88a' stroke-width='2' fill='none' stroke-linecap='round' stroke-dasharray='4 6'/></svg>") no-repeat center / 100% 100%;
}

/* ---- ステップ（楽しみ方ガイド）：固い四角→ぷっくり ---- */
.step {
  border: 0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(120,90,40,.10) !important;
  padding: var(--space-lg) var(--space-lg) var(--space-lg) calc(var(--space-2xl) + 18px) !important;
}
.step::before {
  background: linear-gradient(135deg, var(--green-700), var(--green-500)) !important;
  box-shadow: 0 5px 12px rgba(0,102,51,.30), inset 0 -2px 0 rgba(0,0,0,.10) !important;
  font-family: var(--font-display);
  width: 40px !important; height: 40px !important;
  top: calc(var(--space-lg) + 4px) !important;
  left: calc(var(--space-md) + 4px) !important;
}
.step__image { border-radius: 14px !important; }
.step__title {
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: 1.7rem !important;
}
.step__desc { color: rgba(0,0,0,.62); }

/* ---- info-block（このサイトについて等）：固い枠→ぷっくり ---- */
.info-block {
  border: 0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(120,90,40,.10) !important;
  padding: var(--space-xl) var(--space-lg) !important;
}

/* ---- about-banner：角丸大きく＋影 ---- */
.about-banner {
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(120,90,40,.12);
  margin-top: var(--space-lg) !important;
}

/* ---- 詳細ページ サイドバー：固いボックス→ぷっくり個別カード ---- */
.detail-sidebar > * {
  background: #fff !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 22px rgba(120,90,40,.10) !important;
  padding: var(--space-lg) !important;
  margin-bottom: var(--space-md) !important;
}
/* サイドバー見出しのアイコン */
.sidebar-card__title {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: 1.5rem;
  margin-bottom: 14px !important;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(120,90,40,.18);
}
.sidebar-card__title-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  font-size: 1.4rem;
  flex: 0 0 36px;
  object-fit: contain;
}
/* img版は背景円なし＝水彩イラストをそのまま見せる */
img.sidebar-card__title-ic { background: transparent; border-radius: 0; }
/* 開催ステータスカードの中身 */
.sidebar-card__status { text-align: center; padding: 6px 0; }
.sidebar-card__status-label { font-size: 1.15rem; color: var(--color-text-sub); margin-bottom: 8px; }
.sidebar-card__status-badge { display: inline-block; }
.sidebar-card__period {
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  color: var(--green-900);
  background: var(--skin-cream-2, #f6efdc);
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-block;
  width: 100%;
}
/* サイドバーボタン */
.sidebar-card__btn { margin-bottom: 8px; }
.sidebar-card__btn:last-child { margin-bottom: 0; }
.sidebar-card__tel-ic {
  width: 22px; height: 22px;
  margin-right: 6px;
  vertical-align: middle;
  object-fit: contain;
}
.sidebar-card__btn--tel {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* SNSリスト */
.sns-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.sns-list__link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: var(--skin-cream);
  border-radius: 12px;
  color: var(--green-900);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}
.sns-list__link:hover { background: var(--skin-green-tint, #edf4df); transform: translateX(4px); }
.sns-list__ic { font-size: 1.4rem; }

/* シェアボタン */
.share-buttons { display: flex; gap: 8px; }
.share-btn {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 10px 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.12), 0 3px 8px rgba(0,0,0,.10);
  transition: transform .15s ease;
}
.share-btn:hover { transform: translateY(-2px); }
.share-btn--x    { background: linear-gradient(135deg, #14171a, #2c2f33); }
.share-btn--fb   { background: linear-gradient(135deg, #1877f2, #145fc7); }
.share-btn--line { background: linear-gradient(135deg, #06c755, #04a447); }

/* ---- お知らせ詳細：エディトリアル化 ---- */
.news-single {
  max-width: 800px !important;
  padding: var(--space-2xl) var(--space-md) !important;
}
.news-single__thumb {
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(120,90,40,.12);
  margin-bottom: var(--space-xl) !important;
}
.news-single__body {
  text-align: left !important;
  font-size: 1.55rem;
  line-height: 1.95;
  color: var(--green-900);
}
.news-single__body p {
  margin-bottom: 1.4em !important;
  text-align: left;
}
/* 前後の記事ナビ */
.news-single__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: var(--space-xl);
  border-top: 2px dashed rgba(120,90,40,.18);
}
.news-single__nav-item {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(120,90,40,.08);
  transition: all .2s ease;
  min-height: 70px;
}
.news-single__nav-item:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(120,90,40,.14); }
.news-single__nav-item--next { text-align: right; }
.news-single__nav-item--empty { visibility: hidden; }
.news-single__nav-label {
  font-size: 1.15rem;
  color: var(--green-700);
  font-family: var(--font-display);
  font-weight: 700;
}
.news-single__nav-title {
  font-size: 1.35rem;
  color: var(--green-900);
  font-weight: 600;
  line-height: 1.4;
}
.news-single__back { margin-top: clamp(32px, 4vw, 48px) !important; text-align: center; }

@media (max-width: 768px) {
  .news-single__nav { grid-template-columns: 1fr; }
  .news-single__nav-item--empty { display: none; }
}

/* ---- アクセスマップ：iframe を角丸＋影で包む ---- */
.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(120,90,40,.12);
  margin-top: var(--space-md);
  background: #f3eee2;
}
.map-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
}
.map-embed__note { display: none !important; }  /* サンプル地図の補足説明は非表示 */
@media (max-width: 768px) {
  .map-embed { aspect-ratio: 4 / 3; }
}

/* ---- ギャラリー：グリッド＋ぷっくり＋ホバーで浮く ---- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: var(--space-md);
}
.gallery__item {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: #f3eee2;
  box-shadow: 0 6px 16px rgba(120,90,40,.10);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.gallery__item:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(120,90,40,.16); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* プレースホルダー版 */
.gallery--placeholder .gallery__item--ph {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f6efdc, #edf4df);
  border: 2px dashed rgba(120,90,40,.18);
}
.gallery__ph-label { display: none !important; }    /* 推奨サイズなど補足説明は非表示 */
.gallery__empty-note { display: none !important; }  /* 推奨サイズなど補足説明は非表示 */

@media (max-width: 768px) {
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* ---- CTAブロック（詳細ページ本文末尾の予約案内）：草原ストリップ ---- */
.cta-block--meadow {
  position: relative;
  background-color: #fbf6ea;
  background-image: image-set(
    url("../img/deco/cta-bg.webp") 1x,
    url("../img/deco/cta-bg@2x.webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/deco/cta-bg.webp") 1x,
    url("../img/deco/cta-bg@2x.webp") 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  aspect-ratio: 3840 / 800;
  border-radius: 22px;
  margin: var(--space-xl) 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 !important;
}
.cta-block--meadow .cta-block__inner {
  text-align: center;
  padding: 20px;
  max-width: 600px;
}
.cta-block--meadow .cta-block__lead {
  font-family: var(--font-display);
  color: var(--green-900);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.cta-block--meadow .cta-block__btn {
  margin: 0 auto 10px;
  display: inline-block;
}
.cta-block--meadow .cta-block__note {
  font-size: 1.1rem;
  color: var(--color-text-sub);
  margin-top: 4px;
}
/* ※注意書きはCTAの外、左寄せで小さく赤文字 */
.cta-block-warn {
  margin: 6px 4px 0 !important;
  color: #c0392b;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: left;
}
@media (max-width: 768px) {
  .cta-block--meadow {
    aspect-ratio: auto;
    min-height: 280px;
    padding: 24px 16px !important;
    background-size: auto 100%;
  }
  .sp-br { display: inline; }
}
.sp-br { display: none; }
@media (max-width: 768px) { .sp-br { display: inline; } }

/* ---- 詳細ヘッダー画像下を曲線で軽く抜く（画像はフル表示、曲線は控えめ） ---- */
.detail-hero {
  position: relative;
  padding-bottom: 0 !important;   /* グレー余白除去・画像フル表示 */
  line-height: 0;                  /* 画像下の隙間防止 */
}
.detail-hero__image { display: block; }
.detail-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: clamp(26px, 2.6vw, 42px);   /* 控えめ＝画像にほんのり掛ける程度 */
  z-index: 5;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%23ffffff'/></svg>") no-repeat;
  background-size: 100% 100%;
}

/* ---- 関連農園セクション（同じエリアの農園）：クリーム背景＋上下曲線（地図より弱め） ---- */
.related {
  background: var(--skin-cream) !important;
  position: relative;
  overflow: hidden;
  padding-top:    calc(var(--space-2xl) + clamp(28px, 2.6vw, 40px)) !important;
  padding-bottom: calc(var(--space-2xl) + clamp(28px, 2.6vw, 40px)) !important;
}
.related::before,
.related::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: clamp(28px, 2.6vw, 40px);   /* 地図のclamp(34,3.4,50)より弱め */
  z-index: 6;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,18 C320,2 540,58 720,46 C920,32 1120,2 1440,28 L1440,80 L0,80 Z' fill='%23ffffff'/></svg>") no-repeat;
  background-size: 100% 100%;
}
.related::before { top: -1px; transform: scaleY(-1); }
.related::after  { bottom: -1px; }
/* 中身は曲線の上 */
.related > .l-container { position: relative; z-index: 1; }

/* ---- 詳細ページ 基本情報テーブル：固いhardborder → やわらか区切り＋角丸＋影
   .info-table / .detail-info / .about-table すべて同一スタイルに揃える */
.info-table,
.detail-info,
.about-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(120,90,40,.10);
  width: 100%;
}
.info-table th,
.info-table td,
.detail-info th,
.detail-info td,
.about-table th,
.about-table td {
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
  padding: 14px 18px !important;
  vertical-align: middle;
  text-align: left;
}
.info-table tr:last-child th,
.info-table tr:last-child td,
.detail-info tr:last-child th,
.detail-info tr:last-child td,
.about-table tr:last-child th,
.about-table tr:last-child td { border-bottom: 0 !important; }
.info-table th,
.detail-info th,
.about-table th {
  background: var(--skin-cream) !important;
  font-family: var(--font-display);
  color: var(--green-900) !important;
  font-weight: 700;
  white-space: nowrap;
  min-width: 120px;
  width: 140px;
}
.info-table td,
.detail-info td,
.about-table td {
  color: var(--green-900);
  line-height: 1.7;
}

/* ---- アーカイブ（農園を探す）絞り込みPanel：固い箱→ぷっくり ---- */
.farm-filters,
.archive-filters,
.search-filters,
.list-aside,
.list-aside__panel,
.filter {
  background: #fff !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 22px rgba(120,90,40,.10) !important;
  padding: var(--space-lg) !important;
}
/* 絞り込みタイトル：緑下線→オレンジアクセント */
.filter__title {
  border-bottom: 0 !important;
  font-family: var(--font-display);
  color: var(--green-900) !important;
  position: relative;
  padding-bottom: 12px !important;
}
.filter__title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), #ff7e54);
}
.filter__group-title {
  font-family: var(--font-display);
  color: var(--green-900) !important;
  font-size: 1.35rem !important;
}
/* チップ：水彩テイスト */
.filter__chip {
  border: 1px solid rgba(120,90,40,.18) !important;
  background: #fff !important;
  color: var(--green-900) !important;
  font-family: var(--font-display);
  font-weight: 600;
  padding: 6px 14px !important;
  transition: all .2s ease;
  box-shadow: 0 2px 5px rgba(120,90,40,.05);
}
.filter__chip:hover {
  border-color: var(--orange-500) !important;
  color: var(--orange-500) !important;
  transform: translateY(-1px);
}
.filter__chip.is-active {
  background: linear-gradient(135deg, var(--green-700), var(--green-500)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0,102,51,.22);
  font-weight: 700;
}
.filter__chip.is-active:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,102,51,.30);
}
/* アクション境界線 */
.filter__actions {
  border-top: 1px dashed rgba(120,90,40,.18) !important;
  padding-top: 16px !important;
  margin-top: 18px !important;
}

/* 0件表示 */
.no-results {
  background: var(--skin-cream);
  border-radius: 22px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(120,90,40,.08);
}
.no-results__icon { font-size: 4rem; margin-bottom: 12px; }
.no-results__title { color: var(--green-900); font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 8px; }
.no-results__desc { color: var(--color-text-sub); font-size: 1.3rem; }

/* ---- 戻る系の単一CTAボタン（お知らせ詳細など）：ピル＋影 ---- */
.news-single__back .btn,
.btn--back {
  border-radius: 999px !important;
  box-shadow: 0 4px 10px rgba(120,90,40,.10);
}

/* ---- 全下層ページ共通：所定位置にワンポイントデコ（追随しない・1ページ3〜5点） ----
   旧 fixed 追従デコは廃止。各セクションに absolute で配置し、スクロールで自然に流れる。 */

/* 1) ページヘッダー帯の左上に1点（葉） */
.page-hero .l-container,
.page-header .l-container,
.news-hero .l-container { position: relative; z-index: 2; }
.page-hero .l-container::before,
.page-header .l-container::before,
.news-hero .l-container::before {
  content: "";
  position: absolute;
  top: -8px; left: -8px;
  width: clamp(28px, 3vw, 44px);
  aspect-ratio: 1;
  background: url("../img/deco/leaf.png") no-repeat center / contain;
  opacity: .8;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* 2) ページヘッダー帯の右上に1点（クローバー or いちご） */
.page-hero .l-container::after,
.page-header .l-container::after,
.news-hero .l-container::after {
  content: "";
  position: absolute;
  top: -8px; right: -8px;
  width: clamp(28px, 3vw, 44px);
  aspect-ratio: 1;
  background: url("../img/deco/clover.png") no-repeat center / contain;
  opacity: .75;
  transform: rotate(10deg);
  pointer-events: none;
}

/* 3) 本文記事の上端左に1点（楽しみ方ガイド/About用） */
.static { position: relative; }
.static::before {
  content: "";
  position: absolute;
  top: clamp(20px, 3vw, 40px);
  left: clamp(-20px, -1vw, 0px);
  width: clamp(28px, 3vw, 40px);
  aspect-ratio: 1;
  background: url("../img/deco/strawberry.png") no-repeat center / contain;
  opacity: .8;
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 1;
}

/* 4) 詳細ページのレイアウト本体の右下にアクセント */
.detail-layout { position: relative; }
.detail-layout::after {
  content: "";
  position: absolute;
  bottom: clamp(20px, 3vw, 40px);
  right: clamp(-20px, -1vw, 0px);
  width: clamp(28px, 3vw, 40px);
  aspect-ratio: 1;
  background: url("../img/deco/clover.png") no-repeat center / contain;
  opacity: .75;
  transform: rotate(10deg);
  pointer-events: none;
  z-index: 1;
}

/* 5) お知らせ詳細の本文末端アクセント */
.news-single { position: relative; }
.news-single::after {
  content: "";
  position: absolute;
  bottom: clamp(60px, 8vw, 100px);
  right: clamp(-12px, 0vw, 8px);
  width: clamp(28px, 3vw, 40px);
  aspect-ratio: 1;
  background: url("../img/deco/leaf.png") no-repeat center / contain;
  opacity: .75;
  transform: rotate(20deg);
  pointer-events: none;
}

@media (max-width: 768px) {
  /* モバイルは外側はみ出しを抑制 */
  .static::before { left: 4px; }
  .detail-layout::after { right: 4px; }
  .news-single::after { right: 4px; }
}

/* ---- 装飾イラストの“居場所”（Step2で実画像に差し替え） ---- */
.skin-deco {
  position: absolute;
  pointer-events: none;
  opacity: .9;
  font-size: 40px;
  line-height: 1;
  filter: saturate(.9);
  user-select: none;
}
