@charset "utf-8";


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,
pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1.2;
color:#333;
font:'Noto Sans', sans-serif;

}
main{
    max-width: 1366px;
    margin:0 auto;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
text-decoration: none;
background:transparent;
color:#333;
}
.clearfix::after {
content:"";
display: block;
clear: both;
font-size: 0;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
img {
Width:100%;
}
*,*::after,*::before{
Box-sizing:border-box;
}

/*header*/
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    background-color:var(--manten_color02);
    z-index: 10;
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
    max-width: 1100px;
    margin:0 auto;
}
.header-logo{
    width:181px;
}
.header_right{
    display: flex;
}
.header_right{
    height:56px;
}
.header_right a{
    color:var(--manten_color01);
}
.header_tell{
    font: normal normal bold 22px/35px 'Noto Sans', sans-serif;
    letter-spacing: 0px;
    line-height: 1;
}
.header_tell span{
    font: normal normal 900 30px/35px 'Noto Sans', sans-serif;
    letter-spacing: 1.5px;
}
.takeout_btn{
    width: 250px;
    height: 56px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #C1272D 0% 0% no-repeat padding-box;
    color: var(--manten_color01);
    text-align: center;
    font: normal normal bold 24px/36px 'Noto Sans', sans-serif;
    line-height: 56px;
    margin-left:30px;
}

/*main*/

.main_view{
    margin-top:140px;
    height:750px;
    position:relative;
}

.bg_manten{
    width:calc(100% - 446px);
    max-width: 920px;
    height:590px;
    background:url("../images/main_top.jpg") center center / cover no-repeat;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    z-index: 7;
}
.manten_top_right{
    width:283px;
    position: absolute;
    top:44px;
    right:7%;
    z-index: 7;
}
.bg_mark{
    position:absolute;
    bottom:0;
    right:8%;
    width: 414px;
    height: 404px;
}

.manten_contents{
    max-width: 1100px;
    margin: 0 auto;
}
.menu_content h2{
    color:var(--manten_color02);
    text-align: center;
    font: normal normal 900 40px/57px 'Noto Serif JP', sans-serif;
    margin-bottom:40px;
    
}
.menu-content-title{
    margin-top:180px;
}
.border{
    border: #cccccc 2px solid;
}
.menu_link{
    width:800px;
    display: block;
    margin:0 auto;
}
.image_link{
    margin:60px 0 0;
    display: inline-block;
}
.menu_link2{
    width:950px;
    display: block;
    margin:0 auto;
}
.link_btn{
    width: 320px;
    height: 60px;
    display: block;
    color: var(--manten_color01);
    background-color: var(--manten_color02);
    border-radius: 5px;
    margin:60px auto 180px;
    font: normal normal bold 18px/27px 'Noto Sans', sans-serif;
    text-align: center;
    line-height: 60px;
}
.link_btn2{
    margin-bottom: -25px;
}

