/*
Theme Name:互いの森 WordPress Theme
Theme URI:https://tcd-theme.com/tcd086/
Description:互いの森専用のWordPressテーマです。meetsのデザインをベースに、互いの森ブランドに合わせてカスタマイズされています。
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.7
Text Domain:tcd-meets
Template: meets_tcd086
*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f4f0eb !important;
    font-family: "fot-tsukuardgothic-std", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 3.6em;
    line-height: 1.5;
}

h2 {
    font-size: 2.4em;
    line-height: 1.5;
}

h3 {
    font-size: 1.2em;
    line-height: 1.5;
}

.bold-like-font {
    font-family: "ads-kodama", sans-serif;
    font-weight: 400;
    font-weight: normal;
    text-shadow:
        0.5px 0 0 currentColor,
        -0.5px 0 0 currentColor,
        0 0.5px 0 currentColor,
        0 -0.5px 0 currentColor;
}

.ads-kodama {
    font-family: "ads-kodama", sans-serif;
    font-weight: 400;
    font-weight: normal;
}

.page-header__swiper {
    width: 100%;
    height: 100dvh;
}

.page-header__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
}

.page-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.page-header-sp {
    display: none;
}

.page-header a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 1.5rem;
}

.page-header__nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 24px;
    right: 360px;
    gap: 0.5em;
    font-family: sans-serif;
    font-size: 1.5em;
}

.page-header__nav a {
    text-decoration: none;
    color: white;
}

.page-header__nav-divider {
    color: white;
    font-weight: normal;
}

.page-header__action-button--group {
    background-color: #749562 !important;
}

.header-swiper {
    position: relative;
}

.header-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #e6e6e6;
    /* 任意の色 */
    opacity: 0.8;
}

.header-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000;
    /* アクティブ時の色 */
}

.page-header__hero-vertical-text {
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: upright;
    /* 文字を直立 */
    /* 半透明の白背景 */
    border-radius: 10px;
    padding: 1em;
    font-size: 1.2em;
    line-height: 1;
}

.page-header__hero-vertical-text>span {
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 4vh;
    box-sizing: border-box;
    display: inline-block;
}

.page-header__hero-vertical-text-2 {
    margin-top: 6.8em;
}

.page-header__hero {
    position: absolute;
    right: 340px;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    z-index: 100;
    pointer-events: none;
}

.bottom-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    align-items: end;
    pointer-events: none;
}

.page-header__branding {
    position: fixed;
    top: 24px;
    right: 0px;
    z-index: 10000;
}

.page-header__branding img {
    width: 300px;
    margin-right: 16px;
}

.page-header__branding-link {
    height: fit-content;
}

.page-header__actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
    width: fit-content;
    pointer-events: auto;
}

.page-header__action-button {
    width: 100%;
    background-color: #2f4e3d;
    text-align: center;
    padding: 8px 24px;
    border-radius: 8px 0 0 8px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
}

.section-header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.section-header-english {
    letter-spacing: 0.2em;
    font-size: 2.25em;
    font-weight: 100;
    line-height: 1;
    font-family: "ads-kodama", sans-serif;
    font-weight: 400;
    font-weight: normal;
    text-shadow: 
    0.5px 0 0 currentColor,
    -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor,
    0 -0.5px 0 currentColor;
    color: #749562;
}

.section-header-japanese {
    font-size: 1.125em;
    font-weight: 600;
    color: #749562;
}

.news-sp-section {
    display: none;
}

.sp-news-section {
    display: none;
}

.news-section__swiper {
    width: 100%;
}

.news-section__swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-section__slide {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    color: #fff;
    border-radius: 8px;
}

.news-section__slide-title {
    font-size: 1.5em;
    font-weight: bold;
}

.news-section__slide-content {
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .about-content-left-title {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
} */

.about-section__content-left-title {
    position: relative;
    display: inline-block;
}

.about-section__content-left-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            black 20%,
            transparent 30%,
            black 40%,
            transparent 50%,
            black 60%,
            transparent 70%,
            black 80%,
            transparent 90%);
    opacity: 0.6;
    filter: blur(0.3px);
}

.about-section__content-left-content {
    font-size: 1em;
    margin-top: 16px;
}

.limit-width {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px !important;
}

.about-section {
    padding: 0 16px;
    margin-bottom: 48px;
}

.about-section__content-lr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section__content-right img {
    width: 300px;
    height: auto;
    clip-path: path("M90 10 C 120 -10, 230 -10, 270 50 C 310 110, 310 170, 270 230 C 230 290, 120 290, 90 250 C 60 210, 40 180, 30 130 C 20 80, 60 30, 90 10 Z");
    -webkit-clip-path: path("M90 10 C 120 -10, 230 -10, 270 50 C 310 110, 310 170, 270 230 C 230 290, 120 290, 90 250 C 60 210, 40 180, 30 130 C 20 80, 60 30, 90 10 Z");
    object-fit: cover;
}

.bottom-menu__status-bar {
    margin-bottom: 24px;
    pointer-events: auto;
}

.bottom-menu__status-bar img {
    margin-left: 24px;
    width: 100%;
    align-items: end;
}

