body{
    background-color: #0f0f0f;
    position: relative;
    z-index: 0;
    /* max-width: 414px; */
    margin: 0 auto;
}


p,h2,h3,li{
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    color: #fff;
}

p{
    line-height: 33px;
    letter-spacing: 0.07em;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (min-width:769px) {
    p{
        font-size: 18px;
        line-height: 50px;
    }
}

@media (769px <= width < 1200px) {
    p{
        line-height: 4.17vw;
        font-size: 1.5vw;
    }
}


header{
position: absolute;
top: 20px;
left: 20px;
width: 54px;
z-index: 1;
}
@media screen and (min-width:769px) {
    header{
        top: 45px;
        left: 18%;
        width: 80px;
        }

}

main{
overflow: hidden;
}


/* -----
fv 
--------*/

.l-fv{
    background-image: url(../img/fv.jpg);
    background-size: cover;
    position: relative;
}

.l-fv_copy_wrap{
    height: 440px;
    position: relative;
}

.l-fv_copy_inner{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 12%;
    top: 12%;
}
.l-fv_copy{
    font-size: 30px;
    letter-spacing: 0.8rem;
    text-shadow: 0px 0px 8px #000;
}

.l-fv_line2{
margin-top: 60px;
margin-right: 20px;
}

.l-fv_txt{
    width: 80%;
    margin:  0 auto;
    text-align: center;
    line-height: 33px;
}




@media screen and (min-width:769px) {
    .l-fv{
        background-image: url(../img/fv_pc.jpg);
        height: 768px;
    }

    .l-fv_inner{
        max-width: 1000px;
        margin: 0 auto;
    }

    .l-fv_copy_inner{
        right: 0%;
        top: 8%;
    }
    .l-fv_copy{
        letter-spacing: 1.5vw;
    }


    .l-fv_copy_wrap{
        height: 768px;
    }

    .l-fv_copy{
        font-size: 3.5vw;
    }

    .l-fv_txt{
        position: absolute;
        bottom: 5%;
        left: 14%;
        width: 53%;
        text-align: left;
        font-size: 18px;
        line-height: 57px;
    }

    .l-fv_line2{
        margin-right: 70px;
        margin-top: 150px;
    }
    
}

@media screen and (min-width:1536px) {
    .l-fv{
        height: 864px;
    }

    .l-fv_copy_wrap{
        height: 864px;
    }

    .l-fv_copy{
        font-size: 3vw;
    }
    .l-fv_line2 {
        margin-right: 48px;
    }

    .l-fv_txt{
        position: absolute;
        bottom: 5%;
        left: 20%;
        width: 41%;
        text-align: left;
        font-size: 18px;
        line-height: 57px;
    }

}
@media screen and (min-width:1800px) {
    .l-fv{
        height: 1080px;
    }

    .l-fv_copy_wrap{
        height: 1080px;
    }
    .l-fv_copy{
        font-size: 2.76vw;
    }
    .l-fv_line2{
        margin-right: 70px;
        margin-top: 150px;
    }
    .l-fv_txt{
        position: absolute;
        bottom: 20%;
        left: 20%;
        width: 41%;
        text-align: left;
        font-size: 18px;
        line-height: 57px;
    }
}
/* 
@media screen and (min-width:1000px) {
    .l-fv_txt{
        bottom: 5%;
        left: 16%;
    }
} */

/* 1200以下でvw */

/* @media screen and (1200px <= width < 1920px) {
    .l-fv{
        background-image: url(../img/fv_pc.jpg);
        height: 120vh;
    }
} */

@media (769px <= width < 1200px) {
    .l-fv{
        background-image: url(../img/fv_pc.jpg);
        /* height: 120vh; */
    }

    .l-fv_copy{
        font-size: 4.4vw;
        white-space: nowrap;
    }
    .l-fv_line2{
        margin-right: 5.83vw;
        margin-top: 12.5vw;
    }
    .l-fv_inner{
        max-width: 83.33vw;
        margin: 0 auto;
    }
}

@media (414px <= width < 769px) {
    .l-fv_txt{
        padding-bottom: 50px;
    }
    .l-fv {
        background-position: 100% 60%;
    }
}




/* -----
into
--------*/
.l-intro{
background-image: url(../img/intro_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 750px;
}

.l-intro h2{
    font-size: 26px;
    padding-top: 400px;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
}
.l-intro h2 span{
    display: block;
    text-align: right;
    letter-spacing: 0.3rem;
    margin-right: 27px;
}


.l-inner{
    width: 88%;
    margin: 0 auto;
}

@media screen and (min-width:769px) {
    .l-intro{
        background-image: url(../img/intro_bg_pc.png);
        height: 57vh;
        display: flex;
        align-items: center;
    }
    .l-intro_text_wrap{
        width: 52%;
        margin-left: auto;
    }

    .l-intro h2{
        font-size: 42px;
        margin-top: 0;
        padding-top: 50px;
        margin-bottom: 50px;
        letter-spacing: 0.3rem;
    }
    .l-intro h2 span{
        margin-right: 0;
        text-align: inherit;
        margin-left: 300px;
        letter-spacing: 0.5rem;
    }
    .l-intro_text_wrap p{
        font-size: 17px;
        width: 70%;
        margin-left: 80px;
    
    }
        
}

@media screen and (min-width:1200px) {
    .l-intro{
        height: 70vh;
    }
}

@media (500px <= width < 769px) {
    .l-intro h2 span{
        display: inline-block;
    }
}





/* 1200以下でvw */

@media (769px <= width < 1200px) {
    .l-intro{
        background-position: 40%;
    }
    .l-intro h2{
    font-size: 3.2vw;
    }
    .l-intro h2 span{
        margin-left: 15.63vw;
    }
    .l-intro_text_wrap p{
        font-size: 1.42vw;
        width: 80%;
        margin-left: 4.17vw;
    }
}


/* -----
facility
--------*/



.l-facility{
    position: relative;
    z-index: 0;
}

.l-facility_tit{
    width: 70%;
    margin-right: auto;
    margin-top: 66px;
}

.l-facility_content_wrap{
    background-image: url(../img/facility_bg.png);
    padding-top: 50px;
    background-size: cover;
    padding-bottom:70px;
    position: relative;
    z-index: -1;
}

@media screen and (min-width:769px) {
    .l-facility_tit{
        width: 30%;
        margin-left: 10%;
    }

    .l-facility_content_wrap{
        background-image: url(../img/facility_bg_pc.png);
    }
    
}


/* private_room */

.l-facility_private_room .l-facility_img{
    width: 88%;
    margin-left: auto;
    position: relative;
    z-index: -1;
}

.l-facility_private_room .l-facility_img::before{
    content:"";
    background-image: url(../img/facility_deco_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    left: -8%;
    top: 30%;
    position: absolute;
}



.l-facility_private_room .l-facility_content_txt{
    margin-top: -100px;
    text-align: left;
    width: 80%;
    margin-left: 6%;
}


@media screen and (min-width:769px) {
    .l-facility_private_room {
        position: relative;
    }

    .l-facility_private_room .l-facility_img{
        width: 50%;
    }
    .l-facility_private_room .l-facility_content_txt{
        width: 37.5vw;
        position: absolute;
        top: 20%;
        left:30%;
        margin-left: 0;
    }

    .l-facility_private_room .l-facility_img::before{
        content:"";
        background-image: url(../img/facility_deco_1_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 144px;
        height: 144px;
        left: -52%;
        top: 40%;
        position: absolute;
    }
}

@media screen and (min-width:1600px) {
    .l-facility_private_room .l-facility_content_txt{
        width: 450px;
    }

}




/* bar */

.l-facility_bar{
    margin-top: 80px;
    position: relative;
}

.l-facility_bar .l-facility_content_txt{
    margin-top: -10px;
    margin-left: auto;
    margin-right: 6%;
    width: 80%;
}
.l-facility_bar .l-facility_img{
    position: relative;
}

.l-facility_bar .l-facility_img::after{
    content:"";
    background-image: url(../img/facility_deco_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    position: absolute;
    right: 6%;
    top: -16%;
}


@media screen and (min-width:769px) {
    .l-facility_bar{
        margin-top: -13.02vw;
    }

    .l-facility_bar .l-facility_content_txt{
        width: 37.5vw;
        margin-top: 0px;
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        display: inline-block;
        left: 30%;
        bottom: -35%;
    }

    .l-facility_bar .l-facility_img img{
    width: 46%;
    }
    .l-facility_bar .l-facility_img::after{
        display: none;
    }
}

@media screen and (min-width:1600px) {
    .l-facility_bar .l-facility_content_txt{
        width: 450px;
    }

}




/* sofa */

.l-facility_sofa{
    margin-top: 80px;
}


.l-facility_sofa .l-facility_img{
    width: 80%;
    margin-left: auto;
    position: relative;
}

.l-facility_sofa .l-facility_img::before{
    content:"";
    background-image: url(../img/facility_deco_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 110px;
    position: absolute;
    left: -20%;
    top: -25%;
    z-index: -1;
}

.l-facility_sofa .l-facility_content_txt{
    margin-top: -50px;
    text-align: left;
    width: 80%;
    margin-left: 6%;
}

@media screen and (min-width:769px) {
    .l-facility_sofa{
        margin-top: 2.6vw;
        position: relative;
    }

    .l-facility_sofa .l-facility_img{
        width: 36%;
    }

    .l-facility_sofa .l-facility_content_txt{
        width: 37.5vw;
        position: absolute;
        left: 45%;
        bottom: 0%;
    }

    .l-facility_sofa .l-facility_img::before{
        background-image: url(../img/facility_deco_2_pc.png);
        width: 400px;
        height: 400px;
        left: -10%;
        top: -15%;
        z-index: -1;
    }
}


@media (769px <= width < 1400px) {
    .l-facility_sofa{
        margin-top: 10vw;
        position: relative;
    }

}


@media screen and (min-width:1600px) {
    .l-facility_sofa .l-facility_content_txt{
        width:450px;
    }

}



/* info */
.l-info{
    background-image: url(../img/info_bg.png);
    background-size: cover;
    padding-top: 50px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.l-info_h2{
    width: 40%;
    margin:  0 auto;
}


.l-info_h2 img{
    width: 100%;
}


.l-info_address h3{
    color: #ab7c00;
    font-size: 18px;
    margin-bottom: 16px;
}

.l-info_address p,li{
    font-family: 'Noto Sans JP', sans-serif;
}

.l-info_address li{
    font-family: 'Noto Sans JP', sans-serif;
    padding-left: 8px;
    /* text-indent: -1em;
    padding-left: 2em; */
}


.l-info_address ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    top: 50%;
    position: relative;
    left: -10px;
}

.l-info_address_item{
    margin-bottom: 30px;
}

.l-info_address_item h3{
position: relative;
}

.l-info_address_item h3::after{
    content:  '';
    width: 70%;
    right: 0;
    height: 1px;
    background-color: #896d3c;
    display: inline-block;
    position: absolute;
    top: 62%;
    transform: translateY(-62%);
    -webkit-transform: translateY(-62%);
    -ms-transform: translateY(-62%);
}

.google_map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    margin-top: 20px;
}


@media screen and (min-width:769px) {
    .l-info{
        padding-top: 100px;
    }
    .l-info .l-inner{
        max-width: 1200px;
    }

    .l-info_h2{
        width: 180px;
    }
    .l-info_address_item h3{
        font-size: 22px;
    }
    
    .l-info_flexwrap{
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        margin-top: 90px;
    }
    .l-info_address p,li{
        font-size: 16px;
        line-height: 30px;
    }

    .l-info_address_item h3::after{
        width: 80%;
    }

    .l-info_address li:nth-of-type(2){
    margin-top: 10px;
    }
    
}


.l-info_gallery{
    margin-top: 40px;
    margin-bottom: 60px;
}


.thumbnail-slider{
    margin-top: 12px;
    margin-left: -5px;
    margin-right: -5px;
}


.footer p{
    font-size: 12px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.main-slider li img{
    width: 100%;
}


.thumbnail-slider li {
    width: 17% !important;
    margin:5px;
}

.thumbnail-slider .slick-track {
    transform: unset !important;
    width:100% !important;
}



@media screen and (min-width:769px) {
    .l-info_gallery{
        width: 45%;
        margin: 0;
    }
    .l-info_address{
        width: 48%;
    }
    .thumbnail-slider li {
        width: 18% !important;
    }
}


.scroll_box{
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width:769px) {

    .scroll_box{
       display: none;
    }
}

@media (min-width:1400px) {
    .scroll_box{
        display: none;
        /* bottom: -8%;
        left: 75%; */
    }
}

@media (min-width:1800px) {
    .scroll_box{
        display: block;
        bottom: 6%;
        left: 70%;
    }
}


.scroll-down-circle{
    width: 60px;
    height: 60px;
    background-image: url(../img/scroll_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

.scroll-down-line{
    width: 1px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/scroll_line.png);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation-name:UpDown;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

    /* アニメーションの設定 */
    @keyframes UpDown{
        /* 開始地点 */
        0%{
        /* Y軸0px */
        transform: translateY(0);
        }
        /* 終了地点 */
        100%{
        /* Y軸50px */
        transform: translateY(20px);
        }
    }
    
@keyframes scrollDown5{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}



@media screen and (min-width:769px) {
    .scroll-down-circle{
        width: 85px;
        height: 85px;    
    }

    .scroll-down-line{
        width: 2px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/scroll_line.png);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        animation-name:UpDown;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }
    
    
}

/*画像をスライドイン*/

.is-animated{
    animation: slide-in 1.5s ease-out forwards;
    opacity: 0;
}

@keyframes slide-in{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

/*画像を左から右に表示*/




/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#111;
    text-align:center;
    color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width:200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
    transform: translateY(80px);
    }

    to {
        opacity: 1;
    transform: translateY(0);
    }
}



.pc_br{
    display: none;
}
@media screen and (min-width:769px) {
    .pc_br{
        display: block;
    }

    .sp_br{
        display: none;
    }

    .inline_block{
        display: inline-block;
    }
}
