@media screen and (min-width:801px) {
	.head-sp{display:none;}
}

@media screen and (max-width:800px) {
.head-pc{display:none;}

.head-sp{display:block;}

.header {
	width:100%;
	height:59px;
	position: fixed;
	z-index: 999;
	background:#f58e36;
}

.header2{
	height: 38px;
	position: absolute;
	right: 71px;
	top: 10px;
	cursor: pointer;
	z-index: 100;
}

.header1 {
	margin: 8px 0% 0 10px;
	width: 203px;
}

.header2 {
	width:42px;
	right: 10px;
	top: 9px;
}

#toggle {
	background:#f58e36;
	color: #fff;
	text-align: center;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	position:fixed;
	top:5px;
	right: 11px;
	z-index:9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.trigger,.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger {
	position: relative;
	width: 28px;
	height: 19px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: white;
}

.trigger span:nth-of-type(1) {top:-4px;}
.trigger span:nth-of-type(2) {top: 8px;}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color:white;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: -3px;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.toggleWrap {
	background: #00000096;
	padding: 50px 15px 10px 15px;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	top:59px;
	z-index:999;
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.no-scroll {
	overflow: hidden;
}

.navItem {
	display: block;
	text-align: center;
	padding:5px 0 3px;
	margin-bottom: 0px;
}

/*メニューここから*/

.mainnav li {
	text-align:center;
	width: 100%;
	border-right: none;
	border-left: none;
	margin: 0 0 10px;
	list-style-type: none;
}

.mainnav li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 31px;
}

.mainnav li+ li {
	border-right: none;
}
/*メニューここまで*/