.about-section__go-detail {
    display: block;
    text-align: center;
    margin-top: 16px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    background-color: #2f4e3d;
    padding: 4px 8px;
    border-radius: 8px;
    width: fit-content;
    margin: 32px auto 0;
}

.about-section__go-detail-sp {
    display: none;
}

.bottom-menu__status-bar-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 12px;
    border: 1.5px solid #000;
    padding: 16px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.bottom-menu__status-bar-content-title {
    font-size: 1.5em;
    font-weight: 300;
    background-color: #2f4e3d;
    color: #fff;
    border-radius: 8px;
    padding: 6px 8px;
}

.bottom-menu__status-bar-content-text {
    font-size: 1.875em;
}

.bottom-menu__reservation-button-link:hover {
    opacity: 1 !important;
}

.bottom-menu__reservation-button {
    pointer-events: auto;
    margin-bottom: 0px;
    width: 200px;
    aspect-ratio: 6/7;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("img/header_reserve_norrmal.svg");
}

.bottom-menu__reservation-button:hover {
    background-image: url("img/header_reserve_hover.svg");
}

.activity-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.activity-section__filter svg {
    height: 1.5em;
    display: block;
}

.activity-section__filter-button {
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    user-select: none;
}

.activity-section__filter {
    display: flex;
    gap: 64px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}

.activity-section__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 32px;
    grid-auto-flow: row;
}

.activity-section__item-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
    border-radius: 0 64px 0 0;
    overflow: hidden;
}

.activity-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity-section__item-category {
    font-size: 2.5em;
    line-height: 1;
    padding: 24px;
    width: fit-content;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.activity-section__item-title-category {
    display: none;
}

.activity-section__item-category-stay {
    background-color: #db7156;
}

.activity-section__item-category-play {
    background-color: #64a9c6;
}

.activity-section__item-category-eat {
    background-color: #749562;
}

.activity-section__item-category-modelcourse {
    background-color: #e58800;
}

.activity-section__item-title-category {
    color: #fff;
    font-size: 0.9em;
    padding: 2px 8px;
    font-weight: 300;
    aspect-ratio: 1 / 1;
    align-content: center;
}

.activity-section__item-title-category-stay {
    background-color: #db7156;
}

.activity-section__item-title-category-play {
    background-color: #64a9c6;
}

.activity-section__item-title-category-eat {
    background-color: #749562;
}

.activity-section__item-title-category-modelcourse {
    background-color: #e58800;
}

.activity-section__item-title-container {
    margin-left: 12px;
}

.activity-section__item-content {
    display: flex;
    flex-direction: column;
}

.activity-section__item-title {
    font-size: 1.5em;
}

.activity-section__item-text {
    margin: 0 12px;
    font-size: 1.1em;
}

.activity-section__item-more {
    display: none;
}

.activity-section__item-hide {
    display: none !important;
}

.activity-section__filter-button {
    color: #aaa;
    fill: #aaa;
}

.activity-section__filter-button-all-active {
    color: #816852;
    fill: #816852;
}

.activity-section__filter-button-stay-active {
    color: #db7156;
    fill: #db7156;
}

.activity-section__filter-button-eat-active {
    color: #749562;
    fill: #749562;
}

.activity-section__filter-button-play-active {
    color: #64a9c6;
    fill: #64a9c6;
}

.modelcourse-section__buttons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
}

.modelcourse-section__button {
    background-color: #2f4e3d;
    display: block;
    width: 100%;
    color: #fff;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 32px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
}

.modelcourse-section__button-image {
    margin-top: 16px !important;
    height: 120px;
    margin-top: auto;
}

.modelcourse-section__button-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.modelcourse-section__button-english {
    font-weight: 100;
    font-size: 2em;
    line-height: 1;
}

.modelcourse-section__button-japanese {
    font-size: 1.2em;
    font-weight: 100;
}

.activity-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.modelcourse-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.map-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.map-section__image-decoration {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    user-select: none;
    pointer-events: none;
}

.map-section__selector-items {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: -22px;
}

.map-section__image-item-more {
    display: none;
}

.map-section__selector-decoration {
    width: 48%;
    margin-left: -8px;
}

.map-section__selector {
    width: fit-content;
    margin-left: auto;
    margin-top: -140px;
    position: relative;
}

.map-section__selector-item-text {
    font-size: 0.6em;
    line-height: 1;
    letter-spacing: -0.2em;
    font-weight: 600;
}

.map-section__selector-item-header {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 600;
}

.map-section__selector-item {
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    aspect-ratio: 1 / 1;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.map-section__image {
    margin-top: 16px;
    background: url("img/map_background.png") no-repeat;
    background-size: 100% 100%;
    padding: 32px 0;
}

.map-section__selector-item-wood {
    background-color: #8b5844;
}

.map-section__selector-item-forest {
    background-color: #364e3b;
}

.map-section__selector-item-sky {
    background-color: #84c1e3;
}

.map-section__selector-item-water {
    background-color: #4694d1;
}

.map-section__selector-item-fire {
    background-color: #a50223;
}

.about-section__icons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    font-size: 0.8em;
}

.about-section__icon {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 8px;
    color: #fff;
}

.about-section__icon img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    aspect-ratio: 1 / 1;
}

.about-section__icon-stay {
    background-color: #db7156;
}