.link_btn3{
    margin-bottom: 30px;
}
.footer_top{
    display: flex;
    margin: 0 auto 50px;
    max-width: 1100px;
    justify-content: space-between;
}
.footer_top_left h3{
    font: normal normal 900 32px/47px 'Noto Sans', sans-serif;
    letter-spacing: 3.2px;
    position:relative;
    padding-bottom:7px;
    margin-bottom:20px;
}
.footer_top_left h3::after{
    position:absolute;
    content: "";
    height:3px;
    width: 400px;
    bottom:0;
    left:0;
    background-color: var(--manten_color02);
}
.flex{
    display: flex;

}
.shop_times .flex{
    flex-direction: column;
}
.shop_about li{
    font: normal normal bold 18px/27px 'Noto Sans', sans-serif;
    letter-spacing: 0px;
    margin-bottom:15px;
}
.footer_top_right iframe,
.footer_top_right{
    width:650px;
    height:350px;
}
.footer_bottom{
    font: normal normal normal 12px/18px 'Noto Sans', sans-serif;
    height: 50px;
    background-color: var(--manten_color02);
    color: var(--manten_color01);
    line-height: 50px;
    text-align: center;
    width:100%;
}
footer h3{
    max-width: 1100px;
    margin:0 auto 30px;
    font-size: 30px;
    border-bottom: 3px var(--manten_color02) solid;
    padding-bottom:20px;
}
.footer_top{
    margin-bottom:40px;
    border-bottom: 3px var(--manten_color02) solid;
    padding-bottom:40px;
}
.footer_top:nth-child(4){
    border: none;
}
.banner-link{
    display: block;
    width: 550px;
    margin: 200px auto;
}
/* sp版スクロールボタン */
.scroll-contact-bnr{
    height:100px;
    position:fixed;
    bottom:-100px;
    left:0;
    width:100%;
    background-color: var(--manten_color01);
    z-index: 10;
    transition:all 0.4s ease;
    box-shadow: 0px -3px 5px #0000001A;
}
.scroll-contact-bnr.open{
    bottom:0;
}
.scroll-contact-name{
    text-align: center;
    font: normal normal bold 16px/24px 'Noto Sans', sans-serif;
    color: var(--manten_color02);
    margin:6px auto 5px;
}
.scroll-contact-btn{
    display:flex;
    width:345px;
    margin:0 auto;
    justify-content: center;
}
.scroll-contact-btns a{
    height:50px;
    width:165px;
    background-color: var(--manten_color03);
    color:var(--manten_color01);
    display: block;
    font: normal normal bold 16px/24px 'Noto Sans', sans-serif;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    
}
.scroll-contact-btns a::before{
    position:relative;
    content: "";
    width:20px;
    height:30px;
    display: inline-block;
    background:50% 50% no-repeat;
    vertical-align: middle;
    margin-right:10px;
    box-sizing:border-box;
    background-size: contain;
    margin-top: -3px;
}
.scroll-contact-btns .tel::before{
    background-image: url("../images/icon_tel.png");
}

.scroll-contact-btns .net::before{
    background-image: url('../images/icon_phone.png');
}
.sp{
    display:none;
}
.payment{
    text-align: center;
    margin-bottom: 70px;
}
.payment h3{
    margin: 0 auto 20px;
    padding: 0;
    border: none;
}
/* SP版レスポンシブ */

@media screen and (max-width:820px){
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    header,
    .header-content{
        height:60px;
        justify-content: center;
    }
    .header-logo{
        width: 100px;
    }
    /*main*/
    .main_view{
        margin-top:60px;
        height:615px;
        margin-bottom:85px;
    }
    .bg_manten{
        width:100%;
        height:260px;
    }
    .bg_mark{
        width:220px;
        right:100%;
        transform: translateX(87%);
        height:auto;
        bottom:10px;
    }
    .manten_top_right{
        width:165px;
        top:288px;
        right:50%;
        transform: translateX(50%);
    }

    /* メニュー */
    .menu_content h2{
        font: normal normal 900 24px/35px 'Noto Serif JP', sans-serif;
    }
    .image_link{
        margin:30px 20px 0;
    }
    .menu-content-title{
        margin-top:60px;
    }
    .link_btn{
        width:200px;
        font: normal normal bold 16px/24px 'Noto Sans', sans-serif;
        height:60px;
        line-height: 60px;
        margin-bottom:160px;
    }
    .link_btn2{
        margin-bottom:-30px;
    }   
    .link_btn3{
    margin-bottom:20px;
    }
    .menu_link{
        width:335px;
    }
    .menu_link2{
        width:335px;
    }
    .footer_top{
        flex-direction: column;
        align-items: center;
        margin-bottom:50px;
    }
    .footer_top_left{
        width:calc(100% - 40px)
    }
    .footer_top_left h3{
        font: normal normal 900 24px/36px 'Noto Sans', sans-serif;
    }
    .footer_top_left h3::after{
        width:335px;
    }
    .shop_about li{
        font: normal normal bold 16px/20px 'Noto Sans', sans-serif;
    }
    .shop_about li:last-child{
        margin-bottom:30px;
    }
    .footer_top_right iframe, 
    .footer_top_right{
        width:100%;
        height:400px;
    }
.banner-link{
    width: 300px;
    margin: 150px auto;
}
    footer h3{
        width: calc(100% - 40px);
    }
}