@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%;
}
#sitehead[data-renderd="false"] {
	min-height: auto;
}
.header-blank-wide {
	display: block;
	height: var(--header-height-wide);
}
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:640px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: var(--header-height-wide);
	}
}

/**/
#sitehead {
	color: var(--cl-pageink);
}
#sitehead a {
	color: inherit;
}

/**/
#sitehead .lgm-wrap {
	text-align: center;
	padding: 2.5em 0;
}
	#sitehead .lgm {
		display: inline;
	}
	#sitehead .lgm > img {
		width: 17.6%;
		max-width: 210px;
		max-height: 70px;
		height: auto;
	}
@media only screen and (max-width:640px) {
	#sitehead .lgm-wrap {
		text-align: center;
		padding: 2em 0;
	}
		#sitehead .lgm > img {
			width: auto;
			height: 2em;
		}
}

/**/
#sitehead .menus {
	position: relative;
	display: block;
	text-align: center;	
}
@media only screen and (max-width:640px) {
	#sitehead .menus {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
	}
}

/**/
#sitehead .primary-menu {
	padding-top: 0;
	border-top: solid 1px var(--cl-line);
}
#sitehead .primary-menu > a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	padding: 1.25em 1.5vw 1.4em;
	vertical-align: middle;
	transition: all 0.4s;
}
#sitehead .primary-menu > a:first-child {
	margin-left: 0;
}
#sitehead .primary-menu > a:last-child {
	margin-right: 0;
}
#sitehead .primary-menu > a.addLA::before,
#sitehead .primary-menu > a.addLA::after {
	width: calc(100% - 3vw);
	bottom: calc(1.4em - 10px);
}
#sitehead .touchnavi {
	display: none;
}
#sitehead .touchnavi a {
	position: relative;
	z-index: 0;
	display: inline-block;
	font-size: 1em;
	width: 4.8em;
	height: 6em;
}
#sitehead .touchnavi .ham-menu {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em 1.4em;
	align-items: center;
	transition: all 0.1s ease;
}
#sitehead .touchnavi a.menu:hover .ham-menu {
	padding: 2.25em 1.4em;
}
@media only screen and (min-width:1601px) {
	#sitehead .primary-menu > a {
		font-size: 1vw;
	}
}
@media only screen and (max-width:1000px) {
	#sitehead .primary-menu > a {
		font-size: 16px;
	}
}
@media only screen and (max-width:640px) {
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#sitehead .touchnavi {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#sitehead .activation-menu {
		display: none;
	}
	#sitehead .primary-menu {
		display: none;
	}
	#sitehead .primary-menu > a {
		display: none;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
}