@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;	
}

body{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
}

a {
text-decoration: none;
}

.clear {
    clear:both;
}

#wrapper{
	width:auto;
	margin:0 auto;
}

/*---------------- ▽ header ------------------*/

@media screen and (max-width:768px){
	.header{display:block;}
	#header{display:none;}
}

@media screen and (min-width:769px){
	.header{display:none;}/表示しない/
	#header{display:block;}/表示する/
}

#header{
	width:100%;
	height:90px;
	background:#000040;
	opacity: 0.9;
	position: fixed;  
    top:0;  
    left:0;
}

.logo{
	height:54px;
	margin-left:20px;
	margin-top:10px;
}


/*---------------------------- ▽navi ----------------------------------*/

ul#navi{
	width:450px;
	float:right;
	margin:0;
	list-style-type:none;
}
ul#navi li{
	float:left;
	width:90px;
	height:90px;
}
ul#navi li a{
	width:90px;
	height:50px;
	color:#FFF;
	text-align:center;
	display:block;
	padding-top:40px;
	font-size:18px;
	font-weight:600;
}
	

#navi li a:hover{
	display:block;
	background:#45538B;
}



/*--------------------------------▽top---------------------------------*/


#top{
	background:#344a7a;
	background:url(img/back01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:auto;
	padding-top:90px;
}
.tp{
	height:580px;
	 display: block;
 	margin-left: auto;
	 margin-right: auto;
}

.ti{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
}

/*--------------------------------▽about---------------------------------*/

#about{
	width:980px;
	height:520px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
	padding-top:120px;
}

.ab1{
	width:500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.abtext{
	font-size:24px;
	color:#000033;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
}

/*-----------------▽floor map-------------------------*/

#floor{
	background:url(img/back04.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:600px;
	margin-bottom:40px;
	margin-top: -60px; /* リンク位置上昇分 */
	padding-top: 60px; /* 上昇分を戻す分 */
}

.title{
	font-size:30px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:50px;
}

.fm{
	width:980px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

	/*-----------------▽fmnavi----------------------*/
		ul#fmnavi{
		width:120px;
		height:420px;
		float:left;
		margin:0;
		list-style-type:none;
	}
	ul#fmnavi li{
		width:120px;
		height:50px;
	}
	ul#fmnavi li a{
		width:120px;
		height:30px;
		color:#FFF;
		background:#C9F;
		text-align:center;
		display:block;
		font-size:18px;
		margin-top:2px;
		padding-top:10px;
	}
		
	
	#fmnavi li a:hover{
		display:block;
		background:#45538B;
	}
	
	/*-----------------▽fmr----------------------*/
	
	.fmr{
		width:800px;
		height:420px;
		float:right;
		margin-left:10px;
	}
	
		.content {
	  display: none;
	  margin-top: -180px; /* リンク位置上昇分 */
      padding-top: 180px; /* 上昇分を戻す分 */
	}
	
	.content:target {
	  display: block;
	}
	
	#9f{
		width:700px;
		height:400px;
	}
	
	.fmbox1{
		width:620px;
		height:62px;
		background: white;
		padding:20px 30px 40px 50px;
		margin-bottom:20px;
		color:#333333;
		line-height:160%;
	}
	
	.rmei{
		font-weight:bold;
		color:#66C;
		font-size:20px;
	}
	
	.min{
		text-align:right;
		color:#FFF;
		font-size:14px;
		margin-right:70px;
	}

/*-----------------▽event-------------------------*/

#event{
	background:#CCC;
	background-attachment: fixed;
	width:100%;
	height:600px;
	margin-top: -60px; /* リンク位置上昇分 */
	padding-top: 60px; /* 上昇分を戻す分 */
	
}

.ev{
	width:950px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
}

.emei{
		font-weight:bold;
		color:#4ec4d3;
		font-size:20px;
	}

.evbox{
		width:400px;
		height:300px;
		background: white;
		padding:20px;
		margin-right:20px;
		color:#333333;
		line-height:180%;
		float:left;
		background: whitesmoke;/*背景色*/ border-left: double 7px #4ec4d3;/*左線*/ border-right: double 7px #4ec4d3;/*右線*/
	}
	

/*-----------------▽Access-------------------------*/

#access{
	background:url(img/back01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:520px;
}

.ac{
	width:840px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
}

.googlemap{
	float:left;
}

.acbox1{
	width:400px;
	float:left;
	margin-left:40px;
}

.atext{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:200%;
}



/*----------------------------------------------------*/

#footer{
	width:100%;
	height:30px;
	margin:0 auto;
	bottom:0;
	color:#FFFFFF;
	font-size:14px;
	background:#000040;
	text-align:center;
	padding-top:10px;
}


/*----------------------------------------------------*/

#scrolltop {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#scrolltop a {
    display: block;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#scrolltop a:hover {
    opacity: 0.9;
}

.ue{
	width:100px;
}

/*------------------------------------------------------*/
