:root{--ink:#252827;--muted:#6b706e;--nav:#555957;--nav-active:#333735;--green:#27483f;--paper:#f5f5f2;--line:#d7d9d7;--white:#fff;--max:1120px;--header:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;font-size:16px;line-height:1.85;letter-spacing:.035em;overflow-wrap:anywhere;word-break:normal}body.en{font-family:Arial,Helvetica,sans-serif;letter-spacing:.025em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.skip{position:fixed;top:8px;left:8px;z-index:99;padding:8px 12px;background:#fff;transform:translateY(-150%)}.skip:focus{transform:none}.site-header{height:var(--header);display:flex;align-items:stretch;background:var(--nav);color:#fff}.logo{width:280px;display:flex;align-items:center;padding:0 28px;font:400 15px Arial,sans-serif;letter-spacing:.1em;white-space:nowrap}.logo small{display:block;font-size:9px;letter-spacing:.18em}.global-nav{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));flex:1}.global-nav a{display:flex;align-items:center;justify-content:center;padding:0 16px;font:300 12px Arial,sans-serif;letter-spacing:.17em;transition:.2s}.global-nav a:hover,.global-nav a.active{background:var(--nav-active)}.menu-toggle{display:none}.hero{position:relative;height:70vh;min-height:510px;max-height:760px;background:#222;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover;object-position:left 48%;filter:saturate(.9)}.hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.27)}.hero-inner{position:absolute;z-index:1;inset:0;display:flex;align-items:center;width:min(var(--max),calc(100% - 80px));margin:auto;color:#fff}.hero h1{margin:0;font-size:clamp(30px,4.1vw,58px);font-weight:500;line-height:1.55;letter-spacing:.06em;text-shadow:0 2px 18px rgba(0,0,0,.35)}.hero h1 span,.intro-text span{display:block}.container{width:min(var(--max),calc(100% - 64px));margin:auto}.section{padding:clamp(60px,7vw,88px) 0}.section.compact{padding-top:55px;padding-bottom:55px}.intro{text-align:center}.intro-text{max-width:760px;margin:0 auto;font-size:clamp(16px,1.45vw,18px);line-height:2}.section-title{margin:0 0 34px;font-size:clamp(25px,3vw,36px);font-weight:500;line-height:1.45;letter-spacing:.06em}.page-head{padding:54px 0 46px;background:var(--paper);border-bottom:1px solid var(--line)}.page-head p{margin:8px 0 0;color:var(--muted);font:11px Arial,sans-serif;letter-spacing:.18em}.page-head h1{margin:0;font-size:clamp(28px,4vw,44px);font-weight:500;letter-spacing:.07em}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,7vw,85px)}.property-summary{margin:0;border-top:1px solid var(--line)}.property-summary div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:13px 16px;border-bottom:1px solid var(--line)}.property-summary dt{font-weight:600}.property-summary dd{margin:0}.simple-table{width:100%;border-collapse:collapse;border-top:1px solid var(--line);background:#fff}.simple-table th,.simple-table td{padding:15px 18px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.simple-table th{width:190px;background:#f3f4f2;font-weight:600}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border:1px solid var(--green);color:var(--green);font-weight:500;transition:.2s}.button:hover{color:#fff;background:var(--green)}.button.primary{color:#fff;background:var(--green)}.button.primary:hover{background:#173a31}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.home-links a{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border:1px solid var(--line);font:12px Arial,sans-serif;letter-spacing:.12em}.home-links a:hover{border-color:var(--green)}.info-block+.info-block{margin-top:55px}.rate-table strong{font-size:20px;font-weight:500}.note{color:var(--muted);font-size:14px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{margin:0}.gallery-item button{width:100%;padding:0;border:0;background:none;cursor:zoom-in;text-align:left}.gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:left center}.gallery-item figcaption{padding-top:8px;font-size:14px}.gallery-note{grid-column:1/-1;padding:24px;border:1px solid var(--line);color:var(--muted)}.lightbox{position:fixed;z-index:100;inset:0;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.88)}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:90vh;object-fit:contain}.lightbox button{position:absolute;top:16px;right:20px;width:48px;height:48px;border:0;color:#fff;background:none;font-size:32px}.access-data{margin-bottom:30px}.map{width:100%;height:450px;border:0}.copy-status{min-height:1.5em;color:var(--green);font-size:13px}.form{max-width:780px}.form-row{margin-bottom:22px}.form label{display:block;margin-bottom:7px;font-weight:600}.required{margin-left:8px;color:#945349;font-size:12px}.form input,.form textarea,.form select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #b9bdbb;border-radius:0;background:#fff;font:inherit}.form textarea{min-height:140px;resize:vertical}.form .check{display:flex;gap:10px;align-items:flex-start;font-weight:400}.form .check input{width:20px;min-height:20px;margin-top:5px}.company{padding:28px;background:var(--paper)}.contact-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:60px}.footer{padding:44px 0 26px;color:#e7e8e7;background:#393d3b}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:30px}.footer-brand{font:15px Arial,sans-serif;letter-spacing:.1em}.footer nav{display:flex;flex-wrap:wrap;gap:10px 24px;font:11px Arial,sans-serif;letter-spacing:.1em}.footer small{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font:10px Arial,sans-serif}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:900px){:root{--header:64px}.logo{width:auto;flex:1;padding-left:20px}.menu-toggle{position:relative;z-index:52;width:64px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;border:0;color:#fff;background:var(--nav-active)}.menu-toggle i{width:24px;height:1px;background:currentColor;transition:.2s}.menu-toggle.open i:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.open i:nth-child(2){opacity:0}.menu-toggle.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.global-nav{position:fixed;z-index:50;top:64px;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--nav);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s}.global-nav.open{opacity:1;visibility:visible;transform:none}.global-nav a{min-height:64px;flex:none;border-bottom:1px solid rgba(255,255,255,.12)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.hero{height:65vh}.hero-inner{width:calc(100% - 48px)}.two-col{grid-template-columns:1fr}.home-links{grid-template-columns:1fr 1fr}}
@media(max-width:600px){body{font-size:15px;line-height:1.8}.container{width:calc(100% - 36px)}.hero{height:60vh;min-height:430px;max-height:620px}.hero img{object-position:17% center}.hero-inner{width:calc(100% - 36px);align-items:flex-end;padding-bottom:58px}.hero h1{font-size:clamp(24px,7.2vw,34px);line-height:1.7;letter-spacing:.035em}.section{padding:52px 0}.section.compact{padding:44px 0}.intro{text-align:left}.intro-text{font-size:16px;line-height:2}.page-head{padding:38px 0 32px}.property-summary div{grid-template-columns:1fr;gap:2px;padding:11px 8px}.property-summary dt{font-size:13px}.simple-table,.simple-table tbody,.simple-table tr,.simple-table th,.simple-table td{display:block;width:100%}.simple-table th{padding:10px 12px;border-bottom:0}.simple-table td{padding:11px 12px}.home-links{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.map{height:330px}.actions{flex-direction:column}.actions .button{width:100%}.footer-inner{grid-template-columns:1fr}.footer nav{display:grid;grid-template-columns:1fr 1fr}.contact-layout{gap:38px}}

/* Current hero and navigation adjustments */
.logo{width:220px;padding:0 24px;font-weight:500}.global-nav{grid-template-columns:repeat(5,minmax(100px,1fr))}.global-nav a{padding:14px 18px;color:#fff;font-size:16px;font-weight:600;line-height:1.45;letter-spacing:.04em}.global-nav a:hover,.global-nav a.active{color:#fff}.hero{height:min(70vh,75vw);min-height:360px;max-height:720px;display:flex;align-items:center;justify-content:center;background:#141716}.hero img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:none}.hero:after,.hero-inner{display:none}.property-introduction{max-width:760px;margin:0 auto}.property-introduction p{margin:0 0 24px}.property-introduction p:last-child{margin-bottom:0}.price-lead{padding-bottom:22px;border-bottom:1px solid var(--line)}.price-lead strong,.price-lead span{display:block}.price-lead strong{color:var(--green);font-size:clamp(21px,2.2vw,29px);font-weight:600}.price-lead span{margin-top:5px;color:var(--muted);font-size:14px}.mobile-only{display:none}.company-logo{display:block;width:min(100%,280px);height:auto;margin:0 0 24px;object-fit:contain}
@media(max-width:900px){.global-nav a{min-height:64px;padding:16px 22px;font-size:17px;font-weight:600}}
@media(max-width:600px){.hero{height:75vw;min-height:0;max-height:none}.mobile-only{display:block}.property-introduction p{margin-bottom:20px}.company-logo{width:min(100%,220px)}}
.company-address p{margin:0}.company-address address{margin-top:8px;font-style:normal}.company-address address span{display:block}

/* Layered full-width hero */
.hero{position:relative;height:min(72vh,56vw);min-height:420px;max-height:760px;background:none;isolation:isolate}.hero-background{position:absolute;z-index:-2;inset:-18px;background:url("../images/hero-spacegreen.png") center/cover no-repeat;filter:blur(14px) saturate(.85);transform:scale(1.04)}.hero-background:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.08)}.hero-foreground{position:absolute;z-index:1;inset:0;display:flex;align-items:center;justify-content:center}.hero-foreground img{display:block;width:100%;height:100%;object-fit:contain}.hero>img{display:none}.gallery-grid{align-items:start}.gallery-item img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#f0f1ef}.gallery-item button{overflow:hidden}.gallery-item button:hover img{opacity:.86}.gallery-item figcaption{color:var(--muted)}
@media(max-width:600px){.hero{height:62vw;min-height:230px;max-height:none}.hero-background{filter:blur(9px) saturate(.85)}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-item figcaption{font-size:12px}}
.room-section+.room-section{margin-top:64px}.room-heading{margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid var(--line)}.room-heading span{display:block;color:var(--muted);font:600 12px Arial,sans-serif;letter-spacing:.12em}.room-heading strong{font-size:clamp(23px,2.7vw,32px);font-weight:500}.room-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.room-gallery figure{margin:0}.room-gallery button{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.room-gallery img{display:block;width:100%;height:auto}.room-gallery figcaption{padding-top:6px;color:var(--muted);font-size:13px}.room-empty{margin:0;color:var(--muted)}
@media(max-width:900px){.room-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.room-section+.room-section{margin-top:48px}.room-gallery{grid-template-columns:1fr}.room-gallery figcaption{font-size:12px}}
.gallery-guide{margin:0 0 30px;color:var(--muted)}.room-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.room-card{display:flex;flex-direction:column;border:1px solid var(--line);background:#fff;transition:.2s}.room-card:hover{border-color:var(--green);transform:translateY(-3px)}.room-card img,.room-placeholder{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.room-placeholder{display:grid;place-items:center;background:#eef0ed;color:#8a918e;font:500 clamp(44px,7vw,76px) Arial,sans-serif;letter-spacing:.06em}.room-card span{padding:18px 18px 0;color:var(--muted);font:600 11px Arial,sans-serif;letter-spacing:.14em}.room-card strong{padding:2px 18px 0;font-size:23px;font-weight:500}.room-card small{padding:0 18px 18px;color:var(--muted)}.gallery-back{display:inline-block;margin-bottom:28px;color:var(--green);font-weight:600}.room-detail-gallery img{max-height:720px;object-fit:contain}.room-pending{padding:48px 24px;border:1px solid var(--line);background:var(--paper);text-align:center;color:var(--muted)}
@media(max-width:900px){.room-index{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Full-screen hero and translucent navigation */
body:has(.hero) .site-header{position:absolute;z-index:60;top:0;left:0;width:100%;background:rgba(51,51,51,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.hero{height:100vh;height:100svh;min-height:600px;max-height:none;background:#dce7ed}
.hero-background{display:none}
.hero-foreground img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none}
@media(max-width:900px){body:has(.hero) .global-nav{background:rgba(51,51,51,.94)}body:has(.hero) .menu-toggle{background:rgba(38,38,38,.72)}}
@media(max-width:600px){.hero{height:100vh;height:100svh;min-height:560px;max-height:none}.hero-foreground img{object-position:center}}
@media(min-width:601px){.rate-table th{width:230px;white-space:nowrap}}
.contact-nowrap{white-space:nowrap}
@media(max-width:600px){.info-contact .contact-nowrap{font-size:clamp(12px,3.45vw,16px);letter-spacing:0}}

/* Keep the complete hero artwork visible over a full-screen image backdrop */
.hero-background{display:block}
.hero-foreground img{object-fit:contain;object-position:center}
@media(max-width:600px){.hero{height:50vh;height:50svh;min-height:300px;max-height:430px}}
@media(max-width:600px){.room-index{grid-template-columns:1fr}.room-card strong{font-size:21px}}
@media(max-width:900px){.site-header:not(:has(.menu-toggle)) {height:auto;overflow-x:auto}.site-header:not(:has(.menu-toggle)) .global-nav{position:static;display:flex;min-width:560px;opacity:1;visibility:visible;transform:none}.site-header:not(:has(.menu-toggle)) .global-nav a{min-width:112px}}
.gallery-overview{margin-bottom:72px}.gallery-rooms{padding-top:64px;border-top:1px solid var(--line)}
@media(max-width:600px){.gallery-overview{margin-bottom:52px}.gallery-rooms{padding-top:48px}}
.site-header>.global-nav{max-width:980px;margin:0 auto}.site-header>.menu-toggle{margin-left:auto}
.nearby{margin:40px 0}.nearby .section-title{margin-bottom:20px;font-size:clamp(22px,2.5vw,30px)}
.inline-page-title{margin:58px 0 30px;padding-bottom:18px;border-bottom:1px solid var(--line);background:#fff}.inline-page-title h1{margin:0;font-size:clamp(28px,4vw,44px);font-weight:500;line-height:1.45;letter-spacing:.06em}.inline-page-title p{margin:6px 0 0;color:var(--muted);font:600 11px Arial,sans-serif;letter-spacing:.18em}
@media(max-width:600px){.inline-page-title{margin-top:44px}}

/* Information page */
.info-intro{background:#fff}.info-kicker{margin:0 0 12px;color:var(--green);font:600 12px Arial,sans-serif;letter-spacing:.18em}.info-intro h1{max-width:820px;margin:0 0 36px;font-size:clamp(28px,4vw,46px);font-weight:500;line-height:1.45;letter-spacing:.04em}.feature-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.feature-point{position:relative;min-height:74px;padding:20px 20px 20px 62px;border-bottom:1px solid var(--line);font-size:17px;line-height:1.7}.feature-point:nth-child(odd){border-right:1px solid var(--line)}.feature-point:before{content:attr(data-feature);position:absolute;left:18px;top:23px;color:#799087;font:600 11px Arial,sans-serif;letter-spacing:.08em}.feature-point:last-child{color:var(--green);font-weight:600}.soft-section{background:#f4f5f2}.amenity-intro{display:grid;grid-template-columns:1fr 1fr;gap:16px}.amenity-intro article{padding:26px 28px;border:1px solid var(--line);background:#fff}.amenity-intro h3{margin:0 0 8px;color:var(--green);font-size:19px;font-weight:600}.amenity-intro p{margin:0}.basic-info-grid{display:grid;grid-template-columns:1fr 1fr}.basic-info-grid div{grid-template-columns:150px 1fr}.basic-info-grid div:nth-child(4n+1),.basic-info-grid div:nth-child(4n+2){background:#f7f8f6}.facility-tags{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:0;list-style:none}.facility-tags li{padding:9px 14px;border:1px solid #d9e2de;background:#eef3f0;color:#304b43;font-size:15px;line-height:1.45;white-space:normal}.main-facilities li{padding:12px 17px;background:#e6efeb;font-weight:600}.facility-groups{display:grid;grid-template-columns:1fr 1fr;gap:20px}.facility-group{padding:26px;border:1px solid var(--line);background:#fff}.facility-group h3{margin:0 0 18px;color:var(--green);font-size:19px;font-weight:600}.facility-group:nth-child(3){grid-column:1/-1}.info-actions{margin-top:34px}.link-section{background:#f4f5f2}.info-page-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-page-links a{display:flex;min-height:120px;flex-direction:column;justify-content:center;padding:25px 30px;border:1px solid var(--line);background:#fff;transition:.2s}.info-page-links a:hover{border-color:var(--green);transform:translateY(-2px)}.info-page-links span{font-size:14px}.info-page-links strong{color:var(--green);font:600 19px Arial,sans-serif;letter-spacing:.12em}.info-contact{text-align:center}.info-contact h2{margin:0 0 12px;font-size:clamp(25px,3vw,36px);font-weight:500}.info-contact p{margin:0 0 28px}
@media(max-width:900px){.facility-groups{grid-template-columns:1fr}.facility-group:nth-child(3){grid-column:auto}.basic-info-grid{grid-template-columns:1fr}}
@media(max-width:600px){body{font-size:16px}.feature-points{grid-template-columns:1fr}.feature-point{min-height:0;padding:17px 12px 17px 50px;font-size:16px}.feature-point:nth-child(odd){border-right:0}.feature-point:before{left:12px;top:20px}.amenity-intro,.info-page-links{grid-template-columns:1fr}.amenity-intro article,.facility-group{padding:21px 18px}.basic-info-grid div{grid-template-columns:1fr}.facility-tags{gap:7px}.facility-tags li{max-width:100%;padding:8px 11px;font-size:15px}.main-facilities li{padding:10px 13px}.info-page-links a{min-height:96px}.info-actions .button{width:100%}}
.info-copy{max-width:760px;font-size:17px;line-height:2}.info-copy p{margin:0 0 20px}.info-copy p:last-child{margin-bottom:0}.info-copy .pet-note{color:var(--green);font-weight:600}
@media(max-width:600px){.info-copy{font-size:16px}.info-copy p{margin-bottom:18px}}
.section-lead{max-width:760px;margin:-20px 0 28px;color:var(--muted);font-size:16px}.amenity-intro article{position:relative;padding:30px 32px 30px 74px}.amenity-intro article:before{position:absolute;left:26px;top:29px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #9db0aa;color:var(--green);font:600 13px Arial,sans-serif}.amenity-intro article:first-child:before{content:"01"}.amenity-intro article:nth-child(2):before{content:"02"}.amenity-intro h3{font-size:21px}.amenity-intro p{font-size:16px;line-height:1.8}.main-facilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.main-facilities li{position:relative;min-height:52px;display:flex;align-items:center;padding:12px 14px 12px 42px;border:1px solid #ccd9d4;background:#fff;font-size:16px;font-weight:600}.main-facilities li:before{content:"✓";position:absolute;left:16px;color:var(--green);font-weight:700}.facility-groups{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.facility-group{padding:0;border:1px solid var(--line);background:#fff}.facility-group:nth-child(3){grid-column:1/-1}.facility-group summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;color:var(--green);background:#eef3f0;cursor:pointer;font-size:18px;font-weight:600;list-style:none}.facility-group summary::-webkit-details-marker{display:none}.facility-group summary:after{content:"＋";order:3;font-size:20px;font-weight:400}.facility-group[open] summary:after{content:"－"}.facility-group summary small{margin-left:auto;color:var(--muted);font-size:12px;font-weight:500}.facility-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:12px 20px 18px;margin:0;list-style:none}.facility-list li{position:relative;padding:9px 10px 9px 18px;border-bottom:1px solid #eceeec;font-size:16px;line-height:1.55}.facility-list li:before{content:"";position:absolute;left:2px;top:20px;width:5px;height:5px;border-radius:50%;background:#698c81}
@media(max-width:900px){.main-facilities{grid-template-columns:repeat(2,minmax(0,1fr))}.facility-groups{grid-template-columns:1fr}.facility-group:nth-child(3){grid-column:auto}}
@media(max-width:600px){.section-lead{margin-top:-16px;font-size:16px}.amenity-intro article{padding:24px 20px 24px 64px}.amenity-intro article:before{left:20px;top:24px}.main-facilities{grid-template-columns:1fr}.main-facilities li{min-height:48px}.facility-group summary{padding:14px 16px;font-size:17px}.facility-list{grid-template-columns:1fr;padding:8px 16px 15px}.facility-list li{padding-top:10px;padding-bottom:10px}}

/* スマートフォンでメニューを開いた時のみ、背景との重なりを抑えて可読性を確保 */
@media(max-width:900px){
  .global-nav.open,
  body:has(.hero) .global-nav.open{
    background:rgba(35,39,37,.9);
    -webkit-backdrop-filter:blur(12px) saturate(.75);
    backdrop-filter:blur(12px) saturate(.75);
  }
  .global-nav.open a{
    background:rgba(35,39,37,.5);
  }
  .global-nav.open a:hover,
  .global-nav.open a.active{
    background:rgba(20,24,22,.86);
  }
}
