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


/******* mainimage *******/
#mainimage {
	width: 100%;
	height: 540px;
	text-align: center;
	overflow: hidden;
}
#mainimage .movie {
	width:100%;
	background-color:rgba(0,0,0,0.75);
	padding:40px 0;
}
/******* cuisine *******/
#cuisine {
}
#cuisine .inner {
}
#cuisine .box01 {
	height: 800px;
	background-image: url(../images/cuisine/cuisine-bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin: 0 0 100px;
}
#cuisine .box01 h2 {
	height: 56px;
	margin: 0 0 30px;
}
#cuisine .box {
	width: 492px;
}
#cuisine .box h3 {
	height: 22px;
	margin: 0 0 16px;
	padding: 0 0 0 8px;
}
#cuisine .box p {
}
#cuisine .box p img {
	display: block;
	width: 492px;
	height: 320px;
	margin: 0 0 12px;
}
#cuisine .box02 {
	float: left;
}
#cuisine .box03 {
	float: right;
}
