header {
	height: 100vh;
	position: relative;
}
header h1 {
	position: absolute;
	left: 8%;
	top: 25%;
	z-index: 100;
	max-width: 380px;
}
header h1 img {
	width: 100%;
}
.gmenu {
	float: right;
}
.gmenu li {
	float: left;
	padding: 0 10px;
}
.gmenu li a {
	display: block;
	color: #000000;
	line-height: 65px;
	font-size: 130%;
	padding: 20px 10px;
	transition: 0.5s ;
	opacity: 1;
}
.gmenu li a:hover {
	opacity: 0.5;
}
.gmenu li a img {
	max-height: 60px;
}
.gmenu .black {
	padding-right: 0px;
}
.gmenu .black a {
	background-color: #000;
	color: #FFFFFF;
	padding-right: 40px;
}
.kome {
	position: absolute;
	left: 8%;
	top: 70%;
}
.kome h2 {
	font-size: 110%;
	letter-spacing: 0.2em;
	line-height: 1.8;
	padding-bottom: 40px;
}
.kome h6 a {
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #000000;
}
.kome p {
	font-size: 90%;
}


.req-imgbox {
	box-sizing:border-box;
	width:70%;
	float:right;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:80vh;
}

.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);
}





@media screen and ( max-width:800px )
{
header h1 {
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 100;
	max-width: 200px;
	margin-left: -100px;
}
.gmenu {
	float: none;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}
.gmenu li {
	float: left;
	padding: 0 0px;
	width: 33.3%;
	box-sizing: border-box;
}
.gmenu li a {
	font-size: 120%;
	padding: 10px 20px 10px 10px;
	line-height: 40px;
	text-align: center;
}
.gmenu li a img {
	max-height: 40px;
}
.gmenu .black {
	width: 100%;
	box-sizing: border-box;
}
.gmenu .black a {
	background-color: #000;
	color: #FFFFFF;
	text-align: center;
}
.sm-l {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.req-imgbox {
	width:100%;
	float:none;
	padding-top: 80px;
}
.req-imgbox li {
	height:55vh;
}
.kome {
	position: inherit;
	left: auto;
	top: auto;
	padding: 5%;
}
	.kome01 {
		width: 48%;
		float: left;
	}
	.kome02 {
		width: 48%;
		float: right;
	}
.kome h2 {
	font-size: 100%;
	padding-bottom: 0px;
}
.kome h6 a {
	font-size: 120%;
}
}


@media print { 

} 
