@charset "UTF-8";
.header.header-menu{
	background: url(../img/menu/hero_menu.jpg) no-repeat center center/cover;
}

.wrapper{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 4%;
}

.lead{
	padding: 30px 0;
}

.lead-title{
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "ヒラギノ明朝　ProN W3", "Hiraginno Mincho ProN",
"HG明朝E","MS P明朝","MS 明朝",serif;
}

.menu{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.menu-img{
	margin-bottom: 20px;
}

.menu-name-en{
	font-size: 20px;
	font-family: "ヒラギノ明朝　ProN W3", "Hiraginno Mincho ProN",
"HG明朝E","MS P明朝","MS 明朝",serif;
	font-weight: bold;
	margin-bottom: 15px;
}

.menu-name-ja{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.menu-price{
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu-price + .menu-price{
	margin-top: 5px;
}

.menu-category{
	margin-bottom: 60px;
}
