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

　   #header .mask

--------------------------------------------------------------------------------------------- */
@media only screen and ( max-width : 768px ) {
	#header .mask {
		background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
	}
}
@media only screen and ( max-width : 768px ) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

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

#header {
  /* box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
background: #fff;*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#gNav a:hover {
  color: #999;
}
nav li a:link,nav li a:active,nav li a:visited {
  letter-spacing: 0.1em;
  color: #8F82BC;
  font-size: 1em;
  font-weight: 900;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #ffffffe8;
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
	background: #FFF;
  }
  .h_logo {
    width: 150px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
	background: rgba(255,255,255,0.9);
  }
  .h_logo img {
    width: 200px;
		height: 39px;
		opacity: 1;
  }
	.h_nav{height: 80px;}
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 0.5em;
	height: 80px;
  }
  #gNav ul.nav {
    position: relative;
    display: flex;
	height: 80px;
    justify-content: space-between;
    width: 700px;
  }
  #gNav li {
    position: relative;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
	    display: none;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
	padding: 0 1em;
  }
	#gNav li a:hover {
    background:#ffffffe8;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -50%;
    width: 250px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px 0;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #8f82bc;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #8f82bc;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
	#gNav .pc_none{
		display: none;
	}
}
