@charset "utf-8";

/*　もんじゃ焼き・お好み焼き
------------------------------------------------------------ */

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}

.box_wr {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 19px 9px 19px;
}

.table_20pc {
	font-size: 1.1em;
	width: 100%;
}
.table_20pc td {
	width: 20%;
	vertical-align: top;
	font-weight: bold;
}
.add_cm{
	width: 700px;
	margin: 20px auto;
	border: 1px solid #fff;
    padding: 10px;
    line-height: 24px;
    box-sizing: border-box;
}
.add_cm span{
	padding: 0 6px;
	/* border: 3px solid #36190a; */
	border-radius: 13px;
	font-size: 10px;
	color: #36190a;
	margin-right: 5px;
	background: #d8aa5d;
	font-weight: bold;
}
.title_cm{
	font-size: 18px;
	text-align: center;
	background: #D8AA5D;
	color: #36190a;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}
.food-title-sing{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.food-des-sing{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_table dt, .menu_table_h dt{
	position: relative;
	padding-left: 15px;
}
.menu_table dt::before, .menu_table_h dt::before{
	position: absolute;
	content:"・";
	left: 0;
}
.h3_title{
	background: url(../images/title.png) center no-repeat;
	background-size: contain;
	color: black;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 1000px) {
	#img_top{
        width: 100%;
        height: auto;
		margin-bottom: 20px;
    }
	img{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.box_wr{
		padding: 4px;
		/* margin-top: -13px; */
		position: relative;
		top: -11px;
		padding-top: 23px;
	}
	.table_20pc td{
		width: 25%;
		font-size: 11px;
	}
	.food-title-sing{
		font-size: 15px;
	}
	.food-des-sing{
		font-size: 13px;
	}
	.box_menu img{
		/* height: 30px; */
		object-fit: cover;
	}
}