body{
    color: #dbc5a4;
    background-color: #000;
    background-image: url('../img/line-left.png'),url('../img/line-right.png');
    background-repeat: repeat-y,repeat-y;
    background-position: top left, top right;
    background-size: 13%,13%;
}

.overwrappar{
    width: auto;
    overflow: hidden;
}

.wrapper{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2rem;
}

.wrapper .reserve{
    color: #fff;
    background-color: #06C755;
    position: fixed;
    height: 100px;
    width: 200px;
    bottom: 5vw;
    right: 5vw;
    z-index: 200;
    border-radius:  5%;
}

.wrapper .reserve div{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    height: 100%;
}

.wrapper .reserve div p{
    margin: auto;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}


.content{
    padding: 72px 0;
    width: 100%;
}

h1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 36px 0px;
}

p{
    display: inline-block;
}



/*   ファーストビュー　  */ 

.fv{
    position: relative;
    max-width: 1000px;
}

.light1{
    position: absolute;
    top: -200px;
    right: -500px;
}

.light2{
    position: absolute;
    bottom: -300px;
    left: -500px;
}

.fv .fvpc{
    max-width: 100%;
    max-height: auto;
}

.fvsp{
    display: none;
}





/*   reason   */

.reason{
    position: relative;
}

.light3{
    position: absolute;
    bottom: -300px;
    right: -500px;
}

.reason-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reason-list p{
    display: inline-block;
    padding: 18px 16px;
    border: 1px solid;
    border-color: #dbc5a4;
    font-size: 1.5rem;
}

.reason-list .top-reason{
    display: block;
    margin: 0 auto 12px;
    padding: 6px 18px;
    font-size: 3rem;
    font-weight: 1000;
}

