@charset "UTF-8";

/* スマホでは非表示 */
.sp_no{display: none;}

/* -------------------------- */
/* --------flexbox sp-------- */
/* -------------------------- */

.flex_sp{
display: -moz-box;		/* Fx用 */
display: -webkit-box; 	/* Safari、スマホ用 */
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction:row;
flex-wrap:wrap;/*折り返しても*/
justify-content:space-between;
}



.content{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}



/*下層ページトップイメージ*/
.top_head_img{
    background: url(../img/common/under_tophaed_img_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 70%;
}




.title01{
    position: relative;
    display: block;
    text-align: center;
}

.title01::after{
    content: "";
    background: url(../img/common/icon_4c.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}




/*共通メニューカード*/

.menu_content{ align-items: stretch;}

.menu_item{
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.08);
}

.menu_item h2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.menu_item .number{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    text-align: center;
    color: #231815;
    background: #FFF000;
    font-size: 1.1rem;
    line-height: 1rem;
    padding: 10px 0;
}

.menu_item .city{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    text-align: center;
    color: #fff;
    background: #231815;
    font-size: 1.1rem;
    line-height: 1rem;
    padding: 10px 0;
}


.menu_item .store{
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #231815;
    background: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    line-height: 1.3rem;
    padding: 10px;
}

.menu_item .store small{font-size: 0.8rem;}


.item_img figure{
    position: relative;
}

.item_img figure figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}


.item_img{
    position: relative;
    margin: 10px 0 15px 0;
}

.item_img img{
    width: 100%;
    object-fit: contain;
}

.item_img ul {
    width: 108px;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 5px;
}

.item_img ul li{
    display: inline-block;
}

/*初・ビールアイコン*/
.menu_content .item_img ul li img{
    width: 50px;
    height: 50px;
}

/*50or20食限定*/
.menu500_content .item_img ul li img{
    width: 75px;
    height: 75px;
}

.name_price {align-items:flex-start;}

.menu_item .name{
    width: 100%;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.menu_item .name span{font-size: 0.8rem;}

.menu_item .price{
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px 0;
}



.menu_item .price span{font-size: 0.8rem;}


.menu_item .price s{
text-decoration: line-through 2px solid #000;
}

.menu_item .description{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}









/*footer*/
footer{
    position: relative;
}
footer .ptop{
    bottom: 340px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    display: block;
    width: 93px;
    height: 93px;
    display: block;
    background: url(../img/common/footer_top.png) no-repeat;
    background-size: contain;
    background-position: center;
}

footer .support{
    padding: 110px 0;
    text-align: center;
}

footer .support img{
    width: 235px;
}

footer .footer_content{
    text-align: center;
    padding: 95px 0 0px 0;
    box-shadow: 0 0 25px 20px rgba(0,0,0,0.05);
}


.footer_content .footer_logo{ width: 100%; text-align: center;}
.footer_content .footer_logo img{width: 160px;}


.footer_content .footer_menu{width: 100%; text-align: center;}
.footer_content .footer_menu h2{
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    margin: 30px auto;
}




.sns_share{
    width: 300px;
    margin: 0 auto 60px auto;
}

.footer_content small{
    display: block;
    text-align: center;
    font-size: 0.65rem;
    margin: 0 0 15px 0;
    color: #999999;
}

