/* --------------------
 Facility
-------------------- */
.com-page-head {
    background-image: url(../images/pages/facility/facility-page-head.webp);
}

.footer {
    padding-bottom: 160px;
}

.facility__overview {
    margin: 0 0 80px;
    padding: 0;
    position: relative;
}

.facility__overview-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__overview-container {
        padding: 0 30px;
    }
}

.facility__overview__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.facility__menu {
    position: relative;
}

.facility__menu-container {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}

@media (min-width: 768px) {
    .facility__menu-container {
        gap: 16px;
        padding: 0 30px;
    }
}

.facility__menu__item {
    width: calc(16.66667% - 6.66667px);
}

@media (min-width: 768px) {
    .facility__menu__item {
        width: calc(16.66667% - 13.33333px);
    }
}

.facility__menu__item a {
    align-items: center;
    background: #ffffff;
    border: 2px solid #9babb5;
    border-radius: 12px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs18);
    font-weight: 500;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__menu__item a {
        border-radius: 15px;
        border-width: 3px;
        font-size: var(--fs22);
        height: 54px;
    }
}

.facility__menu__item a em {
    font-size: var(--fs28);
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__menu__item a em {
        font-size: var(--fs36);
    }
}

.facility__menu__item a:focus {
    background-color: #d9e0e4;
}

@media (hover: hover) and (pointer: fine) {
    .facility__menu__item a:hover {
        background-color: #d9e0e4;
    }
}

.facility__menu__item a.-active {
    background-color: #d9e0e4;
}

.facility__1f-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f-container {
        padding: 0 30px;
    }
}

.facility__1f__head {
    padding: 0 16px 60px;
}

@media (min-width: 768px) {
    .facility__1f__head {
        padding: 0 30px 100px;
    }
}

.facility__1f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__1f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__1f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__1f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__1f__head__map {
    text-align: center;
}

.facility__1f__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 120px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__1f__main {
        padding: 0 0 220px;
    }
}

.facility__1f__main:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateY(-2px);
    width: auto;
    z-index: 3;
}

@container (min-width: 1200px) {
    .facility__1f__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__1f__main:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: auto;
    transform: translateY(2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .facility__1f__main:after {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__1f__main__bg {
    background-color: #345569;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.facility__1f__main__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: -500px;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.facility__1f__main-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.facility__1f__main__hero {
    margin: 0 0 40px;
}

.facility__1f__main__hero__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__1f__main__hero__fig {
        margin: 0 0 30px;
    }
}

.facility__1f__main__hero__title {
    margin: 0 auto 20px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__hero__title {
        padding: 0 30px;
    }
}

.facility__1f__main__hero__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__1f__main__hero__title ._en {
        font-size: var(--fs35);
    }
}

.facility__1f__main__hero__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__hero__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__1f__main__hero__content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__hero__content {
        padding: 0 30px;
    }
}

.facility__1f__main__hero__content p {
    color: #b0a39f;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__1f__main__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto 60px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__gallery {
        gap: 50px 40px;
        margin: 0 auto 140px;
        padding: 0 30px;
    }
}

.facility__1f__main__gallery__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__1f__main__gallery__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.facility__1f__main__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__1f__main__gallery__item__fig img {
        width: 100%;
    }
}

.facility__1f__main__gallery__item:has(.facility__1f__main__gallery__item__title) .facility__1f__main__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__1f__main__gallery__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__1f__main__pickup {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup {
        margin: 0 0 140px;
    }
}

.facility__1f__main__pickup__item {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item {
        margin: 0 0 140px;
    }
}

.facility__1f__main__pickup__item:last-child {
    margin-bottom: 0;
}

.facility__1f__main__pickup__item__main {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__main {
        flex-direction: row;
    }
}

