/* Plusシリーズ共通ヘッダー v2：DOM・操作感はシリーズ共通、配色・ロゴは地域固有 */

/* =========================================================
   Koryo Plus - 共通スタイル
   ブランドカラーは :root にまとめています。
   ========================================================= */

:root {
  --green-900: #123f31;
  --green-800: #185c43;
  --green-700: #247457;
  --green-100: #e8f2ec;
  --leaf: #78a942;
  --orange: #ed812c;
  --gold: #d7b650;
  --ink: #26322d;
  --muted: #647169;
  --line: #dce5df;
  --paper: #ffffff;
  --paper-warm: #f8f7f1;
  --shadow: 0 14px 40px rgba(18, 63, 49, 0.09);
  --radius-large: 28px;
  --radius-medium: 18px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP",
    system-ui, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.visually-hidden,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: white;
  background: var(--green-900);
  border-radius: 8px;
}

/* ページ共有 */
.share-panel {
  margin-block: 50px 34px;
  padding: clamp(24px, 4vw, 34px);
  background: linear-gradient(135deg, #f7fbf8, #f1f7f3);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  box-shadow: 0 10px 28px rgba(18, 63, 49, 0.07);
}

.share-panel-heading {
  margin-bottom: 20px;
}

.share-panel-heading .section-kicker {
  margin: 0 0 3px;
}

.share-panel-heading h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
}

.share-panel-heading p:last-child {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.share-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 14px;
  color: white;
  border: 0;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(18, 63, 49, 0.16);
}

.share-icon {
  display: inline-grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 800;
}

.share-icon-line {
  width: 31px;
  flex-basis: 31px;
  border-radius: 8px;
  font-size: 0.55rem;
  letter-spacing: -0.03em;
}

.share-x,
.share-threads {
  background: #202523;
}

.share-line {
  background: #06c755;
}

.share-copy {
  color: var(--green-900);
  background: #dcebe2;
}

.share-copy .share-icon {
  border-color: rgba(18, 63, 49, 0.36);
}

.share-copy.is-copied {
  color: white;
  background: var(--green-700);
}

.share-status {
  min-height: 1.5em;
  margin: 10px 0 -10px;
  color: var(--green-800);
  font-size: 0.85rem;
  font-weight: 700;
  text-align: right;
}

/* Plusシリーズ共通ヘッダー v1（Koryo Plus の色とナビ項目は地域固有） */
.site-header {
  --brand-primary: var(--green-800);
  --brand-accent: var(--orange);
  --brand-soft: var(--green-100);
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(24, 92, 67, 0.1);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: clamp(12px, 1.4vw, 22px);
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.site-header .brand-logo {
  width: auto;
  height: 48px;
  max-width: none;
  object-fit: contain;
}

/* ヘッダー・フッターとも共通の透過ロゴを表示 */
.brand-logo {
  display: block;
  width: 180px;
  height: 62px;
  object-fit: cover;
  object-position: center;
}

.brand-footer .brand-logo {
  width: 180px;
  height: 82px;
  padding: 7px;
  object-fit: contain;
  background: white;
  border-radius: 12px;
}

.global-nav ul,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav {
  min-width: 0;
  margin-left: auto;
}

.global-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(6px, 0.8vw, 14px);
}

.global-nav a {
  display: block;
  padding: 12px 3px;
  color: #33463d;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--brand-accent);
}

.global-nav .nav-regional:not(.nav-regional-featured),
.global-nav .nav-nara-item {
  display: none;
}

.global-nav a[aria-current="page"],
.global-nav a.is-current-section {
  color: var(--brand-accent);
}

.nara-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-primary);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.nara-link:hover,
.nara-link:focus-visible {
  border-color: var(--brand-primary);
  background: var(--brand-soft);
}

.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  flex: 0 0 auto;
  color: var(--brand-primary);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-btn-lines,
.menu-btn-lines::before,
.menu-btn-lines::after {
  display: block;
  width: 25px;
  height: 2px;
  margin: auto;
  background: currentColor;
  transition: 180ms ease;
  pointer-events: none;
}

.menu-btn-lines {
  position: relative;
}

.menu-btn-lines::before,
.menu-btn-lines::after {
  position: absolute;
  content: "";
}

