﻿.btn-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #e57d59;
    white-space: nowrap
}

@media screen and (min-width: 1100px) {
    .btn-text {
        font-size: 1.8rem
    }
}

.btn-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%;
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .btn-text-icon {
        width: 5.2rem;
        height: 5.2rem
    }
}

.btn-text-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

.btn-text:hover {
    color: #dd643b
}

.btn-text:hover .btn-text-icon {
    background-color: #dd643b
}

.btn-text:hover .btn-text-icon img {
    transform: rotate(45deg)
}

.btn-text.down .btn-text-icon img {
    transform: rotate(135deg)
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6rem 6rem 1.6rem 3rem;
    background-color: #e57d59;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    max-width: 33rem;
    margin: 0 auto
}

.btn::after {
    content: "";
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border-radius: 50%
}

@media screen and (min-width: 1100px) {
    .btn--wide {
        width: 46rem
    }
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    z-index: 1
}

.btn-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    transition: .5s
}

.btn:hover {
    background-color: #dd643b
}

.btn:hover .btn-icon img {
    transform: rotate(45deg)
}

.btn.green {
    background-color: #4ca392
}

.btn.green .btn-icon img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.btn.green:hover {
    background-color: #3a8579
}

.btn.short {
    max-width: 32rem
}

.btn.long {
    max-width: 46rem
}

.ttl {
    text-align: center
}

.ttl-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem
}

