@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

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

 * 設定をしなおす

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


img {
  vertical-align: middle;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
}

a:hover {
  text-decoration: none;
}


#header a,#header a:hover,#header a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

#header a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.link {
	width: 100%;
	display: none;
}
.linksf {
	border-top: #FFF 1px solid;
	padding: 7px 14px;
}
.linksf p {
	font-size: 13px;
	line-height: 2em;
}
.linksf img {
	width: 30px;
	margin: 10px 10px 10px 0px;
}
.linksf a {
	color: #FFF;
}
@media screen and (min-width: 1199px) {
.linksf {
	display: none;
	margin: 0;
	padding: 0;
}
.link {
	width: 100%;
	display: block;
}
.linkbox {
	background: #000;
	color: #FFF;
	font-size: 14px;
	padding: 7px 20px;
	text-align: right;
	display: inline-block;
	float: right;
}
.link a {
	color: #FFF;
}
.link img {
	width: 20px;
	float: right;
	margin-left: 10px;
}
.link p {
	float: right;
	margin-right: 10px;
}
}






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

　   HEADER

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

#header {
  z-index: 99;
  width: 100%;
	height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#header {
		height: 55px;
		}
}
@media screen and (min-width: 1199px) {
	#header {
		height: 75px;
		}
}
nav li a {
  font-size: 14px;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background:rgba(10,10,10,0.8);
}
@media only screen and ( max-width : 768px ) {
  
  #gNav .nav {
    overflow-y: auto;
    height: 100vh
  }
  .mean-nav .container {
    padding: 0;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
  padding: 13px 20px 10px 20px;
	}
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 25px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
	  color: #000;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    width: 330px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em; 
	  color: #FFF;
  }
  #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: #444;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #FFF;
  }
  #gNav .sub-menu li a:hover {
    background: #666;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }

}
@media only screen and ( max-width : 1198px ) {
    nav li .fa {
    display: none;
  }
}
@media screen and (min-width: 1199px) {
  #header {
  padding:10px 20px 0px 20px;
	}
.nav { 
	margin: 20px 0px 10px 0px;
}
}

