.head {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 100;
}

.head h1 {
	width: 290px;
	padding-top: 15px;
	float: left;
	text-align: right;
}
.head h1 img {
	width: 100%;
}

.head .menu {
	display: flex;
	float: right;
}

.men {
	padding-top: 10px;
}

.men a {
	padding: 0 15px;
	display: block;
	color: #333;
	transition: 0.5s ;
}
.men a:hover {
	color: #FF966E;
}
.men span{
	display: block;
  padding: 26px 0 34px 0;
  position: relative;
	font-size: 125%;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.men span::before,
.men span::after {
  border-bottom: solid 3px #FF966E;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.men span::before {
  left: 50%;
}
.men span::after {
  right: 50%;
}
.men a:hover span::before,
.men a:hover span::after {
  width: 50%;
}
.tel-men {
	background-color: #FF966E;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 30px;
	background-image: url(../img/tel.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 10% 50%;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tel-men p {
	font-size: 90%;
}
.tel-men a {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.menu li:hover .menu_inner {
	max-height: 9999px;
	opacity: 1;
}
.menu_inner {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	position: absolute;
	background-color: rgba(41,51,55,0.9);
}
.megamenu li {
	width: 50%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.megamenu li a {
	background-color: #FFFFFF;
	padding: 0px;
}
.megamenu li a h3 {
	padding: 15px;
	font-size: 110%;
	font-weight: bold;
}

.megamenu li a img {
	width: 100%;
}
.menu_inner-box {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 30px 30px ;
}


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

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height:80vh;
}
.kome {
	position: absolute;
	left: 8%;
	top: 40%;
}
.kome h2 {
	font-size: 300%;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FF966E;
	font-family: "Source Serif Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", serif;
}
.kome h6 {
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #FF966E;
	border-top: 1px solid #FF966E;
	padding-top: 10px;
}
.sl01 {
	background-image:url(../img/01.jpg);
}
.sl02 {
	background-image:url(../img/02.jpg);
}







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

.head {
	padding-left: 0px;
	position: inherit;
	box-shadow: none;
}
.head h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	float:none;
}
.head h1 img {
	width: 95%;
}
	
.head .menu {
	display: none;
}
.req-imgbox {
	width:100%;
	float:none;
	padding-top: 0px;
}
.req-imgbox li {
	height:55vh;
}
.kome {
	position: inherit;
	left: auto;
	top: auto;
	padding: 5%;
}
.kome01 {
	width: 100%;
	float: none;
}
.kome02 {
	width: 100%;
	float: none;
}
.kome h2 {
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	text-align: center;
	color: #FF966E!important;
}
.kome h6 {
	text-align: center;
	letter-spacing: 0em;

}
	
	
}
