@charset "utf-8";

/* ファーストビュー画像ここから */
.mianview {
    /* HTMLに合わせてこのクラス名が適用されるようにする */
    position: relative;
    width: 100%;
    height: 100vh;
    /* 高さも必要に応じて調整 */
    overflow: hidden;
    margin: 0 auto;
}

.img-01,
.img-02,
.img-03,
.img-04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-01 {
    background-image: url('../images/Top1.webp');
    animation: slide-animation-01 32s infinite;
}

.img-02 {
    background-image: url('../images/Top2.webp');
    animation: slide-animation-02 32s infinite;
}

.img-03 {
    background-image: url('../images/Top3.webp');
    animation: slide-animation-03 32s infinite;
}

.img-04 {
    background-image: url('../images/Top4.webp');
    animation: slide-animation-04 32s infinite;
}

@keyframes slide-animation-01 {
    0% {
        opacity: 1;
        transform: scale(1.0);
    }

    20% {
        opacity: 1;
    }

    /* 少し早めにフェードアウト開始 */
    25% {
        opacity: 0;
        transform: scale(1.15);
    }

    95% {
        opacity: 0
    }

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

@keyframes slide-animation-02 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
        transform: scale(1.1);
    }

    /* 遅れてフェードイン開始 */
    25% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-03 {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
        transform: scale(1.0);
    }

    /* 遅れてフェードイン開始 */
    50% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    75% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-04 {

    /* 新しいアニメーション */
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
        transform: scale(1.0);
    }

    /* 遅れてフェードイン開始 */
    75% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

/* ファーストビュー画像ここまで */
/* コンセプトstylecssにあり */
/* ギャラリーここから */
.gallery .top {
    display: flex;
    justify-content: space-between;
    padding: 30vw 10vw;
}


.gallery .bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 10vw 50vw;
}

.gallery .top .img1 {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}

.gallery .top .img2 {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    position: relative;
    bottom: -25vw;
    left: 5vw;
}

.gallery .top .img3 {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    position: relative;
    top: -15vw;
}

.gallery .bottom .img4 {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: -10vw;
}

.gallery .bottom .img5 {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    position: relative;
    bottom: -35vw;
    right: 5vw;
}

.gallery .bottom .img6 {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
    object-position: bottom;
}

.starbg {
    background-image: url(../images/starbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ギャラリーここまで */

/* stellabaseの魅力欄ここから */

.charmwrap {
    background-color: #6f7684;
}

main .charm .charm-box {
    /* max-width: 90%; */
    margin: 10px auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

main section .top-box {
    margin: 100px auto 100px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60vh; */
    background-color: rgba(255, 255, 255, 0.5);
}


main section .top-box img {
    width: 50%;
    height: 40vh;
    object-fit: cover;
    object-position: center;
}

main section .foodarea {
    flex-direction: row-reverse;
}



main section .top-box .textarea {
    width: 50%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-wrap: break-word;
}

.textinnnerwrap {
    /* margin-top: 30px; */
    /* margin-left: 20px; */
    padding: 20px 20px;
}


main .charm .top-box .textarea p {
    /* margin-top: 30px; */
    font-size: 16px;
    line-height: 1.8;
    position: relative;
}

main .charm .top-box .textarea .charm-link {
    text-align: right;
    margin-right: 5px;
    margin-top: 0px;

}

main .charm .top-box .textarea .charm-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* stellabaseの魅力欄ここまで */

/* newsここから */


.slick-prev:before,
.slick-next:before {
    color: #6f7684 !important;
    opacity: .5 !important;
}


.slide img {
    width: 270px;
    height: 180px;
    object-fit: cover;
    margin: 30px auto;
    text-align: center;
}


.amenities img {
    object-position: top;
}


.caption {
    margin-top: 10px;
    width: 270px;
    margin: 30px auto;
}


.newswrap {
    background-color: #fff;
}


.newswrap .innerwrap {
    padding-bottom: 0;
}


.triangle {
    width: 100%;
    height: 250px;
    margin-bottom: 400px;
    background-image: url(../images/tr.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}


.newswrap::after {
    content: "";
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(../images/mg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -10;
}



/* タルカワ追加-------- */
.newswrap a:hover {
    opacity: 0.5;
}

/* ここまで----------- */

/* アクセスここから */
.accesswrap {
    background-color: #fff;
}


.accesswrap .innerwrap {
    display: flex;
    justify-content: center;
}


#Access {
    margin: 0 auto 50px;
}


.accessTitle {
    text-align: start;
}


.accesswrap p {
    margin-top: 1em;
}


.googleMap {
    background-color: #142D50;
    padding: 10px;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
}


.googleMap::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(../images/mappin.svg) no-repeat center / contain;
    vertical-align: middle;
}


.faq {
    margin: 0 auto;
    display: flex;
    align-items: center;
}


.faqBox {
    background-color: #142D50;
    width: 400px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.faqBtn {
    background-color: #fff;
    padding: 10px 40px;
}





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


    /* ギャラリーここから */
    .gallery {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
        padding: 100px 0 100px;
    }

    .gallery .top {
        display: flex;
        justify-content: space-between;
        padding: 0 0;
        padding-bottom: 6vw;
        flex-wrap: wrap;
    }

    .gallery .bottom {
        display: flex;
        justify-content: space-between;
        padding: 0 0;
        flex-wrap: wrap;
    }


    .gallery .top .img1 {
        width: 80vw;
        height: 30vw;
        object-fit: cover;
        margin-bottom: 6vw;
    }

    .gallery .top .img2 {
        width: 37vw;
        height: 30vw;
        object-fit: cover;
        position: static;
    }

    .gallery .top .img3 {
        width: 37vw;
        height: 30vw;
        object-fit: cover;
        position: static;
    }

    .gallery .bottom .img4 {
        width: 80vw;
        height: 30vw;
        object-fit: cover;
        object-position: center;
        position: static;
        padding-bottom: 6vw;
    }

    .gallery .bottom .img5 {
        width: 37vw;
        height: 30vw;
        object-fit: cover;
        position: static;
    }

    .gallery .bottom .img6 {
        width: 37vw;
        height: 30vw;
        object-fit: cover;
        object-position: bottom;
    }

    /* stellabaseの魅力欄ここから */
    main section .top-box {
        flex-direction: column-reverse;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
        height: auto;
    }

    main .charm .top-box .textarea {
        width: 100%;
        height: auto;
        text-align: center;
    }

    main section .top-box img {
        width: 100%;
        height: 50vh;
    }

    /* stellabaseの魅力欄ここまで */

    /* newsここから */


    .news {
        width: 300px;
    }


    .slide {
        width: 80%;
        margin: 0 auto;
    }


    .slide img {
        margin: 0px;
    }


    .caption {
        margin: 0px;
    }


    .triangle {
        margin-bottom: 300px;
    }

    .newswrap::after {

        background-image: url(../images/mobilebg.webp);

    }

    /* accessここから */


    .accesswrap .innerwrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    #Access {
        width: 80vw;
        margin-left: auto;
        margin-right: auto
    }


    .faqBox {
        width: 80vw;
        margin: 0 auto;
    }




}