.facility__1f__main__pickup__item__main__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__main__fig {
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.facility__1f__main__pickup__item__main__contents {
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__main__contents {
        flex-grow: 0;
        flex-shrink: 0;
        width: 240px;
    }
}

@media (min-width: 992px) {
    .facility__1f__main__pickup__item__main__contents {
        width: 300px;
    }
}

.facility__1f__main__pickup__item__main__contents__title {
    margin: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

.facility__1f__main__pickup__item__main__contents__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__main__contents__title ._en {
        font-size: var(--fs35);
    }
}

.facility__1f__main__pickup__item__main__contents__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__main__contents__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__1f__main__pickup__item__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__gallery {
        gap: 50px 40px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

.facility__1f__main__pickup__item__gallery__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__gallery__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.facility__1f__main__pickup__item__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__1f__main__pickup__item__gallery__item__fig img {
        width: 100%;
    }
}

.facility__1f__main__pickup__item__gallery__item:has(.facility__1f__main__pickup__item__gallery__item__title) .facility__1f__main__pickup__item__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__1f__main__pickup__item__gallery__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item:nth-child(odd) .facility__1f__main__pickup__item__main__contents {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .facility__1f__main__pickup__item:nth-child(odd) .facility__1f__main__pickup__item__main__contents {
        padding-left: 50px;
    }
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item:nth-child(even) .facility__1f__main__pickup__item__main {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item:nth-child(even) .facility__1f__main__pickup__item__main__contents {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .facility__1f__main__pickup__item:nth-child(even) .facility__1f__main__pickup__item__main__contents {
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .facility__1f__main__pickup__item:nth-child(even) .facility__1f__main__pickup__item__main__contents__title {
        margin: 0 0 0 auto;
    }
}

.facility__1f__main__other__pickup {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    margin: 0 0 20px;
    max-width: 1150px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup {
        flex-direction: row;
        margin: 0 0 40px;
        padding: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .facility__1f__main__other__pickup {
        gap: 0 50px;
    }
}

.facility__1f__main__other__pickup__main {
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main {
        width: calc(69.64286% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__1f__main__other__pickup__main {
        width: calc(69.19643% - 25px);
    }
}

.facility__1f__main__other__pickup__main__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main__fig {
        margin: 0 0 40px;
    }
}

.facility__1f__main__other__pickup__main__title {
    margin: 0 auto 20px;
    max-width: 660px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main__title {
        padding: 0 30px;
    }
}

.facility__1f__main__other__pickup__main__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main__title ._en {
        font-size: var(--fs35);
    }
}

.facility__1f__main__other__pickup__main__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__1f__main__other__pickup__main__content {
    margin: 0 auto;
    max-width: 660px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__main__content {
        padding: 0 30px;
    }
}

.facility__1f__main__other__pickup__main__content p {
    color: #b0a39f;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__1f__main__other__pickup__list {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__list {
        display: block;
        margin: 0;
        width: calc(30.35714% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__1f__main__other__pickup__list {
        width: calc(30.80357% - 25px);
    }
}

.facility__1f__main__other__pickup__list__item {
    margin: 0;
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__list__item {
        margin: 0 0 min(80px, 30%);
        max-width: none;
        width: 100%;
    }
}

.facility__1f__main__other__pickup__list__item:last-child {
    margin-bottom: 0;
}

.facility__1f__main__other__pickup__list__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__1f__main__other__pickup__list__item__fig img {
        width: 100%;
    }
}

.facility__1f__main__other__pickup__list__item:has(.facility__1f__main__other__pickup__list__item__title) .facility__1f__main__other__pickup__list__item__fig {
    margin: 0 0 20px;
}

.facility__1f__main__other__pickup__list__item__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__list__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__1f__main__other__pickup__list__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__other__pickup__list__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__1f__main__other__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto 60px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__1f__main__other__gallery {
        gap: 50px 40px;
        margin: 0 auto 140px;
        padding: 0 30px;
    }
}

.facility__1f__main__other__gallery__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__1f__main__other__gallery__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.facility__1f__main__other__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__1f__main__other__gallery__item__fig img {
        width: 100%;
    }
}

.facility__1f__main__other__gallery__item:has(.facility__1f__main__other__gallery__item__title) .facility__1f__main__other__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__1f__main__other__gallery__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__1f__main__other__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__head {
    padding: 60px 16px;
}

@media (min-width: 768px) {
    .facility__2f__head {
        padding: 100px 30px;
    }
}

.facility__2f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__2f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__2f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__2f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__2f__head__map {
    text-align: center;
}

.facility__2f__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .facility__2f__main {
        padding: 0 0 120px;
    }
}

.facility__2f__main__hero {
    margin: 0 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__2f__main__hero {
        margin: 0 0 140px;
    }
}

.facility__2f__main__hero:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateY(-2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .facility__2f__main__hero:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__2f__main__hero-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.facility__2f__main__hero__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__fig {
        margin: 0 0 30px;
    }
}

.facility__2f__main__hero__title {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__title {
        padding: 0 30px;
    }
}

.facility__2f__main__hero__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__title ._en {
        font-size: var(--fs35);
    }
}

.facility__2f__main__hero__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__hero__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 40px;
    justify-content: stretch;
    margin: 40px auto 0;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__gallery {
        gap: 50px 40px;
        justify-content: flex-start;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__hero__gallery {
        gap: 50px 80px;
    }
}

.facility__2f__main__hero__gallery__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__gallery__item {
        margin: 0;
        max-width: none;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__2f__main__hero__gallery__item {
        width: calc(50% - 40px);
    }
}

.facility__2f__main__hero__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__2f__main__hero__gallery__item__fig img {
        width: 100%;
    }
}

