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


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

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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:#333;
	position: fixed;
}

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

/*-------------▽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: 'Codystar', cursive; }


.header {
  width: 100%;
  z-index: 3;
  position: fixed;  
    top:0;  
    left:0; }
  .header .header__heading {
    background:#333;
    position: absolute;
    width: 100%;
    z-index: 3; }

.nav-content {
  background:#333;
  position: absolute;
  width: 100%;
  top: -735px;
  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)---------------------------*/
@media screen and (max-width:768px){
	#top2{display:block;}
	#top{display:none;}
}

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


#top2{
	width:100%;
	margin-bottom:50px;
}

.tp2{
	width:100%;
	margin-top:60px;

}

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

/*-------------------▼floor map------------------------------*/

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

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


#floot{
	overflow: hidden;
}

#floor2{
	background:url(img/fmsp.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:400px;
	padding-bottom:60px;
	padding-top:50px;
	margin-top:50px;
	margin:0 auto;
}

.fl2{
	width:250px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:30px;
}

.F{
	width:250px;
	height:18px;
	text-align:center;
	background:#002864;
	color:#FFF;
	margin:0 auto;
	padding:5px;
}

.F:hover{
	background:#0046AE;
}

.naiyou{
	width:220px;
	height:auto;
	padding:20px;
	background-color: rgba( 113, 195, 162, 0.5 );
	color:#003;
	margin:0 auto;
	font-size:11px;
	text-align:left;
}

.flt{
	width:30px;
	height:auto;
	margin-right:10px;
	float:left;
}

.flt2{
	width:180px;
	height:auto;
	float:left;
}

/*----------------------events---------------------------*/

#events{
	background:url(img/evsp.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:420px;
	padding-bottom:30px;
}

.ev1{
	width:300px;
	margin-left: auto;
	margin-right: auto;
}

.etext{
	color:#333;
	line-height: 220%;
	font-weight:bold;
}

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

.ev2{
	width:300px;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
}

/*--------------------------access----------------------------*/

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

.ac1{
	width:300px;
	margin:0 auto;
}

h1{
	font-size:18px;
	color:#333;
}


.googlemap{
	float:left;
	width:250px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

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

#footer{
	width:100%;
	height:30px;
	margin:0 auto;
	bottom:0;
	color:#FFFFFF;
	font-size:8px;
	background:#333;
	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:60px;
}

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