:root{--green: #1b6b3a;--green-dark: #124d29;--green-deep: #0e3d20;--gold: #c8a24a;--gold-dark: #a9843a;--ink: #23201c;--muted: #6a655c;--line: #e6e0d4;--paper: #faf7f0;--paper-soft: #f2ece0;--white: #ffffff;--shadow: 0 6px 24px rgba(30, 40, 20, .1);--shadow-sm: 0 2px 8px rgba(30, 40, 20, .08);--maxw: 1000px;--radius: 14px;--serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;--gothic: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--gothic);color:var(--ink);background:var(--paper);line-height:1.85;font-size:17px;letter-spacing:.01em;padding-bottom:64px}img{max-width:100%;height:auto;display:block}a{color:var(--green-dark);text-underline-offset:2px}:focus-visible{outline:3px solid var(--gold);outline-offset:2px}main{max-width:var(--maxw);margin:0 auto;padding:40px 20px 64px}.site-header{position:sticky;top:0;z-index:40;background:#fffffff5;backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}.header-inner{max-width:var(--maxw);margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;flex:none}.brand-text{display:flex;flex-direction:column;line-height:1.25}.brand-name{font-family:var(--serif);font-size:1.3rem;font-weight:800;color:var(--green-dark);letter-spacing:.03em}.brand-sub{font-size:.72rem;color:var(--muted);letter-spacing:.02em}.header-tel{text-align:right;text-decoration:none;color:var(--ink);line-height:1.2}.header-tel-label{display:block;font-size:.68rem;color:var(--muted)}.header-tel-num{font-family:var(--serif);font-size:1.4rem;font-weight:800;color:var(--green-dark)}.header-tel-num:before{content:"☎ ";color:var(--gold-dark);font-size:.9em}.header-right{display:flex;align-items:center;gap:12px}.nav-check{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.nav-toggle{display:none}.site-nav{background:var(--green)}.site-nav ul{max-width:var(--maxw);margin:0 auto;padding:0;list-style:none;display:flex;flex-wrap:wrap}.site-nav a{display:block;padding:13px 20px;color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:.04em;transition:background .15s}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--green-deep)}@media (max-width: 759px){.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;cursor:pointer;border-radius:8px}.nav-toggle span{display:block;height:2.5px;background:var(--green-dark);border-radius:2px;transition:transform .2s,opacity .2s}.nav-check:checked~.site-nav ul{display:flex}.site-nav ul{display:none;flex-direction:column}.site-nav li{border-top:1px solid rgba(255,255,255,.12)}.site-nav a{padding:14px 20px;font-size:1rem}}h1{font-family:var(--serif);font-size:clamp(1.5rem,4vw,2rem);color:var(--green-dark);margin:0 0 22px;letter-spacing:.03em}h2{font-family:var(--serif);font-size:clamp(1.25rem,3vw,1.5rem);color:var(--green-dark);margin:44px 0 18px;letter-spacing:.03em;display:flex;align-items:center;gap:12px}h2:before{content:"";width:26px;height:26px;flex:none;background:no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='2' width='14' height='20' rx='3' fill='%23fff' stroke='%231b6b3a' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='8' r='2' fill='%23c8a24a'/%3E%3Ccircle cx='12' cy='15' r='2' fill='%231b6b3a'/%3E%3C/svg%3E")}h3{font-family:var(--serif)}.lead{font-size:1.08rem;color:var(--muted);margin-top:0}.hero{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:8px;min-height:420px;display:flex;align-items:flex-end;background:linear-gradient(180deg,#0e3d2026,#0e3d20d9),#0e3d20 center / cover no-repeat;box-shadow:var(--shadow)}.hero.has-photo{background-image:linear-gradient(180deg,#0e3d2040,#0e3d20e0),var(--hero-img)}.hero-copy{padding:32px clamp(20px,5vw,44px) 36px;color:#fff}.hero-copy .eyebrow{display:inline-block;background:var(--gold);color:#23201c;font-weight:700;font-size:.8rem;padding:4px 14px;border-radius:999px;margin-bottom:14px;letter-spacing:.05em}.hero-copy h1{color:#fff;font-size:clamp(1.6rem,5vw,2.5rem);margin:0 0 14px;line-height:1.4;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-copy .lead{color:#ffffffeb;font-size:clamp(.95rem,2.4vw,1.1rem);max-width:40em}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin:22px 0 8px}.feature{background:var(--white);padding:16px 12px;text-align:center}.feature .fnum{font-family:var(--serif);font-size:1.15rem;font-weight:800;color:var(--green-dark);display:block}.feature .flabel{font-size:.78rem;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:22px 0}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;position:relative}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card h3{margin:0 0 10px;color:var(--green-dark);font-size:1.2rem}.card .price{font-family:var(--serif);font-size:1.6rem;font-weight:800;color:var(--green-dark);display:block;margin-bottom:6px}.card .price small{font-size:.72rem;color:var(--muted);font-weight:400;font-family:var(--gothic)}.card .more{color:var(--gold-dark);font-weight:700}table.price{width:100%;border-collapse:collapse;margin:18px 0;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}table.price th,table.price td{border-bottom:1px solid var(--line);padding:15px 18px;text-align:left}table.price thead th{background:var(--green);color:#fff;font-weight:700}table.price tbody th{background:var(--paper-soft);white-space:nowrap;font-weight:500}table.price td{font-family:var(--serif);font-weight:700;color:var(--green-dark)}table.price tr:last-child th,table.price tr:last-child td{border-bottom:0}ul.checks{list-style:none;padding:0;margin:14px 0}ul.checks li{padding:9px 0 9px 34px;position:relative;border-bottom:1px dashed var(--line)}ul.checks li:last-child{border-bottom:0}ul.checks li:before{content:"✔";position:absolute;left:4px;top:9px;color:var(--white);background:var(--green);width:22px;height:22px;border-radius:50%;font-size:.75rem;display:grid;place-items:center}.info-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.info-table th,.info-table td{border-bottom:1px solid var(--line);padding:15px 18px;text-align:left;vertical-align:top}.info-table th{background:var(--paper-soft);white-space:nowrap;width:8em;font-weight:700}.info-table tr:last-child th,.info-table tr:last-child td{border-bottom:0}.news-list{list-style:none;padding:0;margin:14px 0}.news-list li{border-bottom:1px solid var(--line);padding:16px 0}.news-list .date{color:var(--gold-dark);font-size:.82rem;font-weight:700;letter-spacing:.05em}.news-list .title{font-family:var(--serif);font-weight:700;font-size:1.08rem;color:var(--green-dark)}.btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;background:var(--gold);color:#23201c;text-decoration:none;padding:15px 32px;border-radius:999px;font-weight:700;font-size:1.08rem;box-shadow:0 4px 0 var(--gold-dark);transition:transform .12s,box-shadow .12s}.btn.green{background:var(--green);color:#fff;box-shadow:0 4px 0 var(--green-deep)}.btn.ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);box-shadow:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(4px);box-shadow:none}.cta{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:30px 0}.hero .cta{justify-content:flex-start;margin:22px 0 0}.cta-band{background:var(--green-dark);color:#fff;border-radius:var(--radius);padding:34px 24px;text-align:center;margin:44px 0 0;box-shadow:var(--shadow)}.cta-band h2{color:#fff;justify-content:center;margin:0 0 8px}.cta-band h2:before{display:none}.cta-band p{color:#ffffffd9;margin:0 0 18px}.notice{background:var(--paper-soft);border-left:4px solid var(--gold);padding:14px 18px;border-radius:0 10px 10px 0;margin:16px 0}.map iframe{display:block;width:100%;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.site-footer{background:var(--green-deep);color:#e8e4da;margin-top:56px}.footer-inner{max-width:var(--maxw);margin:0 auto;padding:36px 20px;display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between}.footer-info p{margin:3px 0;font-size:.92rem}.footer-name{font-family:var(--serif);font-weight:800;font-size:1.15rem;color:#fff}.site-footer a{color:#fff}.footer-nav ul{list-style:none;padding:0;margin:0;columns:2;column-gap:32px}.footer-nav a{text-decoration:none;font-size:.92rem;line-height:2.1}.copyright{text-align:center;font-size:.78rem;padding:14px;margin:0;background:#00000040;letter-spacing:.05em}.callbar{position:fixed;left:0;right:0;bottom:0;z-index:50;background:linear-gradient(180deg,var(--green) 0%,var(--green-dark) 100%);color:#fff;text-align:center;text-decoration:none;padding:15px 12px;font-weight:700;font-size:1.02rem;box-shadow:0 -2px 12px #00000040}@media (min-width: 760px){.callbar{display:none}body{padding-bottom:0}}@media (max-width: 759px){.header-tel{display:none}main{padding-top:26px}.hero{min-height:360px}}.prose{max-width:760px}.prose h2,.prose h3,.prose h4{font-family:var(--serif);color:var(--green-dark);margin:28px 0 10px}.prose h4{font-size:1.2rem;border-bottom:2px solid var(--line);padding-bottom:6px}.prose p{margin:6px 0}.prose ul,.prose ol{padding-left:1.4em}.prose li{margin:4px 0}.prose a{color:var(--gold-dark);font-weight:600}.prose img{margin:10px auto;border-radius:8px;box-shadow:var(--shadow-sm)}.prose figure{margin:18px 0;text-align:center}.prose table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff;box-shadow:var(--shadow-sm)}.prose th,.prose td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.prose th{background:var(--paper-soft)}.prose hr{border:0;border-top:1px solid var(--line);margin:24px 0}.linkgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:16px 0}.linkgrid a{display:block;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;text-decoration:none;color:var(--green-dark);font-weight:700;box-shadow:var(--shadow-sm);transition:transform .15s}.linkgrid a:hover{transform:translateY(-2px)}.linkgrid a small{display:block;color:var(--muted);font-weight:400;font-size:.8rem;margin-top:2px}
