*{
    box-sizing: border-box;
}
body{
    font-family: Oswald,"源ノ角ゴシック JP";
    color: #11361F;
    line-height: 1.75;
    text-align: center;
}
h2{
    border-bottom: 2px solid #11361F;
    line-height: 1.5;
    display: inline-block;
    font-size: 36px;
    font-weight: lighter;
    padding-top: 96px;
    letter-spacing: 0.08em;
}
h3{
    font-size: 26px;
    font-weight:normal;
    letter-spacing: 0.08em;
}
p{
    letter-spacing: 0.08em;
}
a{
    text-decoration: none;
    color: #11361F;
}
/* header */
header{
    position: relative;
}
.main_visual img{
    width: 100%;
    height: auto;
}
.pc img{
    display: block;
}
.sp img{
    display: none;
}
.logo{
    position: absolute;
    top: 57.5px;
    left: 35px;
}
/* concept */
.concept{
    max-width: 1147px;
    margin: 0 auto;
}
.concept_contents{
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
}
.concept_pc{
    width: 58%;
}
.concept_content{
    width: 36%;
    text-align: left;
}
.subtitle{
    font-size: 36px;
    font-weight:normal;
}
.title{
    font-size: 84px;
    font-weight: lighter;
    letter-spacing: 0.08em;
}
.concept_sentence{
    font-size: 16px;
}
/* Menu */
.menu{
    max-width: 1080px;
    margin: 0 auto;
}
.menu_contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 64px 0px 40px 0px;
}
.menu_content{
    width: 47%;
    text-align: left;
    padding-bottom: 56px;
}
.menu_content img{
    width: 100%;
}
.menu_price{
    display: flex;
    justify-content: space-between;
    padding: 24px 0px 16px;
}
.menu_price p{
    font-size: 26px;
    letter-spacing: 0.08em;
}
.menu_image img{
    width: 100%;
    height: auto;
}
/* Shop */
.shop{
    max-width: 1000px;
    margin: 0 auto;
}
.shop_contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 80px 96px 0px;
}
.shop_content{
    text-align: left;
    width: 39%;
}
.shop_contents img{
    width: 54%;
}
.shop_name{
    font-size: 24px;
    font-weight: normal;
}
.shop_sentence{
    padding: 24px 0px;
}
/* footer */
footer{
    background-color: #FCF9F2;
}
.footer_contents{
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 96px 0px;
}
.footer_content{
    display: flex;
    justify-content: left;
    align-items: center;
}
ul li{
    list-style: none;
    font-size: 18px;
    letter-spacing: 0.08em;
    padding-left: 10%;
}
ul{
    display: flex;
    justify-content: right;
}
.adress{
    font-size: 14px;
    text-align: left;
    padding-left: 32px;
}
.inc{
    font-size: 12px;
    color: #fff;
    padding: 24px 0px;
    background-color: #11361F;
}
@media screen and (max-width:768px) {
    h2{
        font-size: 24px;
        padding-top: 64px;
    }
    /* header */
    .logo img{
        width: 88%;
    }
    .logo{
        top: 36%;
        left: 6%;
    }
    .pc img{
        display: none;
    }
    .sp img{
        display: block;
        width: 100%;
    }
    /* concept */
    .concept{
        padding: 0px 5%;
    }
    .concept_contents{
        display: block;
    }
    .concept_sp img{
        width: 82%;
        margin-left: auto;
        margin-right: 0;
        padding: 24px 0px;
    }
    .concept_content{
        width: 100%;
    }
    .subtitle{
        font-size: 28px;
        letter-spacing: 0.06em;
    }
    .title{
        font-size: 64px;
    }
    .concept_sentence{
        font-size: 14px;
    }
    /* menu */
    .menu_contents{
        display: block;
    }
    .menu_content{
        width: 100%;
        padding-bottom: 32px;
    }
    .menu_content img{
        width: 100%;
    }
    .menu_item{
        padding: 0px 5%;
    }
    .menu_image img{
        height: 226px;
        object-fit: cover;
    }
    .menu_image{
        display: flex;
        justify-content: center;
    }
    /* Shop */
    .shop_contents{
        display: block;
        padding: 40px 0;
    }
    .shop_content{
        width: initial;
        padding: 24px 5%;
    }
    .shop_contents img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .shop_name{
        font-size: 20px;
    }
    .shop_sentence{
        font-size: 14px;
    }
    .shop_adress{
        font-size: 14px;
    }
    /* footer */
    .footer_contents{
        display: block;
        padding: 64px 10%;
    }
    .footer_content{
        display: block;
    }
    .adress{
        font-size: 12px;
        text-align: center;
        padding: 24px 0px 25px 0px;
    }
}