.ttl-deco::before,
.ttl-deco::after {
    content: "";
    display: block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ttl-deco::before {
    width: 1.2rem;
    height: .9rem;
    background-image: url(../img/common/title_clover.svg);
    position: relative;
    top: -1.1rem
}

@media screen and (min-width: 1100px) {
    .ttl-deco::before {
        width: 1.6rem;
        height: 1.2rem
    }
}

.ttl-deco::after {
    width: 2.4rem;
    height: 2rem;
    background-image: url(../img/common/title_bird.svg)
}

.ttl-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .ttl-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.ttl-label {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.7
}

@media screen and (min-width: 744px) {
    .ttl-label {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.ttl-title {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .1em;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .ttl-title {
        font-size: 3.2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 2rem;
    display: block
}

.ttl.brown.left {
    display: inline-block;
    margin-bottom: 0
}

.ttl.brown.left .ttl-deco {
    justify-content: flex-start;
    width: 100%
}

.ttl.brown .ttl-en {
    font-size: 1.2rem
}

.ttl.brown .ttl-deco::before {
    background-image: url(../img/common/title_clover2.svg)
}

.ttl.brown .ttl-deco::after {
    content: none
}

@media screen and (min-width: 744px) {
    .ttl.brown {
        margin-bottom: 2rem
    }

    .ttl.brown .ttl-title {
        font-size: 2.4rem
    }
}

.cta {
    position: relative;
    padding: 4rem 0 8rem;
    background-color: #f5e9dc
}

@media screen and (min-width: 744px) {
    .cta {
        padding: 5rem 0 12rem
    }
}

.cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.cta-bg picture,
.cta-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta .container {
    position: relative;
    z-index: 1;
    padding-top: 4rem
}

@media screen and (min-width: 744px) {
    .cta .container {
        padding-top: 3rem
    }
}

.cta-birds {
    position: absolute;
    top: -3.3rem;
    left: 3rem;
    pointer-events: none;
    z-index: 2
}

.cta-birds img {
    display: block;
    width: 14.8rem;
    height: auto
}

.cta .ttl {
    margin-bottom: 3rem
}

@media screen and (min-width: 744px) {
    .cta .ttl {
        margin-bottom: 5rem
    }
}

.cta-card {
    background: hsla(0, 0%, 100%, .8);
    border-radius: 20px;
    padding: 4rem 2rem
}

@media screen and (min-width: 744px) {
    .cta-card {
        display: flex;
        align-items: stretch;
        padding: 6rem 5rem
    }
}

@media screen and (min-width: 1100px) {
    .cta-card {
        padding: 8rem 6.25vw
    }
}

@media screen and (min-width: 744px) {
    .cta-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.cta-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    margin: 0 auto
}

.cta-item-icon img {
    display: block;
    max-height: 3.2rem;
    width: auto
}

.cta-item-title {
    margin-top: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #724822;
    text-align: center;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .cta-item-title {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 1100px) {
    .cta-item-title {
        font-size: 2rem
    }
}

.cta-item-text {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 744px) {
    .cta-item-text {
        font-size: 1.6rem
    }
}

.cta-item .btn-text {
    margin-top: 3rem;
    width: 100%
}

@media screen and (min-width: 744px) {
    .cta-item .btn-text {
        margin-top: auto;
        padding-top: 3rem
    }
}

.cta-divider {
    margin: 4rem 0;
    height: 1px;
    background-color: #c19d74;
    opacity: .3
}

@media screen and (min-width: 744px) {
    .cta-divider {
        margin: 0 4rem;
        width: 1px;
        height: auto;
        align-self: stretch;
        flex-shrink: 0
    }
}

.reason {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

@media screen and (min-width: 744px) {
    .reason {
        padding-bottom: 10rem
    }
}

.reason-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.reason-bg picture,
.reason-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reason-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25rem;
    background: linear-gradient(to bottom, #fff 30%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.reason-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25rem;
    background: linear-gradient(to top, #fff 30%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.reason-branch {
    display: none
}

@media screen and (min-width: 1100px) {
    .reason-branch {
        display: block;
        position: absolute;
        z-index: 1;
        pointer-events: none;
        width: 25vw
    }

    .reason-branch img {
        display: block;
        width: 100%;
        height: auto
    }

    .reason-branch--left {
        left: 0;
        top: 16rem;
        z-index: 10
    }

    .reason-branch--right {
        right: 0;
        top: 69rem;
        z-index: 2;
    }
}

.reason .container {
    position: relative;
    z-index: 2
}

.reason .ttl {
    padding-top: 6rem
}

@media screen and (min-width: 1100px) {
    .reason .ttl {
        padding-top: 11rem;
    }
}

.reason-cards {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 4rem 0 4rem;
}

@media screen and (min-width: 1100px) {
    .reason-cards {
        flex-direction: row;
        align-items: stretch;
        gap: 2rem;
        max-width: 124rem;
        margin: 4rem auto 0rem;
    }
}

.reason-card {
    position: relative;
    width: 33rem;
    background: #fff;
    border-radius: 20px
}

@media screen and (min-width: 744px) {
    .reason-card {
        width: 58rem
    }
}

@media screen and (min-width: 1100px) {
    .reason-card {
        flex: 1;
        width: auto
    }
}

.reason-card-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 3.6rem 2rem 2.4rem
}

.reason-card-num-area {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6rem;
    padding-top: 1.6rem
}

.reason-card-leaf {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    height: auto;
    pointer-events: none;
    z-index: 0
}

.reason-card-leaf--orange {
    filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(700%) hue-rotate(330deg) brightness(105%)
}

.reason-card-leaf--teal {
    filter: brightness(0) saturate(100%) invert(58%) sepia(25%) saturate(600%) hue-rotate(130deg) brightness(90%)
}

.reason-card-leaf--gold {
    filter: brightness(0) saturate(100%) invert(68%) sepia(22%) saturate(500%) hue-rotate(10deg) brightness(100%)
}

.reason-card-en {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.5
}

.reason-card-en--orange {
    color: #e57d59
}

.reason-card-en--teal {
    color: #4ca392
}

.reason-card-en--gold {
    color: #c19d74
}

.reason-card-num {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .2em;
    line-height: 1.3
}

.reason-card-num--orange {
    color: #e57d59
}

.reason-card-num--teal {
    color: #4ca392
}

.reason-card-num--gold {
    color: #c19d74
}

.reason-card-icon {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0
}

.reason-card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.reason-card-title {
    padding: 0 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #724822;
    text-align: center;
    line-height: 1
}

@media screen and (min-width: 1100px) {
    .reason-card-title {
        font-size: 2rem;
        letter-spacing: .1em
    }
}

.reason-card-text {
    padding: 0 2rem;
    margin-top: 2rem;
    padding-bottom: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .reason-card-text {
        font-size: 1.6rem;
        padding: 0 4rem 4rem
    }
}

.reason-photos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin-top: 4rem;
    padding-bottom: 5rem
}

@media screen and (min-width: 1100px) {
    .reason-photos {
        gap: 2rem;
        margin-top: 6rem;
        padding-bottom: 10rem;
        justify-content: flex-start
    }
}

.reason-photos-item {
    width: 10.3rem;
    height: 8.4rem;
    border-radius: 32px 8px 32px 8px;
    overflow: hidden;
    flex-shrink: 0
}

@media screen and (min-width: 1100px) {
    .reason-photos-item {
        width: 11.4583333333vw;
        height: 9.375vw
    }
}

.reason-photos-item picture,
.reason-photos-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reason-photos-item--lower {
    margin-top: 2rem
}

@media screen and (min-width: 1100px) {
    .reason-photos-item--lower {
        margin-top: 2.0833333333vw
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #faf7f4;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    text-decoration: none
}

.news-card-thumb {
    margin: 2rem 2rem 0;
    height: 19.3rem;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #d8d6d2
}

@media screen and (min-width: 1100px) {
    .news-card-thumb {
        height: 24.3rem
    }
}

.news-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.6rem 2rem 2.4rem
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem
}

.news-card-cat {
    display: inline-block;
    padding: .4rem .8rem;
    background-color: #c19d74;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

.news-card-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #c19d74;
    white-space: nowrap;
    margin-left: auto
}

@media screen and (min-width: 1100px) {
    .news-card-date {
        font-size: 1.6rem
    }
}

.news-card-title {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #724822;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .news-card-title {
        font-size: 1.8rem
    }
}

.news-card-text {
    flex: 1;
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .news-card-text {
        font-size: 1.6rem
    }
}

.news-card-place {
    margin-top: 1.6rem;
    border: 1px solid #c19d74;
    border-radius: 8px;
    padding: .8rem 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #c19d74;
    text-align: center
}

.news-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #c19d74;
    border-radius: 50%;
    margin-top: 1.6rem;
    align-self: center
}

.news-card-btn img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .news-card:hover .news-card-thumb img {
        transform: scale(1.05)
    }

    .news-card:hover .news-card-btn img {
        transform: rotate(45deg)
    }
}

.news {
    position: relative;
    padding: 6rem 0 6rem;
}

@media screen and (min-width: 1100px) {
    .news {
        padding: 10rem 0 10rem;
    }
}

.news-branch {
    position: absolute;
    top: -2rem;
    right: 0;
    width: 20.5rem;
    pointer-events: none;
    z-index: 0
}

@media screen and (min-width: 1100px) {
    .news-branch {
        top: -4rem;
        width: 25vw
    }
}

.news-branch img {
    display: block;
    width: 100%;
    height: auto
}

.news .container {
    position: relative;
    z-index: 1
}

.news-head {
    display: flex;
    align-items: center;
    gap: .8rem;

    .ttl-title {
        text-align: left;
        word-break: keep-all;
    }
}

.news-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .news-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.news-bird img {
    display: block;
    width: 2.4rem;
    height: auto
}

.news-slider-outer {
    margin-top: 3rem;
    overflow: hidden
}

@media screen and (min-width: 1100px) {
    .news-slider-outer {
        overflow: visible;
        margin-top: 5rem
    }
}

.news-slider-wrap {
    position: relative
}

@media screen and (min-width: 1100px) {
    .news-slider-wrap {
        padding: 0 7rem
    }
}

.news-slider.swiper {
    overflow: visible
}

@media screen and (min-width: 1100px) {
    .news-slider.swiper {
        overflow: hidden
    }
}

.news-nav {
    display: none
}

@media screen and (min-width: 1100px) {
    .news-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5.2rem;
        height: 5.2rem;
        border: 1px solid #c19d74;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        transition: .3s;
        transition: .5s
    }

    .news-nav:hover {
        opacity: .5
    }

    .news-nav img {
        display: block;
        width: 2rem;
        height: 2rem;
        filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(320%) hue-rotate(348deg) brightness(95%) contrast(94%);
        transition: .3s;
        transform: rotate(45deg)
    }

    .news-nav--prev {
        left: 0
    }

    .news-nav--prev img {
        transform: scaleX(-1) rotate(45deg)
    }

    .news-nav--next {
        right: 0
    }

    .news-nav.swiper-button-disabled {
        opacity: .4;
        cursor: default;
        pointer-events: none
    }
}

.news .swiper-slide {
    height: auto
}

.news .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 2.4rem;
    line-height: 1
}

