@charset "UTF-8";

body {
    opacity: 1 !important;
}

/* LOADING */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/webp/bg.webp) no-repeat center center / cover;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2s;
    transition-delay: 4s;
    pointer-events: none;
}

.loading-text {
    font-size: 3vw;
    font-family: "source-han-serif-jp-subset", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
    letter-spacing: 0.5em;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    filter: blur(20px);
    transition: 1s;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
}

.loading-text span {
    display: block;
    transition: 1s;
    transition-delay: 3.2s;
}

.loaded .loading-text {
    opacity: 1;
    filter: blur(0);
}

.loaded .loading-text span {
    opacity: 0;
}

.loaded #loading {
    opacity: 0;
    visibility: hidden;
}

/* HEADER */
header {
    pointer-events: none;
}

.p-header__drawer,
header a {
    pointer-events: auto;
}

.p-header__menu-link {
    display: inline-block;
}

.p-header__menu-item {
    align-items: flex-start;
}


.p-mv {
    padding: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

.p-mv__content {
    position: relative;
}

.p-mv__video {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.p-mv__video video {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    vertical-align: bottom;
}

.p-mv__title {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 2vw;
    width: 38%;
}

.p-mv__inner {
    max-width: 100%;
}

.p-mv__title-text {
    max-width: initial !important;
}

.p-mv__title-play {
    margin-top: 20px;
}

.p-mv__title-play a {
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    font-family: "source-han-serif-jp-subset", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
    border: 1px solid #fff;
    transition: .3s;
    font-size: 1vw;
}

.mv-scroll {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    z-index: 2;
    font-family: "source-han-serif-jp-subset", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
    font-size: 11px;
    color: #fff;
}

.mv-scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -65px;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}

.mv-scroll::after {
    background-color: #ccc;
    bottom: -65px;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


.p-rooms {
    background: url(../images/webp/room_bg.webp) repeat center center/100%;
}

.p-rooms--stay {
    background: none;
}

.p-footer__qualifications {
    width: 100%;
    max-width: 850px;
    margin: 80px auto 0;
}

.p-footer__qualifications-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.p-footer__qualifications-box__img {
    width: 100%;
    max-width: 170px;
}

.p-footer__qualifications-box__img img {
    height: auto;
}

.p-footer__qualifications-box__content {
    width: 100%;
    max-width: calc(100% - 170px);
    padding-left: 30px;
    color: #fff;
}

.p-footer__qualifications-box:last-child {
    margin-bottom: 0;
}

.p-footer__qualifications-box__content-text {
    margin-bottom: 8px;
    line-height: 1.8;
}

.p-footer__qualifications-box__content ul li {
    padding-left: 1em;
    line-height: 1.8;
}

.p-footer__qualifications-box__content ul li::before {
    content: "・";
    margin-left: -1em;
}

.p-footer__qualifications-box__content-link {
    margin-top: 30px;
}

.p-footer__qualifications-box__content-link a {
    text-decoration: underline;
}

.p-information {
    background: url(../images/webp/room_bg.webp);
    background-repeat: repeat;
    background-size: 100%;
}

.p-qa__wrap--service__text,
.p-qa__wrap--service__internet li {
    color: #fff;
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem;
}

.p-qa__wrap--service__internet li {
    padding-left: 1em;
}

.p-qa__wrap--service__internet li::before {
    content: "・";
    margin-left: -1em;
}

.p-qa__txt.p-qa__note {
    padding: 0;
}

.p-qa__txt.p-qa__note::before {
    content: none;
}

.p-menu__table-row,
.p-menu__table-right {
    flex-wrap: wrap;
}

.p-menu__table-right {
    justify-content: flex-end;
    text-align: right;
}

.p-menu__table-price.full {
    width: 100%;
}

.p-desert__price {
    text-align: right;
    line-height: 1.6;
}

.p-page-mv__detail.relative {
    position: initial;
    transform: initial;
    margin: -50px 0 100px;
}

.p-top::before {
    pointer-events: none;
}

.policy-sec__content {
    padding-top: 100px;
    margin-top: 100px;
    color: #fff;
    line-height: 1.8;
}

.policy-sec__guid {
    margin-bottom: 80px;
}

.policy-sec__guid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
}

.policy-sec__guid ul li a {
    display: block;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.policy-sec__guid ul li a::before {
    content: "";
    position: absolute;
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
    background-color: #fff;
    width: 15px;
    height: 8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.policy-sec__guid+.policy-sec__content {
    padding-top: 0;
    margin-top: 0;
}

.privacy-content__title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
}

.privacy-content__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 15px auto 0;
}

.privacy-content__subtitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.privacy-content__item-desc {
    margin-bottom: 30px;
}

.privacy-content__item {
    margin-bottom: 40px;
}

.privacy-content__item:last-child {
    margin-bottom: 0;
}

.privacy-content__item-lead {
    font-weight: bold;
    border-left: 6px solid #fff;
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 18px;
}

.policy-sec,
.contact-sec {
    font-family: "source-han-serif-jp-subset", sans-serif;
    padding-bottom: 100px;
}

/* PRIVACY POLICY */
.policy-sec__privacy-text {
    margin-bottom: 30px;
}

.policy-sec__privacy .sin-ul>li {
    margin-bottom: 30px;
}

.policy-sec__privacy .sin-ul>li span {
    font-weight: bold;
}

.policy-sec__privacy .sec-ul {
    margin-top: 10px;
}

.policy-sec__privacy .sec-ul>li {
    font-size: 14px;
    padding-left: 1em;
}

.policy-sec__privacy .sec-ul>li::before {
    content: "・";
    margin-left: -1em;
}

/* CONTACT */
.contact-text {
    line-height: 2.2;
    margin-bottom: 30px;
}

.contact-form {
    background: #fff;
    padding: 40px 30px;
}

.contact-sec__text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.contact-sec__text a {
    color: #fff;
    text-decoration: underline;
}

.form-wrap {
    z-index: 1;
    background-color: #fff;
    margin-top: 50px;
    padding: 40px 20px 50px;
    font-family: "source-han-serif-jp-subset", sans-serif;
}

.wpcf7 table th p,
.wpcf7 table td p {
    margin: 0;
}

.wpcf7 table th .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.must {
    font-size: 13px;
    color: #fff;
    background-color: #231815;
    display: inline-block;
    padding: 0 5px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 100%;
    padding: 12px;
    box-shadow: none;
}

form select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0 12px;
    height: 42px;
}

