@charset "Shift_JIS";

.lp_wrapper{
	padding:0 0 80px;
	margin: 0;
	text-align:center;
	background:#fdf7ee;
}
.lp_contents{
	width:100%;
	margin:0 auto;
}
.contents_head{
	width:1200px;
	margin: 0 auto -200px;
	padding: 0;
	text-align: center;
	background: #fbfbfb;
}
.contents_head p{
	margin: 2px 0 0;
	font-size: 12px;
}
.contents_head img{
	margin: 0;
}
.contents_head .btn{
	margin: -25px 0 0 0;
}
.contents_head .btn img{
	width: 38%;
}
.contents_top{
	padding: 0;
}
.contents_inline{
	width: 1200px;
	text-align:center;
	margin: 0 auto ;
	padding: 0; 
	background: #fbfbfb;
}
.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: 1200px;
	text-align: center;
	padding: 25px 0 40px;
	background: #ebe2d9;
}
.contents_price .price{
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}
.contents_price .price div{
	margin: 0 -2%;
	width: 50%;
}
.contents_price .price img{
	margin: 0 ;
	width: 90%;
}
.contents_price p{
	clear: both;
	margin: 50px 0 0;
}
.menu,.menuL{
	margin:0 0 100px;
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	width: 1200px;
}
.menu div{
	margin:0 0 3%;
	width: 33.3%;
}
.menu img,.menuL img{
	width: 100%;
}
.menuL div{
	margin:0 0 -10%;
	width: 100%;
}
.menuL .mt{
	margin-top: -5%;
}
