@charset "UTF-8";
#sitehead {
	position: relative;
	z-index: 0;
	background-color: #fff;
}
#sitehead.fixed {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header-blank-wide {
	display: block;
	height: var(--header-height-wide);
}
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:1070px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: var(--header-height-wide);
	}
}
/**/
#sitehead {
	color: #000;
}
#sitehead a {
	color: inherit;
}
#sitehead a:hover {
	color: #aaa;
}
/**/
#sitehead .lgm-wrap {
	text-align: center;
	padding: 1.8em 0;
}
	#sitehead .lgm {
		display: inline;
	}
	#sitehead .lgm > img {
		width: 20%;
		max-width: 116px;
		max-height: 62px;
		height: auto;
	}
#sitehead .menus {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
#sitehead .primary-menu {
	padding-top: 1.2em;
}
#sitehead .primary-menu > a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 0.8em 0.8em;
	vertical-align: middle;
}
#sitehead .primary-menu > a:first-child {
	margin-left: 0;
}
#sitehead .primary-menu > a:last-child {
	
}
#sitehead .primary-menu a.icn {
	
}
#sitehead .primary-menu a.icn img {
	width: 2em;
	height: auto;
	vertical-align: middle;
}
#sitehead .touchnavi {
	
}
#sitehead .touchnavi a {
	font-size: 16px;
	background-image: url(/share/im/nv_menu.svg);
	background-size: 2em;
	background-position: center;
	width: 6em;
	height: 6em;
	display: inline-block;
	position: relative;
	z-index: 0;
}
#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
	content: "MENU";
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 1.8em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.08em;
	color: inherit;
}
@media only screen and (max-width:1070px) {
	#sitehead .primary-menu a {
		display: none;
	}
	#sitehead .primary-menu a.icn img {
		width: 2em;
	}
	#sitehead .touchnavi a {
		font-size: 14px;
		background-size: 2em;
		width: 5.2em;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
}






