*{
    margin: 0;
    padding: 0;
    }
    
  body{
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    }

  h1, h2, h2, h3, h5, h6{
     font-size: 100%; 
     color:gray;
     letter-spacing: .06em;
    }

  li{
    list-style-type: none;
  }

  table{
    border-collapse: collapse;
    border-spacing: 0;
  }
     
  img{
    border: none;
    display: block;
  }

  a {
    color:#3e3a39;
    text-decoration: none;
  }

  p{
    color:#3e3a39;
  }

  .forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  color:#3e3a39;
  letter-spacing: .06em;
}

  .pc-only {
    display: block;
  }



/* ヘッダーーーーーーーーーーーーーーーーー */

  #header_area{
   width: 100%;
   height: 70px;
   position: fixed;
   z-index: 1000;
   top: 0;
   background-color: white;
   opacity: 0.9;
  }

  .header_line img{
    height:65px;
    margin-left: 30px;
    margin-top: 5px;
  }

  .header_line a{
    position: absolute;
    top: 22px;
    font-size:20px;
    padding:0;
    margin:0;
    margin-left: 100px;
  }

.header_line a:hover{
    opacity: 0.7;
    transition: all 0.3s ease;
  }


  /* ハンバーガーメニューーーーーーーーーーーーーーーーーー */

  #nav-toggle {
    position: fixed;
    z-index: 1001;
    top: 24px;
    right: 50px;
    height: 25px;
  }
  
  #nav-toggle>div {
    position: relative;
    width: 30px;
  }
  
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background:#3e3a39;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  
  .open #nav-toggle span {
    background:#3e3a39;
  }
  
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  #global-nav {
    opacity: 0.5;
    position: fixed;
    top: 5px;
    left: 0;
    right: 100px;
    z-index: 990;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    opacity:0.5;
    transition: opacity .6s ease, visibility .6s ease;
  }
  
  
  #global-nav a {
    display: block;
    color: #3e3a39;
    text-decoration: none;
    transition: color .6s ease;
  }
  
  #global-nav ul {
    opacity: 0;
    transform: translateX(200px);
    transition: all .8s ease;
  }
  
  .open #global-nav {
    visibility: visible;
    opacity: 1;
  }
  
  .open #global-nav ul {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  #global-nav ul{
    display: flex;
    justify-content: flex-end;
    font-family: 'Times New Roman', Times, serif;
  }
    
  .nav_btn{
    width: 105px;
    height: 30px;
    margin-top: 23px;
    text-align: center;
    letter-spacing: 1px;
  }
  
  .nav_btn :hover{
    opacity: 0.7;
   }
  
  .nav_btn a{
    font-size: 16px;
  }
  
  .nav_btn2{
    width: 46px;
    height: 25px;
    margin-left: 10px;
    margin-top: 20px;
  }
  
  .nav_btn2 a img{ 
    width: 25px;
    padding-top: 2.5px;
  }
  
  .nav_btn2 :hover{
    transition: all 0.3s ease;
    transform: scale(1.1,1.1);
    opacity: 0.8;
   }


 /* メインーーーーーーーーーーーーーーーーーー */


h3{
  width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  text-align: center;
  font-size: 36px;
  border-bottom:1px solid #3e3a39;
}

#text1{
  width:800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
  line-height: 1.8;
}

#text2{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
}

.teitle_s{
  font-weight: bold;
  margin-top: 60px;
}

#text2 p{
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}



/* Footerーーーーーーーーーーーーーーーーーー */

#footer_bg{
  width: 1080px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

#footer_line img{
  width: 1080px;
  height: 171px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#f_nav_bg{
 width: 1080px;
 height: 53px;
 position: absolute;
 margin-top: -40px;
 overflow: hidden;
}

#footer_nav{
 width: 540px;
 margin-top: 13px;
 margin-left: 20px;
 float: left;
}

#footer_nav a{
  font-size: 12pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 12px;
  border-right: 1px solid #3e3a39;
  letter-spacing: .06em;
}

#footer_nav a:nth-child(5){
  border:none
}

#footer_nav :hover{
  opacity: 0.7;
} 


#top_btn{
    width: 45px;
    height:45px;
    border: 1pt solid #3e3a39;
    border-radius:30px;
    float: right;
    margin-right: 150px;
  }
  
  #top_btn a p{
  text-align: center;
   padding-top: 10px;
   font-size: 16px;
  }
  
  #top_btn a p:hover{
   transition: all 0.6s ease;
   transform: scale(1.1,1.1);
  }
 

#copy{
  width: 1080px;
  height: 50px;
  margin-top: 30px;
  margin-left: 30px;
  font-size: 12px;
  letter-spacing: 1px;
}