.news .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #c19d74;
    opacity: .35
}

.news .swiper-pagination-bullet-active {
    opacity: 1
}

.news .btn {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .news .btn {
        margin-top: 5rem;
        width: 32rem
    }
}

.facility-mv {
    position: relative;
    padding: 0rem 0 0;
    margin-bottom: 6rem;
    background: linear-gradient(to bottom, #F1F5F8 0%, #EBF5FB 80%, #fff 100%)
}

@media screen and (min-width: 744px) {
    .facility-mv {
        padding: 0;
        margin-bottom: 0;
        min-height: 30rem;
        display: flex;
        align-items: center
    }
}

@media screen and (min-width: 1100px) {
    .facility-mv {
        margin-bottom: 12rem
    }
}

.facility-mv::before {
    content: "";
    width: 3.2rem;
    height: 4rem;
    position: absolute;
    top: 15.4rem;
    right: 3rem;
    background-image: url(../img/common/bird-ill2.svg);
    background-size: cover;
    z-index: 2
}

@media screen and (min-width: 744px) {
    .facility-mv::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 3rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-mv::before {
        left: 6%
    }
}

.facility-mv-tree {
    display: block;
    position: absolute;
    left: 0;
    top: 0rem;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    opacity: .4
}

.facility-mv-tree img {
    width: 100%;
    height: auto;
    display: block
}

@media screen and (min-width: 744px) {
    .facility-mv-tree {
        top: auto;
        bottom: 0;
        width: 395px;
        height: auto;
        opacity: 1
    }

    .facility-mv-tree img {
        width: 100%
    }
}

.facility-mv .container {
    position: relative;
    z-index: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-mv .container {
        flex-shrink: 0
    }
}

.facility-mv-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 10rem 0 0
}

@media screen and (min-width: 1100px) {
    .facility-mv-content {
        position: absolute;
        bottom: -11.5rem;
        width: max-content;
        left: 11vw;
        gap: 2rem;
        padding: 0
    }
}

.facility-mv-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 1.2rem;
    background-color: #c19d74;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 4px
}

@media screen and (min-width: 1100px) {
    .facility-mv-tag {
        min-width: 18.4rem;
        height: 2.8rem;
        font-size: 1.6rem
    }
}

.facility-mv-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .18rem;
    color: #724822
}

@media screen and (min-width: 744px) {
    .facility-mv-ttl {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-mv-ttl {
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: .24rem
    }
}

.facility-mv-photo {
    position: relative;
    width: calc(100% - 3rem);
    margin: 1.6rem 0 0 3rem;
    aspect-ratio: 360/240;
    background-color: #d8d6d2;
    overflow: hidden;
    border-radius: 20px 0 0 20px
}

@media screen and (min-width: 744px) {
    .facility-mv-photo {
        width: 56%;
        position: absolute;
        bottom: -5.2rem;
        right: 0;
        margin: 0;
        height: min(18vw, 340px);
        aspect-ratio: auto;
        margin-bottom: 6rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-mv-photo {
        width: calc(100% - min(44vw, 1055px));
        bottom: auto;
        top: 14rem;
    }
}

.facility-mv-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-about {
    position: relative;
    padding: 0rem 0 0rem
}

@media screen and (min-width: 1100px) {
    .facility-about {
        padding: 11rem 0 13rem
    }
}

.facility-about .ttl.brown.left {
    margin-bottom: 4rem
}

.facility-about .container {
    position: relative;
    max-width: 125rem
}

.facility-about-slider {
    position: relative;
    margin-bottom: 4rem;
    padding: 0 2rem
}

@media screen and (min-width: 1100px) {
    .facility-about-slider {
        margin-bottom: 6rem
    }
}

.facility-about-slider .swiper-slide {
    aspect-ratio: 473/354;
    background-color: #d8d6d2;
    border-radius: 20px;
    overflow: hidden
}

.facility-about-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-about-nav {
    display: none
}

@media screen and (min-width: 1100px) {
    .facility-about-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: min(2.6041666667vw, 5rem);
        height: min(2.6041666667vw, 5rem);
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #c19d74;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
        transition: opacity .3s
    }

    .facility-about-nav:hover {
        opacity: .7
    }

    .facility-about-nav img {
        width: 1.6rem;
        height: 1.6rem;
        display: block;
        filter: brightness(0) saturate(100%) invert(61%) sepia(62%) saturate(228%) hue-rotate(352deg) brightness(95%) contrast(86%)
    }
}

.facility-about-nav--prev {
    left: 0
}

.facility-about-nav--prev img {
    transform: rotate(-135deg)
}

.facility-about-nav--next {
    right: 0
}

.facility-about-nav--next img {
    transform: rotate(45deg)
}

.facility-about-lead {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin-bottom: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-about-lead {
        max-width: 124rem;
        margin: 0 auto 6rem
    }
}

.facility-about-lead p {
    margin: 0;
    text-align: left
}

@media screen and (min-width: 744px) {
    .facility-about-lead p {
        text-align: center
    }
}

.facility-about-deco {
    margin: 0 0 6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1100px) {
    .facility-about-deco {
        margin-bottom: 8rem
    }
}

.facility-about-deco img {
    display: block;
    width: 13.6rem;
    height: auto
}

.facility-about-head {
    position: relative;
    margin-bottom: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-about-head {
        margin-bottom: 8rem;
        padding-left: min(5.2604166667vw, 101px)
    }
}

.facility-about-en {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .12rem;
    color: #c19d74;
    line-height: 1.5;
    margin: 0 0 .4rem
}

.facility-about-en img {
    display: block;
    width: auto;
    height: 3.2rem
}

.facility-about-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .24rem;
    color: #724822;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .facility-about-ttl {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-about-ttl {
        font-size: 2.4rem
    }
}