form textarea {
    width: 100%;
    resize: none;
}

.submit_btn {
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}

form .submit_btn input {
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    transition: .3s;
    appearance: none;
    -webkit-appearance: none;
}

form .submit_btn input:disabled {
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}

form .submit_btn input[type="submit"] {
    color: #fff;
    background-color: #231815;
    border: 1px solid #231815;
}

form .submit_btn input[type="submit"]:hover {
    opacity: 1;
    background-color: #fff;
    color: #231815;
}

form .submit_btn input[type="button"] {
    background-color: gray;
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}

div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}

.wpcf7-spinner {
    display: none;
}

.law {
    background-color: #f7f8f8;
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px solid #231815;
    font-size: 14px;
}

.law .text {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}

.law .text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.law .text:last-child {
    margin-bottom: 0;
}

.wpcf7 table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
}

.wpcf7 table th,
.wpcf7 table td {
    padding: 15px;
}

.wpcf7 table th {
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    width: 20em;
}

.wpcf7 table td {
    border-bottom: 1px solid #aaa;
}

.contact-sec__text {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-family: "source-han-serif-jp-subset", sans-serif;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"] {
    -webkit-appearance: auto;
    appearance: auto;
    display: inline-block;
}

.p-top-service {
    background-image: url(../images/webp/room_bg.webp);
    background-repeat: repeat;
    background-size: 100%;
}

.p-rooms__button.tel {
    height: 5rem;
    justify-content: center;
    text-align: center;
}

.p-rooms__button.tel .p-rooms__button-text {
    line-height: 1.5;
}

.p-guide__list-link.no-link {
    cursor: default;
    pointer-events: none;
}

.p-guide__list-link.no-link span {
    text-decoration: none;
}

.p-submit__btn--food {
    text-align: center;
    flex-direction: column;
    line-height: 1.5;
}

.p-submit__btn--food span {
    font-size: 13px;
}

.contact-sec__form {
    background-color: rgb(255 255 255 / .7);
    padding: 50px 0;
    text-align: center;
}

.contact-sec__form-text {
    line-height: 2;
    margin-top: 30px;
}

.contact-sec__form-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-sec__form-tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contact-sec__form-tel span {
    display: block;
    margin-right: 8px;
    position: relative;
    bottom: -3px;

}

.contact-sec__form-tel span svg {
    width: 36px;
    display: block;
}

.contact-sec__form-tel a {
    display: inline-block;
    color: #231815;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .05em;
}

.contact-sec__form-tel a small {
    font-size: 20px;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 3px;
    width: fit-content;
    margin: 0 auto;
    text-decoration: underline;
}

.menu-link img {
    max-width: 20px;
    position: relative;
    bottom: -1px;
}


/* 20251203 add */
.p-information__card-img {
    overflow: hidden;
    border-radius: 6px;
}

