/* 追加CSS 2024/04/11 */
.p-index-slider__item-msg p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.3;
    letter-spacing: .5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
    .p-index-slider__item-msg p {
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (min-width: 768px) {
    .p-index-slider__item .p-index-slider__item-msg .sp {
        display: none;
    }
}

.p-index-slider__item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.reservation_text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}




/* 
* 2025/07/08
*/

.p-global-nav a {
    color: #ffffff;
    letter-spacing: 1px;
}

.message {
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    padding: 10%;
    font-weight: normal;
}

.p-footer-slider {
    display: none;
}

.p-index-slider__nav {
    display: none;
}

.p-index-slider__item-title {
    line-height: 1.4;
}

.p-section-header__headline {
    display: none;
}

.p-page-header__desc--vertical .p-page-header__desc-inner {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
}

.p-index-section__content-desc {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-section-header {
        margin-bottom: 40px;
    }
}

.l-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#cb_3 {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

#cb_4 .p-index-section__content--rev {
    display: none;
}

.post_col, .post_col-2 {
    background: #efefef;
}



@media screen and (min-width: 767px) {
    .post_row {
        display: flex;
    }

    .post_col, .post_col-2.reservation-text {
        webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        padding: 0 5.08475%;
    }

    .post_col, .post_col-2.reservation-img {
        vertical-align: bottom;
    }
}

.post_col, .post_col-2 {
    margin-bottom: 0;

}

.reservation-img {
    padding-left: 0;
    margin-bottom: 0;
}

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

    .post_row {
        margin-right: 0;
        margin-left: 0;

    }

    .reservation-text {
        width: 100%;
        padding: 25px 25px 33px 25px;
    }
}

.post_col, .post_col-2, .reservation-img {
    padding-right: 0;
}

.p-index-slider__item:nth-child(1).slick-active .p-index-slider__item-desc {
    animation: sliderContentAnimation1 0s ease forwards 0s;
    transform: none;
    transition: unset;
}

.p-index-slider__item-content {
    z-index: 1;
    position: absolute;
    top: 85%;
    right: 5%;
    width: fit-content;
    text-align: left;
    -webkit-transform: none;
    transform: none;
}

.freespace-heading#reservation{
    padding-top: 100px;
}
