@charset "UTF-8";

@media (width <=768px) {

    .l-header__logo {
        display: flex;
        align-items: center;
        width: initial;
    }
}

/* メインビュースライダー */
.mv-slider-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
}

@media (width <=768px) {
    .mv-slider-wrapper {
        flex-direction: column;
        height: 100svh;
    }
}

.mv-swiper-left,
.mv-swiper-right {
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

@media (width <=768px) {

    .mv-swiper-left,
    .mv-swiper-right {
        width: 100%;
        height: 100%;
    }

}

.mv-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomOut 6s ease-in-out forwards;
}

/* 英語ページ */
.p-post__en+.p-post__en {
    margin-top: 50px;
}

.p-post__en-section-title {
    font-size: 2rem;
    position: relative;
    padding-left: 30px;
}

.p-post__en-section-title::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: -0.4rem;
    top: 2.4rem;
    width: 1.8rem;
    background-color: #9e7e3f;
    transform: rotate(-28deg);
    z-index: 1;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.p-index-mv__wrap {
    position: relative;
}

/* .p-index-mv__wrap::before {
    position: absolute;
display: block;
content: "";
width: 200px;
height: 200px;
right: 5%;
top: 20%;
background-image:url(../images/common/map_kawasaki.png);
background-repeat: no-repeat;
background-size: contain;
z-index: 10;
}
@media (width <= 768px) {
.p-index-mv__wrap::before {
width: 120px;
height: 120px;
right: 0;
}
} */
.p-index-mv__map {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 5%;
    top: 20%;
    z-index: 11;
}

@media (width <=768px) {
    .p-index-mv__map {
        width: 120px;
        height: 120px;
        right: 0;
    }
}

.p-home__mv {
    /* display: initial; */
    position: absolute;
    /* top: 0;
    left: 0;
    right: 0; */
    inset: 0;
    z-index: 10;
}

@media (width <=768px) {
    .p-home__mv {
        height: initial;
        min-height: initial;
    }

    .p-home__mvInner {
        gap: 2rem;
    }

    .p-home__mvLogo {
        width: 5rem;
    }

    .p-home__mvText {
        font-size: clamp(0.8rem, 0.657rem + 0.71vw, 1rem);
    }
}

/* .p-index-mv__swiperContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
} */


.p-index-mv__sliderImg img {
    width: 100%;
    height: auto;
    display: block;
}

.p-index-mv__sliderBox {
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
}

@media (width <=768px) {
    .p-index-mv__sliderBox {
        background-color: #fff;
        color: #241d14;
        padding: 6px 3%;

    }
}

.p-index-mv__sliderDate {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.p-index-mv__sliderText {
    font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
}

.p-index-mv__swiperPagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

@media (width <=768px) {
    .p-index-mv__swiperPagination {
        text-align: right;
        margin-top: -20px;
    }
}

.p-index-mv__swiperPagination .swiper-pagination-bullet {
    background: #fff;
    width: 30px;
    height: 3px;
    border-radius: 0;
    opacity: 0.5;
}

@media (width <=768px) {
    .p-index-mv__swiperPagination .swiper-pagination-bullet {
        background: #241d14
    }
}

.p-index-mv__swiperPagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.p-index-mv__sns {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    position: absolute;
    bottom: 2rem;
    left: 30%;
    z-index: 10;

}

@media (width <=768px) {
    .p-index-mv__sns {
        bottom: 1rem;
        left: 3%;
    }
}

/* 言語切り替えボタン */
.hd-lang__list {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
}

.hd-lang__link {
    color: #fff;
    display: flex;
    white-space: nowrap;
}


/* メインビュー右下ニュース記事 */
.p-index-mv__swiperContainer {
    width: 30vw;
    position: absolute;
    bottom: 2%;
    right: 0;
    z-index: 50;
}

@media (width <=768px) {
    .p-index-mv__swiperContainer {
        bottom: -250px;
        width: 90vw;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (width <=500px) {
    .p-index-mv__swiperContainer {
        bottom: -180px;
    }
}

.p-index-mv__news-link {
    display: flex;
}

.mv-news-slide-image {
    width: 25%;
}

/* メインビュー下バナーレイアウト調整 */
.p-index-mv-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (width <=768px) {
    .p-index-mv-bottom {
        margin-top: 180px;
        padding: 30px 5%;
    }
}

.l-footer__banner {
    justify-content: center;
}

.p-reservation__label {
    width: fit-content;
    padding: 0 5px;
}

.p-stay__note {
    margin-top: 80px;
    text-align: center;
}

.p-stay__amenity-note {
    text-align: center;
}

@media (width <=768px) {

    .p-stay__note,
    .p-stay__amenity-note {
        text-align: left;
        margin-top: 30px;
    }
}

/* まちの成り立ち */
.p-history__about .c-block-slider__slider {
    order: initial;
}

/* フッター */
.l-footer__navList.c-list {
    gap: 0.9375rem 1.5rem;
}

.l-footer__navItem {
    width: initial;
}

.l-footer__link {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2rem;
    margin-top: 2rem;
}

/* COMMING SOON */
.p-comming-soon__top {
    text-align: center;
    padding-top: 2rem;
}

.c-feature__item {
    display: grid;
}

.c-feature__link--right {
    text-align: right;
}

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