.js-header__logo,
.js-header__nav {
    transition: opacity 0.4s ease;
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.season-winter .p-top::after {
    content: "";
    background: url(../images/webp/top_bg_winter.jpg) no-repeat center center/cover;
}

.p-rooms__button-text img {
    max-width: 22px;
    position: relative;
    bottom: -3px;
}

/* 20251205 add */
.sp-only {
    display: none;
}

/* 20251209 add */
.p-mv__img-animation,
.p-mv__title-animation {
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.p-mv__img-animation {
    transform: translateY(50px);
}

.is-show {
    opacity: 1;
    transform: translateY(0);
}


/* 20251211 add */
.p-mv__content {
    position: relative;
}

.p-location__trafic-content {
    color: #fff;
    margin-top: 5rem;
}

.p-location__trafic-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
}

.p-location__trafic-title:first-child {
    margin-top: 0;
}

.p-location__trafic-sbox01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.p-location__trafic-sbox01 a {
    display: block;
    border: 1px solid #fff;
    padding: 15px 10px;
    text-align: center;
}

.p-location__trafic-title03 {
    margin: 4rem 0 2rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.p-location__trafic-title03:first-child {
    margin-top: 0;
}

.p-location__trafic-text02 {
    margin-top: 1rem;
}

.p-meal__content-btn {
    width: 100%;
    margin: 100px auto 0;
    max-width: 350px;
}

.p-meal__content-btn a {
    display: block;
    text-align: center;
    background-color: #020818;
    color: #fff;
    border: 1px solid #020818;
    border-radius: 40px;
    padding: 20px 0;
    font-size: 18px;
    font-family: "source-han-serif-jp-subset", sans-serif;
}

.p-page-mv__detail {
    z-index: 1;
}

.p-page-mv__img-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
    z-index: 1;
}

.p-page-mv__img-slider .p-page-mv__img:not(.swiper-slide) {
    display: none;
}


@media screen and (min-width: 1540px) {
    .p-header__logo-link {
        width: 28rem;
    }

    .p-mv__title-text {
        max-width: 43rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1660px) {
    .p-lists {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-beautiful {
        padding-bottom: 6rem;
    }

    .p-qa__wrap--service__text,
    .p-qa__wrap--service__internet li {
        font-size: clamp(14px, 2vw, 14px);
    }

    .p-menu__table-price small {
        font-size: clamp(12px, 1.6vw, 14px);
    }

    .p-rooms__item+.p-rooms__item {
        margin-top: 0;
        padding-top: 6.25rem;
    }
}

@media screen and (max-width: 1540px) {
    .p-rooms__button-text img {
        max-width: 18px;
        bottom: -5px;
    }
}

@media screen and (max-width: 991px) {
    .menu-link img {
        max-width: 16px;
    }

    .p-rooms__button-text {
        font-size: 14px;
    }

    .p-location__trafic-sbox01 {
        grid-template-columns: repeat(1, 1fr);
    }

    .p-location__trafic-title {
        font-size: 1.2rem;
    }

    .p-location__trafic-title03 {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px) {

    .p-header__btns,
    .p-header__mice {
        display: none !important;
    }

    .loading-text {
        font-size: 6vw;
    }

    .p-footer__qualifications {
        margin-top: 40px;
    }

    .p-footer__qualifications-box__img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .p-footer__qualifications-box__img img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    .p-footer__qualifications-box__content {
        max-width: 100%;
        font-size: 14px;
        padding: 0;
    }

    .p-footer__qualifications-box {
        margin-bottom: 50px;
    }

    .p-page-mv__detail.relative {
        margin: 0 0 80px;
        padding-left: 20px;
    }

    .policy-sec__guid ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0;
    }

    .policy-sec__guid ul li a {
        font-size: 14px;
        border: none;
        background-color: #231815;
        color: #fff;
        border-radius: 6px;
        padding: 10px 20px;
    }

    .policy-sec__guid ul li a:before {
        display: none;
    }

    .privacy-content__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .privacy-content__title::after {
        height: 2px;
        width: 20px;
        margin-top: 10px;
    }

    .policy-sec__content {
        font-size: 14px;
    }

    .privacy-content__item-lead {
        font-weight: bold;
        border-left: 3px solid #fff;
        padding-left: 11px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .policy-sec__content table th,
    .policy-sec__content table td {
        font-size: 11px;
    }

    .p-menu__table-title {
        font-size: 1rem;
    }

    .p-menu__table-price {
        font-size: 1rem;
    }

    .p-menu__table-tax,
    .p-menu__table-desc {
        font-size: 0.75rem;
    }

    .p-menu__table-desc {
        margin-top: 0;
    }

    .p-menu__table-row.sp-full {
        display: block;
    }

    .p-menu__table-row.sp-full .p-menu__table-right {
        flex-direction: row;
    }

    .p-menu__title {
        font-size: 1rem;
    }

    .p-menu__tag {
        font-size: 12px;
    }

    .contact-sec__form {
        padding: 30px 15px;
    }

    .contact-sec__form-ttl {
        font-size: 18px;
    }

    .contact-sec__form-tel a {
        font-size: 24px;
    }

    .contact-sec__form-tel a small {
        font-size: 14px;
    }

    .contact-sec__form-tel span svg {
        width: 24px;
    }

    .contact-sec__form-tel span {
        margin-right: 6px;
        bottom: -1px;
    }

    .contact-sec__form-text {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    /* 20251203 add */
    .p-footer__lists {
        gap: .75rem 0;
        justify-content: space-between;
    }

    .p-footer__list {
        width: 48%;
        text-align: center;
    }

    .p-footer__bottom-list {
        width: 100%;
    }

    .p-footer__bottom-link {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .p-rooms__button-text img.sp-only {
        display: inline-block;
    }

    .wpcf7 table th {
        width: 100%;
        display: block;
    }

    .wpcf7 table td {
        width: 100%;
        display: block;
    }
}


/* 20251211 add */
.p-mv__img {
    margin-top: -21rem;
}

.p-mv__img-animation {
    transform: none;
}

.p-beautiful {
    padding-top: 8rem;
}

.p-page-mv__detail {
    padding: 20px;
    left: 0;
    background: linear-gradient(to right, rgba(44, 58, 77, 0.6) 20%, transparent);
}

.p-page-mv__detail.nocolor {
    background: transparent;
}

.footer-minilinks {
    font-size: clamp(12px, 1.4vw, 12px);
    margin-top: 4em;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 2em;
}

.footer-minilinks li {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-size: clamp(12px, 1.4vw, 12px);
}

.footer-minilinks li a {
    display: block;
    color: #FFF;
    text-decoration: underline;
}

@media only screen and (min-width:768px) {
    .p-page-mv__inner {
        max-width: 100%;
    }

    .p-page-mv__detail {
        padding-left: 2rem;
    }

    .p-page-mv__title-ja {
        font-size: 3rem;
    }
}

@media only screen and (max-width:767px) {
    .p-mv__img {
        margin-top: -13rem;
        padding: 0;
    }

    .p-mv__img img {
        aspect-ratio: 10/14;
        object-position: 84% center;
    }

    .p-page-mv__title-ja {
        font-size: 1.7rem;
    }
}


/* 20251216 add */
.p-header__mice {
    pointer-events: auto;
}

.js-header__mice {
    transition: .4s ease
}

.js-header__mice.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .p-mv__title {
        left: 20px;
    }

    .p-mv__title {
        width: 80%;
    }

    .p-mv__title-play a {
        font-size: 2.8vw;
        padding: 5px 18px;
    }

    .p-beautiful {
        padding: 30px 0 60px;
    }

    .pt170 {
        padding-top: 3rem;
    }

    .pb170 {
        padding-bottom: 3rem;
    }

    .pt60 {
        padding-top: 2rem;
    }

    .mt160 {
        margin-top: 4rem;
    }

    .p-swiper__tabs {
        gap: 5px;
    }

    .p-swiper__tab {
        font-size: 12px;
    }

    .p-swiper__detail-category {
        height: auto;
        font-size: 12px;
    }

    .p-swiper__year {
        font-size: 14px;
        line-height: 2;
    }

    .p-swiper__date {
        font-size: 14px;
    }

    .p-swiper__block {
        padding: 0 20px;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .p-swiper__link-wrapper {
        margin-top: 0;
    }

    .p-top-life__about {
        margin-top: 0;
    }

    .p-top-life {
        padding-bottom: 2rem;
    }

    .p-top-service__data {
        margin-top: 1.5rem;
    }

    .p-top-news__category {
        height: auto;
        line-height: 2;
    }

    .p-location {
        padding-bottom: 2rem;
    }

    .p-rooms__item+.p-rooms__item {
        margin-top: 4rem;
    }

    .p-menu__text-right {
        margin-top: .5rem;
    }

    .p-menu__triple {
        gap: 50px;
    }

    .p-location__title br {
        display: none;
    }

    .p-suite-swiper {
        margin-top: 4rem;
    }

    .p-information__cards {
        gap: 40px;
    }

    .p-amenity__eco-lists .p-amenity__eco-item {
        max-width: 230px;
        margin-inline: auto;
    }

    .p-suite-swiper__button-wrapper {
        width: 100%;
        max-width: calc(100% - 40px);
    }

    .p-rooms__tabs {
        gap: 10px;
    }

    .p-rooms__tab {
        font-size: 14px;
        padding: .5rem;
    }

    .p-facilities__list {
        gap: 30px;
    }

    .p-meal__content-btn a {
        font-size: 14px;
        display: block;
    }

    .p-meal__content-btn {
        margin-top: 30px;
    }
    .p-mv__video{
        position: relative;
        z-index: 0;
    }
    .p-mv__video::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #3b3b3b;
        opacity: 0.4;
    }
}