  @charset "shift_jis";
/*================================================================================

	globalNavi.css for www.nelt.co.jp
	Last modified:  2007-09-14

================================================================================*/



/*------------------------------------------------ global navigation area style*/

.menu-wrapper {
  position: relative;
}

/*hamburgerMenu*/

@media(max-width:850px) {
#globalNavi img{
  margin: 15px 0;
  max-width: fit-content;
  width: 56vw;
  min-width: 175px;
}

.pbPage{
    background-image: url(../../../img/img-header.png); 
    background-repeat: no-repeat;
    background-position: right 80px top;
    background-size: 50px 70px;
  	display: block;
    max-width: 1280px;
    width: 100%;
} 
  
#globalNavi{
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
}

.menu-wrapper {
  position: relative;
  margin-left: auto;
  text-align: left;
}

.header-flex{
  width: fit-content;
  position: absolute;
  top: 0;
}

ul.list{
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

ul.list li:hover{
  background-color: #09c;
  color: #efefef;
}

ul.list li a:hover{
  color: #efefef;
}

ul.list li p:hover{
  color: #efefef;
}

ul.list li a{
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  padding-left: 10px;
}

ul.list li p{
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  padding-left: 10px;
}

#menu-toggle:checked ~ .menu {
  right: 0;
  display: block; 
}

#header-search{
  display: none;
} 

.menu-icon span {
  width: 25px;
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #09c;
  border-radius: 2px;
}

.menu-icon {
  margin: 20px 27px 20px auto;
  display: block;
  width: 25px;
  height: 21px; 
}

nav.menu-icon{
  width: 100%;
  height: 100%;

}

li.home{
	border-radius: 0 0 0 0 ;
	width: 100%;
  background-color: #09c;
	float: left;
	height: 50px;
  position: relative;
  border-bottom: #ffffff 1px solid;
}

li.home a{
  width: 100%;
  line-height: 50px;
  color: #ffffff;
}

li.corporate{
  background-color: #09c;
	width: 100%;
  height: fit-content;
  border-bottom: #ffffff 1px solid;
}

li.corporate a{
  width: fit-content;
  line-height: 50px;
  width: 100%;
  display: block;
  color: #ffffff;
}

#nav input:checked ~ .ham-ul{
  display: block;
  padding: 0;
  margin: 0;
}

#dropdown-corp{
  display: none;
}

#dropdown-lang{
  display: none;
}

li.language{
  flex-direction: column;
  background-color: #09c;
	width: 100%;
  height: fit-content;
  border-bottom: #ffffff 1px solid;
}

li.language p{
  width: fit-content;
  line-height: 50px;
  width: 100%;
  display: block;
  color: #ffffff;
}

li.sitemap{
	float: left;
  background-color: #09c;
	height: fit-content;
  border-bottom: #ffffff 1px solid;
}

li.sitemap a{
  line-height: 50px;
  width: 100%;
  color: #ffffff;
}

li.contact{
	width: 100%;
	float: left;
  background-color: #09c;
  border-bottom: #ffffff 1px solid;
	height: fit-content;
}

li.contact a{
  line-height: 50px;
  width: 100%;
  color: #ffffff;
}

li.a{
  width: fit-content;
  line-height: 50px;
  display: block;
}

li.p{
  width: fit-content;
  line-height: 50px;
  display: block;
}

li.end{
	border-radius: 0 0 0 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.ham-align{
  width: 100%;  
  margin-left: auto;
}

.ham-span{
  width: 100%;
  height: 100%;
}

.ham-ul{
  grid-column: 1/3;
  list-style: none;
  display: none;
  width: 100%;
  height: fit-content;
  margin: 0;
  padding: 0;
}

.ham-ul li{
  padding: 0;
  margin: 0;
  background-color: #F0FAFF;
  height: 50px;
  border-bottom: #cccccc 1px solid;
}

.ham-ul li a{
  width: 100%;
  line-height: 50px;
  color: #333;
}

.ham-nav{
  display: grid;  
  grid-template-columns: 80% 1fr;
  grid-template-rows: auto;
}

#nav input:checked ~.click-to-drop span{
  background-color: #F0FAFF;
}

