@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ---------------------------------
 * 離れ 龍のひげ
 * --------------------------------- */
.room-ryunohige-page .ryh-hero {
    margin: 0;
}

.room-ryunohige-page .ryh-hero img {
    display: block;
    width: 100%;
    height: clamp(360px, 56.25vw, 800px);
    object-fit: cover;
}

.room-ryunohige-page .ryh-room-slider {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    padding-bottom: 40px;
}

.room-ryunohige-page .ryh-room-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
}

.room-ryunohige-page .ryh-room-slider .swiper-pagination {
    bottom: 6px;
}

.room-ryunohige-page .ryh-room {
    margin-bottom: clamp(4rem, 7vw, 6rem);
    padding-block: clamp(1rem, 2vw, 1.5rem);
}

.room-ryunohige-page .ryh-room:last-child {
    margin-bottom: 0;
}

.room-ryunohige-page .ryh-room-button {
    --the-btn-color: #a78345;
    --the-btn-color2: #a78345;
    --the-solid-shadow: #6e552d;
}

.room-ryunohige-page .ryh-gallery-slider {
    --swiper-pagination-color: var(--color_main);
    --swiper-pagination-bullet-inactive-color: #000;
    padding-bottom: 32px;
}

.room-ryunohige-page .ryh-gallery-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.room-ryunohige-page .ryh-gallery-slider .swiper-pagination {
    bottom: 4px;
}

@media (max-width: 599px) {
    .room-ryunohige-page .ryh-hero img {
        height: 72vw;
        min-height: 280px;
    }
}

/* ---------------------------------
 * 別邸ゆむた
 * --------------------------------- */
.room-yumuta-page .ymt-hero {
    margin: 0;
}

.room-yumuta-page .ymt-hero img {
    display: block;
    width: 100%;
    height: clamp(360px, 56.25vw, 800px);
    object-fit: cover;
}

.room-yumuta-page .ymt-room-slider {
    --swiper-pagination-color: #a78345;
    --swiper-pagination-bullet-inactive-color: #777;
    padding-bottom: 40px;
}

.room-yumuta-page .ymt-room-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
}

.room-yumuta-page .ymt-room-slider .swiper-pagination {
    bottom: 6px;
}

.room-yumuta-page .ymt-room {
    margin-bottom: clamp(4rem, 7vw, 6rem);
    padding-block: clamp(1rem, 2vw, 1.5rem);
}

.room-yumuta-page .ymt-room:last-child {
    margin-bottom: 0;
}

.room-yumuta-page .ymt-room-button {
    --the-btn-color: #34312d;
    --the-btn-color2: #34312d;
    --the-solid-shadow: #181715;
}

.room-yumuta-page .ymt-gallery-slider {
    --swiper-pagination-color: #a78345;
    --swiper-pagination-bullet-inactive-color: #777;
    padding-bottom: 32px;
}

.room-yumuta-page .ymt-gallery-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.room-yumuta-page .ymt-gallery-slider .swiper-pagination {
    bottom: 4px;
}

@media (max-width: 599px) {
    .room-yumuta-page .ymt-hero img {
        height: 72vw;
        min-height: 280px;
    }
}

/* ---------------------------------
 * 料理
 * --------------------------------- */
.cuisine-page .cuisine-hero {
    margin: 0;
}

.cuisine-page .cuisine-hero img {
    display: block;
    width: 100%;
    height: clamp(400px, 56.25vw, 800px);
    object-fit: cover;
}

.cuisine-page .cuisine-slider {
    --swiper-pagination-color: #a78345;
    --swiper-pagination-bullet-inactive-color: #777;
    padding-bottom: 40px;
}

.cuisine-page .cuisine-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.cuisine-page .cuisine-slider .swiper-pagination {
    bottom: 6px;
}

@media (max-width: 599px) {
    .cuisine-page .cuisine-hero img {
        height: 72vw;
        min-height: 280px;
    }
}

/* ---------------------------------
 * 温泉
 * --------------------------------- */
.hot-spring-page .hot-spring-hero {
    margin: 0;
}