.menu-btn-lines::before {
  top: -8px;
}

.menu-btn-lines::after {
  top: 8px;
}

.menu-btn[aria-expanded="true"] .menu-btn-lines {
  background: transparent;
}

.menu-btn[aria-expanded="true"] .menu-btn-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-btn[aria-expanded="true"] .menu-btn-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-header a:focus-visible,
.site-header button:focus-visible {
  outline: 3px solid var(--brand-accent);
  outline-offset: 3px;
}

/* メインビジュアル */
.hero {
  position: relative;
  display: grid;
  min-height: 610px;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--green-900);
}

.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 46, 33, 0.88) 0%, rgba(7, 46, 33, 0.64) 43%, rgba(7, 46, 33, 0.2) 74%, rgba(7, 46, 33, 0.06) 100%),
    url("../images/hero-umami-park.jpg");
  background-position: center 58%;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-block: 110px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero-kicker {
  display: inline-block;
  padding: 5px 11px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.5rem, 5.5vw, 4.9rem);
  line-height: 1.28;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.hero-lead {
  margin: 25px 0 32px;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--green-800);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green-700);
}

.button-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.button-secondary-dark {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

/* 注目情報 */
.notice {
  position: relative;
  z-index: 2;
  margin-top: -18px;
}

.notice-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.notice h2 {
  display: grid;
  margin: 0;
  padding: 14px 25px;
  place-items: center;
  color: white;
  background: var(--green-800);
  font-size: 0.9rem;
}

.notice a {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  font-size: 0.86rem;
}

.notice time {
  color: var(--muted);
  font-size: 0.78rem;
}

.notice .tag {
  justify-self: start;
}

.arrow {
  color: var(--green-800);
  font-size: 1.2rem;
}

/* 共通セクション */
.section {
  padding-block: 90px;
}

.section:nth-of-type(even) {
  background: var(--paper-warm);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.section-kicker {
  color: var(--orange);
}

.section-heading h2,
.intro-copy h2,
.media-message h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.text-link {
  color: var(--green-800);
  font-size: 0.88rem;
  font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--orange);
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  color: white;
  background: var(--green-700);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 750;
  line-height: 1.2;
}

.tag-orange,
.tag-event {
  background: var(--orange);
}

.tag-gold {
  color: var(--green-900);
  background: var(--gold);
}

/* 記事カード */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.latest-section .article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* トップは目的別入口を先に見せ、新着は最新6件へ絞ります。 */
.home-page #main-content {
  display: flex;
  flex-direction: column;
}

.home-page .hero { order: 1; }
.home-page .notice { order: 2; }
.home-page .category-section { order: 3; }
.home-page .feature-section { order: 4; }
.home-page .latest-section { order: 5; }
.home-page .intro-section { order: 6; }
.home-page .media-message { order: 7; }

.home-page .latest-section .article-card:nth-child(n + 7) {
  display: none;
}

.home-page .purpose-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.article-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.article-image {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.image-flowers {
  background: linear-gradient(155deg, #5a8859 0 45%, #d781a3 45% 72%, #e9c9d5 72%);
}

.image-launch {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.24) 0 7%, transparent 7.5%),
    linear-gradient(145deg, var(--green-900), var(--green-700));
}

.image-launch::before,
.image-launch::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.image-launch::before {
  width: 46%;
  aspect-ratio: 1;
  right: -7%;
  bottom: -28%;
  background: var(--gold);
  opacity: 0.9;
}

.image-launch::after {
  width: 36%;
  aspect-ratio: 1;
  right: 4%;
  bottom: -22%;
  background: var(--green-700);
}

.image-launch span {
  position: relative;
  z-index: 1;
}

.image-town {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.72) 0 8%, transparent 8.5%),
    linear-gradient(155deg, #8fbdcf 0 42%, #73a76a 42% 68%, #315f49 68%);
}

.image-town::before,
.image-town::after {
  position: absolute;
  bottom: -30%;
  width: 65%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
}

.image-town::before {
  left: -14%;
  background: #4f825b;
}

.image-town::after {
  right: -22%;
  background: #245a45;
}

.image-town span {
  position: relative;
  z-index: 1;
}

