@charset "UTF-8";

.top-site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-site-header h1 {
	width: 160px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

.kv {
	height: 250px
	top: 0px;
}
.kv ul {
	position: relative;
	height: 250px
}
.kv li {
	position: absolute;

	left: 0;
	width: 100% !important;
	opacity: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover
}
.kv li div {
	position: relative;
	width: 1000px;
	height: 250px;
	margin: 0 auto
}
.kv li a {
	position: absolute;
	bottom: 12px;
	right: 0
}
.kv .first {
	z-index: 2
}
.kv .next {
	z-index: 1
}
.kv .kv-1 {
	background-image: url(../images/honsya_1000.jpg)
}
.kv .kv-1 .catch {
	position: absolute;
	top: 80px;
	left: 100px;
}
.kv .kv-2 {
	background-image: url(../images/yashio_1000.jpg)
}
.kv .kv-2 .catch {
	position: absolute;
	top: 40px;
	left: 10px;
}
.kv .kv-3 {
	background-image: url(../images/urayasu_1000.jpg)
}
.kv .kv-3 .catch {
	position: absolute;
	top: 50px;
	left: 50px
}
.kv .kv-4 {
	background-image: url(../images/sagamihara_1000.jpg)
}
.kv .kv-4 .catch {
	position: absolute;
	top: 40px;
	left: 10px
}
.kv .kv-5 {
	background-image: url(../images/sukagawa_1000.jpg)
}
.kv .kv-5 .catch {
	position: absolute;
	top: 40px;
	left: 10px
}
.kv .kv-6 {
	background-image: url(../images/naganuma_1000.jpg)
}
.kv .kv-6 .catch {
	position: absolute;
	top: 100px;
	left: 600px
}
.kv .kv-7 {
	background-image: url(../images/tateshina_1000.jpg)
}
.kv .kv-7 .catch {
	position: absolute;
	top: 100px;
	left: 650px
}
.kv .kv-8 {
	background-image: url(../images/honsya2_1000.jpg)
}
.kv .kv-7 .catch {
	position: absolute;
	top: 100px;
	left: 650px
}
.kvnav {
	position: absolute;
	top: 300px;
	z-index: 9999;
	bottom: 14px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	text-align: center;
	height: 15px;
}
.kvnav a {
	display: inline-block;
	vertical-align: top;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #8ebb8e;
	text-indent: -9999px;
	/* color: #ddd; */
	margin: 0 10px;
	/* width: 30px; */
	/* background: url(../img/icon-kvnav.png) no-repeat left top; */
}
.kvnav .activeSlide {
/* 	background: url(../img/icon-kvnav-act.png) no-repeat left top */
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #228b22;
	text-indent: -9999px;
}
.ie8 .kv li {
	background-repeat: no-repeat
}







#nezu-slide {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  /* min-height: 400px; */
  height: 300px;
  background-color: #eeeeee;
}
.nezu-slide-inner-content {
  /* position: relative; */ /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  /* margin: 300px auto; */
  padding: 40px;
  /* max-width: 800px; */
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.nezu-slide-inner-content h1 {
  font-size: 40px;
  margin: 0;
}





#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  /* min-height: 400px; */
  height:100vh;
  background-color: #999;
}
.demo-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 300px auto;
  padding: 40px;
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.demo-inner-content h1 {
  font-size: 40px;
  margin: 0;
}


.slide_pc{display:block}
.slide_sp{display:none}

@media only screen and (max-width: 768px) {
.slide_pc{display:none}
.slide_sp{display:block}

}

@media only screen and (max-width: 414px) {
.demo-inner-content h1 {
  font-size: 25px;
  margin: 0;
}

}

