#nav-icon3 {
	width: 52px;
	height: 65px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top:0px;
	z-index:99;
	position:fixed;
	right:0px;
    /*background: #31a0e1;*/
    /*border-radius: 3px;*/
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	left: 6px;
	width: 38px;
	background: #ef7700;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 13px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 22px;
}
#nav-icon3 span:nth-child(4) {
	top: 31px;
}
#nav-icon3 span:nth-child(5) {
	color: #ef7700;
    position: absolute;
    top: 31px;
    font-size: 11px;
    background: none;
    letter-spacing: 1px;
    left: 8px;
}
#nav-icon3.open span:nth-child(1) {
	display:none;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
#nav-icon3.open span:nth-child(4) {
	display:none;
	
}
#nav-icon3 span {
	margin: 1px;
}

#icon_sp {
	float: right;
	line-height: 31px;
	cursor: pointer;
	right: 0%;
	height: 100%;
	box-sizing: border-box;
	padding-right:3%;
}
#icon_sp img {
	width: 30px;
	height: auto;
}
#icon_close {
	width:94%;
	left:3%;
	border:1px #96d2de solid;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:5px 0;
	margin-top:20px;
	}