#sb_instagram{
    margin-top: 100px;
    box-sizing: border-box;
}

.svg-inline--fa{
    display: none;
}
.svg-inline--fa{
    display: none;
}

.sb_instagram_header{
    display: none;
}

.sbi-screenreader{
    display: none;
}

.sbi_item{
    width: 147px;
    height: 147px;
    margin-bottom: 2px;
    display: inline-block;
}

.sbi_item:nth-of-type(3n-1){
    margin: 0 2px;
}

.sbi_photo_wrap{
    width: 100%;
}

.sbi_photo{
    width: 147px;
    display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
}

.sbi_photo img{
    width: 147px;
    height: 147px;
    object-fit: cover;
}


.sbi_load_btn{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: rgb(64,139,209);
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_follow_btn a{
    color: white !important;
    border: none;
}

#sbi_load{
    display: none;
}

.insta_link{
    margin-top: 14px;
    text-align: center;
}
.insta_link a{
    color: #242323;
}

.insta_after{
    text-decoration: none !important;
    border: none;
}

.insta_after::after{
    content: '';
    background-image: url(../images/Instagram_Black.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 5px;
}



*{

    min-width: 0;
    
    min-height: 0;
    
    }

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

    /* 基本的な設定 */

    html{
        color: #242323;
        /* background-color: #2b2020; */
        font-family: 'Zen Old Mincho', serif;   
    }

    h3{
        font-size: 40px;
        line-height: 60px;
        color: #242323;
        margin-bottom: 60px;
    }

    .clear{
        clear: both;
    }

    a:visited{
        color: #242323;
    }

    /* 文字の設定 */
    .fs16{
        font-size: 16px;
        line-height: 30px;
    }

    .fs24{
        font-size: 24px;
        line-height: 36px;
    }

    .fs20{
        font-size: 20px;
        line-height: 30px;
    }

    .fw-bold{
        font-weight: bold;
    }

    .ta-center{
        text-align: center;
        display: block;
        color: #242323;
    }

    .mgb20{
        margin-bottom: 20px;
    }


    span.red{
        color: #b50007;
    }

    /* 幅や背景の設定 */
    .contents{
        min-width: 1196px;
        /* padding-top: 64px; */
    }

    .contents.notfound{
        height: calc(100vh - 204px);
        margin-top: 64px;
        padding-top: 20vh;
        box-sizing: border-box;
    }

    .contents.notfound h2{
        font-size: 60px;
        text-align: center;
        margin-bottom: 20px;
        color: #787878;
    }

    .contents.notfound p{
        font-size: 24px;
        text-align: center;
        color: #787878;
    }

    section{
        position: relative;
        width: 100%;
        min-height: 300px;
        background-color: #ffffff;
        padding: 80px 0;
    }

    .gray{
        background-color: #f3f3f3 ;
    }

    .inner{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .c-width{
        position: relative;
        margin: 0 auto;
    }

    .float-width{
        float: left;
    }

    .w1200{
        width: 1200px;
    }

    .w1084{
        width: 1084px;
    }

    .w800{
        width: 800px;
    }

    .w700{
        width: 700px;
    }

    .w770{
        width: 770px;
    }

    .w640{
        width: 640px;
    }

    .w510{
        width: 510px;
    }

    .w447{
        width: 447px;
    }

    .w380{
        width: 380px;
    }

    .w300{
        width: 380px;
    }

    .clear{
        overflow: hidden;
    }


    .pc{
        display: block;
    }

    .sp{
        display: none !important;
    }

    .text-right{
        text-align: right;
    }


    /* ヘッダー */
    header{
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
        height: 64px;
        background-color: rgba(255,255,255,1);
    }
    header.open{
        background-color:inherit;
        z-index: 240;
    }

    header a{
        text-decoration: none !important;
    }

    .header_fix {
    }
    .header_fix.js_hide {
        transform: translateY(-100%);
    }

    header h1{
        font-size: 20px;
        line-height: 64px;
        margin: 0;
        padding-left: 80px;
        color: #242323;
    }

    header.second{
        background-color: #160909 !important;
    }

    header.second h1{
        color: white;
        font-size: 20px;
        line-height: 64px;
        margin: 0;
        padding-left: 80px;
    }

    header .toggle-button{
        position: absolute;
        display: block;
        width: 40px;
        height: 25px;
        top: 20px;
        right: 92px;
        cursor: pointer;
        z-index: 230;
    }

    header .toggle-button span{
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: #242323;
    }

    header.second .toggle-button span{
        background-color: #fff;
    }
    header .toggle-button.open span{
        background-color: #fff;
    }

    header .toggle-button span.bar-1{
        top: 0;
    }

    header .toggle-button span.bar-2{
        top: 11px;
    }

    header .toggle-button span.bar-3{
        top: 22px;
    }

    header .toggle-button.open span.bar-1{
        top: 12px;
        transform: rotate(45deg);
    }

    header .toggle-button.open span.bar-2{
        top: 11px;
        display: none;
    }

    header .toggle-button.open span.bar-3{
        top: 12px;
        transform: rotate(-45deg);
    }



    header ul.header-menu{
        display: block;
        position: absolute;
        top: 20px;
        right: 185px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    header ul.header-menu.open{
        display: none;
    }


    header ul.header-menu li{
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
    }
    header ul.header-menu li a{
            text-decoration: underline;
            color: black;
    }

    header ul.header-menu li a:visited{
        color: black;
}

    header.second ul.header-menu li{
        color: white;
    }
    header.second ul.header-menu li a{
        color: white;
    }

    header .header-logo{
        text-align: left;
        padding-left: 80px;
        padding-top: 21px;   
     }

    header .header-logo img{
        height: 20px;
        width: auto;
    }



    /* メニュー */
    .wrapper-menu{
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
    }

    .wrapper-menu .picture{
        float: left;
        width: 65%;
        height: auto;
    }

    .wrapper-menu:nth-of-type(2n) .picture{
        float: right;
        width: 65%;
        height: auto;
    }

    .wrapper-menu .picture img{
        width: 100%;
        height: auto;
    }

    .wrapper-menu .text{
        float: left;
        width: 30%;
        padding-right: 20px;
        box-sizing: border-box;
        margin-left: 5%;
    }

    .wrapper-menu:nth-of-type(2n) .text{
        float: right;
        width: 30%;
        padding-left: 20px;
        box-sizing: border-box;
        margin-right: 5%;
        margin-left: 0;
    }

    .wrapper-menu .text p{
        font-size: 16px;
        line-height: 30.2px;
        margin: 0;
    }

    p.type-tag{
        margin-bottom: 8px;
    }

    .wrapper-menu .text h4{
        font-size: 32px;
        line-height: 48px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 24px;
    }

    .wrapper-menu .text a{
        display: block;
        /* font-size: 24px;
        line-height: 36px; */
        text-decoration: underline;
        font-weight: 100;
        color: #b50007;
        margin-top: 24px;
    }

    .sub-picture{
        width: 1084px;
        margin: 0 auto;
        margin-top: 20px;
        
    }

    .sub-picture ul{
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        list-style: none;
    }

    .sub-picture ul li{
        float: left;
        width: 110px;
        height: 110px;
        overflow: hidden;
        margin-right: 10px;
        background-color: darkgrey;
    }

    .sub-picture ul li img{
        height: 110px;
        width: auto;
        object-fit: fill;
        object-position: 50% 50%;/* デフォルト値。center centerと同じ */
    }

    .sub-picture:nth-of-type(2n+1) ul li{
        float: right;
        width: 110px;
        height: 110px;
        margin-right: 0px;
        margin-left: 10px;
        background-color: darkgrey;
    }

    .menu-devider{
        width: 400px;
        display: block;
        margin: 80px auto;
    }

    /* オンラインショップ */
    ul.ec-cards{
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }
    ul.ec-cards li{
        float: left;
        width: 240px;
        margin-bottom: 40px;
    }

    ul.ec-cards li:nth-of-type(3n-1){
        margin: 0 40px;
    }

    ul.ec-cards li a{
        text-decoration: none;
    }

    ul.ec-cards li img{
        width: 100%;
        margin-bottom: 20px;
    }

    ul.ec-cards li .tag{
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        color: white;
        text-align: center;
        padding: 2px 4px;
        border-radius: 2px;
        background-color: #242323;
        text-decoration: none;
        vertical-align: middle;
        margin:0 ;

    }


    ul.ec-cards li .product-name{
        font-size: 24px;
        line-height: 36px;
        color: #242323;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    ul.ec-cards li .price{
        font-size: 16px;
        line-height: 24px;
        color: #242323;
        margin: 0;
    }

    /* お知らせ */
    .wrapper-infomation{
        width: 100%;
        overflow: hidden;
        margin-bottom: 52px;
    }

    .wrapper-infomation a{
        color: #242323;
    }

    .wrapper-infomation .picture{
        width: 200px;
        height: 200px;
        padding: 10px;
        float: right;
        border: solid 1px #f3f3f3;
        box-sizing: border-box;
    }

    .wrapper-infomation .picture img{
        width: 100%;
        text-align: center;
    }

    .wrapper-infomation .text{
        float: right;
        width: 600px;
        padding-left: 24px;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .wrapper-infomation .text p.date{
        font-size: 12px;
        line-height: 17.38px;
        color: #787878;
        margin: 0;
    }

    .wrapper-infomation .text p.title{
        font-size: 24px;
        line-height: 36px;
        margin: 0;
        font-weight: bold;
    }

    .wrapper-infomation .text p.contents{
        font-size: 16px;
        line-height: 30.2px;
        height: auto;
        margin: 0;
        padding-top: 0;
        min-width: auto;
    }

    #information a.ta-center{
            text-decoration: underline;
            text-align: center;
            display: block;
            color: #B50007;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 50px;
    }

    #information .sns{
        width: 240px;
    }

    #information .sns:nth-of-type(2n){
        margin-left: 24px;
    }

    /* 店舗情報 */

    #about img{
        width: 580px;
        height: auto;
        display: inline-block;
        margin-right:30px ;
    }

    #about p{
        font-size: 16px;
        line-height: 30.2px;
        margin-bottom: 16px;
        margin-top: 0;
        text-align: center;
    }

    .mgt80{
        margin-top: 80px;
    }


    /* お問い合わせ */
    table{
        width: 100%;
        margin-bottom: 40px;
    }
    table , td, th {
        border: none;
        border-collapse: collapse;
    }
    tbody{
        border-left: solid 1px;
    }
    td.icon{
        width: 96px;

    }
    td.question{
        width: 60px;
        vertical-align: top;
        padding-left: 24px;
        box-sizing: border-box;
    }
    td.question-a{
        vertical-align: top;
        /* padding-left: 24px; */
        box-sizing: border-box;
    }
    td.answer{
        width: 60px;
        vertical-align: top;
        font-weight: normal;
        padding-left: 24px;
        box-sizing: border-box;
    }
    td.answer-a{
        vertical-align: top;
        font-weight: normal;
        /* padding-left: 24px; */
        box-sizing: border-box;
    }

    td.answer.title{
    }
    /* td, th {
        padding: 3px;
        width: 30px;
        height: 25px;
    } */
    th {
        background: #f0e6cc;
    }
    .even {
        background: #fbf8f0;
    }
    .odd {
        background: #fefcf9;
    }

    table.tokusho{
        width: 100%;
        margin-bottom: 40px;
    }
    table.tokusho td, th {
        border: none;
        border-collapse: collapse;
        padding: 20px 0;
    }
    table.tokusho tbody{
        border-left: none;
    }

    /* 子ページ */
    .pagetitle{
        text-align: center;
        height: 115px;
        padding-top: 64px;
        background-color: #fff;
    }
    .pagetitle h2{
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .pagetitle h3{
        font-size: 40px;
        line-height: 60px;
        font-weight: bold;
        margin: 0;
    }

    .storetitle{
        text-align: center;
        height: 220px;
        padding-top: 80px;
        margin-top: 64px;
        background-color: #2b2020;
        box-sizing: border-box;
    }

    .storetitle h3{
        font-size: 40px;
        line-height: 60px;
        font-weight: bold;
        margin: 0;
        color: white;
    }

    .store-info{
        min-height: auto;
        padding: 20px 0px 0px 120px;
        width: 100%;
        overflow-x: scroll;
        box-sizing: border-box;
    }

    .store-info .store-info-wrapper{
        /* width: 100%;
        max-width: 1200px; */
        margin: 0 auto;
        overflow-x: scroll;
    }

    .store-info ul{
        margin: 0px;
        list-style: none;
        white-space: nowrap;
    }

    .store-info ul li{
        height: 200px;
        display: inline-block;
        margin-right: 10px;
    }

    .store-info ul li:last-of-type{
        margin-right: 0;
    }

    .store-info ul li.introduction{
        margin-right: 60px;
        width: 350px;
    }


    .store-info ul li img{
        width: auto;
        height: 200px;
    }


    li.introduction .wrap{
        overflow: hidden;
        width: 350px;
        margin-bottom: 24px;
    }

    li.introduction .wrap .picture{
        height: 160px;
        width: auto;
        float: left;
    }

    li.introduction .wrap .text{
        height: 160px;
        float: left;
        margin-left: 16px;
    }

    li.introduction .wrap .text p.category{
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    li.introduction .wrap .text h3.store-name{
        font-size: 40px;
        line-height: 60px;
        font-weight: bold;
        margin: 0;
    }



    .store-menu{
        position: relative;
        width: 1084px;
        margin: 0 auto;
        overflow: hidden;

    }

    .store-menu .picture{
        float: left;
        width: 700px;
        /* height: 400px; */
    }

    .store-menu .picture img{
        width: 100%;
        height: auto;
    }

    .store-menu .text{
        float: left;
        width: 340px;
        margin-left: 40px;
    }

    .store-menu .text p{
        font-size: 12px;
        line-height: 17.3px;
        margin: 0;
        margin-bottom: 16px;
    }

    p.type-tag{
        margin-bottom: 8px !important;
    }

    .menu-contents .menu-box{
        display: block;
        position: relative;
        margin-bottom: 16px;
    }

    .menu-contents .menu-box .price{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .store-menu .text h4{
        font-size: 32px;
        line-height: 48px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 24px;
    }

    .store-menu .text a{
        display: inline-block;
        font-size: 24px;
        line-height: 36px;
        text-decoration: underline;
        font-weight: 100;
        color: #242323;
        margin-top: 24px;

    }

    #store-detail .sub-picture{
        width: 1084px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 120px;
        
    }

    #store-detail .sub-picture ul{
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        list-style: none;
    }

    #store-detail .sub-picture ul li{
        float: left;
        width: 110px;
        height: 110px;
        margin-right: 10px;
        margin-left: 0;
        background-color: darkgrey;
    }

    #store-detail .sub-picture ul li img{
        width: 110px;
        height: 110px;
        object-fit: cover;
        object-position: 50% 50%;
    
    }



    .menu-contents{
        width: 100%;
        background-color: #f3f3f3;
        padding: 12px 18px;
        box-sizing: border-box;
    }

    .menu-contents h4{
        width: 240px;
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 8px !important;
        font-weight: bold !important;
    }

    .menu-contents p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    

    /* フッター */

    footer{
        width: 100%;
        height: 140px;
        background-color: #2b2020;
        padding: 24px 40px;
        box-sizing: border-box;
        position: relative;
    }

    footer ul{
        padding: 0;
        margin: 0;
        list-style: none;
        display:flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    footer ul li{
        font-size: 12px;
        line-height: 20px;
        margin: 0 20px;
        vertical-align: middle;
    }

    footer ul li a{
        color: white !important;
        text-decoration: none;
    }

    footer ul li a span{
        line-height: 20px;
        display: table-caption;
        padding-left: 5px;
    }

    footer ul li a img{
        width: 20px;
        height: 20px;
    }

    footer .copy{
        font-size: 12px;
        line-height: 18px;
        color: white;
        text-align: center;
    }

        /* 仮の設定 */
        .img-logo{
            width: 160px;
            height: 160px;
            display: inline-block;
            background-color: dimgrey;
        }

        .img-logo img{
            width: 160px;
            height: 160px;
        }

        .s-60{
            width: 60px;
            height: 160px;
            display: inline-block;
        }

        #KV{
            position: fixed;
            top: 0;
            left: 0;
            padding: 0;
            width: 100%;
            height: 90vh;
            overflow: hidden;
            line-height: 0;
            display: flex; /* 要素をflexboxに対応させる */
            align-items: center; /* 縦方向の中央揃え */
            justify-content: center; /* 横方向の中央揃え */  
                 
        }

        #KV img{
            height: auto;
            width: 100%;
            margin: 0;
            object-fit: cover;
            object-position: 50% 50%;
        }

        #KV .logo{
            width: 200px;
            height: 400px;
            position: absolute;
            top: 120px;
            right: 160px;
        }

        #KV .logo img{
            width: 200px;
            height: auto;
            min-height: auto;
        }

        #greeting{
            margin-top: 90vh;
        }
    
        .menu-back{
            display: none;
            width: 100%;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 90;
            background-color: rgba(0,0,0,0.7);
        }

        .menu-back.open{
            display: block;
        }

        .menu{
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 720px;
            height: 100vh;
            background-color:#160909;
            z-index: 220;
        }
        .menu.open{
            display: block;
        }

        .menu ul{
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .menu ul li{
            text-align: center;
            color: #fff;
        }

        .menu ul li a{
            color: white;
            text-decoration: none;
        }

        .menu ul.main-menu li{
            font-size: 20px;
            line-height: 30px;
            font-weight: bold;
            margin-bottom: 24px;
        }

        .menu ul.sub-menu li{
            font-size: 20px;
            line-height: 30px;
            font-weight: normal;
            margin-bottom: 24px;
        }

        .menu ul.sub-menu hr{
            width: 90px;
            text-align: center;
            color: white;
            margin-bottom: 24px;
        }

        .menu ul.sns-menu{
            display: flex;
            justify-content: center;
        }
        .menu ul.sns-menu li{
            font-size: 12px;
            line-height: 16px;
            font-weight: normal;
            margin: 0 20px;
        }

        .menu ul.sns-menu li a{
            vertical-align: middle;
        }

        .menu ul.sns-menu li a img{
            width: 16px;
            margin-right: 3px;
            margin-top: 3px;
        }

        .menu ul.sns-menu li a span{
            display: table-caption;
            margin-top: -3px;
        }
        

        .menu-wrap{
            width: 100%;
            height: 375px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }

        .fixed-menu{
            position: fixed;
            display: block;
            z-index: 200;
            bottom: 40px;
            right: 80px;
            width: 200px;
            height: 90px;
            background-color: #393939;
            border-radius: 8px;
            text-align: center;
            color: white;
            -webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
            -moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
            -ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
            filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
        }

        .fixed-menu.js_hide{
            display: none;
        }

        .fixed-menu p{
            font-size: 12px;
            margin-top: 8px;
            margin-bottom: 4px;
        }

        .fixed-menu ul{
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .fixed-menu li{
            font-size: 16px;
            font-weight: bold;
            line-height: 24px;
        }

        .fixed-menu li a{
            color: white;
            text-decoration: underline;
        }

        .divider{
            width: 300px;
            display: block;
            margin: 32px auto;
        }

        .center{
            text-align: center;
        }


        .goods-summary{
            width: 100%;
            overflow: hidden;
        }

        .goods-summary .picture{
            float: left;
            width: 600px;
            padding-right: 64px;
            box-sizing: border-box;
        }

        .goods-summary .picture .main img{
            width: 100%;
        }

        .goods-summary .picture .sub{
            width: 100%;
        }

        .goods-summary .picture .sub ul {
            list-style: none;
            padding: 0;
        }

        .goods-summary .picture .sub ul li{
            width: 110px;
            height: 110px;
            background-color: #f8f8f8;
            float: left;
            margin-right: 10px;
        }

        .goods-summary .text{
            float: left;
            width: 480px;
        }

        .goods-summary .text .title{
            font-weight: 300;
            font-size: 32px;
            line-height: 48px;
            margin-top: 0;
            margin-bottom: 8px;
        }

        .goods-summary .text .explanation{
            font-size: 16px;
            line-height: 24px;
            color: #242323;
            margin-bottom: 30px;
        }

        .goods-summary .text .price{
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 30px;

        }

        .goods-summary .text .button{
            width: 100%;
            height: 70px;
            border-radius: 40px;
            background-color: #242323;
            color: #ffffff;
            font-size: 20px;
            line-height: 70px;
            text-align: center;
        }

        .goods-summary .text .button a{
            color: white;
            display: block;
            text-decoration: none;
        }

        .goods-detail{
            margin-top: 80px;
            margin-bottom: 80px;
            font-size: 12px;
            line-height: 18px;
        }

        .info-hassou{
            width: 100%;
            overflow: hidden;
        }

        .info-hassou .left{
            float: left;
            width: 680px;
            font-size: 20px;
            line-height: 30px;
        }

        .info-hassou .right{
            float: left;
            width: 400px;
            text-align: center;
        }

        .info-hassou .right img{
            width: 300px;
        }

        #recommend{
            padding: 40px 0 30px 0;
        }

        #recommend h3{
            font-weight: normal;
        }

        section#privacy{
            min-height: calc(100vh - 140px);
            box-sizing: border-box;
            line-height: 2rem;
        }
        #privacy .inner{
            width: 80%;
            margin: 0 auto;
        }

        iframe {
            width: 580px !important;
            height: 380px;
            display: inline-block;
          }
        .fb-responsive{
            width: 500px;
            margin: 0 auto;
        }

        .nomimono{
            font-size: 16px;
            line-height: 30px;
            padding-bottom: 160px;
        }

        .footer-logo{
            height: 160px;
            width: auto;
            display: block;
            margin: 0 auto;
            margin-top: 200px;
            margin-bottom: 80px;
        }

        .saikochiku{
            font-size: 16px;
            line-height: 45px;
            width: 120px;
            text-align: center;
            height: 47px;
            border: solid 1px #D9D9D9;
            margin: 0 0 0 auto;
        }
        
        a.comming{
            opacity: 0.4;
        }

        .w680{
            width: 680px;

        }


        .tokishirazu-kv{
            width: 100%;
            height: 85vh;
            background-color: white;
            padding: 0;
            position: relative;
        }
        .tokishirazu-kv.oseki{
            width: 100%;
            height: 100px;
            background-color: white;
            padding: 0;
            position: relative;
        }

        .toki-kv{
            width: 100%;
            height: 85vh;
            object-fit: cover;
            object-position: 50% 50%;
            margin: 0;
        }
        .tokishirazu-kv .text{
            text-align: center;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            color: black !important;
            height: 200px;
            width: 400px;
            text-shadow: #Fff 2px 0 5px;
        }
        .tokishirazu-kv .text .category{
            font-size: 20px;
            line-height: 20px;
            margin: 0;
            text-shadow: #Fff 1px 0 10px;
            margin-bottom: 24px;
        }
        .tokishirazu-kv .text h3{
            font-size: 40px;
            line-height: 60px;
            margin: 0;
            color: black !important;
            text-shadow: #Fff 1px 0 10px;
        }
        .menu-logo-tokishirazu{
            width: 100px;
            position: absolute;
            left: 100px;
            top: 130px;
        }

        .menu-logo-muhyo{
            width: 80px;
            position: absolute;
            left: 100px;
            top: 180px;
        }

        .text.second{
            padding-left: 10px;
            box-sizing: border-box;
        }
        .mgb30{
            margin-bottom: 120px;
        }

        .mgb80{
            margin-bottom: 80px !important;
        }
    
        section.oseki{
            width: 100%;
            background-color: #F8F8F8;
            min-height: 100vh;
            height: auto;
            padding: 80px 0 80px 0;
        }

        .oseki-text{
            text-align: center;
            margin: 0 auto 120px auto;
        }

        .oseki-text h2{
            font-size: 40px;
        }

        .oseki-text p{
            font-size: 16px;
            line-height: 30.2px;
            font-weight: 400;
        }

        .oseki-text a{
            font-size: 16px;
            line-height: 30.2px;
            color: #B50007;
            text-decoration: underline;
        }

        .oseki-card{
            width: 560px;
            padding: 40px;
            box-sizing: border-box;
            background-color: #fff;
            margin: 0 auto 120px auto;
        }

        .oseki-card img{
            width: 100%;
        }
        .oseki-card h3{
            font-size: 36px;
            font-weight: 400;
            margin: 24px 0 16px 0;
        }

        .oseki-card p{
            font-size: 16px;
            line-height: 30.2px;
            font-weight: 400;
        }

        .oseki-card .quote{
            background-color: #F3F3F3;
            width: 100%;
            padding: 16px 16px 8px 16px;
            box-sizing: border-box;
            margin-bottom: 24px;
        }
        .oseki-card .quote p{
            margin-bottom: 8px;
            margin-top: 0;
            font-size: 12px;
            line-height: 17.38px;
        }
        .oseki-spacer{
            height: 24px;
            width: 100%;
            background-color: #fff;
        }
        .oseki-img-spacer{
            height: 16px;
            width: 100%;
        }
        .annai{
            color: #B50007 !important;
        }

        .answer-a p{
            margin-top: 0;
        }

        /* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    animation: sk-scaleout 3s infinite;
    animation-delay: 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .loaded {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }
  .spinner {
    opacity: 1;
    transition: 1s;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
  }
  .spinner img{
    width: 100%;
    height: auto;
  }
  /* ローディングアニメーション */
  @keyframes sk-scaleout {
    0% {
        background-color: rgba(255,255,255,1);
    }50% {
        background-color: rgba(255,255,255,0.95); 
    }
    100% {
        background-color: rgba(255,255,255,1); 
    }
    
}