@charset "utf-8";
/* CSS Document */
/* ヘッダー */
div.headerimgbox {
	width:100vw;
	height:37.5vw;
	margin: 0 auto;
	background: url(../images/photo/headerimgbox.jpg) no-repeat;
	background-size: 100% 100%;
}
/* 花村のお食事photo */
div.title01 {
	width:100%;
	height:5.83vw;
	margin: 20px auto 0 auto;
	background: url(../images/photo/title01.png) no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
div.photobox {
	margin: 30px auto 0px auto;
}
div.photobox a {
	display: block;
	width:50vw;
	height:50vw;
	float: left;
}
a.returnbtn {
	display: block;
	width:70%;
	height:50px;
	line-height: 50px;
	background: #e9e9e9;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 80px auto;
	border-radius: 45px;
}