.facility-about-row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem
}

@media screen and (min-width: 1100px) {
    .facility-about-row {
        flex-direction: row;
        align-items: center;
        gap: 0;
        margin-bottom: 10rem
    }

    .facility-about-row::after {
        position: absolute;
        content: "";
        width: 4rem;
        height: 4rem;
        background-image: url(../img/common/bird-ill4.svg)
    }

    .facility-about-row:has(.facility-about-card--first)::after {
        top: -8rem;
        right: 0;
        transform: scaleX(-1)
    }

    .facility-about-row:last-of-type::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -7rem;
        filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
    }
}

.facility-about-row:last-child {
    margin-bottom: 0
}

.facility-about-photo {
    width: 100%;
    aspect-ratio: 715/477;
    background-color: #d8d6d2;
    border-radius: 20px;
    overflow: hidden
}

@media screen and (min-width: 1100px) {
    .facility-about-photo {
        width: min(54vw, 715px);
        flex-shrink: 0;
        aspect-ratio: auto;
        height: min(39vw, 477px)
    }
}

.facility-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-about-card {
    position: relative;
    background-color: #faf7f4;
    border-radius: 20px;
    padding: 4rem 2.4rem 3rem
}

@media screen and (min-width: 1100px) {
    .facility-about-card {
        width: 630px;
        height: auto;
        padding: 40px 60px;
        margin-left: min(-5.46875vw, -105px);
        align-self: center;
        z-index: 2;
        top: 9rem
    }
}

.facility-about-card-icon {
    position: absolute;
    top: 3rem;
    left: 2rem;
    display: block;
    width: 5.6rem;
    height: auto
}

@media screen and (min-width: 1100px) {
    .facility-about-card-icon {
        top: 5rem
    }
}

.facility-about-card-ttl {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .2rem;
    color: #724822;
    line-height: 1.5;
    margin: 0 0 1.6rem
}

@media screen and (min-width: 1100px) {
    .facility-about-card-ttl {
        font-size: 2rem;
        line-height: 30px;
        margin-bottom: 11px;
        margin-top: 22px
    }
}

.facility-about-card-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-about-card-text {
        line-height: 32px
    }
}

@media screen and (min-width: 744px) {
    .reason {
        padding-bottom: 40rem
    }
}

.facility-feature {
    padding-bottom: 6rem
}

@media screen and (min-width: 744px) {
    .facility-feature {
        z-index: 10;
        position: relative;
        padding-bottom: 8rem;
        margin-top: -30rem;
    }
}

.facility-feature-photos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-feature-photos {
        flex-direction: row;
        gap: min(1.0416666667vw, 20px);
        margin-bottom: 6rem
    }
}

.facility-feature-photo {
    background-color: #d8d6d2;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 715/400
}

@media screen and (min-width: 1100px) {
    .facility-feature-photo {
        aspect-ratio: auto;
        height: min(33.833333vw, 500px)
    }
}

@media screen and (min-width: 1100px) {
    .facility-feature-photo--small {
        width: min(34.302083vw, 505px);
        flex-shrink: 0
    }
}

@media screen and (min-width: 1100px) {
    .facility-feature-photo--large {
        flex: 1
    }
}

.facility-feature-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-feature-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #724822;
    line-height: 1.5;
    letter-spacing: .16rem;
    margin: 0 0 1.6rem
}

@media screen and (min-width: 1100px) {
    .facility-feature-ttl {
        font-size: 1.8rem
    }
}

.facility-feature-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

.facility-feature-divider {
    margin: 6rem 0 0
}

@media screen and (min-width: 1100px) {
    .facility-feature-divider {
        margin-top: 10rem
    }
}

.facility-feature-divider img {
    display: block;
    width: 100%;
    height: auto
}

.facility-medical {
    padding: 2rem 0 0rem
}

@media screen and (min-width: 1100px) {
    .facility-medical {
        padding: 2rem 0 0rem
    }
}

.facility-medical-lead {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin: .9rem 0 4rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-lead {
        max-width: 82rem;
        margin: .9rem auto 4rem
    }
}

.facility-medical-table {
    background-color: #faf7f4;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-table {
        padding: 4rem;
        margin-bottom: 0
    }
}

.facility-medical-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 3rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-card {
        padding: 3rem;
        margin-bottom: 3rem
    }
}

.facility-medical-card:last-of-type {
    margin-bottom: 0
}

.facility-medical-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    padding: 0 1.6rem;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-tag {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

.facility-medical-tag--ok {
    background-color: #e57d59
}

.facility-medical-tag--maybe {
    background-color: #4ca392
}

.facility-medical-items {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 1.8;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.6rem;
    row-gap: .8rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-items {
        font-size: 1.8rem;
        line-height: 27px;
        column-gap: 2.4rem
    }
}

.facility-medical-items span {
    display: inline-block
}

.facility-medical-items span:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin-left: 1.6rem;
    color: #776656
}

@media screen and (min-width: 1100px) {
    .facility-medical-items span:not(:last-child)::after {
        margin-left: 2.4rem
    }
}

.facility-medical-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-medical-note {
        font-size: 1.6rem
    }
}

.facility-medical-notes {
    margin-top: 1rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-notes {
        margin-top: 1rem
    }
}

.facility-medical-notes .facility-medical-note+.facility-medical-note {
    margin-top: 0
}

.facility-medical-corona {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona {
        flex-direction: row;
        align-items: stretch;
        max-width: 103rem;
        height: 20rem;
        margin: 4rem auto 0
    }
}

.facility-medical-corona-text {
    background-color: #4ca392;
    padding: 3rem 2.4rem;
    color: #fff
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona-text {
        width: 50.5rem;
        flex-shrink: 0;
        padding: 4.8rem 5rem 4.7rem
    }
}

.facility-medical-corona-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .2rem;
    line-height: 1.5;
    margin: 0 0 1rem
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona-ttl {
        font-size: 2rem;
        line-height: 30px;
        margin-bottom: 1rem
    }
}

