@charset "utf-8";

/* CSS Variables */
:root {
    --blue: #0068ad;
    --blue-dark: #004b7c;
    --blue-light: #eaf6fc;
    --cyan: #24b9d7;
    --green: #76bd43;
    --orange: #ef8d00;
    --red: #e31e24;
    --ink: #17212b;
    --muted: #657483;
    --line: #d8e1e8;
    --shadow: 0 16px 40px rgba(10, 68, 105, .10);
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(0, 104, 173, .15);
    backdrop-filter: blur(10px);
}

.header-inner {
    width: min(1240px, calc(100% - 32px));
    min-height: 76px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-brand {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.12;
}

.brand-en {
    font-size: .72rem;
    letter-spacing: .18em;
    color: var(--blue);
    font-weight: 800;
}

.brand-ja {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.global-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.global-nav a {
    display: block;
    padding: 11px 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: .92rem;
    border-radius: 999px;
    transition: .2s;
}

.global-nav a:hover,
.global-nav a:focus {
    color: var(--blue);
    background: var(--blue-light);
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px;
    color: var(--blue-dark);
}

/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, #fff 30%, #0068ad 60%, #004d83 100%);
    min-height: 610px;
    display: grid;
    place-items: center;
}

.hero:before,
.hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}

.hero:before {
    width: 440px;
    height: 440px;
    left: -120px;
    bottom: -180px;
    background: rgba(94, 220, 210, .18);
}

.hero:after {
    width: 600px;
    height: 600px;
    right: -250px;
    top: -250px;
    background: rgba(130, 199, 67, .22);
}

.hero-map {
    position: absolute;
    right: 5%;
    top: 8%;
    width: 300px;
    height: 480px;
    background: linear-gradient(180deg, rgba(135, 202, 65, .95), rgba(40, 185, 215, .9));
    clip-path: polygon(52% 0, 68% 7%, 66% 16%, 78% 22%, 72% 33%, 82% 45%, 73% 55%, 77% 69%, 62% 79%, 60% 100%, 42% 91%, 46% 75%, 28% 65%, 37% 52%, 24% 40%, 34% 26%, 28% 15%);
    opacity: .8;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(1100px, calc(100% - 40px));
    padding: 80px 0;
    text-shadow: 0 2px 8px rgba(0, 44, 75, .9);
}

.hero-kicker {
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 800;
    letter-spacing: .08em;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6.7rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 10px 0;
}

.hero h1 span {
    font-size: .88em;
    margin-left: .15em;
}

.hero-date {
    display: flex;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    font-size: clamp(1.4rem, 3vw, 2.6rem);
    letter-spacing: .04em;
}

.hero-date span {
    font-weight: 900;
}

.hero-route {
    width: min(700px, 100%);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    margin: 40px 0 32px;
}

.hero-route div {
    display: flex;
    flex-direction: column;
}

.hero-route small {
    font-weight: 900;
    color: #fff66c;
    letter-spacing: .12em;
}

.hero-route strong {
    font-size: clamp(1rem, 2vw, 1.35rem);
}

.route-line {
    height: 3px;
    background: rgba(255, 255, 255, .8);
    position: relative;
}

.route-line:before,
.route-line:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.route-line:before {
    left: 0;
}

.route-line:after {
    right: 0;
}

