.section-title{text-align:center;margin:0 0 40px}.section-title .en{font-family:var(--ff-serif);font-style:italic;font-weight:500;font-size:clamp(28px,3.4vw,38px);color:var(--color-text);letter-spacing:.02em;line-height:1;display:flex;align-items:center;justify-content:center;gap:18px}.section-title .en:before,.section-title .en:after{content:"";width:36px;height:1px;background:var(--color-accent);opacity:.7}.section-title .jp{font-family:var(--ff-serif);font-weight:400;color:var(--color-ink-soft);font-size:13px;letter-spacing:.3em;margin-top:14px}.hero{position:relative;height:560px;color:#fff;overflow:hidden;background:#1a0e0a}.hero-img{position:absolute;inset:0;background-image:linear-gradient(90deg,#140a06c7,#140a0673 38%,#140a061a 65%,#140a0600),url(/images/hero-bg.jpg);background-size:cover;background-position:center}.hero-inner{position:relative;max-width:1280px;margin:0 auto;height:100%;padding:0 28px;display:flex;flex-direction:column;justify-content:center}.hero h1{font-family:var(--ff-serif);font-weight:500;color:#fff;font-size:clamp(34px,5.2vw,62px);line-height:1.35;letter-spacing:.03em;margin:0 0 22px;text-shadow:0 2px 14px rgba(0,0,0,.35)}.hero p.lead{font-size:15px;line-height:2;color:#ffffffeb;margin:0 0 36px;text-shadow:0 1px 6px rgba(0,0,0,.4);max-width:32ch}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.concept{background:var(--color-surface);padding:84px 0 96px}.concept-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}.concept .eyebrow{font-family:var(--ff-serif);font-style:italic;font-weight:500;color:var(--color-main);font-size:22px;margin:0 0 18px;letter-spacing:.02em}.concept h2{font-family:var(--ff-serif);font-weight:500;font-size:clamp(26px,3vw,34px);line-height:1.55;color:var(--color-text);margin:0 0 28px;letter-spacing:.04em}.concept p.body{color:var(--color-ink-soft);font-size:14px;line-height:2;margin:0 0 36px;max-width:48ch}.concept-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:480px}.cf{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.cf .ic{width:54px;height:54px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--color-main);border:1px solid var(--color-border)}.cf .ic svg{width:28px;height:28px}.cf span{font-size:12px;color:var(--color-ink-soft);letter-spacing:.05em}.concept-images{position:relative;display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:440px}.concept-images .a{grid-row:1 / 3;border-radius:4px;overflow:hidden}.concept-images .b,.concept-images .c{border-radius:4px;overflow:hidden}.concept-images img{width:100%;height:100%;object-fit:cover}.menu-section{padding:84px 0 96px;background:#fff}.menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.menu-card{background:#fff;border:1px solid var(--color-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.menu-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -18px #50281459}.menu-card .img{aspect-ratio:1 / 1;overflow:hidden}.menu-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.menu-card:hover .img img{transform:scale(1.06)}.menu-card .card-body{padding:18px 16px 20px;text-align:center;display:flex;flex-direction:column;gap:8px}.menu-card h3{font-family:var(--ff-serif);font-weight:500;font-size:15px;margin:0;color:var(--color-text);letter-spacing:.05em}.menu-card p{font-size:11.5px;color:var(--color-muted);margin:0;line-height:1.7;min-height:38px}.menu-card .price{font-family:var(--ff-serif);font-style:italic;font-weight:500;font-size:22px;color:var(--color-main);margin-top:6px;letter-spacing:.02em}.menu-more-wrap{text-align:center;margin-top:48px}.menu-more{display:inline-flex;align-items:center;justify-content:space-between;width:340px;max-width:100%;padding:16px 28px;border:1px solid var(--color-border);background:#fff;color:var(--color-text);font-size:13.5px;letter-spacing:.18em;border-radius:3px}.menu-more:hover{border-color:var(--color-main);color:var(--color-main)}.menu-more .arrow{width:14px;height:14px;color:var(--color-main)}.why{background:var(--color-surface);padding:84px 0 96px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wc{background:var(--color-ivory);border:1px solid var(--color-border);border-radius:4px;padding:36px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.wc .ic{width:62px;height:62px;color:var(--color-main);display:flex;align-items:center;justify-content:center}.wc .ic svg{width:100%;height:100%;stroke-width:1.4}.wc h3{font-family:var(--ff-serif);font-weight:500;font-size:17px;margin:0;letter-spacing:.05em}.wc p{font-size:12.5px;color:var(--color-ink-soft);margin:0;line-height:1.85}.gallery{padding:84px 0 80px;background:#fff}.gal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.gal-grid a{aspect-ratio:1 / 1;border-radius:3px;overflow:hidden;display:block;position:relative}.gal-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gal-grid a:hover img{transform:scale(1.06)}.gal-dots{display:flex;justify-content:center;gap:8px;margin-top:28px}.gal-dots span{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:background .2s}.gal-dots span.on{background:var(--color-accent)}.voice{background:var(--color-surface);padding:84px 0 96px}.voice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.v-card{background:#fff;border:1px solid var(--color-border);border-radius:4px;padding:24px 22px;display:flex;flex-direction:column;gap:14px}.v-head{display:flex;align-items:center;gap:12px}.v-avatar{width:40px;height:40px;border-radius:50%;background:color-mix(in srgb,var(--color-surface) 88%,#fff);display:flex;align-items:center;justify-content:center;color:var(--color-ink-soft);flex:0 0 40px}.v-avatar svg{width:24px;height:24px}.v-name{font-size:13px;font-weight:500;color:var(--color-text);letter-spacing:.05em}.v-stars{margin-left:auto;color:var(--color-accent);font-size:14px;letter-spacing:1px}.v-card p{font-size:12.5px;color:var(--color-ink-soft);line-height:1.95;margin:0}.news-section{padding:84px 0 96px;background:#fff}.news-list-home{display:grid;gap:12px;margin-top:0}.news-row-home{display:grid;grid-template-columns:110px 120px 1fr;gap:16px;align-items:center;padding:18px 22px;border:1px solid var(--color-border);border-radius:4px;background:#fff;font-size:14px;transition:background .15s,border-color .15s}.news-row-home:hover{background:var(--color-surface);border-color:var(--color-accent)}.news-date-home{color:var(--color-muted);font-size:13px}.news-cat-home{display:inline-flex;justify-self:start;padding:4px 11px;border-radius:2px;background:var(--color-surface);color:var(--color-muted);font-size:11.5px;font-weight:500;letter-spacing:.05em}.news-text-home{color:var(--color-text)}.news-more-wrap{text-align:center;margin-top:32px}.access-section{padding:84px 0 96px;background:#fff}.access-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:18px;align-items:stretch}.a-card{border:1px solid var(--color-border);border-radius:4px;padding:26px 24px;background:#fff;display:flex;flex-direction:column;gap:14px}.a-row{display:flex;gap:14px;align-items:flex-start}.a-row .ic{width:34px;height:34px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;color:var(--color-main);flex:0 0 34px}.a-row .ic svg{width:18px;height:18px}.a-row .txt{font-size:13px;color:var(--color-text);line-height:1.75;letter-spacing:.04em}.a-row .txt small{display:block;color:var(--color-muted);font-size:11.5px;margin-top:2px}.map-card{background:#e9e4d6;border-radius:4px;overflow:hidden;background-image:url(/images/map-bg.jpg);background-size:cover;background-position:center;position:relative;min-height:240px}.map-card:after{content:"";position:absolute;inset:0;background:#fffaeb8c}.map-pin{position:absolute;top:50%;left:52%;transform:translate(-50%,-100%);z-index:2}.map-pin .label{background:#fff;border:1px solid var(--color-main);color:var(--color-main);font-family:var(--ff-serif);font-style:italic;font-size:13px;padding:4px 10px;border-radius:3px;white-space:nowrap;box-shadow:0 4px 12px #0000001a}.map-pin .dot{width:14px;height:14px;background:var(--color-main);border-radius:50%;margin:6px auto 0;box-shadow:0 0 0 4px #9b252240}.map-labels{position:absolute;z-index:2;font-size:11px;color:var(--color-ink-soft);font-family:var(--ff-serif)}.ml1{top:30%;right:14%}.ml2{bottom:32%;right:18%}.ml3{bottom:18%;left:14%}.ml4{bottom:28%;left:30%}.reserve{background:var(--color-main);color:#fff;border-radius:4px;padding:26px 24px;display:flex;flex-direction:column;gap:16px}.reserve h4{font-size:14px;font-weight:500;margin:0;letter-spacing:.18em;text-align:center;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:14px}.reserve p{font-size:11.5px;margin:0;text-align:center;line-height:1.8;color:#ffffffeb}.reserve .phone{display:flex;align-items:center;justify-content:center;gap:14px;font-family:var(--ff-serif);font-style:italic;font-weight:500;font-size:30px;letter-spacing:.04em}.reserve .phone svg{width:24px;height:24px}.reserve .phone a{color:#fff}.reserve .hours{text-align:center;font-size:11px;letter-spacing:.1em;color:#ffffffd9;margin-top:-4px}.reserve .cta{background:#fff;color:var(--color-text);border-radius:3px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;font-size:13.5px;letter-spacing:.18em;font-weight:500}.reserve .cta:hover{background:var(--color-surface)}.reserve .cta .left{display:flex;align-items:center;gap:10px}.reserve .cta .left svg{width:18px;height:18px;color:var(--color-main)}.reserve .cta .arrow{width:14px;height:14px;color:var(--color-main)}.bottom-cta{position:relative;padding:60px 0;color:#fff;overflow:hidden;background:#1a0e0a}.bottom-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(#140a0699,#140a06b3),url(/images/bottom-cta-bg.jpg);background-size:cover;background-position:center}.bottom-cta-inner{position:relative;max-width:1180px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center}.bottom-cta h3{font-family:var(--ff-serif);font-weight:500;font-size:clamp(22px,2.6vw,30px);margin:0;letter-spacing:.04em;line-height:1.5}.bottom-cta .sub{font-size:13px;color:#ffffffd9;margin-top:8px;letter-spacing:.08em}.bcta-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 30px;border-radius:3px;font-size:14px;letter-spacing:.18em;font-weight:500;min-width:240px;justify-content:center}.bcta-btn.red{background:var(--color-main);color:#fff}.bcta-btn.red:hover{background:var(--color-main-deep)}.bcta-btn.white{background:#fff;color:var(--color-text)}.bcta-btn.white:hover{background:var(--color-surface)}.bcta-btn .ic{width:18px;height:18px}.bcta-btn.white .ic{color:var(--color-main)}.totop{position:fixed;right:24px;bottom:24px;width:42px;height:42px;border-radius:50%;background:var(--color-footer-bg);color:#fff;display:flex;align-items:center;justify-content:center;z-index:60;box-shadow:0 6px 18px #0000002e}.totop svg{width:14px;height:14px}.totop:hover{background:color-mix(in srgb,var(--color-footer-bg) 80%,#000)}@media(max-width:900px){.concept-grid{grid-template-columns:1fr;gap:36px}.concept-features{max-width:none}.concept-images{height:340px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:14px}.why-grid{grid-template-columns:repeat(2,1fr)}.gal-grid{grid-template-columns:repeat(3,1fr)}.voice-grid,.access-grid{grid-template-columns:1fr}.map-card{min-height:280px}.bottom-cta-inner{grid-template-columns:1fr;text-align:center}.bcta-btn{justify-content:center;min-width:0;width:100%;max-width:340px;margin:0 auto}.news-row-home{grid-template-columns:1fr}}@media(max-width:560px){.hero{height:520px}.hero h1{font-size:36px;line-height:1.45}.hero-ctas{flex-direction:column;align-items:stretch}.btn{justify-content:center}.concept,.menu-section,.why,.gallery,.voice,.news-section,.access-section{padding:60px 0 72px}.menu-grid{grid-template-columns:1fr 1fr;gap:12px}.menu-card .card-body{padding:14px 12px 16px}.menu-card h3{font-size:13.5px}.menu-card .price{font-size:18px}.why-grid{grid-template-columns:1fr;gap:14px}.wc{padding:28px 22px}.gal-grid{grid-template-columns:repeat(2,1fr)}.concept-features{grid-template-columns:repeat(4,1fr);gap:8px}.cf .ic{width:46px;height:46px}.cf .ic svg{width:24px;height:24px}.cf span{font-size:11px}.a-card,.reserve{padding:22px 18px}.reserve .phone{font-size:26px}.totop{right:14px;bottom:14px;width:38px;height:38px}}
