@charset "utf-8";

/* reservation_visual */
#reservation_visual {
	width: 100%;
	height: 548px;
	background: url(../img/reservation_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}
#reservation_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}


.container2 {
/*	width: 1600px;*/
/*	margin: 0 auto;*/
}

#reservation {
	margin-bottom: 100px;
}
/*#price_info p {
	line-height: 35px;
}
*/
#reservation h3+p {
	margin-bottom: 30px;
}
#reservation p strong {
	font-weight: bold;
}
#reservation p.reser_text {
	line-height: 30px;
	font-size: 0.94vw;
}


#reservation h3 {
	margin: 4.4% 0 1.8% 0;
	font-size: 2.6vw;
	color: #333;
}
#reservation .reservation_wrap {
	display: none;
}
#reservation .reservation_active {
	display: block;
}