.about-section__icon-eat {
    background-color: #749562;
}

.about-section__icon-play {
    background-color: #64a9c6;
}

.about-section__icon-modelcourse {
    background-color: #e58800;
}

.information-section__content-text {
    text-align: center;
    font-size: 1.1em;
}

.information-section__buttons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
}

.information-section__button {
    background-color: #2f4e3d;
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 32px;
    padding-top: 24px;
}

.information-section__button img {
    margin-top: 16px;
    width: 60%;
    aspect-ratio: 1 / 1;
    overflow: visible;
}

.information-section__button-english {
    font-weight: 100;
    font-size: 2em;
    line-height: 1;
}

.information-section__button-japanese {
    font-size: 1em;
    font-weight: 100;
}

.map-section__images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 48px;
    margin-top: 48px;
    grid-auto-flow: row;
}

.map-section__selector-container-sp {
    display: none;
}

.map-section__image-item-hide {
    display: none !important;
}

.map-section__selector-item {
    cursor: pointer;
    user-select: none;
}

.map-section__selector-item-disabled {
    background-color: #ddd !important;
}

.map-section__image-item-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
    border-radius: 0 64px 0 0;
    overflow: hidden;
}

.map-section__image-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.map-section__image-item-title-container {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-left: 12px;
}

.map-section__image-item-title-category {
    display: none;
    color: #fff;
    margin-right: 8px;
}

.map-section__image-item-title-category-fire {
    background-color: #a50223;
}

.map-section__image-item-title-category-wood {
    background-color: #8b5844;
}

.map-section__image-item-title-category-sky {
    background-color: #84c1e3;
}

.map-section__image-item-title-category-forest {
    background-color: #364e3b;
}

.map-section__image-item-title-category-water {
    background-color: #4694d1;
}

.map-section__image-item-title {
    font-size: 1.5em;
}

.map-section__image-item-title-location {
    font-size: 1.1em;
}

.map-section__image-item-text {
    margin: 0 12px;
    font-size: 1.1em;
}

.about-info__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.about-info__hr img {
    display: block;
    margin-left: auto;
    width: 64px;
}

.about-info__hr {
    margin-top: -100px;
}

.access-parking-activity__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.access-parking-activity__hr {
    margin-top: 32px;
}

.activity-section__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.activity-section__hr {
    margin-top: -48px;
}

.activity-section__hr img {
    display: block;
    width: 64px;
}

.activity-section__more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.gallery-section__more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.gallery-section__more a {
    text-decoration: none;
    color: #000;
}

.activity-section__more a {
    text-decoration: none;
    color: #000;
}

.activity-section__more img {
    max-width: 100%;
    height: auto;
}

.activity-section__more p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.2;
}

.gallery-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.modelcourse-map__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.modelcourse-map__hr {
    margin-top: 32px;
}

.map-gallery__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.map-gallery__hr {
    margin-top: 32px;
}

.gallery-contact__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.gallery-contact__hr {
    margin-top: 32px;
}

.contact-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.contact-section__selector-item-button {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9em;
    cursor: pointer;
    user-select: none;
}

.contact-section__selector-item-underline {
    width: 110%;
    height: 2px;
    margin-left: -5%;
}

.contact-section__selector-item-button img {
    width: 1.8em;
    height: auto;
    aspect-ratio: 1 / 1;
}

.contact-section__selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-top: 16px;
}

.contact-section__form-item-line-icon {
    width: 10em;
    margin-top: 8px;
}

.contact-section__form-container {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 32px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 48px;
    border-radius: 8px 0 0 0;
}

.contact-section__form-item-line {
    display: flex;
    gap: 16px;
}

.contact-section__form-item-line-text h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #000;
    padding: 0 8px;
}

.contact-section__form-item-line-text p {
    line-height: 1.5;
    padding: 0 8px;
}

.contact-section__form-item-line-button {
    margin-top: 16px;
}

.contact-section__form-item-line-button a {
    text-decoration: none;
}

.contact-section__form-item-line-button {
    text-align: center;
}

.contact-section__form-item-line-button a {
    display: inline-block;
    background-color: #2f4e3d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1.5;
}

.contact-section__selector-item-underline {
    visibility: hidden;
}

.contact-section__selector-item-underline-selected {
    visibility: visible;
}

.contact-section__form-item-hide {
    display: none;
}

.contact-section__form-item-phone-button {
    margin-left: 2em;
}

.contact-section__form-item h3 {
    margin-bottom: 16px;
}

.footer-section {
    margin-top: -48px;
}

.footer-section__color-block {
    background-color: #000;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 16px;
    margin-top: -32px;
}

.footer-section__decoration {
    display: block;
    width: 160px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: 10%
}

.footer-section__inner {
    max-width: 1000px;
    margin-top: 64px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 12px 32px;
}

.footer-section__info {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer-section__info p {
    line-height: 1.5;
}

.footer-section__logo {
    text-align: center;
}

.footer-section__logo-text {
    background-color: #2f4e3d;
    width: 75%;
    margin: 0 auto;
    border-radius: 10px;
}

.footer-section__logo img {
    width: 80%;
}

.footer-section__logo-dots {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    justify-content: center;
}

.footer-section__logo-dot {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 30%;
}

.footer-section__calendar img {
    width: 100%;
}

.footer-section__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.2em;
    margin-top: 24px;
    grid-auto-rows: min-content;
    grid-auto-columns: min-content;
}