.facility-medical-corona-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona-desc {
        font-size: 1.6rem;
        line-height: 32px
    }
}

.facility-medical-corona-photo {
    position: relative;
    background-color: #d8d6d2;
    aspect-ratio: 525/200
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona-photo {
        flex: 1;
        aspect-ratio: auto
    }
}

.facility-medical-corona-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-medical-corona-arrow {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50%
}

@media screen and (min-width: 1100px) {
    .facility-medical-corona-arrow {
        right: 2rem;
        bottom: 2rem
    }
}

.facility-medical-corona-arrow img {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.facility-flow {
    position: relative;
    padding: 6rem 0 6rem;
    background-color: #faf7f4;
    border-radius: 40px;
    margin: 6rem 0 0;
}

@media screen and (min-width: 1100px) {
    .facility-flow {
        padding: 10rem 0 10rem;
        margin: 11rem 0 0;
    }
}

.facility-flow-bird {
    display: none
}

@media screen and (min-width: 744px) {
    .facility-flow-bird {
        display: block;
        position: absolute;
        top: -1rem;
        right: 28.6458333333vw;
        z-index: 1;
        pointer-events: none
    }

    .facility-flow-bird img {
        display: block;
        width: 4rem;
        height: auto
    }
}

.facility-flow-lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin: .9rem 0 6rem
}

@media screen and (min-width: 1100px) {
    .facility-flow-lead {
        margin-bottom: 4rem
    }
}

.facility-flow-layout {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-flow-layout {
        flex-direction: row;
        align-items: flex-start;
        gap: min(3.125vw, 60px)
    }
}

.facility-flow-photos {
    position: relative;
    width: 100%;
    aspect-ratio: 505/337;
    border-radius: 20px;
    overflow: hidden
}

@media screen and (min-width: 1100px) {
    .facility-flow-photos {
        position: sticky;
        top: 12rem;
        width: min(26.3020833333vw, 505px);
        height: min(17.5520833333vw, 337px);
        aspect-ratio: auto;
        flex-shrink: 0
    }
}

.facility-flow-photo {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease
}

.facility-flow-photo.is-active {
    opacity: 1
}

.facility-flow-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media screen and (min-width: 1100px) {
    .facility-flow-list {
        flex: 1;
        gap: 2rem;
        padding-top: 15rem
    }
}

.facility-flow-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem 2.4rem
}

@media screen and (min-width: 1100px) {
    .facility-flow-item {
        padding: 4rem min(2.0833333333vw, 40px)
    }
}

.facility-flow-item-time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #724822;
    letter-spacing: .2rem;
    line-height: 1.5;
    margin: 0 0 1rem
}

@media screen and (min-width: 1100px) {
    .facility-flow-item-time {
        font-size: 2rem;
        line-height: 30px
    }
}

.facility-flow-item-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

.facility-faq {
    padding: 0rem 0 7rem;
}

@media screen and (min-width: 1100px) {
    .facility-faq {
        padding: 0rem 0 20rem
    }
}

.facility-faq-list {
    list-style: none;
    padding: 0;
    margin: 4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media screen and (min-width: 1100px) {
    .facility-faq-list {
        margin-top: 6rem;
        gap: 2rem
    }
}

.facility-faq-item {
    background-color: #faf7f4;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color .3s ease
}

.facility-faq-item.is-open .facility-faq-toggle img {
    opacity: 0
}

.facility-faq-item.is-open .facility-faq-toggle::after {
    content: "";
    position: absolute;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #fff
}

.facility-faq-item.is-open .facility-faq-a {
    display: flex
}

.facility-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2.4rem 6rem 2.4rem 2rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 1100px) {
    .facility-faq-q {
        min-height: 8rem;
        padding: 2rem 8rem 2rem 4rem;
        gap: 3.4rem
    }
}

.facility-faq-q-icon {
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4ca392;
    line-height: 1
}

@media screen and (min-width: 1100px) {
    .facility-faq-q-icon {
        font-size: 2rem
    }
}

.facility-faq-q-text {
    flex: 1;
    font-size: 1.5rem;
    color: #776656;
    line-height: 1.6
}

@media screen and (min-width: 1100px) {
    .facility-faq-q-text {
        font-size: 1.8rem;
        line-height: 27px
    }
}

.facility-faq-toggle {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #c19d74;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

@media screen and (min-width: 1100px) {
    .facility-faq-toggle {
        right: 2rem
    }
}

.facility-faq-toggle img {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(135deg);
    transition: opacity .3s ease;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
}

.facility-faq-a {
    display: none;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 0 2rem 2.4rem
}

@media screen and (min-width: 1100px) {
    .facility-faq-a {
        gap: 3.4rem;
        padding: 0 8rem 3rem 4rem
    }
}

.facility-faq-a-icon {
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #e57d59;
    line-height: 1.6
}

@media screen and (min-width: 1100px) {
    .facility-faq-a-icon {
        font-size: 2rem;
        line-height: 32px
    }
}

.facility-faq-a-text {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-faq-a-text {
        font-size: 1.6rem;
        line-height: 32px
    }
}

.facility-attention {
    position: relative;
    background-color: #edf6f4;
    padding: 4rem 0 6rem
}

@media screen and (min-width: 1100px) {
    .facility-attention {
        padding: 4rem 0 10rem
    }
}

.facility-attention::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%;
    height: 5.2rem;
    background: url("../img/facility/facility-attention_bg.svg") no-repeat center bottom/100% auto;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .facility-attention::before {
        top: -10rem;
        height: 10rem
    }
}

.facility-attention-block {
    margin-bottom: 6rem
}

@media screen and (min-width: 1100px) {
    .facility-attention-block {
        margin-bottom: 6rem
    }
}

.facility-attention-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 4rem 2rem;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-attention-card {
        padding: 4rem 10rem;
        margin-top: 4rem;
    }
}

.facility-attention-card-ttl {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #c19d74;
    letter-spacing: .2rem;
    line-height: 1.5;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0d7cb;
    margin: 0 0 4rem;
    position: relative
}

