@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;
}

h4{
    font-size: 1.8rem;
    font-family: serif;
}

/* common sp */
@media screen and (max-width:769px){
    h2{
        padding: 120px var(--contentpadding) 0;
        font-size: 3rem;
        background-image: url(../image02/mainvisual_03.jpg);
    }

    h3{
        font-size: 1.8rem;
    }

    h4{
        font-size: 1.7rem;
    }

    .section{
        padding: 100px 0;
    }

}

/* ==================
section--header
==================== */
.section--header{
    position: relative;
    /* height: 420px; */
    width: 100%;
}

.concept__title{
    width: 54%;
    font-family: serif;
    letter-spacing: 3px;
    position: absolute;
    top: 23%;
    left: 60%;
    transform: translateX(-50%);
    z-index: 9;
}

.concept__img{
    display: flex;
    position: relative;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.concept__imgf{
    max-width: 635px;
    width: 100%;
    position: absolute;
    top: 3%;
    left: 31%;
    transform: translateX(-50%);
}

.concept__imgs{
    max-width: 360px;
    width: 100%;
    position: absolute;
    top: 49%;
    left: 75%;
    transform: translateX(-50%);
}

.concept__txt{
    font-family: serif;
    text-align: left;
    position: absolute;
    top: 54%;
    left: 37%;
    transform: translateX(-50%);
    width: 48%;
    z-index: 9;
}

.theme{
    font-family: serif;
    margin: 88px auto 0;
}

.theme__title{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
}

.theme__title span{
    font-size: 1.8rem;
    color: var(--primary-gold);
}

.theme__txt{
    width: 72%;
    font-size: 1.5rem;
    margin: 45px auto 0;
}

/* section--header sp */
@media screen and (max-width:769px){
    .section--header{
        position: relative;
    }

    .concept__title{
        width: 70%;
        top: 16%;
        left: 32%;
        transform: translateX(0);
        text-align: left;
        letter-spacing: 1px;
    }

    .concept__img{
        display: block;
        height: auto;
        position: static;
    }

    .concept__imgf{
        width: 100%;
        position: static;
        transform: translateX(0);
        margin: 0 auto;
    }

    .concept__imgs{
        position: static;
        max-width: 200px;
        width: 100%;
        margin: 34px 0 0 73%;
    }

    .concept__txt{
        position: static;
        transform: translateX(0);
        width: 100%;
        margin: 30px auto 0;
    }

    .theme__txt{
        text-align: left;
    }

    .spBr{
        display: none;
    }

}

/* ==================
effect
====================== */
.effect__group{
    margin-top: 227px;
}

h4{
    text-align: left;
    text-shadow: 4px 3px 1px rgba(255, 255, 255, 0.4)
}

.effect__group p{
    max-width: 600px;
    text-align: left;
}

.refresh{
    position: relative;
}

.refresh p{
    line-height: 2;
    margin: 50px 28% 0 25px;
}

.refresh img{
    max-width: 250px;
    width: 100%;
    position: absolute;
    top: -7%;
    right: 0%;
    z-index: -1;
}

.stress{
    position: relative;
}

.stress p{
    line-height: 2;
    margin: 60px 0 0 41%;
}

.stress img{
    transform: scale(-1,1);
    max-width: 253px;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 6%;
}

.sleep{
    position: relative;
    height: 340px;
}

.sleep p{
    line-height: 2;
    margin: 50px 33% 0 20px;
}

.sleep img{
    max-width: 280px;
    width: 100%;
    position: absolute;
    top: 57%;
    right: -2%;
}

/* effect sp */
@media screen and (max-width:769px){
    .effect__group{
        margin-top: 150px;
    }

    .effect__group p{
        font-size: 1.5rem;
        margin: 80px auto 0;
    }

    .refresh p,
    .stress p{
        border-bottom: 1px dotted var(--primary-puple);
        padding: 0 1% 65px;
    }

    .refresh img{
        max-width: 100px;
        position: absolute;
        top: -15%;
        right: 7%;
        opacity: 0.7;
    }

    .stress h4{
        text-align: right;
        margin-right: 34px;
    }

    .stress img{
        max-width: 120px;
        top: -9%;
    }

    .sleep h4{
        margin-left: 19px;
    }

    .sleep img{
        max-width: 120px;
        top: -4%;
        right: 11%;
    }

}


/* ====================
room
===================== */
.room__type{
    padding: 120px 0;
}

h5{
    font-size: 7.5rem;
    font-family: Shippori Mincho;
    line-height: 0.4;
}

h5 span{
    font-size: 1.1rem;
}

.room__line{
    padding: 70px 0 0;
}

h6{
    font-size: 2rem;
    font-family: serif;
    letter-spacing: 3px;
}

h6 span{
    font-size: 3rem;
    color: var(--primary-gold);
}

.room__detail{
    text-align: left;
    margin: 10px 0 0 30px;
}

.room__detail ul{
    white-space: nowrap;
    margin: 25px 0 0 7%;
}

.room__detail li{
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.room__detail li span{
    font-size: 3.5rem;
    color: var(--primary-gold);
}

.room__detail p{
    font-size: 1.5rem;
    font-family: serif;
}

.room__txt{
    margin: 30px 0 0 30px;
}

.capacity{
    background-color: var(--primary-gray);
    padding: 5px;
    color: var(--primary-black);
    text-align: center;
    width: 120px;
    margin: 30px 0 0 30px;
}

/* ---sun--- */

.sunroom__topic{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.sun__imgAsp{
    display: none;
}

.sun__imgA{
    max-width: 570px;
    width: 100%;
    margin: 0 0 0 10%;
}

.sun__picture{
    position: relative;
    height: 500px;
    margin: 50px auto 0;
}

.sun__imgB{
    width: 42%;
    position: absolute;
    top: 14%;
    left: 18%;
    transform: translateX(-50%);
}

.sun__imgC{
    width: 48%;
    opacity: 0.8;
    position: absolute;
    top: 34%;
    left: 70%;
    transform: translateX(-50%);
}


/* ---star--- */
.starroom__topic{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.star__imgAsp{
    display: none;
}

.star__imgA{
    width: 50%;
    margin: 10px 20px 0 50px;
}

.star__detail{
    margin: 105px 6% 0 0;
}

.star__imgB{
    width: 45%;
    margin: 52px 0 0 50%;
}

/* ---moon--- */
.moom__imgAsp{
    display: none;
}

.moonroom__topic{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.moom__imgA{
    max-width: 580px;
    width: 100%;
    margin: 0 0 0 10%;
}

.moon__picture{
    position: relative;
    height: 450px;
}

.moom__imgB{
    max-width: 452px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translateX(-50%);
}

.moom__imgC{
    width: 30%;
    position: absolute;
    top: 25%;
    left: 79%;
    transform: translateX(-50%);
    margin-left: 9%;
}

.howto__btn{
    position: relative;
    text-align: right;
    margin: 150px 5.9% 0 0;
}

.howto__arrow{
    width: 300px;
    position: absolute;
    top: 122%;
    right: -23%;
    transform: translateX(-50%);
}

/* room sp */
@media screen and (max-width:769px){
    .room__type{
        padding: 80px 0;
    }

    .room__type:first-of-type{
        margin-top: 90px;
    }

    .room__line{
        height: 128px;
        padding: 17px 0 0;
    }

    h5{
        font-size: 5rem;
    }

    h5 span{
        font-size: 1rem;
        padding: 2px 0 0;
    }

    h6{
        font-size: 1.8rem;
        margin-left: 11%;
    }

    h6 span{
        font-size: 3rem;
    }

    .room__detail{
        margin: 30px 0 0;
    }

    .room__detail ul{
        margin: 25px 0 0 10%;
    }

    .room__detail li span{
        font-size: 2.6rem;
    }

    .room__detail p{
        font-size: 1.4rem;
    }
    
    .room__txt{
        margin: 15px 0 0 19%;
    }
    
    .capacity{
        width: 90px;
        margin: 25px 0 0 11%;
    }

    .sun__imgA{
        display: none;
    }

    .sun__imgAsp{
        display: block;
        width: 100%;
    }

    .sunroom__topic{
        display: block;
        margin-top: 40px;
    }

    .sun__picture{
        position: relative;
        height: 200px;
        margin: 40px auto 0;
    }

    .sun__imgB{
        max-width: 211px;
        position: absolute;
        top: -3%;
        left: 23%;
    }
    
    .sun__imgC{
        max-width: 242px;
        position: absolute;
        top: 47%;
        left: 74%;
    }

    .starroom__topic{
        display: block;
        margin-top: 40px;
    }

    .star__imgA{
        display: none;
    }

    .star__imgAsp{
        display: block;
        /* min-width: 350px; */
        width: 100%;
        margin: 0 auto;
    }

    .star__imgB{
        width: 44%;
        margin: 50px 0 0 46%;
    }

    .moom__imgA{
        display: none;
    }

    .moonroom__topic{
        display: block;
        margin-top: 40px;
    }

    .moom__imgAsp{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .moon__picture{
        position: relative;
        height: 276px;
    }

    .moom__imgB{
        display: block;
        width: 40%;
        position: absolute;
        top: 9%;
        left: 23%;
        transform: translateX(-50%);
    }

    .moom__imgC{
        display: block;
        max-width: 130px;
        position: absolute;
        top: 14%;
        left: 77%;
        transform: translateX(-50%);
    }

    .howto__btn{
        margin: 0 0 0 10px;
        text-align: left;
        position: relative;
    }

    .howto__btn a{
        font-size: 1rem;
    }

    .howto__arrow{
        width: 180px;
        position: absolute;
        top: 28px;
        left: 96px;
        right: 0;
        transform: translateX(-50%);
    }

}

