#sitehead {
	width: 100%;
	position: absolute;
	z-index: 10;
}
#sitehead {
	color: #fff;
	text-shadow: 0 0 2px #000;
}
#sitehead .wrap {
	display: flex;
	justify-content: space-between;
	padding: 4.5em 5em;
}
@media only screen and (max-width:640px){
	#sitehead {
		font-size: 2.8vw;
	}
	#sitehead .wrap {
		padding: 2rem 1.8rem;
	}
}

/**/
#sitehead .logo {
	width: 240px;
	display: block;
	max-width: 300px;
}
#sitehead .logo > img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:640px){
	#sitehead .logo {
		width: 44%;
	}
}

/**/
#sitehead .menus {
	display: flex;
	list-style: none;
	padding-left: 1.5em;
	margin: 0 -1.5em;
	margin-top: -1.0em;
}
#sitehead .menus li {
	font-size: 1.0em;
	display: inline-block;
	letter-spacing: 0.15em;
}
#sitehead .menus li a {
	display: block;
	color: inherit;
	padding: 1.5em 1.0em;
}
#sitehead .menus .action {
	padding-left: 1.5em;
}
#sitehead .menus .action a {
	padding: 1.5em 2.5em;
	background-color: var(--lowergo-black);
	text-shadow: none;
	white-space: nowrap;
}
@media only screen and (max-width:1200px){
	#sitehead .menus .primary {
		display: none;
	}
}
@media only screen and (max-width:640px){
	#sitehead .menus {
		margin: 0 0em;
		margin-top: -0.6em;
	}
	#sitehead .menus .action a {
		padding: 1.2em 2.0em;
	}
}