.deadline {
    display: inline-block;
    background: #fff;
    color: var(--blue-dark);
    padding: 12px 22px;
    border-radius: 6px;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 900;
    text-shadow: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

/* Section Styles */
.section {
    padding: 88px 0;
    scroll-margin-top: 92px;
}

.section-tint {
    background: #f3f9fc;
}

.section-orange {
    background: linear-gradient(180deg, #fff8e6, #fff3d4);
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.25;
    color: var(--blue-dark);
    letter-spacing: .02em;
}

.eyebrow {
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .2em;
    color: var(--cyan);
    margin-bottom: 8px;
}

.split-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.heading-deadline {
    border-left: 4px solid var(--red);
    padding-left: 16px;
    font-size: .8rem;
    color: var(--muted);
}

.heading-deadline strong {
    font-size: 1rem;
    color: var(--red);
}

.section-lead {
    margin: -12px 0 30px;
    color: var(--muted);
}

/* Plan Cards */
.plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.plan-card {
    position: relative;
    padding: 32px;
    background: #fff;
    border: 1px solid #dce9f0;
    border-radius: 16px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.plan-number {
    position: absolute;
    right: 18px;
    top: 6px;
    font-size: 3.2rem;
    font-weight: 900;
    color: #e5f3f9;
    line-height: 1;
}

.plan-card h3 {
    position: relative;
    font-size: 1.3rem;
    color: var(--blue-dark);
    margin-bottom: 14px;
}

.plan-card p {
    color: #52616f;
}

.text-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--blue);
    font-weight: 800;
    text-decoration: none;
}

.text-link:after {
    content: " →";
}

.notice-box {
    margin-top: 28px;
    padding: 20px 24px;
    background: #e8f6fa;
    border-left: 5px solid var(--cyan);
    border-radius: 8px;
}

.notice-box strong {
    color: var(--blue-dark);
}

.notice-box p + p {
    margin-top: 8px;
}

.notice-box.white {
    background: #fff;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.summary-grid dl {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
}

.summary-grid dt {
    padding: 9px 14px;
    background: var(--blue);
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
}

.summary-grid dd {
    padding: 15px;
    font-weight: 600;
}

/* Hotel Styles */
.hotel-list {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.hotel-list.two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.hotel-card {
    background: #fff;
    border: 1px solid #cbdde8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(10, 68, 105, .07);
}

.hotel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: var(--blue);
    color: #fff;
}

.hotel-title h3 {
    font-size: 1.22rem;
}

.hotel-title span {
    font-size: .78rem;
    font-weight: 800;
    background: #fff;
    color: var(--blue);
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
	text-align: center;
}

.price-table {
    width: 100%;
    min-width: 720px;
}

.price-table th,
.price-table td {
    padding: 15px 16px;
    border: 1px solid #d8e4eb;
    text-align: center;
    vertical-align: middle;
}

.price-table th {
    background: #eef7fb;
    color: var(--blue-dark);
    font-size: .85rem;
}

.price-table td strong {
    font-size: 1.3rem;
    color: #1c2731;
}

.price-table small {
    display: block;
    font-size: .74rem;
    color: #697784;
}

.hotel-card > .note {
    padding: 12px 18px;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 24px;
}

.detail-card h3 {
    color: var(--blue-dark);
    border-bottom: 2px solid var(--cyan);
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.schedule {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--line);
    font-size: 90%;
    table-layout: fixed;
}

.schedule th,
.schedule td {
    padding: 10px 12px;
    border: 1px solid var(--line);
    vertical-align: middle;
}

.schedule th {
    width: 72px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.schedule .schedule-date {
    width: 128px;
    text-align: center;
    white-space: nowrap;
}

.lead-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    margin-bottom: 24px;
    background: linear-gradient(100deg, #e7f6fb, #f8fcfe);
    border-radius: 14px;
}

.lead-box strong {
    font-size: 1.5rem;
    color: var(--red);
    white-space: nowrap;
}

.note-list {
    margin: 20px 0 0 1.3em;
    color: #52616f;
}

.note-list li + li {
    margin-top: 6px;
}

/* Important Banner */
.important-banner {
    padding: 13px 18px;
    margin-bottom: 24px;
    background: var(--orange);
    color: #fff;
    font-weight: 900;
    text-align: center;
    border-radius: 8px;
    font-size: 1.08rem;
}

/* Ship Styles */
.ship-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.ship-card {
    padding: 28px;
    background: #fff;
    border: 2px solid #f1c569;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(139, 89, 0, .08);
}

.ship-label {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    border-radius: 999px;
    padding: 3px 11px;
    font-size: .78rem;
    font-weight: 900;
}

.ship-card h3 {
    font-size: 1.55rem;
    margin: 8px 0 12px;
    color: #8b5500;
}

.ship-price {
    padding: 12px 0;
    border-block: 1px solid #ecd7ab;
    color: var(--red);
    font-weight: 800;
}

.ship-price strong {
    font-size: 2rem;
}

.ship-price small {
    color: #555;
    margin-left: 5px;
}

.ship-card dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-top: 14px;
}

.ship-card dt,
.ship-card dd {
    padding: 8px 0;
    border-bottom: 1px dotted #dbc99f;
}

.ship-card dt {
    font-weight: 800;
    color: #805100;
}

/* Application Styles */
.application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.application-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    box-shadow: var(--shadow);
}

