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

.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;
}

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

.page-top_button {
	position: fixed;
	bottom: 1em;
	left:1em;
	padding: 1.5em 1em 0em 1em;
	z-index: 10000;
	text-align: center;
	background: #2f4e3d;
	color: #fff;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	pointer-events:auto;
}

.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;
}

.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;
}

.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;
}

.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 h3 {
    margin-bottom: 16px;
}

.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 li {
    font-weight: 100;
    font-size: 2em;
    color: white;
    min-height: 45px;
    padding: 0.25em;
    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;
  }

.static-page-title {
    width: 100%;
    font-size: 7em;
    text-align: center;
    color: white;
}

.static-page-container {
    min-height: 40dvh;
    width: 60vw;
    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-item {
		font-weight: bold;
	}
}

.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;
    }

}

/* モデルコースページ */
.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-intro {
    text-align: center;
    padding: 40px 0 20px;
}

.modelcourse-intro-description {
    font-size: 1.2em;
    color: #769563;
    line-height: 1.8;
    max-width: 1000px;
    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-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: 1000px;
    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;
}

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

a:hover {
    color: #b8b8b8 !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;
}

/*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;
}

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

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

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

.schedule-mark-brown {
    background-color: #816852;
    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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.schedule-mark-blue::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-skyblue {
    background-color: #64a9c6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.schedule-mark-skyblue::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-green {
    background-color: #364e3b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.schedule-mark-green::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-brown {
    background-color: #816852;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.schedule-mark-brown::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-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;
}

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

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

.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;
    font-weight: 600;
}

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

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

/* frontpage informaion */

#information .information-section__content{ margin-bottom: 24px; }

.information-section__buttons{
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 24px;
}

.information-section__button{
  grid-column: span 2;
  grid-template-rows: auto auto 1fr;
  place-items: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 24px 8px 32px;
  background: #2F4E3D;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.information-section__button-english{ margin: 0 0 6px;  line-height: 1.15; }

.information-section__button-japanese{ margin: 0 0 18px; line-height: 1.5; }

.information-section__button img{
	display: block;
	align-self: end;
	max-width: 70%;
	max-height: auto;
	height: auto;
	margin: auto;
}

.information-section__button{
  aspect-ratio: auto !important;
}

/* SISETU RU-RU */
/* ===== page-id-501：ACTIVITY RULES セクションのリスト揃え ===== */

/* 1) 親Flexの“中央寄せ”で幅が狭くなる子グループを、横幅100%に伸ばす */
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group {
  align-self: stretch !important;
  width: 100% !important;
}

/* 2) 内側コンテナを左寄せ＆最大幅制限を外す（中央寄せの継承を打ち消し） */
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group .wp-block-group__inner-container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

/* 3) その内側の UL/OL を“通常のブロック”に戻し、インデント＆マーカーを固定 */
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group .wp-block-group__inner-container > ul.wp-block-list,
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group .wp-block-group__inner-container > ol.wp-block-list {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  list-style: disc outside !important;
  padding-left: 1.6em !important;
  margin-bottom: 1.25rem !important;
}

/* 4) li が flex 等に上書きされている場合の保険＋行間統一 */
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group .wp-block-group__inner-container > ul.wp-block-list > li,
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > .wp-block-group .wp-block-group__inner-container > ol.wp-block-list > li {
  display: list-item !important;
  line-height: 1.8;
  margin: .4em 0;
  text-indent: 0;
}

/* 5) 見出しは中央のまま（英/日H2の体裁は維持） */
.page-id-501 .wp-block-group.is-layout-flex.is-content-justification-center
  > h2.wp-block-heading {
  text-align: center !important;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #F4F0EB !important;
  opacity: 1 !important;
  transform: scale(1.08);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  content: "";
  position: absolute;
  inset: 3px;
  background: #2F4E3D;
  border-radius: 9999px;
  pointer-events: none;
}

/* top page contact */
.contact-section__selector{
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-section__form-item,
.contact-section__form-item-phone{
  margin-left: auto;
  margin-right: auto;
}

/* 互いの森とは　の仕切り */
@media (min-width: 1024px){
  .wp-container-core-group-is-layout-baef362d{
    position: relative;
    column-gap: 64px;
    row-gap: 72px;
  }
  .wp-container-core-group-is-layout-baef362d > .wp-block-group{
    position: relative;
    padding-right: 32px;
    padding-bottom: 32px;
  }
  .wp-container-core-group-is-layout-baef362d > .wp-block-group:nth-child(odd)::after{
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.15);
    pointer-events: none;
  }
  .wp-container-core-group-is-layout-baef362d > .wp-block-group:nth-child(-n+2)::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.15);
    pointer-events: none;
  }
}

/* 互いの森とは　の順番替え */
@media (max-width: 768px){
  .wp-container-core-group-is-layout-ad2f72ca{
    display: flex;
    flex-direction: column !important;
    gap: 16px;
  }
  .wp-container-core-group-is-layout-ad2f72ca > figure{ order: 1; }
  .wp-container-core-group-is-layout-ad2f72ca > .wp-block-group{ order: 2; }
  .wp-container-core-group-is-layout-ad2f72ca .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