.facility__2f__main__hero__gallery__item:has(.facility__2f__main__hero__gallery__item__title) .facility__2f__main__hero__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__2f__main__hero__gallery__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__hero__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__spa {
    margin: 0 0 -60px;
    padding: 0 0 120px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__2f__main__spa {
        margin: 0 0 -100px;
        padding: 0 0 220px;
    }
}

.facility__2f__main__spa:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 200px;
    transform: translateY(-2px);
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .facility__2f__main__spa:before {
        top: 300px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa:before {
        top: 400px;
    }
}

@container (min-width: 1200px) {
    .facility__2f__main__spa:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
        top: 500px;
    }
}

.facility__2f__main__spa:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: auto;
    transform: translateY(2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .facility__2f__main__spa:after {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__2f__main__spa__bg {
    background-color: #cdd5da;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__bg {
        top: 300px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__bg {
        top: 400px;
    }
}

@container (min-width: 1200px) {
    .facility__2f__main__spa__bg {
        top: 500px;
    }
}

.facility__2f__main__spa__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: -500px;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 34%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 34%, #486678 100%);
    opacity: 0.75;
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.facility__2f__main__spa-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.facility__2f__main__spa__pickup {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup {
        margin: 0 0 60px;
    }
}

.facility__2f__main__spa__pickup__item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item {
        flex-direction: row;
    }
}

.facility__2f__main__spa__pickup__item__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__fig {
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.facility__2f__main__spa__pickup__item__fig__title {
    display: block;
    margin: 20px auto 0;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__fig__title {
        padding: 0 30px;
    }
}

.facility__2f__main__spa__pickup__item__fig__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__fig__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__spa__pickup__item__contents {
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__contents {
        flex-grow: 0;
        flex-shrink: 0;
        width: 240px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__pickup__item__contents {
        width: 300px;
    }
}

.facility__2f__main__spa__pickup__item__contents__title {
    margin: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

.facility__2f__main__spa__pickup__item__contents__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__contents__title ._en {
        font-size: var(--fs35);
    }
}

.facility__2f__main__spa__pickup__item__contents__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item__contents__title ._ja {
        font-size: var(--fs14);
    }
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item:nth-child(odd) .facility__2f__main__spa__pickup__item__contents {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__pickup__item:nth-child(odd) .facility__2f__main__spa__pickup__item__contents {
        padding-left: 50px;
    }
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .facility__2f__main__spa__pickup__item:nth-child(even) .facility__2f__main__spa__pickup__item__contents {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__pickup__item:nth-child(even) .facility__2f__main__spa__pickup__item__contents {
        padding-right: 50px;
    }
}

.facility__2f__main__spa__pickup__item:nth-child(even) .facility__2f__main__spa__pickup__item__contents__title {
    margin: 0 0 0 auto;
}

.facility__2f__main__spa__other__pickup {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto 40px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__pickup {
        gap: 50px 40px;
        padding: 0 30px;
    }
}

.facility__2f__main__spa__other__pickup__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__pickup__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.facility__2f__main__spa__other__pickup__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__2f__main__spa__other__pickup__item__fig img {
        width: 100%;
    }
}

.facility__2f__main__spa__other__pickup__item:has(.facility__2f__main__spa__other__pickup__item__title) .facility__2f__main__spa__other__pickup__item__fig {
    margin: 0 0 20px;
}

.facility__2f__main__spa__other__pickup__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__pickup__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__spa__other__pickup__item:first-child {
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__pickup__item:first-child {
        margin-bottom: 10px;
    }
}

.facility__2f__main__spa__other__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 40px;
    justify-content: stretch;
    margin: 0 auto 40px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__list {
        gap: 50px 40px;
        justify-content: flex-start;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__other__list {
        gap: 50px 80px;
    }
}

.facility__2f__main__spa__other__list__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__list__item {
        margin: 0;
        max-width: none;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__2f__main__spa__other__list__item {
        width: calc(50% - 40px);
    }
}

.facility__2f__main__spa__other__list__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__2f__main__spa__other__list__item__fig img {
        width: 100%;
    }
}

.facility__2f__main__spa__other__list__item:has(.facility__2f__main__spa__other__list__item__title) .facility__2f__main__spa__other__list__item__fig {
    margin: 0 0 20px;
}

.facility__2f__main__spa__other__list__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__list__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__spa__other__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__gallery {
        gap: 50px 40px;
        padding: 0 30px;
    }
}

.facility__2f__main__spa__other__gallery__item {
    width: calc(50% - 8px);
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__gallery__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.facility__2f__main__spa__other__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__2f__main__spa__other__gallery__item__fig img {
        width: 100%;
    }
}

.facility__2f__main__spa__other__gallery__item:has(.facility__2f__main__spa__other__gallery__item__title) .facility__2f__main__spa__other__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__2f__main__spa__other__gallery__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__spa__other__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__lounge {
    position: relative;
    z-index: 1;
}

.facility__2f__main__lounge__main-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.facility__2f__main__lounge__main__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__2f__main__lounge__main__fig {
        margin: 0 0 30px;
    }
}

