@charset "utf-8";
/* CSS Document */

.wp-block-image.size-large img{height: auto!important}


#mv{background: url("../../honten/images/cafe-menu/mv_bg.jpg") no-repeat center center/cover;}

#cafe-menu .box-menu{text-align: center; margin: 0 0 90px;}
#cafe-menu .box-menu figure{margin: 0 0 25px;}
#cafe-menu .box-menu figure:last-of-type{margin: 0;}

#cafe-menu .box-menu2{display: flex; flex-wrap: wrap;}
#cafe-menu .box-menu2 .item{width: 47.3%; margin: 0 5.4% 50px 0; }
#cafe-menu .box-menu2 .itemB{width:100%; margin: 0 0  50px 0; }
#cafe-menu .box-menu2 .itemB figure{width:50%; margin: 0 auto  50px; }

#cafe-menu .box-menu2 .item:nth-of-type(2n){margin: 0 0 50px;}
#cafe-menu .box-menu2 figure{margin: 0 0 15px;}
#cafe-menu .box-menu2 figure img{width: 100%;}
#cafe-menu .box-menu2 .tit{
	font-size: 20px;
	line-height: 1.5;
	color: rgba(43,144,182,255);
	margin: 0 0 5px;
	font-weight: bold;
}
#cafe-menu .box-menu2 .tit span{
font-size: 12px;
	background-color:hsla(316,96%,54%,1.00);
	display: inline-block;
	color: white;
	border-radius: 3px;
	padding: 1px 10px;

}
#cafe-menu .box-menu2 .price{
	font-size: 18px;
	text-align: right;
	margin: 0 0 8px;
}
#cafe-menu .box-menu2 .price span{font-size: 12px; display: block;}
#cafe-menu .box-menu2 .cap{font-size: 12px;}

#cafe-menu .freeset{border: 1px solid rgba(43,144,182,255); padding: 30px; text-align: center; margin: 0 0 50px; line-height: 2;  width: 100%;}
#cafe-menu .freeset .tit{
	font-size: 22px;
	line-height: 1.5;
	color: rgba(43,144,182,255);
	margin: 0 0 10px;
	font-weight: bold;
}
#cafe-menu .freeset .tit span{
	font-size: 16px;
}

#cafe-menu .box-list{margin: 0 0 70px;}
#cafe-menu .box-list table{width: calc(100% - 20px); margin: 0 auto;}
#cafe-menu .box-list td{padding: 15px 0; border-bottom: 1px dotted rgba(43,144,182,255); vertical-align: middle;}
#cafe-menu .box-list td:last-of-type{width: 140px; text-align: right; }
#cafe-menu .box-list table.noborlast tr:last-of-type td{border-bottom: none;}
#cafe-menu .box-list .txt{
	font-size: 16px;
	color: rgba(43,144,182,255);
	font-weight: bold;
}
#cafe-menu .box-list .txt.noline{text-decoration: none;}
#cafe-menu .box-list .price{font-size: 16px;}
#cafe-menu .box-list .cap{font-size: 12px;}

.pickupImg{text-align: center; margin-bottom: 20px; }


.sidemenuSetPan,.sidemenuSetSoup{background-color: #ecf5f1; padding: 25px; margin-bottom: 50px; color: #208E99; border-radius: 10px}
.sidemenuSetPan>p{font-weight: bold;margin-bottom: 20px; text-align: center; font-size: 130%;}
.sidemenuSetPan ul{display: flex; ; flex-wrap: wrap}
.sidemenuSetPan ul li{margin: 0 1% 10px; width: 48%;}
.sidemenuSetPan figcaption{text-align: center; padding-top: 5px; color: #000; font-size: 16px;}

.sidemenuSetSoup> p{margin-bottom: 20px; text-align: center; font-size: 130%; font-weight: bold;}

.sidemenuSetSoup ul{display: flex; justify-content: flex-start; flex-wrap: wrap;}
.sidemenuSetSoup ul li{width: 48%; margin: 0 1%  25px; }
.sidemenuSetSoup .titSoup{display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; line-height: 1.3;}
.sidemenuSetSoup .titSoup .imgSoup{width: 27%; text-align: center;}
.sidemenuSetSoup .titSoup .nameSoup{width: 70%; font-size: 20px; font-weight: bold; }
.sidemenuSetSoup li> p{color:#000;}
.sidemenuSetSoup .cap{font-size: 12px; text-align: left; color: #000;}
.soupNotice{color: #000; font-size: 12px!important;font-weight: normal!important; border: 1px #000 solid; padding: 20px; margin-bottom: 20px;}

.croffle-topping{background-color: #ecf5f1; padding: 30px;margin-bottom: 40px;}
.croffle-topping .catBox{margin-bottom: 20px;}
.croffle-topping h6{font-weight: bold; margin-bottom: 5px; border-bottom: rgba(43,144,182,255) 1px solid; color: rgba(43,144,182,255); font-size: 110%;}
.croffle-topping ul{display: flex;width: 100%; flex-wrap: wrap}
.croffle-topping ul li{display: flex; width: 50%; justify-content: space-between;padding: 0 1%;}
.croffle-topping ul li p:nth-of-type(1){font-weight: bold;}
.croffle-topping ul li p:nth-of-type(2){text-align: right;}

/* ============== Media =============== */
@media only screen and (max-width: 767px){
    #cafe-menu .box-menu{margin: 0 0 70px;}
    .croffle-topping ul li{display: flex; width: 100%;}
}

@media only screen and (max-width: 480px){
    #cafe-menu .box-menu2 .item{width: 100%; margin: 0 0 50px;}
    #cafe-menu .box-menu2 .tit{font-size: 18px;}
    #cafe-menu .box-menu2 .price{font-size: 15px;}
    
    #cafe-menu .freeset{padding: 6% 4%;}
    #cafe-menu .freeset .tit{font-size: 18px;}
    
    #cafe-menu .box-list td{vertical-align: top;}
}
