:root{color-scheme:light;--ink:#1f2a26;--muted:#66736d;--line:#e4ece6;--paper:#fbfaf4;--white:#ffffff;--green:#2f8a64;--green-dark:#1e6b4d;--gold:#d7a957;--blue:#4f7f95;--mint:#eef8f1;--cream:#fff7e7;--danger:#ba3b3b;--shadow:0 18px 45px rgba(49,83,69,0.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Hiragino Sans,Yu Gothic,Meiryo,system-ui,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,56px);background:rgba(255,252,244,.9);border-bottom:1px solid rgba(228,236,230,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-actions,.admin-toolbar,.brand,.button-row,.hero-actions,.result-meta,.site-header,.site-nav,.trust-strip{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;color:var(--white);background:var(--green);border-radius:50%;font-weight:900}.site-nav{gap:22px;color:var(--muted);font-size:14px;font-weight:700}.hero{position:relative;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#dcefe6}.hero-image,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center center;filter:saturate(1.04) brightness(1.08)}.hero-overlay{background:linear-gradient(90deg,rgba(24,54,43,.76),rgba(38,88,68,.5) 40%,rgba(255,250,235,.12) 78%)}.hero-content{position:relative;z-index:1;width:min(680px,calc(100% - 36px));margin-left:clamp(18px,7vw,96px);padding:104px 0 132px;color:var(--white)}.eyebrow{margin:0 0 10px;color:var(--gold);font-size:13px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:680px;font-size:clamp(38px,6vw,76px);line-height:1.05}h1,h2{margin:0}h2{font-size:clamp(28px,4vw,44px);line-height:1.18}.hero-copy{max-width:600px;margin:24px 0 0;color:rgba(255,255,255,.92);font-size:17px}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;color:var(--white);background:var(--green);border:0;border-radius:8px;cursor:pointer;font-weight:800}.button.secondary{color:var(--green-dark);background:var(--mint);border:1px solid var(--line)}.button.danger{background:var(--danger)}.button.ghost{color:var(--green-dark);background:transparent}.button.ghost,.trust-strip{border:1px solid var(--line)}.trust-strip{position:relative;z-index:2;width:min(1120px,calc(100% - 36px));margin:-54px auto 0;display:grid;grid-template-columns:repeat(3,1fr);background:var(--white);border-radius:8px;box-shadow:var(--shadow)}.trust-strip div{padding:22px 26px;border-right:1px solid var(--line)}.trust-strip div:last-child{border-right:0}.trust-strip span,.trust-strip strong{display:block}.muted,.trust-strip span{color:var(--muted)}.section{padding:86px 0 0}.page,.section{width:min(1120px,calc(100% - 36px));margin:0 auto}.page{padding:52px 0 0}.section-heading{max-width:760px;margin-bottom:28px}.section-heading p:not(.eyebrow){margin:12px 0 0;color:var(--muted)}.admin-filter,.admin-form,.crawl-panel,.search-panel{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:14px;gap:14px;padding:18px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 34px rgba(23,33,31,.08)}.admin-filter,.admin-form,.crawl-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-edit-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.admin-help{position:-webkit-sticky;position:sticky;top:92px;padding:20px;background:var(--white);border:1px solid var(--line);border-radius:8px}.admin-help h2{font-size:22px}.admin-help h2,.admin-help p,.admin-help ul{margin-top:0}.admin-help ul{padding-left:18px;color:var(--muted)}.quick-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:-2px}label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:800}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;color:var(--ink);background:#fffefa;border:1px solid var(--line);border-radius:8px}textarea{min-height:130px;resize:vertical}.full{grid-column:1/-1}.result-meta{justify-content:space-between;gap:16px;margin:22px 0 16px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;color:var(--muted);font-size:13px;font-weight:800}.breadcrumbs a{color:var(--green-dark)}.admin-grid,.facility-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.admin-card,.detail-card,.facility-card,.guide-grid article,details{background:var(--white);border:1px solid var(--line);border-radius:8px}.admin-card,.detail-card,.facility-card{display:flex;flex-direction:column;min-height:100%;padding:20px}.admin-card h3,.facility-card h3{margin:0;font-size:20px;line-height:1.35}.admin-card p,.facility-card p{margin:10px 0 0;color:var(--muted)}.card-meta{display:grid;grid-gap:7px;gap:7px;margin:16px 0;color:var(--muted);font-size:14px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.status,.tag{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;color:var(--green-dark);background:var(--mint);border-radius:999px;font-size:12px;font-weight:800}.status.private{color:#7f4b00;background:#fff1d8}.status.draft{color:#665f56;background:#f2eee8}.area-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.area-link{padding:16px;background:var(--white);border:1px solid var(--line);border-radius:8px;font-weight:800}.area-link span{display:block;color:var(--muted);font-size:13px;font-weight:600}.guide-grid article{padding:24px}.guide-grid span{color:var(--gold);font-weight:900}.detail-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px;align-items:stretch}.detail-image{min-height:360px;object-fit:cover;border-radius:8px}.table-wrap{overflow-x:auto;background:var(--white);border:1px solid var(--line);border-radius:8px}.comparison-table{width:100%;min-width:720px;border-collapse:collapse}.comparison-table td,.comparison-table th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.comparison-table th{width:160px;color:var(--green-dark);background:var(--mint);font-weight:900}.comparison-table tr:last-child td,.comparison-table tr:last-child th{border-bottom:0}.faq-list{display:grid;grid-gap:12px;gap:12px}details{padding:18px 20px}summary{cursor:pointer;font-weight:900}details p{margin:12px 0 0;color:var(--muted)}.admin-actions,.button-row{flex-wrap:wrap;gap:10px;margin-top:16px}.admin-filter{align-items:end;margin-top:24px}.admin-filter .button-row{margin-top:0}.admin-summary{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 -54px;color:var(--muted);font-size:14px;font-weight:800}.admin-summary span,.admin-summary strong{padding:6px 10px;background:var(--white);border:1px solid var(--line);border-radius:999px}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-card-head h3{flex:1 1}.notice{max-width:720px;margin:0 0 20px;padding:12px 14px;color:var(--green-dark);background:var(--mint);border:1px solid #cfe8d6;border-radius:8px;font-weight:800}.empty-state{grid-column:1/-1;padding:28px;background:var(--white);border:1px solid var(--line);border-radius:8px}.empty-state h3,.empty-state p{margin:0}.empty-state p{margin-top:8px;color:var(--muted)}.error-state{border-color:#efc7c7}.error-state h3{color:var(--danger)}.crawl-review{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:34px}.crawl-review-card{padding:22px;background:var(--white);border:1px solid var(--line);border-radius:8px}.crawl-review-card h3{margin:0 0 14px}.crawl-dl{display:grid;grid-gap:12px;gap:12px;margin:0}.crawl-dl div{display:grid;grid-gap:4px;gap:4px}.crawl-dl dt{color:var(--muted);font-size:13px;font-weight:800}.crawl-dl dd{margin:0}.review-list{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.review-list li{display:grid;grid-gap:2px;gap:2px;padding:10px 12px;border-radius:8px}.review-list li.ok{color:var(--green-dark);background:var(--mint)}.review-list li.needs-check{color:#7f4b00;background:#fff1d8}.review-list span{font-size:13px}.crawl-form-heading{margin-top:18px}.admin-toolbar{justify-content:flex-end;margin:-18px 0 24px}.auth-page{min-height:62vh}.auth-form{max-width:520px}.form-error{margin:0;color:var(--danger);font-weight:800}.site-footer{display:flex;justify-content:space-between;gap:24px;width:min(1120px,calc(100% - 36px));margin:90px auto 0;padding:34px 0 42px;color:var(--muted);border-top:1px solid var(--line)}.site-footer p{max-width:720px;margin:8px 0 0}.site-footer a{color:var(--green);font-weight:800;white-space:nowrap}.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:14px;font-size:14px}.document-page{max-width:920px}.document-page section{margin-top:34px}.document-page h2{font-size:26px}.document-page p{color:var(--muted)}@media (max-width:900px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:space-between}.hero{min-height:620px}.hero-image{object-position:58% center}.hero-overlay{background:linear-gradient(180deg,rgba(24,54,43,.74),rgba(38,88,68,.48) 56%,rgba(255,250,235,.12))}.hero-content{margin:0 auto;padding-top:88px}.admin-edit-layout,.admin-grid,.crawl-review,.detail-hero,.facility-grid,.guide-grid,.trust-strip{grid-template-columns:1fr}.admin-help{position:static}.trust-strip div{border-right:0;border-bottom:1px solid var(--line)}.trust-strip div:last-child{border-bottom:0}.admin-filter,.admin-form,.crawl-panel,.search-panel{grid-template-columns:1fr 1fr}.area-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.site-nav{flex-wrap:wrap;gap:12px 18px;justify-content:flex-start}.hero{min-height:600px}.hero-image{object-position:60% center}.hero-content{padding-bottom:104px}.admin-filter,.admin-form,.area-links,.button,.crawl-panel,.hero-actions,.search-panel{width:100%;grid-template-columns:1fr}.admin-summary{margin-bottom:-42px}.site-footer{flex-direction:column}}