.facility-attention-card-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: .9rem;
    background: url("../img/common/title_clover.svg") no-repeat center/contain
}

@media screen and (min-width: 1100px) {
    .facility-attention-card-ttl {
        font-size: 2rem
    }
}

.facility-attention-card--note {
    margin-top: 0
}

.facility-attention-row {
    margin-bottom: 3rem
}

@media screen and (min-width: 744px) {
    .facility-attention-row {
        display: flex;
        align-items: center;
        gap: 1.6rem
    }
}

.facility-attention-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    padding: 0 1.6rem;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.2rem;
    flex-shrink: 0
}

@media screen and (min-width: 744px) {
    .facility-attention-tag {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1100px) {
    .facility-attention-tag {
        font-size: 1.8rem
    }
}

.facility-attention-tag--green {
    background-color: #4ca392
}

.facility-attention-tag--gray {
    background-color: #6a6867
}

.facility-attention-lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-attention-lead {
        font-size: 1.6rem
    }
}

.facility-attention-list {
    list-style: none;
    padding: 0;
    margin: 0 0 4rem
}

@media screen and (min-width: 1100px) {
    .facility-attention-list {
        margin-bottom: 6rem;
        padding-left: 10rem
    }
}

.facility-attention-list:last-of-type {
    margin-bottom: 0
}

.facility-attention-list li {
    position: relative;
    padding: .4rem 0 .4rem 3.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 1.8
}

.facility-attention-list p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #776656;
}

@media screen and (min-width: 1100px) {
    .facility-attention-list li {
        font-size: 1.8rem;
        line-height: 27px;
        padding: .4rem 0 .4rem 3.6rem
    }
}

.facility-attention-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .8rem;
    width: 2.4rem;
    height: 2rem;
    background: #fff url("../img/common/check.svg") center center/60% no-repeat
}

.facility-attention-list li mark {
    background-color: #edf6f4;
    color: inherit;
    padding: 0 .2rem
}

.facility-attention-tabs {
    display: none
}

@media screen and (min-width: 1100px) {
    .facility-attention-tabs {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 6rem 0 4rem
    }
}

.facility-attention-tab {
    position: relative;
    flex: 1;
    height: 11.4rem;
    padding: 1.6rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem
}

.facility-attention-tab:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.7rem 0 5.7rem 1.7rem;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--tab-color);
    z-index: 1
}

.facility-attention-tab:nth-child(1) {
    background-color: #4ca392;
    border-radius: 4px 0 0 4px;
    --tab-color: #4ca392
}

.facility-attention-tab:nth-child(2) {
    background-color: #6aab8c;
    --tab-color: #6aab8c
}

.facility-attention-tab:nth-child(3) {
    background-color: #88b386;
    --tab-color: #88b386
}

.facility-attention-tab:nth-child(4) {
    background-color: #a6bc80;
    --tab-color: #a6bc80
}

.facility-attention-tab:nth-child(5) {
    background-color: #c4c47a;
    --tab-color: #c4c47a
}

.facility-attention-tab:nth-child(6) {
    background-color: #e2cc74;
    border-radius: 0 4px 4px 0;
    --tab-color: #e2cc74
}

.facility-attention-tab-no {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1
}

.facility-attention-tab-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4
}

.facility-attention-steps {
    list-style: none;
    padding: 0;
    margin: 4rem 0 0;
    counter-reset: step
}

.facility-attention-step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 3rem;
    padding-left: 6rem
}

@media screen and (min-width: 744px) {
    .facility-attention-step {
        padding-left: 8rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-attention-step {
        grid-template-columns: 6rem min(22vw, 328px) 1fr;
        align-items: center;
        gap: 4rem;
        padding-left: 0;
        margin-bottom: 3rem
    }
}

.facility-attention-step-no {
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 4rem;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .24rem;
    border-radius: 8px
}

@media screen and (min-width: 744px) {
    .facility-attention-step-no {
        width: 6rem;
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-attention-step-no {
        position: static;
        height: 21.9rem;
        align-items: center;
        padding-top: 0
    }
}

.facility-attention-step-photo {
    width: 100%;
    aspect-ratio: 328/219;
    border-radius: 8px;
    overflow: hidden;
    background-color: #d8d6d2
}

@media screen and (min-width: 1100px) {
    .facility-attention-step-photo {
        height: 21.9rem;
        aspect-ratio: auto
    }
}

.facility-attention-step-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media screen and (min-width: 1100px) {
    .facility-attention-step-body {
        align-self: center
    }
}

.facility-attention-step-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 27px;
    letter-spacing: .18rem;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0d7cb
}

@media screen and (min-width: 1100px) {
    .facility-attention-step-ttl {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

.facility-attention-step-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 2;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-attention-step-text {
        font-size: 1.6rem;
        line-height: 32px
    }
}

.facility-attention-step:nth-child(1) {
    --step-color: #4ca392
}

.facility-attention-step:nth-child(2) {
    --step-color: #6aab8c
}

.facility-attention-step:nth-child(3) {
    --step-color: #88b386
}

.facility-attention-step:nth-child(4) {
    --step-color: #a6bc80
}

.facility-attention-step:nth-child(5) {
    --step-color: #c4c47a
}

.facility-attention-step:nth-child(6) {
    --step-color: #e2cc74
}

.facility-attention-step .facility-attention-step-no {
    background-color: var(--step-color)
}

.facility-attention-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: -2rem;
    width: 2rem;
    height: .8rem;
    background-color: var(--step-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 2
}

@media screen and (min-width: 744px) {
    .facility-attention-step:not(:last-child)::after {
        left: 2rem
    }
}

.facility-attention-notelist {
    list-style: none;
    padding: 0;
    margin: 0rem 0 4rem
}

.facility-attention-notelist:last-of-type {
    margin-bottom: 0
}

.facility-attention-notelist li {
    position: relative;
    padding-left: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 32px
}

@media screen and (min-width: 1100px) {
    .facility-attention-notelist {
        margin-top: 2.5rem;
    }

    .facility-attention-notelist li {
        font-size: 1.6rem
    }
}

.facility-attention-notelist li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0
}

.facility-plan {
    padding: 6rem 0 6rem
}

@media screen and (min-width: 1100px) {
    .facility-plan {
        padding: 10rem 0 10rem
    }
}

.facility-plan-list {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 6rem
}

@media screen and (min-width: 1100px) {
    .facility-plan-list {
        margin-top: 4rem;
        gap: 8rem
    }
}

.facility-plan-item {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.facility-plan-name {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #c19d74;
    letter-spacing: .2rem;
    line-height: 1.5;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0d7cb;
    margin: 0;
    position: relative
}

.facility-plan-name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 1.4rem;
    background: url("../img/facility/ttl_leaf.svg") no-repeat center/contain
}

@media screen and (min-width: 1100px) {
    .facility-plan-name {
        font-size: 2rem
    }
}

.facility-plan-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem
}

