@charset "UTF-8";
/* ==================
common
=================== */
h2{
    padding: 150px var(--contentpaddingpc) 120px;
    font-size: 4rem;
    font-family: Shippori Mincho;
    background-image: url(../image02/mainvisual_03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

h3{
    font-size: 2rem;
    font-family: Shippori Mincho;
}

/* common sp */
@media screen and (max-width:769px){
    h2{
        padding: 120px var(--contentpadding) 0;
        font-size: 2rem;
    }

    h3{
        font-size: 1.7rem;
    }
}

/* ==============
how
================ */
.howto{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px auto 0;
}

.how__group{
    width: 62%;
    margin: 0 auto;
}

.howto__line{
    height: 114px;
    margin-top: 70px;
}

.step{
    color: #78DCDF;
    opacity: 0.8;
    width: 70px;
    padding: 5px;
    font-size: 3rem;
    font-family: Arizonia;
    text-align: center;
    rotate: -15deg;
    border-radius: 50px;
}

.step span{
    font-size: 5rem;
    opacity: 1;
}

.how__txt{
    margin: 15px 0 0 23%;
    white-space: nowrap;
}


/* step1 */
.first{
    text-align: left;
}

.howto__first img{
    width: 20%;
}

.howto__second img{
    width: 30%;
}

.howto__third img{
    width: 18%;
}

.howto__four img{
    width: 28%;
}

.howto__five img{
    width: 27%;
}

/* how sp */
@media screen and (max-width:769px){
    .how__group{
        width: 80%;
    }

    .howto{
        margin: 60px auto 0;
    }

    .howto__line{
        height: 44px;
    }

    .step{
        font-size: 2rem
    }
    
    .step span{
        font-size: 4rem;
    }

    .how__txt{
        white-space: normal;
        margin: 2px 0 0 6%;
    }

    .five .how__txt{
        white-space: nowrap;
    }
}

/* ================
point
================== */
h4{
    font-size: 3rem;
    font-family: serif;
    text-shadow: 4px 3px 1px rgba(255, 255, 255, 0.4);
    margin-top: 120px;
}

.section--point li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 810px;
    padding: 60px 56px;
    margin: 30px auto 0;
}

.section--point li:first-of-type{
    border: 1px solid var(--primary-puple);
    margin-top: 100px;
}

.section--point li:nth-of-type(2){
    border: 1px solid var(--primary-yellow);
}

.section--point li:last-of-type{
    border: 1px solid var(--primary-yellowgreen);
}

.point{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    gap: 30px;
}

.point__number{
    font-family: Ephesis;
}

.point__number--first{
    font-family: Ephesis;
    margin-right: 12px;
}

.point__title{
    font-family: serif;
    border-left: 1px solid var(--primary-gray);    
    padding-left: 30px;
}

.point img{
    width: 90px;
}

.point__list{
    width: 47%;
    text-align: left;
    margin: 0 0 0 70px;
}

.point__en{
    font-size: 2rem;
    font-family: Ephesis;
    text-align: center;
    margin: 0 auto;
}

.customize__txt{
    font-size: 1.5rem;
    margin-top: 10px;
}

/* point sp */
@media screen and (max-width:769px){
    h4{
        font-size: 1.8rem;
    }

    .section--point li{
        display: block;
        padding: 30px 20px;
    }

    .point{
        font-size: 5rem;
    }

    .point__list{
        width: 100%;
        margin: 40px 0 0;
    }

    .point__en{
        text-align: left;
        margin: 0 0 0 20px;
    }

    .sound__img{
        width: 20%;
    }

    .light__img{
        width: 21%;
    }

    .fragrance__img{
        width: 19%;
    }

    .customize__txt{
        margin-top: 10px;
    }
}


/* ==================
amenities
================== */
.amenities__txt{
    font-family: serif;
    margin: 120px auto 0;
}

.amenities__txt span{
    font-weight: 700;
    color: var(--primary-gold);
}

.amenities{
    position: relative;
}

.amenities__item{
    margin: 120px auto 0;
}

.image__container{
    width: 60%;
    overflow: hidden;
    margin: 50px auto 0;
}

.image__wrapper{
    display: flex;
    overflow: hidden;
    /* animation: slide 30s linear infinite; */
    gap: 0 10px;
}

/* .image__wrapper img{
    width: 200px;
    height: auto;
    flex-shrink: 0;
} */

.image__list{
    display: flex;
    list-style: none;
    gap: 0 10px;
}

.image__list li{
    width: 200px;
}

.image__list img{
    height: 150px;
}

.image__list--left{
    animation: infinity-scroll-left 70s linear infinite 0.5s both;
}

@keyframes infinity-scroll-left{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
:-ms-lang(x)::-ms-backdrop, .image__container{
    display: -ms-grid;
    overflow: hidden;
}

.amenities__other{
    display: flex;
    justify-content: center;
    font-family: serif;
    margin: 80px auto 0;
}

.amenities__other p{
    text-align: left;
    margin-left: 10px;
}

/* amenities sp */
@media screen and (max-width:769px){
    .image__container{
        width: 100%;
    }

    .image__list li{
        width: 168px;
    }

    .image__list img{
        height: 120px;
    }

}


/* ==================
rental
================== */
.rental__item{
    text-align: left;
    padding: 0 10%;
    margin: 120px auto 0;
}

.hat .dod{
    margin-left: 100px;
}

.swimsuit{
    margin-top: 10px;
}

.swimsuit .dod{
    margin-left: 52px;
}

.poncho{
    margin-top: 10px;
}

.poncho .dod{
    margin-left: 84px;
}

.money{
    margin-left: 20px;
}

/* rental sp */
@media screen and (max-width:769px){
    .rental__item{
        padding: 0;
    }
}

@media screen and (max-width:350px){
    .hat .dod{
        margin-left: 56px;
    }
    .swimsuit .dod{
        margin-left: 8px;
    }
    .money{
        margin-left: 4px;
    }

}
