:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--page-bg:#faf9f6;--surface-bg:#fff;--marine-blue:#0a3663;--sea-blue:#1e6b9e;--sky-blue:#ebf5ff;--terracotta:#d96b43;--terracotta-light:#fdf2ee;--success-green:#15803d;--success-light:#dcfce7;--terracotta-dark:#b5451c;--terracotta-ink:#b5451c;--brand-marine-solid:#0a3663;--brand-sea-solid:#1e6b9e;--text-primary:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--border-color:#e2e8f0;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;--font-family-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--h1-size:1.2rem;--h1-weight:700;--h2-size:1.05rem;--h2-weight:700;--body-size:1rem;--body-weight:400;--caption-size:.8rem;--caption-weight:500;--line-height:1.6;--rounded-lg:18px;--rounded-md:12px;--rounded-sm:8px;--container-max:480px;--padding-mobile:20px;--gap-grid:12px;--shadow-soft:0 4px 20px #0a36630d;--hotel-highlight-bg:var(--sky-blue);--hotel-wifi-bg:var(--success-light);--hotel-wifi-row-bg:#ffffffbf;--hotel-curfew-bg:var(--terracotta-light);--hotel-curfew-title:var(--terracotta-dark);--chip-sky-bg:var(--sky-blue);--chip-success-bg:var(--success-light);--chip-terracotta-bg:var(--terracotta-light);--warning-notice-bg:#fff8e1;--warning-notice-border:#f2d36b;--night-page-bg:#0c1a26;--night-surface-bg:#16293b;--night-marine-blue:#a6c8fe;--night-sea-blue:#7fb6e8;--night-terracotta-ink:#f0a87e;--night-text-primary:#eaf1f8;--night-text-muted:#a7b8c8;--night-text-light:#8a9daf;--night-border:#294153;--night-shadow:0 6px 22px #00000080;--night-hotel-highlight-bg:#17344d;--night-hotel-wifi-bg:#153b2a;--night-hotel-curfew-bg:#43251c;--night-warning-notice-bg:#2a2415;--night-warning-notice-border:#665420}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme]){--page-bg:var(--night-page-bg);--surface-bg:var(--night-surface-bg);--marine-blue:var(--night-marine-blue);--sea-blue:var(--night-sea-blue);--terracotta-ink:var(--night-terracotta-ink);--text-primary:var(--night-text-primary);--text-muted:var(--night-text-muted);--text-light:var(--night-text-light);--border-color:var(--night-border);--shadow-soft:var(--night-shadow);--hotel-highlight-bg:var(--night-hotel-highlight-bg);--hotel-wifi-bg:var(--night-hotel-wifi-bg);--hotel-wifi-row-bg:var(--night-surface-bg);--hotel-curfew-bg:var(--night-hotel-curfew-bg);--hotel-curfew-title:var(--night-terracotta-ink);--chip-sky-bg:var(--night-hotel-highlight-bg);--chip-success-bg:var(--night-hotel-wifi-bg);--chip-terracotta-bg:var(--night-hotel-curfew-bg);--warning-notice-bg:var(--night-warning-notice-bg);--warning-notice-border:var(--night-warning-notice-border)}}:root[data-theme=dark]{--page-bg:var(--night-page-bg);--surface-bg:var(--night-surface-bg);--marine-blue:var(--night-marine-blue);--sea-blue:var(--night-sea-blue);--terracotta-ink:var(--night-terracotta-ink);--text-primary:var(--night-text-primary);--text-muted:var(--night-text-muted);--text-light:var(--night-text-light);--border-color:var(--night-border);--shadow-soft:var(--night-shadow);--hotel-highlight-bg:var(--night-hotel-highlight-bg);--hotel-wifi-bg:var(--night-hotel-wifi-bg);--hotel-wifi-row-bg:var(--night-surface-bg);--hotel-curfew-bg:var(--night-hotel-curfew-bg);--hotel-curfew-title:var(--night-terracotta-ink);--chip-sky-bg:var(--night-hotel-highlight-bg);--chip-success-bg:var(--night-hotel-wifi-bg);--chip-terracotta-bg:var(--night-hotel-curfew-bg);--warning-notice-bg:var(--night-warning-notice-bg);--warning-notice-border:var(--night-warning-notice-border)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--page-bg);color:var(--text-primary);font-size:16px;font-family:var(--font-family);line-height:var(--line-height);-webkit-text-size-adjust:100%}body{background-color:var(--page-bg);min-height:100vh;color:var(--text-primary);font-family:var(--font-family);font-size:var(--body-size);font-weight:var(--body-weight);line-height:var(--line-height)}h1{font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:1.3}h2{font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:1.4}:focus-visible{outline:2px solid var(--sea-blue);outline-offset:2px}button,a.card,a.button,a.nav-link,[role=button]{justify-content:center;align-items:center;min-width:44px;min-height:44px;transition:transform .1s,background-color .2s,border-color .2s;display:inline-flex}[role=button]:active,button:active,a.card:active,a.button:active,a.nav-link:active,.tap-feedback:active{transform:scale(.98)}.page-shell{padding:24px 0}.page-header{margin-bottom:24px}.page-title{color:var(--marine-blue);margin-bottom:8px}.page-subtitle{color:var(--text-muted);font-size:.9rem}.surface-card{background:var(--surface-bg);border-radius:var(--rounded-md);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);padding:16px}.surface-card-title{color:var(--sea-blue);margin-bottom:8px}@supports (animation-timeline:view()){.badge-pop{animation:linear both badge-pop-in;animation-timeline:view();animation-range:entry 15% cover 40%}@keyframes badge-pop-in{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.badge-pop{animation:none}}}::view-transition-old(root){animation-delay:40ms}::view-transition-new(root){animation-delay:40ms}::view-transition-group(icon-hotel-info){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}::view-transition-group(icon-transport){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}::view-transition-group(icon-artworks){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}::view-transition-group(icon-sightseeing){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}::view-transition-group(icon-souvenirs){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}::view-transition-group(icon-audio){animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.11s}.container{max-width:var(--container-max);padding:0 var(--padding-mobile);width:100%;margin:0 auto;position:relative}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.theme-toggle[data-astro-cid-l6lhmie6]{top:18px;right:var(--padding-mobile);z-index:30;border:1px solid var(--border-color);background:var(--surface-bg);width:40px;height:40px;box-shadow:var(--shadow-soft);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .1s,background-color .2s,border-color .2s;display:flex;position:absolute}.theme-toggle[data-astro-cid-l6lhmie6]:active{transform:scale(.94)}.theme-toggle[data-astro-cid-l6lhmie6]:focus-visible{outline:2px solid var(--sea-blue);outline-offset:2px}.tt-icon[data-astro-cid-l6lhmie6]{font-size:1.05rem;line-height:1}.theme-toggle[data-astro-cid-l6lhmie6] .tt-sun[data-astro-cid-l6lhmie6],.theme-toggle[data-astro-cid-l6lhmie6][data-effective=dark] .tt-moon[data-astro-cid-l6lhmie6]{display:none}.theme-toggle[data-astro-cid-l6lhmie6][data-effective=dark] .tt-sun[data-astro-cid-l6lhmie6]{display:inline}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
