@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

nav li a {
color: #FFF;
}


@media only screen and ( max-width : 768px ) {


  header {
    height: 80px;
	  position: fixed;
	  top: 0;
	  background: #000000;
	  width: 100%;
	  z-index: 99999;
	  font-family: TradeGothicLTCom-Bold, sans-serif !important;
	font-size: 15px;
  }
  .h_logo {
	  width: 80px;
	  margin: 0 auto !important;
	  padding: 13px 0 0 0;
	  position: relative;
	  z-index: 100;
  }
	
	.h_logo img {
		width:100%;
		height: auto;
	}
	
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
	  
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #e8e8e8;
}
	
	.sub-menu {
	  font-size: 13px;
	  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	  font-weight: bold;
  }
}

@media print, screen and ( min-width : 769px ) {
	
	header {
	width:100%;
	z-index:10000;
	position:absolute;
	top:-200px;
	left:0;
	margin-top:200px !important;
	font-family: TradeGothicLTCom-Bold, sans-serif !important;
	font-size: 15px;
}
	
	.scroll {
	background:#000;
	height:130px;
	width:100%;
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	margin-top:0 !important;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
}

  .h_logo img {
	   padding-top: 23px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	 
	
  }
	
	.h_logo {
		top: 0;
	  left: 0;
	  position: absolute;
		background: #000;
		padding: 0 50px;
		height: 130px;
	}
	
.h_nav  {
		position: absolute;
		top: 0;
		right: 5%;
	}
	
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-left: 30px;
	   
  }

  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
	  text-decoration: none;
	  line-height: 130px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	  font-size: 13px;
	  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	  font-weight: bold;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    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: #adadad;
	  /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;*/
    transition: 0.5s;
  }
  #gNav li:hover ul.sub-menu {
    top: 130px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #f8cd23;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
	
	nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
}
	
	nav li .fa {
		margin-bottom: 3px;
		margin-left: 10px;
		display: inline-block;
width: 5px;
height: 5px;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
	}
}