@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:12px;
}

a {
text-decoration: none;
}

.clear {
    clear:both;
}

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

#wrapper{
	width:100%;
	height:100%
	margin:0 auto;
}

#header{
	width:100%;
	height:80px;
	background:#13173C;
	opacity: 0.9;
	position: fixed;
}

.logo{
	height:30px;
	margin:10px;
	
}

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


/*-------------▽navi(pc)--------------*/

ul#navi{
	width:800px;
	float:right;
	margin:0;
	list-style-type:none;
}
ul#navi li{
	float:left;
	width:150px;
	height:80px;
	
}
ul#navi li a{
	width:150px;
	height:60px;
	color:#FFF;
	text-align:center;
	display:block;
	padding-top:40px;
}

#navi li a:hover{
	background:#0075C2;
}

/*----------------▽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;}/表示する/
}

/*--------------------▼menu-------------------------*/
.header h1, .nav-content ul li, .content p {
  font-family:"Times New Roman", Times, serif; }


.header {
  width: 100%;
  height:90px;
  padding-bottom:10px;
  z-index: 3;
  position: fixed;  
    top:0;  
    left:0; }
  .header .header__heading {
    background:#13173C;
    position: absolute;
    width: 100%;
    z-index: 3; }

.nav-content {
  background:#13173C;
  position: absolute;
  width: 100%;
  top: -735px;
  margin-top:-20px;
  z-index: 2;
  list-style-type:none;
  -webkit-transition: 1.5s top;
          transition: 1.5s top; 
		  }
  .nav-content ul li {
    font-size: 18px; }
    .nav-content ul li a {
      text-align: center;
      display: block;
      padding: 20px 0px;
      color: #fff; }

.is-open .nav-content {
  top: 65px; }

#js-cover {
  background:#000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 1; }

.menu-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 14px;
  top: 15px; }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px; }
    .menu-button i:before,
    .menu-button i:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #fff;
      position: absolute;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.3s !important;
              transition: all 0.3s !important; }
    .menu-button i:before {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px); }
    .menu-button i:after {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }

.is-open .menu-button i {
  background: #000; }
  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }


/*------------------▽top(sp)---------------------------*/


#top{
	background:#fff;
	width:100%;
	height:auto;
	padding-top:50px;
}
.tp{
	width:100%;
}

.ti{
	height:35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding-top:70px;
}

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

#about{
	width:100%;
	height:360px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	margin-top: -50px; /* リンク位置上昇分 */
    padding-top: 100px; /* 上昇分を戻す分 */
}

.ab1{
	width:45%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.abtext{
	font-size:14px;
	color:#000033;
	text-align:center;
	margin-top:30px;
}


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

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

	/*-----------------▽fmnavi----------------------*/
	
	ul,li   {  
    margin:0;  
    padding:0;  
    list-style: none;  
}  
		ul#fmnavi{
		width:80%;
		height:70px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:20px;
		
	}
	ul#fmnavi li{
		margin-left:2px;
		font-weight:bold;
		float:left;
	}
	ul#fmnavi li a{
		display:block;
		width:46px;
		height:30px;
		color:#FFF;
		text-decoration: none;
		background:#8080C0;
		text-align:center;
		font-size:14px;
		padding-top:10px;
	}
	
	#fmnavi li a:hover{
		display:block;
		background:#45538B;
	}
	
	/*-----------------▽fmr----------------------*/
	
	.fmr{
		width:80%;
		height:420px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content {
	  display: none;
	  margin-top: -200px; /* リンク位置上昇分 */
      padding-top: 200px; /* 上昇分を戻す分 */
	}
	
	.content:target {
	  display: block;
	}
	
	.fmbox1{
		width:90%;
		height:62px;
		background: white;
		padding:16px;
		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:12px;
	}
/*-----------------▽event-------------------------*/

#event{
	background:#BFB0D9;
	background-attachment: fixed;
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	
}

.ev{
	width:80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}

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

.evbox{
		width:80%;
		height:auto;
		background: white;
		padding:20px;
		margin-bottom:20px;
		color:#333333;
		line-height:160%;
		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:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

.googlemap{
	width:80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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


/*------------------▼footer-------------------------*/

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


/*---------------▼topまでjumpするやつ----------------*/

#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:60px;
}

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