@charset "UTF-8";
/* CSS Document */

/* reservation page
=============================================================================*/
#reservation #mainVisual {
	background: url(../img/reservation/mainimg.jpg) no-repeat center / cover;
	}
#cont01 {
	width: 700px;
	padding: 60px 0;
	}
	#cont01 .deco1 {
	position: absolute;
	right: -180px;
	bottom: -10px;
	}
	#cont01 .deco2 {
	position: absolute;
	top: 130px;
	left: -130px;
	}
#cont02 {
	background: url(../img/bg_yel.jpg);
	width: 700px;
	padding: 30px 120px;
	margin-bottom: 80px;
	}
	#cont02 .deco1 {
	position: absolute;
	top: 140px;
	left: -50px;
	}
