:root {
    --destination-ink: #153432;
    --destination-muted: #536b67;
    --destination-primary: #007f79;
    --destination-accent: #ff8a68;
    --destination-line: rgba(0, 127, 121, 0.18);
    --destination-soft: #f1faf8;
}

.destination-body {
    margin: 0;
    background: #f7fbfa;
    color: var(--destination-ink);
    font-family: "Noto Sans JP", sans-serif;
}

.destination-language {
    position: absolute;
    z-index: 5;
    top: 22px;
    right: 76px;
}

.destination-language a {
    color: #fff;
    font-weight: 800;
}

.destination-site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 72px;
    padding: 0 100px 0 72px;
    background: linear-gradient(120deg, #006f6b, #0a948b);
    color: #fff;
}

.destination-site-header > a {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
}

.destination-site-header nav {
    display: flex;
    gap: 22px;
}

.destination-site-header nav a {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.destination-main {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 38px 0 72px;
}

.destination-heading {
    max-width: 900px;
    margin-bottom: 32px;
}

.destination-heading h1,
.destination-detail-header h1 {
    margin: 0;
    color: var(--destination-ink);
    font-size: clamp(2rem, 5vw, 3.35rem);
    line-height: 1.2;
    word-break: keep-all;
}

.destination-detail-header h1 {
    overflow-wrap: anywhere;
    word-break: normal;
}

.destination-heading p,
.destination-detail-header > div > p {
    margin: 18px 0 0;
    color: var(--destination-muted);
    font-size: 1.02rem;
    line-height: 1.9;
}

.destination-region-grid,
.destination-area-grid {
    display: grid;
    gap: 24px;
}

.destination-region-card,
.destination-area-card,
.destination-detail {
    border: 1px solid var(--destination-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 66, 62, 0.08);
}

.destination-region-card {
    padding: 30px;
}

.destination-region-card h2,
.destination-area-card h2,
.destination-detail h2,
.destination-facility-card h3 {
    margin: 0;
    color: var(--destination-ink);
}

.destination-region-card p {
    color: var(--destination-muted);
    line-height: 1.85;
}

.destination-region-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.destination-region-card li a,
.destination-tags li {
    display: block;
    padding: 7px 11px;
    border: 1px solid var(--destination-line);
    border-radius: 999px;
    background: var(--destination-soft);
    color: var(--destination-primary);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.destination-primary-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    background: var(--destination-primary);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.destination-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-area-card {
    overflow: hidden;
}

.destination-area-card > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.destination-area-card > div {
    padding: 24px;
}

.destination-area-card h2 a {
    color: inherit;
    text-decoration: none;
}

.destination-area-card p {
    color: var(--destination-muted);
    line-height: 1.75;
}

.destination-area-card dl {
    display: flex;
    gap: 20px;
    margin: 18px 0;
}

.destination-area-card dl div {
    display: flex;
    gap: 6px;
}

.destination-area-card dt {
    color: var(--destination-muted);
}

.destination-area-card dd {
    margin: 0;
    font-weight: 800;
}

.destination-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--destination-muted);
    font-size: 0.88rem;
}

.destination-breadcrumb a {
    color: var(--destination-primary);
}

.destination-detail {
    overflow: hidden;
    padding-bottom: 40px;
}

.destination-detail > section,
.destination-next-actions {
    margin: 40px 42px 0;
}

.destination-detail-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    background: linear-gradient(135deg, #fff, #effaf8);
}

.destination-detail-header figure {
    margin: 0;
}

.destination-detail-header img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    object-fit: cover;
}

.destination-detail-header figcaption {
    margin-top: 7px;
    color: #607571;
    font-size: 0.72rem;
    line-height: 1.5;
}

.destination-detail-header figcaption a {
    color: inherit;
}

.destination-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.destination-facts span {
    padding: 7px 10px;
    border-radius: 8px;
    background: #e6f5f2;
    color: #17635d;
    font-size: 0.82rem;
    font-weight: 800;
}

.destination-copy p,
.destination-access-box p,
.destination-tips p {
    color: var(--destination-muted);
    line-height: 1.9;
}

.destination-access-box,
.destination-plan,
.destination-tips {
    padding: 26px;
    border-radius: 18px;
    background: var(--destination-soft);
}

.destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.destination-facility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.destination-facility-card {
    padding: 22px;
    border: 1px solid var(--destination-line);
    border-radius: 16px;
}

.destination-facility-card > span {
    color: var(--destination-primary);
    font-size: 0.78rem;
    font-weight: 800;
}

.destination-facility-card h3 {
    margin-top: 6px;
    font-size: 1.08rem;
}

.destination-facility-card p {
    color: var(--destination-muted);
    font-size: 0.92rem;
    line-height: 1.75;
}

.destination-facility-card a {
    color: var(--destination-primary);
    font-size: 0.86rem;
    font-weight: 800;
}

.destination-plan ol,
.destination-tips ul,
.destination-sources ul {
    margin: 18px 0 0;
    padding-left: 1.4em;
}

.destination-plan li,
.destination-tips li,
.destination-sources li {
    margin: 10px 0;
    line-height: 1.75;
}

.destination-sources {
    padding-top: 24px;
    border-top: 1px solid var(--destination-line);
}

.destination-sources a {
    color: var(--destination-primary);
    overflow-wrap: anywhere;
}

.destination-next-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.destination-next-actions > a:not(.destination-primary-link) {
    color: var(--destination-primary);
    font-weight: 800;
}

.destination-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 28px 18px 38px;
    color: #667b77;
    font-size: 0.86rem;
}

.destination-footer a {
    color: var(--destination-primary);
}

@media (max-width: 780px) {
    .destination-site-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 70px 18px 64px;
    }

    .destination-site-header nav {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .destination-language {
        top: 18px;
        right: 68px;
    }

    .destination-area-grid,
    .destination-facility-grid,
    .destination-detail-header {
        grid-template-columns: 1fr;
    }

    .destination-detail-header {
        padding: 26px 20px;
    }

    .destination-detail > section,
    .destination-next-actions {
        margin: 32px 20px 0;
    }

    .destination-area-card > img {
        height: 190px;
    }
}
