@charset "utf-8";

@import "reset.css";
@import "common.css";
@import "layout.css";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */

/* --------------------
	photo Area
--------------------*/
section#photo {
	width:100%;
	height:550px;
	background:url(../img/bg.jpg);
	overflow:hidden;
	position:relative;
}
section#photo div.inner {
	width:100%;
	height:550px;
	background-image:url(../img/photo2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow: 0 3px 10px rgba(0,0,0,0.8) inset;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.8) inset;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.8) inset;
	position:relative;
}


/* --------------------
	map Area
--------------------*/
section#map{
	width:860px;
	padding:40px;
	background:#FFF;
	margin:-60px auto 0 auto;
	text-align:left;
	position:relative;
	z-index:10;
}
section#map div#gMap{
	width:860px;
	height:450px;
	background:#333;
}
section#map div#info{
	width:860px;
	padding:60px 0 0 0;
}
section#map div#info h2{
	font-size:93.8%;
	font-family: 'Alegreya', serif;
	font-weight:bold;
	padding:0 0 30px 0;
}
section#map div#info address{
	font-size:75%;
	line-height:2.0;
	float:left;
}
section#map div#info address.jp{
	width:220px;
	padding:0 0 0 0;
}
section#map div#info address.en{
	width:300px;
	font-family: 'Alegreya', serif;
	padding:0 0 0 20px;
}