.facility__2f__main__lounge__main__title {
    margin: 0 auto 20px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__lounge__main__title {
        padding: 0 30px;
    }
}

.facility__2f__main__lounge__main__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__2f__main__lounge__main__title ._en {
        font-size: var(--fs35);
    }
}

.facility__2f__main__lounge__main__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__2f__main__lounge__main__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__2f__main__lounge__main__content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__2f__main__lounge__main__content {
        padding: 0 30px;
    }
}

.facility__2f__main__lounge__main__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__3f__head {
    padding: 60px 16px;
}

@media (min-width: 768px) {
    .facility__3f__head {
        padding: 100px 30px;
    }
}

.facility__3f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__3f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__3f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__3f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__3f__head__map {
    text-align: center;
}

.facility__3f__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 120px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__3f__main {
        padding: 0 0 220px;
    }
}

.facility__3f__main:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateY(-2px);
    width: auto;
    z-index: 3;
}

@container (min-width: 1200px) {
    .facility__3f__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__3f__main:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: auto;
    transform: translateY(2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .facility__3f__main:after {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__3f__main__bg {
    background-color: #345569;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.facility__3f__main__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: -500px;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.facility__3f__main-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.facility__3f__main__pickup {
    margin: 0 0 40px;
}

.facility__3f__main__pickup__item {
    margin: 0 0 40px;
}

.facility__3f__main__pickup__item:last-child {
    margin-bottom: 0;
}

.facility__3f__main__pickup__item__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__fig {
        margin: 0 0 30px;
    }
}

.facility__3f__main__pickup__item__title {
    margin: 0 auto 20px;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__title {
        padding: 0 30px;
    }
}

.facility__3f__main__pickup__item__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__3f__main__pickup__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__3f__main__pickup__item__content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__content {
        padding: 0 30px;
    }
}

.facility__3f__main__pickup__item__content p {
    color: #b0a39f;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__3f__main__pickup__item__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 40px;
    justify-content: stretch;
    margin: 40px auto 0;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__gallery {
        gap: 50px 40px;
        justify-content: flex-start;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .facility__3f__main__pickup__item__gallery {
        gap: 50px 80px;
    }
}

.facility__3f__main__pickup__item__gallery__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__gallery__item {
        margin: 0;
        max-width: none;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__3f__main__pickup__item__gallery__item {
        width: calc(50% - 40px);
    }
}

.facility__3f__main__pickup__item__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__3f__main__pickup__item__gallery__item__fig img {
        width: 100%;
    }
}

.facility__3f__main__pickup__item__gallery__item:has(.facility__3f__main__pickup__item__gallery__item__title) .facility__3f__main__pickup__item__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__3f__main__pickup__item__gallery__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__3f__main__pickup__item__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__3f__main__other__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 0;
    justify-content: stretch;
    margin: 0 0 40px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main {
        gap: 60px 0;
        justify-content: flex-start;
        padding: 0;
    }
}

