@charset "UTF-8";

header {
	width: 100vw;
	padding: 1rem 0 0.5rem;
	background: linear-gradient(#5b493e, #3a2a20);
}
header > .l-sub::after {
	display: table;
	clear: both;
	content: "";
}
.header-logo {
	float: left;
	width: 178px;
}
.header-menu {
	float: right;
	width: 233px;
}
.header-menu::after {
	display: block;
	clear: both;
	content: '';
}
.header-menu > li {
	float: left;
	margin-right: 1rem;
	width: 71px;
}
.header-menu > li img {
	width: 100%;
	height: auto;
}
.header-menu >li:last-child {
	margin-right: 0;
}
#gnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 256px;
	background: rgba(255, 255, 255, .9);
}
#gnav .l-sub {
	margin: 1.5rem auto;
}
#gnav .l-sub::after {
	display: table;
	clear: both;
	content: "";
}
#close {
	float: right;
}
.header-nav {
	clear: both;
	background: #fff;
	border-top: 3px solid #353a60;
}
@media screen and ( max-width:768px ) and ( min-width: 0px ) {
	.header-logo {
		width: 40%;
	}
	.header-menu {
		width: 50%;
	}
	.header-menu > li {
		width: 31%;
		margin-right: 0.5rem;
	}
	#close {
		width: 17%;
	}
	#gnav {
		height: auto;
	}
	#gnav .l-sub {
		margin: 1rem auto;
	}
	.header-nav .main-nav.column > li {
		margin-bottom: 0;
	}
	.header-nav .sub-nav.column > li {
		margin-bottom: 0;
	}
}
