body {
    background-color: var(--base-background-color);
    color: var(--base-color);
}

.footer-left {
    background-color: var(--footer-background-color) !important;
}

.home-header-btn-left,
.home-header .search_box .search_box__body,
.home-header .search_box .search_box__left .search_box__option select {
    background-color: var(--background-reservation-button);
}

.home-header-btn-right {
    background-color: var(--background-plan-button);
}

.home-header .search_box .search_box__right .search_box__button,
.search_box .view-more-plan {
    color: var(--background-reservation-button);
}

.home-header .search_box .search_box__right .search_box__button path {
    fill: var(--background-reservation-button);
}

.search_box .search_box__right .search_box__button:hover {
    border: 0.1rem solid var(--background-reservation-button);
}

@media screen and (max-width: 768px) {
    .home-header .search_box .search_box__body {
        background-color: #fff;
    }

    .home-header .search_box .search_box__right .search_box__button {
        background-color: var(--background-reservation-button);
        color: #fff;
    }

    .home-header .search_box .search_box__left .search_box__option select {
        background-color: #fff;
        color: #333;
    }
}

.plan-content {
    background-color: var(--plan-background-color) !important;
}

.page-plan-list .plan-content {
    background-color: #fff !important;
}

@media screen and (max-width: 768px) {
    .page-rooms .specifically .specifically-left.en {
        max-width: 14rem;
        padding-right: unset;
        padding-top: 1.5rem;
    }
}

.footer .footer-left .footer-information .footer-map {
    height: 20rem;
}

.footer .footer-right .footer-right_bottom {
    text-transform: uppercase;
}

.footer .footer-left .footer-information .txt-heading-18 {
    color: #fff;
}

.d-none {
    display: none !important;
}

.header .header-menu__language.pc select {
    min-width: 14.2rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h3,
h3 {
    font-size: 24px;
}

.h2,
h2 {
    font-size: 30px;
}

.custom-element {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pc-flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .pc-flex {
        display: none !important;
    }
}

.sp-flex {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-flex {
        display: flex !important;
    }
}

.pc-grid {
    display: grid;
}

@media screen and (max-width: 768px) {
    .pc-grid {
        display: block;
    }

    .sp-none {
        display: none !important;
    }
}

.custom-content-v2 {
    font-family: 'Source Han Sans JP';
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-content-v2 h2 {
    font-size: 1.75rem;
}

.custom-content-v2 h3 {
    font-size: 1.53125rem;
}

.custom-content-v2 .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.content-custom-left {
    justify-content: left;
}

.content-custom-center {
    justify-content: center;
}

.content-custom-right {
    justify-content: right;
}

.content-custom .swiper-slide {
    width: 100% !important;
}

.swiper-button-custom {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: rgba(67, 76, 97, 0.7) !important;
}

.swiper-button-custom::after {
    font-size: 25px;
    color: #fff;
}

html {
    overflow-x: hidden;
}

.custom-button-v2 {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    height: 5.6rem;
    line-height: 1;
    transition: all 0.3s;
    width: 16rem;
    background-color: var(--my-custom-v2-button-background, var(--color-main-tempalte));
    color: var(--my-custom-v2-button-color, #fff);
    border-radius: 0.3rem;
    border: 0px;
}

.custom-button-v2:hover {
    transition: all 0.3s;
    opacity: 0.6;
}

.custom-a-tag-v2 {
    line-height: 1.7;
    align-items: center;
    color: var(--my-custom-v2-button-color, #0000ff);
    cursor: pointer;
    display: flex;
    text-decoration: underline;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.top-page .mv-top .movie-container {
    width: 100%;
    margin-left: -100%;
    background: #000;
}

.top-page .mv-top .movie-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
    .top-page .mv-top:has(> .movie-container.sp) .mv-top__txt{
        display: none !important;
    }
    .top-page .mv-top .movie-container {
        margin-left: 0;
    }
}
