
@media only screen and (max-width:650px) {


header #gnav li:hover {
	background: rgb(0, 27, 113);
}
header #subaru_logo {
	margin: 0px 15px;
}
#sp_menu2 {
	top: 25px; width: 25px; height: 20px; right: 20px; position: fixed; z-index: 20;
}
#sp_menu2 .menu-trigger {
	transition:0.4s; display: inline-block; box-sizing: border-box;
}
#sp_menu2 .menu-trigger span {
	transition:0.4s; display: inline-block; box-sizing: border-box;
}
#sp_menu2 .menu-trigger {
	width: 25px; height: 20px; position: relative;
}
#sp_menu2 .menu-trigger span {
	border-radius: 3px; left: 0px; width: 100%; height: 3px; position: absolute; background-color: rgb(0, 0, 0);
}
#sp_menu2 .menu-trigger span:nth-of-type(1) {
	top: 0px;
}
#sp_menu2 .menu-trigger span:nth-of-type(2) {
	top: 9px;
}
#sp_menu2 .menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.active.menu-trigger span:nth-of-type(1) {
	transform: translateY(8px) rotate(-315deg); -webkit-transform: translateY(8px) rotate(-315deg);
}
.active.menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.active.menu-trigger span:nth-of-type(3) {
	transform: translateY(-9px) rotate(315deg); -webkit-transform: translateY(-9px) rotate(315deg);
}


}