.logo {
	width: 30%;
	float: left;
	background-color: #0B905F;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
}
.logo h1 {
	padding-top: 10px;
}
.logo h2 {
	color: #FFFFFF;
	letter-spacing: 0.25em;
	font-size: 90%;
	line-height: 1.5;
	border-bottom: 1px solid #F3CC21;
	display: inline;
}



.cati {
	position: absolute;
	top: 240px;
	left: 10%;
	z-index: 90;
}

.cati h5 {
	font-size: 400%;
	font-weight: bold;
	color: #0BA75F;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.cati h6 {
	font-size: 130%;
	font-weight: bold;
	color: #F3CC21;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.menu {
	position: absolute;
	top: 600px;
	background-color: #0BA75F;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.menu:after {
	content: "";
	width: calc(100% - 20px);
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 10px;
	box-shadow: 0 2px 0px 3px #E8D0BC;
	z-index: -1;
	border-radius: inherit; 
}

.menu a {
	color: #FFFFFF;
	padding: 45px 25px 0 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;font-size: 120%;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.menu li {
	display: inline-block;
	border-left: 1px solid #FFFFFF;
}
.menu .m01 {
	border-left: none;
}
.menu .m01 a {
	background-image: url(../img/m01.png);
}
.menu .m02 a {
	background-image: url(../img/m02.png);
}
.menu .m03 a {
	background-image: url(../img/m03.png);
}
.menu .m04 a {
	background-image: url(../img/m04.png);
}
.menu .m05 a {
	background-image: url(../img/m05.png);
}
.menu .m06 a {
	background-image: url(../img/m06.png);
}

.menu .m01 a:hover {
	background-image: url(../img/m01-b.png);
}
.menu .m02 a:hover {
	background-image: url(../img/m02-b.png);
}
.menu .m03 a:hover {
	background-image: url(../img/m03-b.png);
}
.menu .m04 a:hover {
	background-image: url(../img/m04-b.png);
}
.menu .m05 a:hover {
	background-image: url(../img/m05-b.png);
}
.menu .m06 a:hover {
	background-image: url(../img/m06-b.png);
}

.menu a:hover {
	color: #F3CC21;
}



.req-imgbox {
	position: relative;
	z-index: -1;
	box-sizing:border-box;
	width:70%;
	float: right;
	background-color: #F1F1F1;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:650px;
}

.sl01 {
	background-image:url(../img/01.jpg);
}
.sl02 {
	background-image:url(../img/02.jpg);
}
.sl03 {
	background-image:url(../img/03.jpg);
}
.sl04 {
	background-image:url(../img/04.jpg);
}


.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}

.logo {
	width: 100%;
	float: none;
	padding: 2%;
}
.cati {
	position: inherit;
}
.cati h5 {
	font-size: 240%;
	text-align: center;
	margin-top: -30px;
}
.cati h6 {
	font-size: 90%;
	text-align: center;
}
.req-imgbox {
	position: relative;
	width:100%;
	float: none;
}
.req-imgbox li {
	height:300px;
}
.menu {
	display: none;
} 

}