@media screen and (min-width: 1100px) {
    .facility-plan-grid {
        grid-template-columns: 1fr 1fr;
        gap: min(3.125vw, 60px)
    }
}

.facility-plan-images {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.facility-plan-floorplan {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e0d7cb
}

.facility-plan-floorplan img {
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.facility-plan-room {
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.facility-plan-room img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.facility-plan-spec {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.facility-plan-spec-card {
    background-color: #faf7f4;
    border-radius: 20px;
    padding: 3rem 2rem
}

@media screen and (min-width: 1100px) {
    .facility-plan-spec-card {
        padding: 4rem
    }
}

.facility-plan-spec-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.6rem 2rem;
    align-items: start;
    padding: 1.6rem 0;
    border-bottom: 1px solid #e0d7cb;
    margin: 0
}

@media screen and (min-width: 744px) {
    .facility-plan-spec-row {
        gap: 1.6rem 4rem
    }
}

.facility-plan-spec-row:first-child {
    padding-top: 0
}

.facility-plan-spec-row:nth-of-type(2) {
    border-bottom: rgba(0, 0, 0, 0)
}

.facility-plan-spec-row:last-of-type {
    border-top: 1px solid #e0d7cb
}

.facility-plan-spec-row dt {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 27px;
    padding-left: 2rem;
    width: 10rem
}

@media screen and (min-width: 1100px) {
    .facility-plan-spec-row dt {
        font-size: 1.8rem
    }
}

.facility-plan-spec-row dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #c19d74;
    border-radius: 1px
}

.facility-plan-spec-row dd {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 27px
}

@media screen and (min-width: 1100px) {
    .facility-plan-spec-row dd {
        font-size: 1.8rem
    }
}

.facility-plan-accordion-head {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 12rem;
    gap: 1.2rem;
    padding: 0 0 1.6rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 744px) {
    .facility-plan-accordion-head {
        margin-left: 14rem
    }
}

.facility-plan-accordion-ttl {
    font-size: 1.6rem;
    color: #776656;
    line-height: 1
}

.facility-plan-accordion-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #e57d59;
    border-radius: 4px;
    flex-shrink: 0
}

.facility-plan-accordion-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: transform .3s ease
}

.facility-plan-accordion-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg)
}

.facility-plan-accordion-body {
    display: none;
    padding-top: 0;
    padding-bottom: 2rem
}

.facility-plan .js-facility-plan-accordion.is-open .facility-plan-accordion-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0)
}

.facility-plan .js-facility-plan-accordion.is-open .facility-plan-accordion-body {
    display: block
}

.facility-plan-breakdown {
    list-style: none;
    margin: 0;
    padding: 0.8rem;
    background-color: #f5e9dc;
    border-radius: 4px
}

@media screen and (min-width: 744px) {
    .facility-plan-breakdown {
        margin-left: 13.6rem;
        padding: 0.8rem 2rem;
    }
}

.facility-plan-breakdown li {
    display: grid;
    grid-template-columns: 1fr;
    gap: .4rem;
    align-items: baseline;
    padding: .8rem 0;
    border-bottom: 1px dashed #c19d74;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #724822;
    line-height: 22.5px
}

@media screen and (min-width: 1100px) {
    .facility-plan-breakdown li {
        grid-template-columns: 6rem 1fr;
        gap: 2rem;
        padding: 1.2rem 0;
        font-size: 1.5rem;
    }
}

.facility-plan-breakdown li:last-child {
    border-bottom: none
}

.facility-plan-breakdown-label {
    position: relative;
    padding-left: 1.4rem
}

.facility-plan-breakdown-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7rem;
    width: .8rem;
    height: .8rem;
    background-color: #c19d74;
    border-radius: 1px
}

.facility-plan-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #776656;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width: 1100px) {
    .facility-plan-note {
        font-size: 1.6rem
    }
}

.facility-plan-note:first-of-type {
    margin-top: 1.6rem
}

.facility-plan-equip {
    background-color: #faf7f4;
    border-radius: 20px;
    padding: 3rem 2rem 3.6rem;
    text-align: center
}

@media screen and (min-width: 1100px) {
    .facility-plan-equip {
        padding: 4rem 4rem 4.8rem
    }
}

.facility-plan-equip-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    padding: 2.5rem 1.6rem;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.6rem
}

@media screen and (min-width: 744px) {
    .facility-plan-equip-tag {
        padding: 0 1.6rem
    }
}

