@charset "UTF-8";
/*--------------------------------

 トップページ

--------------------------------*/
/* header
-------------------------------- */
.header{
    height: 150px;
    padding: 0 50px;
    @media(max-width: 767px){
        height: 100px;
        padding: 0 15px;
    }
    .hd_inner{
        height: 100%;
        width: calc(750/1390*100%);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        padding-bottom: 35px;
        @media(max-width: 767px){
            padding-bottom: 25px;
            width: calc(220/345*100%);
        }
    }
    .hd_sauna{
        width: 61px;
        @media(max-width: 1300px){
            width: 50px;
        }
        @media(max-width: 767px){
            width: 36px;
        }
    }
    .hd_iroha{
        width: 65px;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        margin: auto;
        @media(max-width: 1300px){
            width: 55px;
        }
        @media(max-width: 767px){
            width: 43px;
            top: 15px;
        }
    }
    .hd_soba_wrap{
        position: relative;
        .hd_soba{
            width: 50px;
/*             opacity: .2; */
            @media(max-width: 1300px){
                width: 40px;
            }
            @media(max-width: 767px){
                width: 30px;
            }
        }
        .hd_comming{
            font-size: 12px;
            position: absolute;
            top: 22px;
            left: -8px;
            white-space: nowrap;
            @media(max-width: 767px){
                font-size: 10px;
                top: 12px;
                left: -12px;
            }
        }
    }
}
/* mainvisual
-------------------------------- */
.sec_mainvisual{
    padding: 0 70px;
    position: relative;
    min-height: 500px;
    @media(max-width: 767px){
        padding: 0 15px;
        min-height: 400px;
    }
    .mv_wrap{
        position: relative;
        z-index: 1;
    }
    /* swiper */
    .mv_slide{
        height: calc(100vh - 270px);
        min-height: 500px;
        @media(max-width: 767px){
            height: calc(100vh - 140px);
            min-height: 400px;
        }
        .swiper-pagination{
            bottom: 30px;
            right: 30px;
            top: auto;
            left: auto;
            width: auto;
            @media(max-width: 767px){
                right: 20px;
                bottom: 20px;
            }
            .swiper-pagination-bullet{
                background: #fff;
                width: 70px;
                height: 2px;
                border-radius: 0;
                @media(max-width: 767px){
                    width: 25px;
                }
            }
        }
    }
    /* SVG clip */
    .clip{
        clip-path: url(#clip_path);
        height: 100%;
        @media(max-width: 767px){
            clip-path: url(#clip_path_sp);
        }
        img{
            object-fit: cover;
            height: 100%;
        }
    }
/*
    .mv_logo{
        width: calc(150/1290*100%);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        @media(min-width: 768px){
            top: 0;
            bottom: 0;
            max-width: 200px;
        }
        @media(max-width: 1100px){
            width: 100px;
        }
        @media(max-width: 767px){
            width: 80px;
            bottom: auto;
            top: calc(50% - 210px);
        }
        &.js-fadein{
            animation: fadeInAnime 1.1s 1.5s ease forwards;
        }
    }
*/
    .mv_info{
        @media(max-width: 767px){
            display: flex;
            flex-direction: column;
        }
        @media(max-width: 767px){
            padding: 50px calc(35/345*100%) 45px;
            white-space: nowrap;
        }
        @media(max-width: 360px){
            padding: 50px 10px 45px;
        }
    }
    .mv_instagram,
    .mv_tel{
        @media(min-width: 768px){
            position: absolute;
        }
    }
    .mv_time,
    .mv_map,
    .mv_instagram,
    .mv_tel{
        font-size: 13px;
        @media(max-width: 1100px) and (min-width: 768px){
            font-size: 11px;
        }
        @media(min-width: 768px){
            writing-mode: vertical-rl;
            white-space: nowrap;
        }
        img{
            display: inline-block;
            vertical-align: baseline;
            @media(min-width: 1101px){
                margin-bottom: 20px;
            }
            @media(max-width: 1100px) and (min-width: 768px){
                margin-bottom: 10px;
            }
            @media(max-width: 767px){
                vertical-align: text-top;
                margin-right: 10px;
            }
        }
    }
    .mv_time_map{
        @media(min-width: 768px){
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: -44px;
        }
        @media(max-width: 767px){
            order: 2;
            margin: 20px 0;
        }
    }
    .mv_time{
        img{
            width: 20px;
        }
    }
    .mv_map{
        @media(min-width: 768px){
            margin-top: 30px;
            transition: .5s;
            &:hover{
                opacity: .5;
            }
        }
        img{
            width: 18px;
            @media(max-width: 767px){
                vertical-align: middle;
            }
        }
        &.pc{
            @media(max-width: 767px){
                display: none;
            }
        }
        &.sp{
            @media(min-width: 768px){
                display: none;
            }
        }
    }
    .mv_instagram{
        @media(min-width: 1101px){
            height: 190px;
        }
        @media(min-width: 768px){
            right: -44px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .5s;
            &:hover{
                opacity: .5;
            }
        }
        @media(max-width: 1100px) and (min-width: 768px){
            height: 160px;
        }
        @media(max-width: 767px){
            order: 1;
        }
        img{
            width: 20px;
        }
    }
    .mv_info_clm{
        @media(max-width: 767px){
            display: flex;
        }
        @media(max-width: 767px){
            order: 3;
        }
    }
    .mv_tel{
        @media(max-width: 767px){
            margin-right: 50px;
        }
        img{
            @media(max-width: 767px){
                width: 20px;
            }
        }
    }
    .mv_reserve{
        width: 136px;
        position: absolute;
        bottom: -100px;
        left: 30px;
        z-index: 2;
        @media(min-width: 768px){
            transition: .5s;
            &:hover{
                bottom: -80px;
            }
        }
        @media(max-width: 767px){
            width: 107px;
            bottom: 170px;
            left: 10px;
        }
    }
    .mv_news{
        display: flex;
        align-items: baseline;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        max-width: 900px;
        padding: 24px 15px;
        @media(min-width: 1401px){
            margin: 60px auto 0;
        }
        @media(max-width: 1400px) and (min-width: 1101px){
            margin: 60px 196px 0;
        }
        @media(max-width: 1100px) and (min-width: 768px){
            margin: 80px auto 0;
            max-width: 700px;
        }
        @media(max-width: 767px){
            padding: 12px 10px;
            align-items: center;
        }
        .mv_news_title{
            font-size: 16px;
            font-weight: bold;
            width: 130px;
            @media(max-width: 767px){
                font-size: 14px;
                width: 75px;
            }
        }
        .mv_news_wrap{
            @media(min-width: 768px){
                display: flex;
                align-items: baseline;
            }
            @media(max-width: 767px){
                flex: 1;
            }
        }
        time{
            @media(min-width: 768px){
                width: 120px;
            }
            @media(max-width: 767px){
                font-size: 12px;
            }
        }
        .mv_news_content{
            line-height: calc(25/15);
            @media(min-width: 768px){
                flex: 1;
            }
            @media(max-width: 767px){
                font-size: 14px;
                line-height: calc(20/14);
                margin-top: 10px;
            }
        }
    }
}
/* about
-------------------------------- */
.sec_about{
    &.com_pd{
        padding: 110px 20px 150px;
        @media(max-width: 767px){
            padding: 110px 20px 90px;
        }
    }
    .ab_title{
        font-size: 30px;
        line-height: calc(50/30);
        text-align: center;
        @media(max-width: 767px){
            font-size: 20px;
            line-height: calc(35/20);
        }
    }
    .ab_note{
        text-align: center;
        font-size: 14px;
        letter-spacing: .05em;
        margin-top: 5px;
        @media(max-width: 767px){
            font-size: 12px;
            margin-top: 10px;
        }
    }
    .ab_text{
        text-align: center;
        font-size: 14px;
        letter-spacing: .05em;
        line-height: calc(34/14);
        margin-top: 70px;
        @media(max-width: 767px){
            text-align: justify;
        }
    }
}
/* sauna
-------------------------------- */
.sec_sauna{
    background: url("../img/index/bg_gray.jpg") top left / 100% repeat-y;
    &.com_pd{
        @media(max-width: 767px){
            padding: 80px 10px 100px;
        }
    }
    .sa_main{
        @media(max-width: 767px){
            padding: 0 10px;
        }
    }
    .sa_logo{
        width: 80px;
        margin: 0 auto;
        @media(max-width: 767px){
            width: 51px;
        }
    }
    .sa_title{
        text-align: center;
        font-size: 20px;
        line-height: calc(30/20);
        margin-top: 20px;
        @media(max-width: 767px){
            font-size: 16px;
        }
        span{
            @media(max-width: 767px){
                font-size: 14px;
            }
        }
    }
    /* slide */
    .sauna_slide{
        margin-top: 70px;
        @media(max-width: 767px){
            margin-top: 55px;
        }
        & > .swiper-wrapper{
            @media(max-width: 767px){
                padding-top: 80px;
            }
        }
        .slide_clm_r_ttl{
            @media(max-width: 767px){
                position: absolute;
                top: -74px;
                left: 0;
                right: 0;
                text-align: center;
            }
        }
    }
    .parent-navi-prev,
    .parent-navi-next{
        width: 55px;
        height: 55px;
        background-color: #000;
        border-radius: 50%;
        top: 23px;
        @media(max-width: 1100px){
            width: 40px;
            height: 40px;
        }
        &:after{
            font-size: 14px;
            transition: .5s;
        }
        @media(max-width: 767px){
            &:after{
                font-size: 10px;
            }
        }
    }
    .parent-navi-prev{
        left: auto;
        right: 100px;
        @media(max-width: 1100px){
            right: 70px;
        }
        @media(max-width: 767px){
            right: auto;
            left: 0;
        }
    }
    .parent-navi-next{
        right: 0;
    }
    /* img_list */
    .sa_img_list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
        padding-top: 80px;
        border-top: 1px solid #b2b2b2;
        @media(max-width: 767px){
            margin-top: 55px;
            padding-top: 60px;
        }
        & > li{
            width: calc((100% - 110px)/3);
            @media(max-width: 1100px){
                width: calc((100% - 50px)/3);
            }
            @media(max-width: 767px){
                width: calc((100% - 25px)/2);
            }
            &:nth-child(n + 4){
                @media(min-width: 768px){
                    margin-top: 35px;
                }
            }
            &:nth-child(n + 3){
                @media(max-width: 767px){
                    margin-top: 25px;
                }
            }
        }
        .sa_img_list_text{
            margin-top: 15px;
        }
    }
    .sa_btn{
        display: block;
        background-color: #000;
        color: #fff;
        border: 1px solid transparent;
        max-width: 300px;
        line-height: 70px;
        border-radius: 35px;
        text-align: center;
        font-size: 18px;
        margin: 80px auto 0;
        @media(min-width: 768px){
            transition: .5s;
            &:hover{
                background-color: transparent;
                color: #000;
                border: 1px solid #000;
            }
        }
        @media(max-width: 767px){
            font-size: 16px;
            max-width: 260px;
            line-height: 60px;
            margin-top: 60px;
        }
    }
    .sa_link{
        text-align: center;
        font-size: 18px;
        margin-top: 25px;
        @media(max-width: 767px){
            font-size: 16px;
            margin-top: 30px;
        }
        & > a{
            text-decoration: underline;
            @media(min-width: 768px){
                transition: .5s;
                &:hover{
                    opacity: .5;
                }
            }
        }
    }
    /* Price */
    .sauna_price{
        &.com_pd{
            padding: 120px 0;
            @media(max-width: 767px){
                padding: 80px 0 100px;
            }
        }
        .sa_scroll{
            @media(max-width: 767px){
                text-align: center;
                font-size: 12px;
                position: relative;
                padding-bottom: 10px;
            }
            @media(max-width: 767px){
                &:before{
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    width: 110px;
                    height: 5px;
                    background: url(../img/index/arrow_02.svg) 100% no-repeat;
                }
            }
        }
        .pr_table_wrap{
            @media(max-width: 767px){
                overflow: scroll;
            }
        }
        .pr_table{
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
            line-height: 1.7;
            @media(max-width: 767px){
                margin-top: 30px;
                font-size: 14px;
                width: 800px;
            }
            tr{
                border-top: 1px dashed #afafaf;
                &:last-child{
                    border-bottom: 1px dashed #afafaf;
                }
            }
            th,
            td{
                padding: 15px 10px;
            }
            thead{
                th{
                    text-align: center;
                    font-weight: 400;
                    padding: 31px 0;
                    @media(max-width: 767px){
                        padding: 21px 0;
                    }
                    &:not(:first-child){
                        border-left: 1px dashed #afafaf;
                    }
                    &:nth-child(1){
                        width: 20%;
                        @media(max-width: 767px){
                            width: 16%;
                        }
                    }
                    &:nth-child(2){
                        width: 23%;
                    }
                    &:nth-child(3),
                    &:nth-child(4),
                    &:nth-child(5),
                    &:nth-child(6){
                        width: 14%;
                        @media(max-width: 767px){
                            width: 15%;
                        }
                    }
                }
            }
            tbody{
                th{
                    padding: 15px 10px;
                    vertical-align: middle;
                    font-size: 18px;
                    @media(max-width: 767px){
                        padding: 15px 20px;
                        font-size: 16px;
                    }
                    span{
                        @media(max-width: 767px){
                            display: block;
                        }
                    }
                }
                td{
                    text-align: center;
                    border-left: 1px dashed #afafaf;
                    vertical-align: middle;
                }
            }
        }
    }
    /* Flow */
    .sauna_flow{
    }
    /* Q&A */
    .sauna_qa{
        &.com_pd{
            padding: 120px 0 0;
            @media(max-width: 767px){
                padding: 100px 0 0;
            }
        }
        .com_accordion{
            dt{
                & > p{
                    &:before{
                        content: 'Q';
                    }
                }
            }
        }
    }
}
/* soba
-------------------------------- */
.sec_soba{
    .so_logo{
        width: 66px;
        margin: 0 auto;
        @media(max-width: 767px){
            width: 42px;
        }
    }
    .so_title{
        text-align: center;
        font-size: 20px;
        line-height: calc(30/20);
        margin-top: 20px;
        @media(max-width: 767px){
            font-size: 16px;
        }
    }
    .com_slide_column{
        margin-top: 70px;
        @media(max-width: 767px){
            margin-top: 55px;
        }
        .slide_clm_r{
            @media(max-width: 767px){
                margin-top: 25px;
                padding: 0 20px;
            }
            .slide_clm_r_ttl{
                @media(max-width: 767px){
                    font-size: 20px;
                }
            }
            .slide_clm_r_list{
                max-width: 250px;
                @media(max-width: 767px){
                    padding: 0;
                    margin-top: 15px;
                    max-width: 235px;
                }
                & > li{
                    justify-content: space-between;
                    & + li{
                        margin-top: 0;
                    }
                }
                .list_title{
                    width: inherit;
                }
                .list_text{
                    flex: inherit;
                }
                .list_break{
                    margin-top: 30px;
                    @media(max-width: 767px){
                        margin-top: 25px;
                    }
                }
            }
        }
    }
}
/* access
-------------------------------- */
.sec_access{
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    &.com_pd{
        padding: 120px 20px 50px;
        @media(max-width: 767px){
            padding: 80px 20px 30px;
        }
    }
    .ac_address{
        line-height: calc(25/15);
        @media(max-width: 767px){
            font-size: 14px;
            line-height: calc(24/14);
        }
        span{
            @media(max-width: 767px){
                display: none;
            }
        }
    }
    .ac_address_list{
	    max-width: 427px;
	    margin: 20px auto;
	    &.list2{
		    max-width: 490px
	    }
    }
    .ac_address_list li{
	    line-height: calc(25/15);
	    @media(min-width: 768px){
		     display: flex;
	    }
        @media(max-width: 767px){
            font-size: 14px;
            line-height: calc(24/14);
            &:nth-child(3){
	            margin-top: 20px;
            }
        }
    }
    .ac_address_list li .title{
	    @media(min-width: 768px){
		    width: 70px;
	    }
    }
    .ac_address_list li .content span{
	    font-size: 14px;
	    letter-spacing: 0;
    }
    iframe{
        margin-top: 80px;
        height: 400px;
        @media(max-width: 767px){
            margin-top: 60px;
            height: 335px;
        }
    }
    .ac_top_btn{
        position: relative;
        padding-top: 15px;
        margin-top: 40px;
        @media(min-width: 768px){
            transition: .5s;
            &:hover{
                opacity: .5;
            }
        }
        &:before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: url("../img/index/arrow_01.svg") 100% no-repeat;
            width: 15px;
            height: 5px;
            filter: invert(1);
            transform: scale(1,-1);
        }
    }
}
/* footer
-------------------------------- */
.footer{
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 31px 20px;
    @media(max-width: 767px){
        padding: 22px 20px;
    }
    small{
        font-size: 12px;
    }
}
/* animation
-------------------------------- */
/* mv */
.js-blur-mv{
    filter: blur(10px);
    opacity: 0;
    &.load{
        animation: Blur 1.1s cubic-bezier(.17,.67,.72,.85) forwards;
    }
}
@keyframes Blur{
    from {
        filter: blur(10px);
        opacity: 0;
    }
    to {
        filter: blur(0px);
        opacity: 1;
    }
}
.js-fadein{
    opacity: 0;
    &.load{
        animation: fadeInAnime 1.2s 1s ease forwards;
    }
}
@keyframes fadeInAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* common */
.js_blur{
	filter: blur(10px);
	opacity: 0;
    transition: .8s;
    &.show{
        filter: blur(0px);
        opacity: 1;
    }
}
.js-anima{
    opacity: 0;
    &.load{
        @media(min-width: 768px){
            animation: fadeInAnime 1.2s 1s ease forwards;
        }
    }
    @media(max-width: 767px){
        filter: blur(10px);
        transition: .8s;
    }
    &.show{
        @media(max-width: 767px){
            filter: blur(0px);
            opacity: 1;
        }
    }
}