@charset "UTF-8";

/* PCでは非表示 */
.pc_no{display: none;}


/* -------------------------- */
/* --------flexbox PC-------- */
/* -------------------------- */
.flex_pc{
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: min(90% ,1000px);
    margin-left: auto;
    margin-right: auto;
}

.w768{width: min(90% , 768px);}


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


.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: 48%;
    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;
    font-weight: 500;
    line-height: 1rem;
    padding: 10px 0;
}

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


.menu_item .store{
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    width: 60%;
    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{
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

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

.menu_item .price{
    display: block;
    text-align: center;/*
    font-size: 0.8rem;
    line-height: 1.8rem;*/
    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: 330px;
    right: 25px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    display: block;
    background: url(../img/common/footer_top.png) no-repeat;
    background-size: contain;
    background-position: center;
}

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

footer .support img{
    width: 264px;
    text-align: center;
}

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

.footer_content .content{
    justify-content: center;
}

.footer_content .footer_logo{
    width: 170px;
    margin: 0 30px 0 0;
}

.footer_content .footer_menu{
    width: 497px;
    margin: 0 0 60px 0;
}

.footer_content .footer_menu .menu_title{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin: 45px 0 15px 0;
}

.footer_content .footer_menu h2{
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.footer_content .footer_menu .menu_title ul{
    width: 100px;
    margin: -5px 0 0 0;
}

.footer_content .footer_menu .menu_title ul li{
    width: 28%;
}
.footer_content .footer_menu .menu_title ul li a{
    width: 28px;
    height: 28px;
    display: block;
}

.footer_content .footer_menu_item{
    font-size: 0.75rem;
    font-weight: 500;
}

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

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