:root {
  --ink: #3f403f;
  --muted: #6c6f6d;
  --line: #e9ded2;
  --coral: #f58f92;
  --coral-dark: #ee777d;
  --yellow: #f8c452;
  --green: #9fc865;
  --mint: #8dbba3;
  --blue: #77b7df;
  --purple: #c493ce;
  --cream: #fffdf9;
  --shadow: 0 18px 40px rgba(101, 78, 45, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  line-height: 1.75;
  letter-spacing: .04em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.header-inner {
  width: min(1360px, calc(100% - 48px));
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { width: 290px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.global-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 42px); font-size: 15px; font-weight: 700; white-space: nowrap; }
.global-nav > a:not(.contact-button) { position: relative; }
.global-nav > a:not(.contact-button)::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -8px; height: 2px; background: var(--coral); transition: .25s ease; }
.global-nav > a:not(.contact-button):hover::after { left: 0; right: 0; }
.contact-button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; color: #fff; background: linear-gradient(135deg, #f29ca1, #ef7c82); border-radius: 999px; box-shadow: 0 8px 18px rgba(240, 126, 132, .22); }
.contact-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #fff2f2; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--coral-dark); transition: .2s; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,.95) 0 16%, transparent 17%),
    linear-gradient(150deg, #eefaff 0%, #f8fcff 34%, #eef8ff 58%, #fff8eb 100%);
}
.hero::before { content: ""; position: absolute; inset: auto -8% -76px -8%; height: 140px; background: #fff; border-radius: 50% 50% 0 0 / 35% 35% 0 0; opacity: .72; }
.hero-inner { width: min(1448px, 100%); min-height: 392px; margin: auto; display: grid; grid-template-columns: 42% 58%; position: relative; }
.hero-copy { position: relative; z-index: 2; padding: 72px 26px 64px clamp(36px, 8.3vw, 122px); background: linear-gradient(90deg, rgba(255,255,255,.98) 0 55%, rgba(255,255,255,.78) 78%, rgba(255,255,255,0) 100%); }
.hero-kicker, .hero h1, .hero-lead { font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; }
.hero-kicker { margin: 0 0 6px; font-size: clamp(20px, 5.2vw, 34px); font-weight: 800; letter-spacing: .05em; line-height: 1.25; white-space: nowrap; }
.hero-kicker .blue { color: #3a91cb; }
.hero-kicker .coral { color: #f17475; font-size: 1.16em; }
.hero-kicker .green { color: #86b653; }
.hero-kicker .outlined { display: inline-block; margin-left: 4px; padding: 0 4px; color: #3f90c6; border: 3px solid #3f90c6; border-radius: 6px; line-height: 1.02; }
.hero h1 { margin: 0 0 18px; font-size: clamp(16px, 4vw, 28px); font-weight: 600; letter-spacing: .1em; white-space: nowrap; }
.hero-lead { margin: 0; font-size: clamp(14px, 1.2vw, 16px); font-weight: 600; line-height: 1.9; }
.notes { position: absolute; left: 35px; bottom: 35px; color: #5eb0db; font-size: 26px; transform: rotate(-7deg); }
.hero-image-wrap { position: relative; overflow: hidden; min-height: 392px; }
.hero-image-wrap::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.hero-image-wrap::after { content: ""; position: absolute; right: -70px; top: -120px; width: 220px; height: 220px; background: #fff; border-radius: 50%; opacity: .7; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-deco { position: absolute; z-index: 3; pointer-events: none; }
.hero-deco--cloud { width: 44px; height: 25px; background: white; border-radius: 40px; box-shadow: 13px -8px 0 4px white, 28px 0 0 1px white; opacity: .9; }
.cloud-one { top: 56px; left: 42px; transform: scale(.8); }
.cloud-two { top: 116px; left: 39%; transform: scale(.55); }
.hero-deco--bird { top: 45px; left: 32%; width: 40px; height: 28px; color: #f5c844; font-size: 0; }
.hero-deco--bird::before, .hero-deco--bird::after { content: ""; position: absolute; width: 25px; height: 16px; background: #f5c844; border-radius: 70% 20% 70% 30%; transform: rotate(15deg); }
.hero-deco--bird::after { left: 16px; transform: scaleX(-1) rotate(15deg); }

.feature-strip {
  position: relative;
  z-index: 10;
  width: min(1280px, calc(100% - 70px));
  margin: -34px auto 26px;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  background: rgba(255,255,255,.96);
  border-radius: 42px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(236,221,205,.7);
}
.feature-card { min-width: 0; padding: 2px 10px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 11px; }
.feature-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #fff; }
.feature-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h2 { margin: 0 0 2px; font-size: 17px; line-height: 1.3; }
.feature-card p { margin: 0; font-size: 11px; line-height: 1.65; letter-spacing: .02em; }
.feature-card--pink .feature-icon { background: #f39da0; } .feature-card--pink h2 { color: #ef7b7e; }
.feature-card--yellow .feature-icon { background: #f5bd48; } .feature-card--yellow h2 { color: #f3b334; }
.feature-card--green .feature-icon { background: #a9cc72; } .feature-card--green h2 { color: #8aad50; }
.feature-card--blue .feature-icon { background: #7ab8df; } .feature-card--blue h2 { color: #4fa2d5; }
.feature-card--purple .feature-icon { background: #c392ce; } .feature-card--purple h2 { color: #b27ac1; }

.section-shell { width: min(1290px, calc(100% - 70px)); margin-left: auto; margin-right: auto; }
.info-section { display: grid; grid-template-columns: 1.05fr .95fr .95fr 1.05fr; gap: 22px; padding: 0 0 16px; }
.info-card { min-width: 0; min-height: 226px; padding: 16px 18px 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 7px 24px rgba(104, 81, 47, .04); }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.card-heading h2 { margin: 0; font-size: 18px; line-height: 1.3; }
.card-heading > a { font-size: 11px; font-weight: 700; }
.heading-icon { margin-right: 6px; font-size: 20px; }
.heading-icon.line { display: inline-grid; place-items: center; width: 22px; height: 22px; color: var(--coral); border: 2px solid currentColor; border-radius: 50%; font-size: 13px; }
.heading-icon.green { color: #77b889; border-radius: 5px; }
.heading-icon.coral { color: var(--coral); border: 0; }
.news-list { margin: 0 0 12px; padding: 0; list-style: none; font-size: 11px; }
.news-list li { display: grid; grid-template-columns: 70px auto 1fr; align-items: center; column-gap: 7px; padding: 5px 0; }
.news-list li:not(:first-child) { grid-template-columns: 70px 1fr; }
.news-list time { color: #5d6260; font-size: 10px; }
.news-list a:hover { color: var(--coral-dark); }
.new-badge { padding: 1px 7px; color: #fff; background: var(--coral); border-radius: 999px; font-size: 9px; font-weight: 700; }
.pill-link { width: fit-content; min-width: 160px; margin: auto; padding: 5px 20px; display: flex; justify-content: center; align-items: center; gap: 14px; color: #fff; border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.pill-link:hover { transform: translateY(-2px); box-shadow: 0 7px 15px rgba(0,0,0,.10); }
.pill-link span { font-size: 20px; line-height: 1; }
.pill-link--pink { background: linear-gradient(90deg, #f3a2a5, #f0898e); }
.pill-link--green { color: #749e4e; background: #e6f2d7; }
.pill-link--mint { background: linear-gradient(90deg, #a2cdb8, #8ab8a0); }
.schedule-list { margin: 0 0 9px; font-size: 11px; line-height: 1.48; }
.schedule-list div { display: grid; grid-template-columns: 55px 1fr; gap: 5px; }
.schedule-list dt { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; }
.schedule-list dd { margin: 0; }
.event-list { margin: 0 0 14px; padding: 0; list-style: none; font-size: 11px; }
.event-list li { display: flex; align-items: center; gap: 10px; padding: 5px 0; }
.season { min-width: 33px; padding: 2px 6px; border-radius: 4px; text-align: center; font-weight: 700; }
.spring { color: #ee8e99; background: #fde2e6; } .summer { color: #58a9d3; background: #dff2fb; } .autumn { color: #e1a239; background: #fff0d4; } .winter { color: #509ac7; background: #e5f1f9; }
.admission-card img { width: 100%; height: 89px; object-fit: cover; border-radius: 12px; }
.admission-card p { margin: 7px 0 9px; font-size: 11px; line-height: 1.55; }
.admission-card .pill-link { min-width: 150px; }

.gallery { display: grid; grid-template-columns: 1.17fr .96fr .92fr .96fr 1.1fr; gap: 10px; padding-bottom: 24px; }
.gallery figure { margin: 0; min-width: 0; height: 143px; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 18px rgba(62, 46, 27, .08); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.045); }

.site-footer { border-top: 6px solid #d7eff9; background: #fff; }
.footer-inner { width: min(1300px, calc(100% - 70px)); margin: auto; min-height: 150px; display: grid; grid-template-columns: 310px 1.1fr 1.4fr 90px; align-items: center; gap: 36px; }
.footer-brand img { width: 100%; max-width: 290px; height: auto; object-fit: contain; object-position: left center; }
.flowers { margin-top: 8px; font-size: 16px; letter-spacing: .35em; }
.footer-contact { font-style: normal; font-size: 12px; }
.footer-contact p { margin: 0 0 4px; }
.phone { display: block; width: fit-content; margin: 0 0 3px; color: var(--coral-dark); font-size: 21px; letter-spacing: .06em; }
.footer-contact small { display: block; font-size: 9px; letter-spacing: .03em; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid #d6dde1; }
.footer-nav div { min-height: 75px; padding-left: 32px; border-right: 1px solid #d6dde1; display: flex; flex-direction: column; gap: 4px; }
.footer-nav div:last-child { border-right: 0; }
.footer-nav a { font-size: 12px; white-space: nowrap; }
.footer-nav a:hover { color: var(--coral-dark); }
.to-top { width: 84px; height: 84px; display: grid; place-items: center; align-content: center; color: #fff; background: #f4a3aa; border-radius: 50%; text-align: center; font-size: 12px; line-height: 1.5; box-shadow: 0 8px 22px rgba(240,139,147,.18); }
.to-top span { font-size: 24px; line-height: 1; }

@media (max-width: 1120px) {
  .header-inner { width: min(100% - 34px, 1080px); }
  .brand { width: 245px; }
  .global-nav { gap: 17px; font-size: 13px; }
  .contact-button { padding: 10px 15px; }
  .feature-strip { width: calc(100% - 38px); padding-inline: 14px; }
  .feature-card { grid-template-columns: 54px 1fr; gap: 8px; padding-inline: 4px; }
  .feature-icon { width: 52px; height: 52px; }
  .feature-card h2 { font-size: 15px; }
  .section-shell, .footer-inner { width: calc(100% - 38px); }
  .info-section { gap: 12px; }
  .info-card { padding-inline: 13px; }
  .footer-inner { grid-template-columns: 260px 1fr 1.25fr 78px; gap: 20px; }
  .footer-nav div { padding-left: 18px; }
}

@media (max-width: 920px) {
  .menu-button { display: block; }
  .global-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 4px; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(38,34,25,.15); }
  .global-nav.is-open { display: flex; }
  .global-nav > a { padding: 10px 14px; border-radius: 10px; }
  .global-nav > a:not(.contact-button):hover { background: #fff5f5; }
  .global-nav > a:not(.contact-button)::after { display: none; }
  .contact-button { justify-content: center; margin-top: 7px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 36px 32px; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.72)); }
  .hero-image-wrap { min-height: 300px; }
  .hero-image-wrap::before { width: 100%; height: 18%; inset: 0 0 auto; background: linear-gradient(#fff, transparent); }
  .hero-deco, .notes { display: none; }
  .feature-strip { margin-top: -20px; grid-template-columns: repeat(2, 1fr); border-radius: 28px; gap: 13px; }
  .feature-card:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; }
  .info-section { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery figure:nth-child(4), .gallery figure:nth-child(5) { grid-column: span 1; }
  .footer-inner { padding: 28px 0; grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; order: 4; }
  .to-top { justify-self: end; }
}

@media (max-width: 600px) {
  .header-inner { height: 68px; width: calc(100% - 24px); }
  .brand { width: 220px; }
  .brand img { height: 52px; }
  .hero-copy { padding: 44px 20px 24px; }
  .hero-lead { font-size: 13px; text-align: left; display: inline-block; }
  .hero-image-wrap { min-height: 230px; }
  .hero-image-wrap img { object-position: 55% center; }
  .feature-strip { width: calc(100% - 24px); margin-bottom: 20px; padding: 14px; grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { width: 100%; grid-column: auto; padding: 2px 8px; }
  .feature-card h2 { font-size: 16px; }
  .feature-card p { font-size: 11px; }
  .section-shell { width: calc(100% - 24px); }
  .info-section { grid-template-columns: 1fr; }
  .info-card { min-height: unset; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure { height: 118px; }
  .gallery figure:last-child { grid-column: 1 / -1; }
  .footer-inner { width: calc(100% - 24px); grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: auto; }
  .phone { margin-left: auto; margin-right: auto; }
  .footer-nav { grid-column: auto; grid-template-columns: 1fr; border-left: 0; }
  .footer-nav div { min-height: auto; padding: 10px 0; border-right: 0; border-top: 1px solid #e0e5e7; }
  .to-top { justify-self: center; }
}

/* =========================================================
   下層ページ共通（園について/特色/1日の流れ/入園案内/お知らせ/アクセス/お問い合わせ）
   ========================================================= */
.page-head { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.9) 0 14%, transparent 15%), linear-gradient(150deg, #eefaff 0%, #f8fcff 40%, #fff8eb 100%); border-bottom: 1px solid rgba(233,222,210,.7); }
.page-head::after { content: ""; position: absolute; inset: auto -8% -60px -8%; height: 110px; background: #fff; border-radius: 50% 50% 0 0 / 40% 40% 0 0; opacity: .7; }
.page-head-inner { width: min(1290px, calc(100% - 70px)); margin: auto; padding: 42px 0 40px; position: relative; z-index: 2; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 12px; font-size: 12px; color: var(--muted); }
.breadcrumb a:hover { color: var(--coral-dark); }
.breadcrumb span[aria-hidden] { opacity: .5; }
.page-title { margin: 0; font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: .09em; line-height: 1.3; }
.page-title .en { display: block; margin-top: 8px; font-size: 12px; font-weight: 800; letter-spacing: .28em; color: var(--coral); }
.page-lead { margin: 12px 0 0; font-size: 14px; color: #5b5f5d; line-height: 1.95; }

.page-main { padding: 46px 0 60px; }
.page-section { margin-bottom: 52px; }
.page-section:last-child { margin-bottom: 0; }
.section-title { margin: 0 0 20px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; letter-spacing: .06em; display: flex; align-items: center; gap: 12px; }
.section-title::before { content: ""; width: 26px; height: 26px; flex: none; border-radius: 50%; background: linear-gradient(135deg, #f7b0b3, #f0898e); box-shadow: 0 6px 12px rgba(240,126,132,.25); }
.section-title.g::before { background: linear-gradient(135deg,#b6d886,#93bd5a); box-shadow: 0 6px 12px rgba(150,190,90,.25); }
.section-title.b::before { background: linear-gradient(135deg,#93c9ea,#5aa6d6); box-shadow: 0 6px 12px rgba(90,166,214,.25); }
.section-title.y::before { background: linear-gradient(135deg,#f8cd6a,#f2b333); box-shadow: 0 6px 12px rgba(242,179,51,.25); }
.section-title small { font-size: 12px; font-weight: 800; letter-spacing: .2em; color: var(--muted); }
.prose { font-size: 15px; line-height: 2; color: #4c504e; }
.prose p { margin: 0 0 16px; }
.prose p:last-child { margin-bottom: 0; }
.lead-text { font-size: clamp(16px,1.4vw,19px); font-weight: 700; line-height: 1.9; color: var(--ink); }

.soft-card { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); padding: 30px clamp(20px,3vw,38px); }
.tint { border-radius: 20px; padding: 28px clamp(20px,3vw,36px); }
.tint-blue { background: #eef8ff; } .tint-cream { background: #fff8ec; } .tint-green { background: #f1f7e6; } .tint-pink { background: #fff1f2; }

/* 園長あいさつ */
.greeting { display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: start; }
.greeting-photo { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); background: #eef8ff; aspect-ratio: 4/5; }
.greeting-photo img { width: 100%; height: 100%; object-fit: cover; }
.greeting .sign { margin-top: 18px; font-size: 13px; color: var(--muted); }
.greeting .sign b { font-size: 18px; color: var(--ink); margin-left: 8px; letter-spacing: .08em; }

/* 概要・費用テーブル */
.info-table { width: 100%; border-collapse: collapse; font-size: 14px; overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.info-table th, .info-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.8; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }
.info-table th { width: 30%; background: #fff6ee; font-weight: 800; white-space: nowrap; }
.info-table td small { color: var(--muted); }

/* 方針・特色カード */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 7px 24px rgba(104,81,47,.05); padding: 26px 22px; }
.pillar .ic { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; margin-bottom: 14px; font-size: 26px; }
.pillar h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: .04em; }
.pillar p { margin: 0; font-size: 13.5px; line-height: 1.85; color: #565a58; color:#565a58; }
.pillar p { color: #565a58; }
.ic-pink{background:#f39da0}.ic-yellow{background:#f5bd48}.ic-green{background:#a9cc72}.ic-blue{background:#7ab8df}.ic-purple{background:#c392ce}.ic-mint{background:#8dbba3}

/* 大きな特色（交互レイアウト） */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; margin-bottom: 30px; }
.feature-row:nth-child(even) .feature-row-img { order: 2; }
.feature-row-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.feature-row-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-row .num { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .2em; color: var(--coral); margin-bottom: 6px; }
.feature-row h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: .05em; }
.feature-row p { margin: 0; font-size: 14.5px; line-height: 2; color: #4f5351; }

/* 沿革タイムライン */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 92px; top: 8px; bottom: 8px; width: 2px; background: #ecdfd0; }
.timeline li { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 9px 0; }
.timeline dt { font-weight: 800; font-size: 14px; color: var(--coral-dark); }
.timeline dd { margin: 0; font-size: 14px; line-height: 1.8; }
.timeline li::before { content: ""; position: absolute; left: 87px; top: 15px; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); border: 3px solid #fff; box-shadow: 0 0 0 2px #f3c7c9; }

/* 手続きの流れ ステップ */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; counter-reset: step; }
.steps li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 6px 18px rgba(104,81,47,.04); }
.steps li::before { counter-increment: step; content: "STEP " counter(step); grid-column: 1 / -1; }
.steps li { grid-template-columns: 60px 1fr; }
.step-no { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#f7b0b3,#f0898e); color: #fff; font-size: 22px; font-weight: 800; }
.steps h3 { margin: 0 0 6px; font-size: 17px; }
.steps p { margin: 0; font-size: 13.5px; line-height: 1.8; color: #565a58; color:#565a58; }

/* FAQ */
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px; padding: 16px 20px; font-weight: 800; font-size: 15px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; width: 28px; height: 28px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #fff1f2; color: var(--coral-dark); font-weight: 800; }
.faq-item summary::after { content: "＋"; margin-left: auto; color: var(--muted); }
.faq-item[open] summary::after { content: "－"; }
.faq-item .faq-body { padding: 0 20px 18px 60px; font-size: 14px; line-height: 1.9; color: #565a58; color:#565a58; }

/* お知らせ一覧ページ */
.news-page-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.news-page-list li { display: grid; grid-template-columns: 120px auto 1fr; align-items: center; gap: 16px; padding: 18px 8px; border-bottom: 1px solid var(--line); }
.news-page-list time { font-size: 13px; color: var(--muted); font-family: ui-monospace, monospace; }
.news-page-list .cat { justify-self: start; padding: 3px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; color: #fff; }
.cat-event{background:#f0898e}.cat-news{background:#7ab8df}.cat-recruit{background:#93bd5a}
.news-page-list a { font-size: 14.5px; font-weight: 600; }
.news-page-list a:hover { color: var(--coral-dark); }

/* ギャラリーページ */
.gallery-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-page figure { margin: 0; overflow: hidden; border-radius: 16px; aspect-ratio: 4/3; box-shadow: 0 8px 18px rgba(62,46,27,.08); position: relative; }
.gallery-page img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-page figure:hover img { transform: scale(1.05); }
.gallery-page figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 14px 10px; color: #fff; font-size: 13px; font-weight: 700; background: linear-gradient(transparent, rgba(40,30,20,.55)); }

/* アクセス地図（ダミー） */
.map-box { position: relative; height: 340px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(135deg,#eaf6ee,#eef6fb); display: grid; place-items: center; }
.map-box .pin { text-align: center; color: var(--coral-dark); font-weight: 800; }
.map-box .pin span { font-size: 42px; display: block; }
.map-box .grid-lines { position: absolute; inset: 0; background-image: linear-gradient(#dfeede 1px, transparent 1px), linear-gradient(90deg,#dfeede 1px, transparent 1px); background-size: 46px 46px; opacity: .6; }

/* フォーム */
.form-card { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); padding: 30px clamp(20px,3vw,40px); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 800; }
.form-row .req { margin-left: 8px; padding: 1px 8px; border-radius: 6px; background: #fde2e6; color: #d9585f; font-size: 10px; font-weight: 800; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid #e0d6ca; border-radius: 12px; padding: 13px 15px; background: #fff; outline: none; font: inherit; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(245,143,146,.18); }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-actions { text-align: center; margin-top: 8px; }
.form-success { display: none; margin-bottom: 20px; padding: 16px; border-radius: 14px; background: #eef7e6; border: 1px solid #cbe4ad; color: #5d8a35; font-weight: 700; text-align: center; }
.form-success.is-show { display: block; }

/* 汎用ボタン */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 30px; border: 0; border-radius: 999px; font-weight: 800; font-size: 15px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.btn-primary { color: #fff; background: linear-gradient(135deg,#f29ca1,#ef7c82); box-shadow: 0 10px 22px rgba(240,126,132,.24); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(240,126,132,.3); }
.btn-ghost { color: var(--coral-dark); background: #fff; border: 2px solid #f4b6b9; }
.btn-ghost:hover { background: #fff5f5; }
.btn span { font-size: 20px; line-height: 1; }

/* CTA 帯 */
.cta-band { position: relative; overflow: hidden; border-radius: 26px; padding: 40px clamp(24px,4vw,56px); background: linear-gradient(135deg,#eafaf3,#eef6fb 60%,#fff5ec); border: 1px solid rgba(233,222,210,.8); text-align: center; }
.cta-band h2 { margin: 0 0 10px; font-size: clamp(20px,2.6vw,28px); letter-spacing: .06em; }
.cta-band p { margin: 0 0 22px; font-size: 14px; color: #565a58; color:#565a58; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.sample-note { margin: 40px auto 0; font-size: 11px; color: var(--muted); text-align: center; line-height: 1.8; }

/* トップの「ボタン型」ナビカード（お知らせ/1日の流れ/年間行事/入園案内） */
.nav-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 8px; }
.nav-card { position: relative; display: flex; flex-direction: column; text-align: center; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 8px 24px rgba(104,81,47,.06); transition: transform .22s ease, box-shadow .22s ease; }
.nav-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(104,81,47,.12); }
.nav-card:hover .nav-photo img { transform: scale(1.06); }
.nav-photo { display: block; width: 100%; height: 150px; overflow: hidden; }
.nav-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nav-card .card-body { padding: 18px 18px 0; }
.nav-card h2 { margin: 0 0 6px; font-size: 20px; letter-spacing: .06em; }
.nav-card p { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.7; }
.nav-card .go { margin: 14px auto 20px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 24px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; }
.nav-card .go span { font-size: 18px; line-height: 1; }
.nav-card--pink .go { background: linear-gradient(135deg,#f7b0b3,#f0898e); }
.nav-card--green .go { background: linear-gradient(135deg,#b6d886,#93bd5a); }
.nav-card--mint .go { background: linear-gradient(135deg,#a2cdb8,#83b79f); }
.nav-card--blue .go { background: linear-gradient(135deg,#93c9ea,#5aa6d6); }
.nav-card--pink .nav-photo { border-bottom: 4px solid #f0898e; }
.nav-card--green .nav-photo { border-bottom: 4px solid #93bd5a; }
.nav-card--mint .nav-photo { border-bottom: 4px solid #83b79f; }
.nav-card--blue .nav-photo { border-bottom: 4px solid #5aa6d6; }
@media (max-width: 920px) { .nav-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .nav-cards { grid-template-columns: 1fr; } .nav-photo { height: 168px; } }

@media (max-width: 920px) {
  .page-head-inner, .section-shell { width: calc(100% - 38px); }
  .greeting { grid-template-columns: 220px 1fr; gap: 24px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-row { grid-template-columns: 1fr; gap: 18px; }
  .feature-row:nth-child(even) .feature-row-img { order: 0; }
  .gallery-page { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .page-head-inner, .section-shell { width: calc(100% - 24px); }
  .greeting { grid-template-columns: 1fr; }
  .greeting-photo { max-width: 260px; margin: auto; aspect-ratio: 1; }
  .pillar-grid { grid-template-columns: 1fr; }
  .info-table th { width: 38%; white-space: normal; }
  .timeline::before { left: 70px; } .timeline li { grid-template-columns: 70px 1fr; gap: 16px; } .timeline li::before { left: 65px; }
  .news-page-list li { grid-template-columns: auto 1fr; row-gap: 4px; }
  .news-page-list time { grid-column: 1 / -1; }
  .gallery-page { grid-template-columns: 1fr 1fr; }
  .steps li { grid-template-columns: 48px 1fr; gap: 12px; padding: 16px; } .step-no { width: 48px; height: 48px; font-size: 18px; }
}
