#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: 220px;
	display: block;
}
#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 {
	font-size: 0.94em;
	line-height: 1em;
	padding: 1.4em 2.8em;
	padding-bottom: 1.3em;
	border: solid 2px #fff;
	border-radius: 10em;
	background-color: transparent;
	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;
	}
}



