@charset "UTF-8";
:root{--paper:#f5f3ef;--white:#fff;--ink:#302c28;--muted:#746e66;--line:#d9d4cc;--accent:#74503a;--dark:#292623;--serif:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;--sans:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}p,h1,h2,h3,figure{margin:0}p+p{margin-top:1em}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #aa6c3d;outline-offset:5px}::selection{background:#d9bd9f}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.6}h2{font-size:clamp(28px,3.2vw,44px);letter-spacing:.09em}h3{font-size:25px}.serif{font-family:var(--serif)}.wrap{width:min(1160px,88%);margin:auto}.narrow{width:min(820px,88%);margin:auto}.eyebrow{display:block;font:12px/1.6 Georgia,serif;letter-spacing:.19em;text-transform:uppercase;color:var(--muted);margin-bottom:19px}.small{font-size:14px;color:var(--muted)}.skip{position:fixed;left:20px;top:-100px;background:white;padding:12px;z-index:1000}.skip:focus{top:10px}
.header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(245,243,239,.97);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:16px;flex-shrink:0}.brand-mark{font-family:var(--serif);font-size:41px;line-height:1.15}.brand-name{font-family:var(--serif);font-size:14px;letter-spacing:.2em}.brand-name small{display:block;font:9px/2 Georgia,serif;letter-spacing:.14em}.desktop-nav{display:flex;align-items:center;gap:26px}.desktop-nav a{font-size:14px}.desktop-nav a:not(.reserve):hover{text-decoration:underline;text-underline-offset:7px}.reserve,.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:12px 25px;background:var(--ink);color:white;border:1px solid var(--ink);font-size:14px;letter-spacing:.06em;transition:background .2s}.reserve:hover,.button:hover{background:var(--accent)}.arrow{font-family:Arial,sans-serif;font-size:19px}.text-link{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;border-bottom:1px solid currentColor;padding:12px 0;font-size:14px}.text-link:hover{color:var(--accent)}.language{display:flex;gap:8px;align-items:center;font:12px Georgia,serif;white-space:nowrap}.language a{font-size:12px;color:var(--muted)}.language .active{color:var(--ink);border-bottom:1px solid}.menu-toggle{display:none;background:none;border:0;padding:10px;font-size:14px}.mobile-menu{background:var(--paper);position:fixed;inset:76px 0 0;z-index:29;padding:35px 8%;overflow:auto}.mobile-menu[hidden]{display:none}.mobile-menu a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-size:20px;font-family:var(--serif)}.mobile-menu .reserve{margin-top:25px;padding:15px}.mobile-menu .language a{font-size:15px;border:0}.menu-open{overflow:hidden}
.hero{position:relative;height:min(730px,calc(100svh - 96px));min-height:560px;overflow:hidden;background:#514d46}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,20,19,.52),rgba(17,20,19,.1) 65%),linear-gradient(0deg,rgba(0,0,0,.3),transparent 35%)}.hero-copy{position:absolute;top:22%;left:8%;z-index:1;color:white}.hero-copy .eyebrow{color:#fff;margin-bottom:30px}.hero h1{font-size:clamp(34px,4.3vw,60px);letter-spacing:.13em;line-height:1.65;text-shadow:0 1px 12px #0002}.hero-copy p{font-size:14px;margin-top:30px;letter-spacing:.15em}.hero-bottom{position:absolute;z-index:1;bottom:32px;left:6%;right:6%;display:flex;justify-content:space-between;align-items:end;color:white}.hero-label{font:12px/1.8 Georgia,serif;letter-spacing:.15em}.hero-switch{display:flex;align-items:center;gap:15px}.hero-switch button{width:42px;min-height:44px;color:#fff;background:transparent;border:0;border-bottom:1px solid #ffffff70;font:14px Georgia,serif}.hero-switch button[aria-pressed="true"]{border-bottom:3px solid white}.hero-switch button:hover{background:#ffffff15}.facts{border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:28px 0;gap:20px;text-align:center}.facts>div+div{border-left:1px solid var(--line)}.facts strong{font:26px Georgia,serif;font-weight:normal}.facts span{font-size:13px;margin-left:9px}.facts small{display:block;font-size:12px;color:var(--muted);letter-spacing:.08em;margin-top:2px}
.intro{padding:115px 0 100px;display:grid;grid-template-columns:1fr 1fr;gap:12%}.intro p{line-height:2.3;max-width:470px}.intro h2{font-size:clamp(28px,3vw,40px)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;gap:20px}.section-heading p{max-width:430px;font-size:14px}.rooms{padding-bottom:110px}.room-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.room-photo{display:block;overflow:hidden;aspect-ratio:4/3;background:#ccc}.room-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.room-photo:hover img{transform:scale(1.025)}.room-title{display:flex;justify-content:space-between;align-items:center;margin:24px 0 16px}.room-title h3{font:46px/1 Georgia,serif;letter-spacing:.015em}.room-title h3 small{font:13px var(--sans);margin-left:16px;letter-spacing:.1em}.room-number{font:13px Georgia,serif;color:var(--muted);letter-spacing:.16em}.room-meta{display:flex;flex-wrap:wrap;gap:0;margin:0 0 19px;padding:0;list-style:none;font-size:13px}.room-meta li+li:before{content:"/";margin:0 13px;color:#aaa}.room-description{font-size:15px;line-height:2}.room-card .text-link{width:100%;margin-top:18px}.comparison{margin-top:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:20px 2px;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";font:24px Georgia,serif}details[open]>summary:after{content:"−"}.comparison-content{overflow-x:auto;padding-bottom:24px}table{border-collapse:collapse;width:100%;min-width:440px;font-size:14px;text-align:left}th,td{font-weight:normal;padding:14px 18px;border-bottom:1px solid var(--line)}thead th{font-family:Georgia,serif;font-size:22px}tbody th{width:25%;color:var(--muted)}.ritual{background:var(--dark);color:#f5f3ef;padding:90px 0}.ritual .eyebrow{color:#bfb3a6}.ritual-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;align-items:center}.ritual img{width:100%;aspect-ratio:4/5;object-fit:cover;max-height:570px}.ritual h2{margin-bottom:28px}.ritual p{font-size:15px;color:#ded8cf}.amenities{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px;padding-top:25px;border-top:1px solid #ffffff30}.amenities strong{font-family:Georgia,serif;font-size:23px;font-weight:400}.amenities small{display:block;font-size:12px;color:#c6bfb7}.amenities-note{margin-top:24px;font-size:12px!important;color:#bfb3a6!important}.access-teaser{padding:100px 0;display:grid;grid-template-columns:1fr 1fr;gap:12%}.access-teaser h2{margin-bottom:24px}.location-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;display:flex;flex-direction:column;justify-content:space-between;gap:30px}.location-card .big{font:44px Georgia,serif;line-height:1.2}.location-card p{font-size:14px}.location-links{display:flex;gap:32px;flex-wrap:wrap}
.booking-band{background:#e8e3da;padding:64px 6%;text-align:center}.booking-band .eyebrow{margin-bottom:10px}.booking-band h2{font-size:30px;margin-bottom:23px}.booking-band .small{margin-top:14px}.footer{padding:55px 6% 30px}.footer-top{display:flex;justify-content:space-between;gap:35px;flex-wrap:wrap}.footer-address{font-size:13px;line-height:2;margin-top:20px;color:var(--muted)}.footer-nav{display:flex;gap:28px;align-items:start;flex-wrap:wrap;font-size:13px}.footer-bottom{margin-top:50px;border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.footer-bottom a:hover{text-decoration:underline}.mobile-book{display:none}.page-head{padding:65px 0 48px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:44px}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.page-head h1{font-size:clamp(38px,5vw,66px)}.page-head .lead{margin-top:22px;max-width:720px;line-height:2}.page-head .eyebrow{margin-bottom:10px}.detail-hero{height:min(66vw,640px);overflow:hidden}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-body{padding:70px 0 90px;display:grid;grid-template-columns:1fr 1fr;gap:10%}.detail-body h2{font-size:30px;margin-bottom:24px}.specs{margin:0}.specs>div{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid var(--line);padding:17px 0;gap:15px}.specs dt{color:var(--muted);font-size:14px}.specs dd{margin:0;font-size:14px}.detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:90px}.detail-gallery button{background:none;border:0;padding:0;text-align:left}.detail-gallery img{width:100%;height:260px;object-fit:cover}.detail-gallery span{display:block;font-size:13px;margin-top:9px;color:var(--muted)}.content-section{padding:0 0 90px}.content-section h2{font-size:28px;margin:40px 0 22px}.content-section ul{padding-left:1.2em}.faq details{border-bottom:1px solid var(--line)}.faq summary{font-size:16px;padding:25px 0}.faq details p{font-size:15px;padding:0 28px 25px 0;line-height:2}.guide-top{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin-bottom:50px}.guide-top>div{padding:32px}.guide-top>div+div{border-left:1px solid var(--line)}.guide-top strong{font:37px Georgia,serif}.guide-top span{display:block;font-size:14px}.notice{border-left:2px solid var(--accent);padding:5px 0 5px 25px;margin:30px 0;line-height:2}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:10%}.floor-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:34px 0}.floor-card{border:1px solid var(--line);padding:32px}.floor-card strong{font:60px Georgia,serif}.floor-card strong small{font-size:24px}.floor-card p{font-size:14px}.floor-card .eyebrow{margin-bottom:12px}.booking-page{padding:70px 0 100px}.booking-panel{max-width:720px;padding:50px;background:#e8e3da;margin:auto}.booking-panel h2{font-size:34px;margin-bottom:25px}.booking-panel .button{margin-top:26px}.booking-panel .small{margin-top:24px}.lightbox{padding:0;border:0;width:min(1000px,95vw);max-height:95svh;background:var(--dark);color:white}.lightbox::backdrop{background:#000c}.lightbox img{max-height:78svh;width:100%;object-fit:contain}.lightbox-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 22px;gap:20px;font-size:14px}.lightbox button{background:none;color:white;border:1px solid #ffffff60;padding:7px 15px}.other-room{padding:40px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.other-room h2{font:35px Georgia,serif}.address-block{font-size:18px;line-height:2.2}.privacy p{font-size:15px}
@media(min-width:1500px){.hero{height:780px;max-height:85svh}.hero-copy{left:calc((100% - 1160px)/2)}}
@media(max-width:1050px){.desktop-nav{gap:16px}.desktop-nav a{font-size:13px}.header{padding:0 4%;gap:14px}.brand-name{font-size:12px}.brand-name small{font-size:8px}.reserve{padding:12px 18px}.hero h1{font-size:44px}.detail-gallery img{height:220px}}
@media(max-width:800px){.header{height:76px;padding:0 6%}.desktop-nav{display:none}.menu-toggle{display:block}.brand-mark{font-size:35px}.brand-name{font-size:13px}.brand-name small{font-size:8px}.hero{min-height:530px;height:calc(83svh - 76px);max-height:700px}.hero-copy{left:8%;top:20%}.hero h1{font-size:clamp(30px,6.5vw,45px)}.hero-copy p{font-size:13px;letter-spacing:.07em}.hero:after{background:linear-gradient(90deg,#0007,#0001),linear-gradient(0deg,#0004,transparent)}.hero>img{object-position:57% center}.facts{padding:22px 0;gap:6px}.facts strong{font-size:23px}.facts span{font-size:11px;margin-left:3px}.facts small{font-size:10px;letter-spacing:0}.intro{grid-template-columns:1fr;gap:30px;padding:70px 0}.intro p{max-width:none;font-size:15px}.room-grid{gap:24px}.room-title h3{font-size:37px}.room-title h3 small{display:block;margin:12px 0 0;font-size:12px}.room-meta{font-size:12px}.room-meta li+li:before{margin:0 7px}.room-description{font-size:14px}.section-heading{align-items:start}.section-heading p{display:none}.rooms{padding-bottom:65px}.ritual{padding:65px 0}.ritual-grid{gap:7%}.ritual h2{font-size:27px}.ritual p{font-size:14px}.amenities{gap:15px}.amenities strong{font-size:19px}.access-teaser{gap:8%;padding:65px 0}.detail-body{gap:7%}.detail-gallery img{height:180px}.footer{padding-bottom:95px}.mobile-book{display:flex;position:fixed;bottom:14px;left:6%;right:6%;z-index:25;box-shadow:0 4px 20px #0002;min-height:54px}.footer-nav{gap:20px}.page-head{padding-top:35px}.breadcrumbs{margin-bottom:30px}.booking-panel{padding:32px}}
@media(max-width:560px){.wrap,.narrow{width:88%}.hero{min-height:490px}.hero h1{font-size:34px}.hero-copy .eyebrow{font-size:10px;margin-bottom:23px}.hero-copy p{margin-top:25px}.hero-bottom{bottom:23px}.hero-label{font-size:10px}.hero-switch{gap:8px}.hero-switch button{width:30px}.facts strong{font-size:22px}.facts span{display:block;font-size:11px;margin:0}.facts small{font-size:10px}.intro{padding-top:60px}.intro h2{font-size:28px}.room-grid{grid-template-columns:1fr;gap:50px}.room-title h3 small{display:inline;margin-left:15px}.room-description{font-size:15px}.room-meta{font-size:13px}.room-title{margin-top:23px}.ritual-grid{grid-template-columns:1fr;gap:38px}.ritual img{aspect-ratio:4/3;max-height:420px}.ritual h2{font-size:29px}.ritual p{font-size:15px}.amenities strong{font-size:23px}.access-teaser{grid-template-columns:1fr;gap:35px}.access-teaser h2{font-size:28px}.location-card{padding:25px 0}.booking-band{padding:50px 6%}.booking-band h2{font-size:26px}.footer-top{gap:35px}.footer-nav{gap:16px 24px}.footer-bottom{flex-direction:column;margin-top:30px}.detail-hero{height:75vw}.detail-body{grid-template-columns:1fr;gap:35px;padding:45px 0}.detail-gallery{grid-template-columns:1fr 1fr;gap:16px;padding-bottom:50px}.detail-gallery img{height:160px}.detail-gallery button:last-child{grid-column:1/-1}.detail-gallery button:last-child img{height:240px}.guide-top>div{padding:25px 16px}.guide-top strong{font-size:30px}.split-content{grid-template-columns:1fr;gap:25px}.floor-grid{gap:12px}.floor-card{padding:20px}.floor-card strong{font-size:46px}.floor-card p{font-size:13px}.booking-page{padding-top:35px}.booking-panel{padding:30px 24px}.booking-panel h2{font-size:28px}.content-section{padding-bottom:60px}.page-head .lead{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


/* Plain presentation: factual headings, compact spacing, lighter photographs. */
:root{--paper:#fff;--ink:#292b2c;--muted:#62676a;--line:#e0e2e3;--accent:#465b62}
body{line-height:1.8}h1,h2,h3{font-family:var(--sans);font-weight:600;letter-spacing:0;line-height:1.5}h2{font-size:28px}.header{height:80px;background:#fff}.brand-name{letter-spacing:.06em}.brand-name small{letter-spacing:.04em}.reserve,.button{letter-spacing:0}.hero{height:480px;min-height:0;max-height:none}.hero:after{background:linear-gradient(0deg,#0008,transparent 65%)}.hero-copy{top:auto;bottom:100px;left:6%;right:6%}.hero h1{font-size:40px;letter-spacing:.02em;line-height:1.4}.hero-copy p{font-size:16px;letter-spacing:0;margin-top:12px}.hero-bottom{bottom:26px}.hero-label{font-family:var(--sans);font-size:14px;letter-spacing:0}.facts{padding:20px 0}.facts strong{font-family:var(--sans);font-weight:600}.facts small{letter-spacing:0}.rooms{padding-top:48px;padding-bottom:56px}.section-heading{margin-bottom:24px;align-items:center}.section-heading p{font-size:15px}.room-title h3{font:600 30px/1.3 var(--sans)}.room-number{font:14px var(--sans);letter-spacing:0}.room-photo img{transition:none}.room-photo:hover img{transform:none}.comparison{margin-top:30px}.ritual{background:#f3f4f4;color:var(--ink);padding:48px 0}.ritual-grid{grid-template-columns:.8fr 1.2fr;gap:6%}.ritual img{aspect-ratio:4/3;max-height:340px}.ritual h2{margin-bottom:16px}.ritual p,.amenities small{color:var(--muted)}.amenities{margin-top:24px;border-color:var(--line)}.amenities strong{font-family:var(--sans);font-size:20px}.amenities-note{color:var(--muted)!important}.access-teaser{padding:56px 0;gap:7%}.access-teaser h2{margin-bottom:16px}.location-card .big{font:600 20px/1.6 var(--sans)}.booking-band{background:#f3f4f4;padding:40px 6%}.booking-band h2{font-size:26px}.page-head{padding:32px 0}.page-head h1{font-size:36px}.breadcrumbs{margin-bottom:24px}.detail-body{padding:40px 0 50px;gap:7%}.detail-body h2{font-size:26px}.detail-gallery{padding-bottom:50px}.content-section h2{font-size:24px}.booking-panel{background:#f3f4f4}.booking-panel h2{font-size:26px}.floor-card strong{font-family:var(--sans);font-size:42px}.eyebrow{font-family:var(--sans);letter-spacing:0;text-transform:none}.other-room h2{font-family:var(--sans);font-size:28px}
@media(max-width:800px){.header{height:76px}.hero{height:430px}.hero h1{font-size:32px}.hero-copy p{font-size:14px}.rooms{padding-top:36px}.section-heading p{display:block}.mobile-menu a{font-family:var(--sans)}.ritual h2{font-size:25px}.access-teaser{padding:40px 0}}
@media(max-width:560px){.hero{height:360px;min-height:0}.hero-copy{bottom:82px}.hero h1{font-size:29px}.hero-copy p{font-size:14px;max-width:310px}.hero-bottom{bottom:19px}.section-heading{display:block}.section-heading p{margin-top:8px}.facts span{display:inline}.facts small{font-size:10px}.room-title h3{font-size:28px}.room-grid{gap:34px}.ritual-grid{grid-template-columns:1fr;gap:24px}.ritual{padding:36px 0}.ritual h2,.access-teaser h2{font-size:25px}.page-head h1{font-size:30px}.booking-panel h2{font-size:24px}.booking-band h2{font-size:24px}}

/* Mobile usability: touch targets, readable times and comparison without sideways scrolling. */
.menu-toggle{white-space:nowrap;flex-shrink:0;min-height:44px}
.hero-switch button{min-width:44px;min-height:44px}
.lightbox button{min-height:44px;white-space:nowrap;flex-shrink:0}
@media(max-width:800px){
 .mobile-book{bottom:calc(14px + env(safe-area-inset-bottom,0px))}
 .footer{padding-bottom:calc(95px + env(safe-area-inset-bottom,0px))}
 .mobile-menu{padding-bottom:calc(35px + env(safe-area-inset-bottom,0px))}
 body:has(.booking-panel)>.mobile-book{display:none}
}
@media(max-width:560px){
 .guide-top{grid-template-columns:1fr;margin-bottom:30px}
 .guide-top>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 12px;padding:20px 16px}
 .guide-top>div+div{border-left:0;border-top:1px solid var(--line)}
 .guide-top strong{font:600 25px/1.5 var(--sans);white-space:nowrap}
 .guide-top .small{grid-column:1/-1}
 .comparison table{min-width:0;table-layout:fixed;font-size:13px}
 .comparison th,.comparison td{padding:12px 6px;overflow-wrap:anywhere;vertical-align:top}
 .comparison th:first-child{width:22%}
 .comparison thead th{font-size:20px}
}
@media(max-width:360px){
 .header{padding:0 5%;gap:8px}
 .header .brand{gap:8px}
 .header .brand-name{font-size:12px}
 .header .brand-name small{font-size:7px}
 .menu-toggle{padding:10px 4px;font-size:12px}
 .guide-top strong{font-size:23px}
 .lightbox-bar{padding:10px 12px;gap:10px;font-size:12px}
}