.facility__3f__main__other__main__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item {
        margin: 0;
        max-width: none;
        width: 50%;
    }
}

.facility__3f__main__other__main__item__fig {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item__fig {
        margin: 0 0 40px;
    }
}

.facility__3f__main__other__main__item__title {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item__title {
        padding: 0 30px;
    }
}

.facility__3f__main__other__main__item__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__3f__main__other__main__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__3f__main__other__main__item__content {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__main__item__content {
        padding: 0 30px;
    }
}

.facility__3f__main__other__main__item__content p {
    color: #b0a39f;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__3f__main__other__main__item:nth-child(odd) .facility__3f__main__other__main__item__title {
    max-width: 500px;
}

@media (min-width: 992px) {
    .facility__3f__main__other__main__item:nth-child(even) .facility__3f__main__other__main__item__title,
  .facility__3f__main__other__main__item:nth-child(even) .facility__3f__main__other__main__item__content {
        padding-left: 40px;
    }
}

.facility__3f__main__other__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__list {
        gap: 60px 40px;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .facility__3f__main__other__list {
        gap: 60px 80px;
    }
}

.facility__3f__main__other__list__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__3f__main__other__list__item {
        margin: 0;
        max-width: none;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__3f__main__other__list__item {
        width: calc(50% - 40px);
    }
}

.facility__3f__main__other__list__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__3f__main__other__list__item__fig img {
        width: 100%;
    }
}

.facility__3f__main__other__list__item:has(.facility__3f__main__other__list__item__title) .facility__3f__main__other__list__item__fig {
    margin: 0 0 20px;
}

.facility__3f__main__other__list__item__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__3f__main__other__list__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__3f__main__other__list__item__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__3f__main__other__list__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__4f {
    margin: 0 0 80px;
}

.facility__4f__head {
    padding: 60px 16px;
}

@media (min-width: 768px) {
    .facility__4f__head {
        padding: 100px 30px;
    }
}

.facility__4f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__4f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__4f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__4f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__4f__head__map {
    text-align: center;
}

.facility__4f__main {
    container-type: inline-size;
    overflow-x: clip;
    position: relative;
}

.facility__4f__main:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateY(-2px);
    width: auto;
    z-index: 3;
}

@container (min-width: 1200px) {
    .facility__4f__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__4f__main-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.facility__4f__main__pickup {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .facility__4f__main__pickup {
        margin: 0 0 140px;
    }
}

.facility__4f__main__pickup__item {
    margin: 0 0 40px;
}

.facility__4f__main__pickup__item:last-child {
    margin-bottom: 0;
}

.facility__4f__main__pickup__item__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .facility__4f__main__pickup__item__fig {
        margin: 0 0 30px;
    }
}

.facility__4f__main__pickup__item__title {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__pickup__item__title {
        padding: 0 30px;
    }
}

.facility__4f__main__pickup__item__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__4f__main__pickup__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__4f__main__pickup__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__4f__main__pickup__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__4f__main__other {
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__other {
        padding: 0;
    }
}

.facility__4f__main__other__item {
    margin: 0 0 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item {
        margin: 0 0 140px;
    }
}

.facility__4f__main__other__item:last-child {
    margin-bottom: 0;
}

.facility__4f__main__other__item__fig {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__fig {
        margin: 0 0 40px;
    }
}

.facility__4f__main__other__item__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    justify-content: flex-start;
    margin: 40px auto 0;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__gallery {
        gap: 60px 40px;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .facility__4f__main__other__item__gallery {
        gap: 60px 80px;
    }
}

.facility__4f__main__other__item__gallery__item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__gallery__item {
        margin: 0;
        max-width: none;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .facility__4f__main__other__item__gallery__item {
        width: calc(50% - 40px);
    }
}

.facility__4f__main__other__item__gallery__item__fig {
    text-align: center;
}

@media (max-width: 767px) {
    .facility__4f__main__other__item__gallery__item__fig img {
        width: 100%;
    }
}

.facility__4f__main__other__item__gallery__item:has(.facility__4f__main__other__item__gallery__item__title) .facility__4f__main__other__item__gallery__item__fig {
    margin: 0 0 20px;
}

.facility__4f__main__other__item__gallery__item__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__gallery__item__title ._en {
        font-size: var(--fs35);
    }
}

.facility__4f__main__other__item__gallery__item__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__gallery__item__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__4f__main__other__item__contents {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px 80px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__contents {
        padding: 0 30px;
    }
}

