


.marker-orange {
    background: linear-gradient(transparent 70%, #ffa600b4 0%);
    }


/*ーーーーーーーーーーーーーーー
        ヘッダー
ーーーーーーーーーーーーーーーー*/



/* トップのスライダー */

.top-slider{
    width: 100%;
    height: 59vw;
}

.top-slider img{
    width: 100%;
    height: 59vw;
}

.top-view button{
    display: none !important;
    position: relative;
}

.top-text{
    position: absolute;
    top: 15%;
    left: 10%;
}

.top-text p{
    text-shadow: 2px 2px 6pxrgba(90, 89, 89, 0.3);
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 0.09em;

}

.top-text h1{
    text-shadow: 2px 2px 6px rgba(90, 89, 89, 0.3);
    font-size: 9rem;
    color: #fff;
    letter-spacing: 0.17em;
    font-weight: bolder;
    text-transform: uppercase;
}


/* 最新情報はSNSをチェック ーーーーーーーーーー*/

.br-sns-text{
    display: none;
}

.sns-text{
    margin-top: 30px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.sns-text p{
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.sns-text p::after{
    font-family: "Font Awesome 5 Free";
    content:"\f04b";
    font-style: normal;
    color: #444444;
    font-weight: 900;
}

.sns-text a i{
    margin-left: 12px;
    font-size: 2rem;
    background-color: #A72019;
    color: #fff;
    border-radius: 100px;
}

.sns-text a i:hover{
    background-color: #ae5a55;
}

.sns-text a .fa-twitter{
    padding: 9px 7px 7px 9px;
}

.sns-text a .fa-instagram{
    font-size: 2.2rem;
    padding: 7px 8px;
}

/* BASE ーーーーーーーーーー*/
.base{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    margin-right: 50px;
    margin-left: auto;
}

.base a{
    transition: all 0.3s ease;
}

.base a:hover{
    opacity: 0.6;
    transition: all 0.3s ease;
}

.base p{
    font-size: 2rem;
    color: #444;
}

.base p::after{
    font-family: "Font Awesome 5 Free";
    content:"\f04b";
    font-style: normal;
    color: #444444;
    font-weight: 900;
}

.base a img{
    padding-left: 10px;
    width: 120px;
}



/*ーーーーーーーーーーーーーーー
        メッセージ
ーーーーーーーーーーーーーーーー*/

.message-area{
    max-width: 950px;
    margin: 0 auto;
}


.message-area .container{
    margin: 0 20px;
}


/* TOP-MESSAGE ーーーーーーーーーーーー*/

.top-message{
    display: flex;
    justify-content: space-around;
}

.top-message h2{
    font-size: 4.5rem;
    letter-spacing: 0.13em;
    line-height: 2em;
    margin-top: 230px;
}

.top-message ul{
    margin-top: 100px;

}

.top-message ul li{
    box-shadow: 3px 3px 8px rgba(29, 29, 29, 0.2);
}

.message-img-01{
    width: 244px;
    height: 244px;
    border-radius: 200px;
    background-image: url(../img/top-01.jpg);
    background-position: 50% 50%;
    background-size: 250px;
    margin-left: 80px;
}
.message-img-02{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-image: url(../img/img-09.JPG);
    background-position:80% 50%;
    background-size: 262px;
    margin-top: 0px;
    margin-left: 250px;
}

.message-img-03{
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-image: url(../img/coffee.jpeg);
    background-position: 100% 50%;
    background-size: 200px;
    margin-top: -60px;
    margin-left: 70px;
}



/*ーーーーーーーーーーーーーーー
        ACCESS
ーーーーーーーーーーーーーーーー*/

.access-area{
    margin: 0 auto;
    margin-top: 200px;
    max-width: 1000px;
    padding-top: 30px;

}


.access-area .container .contents{
    max-width: 1000px;
    position: relative;
}

.access-bord{
    position: absolute;
    right: -20px;
    top: 44px;
}

.access-btn{
    position: absolute;
    left: 0;
    bottom: -30px;
}



/* アクセスタイトルーーーーーーーーーー */



.access-area .ttl::before{
    content:"アクセス";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 64px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .access-area .ttl::before {
    margin-left: 34px;
}

/* アクセスボードーーーーーーーーーーー */
.access-bord-contents{
    position: relative;
}

.bord-text{
    background-color: #271F1C;
    max-width: 445px;
    margin-top: 10px;
    padding: 10px;
}


.bord-rope{
    position: absolute;
    top:-67px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.bord-coment{
    position: absolute;
    top:23px;
    left: 282px;
}

.bord-text-contents{
    position: relative;
    border: 1px solid #fff;
    padding: 28px 0;
    padding-left: 20px;
    padding-right: 100px;
}

.bord-text-contents::before{
    position: absolute;
    content: url(../img/bord-text@3x.png);
    right: 4px;
    top: 10px;
}

.bord-text-main{
    font-size: 2.2rem;
    color: #fff;
}

.bord-text-sub{
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1.6em;
}

.access-bord-contents div p:last-of-type{
    margin-bottom: 12px;
}

.access-area span{
    letter-spacing: 0.1em;
}


/* アクセスボタンーーーーーーーーーーー */
.access-btn{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFA;
    border-top-right-radius: 60px;
    padding-top: 24px;
    padding-right: 50px;
    padding-left: 10px;
}

.access-btn p:first-of-type{
    font-size: 14px;
    letter-spacing: 0.05em;
}

.access-btn p:first-of-type::before{
    content: url(../img/before-line.svg);
    display: inline-block;
}

.access-btn p:first-of-type::after{
    content: url(../img/after-line.svg);
    display: inline-block;
}

.access-btn p:last-of-type{
    font-size: 1.8rem;
    letter-spacing: 0.09em;
    padding: 15px 20px;
    background-color: #A72019;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    
}

.access-btn p:last-of-type:hover{
    background-color: #ae5a55;
}

.access-btn p a{
    font-size: 1.8rem;
    color: #fff;
}

/* アクセスマップ〜ーーーーーーー〜ー */

/* .access-map{
    overflow: hidden;
} */


/*ーーーーーーーーーーーーーーー
        MENU
ーーーーーーーーーーーーーーーー*/

/* メニュータイトル〜ーーーーーーーー */

.menu-area{
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.menu-area .ttl::before{
    content:"メニュー";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 64px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .menu-area .ttl::before {
    margin-left: 34px;
}

.menu-area .dtl{
    width: auto;
    text-align: center;
    margin: 0 auto;;
    font-size: 1.8rem;
    margin-top: -44px;
    margin-bottom: 90px;
}

/* メニュースライダー〜ーーーーーーーーー */

.menu-slider　.slick-slide {
    transition: all 0.5s;
}
.menu-slider .slick-slide:not(.slick-current) {
    opacity: 1;
}

.menu-dtl{
    max-width: 1180px;
    margin: 0 auto;
}
.menu-slider{
    
    margin: 0 auto;
}

.menu-slider li{
    display: flex !important;
    align-items: flex-start;
}

.menu-slider .slick-slide{
    width: 100%;
    padding: 0  50px;
}

.menu-slider li img{
    width: 640px;
    border-radius: 10px;
    margin-right: 40px;
    margin-left: 40px;
    margin-left: 0px;
    padding-left: 0px;
}
.menu-slider li p{
    padding-right: 0px;

}


.menu-slider li p:first-of-type{
    font-size: 2.5rem;
}

.menu-slider li p:last-of-type{
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}


.thumbnail-menu-slider{
    margin-top: 20px;
    max-width: 700px;
    margin-left: 61px;
}

.thumbnail-menu-slider li img{
    width: 150px;
    border-radius: 400px;
    z-index: 1;
}

.thumbnail-menu-slider button{
    display: none !important;
}


.menu-slider{
    position: relative;
}


.menu-slider::before{
    position: absolute;
    content: "Delicious!";
    font-size: 4.8rem;
    color: #444444;
    font-family: satisfy;
    font-weight: 100;
    top: -27px;
    left: 60px;
    z-index: 10;
    border-radius: 1px;
}





/* .menu-slider .slick-list{
    z-index: -1;
} */


/* 左右のボタン */

.menu-slider .prev-arrow{
    position: relative;
    bottom: 0;
    
}
.menu-slider .next-arrow{
    position: relative;
    top: 0;
    
}

.menu-slider .prev-arrow::before{
    position: absolute;
    content: "Prev";
    font-size: 3.2em;
    top: 315px;
    left: 0px;
    z-index: 10;
    transition: all 300ms;
}

.menu-slider .prev-arrow:hover::before{
    color: #707070;
}


.menu-slider .prev-arrow::after{
    position: relative;
    content: "";
    width: 1000px;
    display: block;
    bottom: -360px;
    left: -930px;
    z-index: 10;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}

.menu-slider .next-arrow::before{
    position: absolute;
    content: "Next";
    font-size: 3.2em;
    top: -83px;
    right: 152px;
    z-index: 10;
    transition: all 300ms;
}

.menu-slider .next-arrow:hover::before{
    color: #707070;
}

.menu-slider .next-arrow::after{
    position: relative;
    content: "";
    width: 1000px;
    display: block;
    bottom: 38px;
    right: -770px;
    z-index: 10;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}

.thumbnail{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.thumbnail-menu-slider li.slick-current img{
    border: solid #FFE72F 5px;
}



.thumbnail-menu-slider  li img{
    transition: all 300ms;
}

.thumbnail-menu-slider li img:hover{
    opacity: 0.5;
}

/* メニュー一覧ボタンーーーーーーーーー */
.menu-btn{
    display: block;
    margin-top: 60px;
    padding-right: 5px;
    width: 220px;
}

.menu-btn .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-btn .inner p{
    font-size: 14px;
    letter-spacing: 0.05em;
}

.menu-btn .inner p::before{
    content: url(../img/before-line.svg);
    display: inline-block;
}

.menu-btn .inner p::after{
    content: url(../img/after-line.svg);
    display: inline-block;
    margin-left: -6px;
}

.menu-btn .inner div{
    position: relative;
}

.menu-btn .inner a{
    display: inline-block;
    background-color: #A72019;
    color: #fff;
    font-size: 1.6rem;
    padding: 17px 48px;
    border-radius: 5px;
    transition: all 300ms;
}

.menu-btn .inner a:hover{
    margin-top: 5px;
    margin-left: 5px;
}

.menu-btn .inner div div{
    z-index: -2;
    position: absolute;
    content: "";
    width: 192px;
    height: 58px;
    background-color: #FFFFFA;
    border: 2px solid #444444;
    border-radius: 5px;
    top: 5px;
    left: 5px;
}



/*ーーーーーーーーーーーーーーー
        PICTURE
ーーーーーーーーーーーーーーーー*/

/* 写真タイトル〜ーーーーーーーー */

.picture-area{
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 100%;
    overflow: hidden;
}

.picture-area .container{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}


.picture-area .section-top{
    position: absolute;
    max-width: 800px;
    background-color: #FFFFFA;
    /* border: 2px solid #444444; */
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 10;
    padding: 0 60px;
}


.picture-area .ttl::before{
    content:"店内写真";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 60px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
    margin-left: 30px;
}

.picture-area .dtl{
    width: auto;
    text-align: center;
    margin: 0 auto;;
    font-size: 1.8rem;
    margin-top: -44px;
    margin-bottom: 50px;
}

/* 写真スライダー〜ーーーーーーーー */

.picture-slider{
    margin: 0 auto;
    max-width: 800px;
    z-index: 0;
    padding-top: 60px;

}

.picture-slider li img{
    border-radius: 10px;
}



.picture-slider .prev-arrow::before{
    position: absolute;
    content: "Prev";
    font-size: 3.2em;
    top: 370px;
    left: -100px;
    z-index: 10;
    transition: all 300ms;
}

.picture-slider .prev-arrow:hover::before{
    color: #707070;
}

.picture-slider .prev-arrow::after{
    position: relative;
    content: "";
    width: 1000px;
    display: block;
    bottom: -350px;
    left: -1020px;
    z-index: 10;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}

.picture-slider .next-arrow::before{
    position: absolute;
    content: "Next";
    font-size: 3.2em;
    top: 370px;
    right: -100px;
    z-index: 10;
    transition: all 300ms;
}

.picture-slider .next-arrow:hover::before{
    color: #707070;
}

.picture-slider .next-arrow::after{
    position: relative;
    content: "";
    width: 1000px;
    display: block;
    bottom: 260px;
    right: -820px;
    z-index: 10;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}

.picture-area .slide-dots button{
    display: none;
}

.picture-area .slide-dots{
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.picture-area .slide-dots li{
    position: relative;
    margin-right: 24px;
}

.picture-area .slide-dots li::after{
    position: absolute;
    content: "";
    background-color: #999999;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.picture-area .slide-dots .slick-active::after{
    background-color: #a72019;
}

/* 写真一覧ボタンーーーーーーーーー */

.picture-btn{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 640px;
    /* bottom: -100px; */
    right: -20px;
    z-index: 10;
    background-color: #FFFFFA;
    width: 350px;
    padding: 50px 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 300ms;
}

.picture-btn a:hover{
    margin-top: 5px;
    margin-left: 5px;
}


.picture-btn div{
    position: relative;
}

.picture-btn a{
    display: inline-block;
    background-color: #A72019;
    color: #fff;
    font-size: 1.6rem;
    padding: 17px 48px;
    border-radius: 5px;
    transition: all 300ms;
}

.picture-btn div div{
    position: absolute;
    content: "";
    width: 224px;
    height: 58px;
    background-color: #FFFFFA;
    border: 2px solid #444444;
    border-radius: 5px;
    top: 5px;
    left: 5px;
    z-index: -2;
}


/*ーーーーーーーーーーーーーーー
        CONCEPT
ーーーーーーーーーーーーーーーー*/

/* コンセプトタイトル〜ーーーーーーーー */

.concept-area{
    padding-top: 30px;
}

.concept-area .ttl{
    margin-bottom: 120px;
    margin-top: 100px;
}

.concept-area .ttl::before{
    content:"コンセプト";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 60px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .concept-area .ttl::before {
    margin-left: 30px;
}

/* ３っつのコンセプトーーーーーーーー */
.concept-area .contents{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 180px;
}

.concept-area .contents li{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}



.concept-area .contents li p{
    font-size: 2.6rem;
    margin-bottom: 60px;
}

.concept-area .contents li:nth-child(2) img{
    margin-top: 0px;
}




/* こだわりーーーーーーーー */

.concept-area .contents-02 picture img{
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}

.contents-02 .inner{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.commitment{
    max-width: 1080px;
}

.commitment ul{
    display: flex;
    align-items: center;
    padding: 26px 56px;
    background-color: #F6EEE6;
    border-radius: 10px;
}

.commitment ul p:first-of-type{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 0.09em;
    line-height: 1.5em;
}

.commitment ul p:last-of-type{
    font-size: 1.8rem;
    letter-spacing: 0.09em;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 10px;
}

.commitment ul li img{
    max-width: 450px;
    border-radius: 10px;
}

.commitment ul li:first-of-type{
    margin-right: 50px;
}

.commitment-01{
    margin-bottom: 90px;
}


/* こだわり装飾ーーーーーーー */

.commitment{
position: relative;
}

.commitment-01 > img:first-of-type{
    position: absolute;
    top: -48px;
    left: -10px;

}

.commitment-01 > img:last-of-type{
    position: absolute;
    top: -20px;
    right: -20px;
}

.commitment-02{
    margin-bottom: 90px;
    position: relative;
}

.commitment-02 > img:first-of-type{
    position: absolute;
    bottom: -20px;
    left: -20px;

}

.commitment-02 > img:last-of-type{
    position: absolute;
    top: -30px;
    right: -14px;
}



/*ーーーーーーーーーーーーーーー
        FOOTER
ーーーーーーーーーーーーーーーー*/
/* フッターテキストフロントページ */
.footer-front{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

.footer-front p{
    font-size: 2.4rem;
    letter-spacing: 0.09em;
    margin-right: 20px;
}

.footer-front img{
    margin-bottom: 48px;
}

footer .page-top-btn {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* ----------------------------------------------------------------------------------- */
@media screen and (max-width:1100px){
    .access-bord{
        position: absolute;
        right: 0px;
        top: 44px;
    }

    /* メニュースライダー */

    .menu-dtl{
        max-width: 900px;
        margin: 0 auto;
    }

    .menu-slider li img{
        max-width: 640px;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    


    .menu-slider li{
        flex-direction: column-reverse;
        align-items: center;
        max-width: 900px;
    }

    .thumbnail{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .menu-slider .slick-slide{
        width: 100%;
        padding: 0px;
    }
    
    .menu-slider li img{
        width: 600px;
    }
    .menu-slider li p{
        width: 600px;
        padding-right: 0px;
    }
    
    
    .menu-slider li p:first-of-type{
        font-size: 2.5rem;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .menu-slider li p:last-of-type{
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 40px;
    }

    .thumbnail-menu-slider{
        margin-top: 20px;
        max-width: 700px;
        margin-left: 90px;
    }


    .menu-slider .prev-arrow::before{
        top: 473px;
        left: 44px;
    }
    
    
    
    .menu-slider .prev-arrow::after{
        bottom: -518px;
        left: -880px;
    }
    
    
    

}





@media screen and (max-width:1020px){

    /* トップの三つの写真 */
    .message-img-01{
        width: 200px;
        height: 200px;
        margin-left: 60px;
    }
    .message-img-02{
        width: 160px;
        height: 160px;
        margin-left: 230px;
    }
    .message-img-03{
        width: 130px;
        height: 130px;
        margin-left: 50px;
    }
    



    /* こだわり */
    .commitment ul{
        flex-direction: column;
    }

    .commitment-01 ul:last-of-type{
        flex-direction: column-reverse;
    }


    .commitment ul li img{
        max-width: 100%;
    }

    .commitment ul li:first-of-type {
        margin-right: 0px;
    }


    .commitment ul p:last-of-type {
        font-size: 1.8rem;
        letter-spacing: 0.09em;
        font-weight: 500;
        line-height: 2em;
        margin-bottom: 30px;
    }

    .commitment ul{
        flex-direction: column;
    }
}

@media screen and (max-width:1000px){
    .picture-slider .prev-arrow::before{
        display: none;
    }
    
    
    .picture-slider .prev-arrow::after{
        display: none;
    }
    
    .picture-slider .next-arrow::before{
        display: none;
    }
    
    
    .picture-slider .next-arrow::after{
        display: none;
    }

}


@media screen and (max-width:900px){

    /* トップテキスト */
    .top-text{
        top: 11vw;
        left: 7vw;
    }
    .top-text p{
        font-size: 2.2rem;
    }
    .top-text h1{
        font-size: 6.2rem;
    }

    /* メッセージエリア */
    .top-message h2{
        font-size: 4rem;
        margin-top: 160px;
    }

    .message-img-01{
        width: 160px;
        height: 160px;
        margin-left: 60px;
        background-position: 50% 50%;
        background-size: 200px;
    }
    .message-img-02{
        width: 120px;
        height: 120px;
        margin-left: 190px;
        background-position:80% 50%;
        background-size: 200px;
    }
    .message-img-03{
        width: 100px;
        height: 100px;
        margin-left: 50px;
        margin-top: -50px;
        background-position: 100% 50%;
        background-size: 134px;
    }
    

    /* アクセスエリア */
    .access-area .ttl{
        margin-bottom: 428px;
    }
    .access-bord{
        top: -170px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .bord-text-contents{
        padding-right: 0px;
        padding-top: 50px;
    }


    /* メニュースライダー */
    .menu-slider .slick-slide:not(.slick-current) {
        opacity: 0;
    }
    

    .menu-slider .prev-arrow::before{
        display: none;
    }
    .menu-slider .prev-arrow::after{
        display: none;
    }
    .menu-slider .next-arrow::before{
        display: none;
    }
    
    .menu-slider .next-arrow::after{
        display: none;
    }

    .menu-slider::before{
        display: none;
    }

    .menu-slider .slick-list{
        padding: 0 3% 0 5% !important;
    }

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

    .menu-slider li p:first-of-type{
        font-size: 2.5rem;
        margin-top: 0px;
        margin-bottom: 10px;
        width: auto;
    }
    
    .menu-slider li p:last-of-type{
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 70px;
        width: auto;
    }

    .thumbnail-menu-slider{
        margin: 0 auto;
        margin-top: 20px;
        max-width: 700px;
    }

    .thumbnail-menu-slider li img{
        margin: 0 auto;
        width: 150px;
    }


}

@media screen and (max-width:800px){


    /* 店内写真 */
    .picture-area {
        padding-top: 300px;
    }

    .picture-area .section-top{
        position: static;
        padding: 0;
    }

    .picture-area .dtl{
        margin-bottom: 0px;
    }

    .picture-slider li img{
        max-width: 90%;
        margin: 0 auto;
    }

    .picture-btn{
        top: 800px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    /* ３っつのコンセプトーーーーーーーー */
    .concept-area .ttl{
        margin-right: 0;
        margin-top: 200px;
    }

    .concept-area .contents{ 
        max-width: 100%;
        justify-content: space-around;
        flex-direction: column;
        margin-bottom: 100px;
    }

    .concept-area .contents li{
        margin-left: 0px;
        margin-bottom: 100px;
    }


    .concept-area .contents li p{
        font-size: 2.6rem;
        margin-bottom: 50px;
    }

    .concept-area .contents li:nth-child(2) img{
        margin-top:　0px;
    }




}

@media screen and (max-width:700px){
    .ttl{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 68px;
        margin-right: 25px;
    }

    /* トップ */


    .sns-text{
        margin-right: 10px;
        margin-left: 10px;
        justify-content: center;
    }

   

    .sns-text a{
        display: none;
    }


    .sns-text p::after{
        display: none;
    }


    /* BASE ーーーーーーーーーー*/
    .base{
        flex-direction: column;
        margin-top: 15px;
        margin-right: 0;
    }

    .base a{
        padding-top: 15px;
    }

    .base p::after{
        display: none;
    }

    .base a img{
        padding-left: 0px;
    }

    /* メッセージエリア */
    .top-message h2{
        font-size: 3rem;
        margin-top: 160px;
    }

    .message-img-01{
        width: 140px;
        height: 140px;
        margin-left: 60px;
        background-position: 50% 50%;
        background-size: 140px;
    }
    .message-img-02{
        width: 100px;
        height: 100px;
        margin-left: 158px;
        background-position:80% 50%;
        background-size: 134px;
    }
    .message-img-03{
        width: 85px;
        height: 85px;
        margin-left: 50px;
        margin-top: -50px;
        background-position: 100% 50%;
        background-size: 120px;
    }

    /* メニュースライダー */
    .thumbnail-menu-slider{
        margin: 0 auto;
        margin-top: 20px;
        max-width: 600px;
    }

    .thumbnail-menu-slider li img{
        margin: 0 auto;
        width: 150px;
    }

    .thumbnail-menu-slider .slick-slide{
        width: 200px !important;
    }

    /* 店内写真 */
    .picture-area{
        padding-top: 210px;
    }
    .picture-btn{
        top: 800px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
    }

    /* フッター */
    .footer-front p{
        font-size: 2rem;
    }



}


@media screen and (max-width:650px){

    .top-message h2{
        font-size: 2.9rem;
    }

    .access-bord{
        top: -370px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        padding: 0 14%;
    }

}

@media screen and (max-width:600px){
    


     /* メッセージエリア */
    .message-area .container{
        margin: 0 14px;
    }


    .top-message{
        flex-direction: column;
        align-items: center;
    }

    .top-message ul{
        margin-top: 110px;
    }

    .top-message h2{
        font-size: 3.2rem;
        margin-top: 120px;
    }

    .message-img-01{
        width: 150px;
        height: 150px;
        margin-left: 30px;
        background-position: 50% 50%;
        background-size: 150px;
    }
    .message-img-02{
        width: 120px;
        height: 120px;
        margin-left: 158px;
        background-position:80% 50%;
        background-size: 159px;
    }
    .message-img-03{
        width: 100px;
        height: 100px;
        margin-left: 25px;
        margin-top: -21px;
        background-position: 100% 50%;
        background-size: 134px;
    }

    .top-slider {
        height: 96vw;
    }
    .top-slider img{
        height: 96vw;
    }

    /* トップテキスト */
    .top-text{
        position: static;
        text-align: center;
        background-color: #a72019;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
        
    }
    .top-text p{
        font-size: 1.8rem;
        margin-bottom: -7px;
        text-shadow: 0px 0px 0px #fff;
    }
    .top-text h1{
        font-size: 5.1rem;
        text-shadow: 0px 0px 0px #fff;
    }

    .ttl{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 68px;
        margin-right: 5px;
    }
    
    
    .ttl h3{
        font-size: 4rem;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }
    
    .ttl > img{
        margin-right: 10px;
        width: 40px;
    }

    .access-area .ttl::before{
        content:"アクセス";
        color: #444444;
        position: absolute;
        font-size: 2rem;
        top: -22px;
        margin-left: 64px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .access-area .ttl::before {
        margin-left: 30px;
    }

    .menu-area .ttl::before{
        content:"メニュー";
        color: #444444;
        position: absolute;
        font-size: 2rem;
        top: -22px;
        margin-left: 64px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .memu-area .ttl::before {
        margin-left: 30px;
    }

    .menu-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.6rem;
        margin-top: -44px;
        margin-bottom: 90px;
        padding: 0 5%;
    }
    
    

    .picture-area .ttl::before{
        content:"店内写真";
        color: #444444;
        position: absolute;
        font-size: 2rem;
        top: -22px;
        margin-left: 60px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
        margin-left: 26px;
    }

    .picture-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.8rem;
        margin-top: -44px;
        margin-bottom: 50px;
        padding: 0 5%;
    }


    .picture-btn{
        top: 130vw;
    }

    .picture-slider{
        padding-top: 0;
    }


    .concept-area .ttl::before{
        content:"コンセプト";
        color: #444444;
        position: absolute;
        font-size: 1.8rem;
        top: -22px;
        margin-left: 46px;
        letter-spacing: 0.04em;
    }
    

    _::-webkit-full-page-media, _:future, :root .concept-area .ttl::before {
        margin-left: 16px;
    }




    /* メニュースライダー */

    .thumbnail-menu-slider{
        margin: 0 auto;
        margin-top: 20px;
        max-width: 450px;
    }

    .thumbnail-menu-slider li img{
        margin: 0 auto;
        width: 116px;
    }

    .thumbnail-menu-slider .slick-slide{
        width: 150px !important;
    }

    /* フッター */
    .footer-front{
        flex-direction: column;
        margin-right: 0;
    }

    .footer-front p{
        font-size: 1.8rem;
        margin-bottom: 100px;
        margin-right: 0;
    }
}


@media screen and (max-width:500px){
    .access-area{
        margin-top: 120px;
    }
    
    /* こだわり */
    .commitment ul{
        flex-direction: column;
        padding: 30px;
    }



    .commitment ul li img{
        max-width: 100%;
    }

    .commitment ul li:first-of-type {
        margin-right: 0px;
    }

    

    .commitment ul p:first-of-type {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
        line-height: 1.5em;
    }

    .commitment ul p:last-of-type {
        font-size: 1.4rem;
        letter-spacing: 0.09em;
        font-weight: 500;
        line-height: 2em;
        margin-bottom: 10px;
    }

    .bord-text-main{
        font-size: 2rem;
        color: #fff;
    }
    
    .bord-text-sub{
        font-size: 1.8rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.07em;
        line-height: 1.6em;
    }
    
    .access-bord-contents div p:last-of-type{
        margin-bottom: 12px;
    }


    footer .page-top-btn {
        margin-bottom: 10px;
    }

    footer .page-top-btn a img {
        margin-right: 20px;
    }

}

@media screen and (max-width:450px){

    .ttl{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 68px;
        margin-right: 0px;
    }
    
    .ttl h3{
        font-size: 3.4rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    
    .ttl > img{
        margin-right: 4px;
        width: 30px;
    }

    .access-area .ttl::before{
        content:"アクセス";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 28px;
        letter-spacing: 0.04em;
    }
    _::-webkit-full-page-media, _:future, :root .access-area .ttl::before {
        margin-left: 18px;
    }

    .menu-area .ttl::before{
        content:"メニュー";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 37px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .menu-area .ttl::before {
        margin-left: 17px;
    }

    .menu-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;
        font-size: 1.4rem;
        margin-top: -44px;
        margin-bottom: 90px;

    }


    /* メニュースライダー */
    .menu-slider li p:first-of-type{
        font-size: 2rem;
        margin-top: 0px;
        margin-bottom: 10px;
        width: auto;
    }
    
    .menu-slider li p:last-of-type{
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 40px;
        width: auto;
    }



    .thumbnail-menu-slider{
        margin: 0 auto;
        margin-top: 0px;
        max-width: 300px;
    }

    .thumbnail-menu-slider li img{
        margin: 0 auto;
        width: 80px;
    }

    .thumbnail-menu-slider .slick-slide{
        width: 100px !important;
    }
    
    

    .picture-area .ttl::before{
        content:"店内写真";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 21px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
        margin-left: 11px;
    }

    .picture-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.4rem;
        margin-top: -44px;
        margin-bottom: 50px;
    }


    .picture-area{
        padding-top: 180px;
    }

    .picture-btn{
        top: 140vw;
    }

    .picture-area .slide-dots li::after{
        width: 6px;
        height: 6px
        ;
    }

    .concept-area .ttl::before{
        content:"コンセプト";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 23px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .concept-area .ttl::before {
        margin-left: 13px;
    }



    .access-area .ttl{
        margin-bottom: 498px;
    }
    
    .access-bord{
        padding: 0 5%;
        top: -410px ;
    }
    
    .access-btn{
        padding-right: 34px;
        padding-top: 12px;
    }

    .access-btn p:last-of-type{
        font-size: 1.4rem;
    }

    .concept-area .ttl{
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .concept-area .contents li P{
        font-size: 2.2em;
        margin-bottom: 20px;
    }
    .concept-area .contents li img{
        width: 20%;
    }

    .concept-area .contents li:nth-child(2) img{
        padding-top: 20px;
        width: 24%;
    }

    .concept-area .contents li:nth-child(3) img{
        padding-top: 20px;
        width: 26%;
    }

    .concept-area .contents li {
        margin-left: 0px;
        margin-bottom: 60px;
    }

    .footer-front p{
        font-size: 1.4rem;
        padding-left: 5px;
        margin-bottom: 100px;
    }

    .footer-front img{
        width: 60px;
    }

    
}

@media screen and (max-width:375px){

    .sns-text p{
        font-size: 1.6rem;
    }

    /* BASE ーーーーーーーーーー*/
    base{
        flex-direction: column;
        margin-top: 15px;
        margin-right: 0;
    }

    .base a{
        transition: all 0.3s ease;
        padding-top: 15px;
    }

    .base a:hover{
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    .base p{
        font-size: 1.6rem;
        color: #444;
    }

    .base p::after{
        display: none;
    }

    .base a img{
        padding-left: 0px;
        width: 120px;
    }



    .top-message h2 {
        font-size: 2.8rem;
    }
    

    .picture-area {
        padding-top: 150px;
    }

    .picture-btn{
        top: 150vw;
        width: 228px;
    }

    

    .commitment ul p:first-of-type {
        font-size: 1.7rem;
    }

    .commitment-02 > img:last-of-type {
        width: 62px;
    }

    .footer-front{
        margin-top: 160px;
    }

}

@media screen and (max-width:320px){

    .sns-text p{
        font-size: 1.6rem;
    }

    .br-sns-text{
        display: none;
    }

    .top-message h2 {
        font-size: 2.7rem;
    }

    .bord-text-sub{
        font-size: 1.6rem;
    }

    .menu-area .dtl{
        padding: 0 3%;
    }
    
    .commitment ul p:first-of-type {
        font-size: 1.6rem;
    }

    .footer-front p {
        bottom: 70px;
    }

    .footer-front{
        margin-top: 120px;
    }
}