.application-card h3,
.application-card h2 {
    color: var(--blue-dark);
    margin-bottom: 10px;
}

.application-card p {
    color: var(--muted);
    margin-bottom: 20px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0, 104, 173, .22);
    transition: .2s;
}

.button:hover,
.button:focus {
    background: var(--blue-dark);
    transform: translateY(-2px);
}

.button-sub {
    background: #227f66;
}

.button-light {
    background: #e7edf1;
    color: #34434f;
    box-shadow: none;
}

.application-placeholder {
    background: #8b98a2;
    box-shadow: none;
    cursor: not-allowed;
}

.legal-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 26px;
}

.legal-box + .legal-box {
    margin-top: 20px;
}

.legal-box h3 {
    color: var(--blue-dark);
    margin-bottom: 10px;
}

.legal-box a {
    color: var(--blue);
    font-weight: 700;
}

.cancel-table {
    width: 100%;
    min-width: 860px;
    margin-top: 18px;
}

.cancel-table th,
.cancel-table td {
    border: 1px solid #cfdbe3;
    padding: 11px;
    text-align: center;
	font-size: .9rem;
}

.cancel-table thead th {
    background: var(--blue);
    color: #fff;
}

.cancel-table tbody th {
    background: #eef7fb;
    color: var(--blue-dark);
}

/* Footer */
.site-footer {
    background: #103a56;
    color: #eaf4f8;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
}

.site-footer h2 {
    font-size: 1.15rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.site-footer p {
    font-size: .88rem;
}

.site-footer p + p {
    margin-top: 12px;
}

.site-footer a {
    color: #b9edff;
}

.privacy {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.copyright {
    text-align: center;
    margin-top: 36px;
    padding: 18px;
    background: rgba(0, 0, 0, .15);
    font-size: .75rem;
}

.simple-footer {
    padding: 30px 0;
    text-align: center;
}

.simple-footer .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.page-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    box-shadow: 0 8px 20px rgba(0, 70, 110, .25);
}

/* Subpage Styles */
.subpage-main {
    min-height: 65vh;
}

.sub-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #e7f6fb, #f8fcfe);
    text-align: center;
}

.sub-hero.compact {
    padding: 60px 0;
}

.sub-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--blue-dark);
    line-height: 1.3;
    margin-bottom: 18px;
}

.sub-hero h1 span {
    font-size: .72em;
    color: var(--blue);
}

.att-heading {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--red);
    margin-bottom: 24px;
}

.confirm-list {
    counter-reset: item;
    list-style: none;
    display: grid;
    gap: 14px;
}

.confirm-list li {
    position: relative;
    padding: 20px 20px 20px 64px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.confirm-list li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    font-weight: 900;
}

.confirm-list a {
    color: var(--blue);
    font-weight: 800;
}

.confirm-box {
    margin-top: 28px;
    padding: 28px;
    background: #f1f8fb;
    border-radius: 14px;
    text-align: center;
}

.confirm-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.form-note {
    margin-top: 14px;
    font-size: .8rem;
    color: var(--red);
}