.click-to-drop span{
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px 10px;
  background-color: #F0FAFF;
  float: right;
}

.click-to-drop span i::before{
  content: "+";
  display: block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  color: #09c;
}

#nav input:checked ~ .click-to-drop span i::before{
  content: "-";
  display: block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  color: #09c;
}

.menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  float: right;
  right: -300px; 
  width: 100%;
  height: 100vh;
  transition: right 0.3s ease;
}

.headItem{
  width: 100%;
  height: 50px;
}

#search{
  display: flex;
  width: 100%;
  text-align: right;
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
}

#search div{
  display: flex;
  gap: 15px;
  margin: 12px 0;
  align-items: center;
}

label.dropdown{
  display: block;
}
}


@media(min-width:851px){
.pbHeaderArea{
  overflow: visible;
}

.pbNestedWrapper{
  overflow: visible;
}

#globalNavi img{
  width: 300px;
}

#header-search{
  margin-top: 30px;
  justify-content: flex-end;
  display: flex;
  margin-right: 100px;
  width: 100%;
  text-align: right;
}

#header-search div{
  display: flex;
  gap: 15px;
  align-items: center;
}

.header-flex{
  display: flex;
}

#dropdown-corp{
  display: none;
}

.menu-wrapper{
  width: 100%;
}

ul.list{
  list-style: none;
  padding: 0;
  margin: 30px auto 0 ;
  max-width: 1280px;
  width: 100%;
  display: flex;
}

.ham-ul{
  position: absolute;
  z-index: 99;
  width: 100%;
  display: none;
  list-style: none;
  padding:0 0 0 0 !important; 
  margin: 0 0 0 0 !important;
}

.ham-ul li{
  background-color: #F0FAFF;
  padding: 0;
  margin: 0;
  border-bottom: 1px #ccc solid;
}

.corporate:hover .ham-ul{
  display: block;
}

	div#header div.headItem {
	display: flex;
	justify-content: flex-end;
	vertical-align: bottom;
	margin: 0 120px;
}

#page{
    background-image: url(../../../img/img-header.png);
    background-repeat: no-repeat;
    background-position: right 30px top;
    background-size: 62px 97px;
  	display: block;
    overflow-x: visible;
    overflow-y: visible;
}

.menu{
  margin: 0;
}

li.search{
  display: none;
}

li.sitemap{
  display: none;
}

li.language{
  display: none;
}

div#globalNavi
{
	list-style-type: none;
	width: 100%;
  clear: both;
	height: 50px;
	margin: -7px auto 15px auto;
  display: table;
}

#globalNavi p{
  vertical-align: baseline;
  margin-top: 30px;
}

#header-flex p a img{
  width: 120%;
}

div#globalNavi ul li a 
{
	color: #000000;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;	
  align-items: center;
  display: block;
  justify-content: center;
  text-decoration: none;
}

div#globalNavi ul li:hover{
	color: #EfEfEf;
  background-color: #0099cc;
}

div#globalNavi ul li a:hover{
	color: #EfEfEf;
}

li.home{
	border-radius: 10px 0 0 10px ;
	width: 100%;
  height: fit-content;
	background-color: #EfEfEf;
	border-bottom: 2px #0099cc solid ;
}

li.corporate{
  position: relative;
  width: 100%;
  height: fit-content;
  background-color: #EfEfEf;
	border-bottom: 2px #0099cc solid ;
  border-left: 1px #ffffff solid;
  border-right: 1px #ffffff solid; 
}

li.contact{
	width: 100%;
  height: fit-content;
	background-color: #EfEfEf;
	border-bottom: 2px #0099cc solid;
}

li.end{
	border-radius: 0 10px 10px 0;
}

}


/* EOF */