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

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

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

.couple-button-header .vacancy-reservation-btn {
    background-color: var(--color-main-tempalte);
}

.banner-block .banner-txt .banner-txt__description {
    white-space: unset;
}

.page-onsen .post-content .post-content__item .post-content__item--info {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .page-restaurant .content-restaurant .content-restaurant__top .content-restaurant__top--left .content-restaurant__content .txt_link_defaul {
        display: unset !important;
    }
}

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

.svg-fill-white {
    filter: brightness(0) invert(1);
}

.header .header-logo .header-logo__img .svg_logo {
    filter: brightness(0) invert(1);
}

.header.header-white .header-logo .header-logo__img .svg_logo {
    filter: brightness(0.1) invert(0);
}

.header.page-header-white .header-logo .header-logo__img .svg_logo {
    filter: brightness(0.1) invert(0);
}

.header .change-language .change-language__item {
    cursor: pointer;
}

.header .change-language .change-language__item.active {
    pointer-events: none;
}

.header.header-white .btn-show-menu .btn-show-menu__txt {
    color: #000;
}

.header.header-white .btn-show-menu .btn-show-menu__icon svg g line {
    stroke: #000;
}

@media screen and (max-width: 768px) {
    .header .header-menu__modal--sp .header-logo .header-logo__img {
        filter: brightness(0.1) invert(0);
    }

    .header .header-menu__modal--sp .header-logo .header-logo__txt {
        color: #000;
    }
}

.box-coupon .box-coupon__col:last-child {
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

.button-custom {
    width: 17.1rem;
    display: flex;
    align-items: center;
}

.button-custom span {
    padding: unset;
    margin: auto;
}

.footer .footer-number {
    margin-bottom: 1rem;
}

.footer .business-hour {
    font-weight: 600;
    margin-bottom: 1rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.page-sightseeing .Sightseeing-center .Sightseeing-right .Sightseeing-right__text {
    padding-right: 50px;
}


.top-page .four-seasons-top .four-seasons__item--info .info-page .info-page__titleEN,
.allcontaints .seasons__arrow,
.header .change-language .change-language__item {
    text-transform: uppercase;
}

.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 {
    background-color: var(--my-custom-v2-button-background, var(--color-main-tempalte2));
    color: var(--my-custom-v2-button-color, #fff);
    border-radius: 0.3rem;
    border: 0px;
    width: 16rem;
    height: 8rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 5;
}

.custom-button-v2:hover {
    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%;
    background: #000;
}

.top-page .mv-top .movie-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.top-page .mv-top .movie-container .mv-top__box {
    height: 100%;
}