.footer-section__link {
    margin: 4px 0;
}

.footer-section__link a {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
}

.footer-section__arrow-circle {
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer-section__arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    margin-left: -2px;
}










.menu-container {
    z-index: 100000;
    position: fixed;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    display: none;
  }
  
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-100%);
    transition: transform 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
  }

  .menu ul {
    margin-top: -128px;
  }
  
  .menu ul li {
    font-weight: 100;
    font-size: 2em;
    color: white;
    min-height: 45px;
    padding: 15px;
    text-align: center;
  }
  .menu ul li a {
    cursor: pointer;
  }
  
  .menu-sliders {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.45s;
  }
  .menu-sliders:nth-child(2) {
    flex: 1 0 100%;
    background: transparent;
  }
  
  .menu-sliders:nth-child(odd) {
    background: #749562;
  }
  
  body.menu-open .menu-sliders:nth-child(2) {
    flex: 0 0 0%;
  }
  body.menu-open .menu {
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
  }
  
.static-page-title {
    width: 100%;
    font-size: 7em;
    text-align: center;
    color: white;
}

.static-page-container {
    min-height: 40dvh;
    max-width: 980px;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    padding: 0 32px !important;
    text-align: center;
}

.access-page-header {
    background-image: url("img/access_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f0eb;
    background-position: bottom;
    width: 100%;
    height: 30em;
    display: flex;
    position: relative;
    justify-content: center;
    color: #fff;
    align-items: center;
    margin-bottom: 2rem;

    h2 {
        font-size: 5em;
    }
}

.access-page-button {
    background-color: #2f4e3d;
    color: #fff;
    padding: 0.7rem 1.4rem;
    border-radius: 3.125rem;
    text-decoration: none;
    font-size: 1.6em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 2dvh;
    min-width: 30vw;
    min-width: min(300px, 80vw);

    .icon {
        width: 1.5em;
        height: 1.5em;
        margin-left: 8px;
    }
}

.access-page-choices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4em;
}

.access-page-section {
    margin: 2rem 0;

    img {
        pointer-events: none;
    }
}

.access-smalltitle {
    color: #749562;
}

.access-section-header {
    margin: 2rem 0;
}

.access-page-location-content {
    p {
        margin: 0.5rem 0;
    }
}

/* 駐車場情報コンテンツのスタイル */
.access-page-parking-content {
    max-width: 600px;
    margin: 2em auto;
    padding: 25px 35px;
    background-color: #f9f8f5;
    border: 1px solid #c4d1be;
    /* 枠線の色 */
    border-radius: 20px;
    /* 角の丸み */
    font-family: sans-serif;
    color: #5c5243;
    /* 基本の文字色 */
}

/* リスト全体のスタイル */
.access-parking-list {
    margin: 0;
    padding: 0;
}

/* 各項目のスタイル */
.access-parking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em 0;
    border-bottom: 1px solid #c4d1be;
    /* 下線 */
}

/* dtとddのデフォルトマージンをリセット */
.access-parking-item dt,
.access-parking-item dd {
    margin: 0;
}

/* 注釈のスタイル */
.access-parking-note {
    margin: 1.5em 0 0 0;
    font-size: 0.85em;
    /* 少し文字を小さくする */
    line-height: 1.6;
}

.access-page-title--car {
    background-color: #749562;
    color: #fff;
    border-radius: 3.125rem;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    width: 100%;
}

.access-page-title--train {
    background-color: #749562;
    color: #fff;
    border-radius: 3.125rem;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    width: 100%;
}

