@charset "UTF-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0; 
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%
}

* {
	margin: 0;
	padding: 0;
	zoom: 1;
}



.main-back{
	background-image:
					 url(../image/main_header_ha.png),
					 url(../image/main_footer_sibafu.png),
					 url(../image/main_footer_kikyuu.png),
					 url(../image/main_footer_niji.png),
					 url(../image/main_footer_yama.png),
					 url(../image/main_back.jpg);
	background-repeat:  
						repeat-x,
						repeat-x,
						no-repeat,
						no-repeat,
						repeat-x,
						repeat-x;
	background-position: 
						 right top,
						 left bottom,
						 center bottom 60px,
						 left 0px bottom 400px,
						 left bottom 380px,
						 center 0%;
	
	background-size: 
					 1400px auto,
					 1650px auto,
					 1800px auto,
					 1600px auto,
					 2800px auto,
					 cover;
}


.header{
	clear: both;
	margin-left: -30px;
	}

.sns-Logo{
	position: absolute;
    margin-left: 1100px;
    margin-top: 120px;
	}

.sns-Logo img{
	width: 50px;
	height: auto;
	margin-right: 10px;
	}

.sns-Logo a:hover{
	opacity: 0.9;
	}

#main{
	width: 1400px;
	margin: 0 auto;
	}

/*ヘッダー*/
.home{
	position: absolute;
	margin-left: 115px;
	top:300px;
	}

.guide{
	position: absolute;
	margin-left: 358px;
	top:300px;
	}

.facility{
	position: absolute;
	margin-left: 577px;
	top: 217px;
	}

.inspection{
	position: absolute;
	margin-left: 773px;
	top: 266px;
	}

.recruit{
	position: absolute;
	margin-left: 1075px;
	top: 322px;

}
.main_title {
	text-align: center;
	margin-top: 0px;
	margin-left: -430px;
	float: left;
	}
/*ヘッダー*/


.title{
	text-align: center;
	margin-top: -0px;
	}


/*フッター*/
footer{
	width: 1500px;
	margin:  200px auto -30px ;
}

.kuma{
	position: absolute;
	margin-left: 50px;
	margin-top: 50px;
	}

.Link{
	margin-left: 185px;
	background-color: #F8F6DE;
	border-radius: 10px;
	width: 620px;
	height: 325px;
	z-index: -10;
	padding-top: 20px;
	}

.link_text{
	float: left;
	margin-top: -100px;
	margin-left: 320px;
	color: #535353;	
}

.Link li{
	margin-left: 80px;
	list-style: none;
}

.link_title{
	font-size: 20px;
	margin-top: 0px;
}

.link_address{
	font-size: 16px;
	line-height: 21px;	
}

.access{
	margin-left: 845px;
	margin-top: -510px;
}

.access_btn{
	position: absolute;
	margin-top: -100px;
	margin-left: 900px;
}



p#copyright {
	width: 101%;
	margin: 10px auto 0;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-color: #006934;
	height: 20px;
	float: right;
	padding-top: 5px;
	}
	
