*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Batamg','Hiragino kaku Gothic Pro',serif;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	background-color: white;
}

header{
	font-family: 'Californian FB','Aparajita','Hiragino kaku Gothic Pro',serif;
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 90px;
	text-align: center;
	//background-color: #660202;
	background-color: white;
	//border-bottom: 1px solid;
	//border-color: gray;
	//background: url("images/back.png");
}

header ul{
	//padding-left: 250px;
}

#nav li{
	display:inline-block;
	font-size: 18px;
	//line-height: 90px;
	margin-right: 100px;
	text-decoration: none;
}
#nav li{
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
}

#nav li a{
	text-decoration: none;
	color: white;
	color: black;
}

#nav li a::after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  -webkit-transform: scaleX(0);
	  -ms-transform: scaleX(0);
	  transform: scaleX(0);
	  background-color: #fd8ea5;
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
}
#nav li a:hover::after {
	  -webkit-transform: scaleX(1);
	  -ms-transform: scaleX(1);
	  transform: scaleX(1);
}

#nav img{
	padding-right: 200px;
	padding-top: 20px;
}

#nav img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#home{
	background: url("images/top.jpg");
	height: 570px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.a{
	width: 100%;
	height: 490px;
	//outline: solid 1px red;
	background: url("images/back.png");
	//background-repeat: repeat;
}

.inner{
	width: 680px;
	height: 450px;
	margin: 0 auto;
	//outline: solid 1px red
}

#news h1{
	width: 550px;
	font-size: 22px;
	text-align: center;
	padding: 80px 0 15px 0;
	margin: 0 auto 30px;
	border-bottom: solid 1px black;
	color: #660202;
}

#news p{
	font-size: 14px;
	margin-bottom: 40px;
	padding-left: 150px;
	//outline: solid 1px red;
}

#news p a{
	text-decoration: none;
	color: black;
	font-family: 'HGPｺﾞｼｯｸE';
}

#news p a:hover{
    color: #e97b6d;
}


#menu{
	background-color: #fcf4e7;

}

#title{
	height: 100px;
	text-align: center;
	padding-top:30px;
}

#title h1{
	width: 550px;
	font-size: 24px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	border-bottom: solid 1px black;
   	color: #660202;
}

#menu-list{
	text-align: center;
	margin-right: 30px;
	padding-bottom: 30px;

}

#menu-list a img {
	margin: 0 50px;
}

#menu-list a img:hover{
			filter:alpha(opacity=80);
			opacity:0.8;
}

.info{
	width: 100%;
	height: 700px;
	background: url("images/back.png");
}

#access h1{
	width: 550px;
	font-size: 22px;
	text-align: center;
	padding: 70px 0 15px 0;
	margin: 0 auto 30px;
	border-bottom: solid 1px black;
	color: #660202;

}

#access p{
	text-align: center;
	margin-bottom: 10px;
	font-family: 'HGPｺﾞｼｯｸE';
	font-size: 14px;
}

.map{
	width: 100%;
	height: 300px;
	padding-top: 60px;
}

footer {
	height: 40px;
	//background-color: #660202;
	background-color: black;
	font-size: 12px;
	text-align: center;
	padding-top:60px;
	color: white;
	font-family: 'HGPｺﾞｼｯｸE';
}