.access-page-title--car::after {
    content: url("img/access_car_illust_1.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(35vw, 200px);
    transform: translate(3vw, -1vw);
}

.access-page-title--car::before {
    content: url("img/access_car_illust_2.svg");
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(35vw, 200px);
    transform: translate(3vw, 0vw);
}

.access-page-title--train::after {
    content: url("img/access_train_illust_1.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(35vw, 200px);
    transform: translate(-3vw, 0vw);
}

.access-page-title--train::before {
    content: url("img/access_train_illust_2.svg");
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(35vw, 200px);
    transform: translate(3vw, -1vw);
}

.access-page-title--car-catch {
    width: 14rem;
}

.access_details {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding-right: 10px;
}

.access_details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
    cursor: pointer;
}

.access_details summary::-webkit-details-marker {
    display: none;
}


.access_details .access_details_content {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.access_details[open] {
    .access_details_content {
        transform: none;
        opacity: 1;
    }
}

.access-page-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.access-page-content-title-arrow {
    font-size: 1.5em;
    font-weight: 600;
    color: #749562;
    transition: transform 0.3s ease;
}

.access_details[open] .access-page-content-title-arrow {
    transform: rotate(-90deg);
}

.access_details_content {
    display: flex;
    flex-direction: column;
}

.access-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.access-accent {
    color: #749562;
}

.access-train-routemap {
    background-color: #fff;
    padding: 2em;
    border-radius: 20px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    width: 100%;

    img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
}
.facilities-page-header {
    background-image: url("img/access_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f0eb;
    background-position: bottom;
    width: 100%;
    height: 30em;
    position: relative;
    justify-items: center;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}

.facilities-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* 施設案内イントロ */
.facilities-intro {
    text-align: center;
    padding: 20px 0 20px;
}

.facilities-intro-title-english {
    color: #749562;
}

.facilities-intro-title {
    font-size: 1.5em;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-intro-description {
    font-size: 1.2em;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* 火のエリア・水のエリア */

.facilities-area-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.facilities-area-text {
    flex: 1;
}

.facilities-area-image {
    flex: 1;
    text-align: center;
}

.facilities-area-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    /* ユニークな有機的な形状 */
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

.facilities-fire-area .facilities-area-image img {
    /* 炎のような尖った形状 */
    border-radius: 73% 27% 83% 17% / 72% 39% 61% 28%;
}

.facilities-water-area .facilities-area-image img {
    /* 水滴のような流れる形状 */
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
}

.facilities-fire-area .facilities-area-title {
    font-size: 2.4em;
    color: #B71D26;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-water-area .facilities-area-title {
    font-size: 2.4em;
    color: #488CC4;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-wood-area .facilities-area-title {
    font-size: 2.4em;
    color: #8b5844;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-sky-area .facilities-area-title {
    font-size: 2.4em;
    color: #84c1e3;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-forest-area .facilities-area-title {
    font-size: 2.4em;
    color: #364e3b;
    font-weight: 600;
    margin-bottom: 20px;
}

.facilities-area-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

.facilities-area-gallery-swiper {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-bottom: 40px;
}

/* 画像と帯を密着させるコンテナ */
.facilities-gallery-image-container {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.facilities-gallery-image-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: 0 64px 0 0;
    display: block;
    margin-bottom: 0;
}

/* 帯を画像の直下に密着させる */
.facilities-gallery-image-container .facilities-gallery-band {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
    padding: 12px 20px;
}

/* 火のエリアの帯は赤色 */
.facilities-fire-area .facilities-gallery-image-container .facilities-gallery-band {
    background-color: #B71D26;
}

/* 水のエリアの帯は水色 */
.facilities-water-area .facilities-gallery-image-container .facilities-gallery-band {
    background-color: #488CC4;
}

.facilities-wood-area .facilities-gallery-image-container .facilities-gallery-band {
    background-color: #8b5844;
}

.facilities-sky-area .facilities-gallery-image-container .facilities-gallery-band {
    background-color: #84c1e3;
}

.facilities-forest-area .facilities-gallery-image-container .facilities-gallery-band {
    background-color: #364e3b;
}

.facilities-swiper-pagination {
    position: static !important;
    text-align: center;
    margin-top: 20px;
}

/*文字の下全体に線を引く*/
.facilities-introduction-area_facility-gallery-band {
    text-align: left;           /* テキストを左揃えに設定 */
    padding: 12px 20px;         /* 上下12px、左右20pxの内側余白 */
    color: black;               /* テキストの色を黒に設定 */
    font-size: 1.3em;          /* フォントサイズを1.3倍に設定 */
    font-weight: 600;          /* フォントの太さを600（セミボールド）に設定 */
    position: relative;         /* 疑似要素（::after）の基準位置として設定 */
    display: block;             /* ブロック要素として表示（全幅を占める） */
    padding-bottom: 20px;       /* 下側の内側余白を20pxに設定（下線との間隔） */
}

/* 下線を作成する疑似要素 */
.facilities-introduction-area_facility-gallery-band::after {
    content: '';                /* 疑似要素の内容を空に設定 */
    position: absolute;         /* 親要素に対して絶対位置指定 */
    left: 10px;                 /* 左端から10px内側に配置 */
    right: 10px;                /* 右端から10px内側に配置 */
    bottom: 10px;               /* 下端から10px上に配置 */
    height: 1px;                /* 下線の高さ（太さ）を1pxに設定 */
    background-color: black;    /* 下線の色を黒に設定 */
}

.facilities-swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .facilities-intro-title {
        font-size: 2.2em;
    }

    .facilities-intro-title-svg {
        width: 150px;
    }

    .facilities-area-content {
        flex-direction: column;
        gap: 40px;
    }

    .facilities-area-gallery {
        flex-direction: column;
        gap: 30px;
    }

    .facilities-area-image img {
        width: 250px;
        height: 250px;
        /* レスポンシブでも有機的な形状を維持 */
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    .facilities-section {
        padding: 40px 15px;
    }

}

@media (max-width: 480px) {
    .facilities-intro-title {
        font-size: 1.8em;
    }

    .facilities-intro-title-svg {
        width: 120px;
    }

    .facilities-area-image img {
        width: 200px;
        height: 200px;
        /* 小さい画面でも有機的な形状を維持 */
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    .facilities-area-title {
        font-size: 1.8em;
    }

}

/* モデルコースページ */
.modelcourse-page-header {
    background-image: url("img/access_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f0eb;
    background-position: bottom;
    width: 100%;
    height: 30em;
    position: relative;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modelcourse-main-title {
    text-align: center;
    color: white;
    font-size: 6em;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

.modelcourse-section {
    max-width: 1200px;
    margin-bottom: 10px;
}

/* モデルコースイントロ */
.modelcourse-intro {
    text-align: center;
    padding: 40px 0 20px;
}

.modelcourse-intro-description {
    font-size: 1.2em;
    color: #769563;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* カテゴリー選択 */
.modelcourse-categories {
    margin-bottom: 80px;
}

.modelcourse-category-btn {
    position: relative;
}

.modelcourse-category-squirrel {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-100%);
    width: 40px;
    height: auto;
    z-index: 10;
}

.modelcourse-category-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.modelcourse-category-btn {
    border-radius: 8px;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    color: white;
}

.modelcourse-category-btn:nth-child(odd) {
    background-color: #304D3D;
}

.modelcourse-category-btn:nth-child(even) {
    background-color: #729161;
}

.modelcourse-category-btn:nth-child(odd):hover {
    background-color: #3d6148;
}

.modelcourse-category-btn:nth-child(even):hover {
    background-color: #7da46e;
}

.modelcourse-category-btn img {
    width: 90px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modelcourse-category-btn span {
    font-size: 0.9em;
    font-weight: 400;
    display: block;
}

.modelcourse-category-btn .modelcourse-category-btn-title {
    font-size: 1.5em;
}

/* コース詳細セクション */
.modelcourse-detail {
    padding: 60px 60px;
    background-color: #FAF9F8;
    margin: 60px 0;
    border-radius: 80px;
}

.modelcourse-category-header {
    text-align: center;
    margin-bottom: 40px;
}

.modelcourse-category-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: invert(43%) sepia(18%) saturate(1400%) hue-rotate(85deg) brightness(90%) contrast(88%);
}

.modelcourse-category-title {
    font-size: 1.5em;
    color: white;
    margin-bottom: 20px;
    background-color: #749363;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
}

.modelcourse-category-description {
    font-size: 1.1em;
    color: #749562;
    max-width: 500px;
    margin: 0 auto;
}

.modelcourse-timeline-images {
    width: 100%;
    margin: 20px 0;
}

.modelcourse-timeline-images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-top: 0px;
}

.modelcourse-timeline-images:has(.modelcourse-bear-space) img {
    margin-top: -100px;
}

/* タイムライン */
.modelcourse-timeline {
    max-width: 900px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
}

.timeline-content {
    display: flex;
    gap: 30px;
    align-items: center;
    flex: 1;
}

.timeline-image {
    flex: 1;
    position: relative;
}

.timeline-image img {
    width: 100%;
    height: auto;
}

.timeline-text {
    flex: 1;
    text-align: left;
    color: #324E3F;
}

.timeline-text h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-time {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.timeline-time-icon {
    width: 36px !important;
    height: 36px !important;
    filter: invert(43%) sepia(18%) saturate(1400%) hue-rotate(85deg) brightness(90%) contrast(88%);
}

.timeline-time-text {
    background-color:#739363;
    color: white;
    padding: 4px 16px;
    border-radius: 0 12px 12px 0;
    font-size: 0.8em;
    font-weight: 600;
}

.timeline-dots {
    height: 8px;
    margin-bottom: 15px;
    background-image: radial-gradient(circle at 4px 4px, #749562 2px, transparent 2px);
    background-size: 12px 8px;
    background-repeat: repeat-x;
    width: 100%;
}

.timeline-text p {
    line-height: 1.7;
    margin-bottom: 20px;
}

.timeline-btn {
    background-color: #739263;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
}

.timeline-btn:hover {
    background-color: #5d7a4e;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .modelcourse-main-title {
        font-size: 2.5em;
    }
    
    .modelcourse-category-buttons {
        gap: 15px;
    }
    
    .modelcourse-category-btn {
        min-width: 120px;
        padding: 15px 20px;
    }
    
    .modelcourse-category-btn img {
        width: 40px;
        height: 40px;
    }
    
    .timeline-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .timeline-image img {
        width: 150px;
        height: 120px;
    }
    
    .timeline-item {
        margin-bottom: 40px;
    }
    
    .timeline-item:not(:last-child)::after {
        left: 25px;
        top: 50px;
        height: calc(100% + 20px);
    }
}

@media (max-width: 480px) {
    .modelcourse-main-title {
        font-size: 2em;
    }
    
    .modelcourse-category-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .modelcourse-category-btn {
        width: 80%;
        max-width: 200px;
    }
    
    .timeline-step {
        width: 40px;
        height: 40px;
        font-size: 1em;
        margin-right: 20px;
    }
    
    .timeline-item:not(:last-child)::after {
        left: 20px;
    }
}

a {
    transition: color 0.3s ease, opacity 0.5s ease;
}

a:hover {
    color: #fff !important;
    opacity: 0.7 !important;
}



/* 味わう体験セクションのスタイル  */
.facilities-taste-experience{
    padding: 60px 0;
}
.taste-experience-section {
    padding: 60px 0;
}

.taste-experience-grid {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: auto; /* 横スクロール可能 */
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #B71D26 #f0f0f0;
}

.taste-experience-card {
    border-radius: 12px;
    overflow: hidden;
    min-width: 280px; /* 最小幅を設定して並びを保つ */
    flex: 0 0 280px; /* フレックスアイテムとして固定幅 */
}

.taste-experience-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taste-experience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.taste-experience-content {
    padding: 20px;
}

.taste-experience-title {
    font-size: 1.1em;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.taste-experience-description {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* スクロールヒント用のスタイル */
.taste-experience-section::after {
    display: block;
    text-align: center;
    color: #B71D26;
    font-size: 0.9em;
    margin-top: 20px;
    font-weight: 500;
}


/* FAQページ */

/* Header Section */
.faq-page-header {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #f4f0eb;
}

.faq-page-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 1;
}

.faq-page-title {
    position: relative;
    z-index: 2;
    color: white;
    font-family: "ads-kodama";
    font-size: 8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}


/* Main Container */
.faq-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.faq-section {
    padding: 60px 0;
}

/* Section Header */
.faq-section-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.faq-section-title {
    color: #2f4e3d;
}

.faq-section-title-slash {
    color: #749562;
    font-weight: bold;
}

.faq-section-title-text {
    margin: 0 1em;
}

/* FAQ Items */
.faq-item {
    margin-bottom: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Special Item (with rabbit icon) */
.faq-item-special {
    position: relative;
    margin-top: 40px;
    overflow: visible;
}

.faq-item-rabbit-icon {
    position: absolute;
    top: -65px;
    left: 30px;
    width: 60px;
    height: auto;
    z-index: 20;
}

/* Question Section */
.faq-question {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease;
    border-radius: 15px;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-item.active .faq-question {
    border-radius: 15px 15px 0 0;
}

.faq-q-mark {
    background-color: #749562;
    color: white;
    font-family: "ads-kodama";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-bottom: 5.5px;
    padding-left: 1.5px;
    flex-shrink: 0;
    line-height: 1;
}

.faq-question-text {
    flex: 1;
    font-size: 1.1rem;
    font-weight: bold;
    color: #2f4e3d;
    padding-left: 10px;
}

.faq-toggle {
    font-size: 1.2rem;
    color: #749562;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.faq-item.active .faq-toggle{
    transform: rotate(-90deg);
}

/* Answer Section */
.faq-answer {
    display: none;
    background-color: #90AA81;
    border-radius: 0 0 15px 15px;
    min-height: 100px;
}

.faq-item.active .faq-answer {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.faq-answer-text {
    color: white;
    padding: 16px 30px;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*schedule page styles */

.schedule-page-header {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #f4f0eb;
}

.schedule-page-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 1;
}

.schedule-page-title {
    position: relative;
    z-index: 2;
    color: white;
    font-family: "ads-kodama";
    font-size: 8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.schedule-section-title {
    position: relative;
    z-index: 2;
    color: #749562;
    font-family: "ads-kodama";
    font-size: 4rem;
    margin: 0;
}

.schedule-section-subtitle {
    color: #2f4e3d;
}

.schedule-mark-red {
    background-color: #a50223;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}


.faq-item.active .schedule-mark-red{
    transform: rotate(90deg);
}

.faq-item.active .schedule-mark-blue{
    transform: rotate(90deg);
}

.faq-item.active .schedule-mark-skyblue{
    transform: rotate(90deg);
}

.faq-item.active .schedule-mark-green{
    transform: rotate(90deg);
}

.faq-item.active .schedule-mark-brown{
    transform: rotate(90deg);
}

.schedule-mark-red::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    box-sizing: border-box;
    transform: rotate(45deg);
    margin-left: -6px;
}

.schedule-mark-blue {
    background-color: #488CC4;
    color: white;
    font-family: "ads-kodama";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-bottom: 5.5px;
    padding-left: 1.5px;
    flex-shrink: 0;
    line-height: 1;
}

.schedule-mark-skyblue {
    background-color: #64a9c6;
    color: white;
    font-family: "ads-kodama";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-bottom: 5.5px;
    padding-left: 1.5px;
    flex-shrink: 0;
    line-height: 1;
}

.schedule-mark-green {
    background-color: #364e3b;
    color: white;
    font-family: "ads-kodama";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-bottom: 5.5px;
    padding-left: 1.5px;
    flex-shrink: 0;
    line-height: 1;
}

.schedule-mark-brown {
    background-color: #816852;
    color: white;
    font-family: "ads-kodama";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-bottom: 5.5px;
    padding-left: 1.5px;
    flex-shrink: 0;
    line-height: 1;
}

.schedule-content {
    color: white;
    padding: 16px 30px;
}

.schedule-detail {
    display: flex;
    justify-content: space-around;
    gap: 20rem;
}
.normal-hr {
    border-top: 1px solid #000;
    margin: inherit;
}

.facility-page-container-area_water {
    --facility-color: #64a9c6;
}

.facility-page-container-area_fire {
    --facility-color: #b81c25;
}

.facility-page-container-area_air {
    --facility-color: #84c1e3;
}

.facility-page-container-area_forest {
    --facility-color: #364e3b;
}

.facility-page-container-area_wood {
    --facility-color: #8b5844;
}


.facility-page-header {
    height: 30em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: var(--facility-color);
    color: white;
}

.facility-page-header-title {
    font-size: 6em;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

.facility-overview-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.facility-info-container{
    padding: 70px;
}
.facility-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.facility-info-table th,
.facility-info-table td{
    padding: 10px;
    font-weight: normal;
}
.facility-info-table th{
    color: white;
    background-color: var(--facility-color);
    width: 100px;
    vertical-align: middle;
    border-radius: 5px;
}
.facility-info-table td{
    text-align: left;
    background-color: white;
    width: 450px;
    border-radius: 5px;
}

.facility-section-header {
    margin-top: 2em;
    margin-bottom: 1em;
}

.facility-section-header-english {
    color: var(--facility-color);
}


.facility-section-header-japanese {
    color: #5d7a4e;
    font-size: 1em;
}




.facility-activity-section__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 32px;
    grid-auto-flow: row;
}

.facility-activity-section__item-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
    border-radius: 0 64px 0 0;
    overflow: hidden;
}

.facility-activity-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-activity-section__item-category {
    font-size: 2.5em;
    line-height: 1;
    padding: 24px;
    width: fit-content;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.facility-activity-section__item-title-category {
    display: none;
}

.facility-activity-section__item-category-stay {
    background-color: #db7156;
}

.facility-activity-section__item-category-play {
    background-color: #64a9c6;
}

.facility-activity-section__item-category-eat {
    background-color: #749562;
}

.facility-activity-section__item-category-modelcourse {
    background-color: #e58800;
}

.facility-activity-section__item-title-category {
    color: #fff;
    font-size: 0.9em;
    padding: 2px 8px;
    font-weight: 300;
    aspect-ratio: 1 / 1;
    align-content: center;
}

.facility-activity-section__item-title-category-stay {
    background-color: #db7156;
}

.facility-activity-section__item-title-category-play {
    background-color: #64a9c6;
}

.facility-activity-section__item-title-category-eat {
    background-color: #749562;
}

.facility-activity-section__item-title-category-modelcourse {
    background-color: #e58800;
}

.facility-activity-section__item-title-container {
    margin-left: 12px;
}

.facility-activity-section__item-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.facility-activity-section__item-title {
    font-size: 1.5em;
}

.facility-activity-section__item-text {
    margin: 0 12px;
    font-size: 1.1em;
}

.facility-activity-section__item-more {
    display: none;
}


.facility-stay-section-overview-text {
    text-align: left;
}


.facility-stay-section-overview {
    display: flex;
    gap: 2rem;
}

.facility-stay-section-overview > * {
    width: 50%;
}

.facility-stay-section-overview-image img {
    width: 100%;
    object-fit: cover;
}

.facility-stay-section-info {
    padding-top: 1em;
}

.swiper-button-white {
    color: white !important;
}

.swiper-wrapper-facility-preview {
    width: fit-content !important;
}

.facility-stay-section-content {
    margin: 0 2em;
}

.facility-stay-section-title {
    text-align: left;
    margin-bottom: 2em;
}

.facility-stay-section-title h3 {
    font-weight: 100;
}




.facility-enjoy-section-overview-text {
    text-align: left;
}


.facility-enjoy-section-overview {
    display: flex;
    gap: 2rem;
}

.facility-enjoy-section-overview > * {
    width: 50%;
}

.facility-enjoy-section-overview-image img {
    width: 100%;
    object-fit: cover;
}

.facility-enjoy-section-info {
    padding-top: 1em;
}

.facility-enjoy-section-content {
    margin: 0 2em;
}

.facility-enjoy-section-title {
    text-align: left;
    margin-bottom: 2em;
}

.facility-enjoy-section-title h3 {
    font-weight: 100;
}



.facility-taste-section-contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.facility-taste-section-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.facility-taste-section-title h3 {
    font-weight: 100;
    margin-bottom: 1em;
}

.facility-taste-section-content img {
    width: 100%;
    object-fit: cover;
}

.facility-taste-sections-container {
    text-align: left;

}

.facility-taste-section-hr {
    margin: 2em 0;
    border-top: 1px solid #ccc;
}

.facility-taste-section-price-item-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.facility-taste-section-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
}


.facility-page-header-title-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.facility-page-header-icon {
    height: 6em;
}

.facility-page-header-title-text {
    display: flex;
    flex-direction: column;
}

.facility-page-header-title {
    font-size: 4em;
    letter-spacing: -0.05em;
    word-spacing: -0.15em;
    line-height: 1em;
    margin-top: 0;
}

.facility-page-header-subtitle {
    font-size: 2em;
    line-height: 1em;
}

.facility-page-header-subsubtitle {
    font-size: 1.2em;
}

.facility-overview-image {
    flex: 1;
    width: 1px;
    background-size: cover !important;
    margin: 5px;
}

.facility-overview-section-text {
    width: 50%;
    text-align: left;
}

.coming-soon-text {
    font-size: 4em;
    text-align: center;
    margin-top: 1em;
    color: #749562;
}

hr {
    margin: 0;
}


.access-page-content-item ol {
    display: flex;
    flex-direction: column;
    gap: 1em;
    list-style: decimal;
    width: 60%;
    margin: 0 auto;
    text-align: left;
    color: #2f4d3c;
    font-size: 1.2em;
    min-width: 20em;
    text-shadow: 0.1em 0.1em #97a69e;
    font-weight: 600;
}

.sns-icon img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.sns-icon img:hover {
    transform: scale(1.1); /* ホバー時にアイコンを少し拡大 */
}