/* Mobile Styles */
@media (max-width: 900px) {
    .header-inner {
        min-height: 68px;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .menu-icon {
        width: 26px;
        display: grid;
        gap: 5px;
    }

    .menu-icon span {
        height: 2px;
        background: currentColor;
        transition: .25s;
    }

    .menu-label {
        font-size: .7rem;
        font-weight: 900;
    }

    .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .global-nav {
        position: fixed;
        inset: 68px 0 auto 0;
        max-height: calc(100vh - 68px);
        overflow: auto;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 18px 30px rgba(0, 40, 70, .12);
        transform: translateY(-130%);
        visibility: hidden;
        transition: .3s;
    }

    .global-nav.is-open {
        transform: translateY(0);
        visibility: visible;
    }

    .global-nav ul {
        display: block;
        padding: 14px 20px 24px;
    }

    .global-nav li {
        border-bottom: 1px solid var(--line);
    }

    .global-nav a {
        padding: 15px 8px;
        border-radius: 0;
    }

    .hero {
        min-height: 560px;
    }

    .hero-map {
        right: -80px;
        opacity: .38;
    }

    .plan-cards,
    .summary-grid,
    .application-grid {
        grid-template-columns: 1fr;
    }

    .hotel-list.two-columns,
    .detail-grid,
    .ship-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .split-heading {
        align-items: flex-start;
    }

    .lead-box {
        display: block;
    }

    .lead-box strong {
        display: block;
        margin-bottom: 8px;
    }

    .simple-footer .container {
        display: block;
    }

    .simple-footer p + p {
        margin-top: 8px;
    }
}

@media (max-width: 640px) {

    .schedule {
        font-size: .78rem;
    }

    .schedule th,
    .schedule td {
        padding: 8px 6px;
    }

    .schedule th {
        width: 56px;
        white-space: normal;
    }

    .schedule .schedule-date {
        width: 88px;
        white-space: normal;
    }
    .container,
    .narrow {
        width: min(100% - 28px, 1120px);
    }

    .brand-en {
        font-size: .58rem;
    }

    .brand-ja {
        font-size: 1.05rem;
    }

    .hero {
        min-height: 520px;
    }

    .hero-inner {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 3.2rem;
    }

    .hero h1 span {
        display: block;
        margin-left: 0;
    }

    .hero-date {
        gap: 8px;
    }

    .hero-date span {
        display: block;
        width: 100%;
    }

    .hero-route {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 28px 0;
    }

    .route-line {
        width: 3px;
        height: 28px;
        margin-left: 10px;
    }

    .route-line:before,
    .route-line:after {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .route-line:before {
        top: 0;
    }

    .route-line:after {
        top: 100%;
    }

    .section {
        padding: 62px 0;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    .split-heading {
        display: block;
    }

    .heading-deadline {
        margin-top: 14px;
    }

    .plan-card,
    .application-card,
    .detail-card,
    .ship-card,
    .legal-box {
        padding: 22px;
    }

    .hotel-title {
        align-items: flex-start;
    }

    .hotel-title h3 {
        font-size: 1.05rem;
    }

    .summary-grid {
        gap: 10px;
    }

    .lead-box {
        padding: 20px;
    }

    .lead-box strong {
        font-size: 1.25rem;
    }

    .confirm-list li {
        padding: 18px 16px 18px 54px;
    }

    .confirm-list li:before {
        left: 14px;
        top: 16px;
    }

    .confirm-actions {
        display: grid;
    }

    .confirm-actions .button {
        width: 100%;
    }

    .page-top {
        width: 42px;
        height: 42px;
        right: 12px;
        bottom: 12px;
    }

    .site-footer {
        padding-top: 44px;
    }
}

/* 2027 revision */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hero-inner-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.official-logo-wrap {
    width: min(760px, 92%);
    margin: 0 auto 26px;
}

.official-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 45, 80, .18));
}

.hero-inner-logo .hero-route {
    margin-inline: auto;
}

.plan-cards-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-sub-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.plan-sub-list li {
    padding: 13px 14px;
    background: #f2f8fb;
    border-radius: 9px;
    border-left: 4px solid var(--cyan);
}

.plan-sub-list strong,
.plan-sub-list span {
    display: block;
}

.plan-sub-list span {
    font-size: .85rem;
    color: var(--muted);
    margin-top: 3px;
}

#after-plan .hotel-list {
    grid-template-columns: 1fr;
}

#after-plan .hotel-card {
    width: 100%;
}