@media screen and (min-width: 1100px) {
    .facility-plan-equip-tag {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

.facility-plan-equip-tag--orange {
    background-color: #e57d59
}

.facility-plan-equip-tag--green {
    background-color: #e57d59
}

.facility-plan-equip-list {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 27px;
    margin: 0;
    line-height: 2;
    text-align: left;
    word-break: keep-all;
}

@media screen and (min-width: 1100px) {
    .facility-plan-equip-list {
        font-size: 1.8rem;
        text-align: left
    }
}

.facility-floormap {
    padding: 0 0 6rem
}

@media screen and (min-width: 1100px) {
    .facility-floormap {
        padding: 0 0 10rem
    }
}

.facility-floormap-list {
    list-style: none;
    padding: 0;
    margin: 4rem 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media screen and (min-width: 744px) {
    .facility-floormap-list {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width: 1100px) {
    .facility-floormap-list {
        gap: 4rem 2rem;
        margin-top: 4rem;
    }
}

.facility-floormap-card {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif
}

.facility-floormap-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
    padding: 0 1.6rem;
    background-color: #c19d74;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 8px 8px 0 0
}

.facility-floormap-img {
    display: block;
    width: 100%;
    padding: 4.5rem .5rem;
    background-color: #fff;
    border: 1px solid #c19d74;
    border-radius: 0 20px 20px 20px;
    overflow: hidden
}

.facility-floormap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media screen and (min-width: 744px) {
    .facility-floormap-img {
        height: 40.6rem
    }

    .facility-floormap-img img {
        height: 29.6rem;
        object-fit: contain
    }
}

@media screen and (min-width: 1100px) {
    .facility-floormap-img {
        padding: 4.5rem 7.5rem
    }
}

.facility-floormap-zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.facility-floormap-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999
}

.facility-floormap-modal.is-open {
    display: block
}

.facility-floormap-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer
}

.facility-floormap-modal-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 1080px);
    max-height: 92vh;
    background-color: #fff;
    border: 1px solid #c19d74;
    border-radius: 0 20px 20px 20px
}

@media screen and (min-width: 1100px) {
    .facility-floormap-modal-card {
        padding: 6rem 8rem
    }
}

.facility-floormap-modal-tab {
    position: absolute;
    top: -2.6rem;
    left: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
    padding: 0 1.6rem;
    background-color: #c19d74;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 8px 8px 0 0
}

.facility-floormap-modal-img {
    width: 100%;
    padding: 3rem 2rem
}

@media screen and (min-width: 1100px) {
    .facility-floormap-modal-img {
        padding: 0
    }
}

.facility-floormap-modal-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.facility-floormap-modal-close {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: #e57d59;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    transition: opacity .3s
}

.facility-floormap-modal-close:hover {
    opacity: .8
}

.facility-floormap-modal-close span {
    display: block;
    margin-top: -0.3rem
}

body.is-modal-open {
    overflow: hidden
}

.facility-overview {
    padding: 0 0 6rem
}

@media screen and (min-width: 1100px) {
    .facility-overview {
        padding: 0 0 10rem
    }
}

.facility-overview-card {
    background-color: #faf7f4;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .facility-overview-card {
        padding: 5rem min(5.46875vw, 105px);
        margin-top: 4rem;
    }
}

.facility-overview-list {
    margin: 0
}

.facility-overview-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e0d7cb;

    dd:not(:last-child) {
        @media screen and (max-width: 1099px) {
            border-bottom: 1px solid #e0d7cb;
            padding-bottom: 2rem;
            margin-bottom: 0.8rem;
        }
    }}

    @media screen and (min-width: 1100px) {
        .facility-overview-row {
            grid-template-columns: auto 1fr auto 1fr;
            gap: 1.2rem 6rem;
            align-items: center
        }
    }

    .facility-overview-row:first-child {
        padding-top: 0
    }

    .facility-overview-row:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .facility-overview-row dt {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        color: #776656;
        padding-left: 2rem;
        line-height: 1.6
    }

    @media screen and (min-width: 1100px) {
        .facility-overview-row dt {
            font-size: 1.6rem;
            min-width: 9rem
        }
    }

    .facility-overview-row dt::before {
        content: "";
        position: absolute;
        left: 0;
        top: .5rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #c19d74;
        border-radius: 1px
    }

    .facility-overview-row dd {
        margin: 0;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        color: #776656;
        line-height: 1.6
    }

    @media screen and (min-width: 1100px) {
        .facility-overview-row dd {
            font-size: 1.6rem
        }
    }

    .facility-access {
        padding: 0 0 0rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access {
            padding: 0 0 0rem
        }
    }

    .facility-access-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4rem;
        margin-top: 4rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access-grid {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 4rem
        }
    }

    .facility-access-map {
        width: 100%;
        aspect-ratio: 610/507;
        background-color: #faf7f4;
        border-radius: 20px;
        overflow: hidden
    }

    .facility-access-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0
    }

    .facility-access-info {
        background-color: #faf7f4;
        border-radius: 20px;
        padding: 3rem 2rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access-info {
            padding: 4rem
        }
    }

    .facility-access-section+.facility-access-section {
        margin-top: 4rem
    }

    .facility-access-tag {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
        height: 4rem;
        padding: 0 1.6rem;
        border-radius: 4px;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 2rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access-tag {
            font-size: 1.8rem
        }
    }

    .facility-access-tag--orange {
        background-color: #e57d59
    }

    .facility-access-tag--green {
        background-color: #4ca392
    }

    .facility-access-tag img {
        display: block;
        filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
    }

    .facility-access-route+.facility-access-route {
        margin-top: 2rem
    }

    .facility-access-route-ttl {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        color: #776656;
        padding-left: 2rem;
        margin: 0 0 .4rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access-route-ttl {
            font-size: 1.8rem;
            line-height: 27px
        }
    }

    .facility-access-route-ttl::before {
        content: "";
        position: absolute;
        left: 0;
        top: .8rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #c19d74;
        border-radius: 1px
    }

    .facility-access-route-text {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        color: #776656;
        line-height: 2;
        margin: 0;
        padding-left: 2rem
    }

    @media screen and (min-width: 1100px) {
        .facility-access-route-text {
            font-size: 1.6rem
        }
    }

    .facility-access-public {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .facility-access-public li {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        color: #776656;
        padding-left: 2rem;
        line-height: 27px
    }

    @media screen and (min-width: 1100px) {
        .facility-access-public li {
            font-size: 1.8rem
        }
    }

    .facility-access-public li::before {
        content: "";
        position: absolute;
        left: 0;
        top: .8rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #c19d74;
        border-radius: 1px
    }

    .facility-access-public li+li {
        margin-top: 1rem
    }

    @media screen and (min-width: 744px) {
        .news-head {
            padding: 0 7rem
        }
    }

    @media screen and (min-width: 1100px) {
        .reason-branch--left {
            top: 9rem
        }
    }

    /*# sourceMappingURL=facility.css.map */