@charset "Shift_JIS";

.lp_wrapper{
	padding:0;
	margin: 0;
	text-align:center;
	background:#e7f1e6;
}
.lp_contents{
	width:100%;
	margin:0 auto;
	padding:0 0 50px;
}
.contents_head{
	margin: 0 auto;
	padding: 0 0 3%;
	text-align: center;
	background:url(../../img/lp/yakionigiri/top_bg.jpg) top center no-repeat;
	background-size:100%;
}
.contents_head p{
	margin: 5px 0 0;
	font-size: 12px;
}
.contents_head .ttl{
	margin: 0 35% 0 0;
	padding: 2% 0 0 0;
	text-align: center;
}
.contents_head .ttl img{
	width: 57%;
}
.contents_head .btn{
	margin: 0 0 0 0;
}
.contents_head .btn img{
	width: 55%;
}
.contents_top{
	padding: 20px 0 0;
}
.contents_inline{
	width: 1200px;
	text-align:center;
	margin: 0 auto 5% ;
	padding: 0; 
	background: #fff;
	border-radius: 20px;
	border: solid 5px #b3e5e4;
}
.contents_title{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #edea55;
	font-size: 24px;
	font-weight: bold;
	color: #790A0C;
}
.contents_price{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 25px 0 40px;
	background: #eefbf7;
	border-radius: 0 0 15px 15px;
}
.contents_price .price{
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
}
.contents_price .price img{
	margin: 0 0 10px;
}
.contents_price p{
	clear: both;
	margin: 10px 0 0;
}
.menu,.menuL{
	margin:0 1%;
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	width: 1200px;
}
.menu div{
	margin:3% 2% 2% 1%;
	width: 29%;
}
.menu img,.menuL img{
	width: 100%;
}
.menuL div{
	margin:4% 2% 1% 1%;
	width: 45%;
}