/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-743jzhhbjj] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--vt-gradient-page), var(--vt-color-page);
}

main[b-743jzhhbjj] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-743jzhhbjj] {
    color: var(--vt-color-sidebar-text);
    background: var(--vt-gradient-sidebar);
}

.top-row[b-743jzhhbjj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 4rem;
    padding: 0 1rem;
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid var(--vt-color-line);
    backdrop-filter: blur(14px);
}

.top-row[b-743jzhhbjj]  a {
    color: var(--vt-color-muted-strong);
    font-weight: 700;
    text-decoration: none;
}

.top-row[b-743jzhhbjj]  a:hover {
    color: var(--vt-color-ink);
}

.content[b-743jzhhbjj] {
    flex: 1;
    padding: 1.5rem 1rem 2rem;
}

@media (min-width: 641px) {
    .page[b-743jzhhbjj] {
        flex-direction: row;
    }

    .sidebar[b-743jzhhbjj] {
        width: 18rem;
        min-height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
    }

    .top-row[b-743jzhhbjj] {
        position: sticky;
        top: 0;
        z-index: 2;
        padding: 0 1.5rem;
    }

    .content[b-743jzhhbjj] {
        padding: 2rem 2rem 2.5rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.shell-nav[b-m5bdritun1] {
    position: relative;
    color: var(--vt-color-sidebar-text);
}

.shell-brand[b-m5bdritun1] {
    display: grid;
    gap: 0.45rem;
    padding: 1.5rem 1.25rem 1rem;
}

.shell-brand-link[b-m5bdritun1] {
    color: var(--vt-color-surface);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.shell-brand p[b-m5bdritun1] {
    margin: 0;
    color: rgba(226, 232, 240, 0.8);
    font-size: 0.88rem;
    line-height: 1.5;
}

.shell-nav-toggle[b-m5bdritun1] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--vt-radius-pill);
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center/1.4rem rgba(255, 255, 255, 0.08);
}

.shell-nav-toggle:checked[b-m5bdritun1] {
    background-color: rgba(255, 255, 255, 0.18);
}

.shell-nav-scroll[b-m5bdritun1] {
    display: none;
    padding: 0.5rem 0 1rem;
}

.shell-nav-toggle:checked ~ .shell-nav-scroll[b-m5bdritun1] {
    display: block;
}

.shell-nav-list[b-m5bdritun1] {
    display: grid;
    gap: 0.45rem;
    padding: 0 0.85rem;
}

.shell-nav-list[b-m5bdritun1]  .shell-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.8rem 0.95rem;
    color: rgba(226, 232, 240, 0.88);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 1rem;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.shell-nav-list[b-m5bdritun1]  .shell-nav-link:hover {
    color: var(--vt-color-surface);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.shell-nav-list[b-m5bdritun1]  a.active {
    color: var(--vt-color-surface);
    background: var(--vt-gradient-primary);
    box-shadow: 0 18px 38px -28px rgba(227, 91, 47, 0.75);
}

.shell-nav-list[b-m5bdritun1]  .material-symbols-outlined {
    font-size: 1.15rem;
}

@media (min-width: 641px) {
    .shell-nav-toggle[b-m5bdritun1] {
        display: none;
    }

    .shell-nav-scroll[b-m5bdritun1] {
        display: block;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-ad6mjusg7t] {
    display: grid;
    gap: 1rem;
    max-width: 54rem;
    padding: 1rem 0;
}

.error-page h1[b-ad6mjusg7t],
.error-page h2[b-ad6mjusg7t],
.error-page h3[b-ad6mjusg7t] {
    margin: 0;
}

.error-page h1[b-ad6mjusg7t] {
    color: var(--vt-color-danger);
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.error-page h2[b-ad6mjusg7t] {
    color: var(--vt-color-danger-soft);
    font-size: 1.2rem;
    font-weight: 800;
}

.error-request[b-ad6mjusg7t] {
    margin: 0;
    color: var(--vt-color-muted-strong);
}

.error-request code[b-ad6mjusg7t] {
    padding: 0.2rem 0.45rem;
    background: var(--vt-color-primary-soft);
    border: 1px solid var(--vt-color-primary-line);
    border-radius: 0.5rem;
}

.error-panel[b-ad6mjusg7t] {
    display: grid;
    gap: 0.9rem;
    border-color: var(--vt-color-danger-line);
}

.error-panel p[b-ad6mjusg7t] {
    margin: 0;
    color: var(--vt-color-muted-strong);
    line-height: 1.65;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.mh-home-hero-image[b-1j54s81h1d] {
    object-position: center 20%;
    will-change: transform;
}

.mh-home-hero-image.opacity-100[b-1j54s81h1d] {
    animation: mh-home-hero-zoom-b-1j54s81h1d 5s ease-out both;
}

.mh-home-hero-title[b-1j54s81h1d] {
    max-width: min(58rem, 100%);
    color: #fff;
    text-shadow: 0 2px 16px rgba(8, 11, 22, 0.45);
}

.mh-home-hero-title h1[b-1j54s81h1d],
.mh-home-hero-title span[b-1j54s81h1d] {
    display: block;
}

.mh-home-hero-brand[b-1j54s81h1d] {
    font-family: "Playfair Display", serif;
    font-size: clamp(0.82rem, 1.6vw, 1.08rem);
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.mh-home-hero-japanese[b-1j54s81h1d] {
    margin-top: 1rem;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(2rem, 5.5vw, 4.75rem);
    font-weight: 700;
    line-height: 1.22;
}

.mh-home-hero-english[b-1j54s81h1d] {
    margin-top: 0.75rem;   
    opacity: 1;
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 5.35vw, 2.55rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

/* 脚本完成初始化前保持内容可见，避免脚本失败时页面变成空壳。 */
html.home-motion-ready [data-home-reveal]:not([data-home-reveal="hero"])[b-1j54s81h1d],
html.home-motion-ready [data-home-reveal-group] > *[b-1j54s81h1d] {
    opacity: 0;
    transform: translateY(1.1rem);
    transition: opacity 560ms ease-out, transform 560ms ease-out;
}

html.home-motion-ready [data-home-reveal]:not([data-home-reveal="hero"]).is-visible[b-1j54s81h1d],
html.home-motion-ready [data-home-reveal-group].is-visible > *[b-1j54s81h1d] {
    opacity: 1;
    transform: none;
}

html.home-motion-ready [data-home-reveal="hero"] span[b-1j54s81h1d] {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 700ms ease-out, transform 700ms ease-out;
}

html.home-motion-ready [data-home-reveal="hero"].is-visible span[b-1j54s81h1d] {
    opacity: 1;
    transform: none;
}

html.home-motion-ready [data-home-reveal="hero"].is-visible span:nth-child(1)[b-1j54s81h1d] {
    transition-delay: 80ms;
}

html.home-motion-ready [data-home-reveal="hero"].is-visible span:nth-child(2)[b-1j54s81h1d] {
    transition-delay: 180ms;
}

html.home-motion-ready [data-home-reveal="hero"].is-visible span:nth-child(3)[b-1j54s81h1d] {
    transition-delay: 300ms;
}

html.home-motion-ready [data-home-reveal-group].is-visible > *[b-1j54s81h1d] {
    transition-delay: calc(var(--home-stagger-index, 0) * 70ms);
}

.mh-home-card[b-1j54s81h1d],
.mh-home-cta[b-1j54s81h1d] {
    transition: transform 220ms ease-out, box-shadow 220ms ease-out, border-color 220ms ease-out;
}

.mh-home-card-image[b-1j54s81h1d] {
    transition: transform 450ms ease-out;
}

.mh-home-card-overlay[b-1j54s81h1d] {
    transition: background-color 300ms ease-out;
}

.mh-home-card:focus-visible[b-1j54s81h1d],
.mh-home-card:active[b-1j54s81h1d] {
    transform: translateY(-2px);
}

.mh-home-card:active[b-1j54s81h1d],
.mh-home-cta:active[b-1j54s81h1d] {
    transform: scale(0.98);
    transition-duration: 100ms;
}

.mh-home-cta[b-1j54s81h1d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mh-home-cta:focus-visible[b-1j54s81h1d] {
    transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
    .mh-home-card:hover[b-1j54s81h1d] {
        transform: translateY(-4px);
        border-color: rgba(217, 59, 47, 0.35);
        box-shadow: 0 22px 42px -28px rgba(21, 21, 21, 0.35);
    }

    .mh-home-card:hover .mh-home-card-image[b-1j54s81h1d] {
        transform: scale(1.035);
    }

    .mh-home-card-destination:hover .mh-home-card-image[b-1j54s81h1d] {
        transform: scale(1.06);
    }

    .mh-home-card-destination:hover .mh-home-card-overlay[b-1j54s81h1d] {
        background-color: rgba(0, 0, 0, 0.45);
    }

    .mh-home-cta:hover[b-1j54s81h1d] {
        transform: translateY(-2px);
    }
}

@keyframes mh-home-hero-zoom-b-1j54s81h1d {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mh-home-hero-image[b-1j54s81h1d] {
        animation: none;
        transition: none;
        transform: none;
        will-change: auto;
    }

    html.home-motion-ready [data-home-reveal][b-1j54s81h1d],
    html.home-motion-ready [data-home-reveal-group] > *[b-1j54s81h1d],
    html.home-motion-ready [data-home-reveal="hero"] span[b-1j54s81h1d] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .mh-home-card[b-1j54s81h1d],
    .mh-home-card-image[b-1j54s81h1d],
    .mh-home-card-overlay[b-1j54s81h1d],
    .mh-home-cta[b-1j54s81h1d] {
        transition: none;
    }

    .mh-home-card:focus-visible[b-1j54s81h1d],
    .mh-home-card:active[b-1j54s81h1d],
    .mh-home-cta:focus-visible[b-1j54s81h1d],
    .mh-home-cta:active[b-1j54s81h1d] {
        transform: none;
    }
}

@media (max-width: 639px) {
    .mh-home-hero-brand[b-1j54s81h1d] {
        letter-spacing: 0.2em;
    }

    .mh-home-hero-japanese[b-1j54s81h1d] {
        margin-top: 0.8rem;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-iyc2jautzs] {
    min-height: 100vh;
    background: #fcf7f1;
    color: #241b13;
}

.not-found-main[b-iyc2jautzs] {
    padding: 4.5rem 1.25rem 5.5rem;
}

.not-found-shell[b-iyc2jautzs] {
    width: min(72rem, 100%);
    margin: 0 auto;
}

.not-found-hero[b-iyc2jautzs] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    min-height: 38rem;
    overflow: hidden;
    border: 1px solid #e8ddd1;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 28px 70px -42px rgba(40, 24, 16, .35);
}

.not-found-visual[b-iyc2jautzs] {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    background: #183534;
}

.not-found-visual img[b-iyc2jautzs],
.not-found-visual-overlay[b-iyc2jautzs] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.not-found-visual img[b-iyc2jautzs] {
    object-fit: cover;
}

.not-found-visual-overlay[b-iyc2jautzs] {
    background: rgba(24, 53, 52, .42);
}

.not-found-visual-label[b-iyc2jautzs] {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
    color: rgba(255, 255, 255, .88);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.not-found-content[b-iyc2jautzs] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4.5rem;
}

.not-found-code[b-iyc2jautzs] {
    margin: 0;
    color: #d93b2f;
    font-size: 8rem;
    font-weight: 800;
    line-height: .9;
    letter-spacing: 0;
}

.not-found-content h1[b-iyc2jautzs] {
    margin: 1.75rem 0 0;
    color: #241b13;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.not-found-description[b-iyc2jautzs] {
    max-width: 28rem;
    margin: 1rem 0 0;
    color: #6f5d4b;
    font-size: 1rem;
    line-height: 1.75;
}

.not-found-action[b-iyc2jautzs] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 3.1rem;
    margin-top: 2rem;
    padding: .8rem 1.2rem;
    border: 1px solid #1f5a4a;
    border-radius: .6rem;
    background: #1f5a4a;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.not-found-action:hover[b-iyc2jautzs] {
    border-color: #174438;
    background: #174438;
    transform: translateY(-1px);
}

.not-found-action:focus-visible[b-iyc2jautzs] {
    outline: 3px solid rgba(217, 59, 47, .35);
    outline-offset: 3px;
}

.not-found-action .material-symbols-outlined[b-iyc2jautzs] {
    font-size: 1.1rem;
}

@media (max-width: 760px) {
    .not-found-main[b-iyc2jautzs] {
        padding: 2rem 1rem 3.5rem;
    }

    .not-found-hero[b-iyc2jautzs] {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 1rem;
    }

    .not-found-visual[b-iyc2jautzs] {
        min-height: 15rem;
    }

    .not-found-content[b-iyc2jautzs] {
        padding: 2.5rem 1.5rem 2.75rem;
    }

    .not-found-code[b-iyc2jautzs] {
        font-size: 5.5rem;
    }

    .not-found-content h1[b-iyc2jautzs] {
        margin-top: 1.25rem;
        font-size: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .not-found-action[b-iyc2jautzs] {
        transition: none;
    }
}
