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