/************************************
	css/reservation.css
*************************************/

#reservationWraps {
	width					: calc(100% - 235px);
	margin-left				: 235px;
}

#reservationContent {
	width					: 85%;
	margin					: 0 auto;
}

#reservationContent > img {
	width					: 100%;
}

#reservationTitle01 {
	font-size				: 60px;
	color					: #283650;
	font-family				: 'Times New Roman', Times, serif;
	text-align				: center;
	margin					: 47px auto 30px;
}

#reservationTitle02 {
	width					: 315px;
	height					: 45px;
	line-height				: 45px;
	border-top				: 1px solid #ccc;
	border-bottom			: 1px solid #ccc;
	font-size				: 18px;
	color					: #494848;
	text-align				: center;
	margin					: 0 auto 65px;
}


#reservationContentsWrap{
	width				: 90%;
	margin				: 30px auto 150px;
}

#reservationContentsWrap .contentsWrap{
}

#reservationContentsWrap .contentsWrap h2{
	font-size			: 15px;
	color				: #775c23;
	border-bottom		: 1px solid #c9c9c9;
}

#reservationContentsWrap .contentsWrap h2 .highlight{
	color				: #ffa800;
	font-size			: 22px;
	font-weight			: 700;
}

#reservationContentsWrap .contentsWrap .contents{
	padding				: 30px;
	box-sizing			: border-box;
}