.application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links {
    width: min(1120px, calc(100% - 32px));
    margin: 34px auto 0;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.footer-links a {
    font-size: .84rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .plan-cards-two,
    .application-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .official-logo-wrap {
        width: 100%;
        margin-bottom: 18px;
    }

    .official-logo {
        max-height: 190px;
    }

    .footer-links {
        display: grid;
        gap: 10px;
        text-align: center;
    }
}

/* =========================================================
   Price table: one shared table for desktop and mobile
   HTML is common; only spacing, widths and line breaks change.
========================================================= */
.sp-break {
    display: none;
}

@media (max-width: 640px) {
    .sp-break {
        display: inline;
    }

    .hotel-card .table-scroll {
        overflow-x: visible;
    }

    .hotel-card .price-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .hotel-card .price-table th,
    .hotel-card .price-table td {
        padding: 12px 4px;
        font-size: 1rem;
        line-height: 1.6;
        overflow-wrap: anywhere;
        word-break: normal;
        vertical-align: middle;
    }

    .hotel-card .price-table th {
        font-size: .69rem;
        letter-spacing: 0;
    }

    .hotel-card .price-table td strong {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.3;
        white-space: nowrap;
    }

    .hotel-card .price-table small {
        display: inline-block;
        font-size: .8rem;
        line-height: 1.35;
    }

	#stay-plan .price-table th:nth-child(1) { width: 14%; }
	#stay-plan .price-table th:nth-child(2) { width: 34%; }
	#stay-plan .price-table th:nth-child(3) { width: 33%; }
	#stay-plan .price-table th:nth-child(4) { width: 19%; }

    #post-stay .price-table th:nth-child(1) { width: 28%; }
    #post-stay .price-table th:nth-child(2) { width: 38%; }
    #post-stay .price-table th:nth-child(3) { width: 34%; }
}
.blue{
	color: #0068ad;;
	font-weight: 700;
}

.schedule-2 {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

.schedule-2 th,
.schedule-2 td {
	padding: 12px 14px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.schedule-2 th,
.schedule-2 td:nth-child(2) {
	width: 1%;
	white-space: nowrap;
}

.schedule-2 td:last-child {
	white-space: normal;
}

@media screen and (max-width: 640px) {
	.schedule-2 th,
	.schedule-2 td {
		padding: 8px 7px;
		font-size: 13px;
		line-height: 1.6;
	}

	.schedule-2 td:nth-child(2) {
		white-space: nowrap;
	}
}


/* ------------------------------
   出走権付宿泊プラン 補足情報
------------------------------ */
.plan-details {
	padding: 72px 0;
	background: #f5f8fb;
}

.plan-info-list {
	display: grid;
	gap: 24px;
	margin-top: 20px;
}

.plan-info-box {
	padding: 28px 30px;
	background: #fff;
	border: 1px solid #d5dee7;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(20, 54, 82, .06);
	
}

.plan-info-box h3 {
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #1476b8;
	color: #164f78;
	font-size: 1.3rem;
	line-height: 1.5;
	
}

.plan-info-box h4 {
	margin: 0 0 12px;
	color: #164f78;
	font-size: 1.08rem;
	line-height: 1.5;
}

.plan-info-box p {
	margin: 0 0 12px;
	line-height: 1.9;
}

.plan-info-box p:last-child {
	margin-bottom: 0;
}

.plan-info-subtitle {
	display: inline-block;
	margin-bottom: 14px !important;
	padding: 4px 12px;
	background: #e9f4fb;
	border-radius: 999px;
	color: #12679d;
	font-weight: 700;
	font-size: .9rem;
}

.plan-info-data {
	display: grid;
	gap: 0;
	margin: 0 0 18px;
	border: 1px solid #cfd9e2;
}

.plan-info-data > div {
	display: grid;
	grid-template-columns: minmax(130px, 190px) 1fr;
}

.plan-info-data > div + div {
	border-top: 1px solid #cfd9e2;
}

.plan-info-data dt,
.plan-info-data dd {
	margin: 0;
	padding: 11px 14px;
}

.plan-info-data dt {
	background: #edf5fa;
	font-weight: 700;
}

.plan-info-data dd {
	border-left: 1px solid #cfd9e2;
}

.transport-route {
	padding: 14px 16px;
	background: #f1f7fb;
	border-left: 4px solid #1476b8;
	font-weight: 700;
}

.transport-route span {
	display: inline-block;
	margin: 0 8px;
}

.included-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 16px;
}

.included-box {
	padding: 20px;
	background: #f8fbfd;
	border: 1px solid #d8e2e9;
	border-radius: 8px;
}

.number-list,
.simple-list {
	margin: 0;
	padding-left: 1.5em;
}

.number-list li,
.simple-list li {
	margin-bottom: 8px;
	line-height: 1.8;
}

.number-list li:last-child,
.simple-list li:last-child {
	margin-bottom: 0;
}

.supplement {
	display: inline-block;
	margin-left: .35em;
	font-size: .92em;
}

.declaration-box {
	margin-top: 18px;
	padding: 20px;
	background: #fff9e9;
	border: 1px solid #ead59a;
	border-radius: 8px;
}

.declaration-box h4 {
	color: #795d11;
}

.plan-info-box .note {
	color: #5e6871;
	font-size: .92rem;
	line-height: 1.75;
}

@media screen and (max-width: 767px) {
	.plan-details {
		padding: 48px 0;
	}

	.plan-info-list {
		gap: 16px;
	}

	.plan-info-box {
		padding: 20px 16px;
		border-radius: 8px;
	}

	.plan-info-box h3 {
		margin-bottom: 14px;
		font-size: 1.12rem;
	}

	.plan-info-data > div {
		grid-template-columns: 1fr;
	}

	.plan-info-data dd {
		border-top: 1px solid #cfd9e2;
		border-left: 0;
	}

	.included-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.included-box {
		padding: 16px;
	}
	
	.transport-route {
		font-size: 85%;
	}

	.transport-route span {
		display: block;
		margin: 4px 0;
	}

	.supplement {
		display: block;
		margin: 4px 0 0;
	}

	.declaration-box {
		padding: 16px;
	}

}

/* ------------------------------
   お申し込み方法
------------------------------ */
.application-guide {
	margin: 40px 0 28px;
	padding: 28px 30px;
	background: #fff;
	border: 1px solid #d5dee7;
	border-radius: 12px;
}

.application-guide h2 {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #1476b8;
	color: #164f78;
	font-size: 1.4rem;
	line-height: 1.5;
}

.application-guide-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

.application-guide-table th,
.application-guide-table td {
	padding: 14px 16px;
	border: 1px solid #cfd9e2;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.application-guide-table th {
	width: 1%;
	min-width: 48px;
	background: #1476b8;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	white-space: nowrap;
}

.application-guide-table td {
	background: #fff;
}

.required-mark {
	color: #d60000;
	font-weight: 700;
}

.application-note {
	display: inline-block;
	margin-top: 4px;
	color: #5e6871;
	font-size: .92em;
}

@media screen and (max-width: 640px) {
	.application-guide {
		margin: 30px 0 22px;
		padding: 20px 14px;
		border-radius: 8px;
	}

	.application-guide h2 {
		margin-bottom: 16px;
		font-size: 1.18rem;
	}

	.application-guide-table th,
	.application-guide-table td {
		padding: 10px 8px;
		font-size: 13px;
		line-height: 1.7;
	}

	.application-guide-table th {
		min-width: 36px;
		font-size: 1rem;
	}
}
.kntlogo {
	padding: 10px;
}

.kntlogo img{
	max-width: 95%;
}
.sp-br {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp-br {
		display: inline;
	}
}

/* ------------------------------
   取消料テーブル
------------------------------ */
.cancel-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.cancel-table th,
.cancel-table td {
	padding: 12px 8px;
	border: 1px solid #cfd9e2;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: normal;
}

.cancel-table thead th {
	background: #164f78;
	color: #fff;
	font-weight: 700;
}

.cancel-table tbody th {
	background: #edf5fa;
	color: #164f78;
	font-weight: 700;
}

.cancel-table th:first-child {
	
}

.cancel-table th:not(:first-child),
.cancel-table td {
	
}

@media screen and (max-width: 640px) {
	.table-scroll {
		overflow-x: visible;
	}

	.cancel-table {
		min-width: 0;
		table-layout: fixed;
	}

	.cancel-table th,
	.cancel-table td {
		padding: 7px 3px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.cancel-table th:first-child {
		
	}

	.cancel-table th:not(:first-child),
	.cancel-table td {
		
	}

	.cancel-table tbody td:first-of-type {
		font-size: 9px;
	}
}

.red-b{
	color: #FFFFFF;
	font-weight: bold;
	background-color: red;
	padding: 10px;
	margin: 10px auto;
	font-size: 110%;
	display: inline-block;
}

.red-b-c{
	color: #FFFFFF;
	font-weight: bold;
	background-color: red;
	padding: 10px;
	margin: 10px auto;
	font-size: 130%;
	text-align: center;
}
.red2{
	color: red;
	font-weight: bold;
}
.sold_out{
	text-decoration: line-through 2px solid #ff0000;
}
.fs-120{
	font-size: 120%;
	font-weight: bold;
}

.tour-number{
	font-size: 85%;
    margin-top: 30px;
    padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

/* ------------------------------
   ページ上部へ戻るボタン
------------------------------ */
.page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: #1476b8;
	border-radius: 50%;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
	cursor: pointer;
	pointer-events: auto;
	transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.page-top:hover {
	background: #0f5f96;
	transform: translateY(-2px);
}

@media screen and (max-width: 640px) {
	.page-top {
		right: 14px;
		bottom: 14px;
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	body{
		font-size: 14px;
	}
}