.image-cafe {
  background: linear-gradient(145deg, #7c583d 0 42%, #d2a363 42% 70%, #f0dfba 70%);
}

.image-craft {
  background: linear-gradient(145deg, #295e50 0 42%, #597e89 42% 68%, #d6b35b 68%);
}

.article-body {
  padding: 20px 21px 24px;
}

.article-body time {
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.72rem;
}

.article-body h3 {
  margin: 14px 0 8px;
  color: var(--green-900);
  font-size: 1.08rem;
  line-height: 1.55;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

/* 広陵町を知る */
.intro-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 380px;
  align-items: center;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.intro-copy {
  padding: clamp(35px, 6vw, 75px);
}

.intro-copy p:not(.section-kicker) {
  max-width: 600px;
  margin: 22px 0 28px;
  color: var(--muted);
}

.intro-visual {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  background: #eaf2e6;
}

.moon {
  position: absolute;
  top: 55px;
  right: 75px;
  width: 110px;
  height: 110px;
  background: var(--gold);
  border-radius: 50%;
}

.hill {
  position: absolute;
  bottom: -90px;
  width: 420px;
  height: 300px;
  border-radius: 50% 50% 0 0;
}

.hill-back {
  right: -80px;
  background: #a8c67b;
}

.hill-front {
  right: 180px;
  bottom: -140px;
  background: var(--green-700);
}

.location-pin {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 55%;
  display: grid;
  width: 65px;
  height: 65px;
  place-items: center;
  color: white;
  background: var(--orange);
  border: 5px solid white;
  border-radius: 50% 50% 50% 12px;
  box-shadow: 0 10px 20px rgba(18, 63, 49, 0.2);
  font-size: 1.8rem;
  transform: rotate(-45deg);
}

.location-pin::first-letter {
  transform: rotate(45deg);
}

/* カテゴリー */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-card {
  display: flex;
  min-height: 132px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  border-color: var(--leaf);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.category-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  color: white;
  background: var(--green-700);
  border-radius: 50% 50% 50% 14px;
  font-size: 1.15rem;
  font-weight: 800;
}

.category-card:nth-child(3n) .category-icon {
  background: var(--orange);
}

.category-card:nth-child(4n) .category-icon {
  color: var(--green-900);
  background: var(--gold);
}

.category-card strong,
.category-card small {
  display: block;
}

.category-card strong {
  color: var(--green-900);
  font-size: 0.98rem;
}

.category-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

/* 特集・イベント */
.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.compact-heading {
  margin-bottom: 20px;
}

.compact-heading h2 {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.preparing-card {
  position: relative;
  display: grid;
  min-height: 280px;
  align-content: center;
  justify-items: start;
  overflow: hidden;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(234, 244, 237, 0.74), rgba(255, 255, 255, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
}

.preparing-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: var(--orange);
}

.preparing-card-event::before {
  background: var(--green-700);
}

.preparing-mark {
  position: absolute;
  top: 25px;
  right: 28px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: white;
  background: var(--green-700);
  border-radius: 50% 50% 50% 19px;
  font-size: 1.3rem;
  font-weight: 800;
}

.preparing-card h3 {
  margin: 18px 0 8px;
  padding-right: 55px;
  color: var(--green-900);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  line-height: 1.5;
}

.preparing-card p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 320px;
  align-items: end;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(0deg, rgba(13, 56, 41, 0.92), rgba(13, 56, 41, 0.08) 75%),
    linear-gradient(145deg, #244f3d 0 30%, #6a9662 30% 57%, #d2b553 57%);
  border-radius: var(--radius-large);
}

.feature-card::after {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 6px 9px;
  content: "特集写真を配置";
  border: 1px dashed rgba(255, 255, 255, 0.75);
  border-radius: 7px;
  font-size: 0.68rem;
}

.feature-copy {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.tag-light {
  color: var(--green-900);
  background: white;
}

.feature-copy h3 {
  margin: 12px 0 5px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.45;
}

.feature-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
}

.event-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.event-list li {
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 92px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.event-list time {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--green-800);
}

.event-list time strong {
  font-size: 1.45rem;
}

.event-list time small {
  color: var(--muted);
}

.event-list h3 {
  display: inline;
  margin: 0 0 0 9px;
  font-size: 0.93rem;
}

/* Koryo Plus紹介 */
.media-message {
  padding-block: 90px;
  color: white;
  background: var(--green-900);
  text-align: center;
}

.media-message .section-kicker {
  color: var(--gold);
}

.media-message h2 {
  color: white;
}

.media-message p:not(.section-kicker) {
  max-width: 800px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, 0.78);
}

/* フッター */
.site-footer {
  color: rgba(255, 255, 255, 0.8);
  background: #0b2f25;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding-block: 55px;
}

.brand-footer {
  color: white;
}

.footer-main p {
  margin: 13px 0 0;
  font-size: 0.86rem;
}

.footer-main ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 30px;
  font-size: 0.8rem;
}

.footer-main a:hover,
.footer-main a:focus-visible {
  color: white;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.not-found { min-height: min(65vh, 610px); display: grid; align-items: center; padding: clamp(60px, 8vw, 120px) 0; text-align: center; }
.not-found-inner { width: min(100%, 700px); margin-inline: auto; }
.not-found-number { margin: 0 0 .1em; color: #4c805d; font-size: clamp(6rem, 18vw, 12rem); font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.not-found h1 { margin: .3em 0; color: #203b31; font-size: clamp(1.6rem, 4vw, 2.3rem); }
.not-found p { color: #4a5e53; }
.not-found .button { margin-top: 1.5rem; }

/* 狭い画面は共通のハンバーガーへ切替。PCナビは8項目なので980pxを採用 */
@media (max-width: 980px) {
  .header-inner {
    justify-content: space-between;
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .global-nav {
    position: fixed;
    inset: 78px 0 auto;
    z-index: 2;
    max-height: calc(100vh - 78px);
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    background: white;
    box-shadow: 0 18px 30px rgba(18, 63, 49, 0.12);
  }

  .menu-ready .global-nav {
    display: none;
  }

  .menu-ready .global-nav.is-open {
    display: block;
  }

  .global-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
    padding-block: 14px 26px;
  }

  .global-nav li,
  .global-nav .nav-regional:not(.nav-regional-featured),
  .global-nav .nav-nara-item {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .global-nav a {
    padding: 12px 8px;
    font-size: 0.88rem;
  }

  .global-nav .nav-shared + .nav-regional {
    border-top: 2px solid var(--brand-soft);
  }

  .global-nav .nav-nara-item {
    grid-column: 1 / -1;
    margin-top: 8px;
    border-top: 2px solid var(--brand-soft);
  }

  .global-nav .nav-nara-link {
    color: var(--brand-primary);
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .purpose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマートフォン */
@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .header-inner {
    gap: 8px;
  }

  .site-header .brand-logo {
    height: 44px;
  }

  .nara-link {
    margin-left: auto;
    padding: 6px 9px;
    font-size: 0.7rem;
  }

  .global-nav {
    inset-block-start: 68px;
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
  }

  .global-nav ul {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 620px;
  }

  .hero-art {
    background:
      linear-gradient(0deg, rgba(7, 46, 33, 0.9) 0%, rgba(7, 46, 33, 0.62) 53%, rgba(7, 46, 33, 0.18) 100%),
      url("../images/hero-umami-park.jpg");
    background-position: 52% center;
    background-size: cover;
  }

  .hero-content {
    align-self: end;
    padding-block: 90px 70px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.45rem);
  }

  .desktop-only {
    display: none;
  }

  .button-group,
  .button {
    width: 100%;
  }

  .share-panel {
    margin-block: 38px 28px;
    padding: 22px 18px 20px;
  }

  .share-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .share-button {
    min-height: 54px;
    padding-inline: 10px;
    font-size: 0.84rem;
  }

  .notice {
    margin-top: 0;
    padding-top: 14px;
  }

  .notice-inner {
    display: block;
  }

  .notice h2 {
    display: inline-grid;
    margin: 12px 14px 0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
  }

  .notice a {
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    padding: 12px 14px 16px;
  }

  .notice a > span:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .notice .arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .section,
  .media-message {
    padding-block: 65px;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading .text-link {
    margin-top: 7px;
    font-size: 0.76rem;
  }

  .article-grid,
  .intro-panel,
  .feature-layout {
    grid-template-columns: 1fr;
  }

  .article-grid {
    gap: 18px;
  }

  .latest-section .article-grid {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding: 38px 25px;
  }

  .intro-visual {
    min-height: 280px;
  }

  .category-grid {
    gap: 10px;
  }

  .category-card {
    display: grid;
    min-height: 150px;
    justify-items: center;
    gap: 10px;
    padding: 17px 10px;
    text-align: center;
  }

  .category-card small {
    display: none;
  }

  .category-card strong {
    font-size: 0.86rem;
  }

  .feature-layout {
    gap: 55px;
  }

  .preparing-card {
    min-height: 250px;
    padding: 30px 26px;
  }

  .preparing-mark {
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
  }

  .feature-card {
    min-height: 300px;
  }

  .event-list li {
    grid-template-columns: 68px 1fr;
  }

  .event-list h3 {
    display: block;
    margin: 7px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }

  .footer-main ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}


/* Plusシリーズ共通検索 v1 */
.site-search-section{padding:34px 0;background:linear-gradient(180deg,#f4f8f5,#eef5f1)}
.search-box{display:grid;gap:22px;max-width:960px;margin:0 auto;padding:26px 30px;background:#fff;border:1px solid rgba(24,92,67,.14);border-radius:var(--radius-large);box-shadow:var(--shadow-soft)}
.site-search-copy h2{margin:4px 0 8px;color:var(--green-900)}
.site-search-copy p:last-child{margin:0;color:var(--muted)}
.search-form{display:flex;gap:10px;align-items:stretch}
.search-input{min-width:0;flex:1;width:100%;min-height:52px;padding:12px 16px;color:var(--green-900);background:#fff;border:1px solid #b8c8c0;border-radius:12px;font:inherit;font-size:16px;line-height:1.5}
.search-input::placeholder{color:#7b8882}
.search-input:focus{border-color:var(--green-700);outline:3px solid rgba(24,92,67,.14);outline-offset:1px}
.search-button{flex:0 0 auto;min-width:112px;min-height:52px;padding:10px 22px;color:#fff;background:var(--green-800);border:0;border-radius:12px;font:inherit;font-weight:900;cursor:pointer}
.search-button:hover{background:var(--green-900)}
.search-button:focus-visible{outline:3px solid #efc85b;outline-offset:3px}
.search-page-main{padding:56px 0 92px}
.search-page-main .search-box{max-width:none;margin-bottom:28px;box-shadow:none}
.search-summary{margin:0 0 18px;color:var(--green-900);font-weight:900}
.search-results{display:grid;gap:14px}
.search-result-item{padding:22px 24px;background:#fff;border:1px solid rgba(24,92,67,.14);border-radius:var(--radius-medium);box-shadow:0 8px 22px rgba(24,92,67,.05)}
.search-result-item:hover{border-color:rgba(24,92,67,.32)}
.search-category{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;color:var(--green-800);background:var(--green-100);border-radius:999px;font-size:.76rem;font-weight:900}
.search-title{margin:9px 0 6px;font-size:1.18rem;line-height:1.5}
.search-title a{color:var(--green-900);text-decoration-thickness:.08em;text-underline-offset:.18em}
.search-description{margin:0;color:var(--muted);line-height:1.75}
.search-date{display:block;margin-top:10px;color:#7b8983;font-size:.82rem;font-weight:700}
.search-empty{padding:24px;background:#fbfdfc;border:1px dashed #aebdb7;border-radius:var(--radius-medium);color:#43544d;line-height:1.8}
.search-empty ul{margin:10px 0 0;padding-left:1.4em}
@media(max-width:680px){.site-search-section{padding:24px 0}.search-box{gap:16px;padding:20px}.search-form{flex-direction:column}.search-button{width:100%;min-height:52px}.search-page-main{padding:40px 0 72px}.search-result-item{padding:18px}.search-title{overflow-wrap:anywhere}}

/* Plusシリーズ名鑑標準UI v3 */
.company-detail-status {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  cursor: default;
}

.company-detail-status::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--gold);
  border-radius: 999px;
  content: "";
}

/* 通常スマホは2列。極端に狭い画面のみ1列へフォールバック */
@media (max-width: 340px) {
  body .company-grid,
  body .directory-grid {
    grid-template-columns: 1fr;
  }
}
/* /Plusシリーズ名鑑標準UI v3 end */
