/* ========================================================================
ヘッダー部　ＰＣ用
======================================================================== */
.header_pc {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 60px;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	font-family: 'Noto Sans JP',   sans-serif;
    font-weight: 400;
	background-color: rgba(255, 255, 255, 0.9);
}
.header_pc_bk {
    height: 60px;
	width: 100%;	
}
/*ヘッダーエリア　  */
.hArea {
	height: 20px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	}
/*メニューエリア　  */
#menuArea {
	padding: 0px;
	height: 40px;
	width: 100%;
	z-index: 3001;
}
/*　メインロゴ（社名）　  */
.header_rogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
 	height: 60px;
	z-index: 3002;
}

.inquiry {
	position: absolute;
	top: 0px;
	width: 60px;
	text-decoration: none;
	height: 60px;
	right: 10px;
	z-index: 3002;
}
.en {
	position: absolute;
	top: 0px;
	width: 40px;
	text-decoration: none;
	height: 60px;
	right: 50px;
	z-index: 3002;
}
a:link.en-b{
	display:block;
	width:40px;
	height:60px;
	text-indent:-10000px;
	list-style:none;
	background-image: url(../img/kyoutu/en-b.png);
}
a:hover.en-b{
	display:block;
	width:40px;
	height:60px;
	text-indent:-10000px;
	list-style:none;
	background-image: url(../img/kyoutu/en-b-up.png);
}

a:link.inq-b{
	display:block;
	width:60px;
	height:60px;
	text-indent:-10000px;
	list-style:none;
	background-image: url(../img/kyoutu/inq-b.png);
}
a:hover.inq-b{
	display:block;
	width:60px;
	height:60px;
	text-indent:-10000px;
	list-style:none;
	background-image: url(../img/kyoutu/inq-b-up.png);
}



/*　スクロールポイント　  */
.spoint {
	position: absolute;
	left: 600px;
	top: 0px;
	width: 100px;
	height: 30px;
}
/* グローバルナビゲーション */

.gnavi{
	width:690px;
	display: flex;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 330px;
}

.gnavi > li{
	list-style-type:none;
	padding:0;
}

.gnavi > li a span{
	display:none;
}

.gnavi > li a:hover{
	background-position:left -40px;
}

/**/

.gnavi01 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi01.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.gnavi02 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi02.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.gnavi03 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi03.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.gnavi04 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi04.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.gnavi05 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi05.png);
	background-repeat:no-repeat;
	background-position:left top;
} 

.gnavi06 > a{
	display:block;
	width:100px;
	height:40px;
	background-image:url(../img/button/gnavi/gnavi06.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* ========================================================================
ヘッダー部　メガメニュー用
======================================================================== */
.main-wrapper {
  width: 1020px;
  margin: 0 auto;
}
.gnav-wrapper {
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-between;
}
 
.megamenu li {
 list-style-type:none;
 padding: 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
 
.megamenu li:hover {
		background-color:  rgba(29, 32, 135, 0.9);
	}
 
.megamenu a {
 color: #fff;
 border-left: solid 1px #fefefe;
 padding: 0 65px;
}
.megamenu a:hover {
	 color: #fff;
	}
 
.gnavi > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
}
 
.megamenu {
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
	transition: all .2s ease-in;
	z-index: 999;
		background-color:  rgba(29, 32, 135, 0.9);
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 5) );
 padding: 0;
}
 
.megamenu-inner a {
 border-left: none;
}
 
.megamenu-inner-img {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}



/* ========================================================================
ヘッダー部　スマートフォン用
======================================================================== */

.header_sp {
	font-family: 'Noto Sans JP',   sans-serif;
	font-weight: 400;
}



.sitelogo {
	padding: 0;
	font-size: 1px;
	width: 182px;
	float: left;
	margin-right: 0;
	margin-left: 10px;
}


.tel-btn {
  width: 60px;
  height:60px;
  float: right;
  text-align: center;
}

.tel-btn a {
  width: 60px;
  height: 60px;
  display: block;
}

.tel-btn img {
  width: 36px;
  height: 60px;
}

.toi-btn {
  width: 60px;
  height: 60px;
  float: right;
  text-align: center;
  border-left: solid 1px #898989;
}

.toi-btn a {
  width: 60px;
  height: 60px;
  display: block;
}

.toi-btn img {
  margin-top: 12px;
  width: 38px;
  height: 40px;
}

.header_sp .global_navi {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.header_sp .global_navi .navbar-nav {
  border-top: solid 1px #898989;
  border-bottom: solid 1px #898989;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header_sp .global_navi .navbar-nav li {
    display: block;
    padding: 0;
    border-bottom: solid 1px #ddd;
}

.header_sp .global_navi .navbar-nav li:last-child {
    border-bottom: 0;
}

.header_sp .global_navi .navbar-nav li a {
    display: block;
    padding: 20px 16px;
    color: #000
    text-decoration: none;
}
/* ========================================================================
ヘッター固定用
======================================================================== */
.header_pc_bk {
    height: 60px;
	width: 100%;	
}	