.hot-spring-page .hot-spring-hero img {
    display: block;
    width: 100%;
    height: clamp(400px, 56.25vw, 800px);
    object-fit: cover;
}

@media (max-width: 599px) {
    .hot-spring-page .hot-spring-hero img {
        height: 72vw;
        min-height: 280px;
    }
}

/* ---------------------------------
 * 全ページ共通の控えめな意匠
 * --------------------------------- */
.room-ryunohige-page,
.room-yumuta-page,
.faq-page,
.cuisine-page,
.hot-spring-page,
.commitment-page,
.access-page,
.room-detail-page {
    --ryokan-accent: #9b7b3f;
    --ryokan-ink: #35312c;
    --ryokan-paper: #f8f5ee;
    --ryokan-line: rgba(89, 72, 45, 0.2);
}

.room-ryunohige-page .wp-block-heading,
.room-yumuta-page .wp-block-heading,
.faq-page .wp-block-heading,
.cuisine-page .wp-block-heading,
.hot-spring-page .wp-block-heading,
.commitment-page .wp-block-heading,
.access-page .wp-block-heading,
.room-detail-page .wp-block-heading {
    font-weight: 500;
    letter-spacing: 0.08em;
}

.ryh-intro h1,
.ymt-intro h1,
.cuisine-intro h1,
.hot-spring-intro h1,
.commitment-intro h1,
.access-intro h1,
.room-detail-intro h1 {
    letter-spacing: 0.16em;
}

.ryh-intro p,
.ymt-intro p,
.cuisine-intro p,
.hot-spring-intro p,
.commitment-intro p,
.access-intro p {
    line-height: 2;
}

.room-ryunohige-page img,
.room-yumuta-page img,
.cuisine-page img,
.hot-spring-page img,
.commitment-page img,
.access-page img,
.room-detail-page img {
    backface-visibility: hidden;
}

/* 客室詳細 */
.room-detail-page.room-detail-intro {
    padding-block: clamp(1.75rem, 4vw, 3rem);
}

.room-detail-page .room-detail-parent-label {
    background: var(--ryokan-paper);
    border: 1px solid var(--ryokan-line);
    color: #72582e;
    display: table;
    font-size: 0.78em;
    letter-spacing: 0.14em;
    margin: 0 auto 0.8rem;
    padding: 0.35rem 0.9rem;
}

.room-detail-page.room-detail-intro h1 {
    margin-block: 0;
}

.room-detail-page .swiper-pagination-bullet {
    background: #827b70;
    opacity: 0.35;
}

.room-detail-page .swiper-pagination-bullet-active {
    background: var(--ryokan-accent);
    opacity: 1;
}

.room-detail-page .room-detail-main-slider {
    padding-bottom: 2rem;
}

.room-detail-page .room-detail-main-slider img {
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    width: 100%;
}

