:root{--orange:#ee7a2e;--orange-dark:#cf6520;--orange-soft:#fdf1e7;--green:#4a6b5c;--green-soft:#eef3f0;--ink:#2a2622;--muted:#6f6861;--paper:#faf7f2;--white:#fff;--line:#e8e1d8;--radius:14px;--maxw:1120px;--font:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--ink);background:var(--paper);font-feature-settings:"palt";margin:0;font-size:16px;line-height:1.9}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:.02em;margin:0;font-weight:700;line-height:1.4}p{margin:0 0 1em}ul,ol{margin:0;padding-left:1.4em}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.narrow{max-width:780px}.section.alt{background:var(--white)}.section.tint{background:var(--orange-soft)}.section.green{background:var(--green-soft)}.eyebrow{letter-spacing:.18em;color:var(--orange);text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:700;display:inline-block}.eyebrow.g{color:var(--green)}.h2{margin-bottom:20px;font-size:clamp(24px,3.2vw,34px)}.h3{margin:36px 0 12px;font-size:clamp(19px,2.2vw,23px)}.lead{color:var(--muted);max-width:720px;font-size:17px}.grid{gap:24px;display:grid}.grid.c2{grid-template-columns:repeat(2,1fr)}.grid.c3{grid-template-columns:repeat(3,1fr)}.grid.c4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid.c3,.grid.c4{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid.c2,.grid.c3,.grid.c4{grid-template-columns:1fr}.section{padding:52px 0}}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.card img{aspect-ratio:4/3;object-fit:cover;width:100%}.card .body{flex:1;padding:18px 20px 22px}.card .body h3{margin-bottom:6px;font-size:18px}.card .body p{color:var(--muted);margin:0;font-size:15px}.tag{color:var(--green);background:var(--green-soft);border-radius:999px;margin-bottom:8px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.tag.o{color:var(--orange-dark);background:var(--orange-soft)}.btn{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:14px 28px;font-family:inherit;font-size:16px;font-weight:700;display:inline-block}.btn:hover{background:var(--orange-dark);opacity:1}.btn.ghost{color:var(--ink);border:2px solid var(--ink);background:0 0}.btn.ghost:hover{background:var(--ink);color:#fff}.btn.green{background:var(--green)}.btn.green:hover{background:#3b5849}.btn-row{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.hero{color:#fff;align-items:flex-end;min-height:60vh;display:flex;position:relative;overflow:hidden}.hero img.bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(#0000000d 20%,#0009 100%);position:absolute;inset:0}.hero .container{z-index:1;padding-top:140px;padding-bottom:56px;position:relative}.hero h1{text-shadow:0 2px 20px #0006;font-size:clamp(28px,4.4vw,48px)}.hero p{text-shadow:0 1px 12px #00000080;max-width:640px;margin-top:14px;font-size:clamp(15px,1.6vw,18px)}.page-head{padding:64px 0 40px}.page-head h1{font-size:clamp(26px,3.6vw,40px)}.page-head p{color:var(--muted);max-width:720px;margin-top:12px}.facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:24px 0;display:grid}.facts div{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:14px 16px}.facts dt{color:var(--muted);letter-spacing:.08em;font-size:12px}.facts dd{margin:4px 0 0;font-weight:700}table.tbl{border-collapse:collapse;background:var(--white);border-radius:var(--radius);border:1px solid var(--line);width:100%;font-size:15px;overflow:hidden}table.tbl th,table.tbl td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px 14px}table.tbl thead th{background:var(--orange-soft);letter-spacing:.06em;font-size:13px}table.tbl tr:last-child td{border-bottom:0}.tbl-wrap{overflow-x:auto}.status{white-space:nowrap;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.status.vacant{color:#1e7a3c;background:#e6f4ea}.status.occupied{color:var(--muted);background:#f1eeea}.status.ask{background:var(--orange-soft);color:var(--orange-dark)}.fees dt{margin-top:14px;font-weight:700}.fees dd{color:var(--muted);margin:0}.fees dd strong{color:var(--ink)}.gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:10px;width:100%}.feature{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:96px 1fr;align-items:start;gap:18px;padding:20px;display:grid}.feature img{object-fit:contain;width:96px;height:96px}.feature h3{margin-bottom:6px;font-size:17px}.feature p{color:var(--muted);margin:0;font-size:15px}.split{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.split img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%}@media (width<=800px){.split{grid-template-columns:1fr;gap:24px}}.faq details{background:var(--white);border:1px solid var(--line);border-radius:10px;margin-bottom:10px;padding:0 20px}.faq summary{cursor:pointer;padding:16px 30px 16px 0;font-weight:700;list-style:none;position:relative}.faq summary:after{content:"+";color:var(--orange);font-size:22px;position:absolute;top:14px;right:0}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted);margin:0;padding-bottom:16px}.voice{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);padding:22px 24px}.voice p{margin:0 0 10px}.voice span{color:var(--muted);font-size:14px}.cta{background:var(--ink);color:#fff;text-align:center;padding:72px 0}.cta h2{margin-bottom:12px;font-size:clamp(22px,3vw,30px)}.cta p{color:#d9d3cb}.prose{max-width:760px}.prose h2{border-left:4px solid var(--orange);margin:40px 0 14px;padding-left:14px;font-size:24px}.prose h3{margin:30px 0 10px;font-size:19px}.prose img{border-radius:10px;margin:16px 0}.prose ul,.prose ol{margin-bottom:1em}.prose blockquote{border-left:3px solid var(--line);color:var(--muted);margin:0 0 1em;padding-left:16px}.notice{background:var(--orange-soft);border-radius:10px;padding:14px 18px;font-size:15px}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.steps div{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:18px;position:relative}.steps div:before{counter-increment:step;content:counter(step, decimal-leading-zero);color:var(--orange);letter-spacing:.1em;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.steps h3{margin-bottom:4px;font-size:16px}.steps p{color:var(--muted);margin:0;font-size:14px}form.contact{gap:18px;max-width:680px;display:grid}form.contact label{gap:6px;font-size:15px;font-weight:700;display:grid}form.contact label small{color:var(--orange-dark);margin-left:6px;font-weight:400}form.contact input,form.contact select,form.contact textarea{font:inherit;border:1px solid var(--line);background:var(--white);border-radius:8px;width:100%;padding:12px 14px}form.contact textarea{resize:vertical;min-height:160px}.hp{position:absolute;left:-9999px}:root{--paper:#fcf8f0;--ink:#272333;--muted:#615a66;--orange:#dc592d;--orange-dark:#a13717;--orange-soft:#ffeadb;--green:#49367a;--green-soft:#eee6ff;--line:#c8becb;--maxw:1200px;--display:"Dela Gothic One","Noto Sans JP",sans-serif;--purple:#7355b0;--lavender:#e5dbf4;--yellow:#ffe17b}h1,h2,h3{font-weight:700}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--purple);outline-offset:5px}a:hover{opacity:1}.btn{border:1.5px solid var(--ink);box-shadow:3px 4px 0 var(--ink);transition:transform .2s,box-shadow .2s}.btn:hover{box-shadow:5px 6px 0 var(--ink);transform:translate(-1px,-2px)}.btn.ghost{background:var(--paper);border-width:1.5px}.eyebrow,.tag,.status{font-size:.875rem}.card{border:1.5px solid var(--ink);border-radius:8px;transition:transform .2s;box-shadow:4px 5px #27233324}.card:hover{transform:translateY(-5px)}.card .body p{font-size:1rem}.card .body{padding:22px}.section{padding:90px 0}.section-rule{border-top:1.5px solid var(--ink);letter-spacing:.04em;justify-content:space-between;gap:20px;margin-bottom:62px;padding-top:14px;font-size:.875rem;font-weight:700;display:flex}.display-heading,.story-heading h2{font-family:var(--display);letter-spacing:0;margin-bottom:24px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.55}.town-hero{border-bottom:1.5px solid var(--ink);isolation:isolate;background:radial-gradient(at 50% 45%,#fffcf6 20%,#f3e9f0 100%);min-height:820px;position:relative;overflow:hidden}.hero-copy{text-align:center;z-index:3;max-width:900px;margin:0 auto;padding:92px 20px 255px;position:relative}.hero-eyebrow{color:var(--purple);letter-spacing:.2em;margin-bottom:24px;font-size:.875rem;font-weight:900}.hero-copy h1{font-family:var(--display);letter-spacing:0;text-shadow:0 7px #d9cbd933;font-size:clamp(2.7rem,5.8vw,5.2rem);line-height:1.42;transform:rotate(-2deg)}.hero-copy h1 em{color:var(--purple);font-style:normal}.hero-intro{margin:28px 0 26px;font-size:1.0625rem;font-weight:700;line-height:1.9}.hero-button{background:var(--ink);padding:16px 28px}.hero-button span{margin-left:22px;font-size:1.5rem}.hero-stamp{z-index:4;background:var(--yellow);border:1.5px solid var(--ink);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;width:132px;height:132px;font-size:1.15rem;font-weight:900;line-height:1.4;display:flex;position:absolute;top:34px;left:4%;transform:rotate(-11deg);box-shadow:4px 4px #27233330}.hero-stamp span{margin-top:6px;font-size:.75rem}.town-person{z-index:2;object-fit:contain;filter:drop-shadow(4px 10px 6px #27233320);animation:6s ease-in-out infinite bob;position:absolute}.house-person{width:clamp(145px,17vw,245px);bottom:230px;left:1%;transform:rotate(-8deg)}.town-people{width:clamp(180px,23vw,315px);animation-delay:-3s;bottom:217px;right:1%}.hero-photo{border:1.5px solid var(--ink);z-index:4;background:#fff;width:260px;padding:10px 10px 12px;transition:transform .3s;position:absolute;bottom:65px;box-shadow:6px 8px #27233319}.hero-photo img{object-fit:cover;width:100%;height:155px}.hero-photo span{padding-top:8px;font-size:.875rem;font-weight:700;display:block}.photo-left{left:12%;transform:rotate(-8deg)}.photo-right{right:12%;transform:rotate(7deg)}.hero-photo:hover{transform:rotate(0)translateY(-5px)}.hero-bottom{letter-spacing:.1em;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:17px;left:4%;right:4%}.hero-bottom a{border:1px solid var(--ink);text-align:center;background:var(--lavender);border-radius:50%;width:40px;height:40px;font-size:1.6rem;line-height:36px}.word-ribbon{border-bottom:1.5px solid var(--ink);background:var(--lavender);white-space:nowrap;font-family:var(--display);padding:17px 0;font-size:1.6rem;overflow:hidden}.word-ribbon span{animation:35s linear infinite marquee;display:inline-block}.story-heading{justify-content:space-between;align-items:center;gap:35px;margin-bottom:48px;display:flex}.story-heading h2 em{color:var(--purple);font-style:normal}.story-heading p{line-height:2}.feature-story{grid-template-columns:1.12fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.story-image{background:var(--lavender);border:1.5px solid var(--ink);padding:12px;position:relative;transform:rotate(-2deg);box-shadow:7px 8px #27233316}.story-image img{aspect-ratio:5/4;object-fit:cover;width:100%}.story-label{background:var(--ink);color:#fff;letter-spacing:.06em;padding:10px 18px;font-size:.875rem;font-weight:900;position:absolute;bottom:-18px;left:20px;transform:rotate(3deg)}.story-label.yellow{background:var(--yellow);color:var(--ink);border:1px solid var(--ink)}.story-number{font-family:var(--display);color:var(--purple);font-size:2rem}.small-title{margin:8px 0 18px;font-size:.9375rem;font-weight:700}.story-copy h3{font-family:var(--display);margin-bottom:20px;font-size:clamp(1.65rem,2.7vw,2.35rem);line-height:1.6}.story-copy>p:not(.small-title){max-width:420px}.text-link{border-bottom:1.5px solid var(--ink);padding-bottom:5px;font-size:.9375rem;font-weight:700;display:inline-block}.feature-story.reverse{direction:rtl;margin-bottom:10px}.feature-story.reverse>*{direction:ltr}.reverse .story-image{background:var(--yellow);transform:rotate(2deg)}.places-section{background:var(--lavender);border-block:1px solid var(--ink)}.places-section .lead{margin-bottom:35px}.places-section .card:nth-child(2n){margin-top:24px;margin-bottom:-24px}.places-section .card{background:var(--paper)}.places-section .card img{aspect-ratio:1}.origin-section{background:#ffeadb}.origin-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.origin-photo{border:1px solid var(--ink);background:#fff;padding:14px;transform:rotate(-4deg);box-shadow:8px 9px #e7b895}.origin-photo img{aspect-ratio:1;object-fit:cover;width:100%}.origin-photo span{text-align:center;padding:12px 0 2px;font-weight:700;display:block}.services-section .lead{margin-bottom:40px}.service-list{border-top:1.5px solid var(--ink)}.service-list>a{border-bottom:1.5px solid var(--ink);align-items:center;gap:30px;padding:28px 15px;transition:background .2s;display:flex}.service-list>a:hover{background:var(--lavender)}.service-no{font-family:var(--display);color:var(--purple);font-size:1.4rem}.service-list h3{margin-bottom:5px;font-size:1.4rem}.service-list p{color:var(--muted);margin:0}.service-arrow{margin-left:auto;font-size:2rem}.news-section{background:#fff}.news-list{margin-bottom:30px}.news-list a{border-bottom:1px solid var(--line);grid-template-columns:120px 1fr 25px;gap:20px;padding:24px 0;display:grid}.news-list time{color:var(--muted);font-size:.875rem}section.cta{background:var(--purple);padding:90px 0}section.cta h2{font-family:var(--display);font-size:clamp(1.7rem,3.5vw,3rem)}section.cta p{color:#fff}.motion-toggle{z-index:45;border:1px solid var(--ink);background:var(--paper);font:inherit;cursor:pointer;box-shadow:2px 3px 0 var(--ink);border-radius:99px;padding:7px 14px;font-size:.875rem;position:fixed;bottom:16px;right:16px}.page-head{background:var(--lavender);border-bottom:1px solid var(--ink);margin-bottom:40px}.page-head h1{font-family:var(--font);letter-spacing:.02em;font-weight:700}.motion-paused *{scroll-behavior:auto!important;animation-play-state:paused!important}@keyframes bob{0%,to{translate:0;rotate:-2deg}50%{translate:0 -12px;rotate:2deg}}@keyframes marquee{to{transform:translate(-35%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.motion-toggle{display:none}}@media (width>=1600px){.house-person{left:8%}.town-people{right:8%}}@media (width<=1000px){.town-hero{min-height:810px}.hero-copy{padding-top:110px}.house-person{width:165px;bottom:190px}.town-people{width:210px;bottom:210px}.hero-photo{width:225px}.photo-left{left:16%}.photo-right{right:13%}.hero-stamp{width:108px;height:108px;font-size:1rem;top:24px}.feature-story{gap:35px}.origin-grid{gap:40px}}@media (width<=650px){.section{padding:58px 0}.section-rule{margin-bottom:35px;font-size:.75rem}.section-rule span:last-child{text-align:right}.town-hero{min-height:780px}.hero-copy{padding:105px 14px 325px}.hero-copy h1{font-size:clamp(2rem,8.7vw,3.5rem)}.hero-eyebrow{margin-bottom:17px;font-size:.75rem}.hero-intro{margin:22px 0;font-size:1rem}.hero-button{padding:13px 19px;font-size:.9375rem}.hero-button span{margin-left:8px}.hero-stamp{width:83px;height:83px;font-size:.875rem;top:14px;left:20px}.hero-stamp span{font-size:.75rem;line-height:1.2}.house-person{width:125px;bottom:178px;left:3%}.town-people{width:170px;bottom:192px;right:0}.hero-photo{width:43%;padding:7px;bottom:60px}.hero-photo img{height:110px}.hero-photo span{font-size:.75rem}.photo-left{left:5%}.photo-right{right:5%}.hero-bottom{font-size:.625rem}.word-ribbon{padding:12px 0;font-size:1.2rem}.story-heading{margin-bottom:35px;display:block}.story-heading p{margin-top:20px}.feature-story,.feature-story.reverse{flex-direction:column;gap:35px;margin-bottom:50px;display:flex}.story-image,.story-copy{width:100%}.story-copy h3{font-size:1.65rem}.story-number{font-size:1.5rem}.places-section .card:nth-child(2n){margin:0}.origin-grid{grid-template-columns:1fr;gap:40px}.origin-photo{margin:0 8px}.service-list>a{gap:15px;padding:23px 3px}.service-list h3{font-size:1.125rem}.service-list p{font-size:.9375rem}.service-no{font-size:1.125rem}.service-arrow{font-size:1.4rem}.news-list a{grid-template-columns:1fr 20px;gap:5px}.news-list time{grid-column:1/-1}.news-list strong{font-size:1rem}section.cta{padding:58px 0}.motion-toggle{bottom:10px;right:10px}}.hero-copy h1,.display-heading,.story-heading h2,.story-copy h3,section.cta h2{font-synthesis:none;font-weight:400}.story-copy h3{letter-spacing:.015em}section.cta h2{font-family:var(--font);letter-spacing:.02em;font-weight:700}.site-header{z-index:50;backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#faf7f2eb;position:sticky;top:0}.skip-link{z-index:100;background:#fff;padding:10px;position:absolute;top:-100px;left:15px}.skip-link:focus{top:10px}.burger{border:1px solid var(--ink);background:0 0;border-radius:8px}.bar{justify-content:space-between;align-items:center;height:78px;display:flex;position:relative}.brand{align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.nav{align-items:center;gap:6px;display:flex}.nav a{border-radius:999px;padding:8px 14px;font-size:15px;font-weight:500}.nav a.current{color:var(--orange-dark)}.nav a.cta{background:var(--orange);color:#fff;margin-left:6px;font-weight:700}.nav-toggle,.burger{display:none}@media (width<=860px){.burger{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:flex}.burger span{background:var(--ink);width:22px;height:2px;display:block}.nav{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:2px;padding:12px 20px 20px;display:none;position:absolute;top:78px;left:0;right:0}.nav a{border-radius:8px;padding:12px 10px}.nav a.cta{text-align:center;margin:10px 0 0}.burger[aria-expanded=true]~.nav{display:flex}}.site-footer{background:var(--ink);color:#fff;margin-top:0;padding:56px 0 24px}.fgrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;display:grid}.fgrid h4{letter-spacing:.1em;color:#c9c2b9;margin-bottom:12px;font-size:14px}.fgrid a{margin-bottom:8px;font-size:15px;display:block}.copy{color:#9a938a;margin-top:40px;font-size:13px}@media (width<=800px){.fgrid{grid-template-columns:1fr 1fr}}@media (width<=500px){.fgrid{grid-template-columns:1fr}}
