@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

*
{
    margin: 0;
    padding: 0;
    font-family: 'Zen Old Mincho', serif;
   
    
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -120%;
width:100%;
  height: 120vh;/*ナビの高さ*/
background:#738F98;
  /*動き*/
transition: all 0.6s;
width: 50%;

}


/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;

}


/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:30%;
  left:30%;
  width: calc(100%/2);
  transform: translate(-50%,-50%);
  padding: 0;
  font-weight: normal;
  
}


/*リストのレイアウト設定*/

#g-nav li
{
font-size: 15px;
display: flex;
line-height: 4;

}

#g-nav ul a{
  color: #000;
  text-decoration: none;
}

.menu-desc
{
 
  position: absolute;
  left: 2%;
  margin-top: 50px;
  text-align: left;
  font-weight: lighter;
  font-size: 13px;
  line-height: 0.7;
}

.text-color
{
  font-weight: normal;
  color:#fff;
  font-size: 13px;
  
}

.menu-icon
{
  width: 30px;
  position: absolute;
  top: 15%;
  left: 87%;
  float: left;
  margin-top: 20px;
}

.menu-icon-img
{
  height: 60%;
  width: 60%;
}







/*========= ボタンのためのCSS ===============*/
.openbtn
{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:1%;
  right: 1%;
  cursor: pointer0;
  width: 150px;
  height:150px;
  
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 8px;
  height: 3px;
  border-radius: 20px;
  
  background-color: #000;
  width: 45%;
  
}
/*閉じてる時のメニューバーの位置 三本線の時*/
.openbtn span:nth-of-type(1) {
top:20px;	
right: 15px;
}

.openbtn span:nth-of-type(2) {
top:40px;
right: 15px;
}

.openbtn span:nth-of-type(3) {
top:60px;
right: 15px;
}

/*×ボタン*/
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  right: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 33px;
  right: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.menu-desc
{
  
  position: absolute;
  top: 50%;
}
/*メニューボタンここまで*/

.notice-title
{
    font-size: 60px;
    font-weight: lighter;
    line-height: 1.1;
    text-align: center;
    margin: 10px;
    writing-mode: vertical-rl;
    border-bottom: 5px solid #47656F;
    width: max-content;
}
.toppage-center-logo
{
    text-align: center;
}






.menu-botton
{
    text-align: center;
    text-decoration: none;
    margin-top: 5%;

}

.notice-desc
{
    font-size: 10px;
    text-align: center;
   
    margin-bottom: 2%;
}

.notice-img
{
    text-align: center;
    
}





rt
{
    color: #47656E;
    
}

dd
{
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    font-size: 20px;
    padding-left: 10px;
    margin-left: 80px;
    
   
}

dt
{
    border-top: 1px solid #D6D6D6;
    color: #858585;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
    float: left;
    
    
}

dl
{
    background-color: #FFF;
    text-align: left;
}

footer
{
    font-size: 10px;
    text-align: center;
}

.footer
{
    border-bottom: 40px solid;
    border-color: #47656F;
    overflow: hidden;
    margin-left: 10px;
    
}

.footer-icon
{
    float: left;
    margin-left: 15px;
    padding-bottom: 0px;
    
}



.section
{
    margin-top: 5%;
    font-size: 20px;
    border-bottom: 1px solid #333;
    border-width: 90%;
    padding-bottom: 5%;
    text-align: center;
}

/*タブメニュー*/

body{
  padding:0;
  margin:0;
  background:#fff;
  
}
/*タブ全体*/
.tabs{
  width:100%;
  margin-top: 10%;
  position:relative;
  text-align: center;
  
  
}
/*タブボタン*/
.tab-buttons span{
  
  color:#333;
  background:#FFF;
  cursor:pointer;
  border-bottom:2px solid #FFF;
  display:block;
  width:calc(100%/3);
  float:left;
  text-align:center;
  height:40px;
  font-size: 30px;
 
}
.tab-content{
  border-bottom:3px solid #FFF;
  
  background:#FFF;
  
  
  color:#000;
  text-align: center;
}


#lamp{
  width:calc(100%/3);
  height:2px;
  background:#333;
  display:block;
  position:absolute;
  top:40px;
  margin: 10px 0 5% 0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:33.3%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:66.6%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}


.menu-botton
{
    text-align: center;
    text-decoration: none;
    margin-top: 5%;

}