.room-detail-page .room-detail-copy h2 {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.room-detail-page .room-detail-copy p {
    line-height: 1.9;
}

.room-detail-page .room-detail-reserve-button {
    margin-top: 2rem;
}

.room-detail-page .room-detail-overview th,
.room-detail-page .room-detail-amenities th,
.room-detail-page .room-detail-facilities th {
    color: #72582e;
    width: 18%;
}

.room-detail-page .room-detail-plans img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

.room-detail-page .room-detail-plans figcaption {
    text-align: center;
}

.room-detail-page .room-detail-gallery {
    padding-block: clamp(2rem, 5vw, 4rem);
}

.room-detail-page .room-detail-gallery .swiper-slide img {
    aspect-ratio: 3 / 2;
    cursor: zoom-in;
    display: block;
    object-fit: cover;
    width: 100%;
}

.room-detail-page .room-detail-gallery .swiper-pagination {
    position: relative;
    margin-top: 1.5rem;
}

.room-detail-page .room-detail-related-grid>.swell-block-columns__inner {
    align-items: stretch;
}

.room-detail-page .room-detail-related-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.room-detail-page .room-detail-related-card .wp-block-image {
    background: var(--ryokan-paper);
    margin: 0;
    overflow: hidden;
}

.room-detail-page .room-detail-related-link {
    color: var(--ryokan-ink);
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.room-detail-page .room-detail-related-name {
    display: block;
    letter-spacing: 0.08em;
    margin-top: 0.85rem;
    text-align: center;
}

.room-detail-page .room-detail-related-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: opacity 0.25s ease, transform 0.35s ease;
    width: 100%;
}

.room-detail-page .room-detail-related-card p {
    margin-bottom: 0;
    margin-top: 0.85rem;
}

.room-detail-page .room-detail-related-card p a {
    color: var(--ryokan-ink);
    letter-spacing: 0.08em;
    text-decoration: none;
}

@media (hover: hover) {
    .room-detail-page .room-detail-related-card:hover img {
        opacity: 0.9;
        transform: scale(1.025);
    }
}

.room-detail-page .room-detail-list-buttons {
    margin-top: clamp(2rem, 4vw, 3rem);
}

/* 交通案内 */
.access-page .access-hero {
    margin: 0;
}

.access-page .access-hero img {
    display: block;
    height: clamp(320px, 40vw, 620px);
    object-fit: cover;
    width: 100%;
}

.access-page .access-overview table {
    border-color: var(--ryokan-line);
}

.access-page .access-overview th {
    color: #72582e;
    width: 30%;
}

.access-page .access-map {
    margin-inline: auto;
    max-width: 820px;
}

.access-page .access-map-actions {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.access-page .access-card-grid {
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.access-page .access-card-grid>.swell-block-columns__inner,
.access-page .access-link-cards>.swell-block-columns__inner {
    align-items: stretch;
}

.access-page .access-card-grid-last {
    margin-top: var(--wp--preset--spacing--40, 1.5rem);
}

.access-page .access-card {
    background: #fff;
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 12px 30px rgba(61, 49, 31, 0.07);
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.access-page .access-card h3 {
    border-bottom: 1px solid var(--ryokan-line);
    font-size: 1rem;
    margin-top: 0;
    padding-bottom: 0.75rem;
}

.access-page .access-stop {
    background: #77736d;
    border-radius: 3px;
    color: #fff;
    line-height: 1.6;
    margin-block: 0;
    padding: 0.55rem 0.75rem;
    text-align: center;
}

.access-page .access-leg {
    color: #555049;
    font-size: 0.88em;
    line-height: 1.7;
    margin: 0;
    padding: 0.65rem 0;
    text-align: center;
}

.access-page .access-leg::after {
    color: var(--ryokan-accent);
    content: "↓";
    display: block;
    line-height: 1;
    margin-top: 0.35rem;
}

.access-page .access-destination {
    background: transparent;
    border: 1px solid var(--ryokan-accent);
    color: #72582e;
    font-weight: 600;
    margin-top: auto;
}

.access-page .access-detail-link {
    font-size: 0.85em;
    margin-bottom: 0;
}

.access-page .access-shuttle-note {
    border-left: 3px solid var(--ryokan-accent);
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding: 0.8rem 1rem;
}

.access-page .access-link-cards {
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.access-page .access-link-card {
    background: #fff;
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 10px 25px rgba(61, 49, 31, 0.06);
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 3vw, 2rem);
}

.access-page .access-link-card li+li {
    margin-top: 0.75rem;
}

@media (min-width: 960px) {
    .access-page .access-card-grid>.swell-block-columns__inner {
        align-items: flex-start;
    }

    .access-page .access-card-grid .access-card {
        align-self: flex-start;
    }

    .access-page .access-card-grid .access-destination {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .access-page .access-hero img {
        height: 62vw;
        min-height: 240px;
    }
}

/* 龍のひげのこだわり */
.commitment-page .commitment-card {
    background: #fff;
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 12px 32px rgba(61, 49, 31, 0.07);
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    overflow: hidden;
}

.commitment-page .commitment-card:last-child {
    margin-bottom: 0;
}

.commitment-page .commitment-card .wp-block-image {
    margin: 0;
}

.commitment-page .commitment-card .wp-block-image img {
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    width: 100%;
}

.commitment-page .commitment-card>.swell-block-columns__inner>.swell-block-column:nth-child(2) {
    padding: clamp(1.25rem, 3vw, 2.75rem);
}

.commitment-page .commitment-card h3 {
    color: #72582e;
    font-weight: 500;
    letter-spacing: 0.07em;
}

.commitment-page .commitment-card p {
    line-height: 1.9;
}

@media (min-width: 960px) {
    .commitment-page .commitment-card>.swell-block-columns__inner {
        align-items: stretch;
    }

    .commitment-page .commitment-card>.swell-block-columns__inner>.swell-block-column:first-child {
        align-self: stretch;
        display: flex;
    }

    .commitment-page .commitment-card .wp-block-image {
        height: 100%;
        width: 100%;
    }

    .commitment-page .commitment-card .wp-block-image img {
        aspect-ratio: auto;
        height: 100%;
    }

    .commitment-page .commitment-card.is-image-right>.swell-block-columns__inner {
        flex-direction: row-reverse;
    }
}

/* 客室一覧 */
.room-ryunohige-page .ryh-room {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.room-yumuta-page .ymt-room {
    background: linear-gradient(135deg, #fff 0%, #faf8f3 100%);
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 12px 32px rgba(61, 49, 31, 0.07);
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.room-ryunohige-page .ryh-room-slider img,
.room-yumuta-page .ymt-room-slider img,
.room-ryunohige-page .ryh-gallery-slider img,
.room-yumuta-page .ymt-gallery-slider img {
    border-radius: 3px;
}

.room-ryunohige-page .ryh-room h3,
.room-yumuta-page .ymt-room h3 {
    padding-bottom: 0.7em;
    position: relative;
}

.room-ryunohige-page .ryh-room h3::after,
.room-yumuta-page .ymt-room h3::after {
    background: var(--ryokan-accent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 3.5rem;
}

.room-ryunohige-page .swell-block-button__link,
.room-yumuta-page .swell-block-button__link,
.cuisine-page .swell-block-button__link {
    letter-spacing: 0.04em;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* FAQ */
.faq-page .swell-block-accordion__item {
    border-bottom-color: var(--ryokan-line);
}

.faq-page .swell-block-accordion__title {
    letter-spacing: 0.03em;
    padding-block: 1.25rem;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.faq-page .swell-block-accordion__body {
    /* background: var(--ryokan-paper);
    border-left: 2px solid var(--ryokan-accent);
    line-height: 1.9;
    margin-bottom: 1rem; */
    padding-inline: clamp(1rem, 3vw, 2rem);
}

/* 料理 */
.cuisine-page .wp-block-cover {
    border-radius: 4px;
    box-shadow: 0 14px 36px rgba(50, 39, 24, 0.14);
    overflow: hidden;
}

.cuisine-page .cuisine-meat-cards>.swell-block-columns__inner {
    align-items: stretch;
}

.cuisine-page .cuisine-meat-cards>.swell-block-columns__inner>.swell-block-column {
    background: #fff;
    border: 1px solid var(--ryokan-line);
    border-top: 2px solid var(--ryokan-accent);
    box-shadow: 0 10px 28px rgba(61, 49, 31, 0.07);
    padding: clamp(1rem, 2vw, 1.5rem);
}

.cuisine-page .cuisine-meat-cards .wp-block-image img,
.cuisine-page .cuisine-slider img {
    border-radius: 3px;
}

.cuisine-page .cuisine-meat-cards h3 {
    color: #72582e;
}

.cuisine-page .cuisine-feature {
    /* background: var(--ryokan-paper);
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 12px 34px rgba(61, 49, 31, 0.06);
    padding: clamp(1.25rem, 3vw, 2.75rem); */
}

.cuisine-page .cuisine-feature p {
    line-height: 1.9;
}

/* 温泉 */
.swell-block-fullWide[data-bg*="spa_07"] .swell-block-fullWide__inner {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 40px rgba(34, 28, 20, 0.14);
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.swell-block-fullWide[data-bg*="spa_07"] .wp-block-table {
    margin-bottom: 0;
}

.swell-block-fullWide[data-bg*="spa_07"] .wp-block-heading {
    font-weight: 500;
    letter-spacing: 0.08em;
}

.swell-block-fullWide[data-bg*="spa_07"] table {
    background: transparent;
}

.swell-block-fullWide[data-bg*="spa_07"] th {
    color: #6f5730;
    font-weight: 500;
    white-space: nowrap;
}

.hot-spring-page .wp-block-gallery .wp-block-image {
    border-radius: 3px;
    box-shadow: 0 8px 22px rgba(48, 40, 29, 0.12);
    overflow: hidden;
}

.hot-spring-page .wp-block-gallery img {
    transition: filter 0.35s ease, transform 0.5s ease;
}

.hot-spring-page .wp-block-gallery figcaption {
    letter-spacing: 0.08em;
}

@media (hover: hover) {

    .room-ryunohige-page .swell-block-button__link:hover,
    .room-yumuta-page .swell-block-button__link:hover,
    .cuisine-page .swell-block-button__link:hover {
        opacity: 0.88;
        transform: translateY(-2px);
    }

    .faq-page .swell-block-accordion__title:hover {
        background: rgba(155, 123, 63, 0.07);
        color: #72582e;
    }

    .hot-spring-page .wp-block-gallery .wp-block-image:hover img {
        filter: brightness(1.04);
        transform: scale(1.025);
    }
}

@media (max-width: 599px) {

    .ryh-intro h1,
    .ymt-intro h1,
    .cuisine-intro h1,
    .hot-spring-intro h1,
    .commitment-intro h1 {
        letter-spacing: 0.1em;
    }

    .room-yumuta-page .ymt-room,
    .cuisine-page .cuisine-feature {
        padding: 1.25rem;
    }

    .faq-page .swell-block-accordion__title {
        padding-block: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .room-ryunohige-page .swell-block-button__link,
    .room-yumuta-page .swell-block-button__link,
    .cuisine-page .swell-block-button__link,
    .hot-spring-page .wp-block-gallery img {
        transition: none;
    }
}

/* ---------------------------------
 * ヘッダー予約ボタン
 * --------------------------------- */
.header-reserve-btn {
    --the-btn-color: #f0506e;
    --the-btn-color2: #f0506e;
    --the-solid-shadow: #8e2b20;
}

/* ---------------------------------
 * トップページ
 * --------------------------------- */
.home-page {
    --ryokan-accent: #9b7b3f;
    --ryokan-ink: #35312c;
    --ryokan-paper: #f8f5ee;
    --ryokan-line: rgba(89, 72, 45, 0.2);
}

.home-hero-cover {
    min-height: clamp(480px, 60vw, 760px) !important;
}

.home-hero-cover .wp-block-cover__image-background {
    object-position: center 52%;
}

.home-hero-cover .wp-block-cover__inner-container {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.home-hero-cover h1 {
    font-size: clamp(1.45rem, 3.2vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.6;
}

.home-hero-cover h1 span {
    font-size: 0.82em;
}

.home-hero-cover p {
    font-size: clamp(0.9rem, 1.6vw, 1.1rem);
    letter-spacing: 0.12em;
    line-height: 2;
}

.home-intro h2,
.home-movie h2 {
    color: #876a32;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 500;
    letter-spacing: 0.1em;
}

.home-intro p {
    line-height: 2.1;
}

.home-news>.swell-block-fullWide__inner {
    box-sizing: border-box;
    padding-inline: clamp(1.5rem, 4vw, 4.5rem);
}

.home-news-columns>.swell-block-columns__inner {
    align-items: stretch;
    border: 1px solid var(--ryokan-line);
    box-shadow: 0 12px 35px rgba(56, 46, 31, 0.07);
}

.home-news-columns .wp-block-image {
    height: 100%;
    margin: 0;
}

.home-news-columns .wp-block-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-news-copy {
    padding: clamp(2rem, 4.5vw, 4.5rem) clamp(2rem, 5vw, 5.5rem);
}

.home-news-copy>* {
    margin-inline: auto;
    max-width: 42rem;
}

.home-news-copy h2 {
    color: #72582e;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.home-news-copy p {
    line-height: 2;
}

.home-movie-frame {
    aspect-ratio: 16 / 9;
    box-shadow: 0 15px 40px rgba(48, 40, 29, 0.14);
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    overflow: hidden;
}

.home-movie-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.home-service-panel {
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(460px, 60vw, 760px) !important;
}

.home-service-panel .wp-block-cover__image-background {
    transition: transform 0.8s ease;
}

.home-service-panel .wp-block-cover__inner-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 clamp(1.5rem, 4.5vw, 4rem) clamp(2.5rem, 6vw, 5.5rem);
    width: 100%;
}

.home-service-copy {
    background: linear-gradient(90deg, rgba(28, 26, 22, 0.84) 0%, rgba(28, 26, 22, 0.68) 78%, rgba(28, 26, 22, 0.18) 100%);
    box-sizing: border-box;
    max-width: 720px;
    padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.5rem, 3.5vw, 3.25rem);
}

.home-service-copy h2 {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 1.1em;
    padding-bottom: 0.75em;
    position: relative;
}

.home-service-copy h2::after {
    background: rgba(215, 187, 128, 0.9);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 4rem;
}

.home-service-copy p {
    line-height: 1.9;
    max-width: 38rem;
}

@media (hover: hover) {
    .home-service-panel:hover .wp-block-cover__image-background {
        transform: scale(1.015);
    }
}

@media (max-width: 599px) {
    .home-hero-cover {
        min-height: 68svh !important;
    }

    .home-hero-cover h1 {
        letter-spacing: 0.08em;
    }

    .home-news-columns>.swell-block-columns__inner {
        border: 0;
        box-shadow: none;
    }

    .home-news>.swell-block-fullWide__inner {
        padding-inline: 1rem;
    }

    .home-news-copy {
        background: var(--ryokan-paper);
        padding: 1.75rem 1.5rem 2rem;
    }

    .home-service-panel {
        min-height: 78svh !important;
    }

    .home-service-panel .wp-block-cover__inner-container {
        padding: 0 1rem 1rem;
    }

    .home-service-copy {
        background: rgba(28, 26, 22, 0.76);
        padding: 1.35rem 1.25rem 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-service-panel .wp-block-cover__image-background {
        transition: none;
    }
}

/* ---------------------------------
 * 観光スポット詳細
 * --------------------------------- */
.sightseeing-detail-page,
.sightseeing-related-parts {
    --ryokan-accent: #9b7b3f;
    --ryokan-ink: #35312c;
    --ryokan-paper: #f8f5ee;
    --ryokan-line: rgba(89, 72, 45, 0.2);
}

.sightseeing-detail-intro h1,
.sightseeing-detail-page h2,
.sightseeing-related-parts h2 {
    font-weight: 500;
    letter-spacing: 0.1em;
}

.sightseeing-detail-main>.swell-block-fullWide__inner {
    box-sizing: border-box;
    width: 100%;
}

.sightseeing-detail-columns {
    max-width: 100%;
}

.sightseeing-detail-columns[data-valign="center"]>.swell-block-columns__inner {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 18px 48px rgba(52, 43, 31, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    max-width: 100%;
    overflow: hidden;
}

.sightseeing-detail-columns[data-valign="center"]>.swell-block-columns__inner>.swell-block-column {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: auto;
}

.sightseeing-detail-main-image {
    height: 100%;
    margin: 0;
    width: 100%;
}

.sightseeing-detail-main-image img {
    display: block;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.sightseeing-detail-columns>.swell-block-columns__inner>.sightseeing-detail-copy {
    align-self: stretch;
    background: #fff;
    box-sizing: border-box;
    padding: clamp(3rem, 4.5vw, 4.5rem) clamp(2.75rem, 4.5vw, 4.5rem) clamp(3.25rem, 5vw, 5rem);
}

.sightseeing-detail-copy p {
    line-height: 2;
    overflow-wrap: anywhere;
}

.sightseeing-detail-table {
    margin-top: 2rem;
    max-width: 100%;
}

.sightseeing-detail-table table {
    table-layout: fixed;
    width: 100%;
}

.sightseeing-detail-table th {
    color: #72582e;
    font-weight: 500;
    white-space: nowrap;
    width: 7rem;
}

.sightseeing-detail-table td {
    overflow-wrap: anywhere;
    word-break: normal;
}

.sightseeing-detail-copy .swell-block-button {
    margin-bottom: 0.5rem;
    margin-top: clamp(2rem, 4vw, 3rem);
    max-width: 100%;
}

.sightseeing-detail-copy .swell-block-button__link {
    box-sizing: border-box;
    max-width: 100%;
}

.sightseeing-luminous-gallery {
    gap: clamp(0.5rem, 1.5vw, 1rem) !important;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.sightseeing-luminous-gallery .wp-block-image {
    border-radius: 2px;
    box-shadow: 0 8px 20px rgba(52, 43, 31, 0.1);
    cursor: zoom-in;
    overflow: hidden;
}

.sightseeing-luminous-gallery .wp-block-image img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.45s ease;
    width: 100%;
}

.sightseeing-map-frame {
    aspect-ratio: 16 / 8;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    overflow: hidden;
}

.sightseeing-map-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.sightseeing-map-buttons {
    margin-top: 1rem;
}

.sightseeing-map-buttons .swell-block-button,
.sightseeing-map-buttons .swell-block-button__link {
    width: 100%;
}

.sightseeing-related-grid {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.sightseeing-related-grid>.swell-block-columns__inner {
    align-items: stretch;
}

.sightseeing-related-grid .swell-block-column {
    display: flex;
}

.sightseeing-related-link {
    align-items: center;
    color: var(--ryokan-ink);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.sightseeing-related-link .wp-block-image {
    border: 1px solid var(--ryokan-line);
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.sightseeing-related-link img {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.45s ease;
    width: 100%;
}

.sightseeing-related-link span {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

@media (hover: hover) {

    .sightseeing-luminous-gallery .wp-block-image:hover img,
    .sightseeing-related-link:hover img {
        filter: brightness(1.04);
        transform: scale(1.035);
    }

    .sightseeing-related-link:hover {
        color: #72582e;
    }
}

@media (max-width: 959px) {
    .sightseeing-detail-main>.swell-block-fullWide__inner {
        padding-left: clamp(1rem, 4vw, 1.5rem) !important;
        padding-right: clamp(1rem, 4vw, 1.5rem) !important;
    }

    .sightseeing-detail-columns[data-valign="center"]>.swell-block-columns__inner {
        gap: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .sightseeing-detail-columns[data-valign="center"]>.swell-block-columns__inner>.swell-block-column {
        --clmn-w: 100% !important;
        max-width: 100%;
        width: 100% !important;
    }

    .sightseeing-detail-main-image img {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .sightseeing-detail-columns>.swell-block-columns__inner>.sightseeing-detail-copy {
        padding: clamp(2rem, 6vw, 3rem) clamp(1.5rem, 6vw, 2.5rem) clamp(2.5rem, 7vw, 3.5rem);
    }

    .sightseeing-detail-table {
        overflow: visible;
        width: 100%;
    }

    .sightseeing-detail-table th {
        white-space: normal;
        width: 5.5rem;
    }

    .sightseeing-detail-copy .swell-block-button {
        margin-bottom: 0;
        width: 100%;
    }

    .sightseeing-detail-copy .swell-block-button__link {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .sightseeing-detail-main {
        overflow-x: clip;
    }

    .sightseeing-luminous-gallery {
        gap: 0.65rem !important;
    }

    .sightseeing-luminous-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: calc(50% - 0.325rem);
    }

    .sightseeing-map-frame {
        aspect-ratio: 4 / 3;
    }

    .sightseeing-related-grid {
        margin-top: 1.5rem;
    }

    .sightseeing-related-grid>.swell-block-columns__inner {
        display: grid;
        gap: 1.5rem 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sightseeing-related-grid .swell-block-column {
        margin: 0 !important;
        width: auto !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    .sightseeing-luminous-gallery .wp-block-image img,
    .sightseeing-related-link img {
        transition: none;
    }
}

/* 観光案内・全幅スライドショー */
body #main_content .post_content .sightseeing-wide-slider-section.alignfull {
    box-sizing: border-box;
    left: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    overflow: hidden;
    position: relative;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
}

.sightseeing-wide-slider-section>.swell-block-fullWide__inner {
    box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100% !important;
}

.sightseeing-wide-slider {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    height: clamp(400px, 75vw, 800px);
    width: 100%;
}

.sightseeing-wide-slider .swiper-wrapper {
    width: 100%;
}

.sightseeing-wide-slider .swiper-slide,
.sightseeing-wide-slider .swiper-slide img {
    height: 100%;
    width: 100%;
}

.sightseeing-wide-slider .swiper-slide img {
    display: block;
    object-fit: cover;
}

.sightseeing-wide-slider .swiper-button-prev,
.sightseeing-wide-slider .swiper-button-next {
    background: rgba(22, 20, 17, 0.42);
    border-radius: 50%;
    height: clamp(2.5rem, 5vw, 3.5rem);
    margin-top: 0;
    transform: translateY(-50%);
    width: clamp(2.5rem, 5vw, 3.5rem);
}

.sightseeing-wide-slider .swiper-button-prev::after,
.sightseeing-wide-slider .swiper-button-next::after {
    font-size: clamp(0.9rem, 2vw, 1.25rem);
}

.sightseeing-wide-slider .swiper-pagination {
    bottom: clamp(0.75rem, 2vw, 1.5rem);
}

.sightseeing-wide-slider .swiper-pagination-bullet {
    border: 1px solid rgba(0, 0, 0, 0.35);
    height: 0.6rem;
    opacity: 0.55;
    width: 0.6rem;
}

.sightseeing-wide-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 599px) {
    .sightseeing-wide-slider {
        height: max(400px, 100vw);
    }

    .sightseeing-wide-slider .swiper-button-prev {
        left: 0.75rem;
    }

    .sightseeing-wide-slider .swiper-button-next {
        right: 0.75rem;
    }
}


/* 詳細ページカスタマイズ */
#body_wrap.single-post .c-categoryList:before {
    content: none;
}

#body_wrap.single-post .c-postTitle {
    justify-content: center;
    text-align: center;
}

#body_wrap.single-post .p-articleMetas {
    justify-content: center;
    text-align: center;
}

#body_wrap.page .c-pageTitle {
    display: none;
}

#body_wrap.page #content {
    padding-top: 0;
}

#body_wrap.page .post_content {
    margin-top: 0;
}

#body_wrap.single-post .c-categoryList__link{
    pointer-events: none;
}

/* ---------------------------------
 * 観光案内 カテゴリー絞り込みブロック
 * --------------------------------- */
.p-sightseeingFilter__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    justify-content: center;
    list-style: none;
    margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
    padding: 0;
}

.p-sightseeingFilter__tabItem {
    margin: 0;
}

.p-sightseeingFilter__tabBtn {
    background: #fff;
    border: 1px solid var(--color_main, #333);
    border-radius: 999px;
    color: var(--color_main, #333);
    cursor: pointer;
    font-size: 0.9em;
    letter-spacing: 0.04em;
    padding: 0.5em 1.25em;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.p-sightseeingFilter__tabBtn.is-active,
.p-sightseeingFilter__tabBtn:hover {
    background: var(--color_main, #333);
    color: #fff;
}

.p-sightseeingFilter__noResult {
    padding: 2rem 0;
    text-align: center;
}


/* footer調整 */
#footer .widget_nav_menu li{
    border-left: none;
}
