@charset "utf-8";
*
{
  margin: 0;
  padding: 0;

}

#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%;
    height: 100%;

  
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:35%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    height: 50%;
    margin-top: 20%;
    
  }


  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  
  position: relative;  
  font-size: 13px;
  display: block;
  line-height: 4;
  
  
  
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }
  

  .menu-desc
  {
  
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20%;
    
    
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 13px;
    line-height: 0.8;
    text-align: left;
    
  }
  
  .menu-icon
  {
    width: 10%;
    position: absolute;
    top: 15%;
    left: 70%;
    float: left;
    margin-top: 20px;
  }

  .menu-icon img
  {
    width: 50px;
  }
  

  /*========= ボタンのための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%;
    
  }


.footer
{
    border-bottom: 10px solid;
    border-color: #47656F;
    overflow: hidden;
    text-align: left;
    width: 100%;
   
}

.copyright
{
  font-size: 10px;
}

.footer-icon img
{
    float: left;
    padding-bottom: 0px;
    width: 50%;
}





.notice-title
{
    font-size: 24px;
    writing-mode: horizontal-tb;
  
}
.toppage-center-logo
{
    text-align: center;
}

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

}

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

/*タブメニュー*/

/*タブ全体*/
.tabs{
  width:100%;
  margin-top: 100px;
  position:relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  
  
}
/*タブボタン*/
.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:25px;
  font-size: 20px;
  margin-top: 15px;
 
}
.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;
}

.section img
{
  width: 70%;
}

.section h1
{
  font-size: 20px;
}

.section h2
{
  font-size: 20px;
}