
.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px 5%;
	position: fixed;
	z-index:1000; 
	width: 100%;
	box-sizing: border-box;
}
.logo {
	width: 260px;
}
.g-menu {
	margin-left: auto;
}
.g-menu01 {
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.tel {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	margin-right: 10px;
}
.tel01 {
	width: 30px;
	margin-right: 7px;
}
.tel02 a {
	font-family: Arial, Helvetica, "sans-serif";
	font-size:180%;
	font-weight: bold;
	color: #000;
}

.facebook img {
	width: 20px;
}
.facebook a {
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 6px 10px;
	color: #fff;
	background-color: #144DB9;
	border-radius: 5px;
}
.facebook a h5 {
	font-family: "Times New Roman", Times, "serif";
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	margin-left: 8px;
}

.g-menu02 ul {
	display: flex;
	justify-content:flex-end;
	align-items: center;
}


.g-menu02 ul li a {
	display: block;
	color: #000000;
	transition: 0.5s ;
	padding: 14px 0;
	position: relative;
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 140%;
	padding: 10px 20px;
}
.g-menu02 ul li a:hover {
	color: #61D3FC;
	opacity: 1;
}

.g-menu02 ul li a:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: 2px;
    top: 50%;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #61D3FC;
    border-right: 2px solid #61D3FC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}





.req-imgbox {
	box-sizing:border-box;
	width:100%;
	position: relative;
}

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

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

.main-img {
	position: relative;
}
.cati {
	position: absolute;
	max-width: 500px;
	z-index: 50;
	top: 40%;
	left: 50%;
	margin-left: -250px;
}


.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
	.ttelss {
		text-align: center;
	}
	.ttelss h2 {
		font-weight: bold;
		font-size: 120%;
		margin-top: 20px;
	}
	.ttelss h6 a {
		font-family: Arial, Helvetica, "sans-serif";
		color: #fff;
		font-size: 220%;
		margin-top: 20px;
	}
	.ttelss h5 a {
		background-color: #144DB9;
		padding: 5px;
		color: #fff;
		font-size: 120%;
	}
	
.head {
	width: 100%;
	box-sizing: border-box;
	position: inherit;
	height: auto;
}
.headmenu {
	position: inherit;
	height: auto;
	width: 100%;
}
	.menu {
	display: none;
}
.logo {
	max-width: 200px;
	
}
.req-imgbox li {
	height: 50vh;
}

.cati {
	max-width: 300px;
	z-index: 50;
	top: 30%;
	left: 50%;
	margin-left: -150px;
}
	
	
	.g-menu {
		display: none;
	}
	



}
