@charset "Shift_JIS";
/*menu*/

#toggle{ 
   display: none;
}
#header .nav {
  width: 100%;  
  text-align: center;
}
/*#header .nav li {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
}*/
#header .nav li {
  font-size: 14px;
  display: block;
  float:left;
  width:14.2%;
  margin: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #header .nav li {
    width: 24.5%;
    margin-left: 0;
  }
}
#header .nav li:first-child {
  margin-left: 0;
}

#header .nav li a {
  font-family: century gothic,"Open Sans", "Noto Sans Japanese"; 
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
#header .nav li a:hover, #fh5co-header .nav li a:focus {
  color: gray !important;
  background: transparent;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #header .nav li a {
    padding: 10px 0;
  }
}

/*active*/
#header .nav li.active a {
  color: #000;
  background: transparent;
  position: relative;
}
#header .nav li.active a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -20px;
  background: #0068b7;
  content: '';
  left: 50%;
  margin-left: -4px;
}

@media screen and (max-width: 768px) {
  #header .nav li.active a:before {
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  #header .nav li.active a {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  #header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #000;  
  }
  
}
@media screen and (max-width: 992px) {
  #header .nav {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
#header .nav{display: none;}
#header .nav li{width: 100%;}
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    letter-spacing: .1em;
    font-family:Century gothic,Verdana;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;    
    color: rgba(0, 0, 0, 0.4);
    font-size:18px;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: color: rgba(0, 0, 0, 0.8);
}
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}



