@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	height: 100%;
	max-width: 1920px;
	min-width: 1280px;
}
body{
	width: 100%;
	margin: 0;
	max-width: 1920px;
	min-width: 1280px;
	padding: 0;
	height: 100%;
	background: #000;
}
.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}
#nav{
	list-style: none;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
}
#nav li{
	margin: 0 0 15px 0;	
}
#nav li a{
	display: block;
	text-indent: -9999px;
	width: 111px;
	height: 30px;
}
#nav li.menu01 a{
	background: url(../img/menu01.png) no-repeat;
}
#nav li.menu02 a{
	background: url(../img/menu02.png) no-repeat;
}
#nav li.menu03 a{
	background: url(../img/menu03.png) no-repeat;
}
#nav li.menu04 a{
	background: url(../img/menu04.png) no-repeat;
}
#nav li.menu05 a{
	background: url(../img/menu05.png) no-repeat;
}

#header, #intro, #third{
	width: 100%;
}
#intro{
	background:url(../img/intro.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	width: 100%;
	height: 100%;
	max-height: 1280px;
	min-height: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#intro div.box{
	width: 1040px;
	height: 578px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#intro h1{
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
	width: 400px;
	height: 132px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#intro p{
	text-indent: -9999px;
	position: absolute;
	right: 100px;
	top: 0;
	background: url(../img/copy.png) no-repeat;
	width: 122px;
	height: 578px;
}

#second{
	background: url(../img/second.jpg) center center no-repeat fixed;
	background-size: cover;
	color: #fff;
	width: 100%;
	min-height: 100%;
	max-height: 1280px;
	margin: 0 auto;
	padding: 0;
}
#second div.box{
	width: 960px;
	margin: 0px auto;
	padding: 100px 0;
}
#second h2{
	text-indent: -9999px;	
	background: url(../img/title_ryoukin.png) no-repeat center bottom;
	width: 960px;
	height: 36px;
	margin: 0px auto 20px;
}
#second h3{
	margin: 30px 0 10px;
}
#second td.left{
	text-align: left;
}
#second td,second th{
	padding: 5px;
}
#second p.right{
	text-align: right;
}
#third{
	background: url(../img/third.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-height: 1280px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#third div.box{
	width: 960px;
	height: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#third h2{
	text-indent: -9999px;	
	background: url(../img/title_media.png) no-repeat center center;
	width: 960px;
	height: 36px;
	margin: 0 auto 20px;
}
#third div.swiper-container{
	width: 100%;
	height: 280px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
#third div.swiper-container img{
	width: auto;
	height: 100%;
	outline: solid 1px #fff;
}
#third p{
	color: #fff;
	width: 94%;
	margin: 0 auto;
	padding: 10px 0;
}

#fourth{
	background: url(../img/fourth.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-height: 1280px;
	position: relative;
}

#fourth div.box{
	width: 960px;
	height: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#fourth h2{
	text-indent: -9999px;	
	background: url(../img/title_access.png) no-repeat center center;
	width: 960px;
	height: 36px;
	margin: 0 auto 20px;
}
#fourth div#map_canvas{
	width: 100%;
	height: 400px;
}
#fourth p{
	padding: 10px;
}













