.main-img {
	background-color: #fff;
}
.main-img-box {
	max-width: 1400px;
	margin: 0 auto;
}
.head {
	max-width: 1400px;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head h1 {
	max-width: 300px;
}
.menu {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	width: 100%;
}
.menu01 {
	margin-left: 30px;
}
.menu01 a {
	text-align: center;
	color: #000000;
	line-height: 1.5;
	letter-spacing: 0.2em;
	display: block;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 140%;
}
.menu01 a:hover {
	opacity: 1;
	color: #c9954a;
}
.menu01 a span {
	font-size: 60%;
	letter-spacing: 0.1em;
	font-weight: 400;
	transition: 0.5s ;
}
.menu01 a:hover span {
	opacity: 1;
	color: #c9954a;
}
.menu02 {
	margin-left: 30px;
}
.menu02 a img {
	width: 20px;
}

.sphead {
	display: none;
}
.main-img-sp {
		display: none;
	}

@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
.head {
	max-width: 180px;
	position: absolute;
	top: 20px;
	margin: 0px;
}
.headmenu {
	position: inherit;
	height: auto;
	width: 100%;
}
	.menu {
	display: none;
}

	.main-img {
		display: none;
	}
.main-img-sp {
		display: block;
	position: relative;
	z-index: 1;
	}
	.niho {
		margin-left: 10px;
		font-size: 50%;
	}
	.sp-info {
		text-align: center;
		padding-top: 20px;
	}
	.sp-info p {
		font-size: 100%;
	}
	.sp-info p span {
		font-size: 80%;
	}
	.sp-info h6 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.sp-info h6 a {
		font-size: 160%;
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		color: #fff;
	}
	.sp-info h6 img {
		width: 25px;
		margin-right: 5px;
	}
	

}
