@charset "UTF-8"; 


/* -- body ----------------------　*/
body{
	background: #fff url(../img/yasaimura_daichi-172.jpg) no-repeat center top;
}



/* -- #wrapper ------------------------------ */
#wrapper {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}

	#header {
		float: left;
		height: 425px;

	}

	#entrance {
		clear: both;
		display:flex;
		/* --width: 600px;------------------------------ */ 
		height: 200px;
		margin: 0 auto;
		background: url(../img/entrance_bg.png) repeat left top;
	}

		.entrance_shop {
			float: left;
		}

		.entrance_shop a:hover {
			display:flex;
			width: 320px;
			height: 200px;
			display: block;
			background: url(../img/entrance_bg2.png) repeat left top;

		}

	#news{
		margin: 30px 0 0;
		width: 480px;
		height: 290px;
		float: right;
		background: url(../img/news_bg.png) repeat left top;
	}

		#news p {
			padding: 20px 10px 0 20px;
			color: #fff;
			font-size: 22px;
			line-height: 1.2;
			/* font-weight: bold; */
		}

		#news .date {
			font-size: 18px;
		}


/* -- footer ------------------------------- */

#footer #inner{
	width: 100%;
	height: 100px;
	background-color: #118a01;
}

	#footer #inner p{
		width: 1000px;
		margin: 0 auto;
		padding: 6px 0 0;
		color: #fff;
	}