.reason-list-shou{
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.reason-list-shou p{
    margin: 12px;
    font-weight: 800;
}

.reason-list-shou p br{
    display: none;
}




/*   menu   */

.menu{
    color: #fff;
    font-weight: 800;
    position: relative;
}

.menu .zeikomi{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.number1{
    text-align: center;
}

.number1 img{
    width: 500px;
    height: auto;
}

.number1 .omakase img{
    width: 88px;
}

.omakase{
    display: block;
    position: relative;
    margin: 24px;
    padding: 24px;
}

.left-grass{
    position: absolute;
    bottom: 0;
    left: 0;
}

.right-grass{
    position: absolute;
    bottom: 0;
    right: 0;
}

.omakasetext{
    padding: 18px;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    border: #fff solid 3px;
    border-image: linear-gradient(90deg, #fdca04, #e7bb55 20%, #fde166 60%, #f3dd7d 80%, #fdf7c8) 2;
}

.omakasetext p{
    margin: 0;
    padding: 24px;
}

.naraberu{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.naraberu p{
    display: inline-block;
    align-items: center;
}


.tanni{
    display: flex;
    align-items: center;
    font-weight: 800;
    margin-top: 42px;
}

.tanni span{
    font-size: 64px;
}

.tanni::after{
    content: '';
    margin-left: 36px;
    height: 3px;
    background-color: #333;
    flex-grow: 1;
    background-image: linear-gradient(90deg, #fdca04, #e7bb55 20%, #fde166 60%, #f3dd7d 80%, #fdf7c8);

}

.menulist{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menulist p{
    display: inline-block;
    font-size: 24px;
}

.menulist img{
    width: 150px;
    height: auto;
    margin-left: 60px;
}

.menulist .kingaku{
    color: #FF3D3D;
    margin-right: 60px;
    font-size: 36px;
}

.menu12list{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.menu12{
    width: 30%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.menu12 .kingaku{
    font-size: 36px;
    color: #FF3D3D;
    margin: 12px 0px;
}

.menu12 p{
    line-height: 1.5;
}

.option{
    display: flex;
    border: #fff 1px solid;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    padding: 24px 0px;
    margin-top: 42px;
}

.option p{
    display: inline-block;
    margin: 0 auto;
    line-height: 2;

}


.light4{
    position: absolute;
    bottom: -300px;
    left: -500px;
}





/*　　tejun　　　　*/

.tejun{
    position: relative;
}

.yokonarabi{
    max-height: 100%;
    display: flex;
    align-items: stre;
}

.yokonarabi img{
    max-height: 800px;
    max-width: auto;
}

.order-tejun{
    max-width: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.order-number{
    display: flex;
    align-items: center;
    font-size: 24px;
    flex: 1;
    line-height: 1.5;
}

.center-line img{
    width: auto;
    height: 80px;
    margin-right: 24px;
}

.center-line{
    position: relative;
}

.center-linebox{
    position: absolute;
    background-color: #dbc5a4;
    width: 5px;
    height: 150%;
    top: 0;
    left: 0;
    z-index: -50;
    margin: 50% 40%;
}

.light5{
    position: absolute;
    bottom: -300px;
    right: -500px;
}




/*　　　　pay　　　  */


.pay{
    margin: 72px 0px;
}

.shiharai{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 2;
}



/*　　　　pay　　　  */


.qrcord{
    background-color: #DBC5A4;
    padding: 72px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    display: flex;
    justify-content: space-around;
    color: #000;
    font-size: 24px;
    z-index: 100;
}

.qrcord a:link{
    color:#000;
    text-decoration:underline;
}

.qrcord a:hover{
    background-color: #000;
    color: #DBC5A4;
}



.qrcord p , .qrcord img{
    padding-bottom: 24px;
}

.instgram,.line{
    display: flex;
    flex-direction: column;
    align-items: center;
}



/*　　　　lust-content　　　　　*/

.lust-content{
    padding: 72px;
    background-color: #f6f6f6;
    color: #000;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    z-index: 100;
}

.chui{
    display: block;
    color: #ff0000;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 72px;
}

h2{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

.tokushohoushousai{
    border-bottom: #000 1px solid;
    padding: 42px
}

.tokushohoushousai h3{
    font-size: 36px;
    padding-bottom: 24px;
}

.tokushohoushousai p{
    padding-left: 36px;
    font-size: 24px;
    line-height: 1.5;
}

.lust-tokushohyou{
    border: none;
}



/*   footer    */

footer{
    color: #fff;
    background-color: #000;
    text-align: center;
    z-index: 100;
}

footer p{
    padding: 15px 0px;
    font-weight: 800;
}








@media screen and (max-width:768px) { 
    /*　画面サイズが768pxからはここを読み込む　*/

    body{
        color: #dbc5a4;
        background-color: #000;
        background-image: url('../img/line-left-sp.png'),url('../img/line-right-sp.png');
        background-repeat: repeat-y,repeat-y;
        background-position: top left, top right;
        width: auto;
    }

    p{
        font-size: 1rem;
    }


    .wrapper{
        display: block;
        max-width: 97vw;
        margin: 0 auto;
        font-size: 1rem;
    }


    .wrapper .reserve{
        height: 10vh;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 200;
        border-radius:  0;
    }


    .wrapper .reserve div p br{
        display: none;
    }


    .content{
        padding: 36px 0;
    }


    .light1 , .light2 , .light3 , .light4 , .light5{
        width: 100vw;
        height: auto;
    }


    /*　　タイトル　　*/

    h1{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 36px 0px;
    }

    h1 img{
        width: auto;
        height: 8px;
    }

    h1 .subtitle{
        height: 48px;
        width: auto;
    }

    h1 .subtitle img{
        height: 100%;
        width: auto;
    }



    /*　　　ファーストビュー　　　*/

    .fv .fvpc{
        display: none;
    }

    .fvsp{
        display: block;
        max-width: 100%;
        max-height: auto;
    }



    .light1{
        position: absolute;
        top: -150px;
        right: -100px;
    }

    .light2{
            position: absolute;
            bottom: -150px;
            left: -100px;
    }


    .reason-list-shou p{
        font-size: 1rem;
        padding: 12px;
        line-height: 1.5;
    }

    .reason-list-shou p br{
        display: block;
    }




    .light3{
        bottom: -150px;
        right: -100px;
    }

    /*　　メニュー　　*/




    .menu .zeikomi{
        font-size: 1rem;
    }


    .number1 img{
        height: 40vw;
        width: auto;
    }

    .number1 .omakase img{
        width: 15vw;
        height: auto;
    }

    .number1 .left-grass{
        left: 5px;
    }

    .number1 .right-grass{
        right: 5px;
    }

    .omakase{
        margin: 0;
        height: auto;
    }

    .omakasetext{
        font-size: 16px;
        line-height: 1.5;
    }

    .omakasetext p{
        margin: 0;
        padding: 0;
    }

    .naraberu{
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .naraberu p{
        display: inline-block;
        align-items: center;
    }



    .tanni{
        margin: 42px auto 0;
        width: 90vw;
        font-size: 1rem;
    }

    .tanni span{
        font-size: 32px;
    }


    .menulist{
        margin: 0 auto;
        width: 85vw;
    }

    .menulist p{
        font-size: 1rem;
    }

    .menulist .kingaku{
        font-size: 1.5rem;
        margin-right: 12px;
    }

    .menulist img{
        font-size: 1.5rem;
        margin-left: 5%;
        width: 30%;
        height: auto;
    }


    .menu12list{
        margin: 12px auto 0px;
        width: 85vw;
    }

    .menu12{
        width: 32%;
    }

    .menu12 p{
        font-size: 0.7rem;
    }

    .menu12 .kingaku{
        font-size: 1.3rem;
    }

    .option{
        max-width: 90vw;
        margin: 12px auto 0px;
        padding: 6px 12px;
    }

    .option p{
        display: inline-block;
        margin: 0 auto;
        padding:  6px 6px;
        font-size: 0.7rem;
        line-height: 2;
    }




    .light4{
        bottom: -150px;
        left: -100px;
    }



    /*　　注文手順　　*/

    .yokonarabi{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .order-tejun{
        margin: 0;
    }

    .order-number{
        text-align: left;
        padding: 12px 0;
        font-size: 1rem;
    }

    .center-line img{
        width: 15vw;
        height: auto;
        margin: 0 6px 0 0;
    }

    .center-linebox{
        height: 200%;
        width: 4px;
    }


    .light5{
        bottom: -150px;
        right: -100px;
    }




    /*　　　　お支払い方法　　　　　　*/

    .shiharai{
        font-size: 1rem;
    }

    .shiharai img{
        width: 40%;
    }



    /*　　　QRコード　　　*/

    .qrcord{
        font-size: 1rem;
        padding: 42px 0;
    }

    .qrcord img{
        width: 30vw;
    }




/*　　　特商法　　　*/

    .lust-content{
        padding: 36px 0;
    }


    .chui{
        padding:  36px 0;
        font-size: 1rem;
    }

    .shousai{
        padding: 0 12px;
    }

    .shousai h2{
        font-size: 1.5rem;
        padding-bottom: 18px;
    }

    .tokushohoushousai{
        padding: 24px 6px;
    }

    .shousai h3{
        font-size: 1rem;
        padding-bottom: 6px;
        font-weight: 800;
    }

    .shousai p{
        font-size: 1rem;
        padding-left: 12px;
    }



    footer{
        height: 16vh;
    }

    footer p{
        padding: 12px;
        font-size: 0.8rem;
    }

}