.facility__4f__main__other__item__contents__title {
    margin: 0;
}

.facility__4f__main__other__item__contents__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__contents__title ._en {
        font-size: var(--fs35);
    }
}

.facility__4f__main__other__item__contents__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__4f__main__other__item__contents__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__4f__main__other__item__contents__content {
    flex: 1 1 100%;
}

.facility__4f__main__other__item__contents__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.facility__4f__main__other__item__contents__action a {
    align-items: center;
    border: 1px solid var(--color-theme);
    border-radius: 22px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs12);
    font-weight: 500;
    height: 44px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
    min-width: 148px;
    padding: 0.175em 53px 0 30px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.facility__4f__main__other__item__contents__action a:after {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 25px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

.facility__4f__main__other__item__contents__action a:focus {
    background-color: var(--color-theme);
    color: #fff;
}

.facility__4f__main__other__item__contents__action a:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .facility__4f__main__other__item__contents__action a:hover {
        background-color: var(--color-theme);
        color: #fff;
    }

    .facility__4f__main__other__item__contents__action a:hover:after {
        background-color: #ffffff;
    }
}

.facility__5f__head {
    padding: 60px 16px;
}

@media (min-width: 768px) {
    .facility__5f__head {
        padding: 100px 30px;
    }
}

.facility__5f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__5f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__5f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__5f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__5f__head__map {
    text-align: center;
}

.facility__5f__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 120px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__5f__main {
        padding: 0 0 220px;
    }
}

.facility__5f__main:before {
    background-color: #ffffff;
    content: "";
    display: none;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 200px;
    transform: translateY(-2px);
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .facility__5f__main:before {
        display: block;
    }
}

@container (min-width: 1200px) {
    .facility__5f__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__5f__main:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: auto;
    transform: translateY(2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .facility__5f__main:after {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__5f__main__bg {
    background-color: #345569;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 0;
}

.facility__5f__main__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: -500px;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.facility__5f__main-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.facility__5f__main__hero__fig {
    margin: 0 0 30px;
    text-align: center;
}

.facility__5f__main__hero__title {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .facility__5f__main__hero__title {
        padding: 0 30px;
    }
}

.facility__5f__main__hero__title ._en {
    color: #b0a39f;
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__5f__main__hero__title ._en {
        font-size: var(--fs35);
    }
}

.facility__5f__main__hero__title ._ja {
    color: #b0a39f;
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__5f__main__hero__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__6f__head {
    padding: 60px 16px;
}

@media (min-width: 768px) {
    .facility__6f__head {
        padding: 100px 30px;
    }
}

.facility__6f__head__title {
    align-items: center;
    background-color: #d9e0e4;
    border-radius: 50%;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs20);
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 50px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 68px;
}

@media (min-width: 768px) {
    .facility__6f__head__title {
        font-size: var(--fs26);
        height: 84px;
        width: 84px;
    }
}

.facility__6f__head__title em {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .facility__6f__head__title em {
        font-size: 2.625rem;
    }
}

.facility__6f__head__map {
    text-align: center;
}

.facility__6f__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .facility__6f__main {
        padding: 0 0 150px;
    }
}

.facility__6f__main:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 100px;
    transform: translateY(-2px);
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .facility__6f__main:before {
        top: 200px;
    }
}

@container (min-width: 1200px) {
    .facility__6f__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.facility__6f__main__bg {
    background-color: #cdd5da;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 0;
}

@media (min-width: 768px) {
    .facility__6f__main__bg {
        top: 200px;
    }
}

.facility__6f__main__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: -500px;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 34%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 34%, #486678 100%);
    opacity: 0.5;
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.facility__6f__main-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    position: relative;
    width: 100%;
    z-index: 3;
}

@media (min-width: 768px) {
    .facility__6f__main-container {
        padding: 0 30px;
    }
}

.facility__6f__main__hero__fig {
    margin: 0 0 30px;
    text-align: center;
}

.facility__6f__main__hero__title ._en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs24);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .facility__6f__main__hero__title ._en {
        font-size: var(--fs35);
    }
}

.facility__6f__main__hero__title ._ja {
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .facility__6f__main__hero__title ._ja {
        font-size: var(--fs14);
    }
}

.facility__6f__main__hero__content {
    margin: 20px 0 0;
}

.facility__6f__main__hero__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}