@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
  padding: 0;
  font-size: 1.7em;
}
a {
	text-decoration: none;
  font-size: 1.7rem;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
header {
  /*  background: url("../img/h-img.png") center center / cover no-repeat;*/
  position: fixed;
  width: 100%;
  height: 130px;
  z-index: 900;
  min-width: 1000px;
}
header > .logo {
  position: absolute;
  top: 20px;
  left: 100px;
  animation-name: float;
  animation-duration: 10s;
}
@keyframes float {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header > ul {
	position: absolute;
	right: 30px;
	top: 20px;
}
header > ul > li {
	float: left;
	display: table;

}
header > ul > li > p {
	font-size: 2rem;
		display: table-cell;
	vertical-align: middle;
}
.img-half {
  zoom: 0.4;
  -moz-transform: scale(0.5, 0.5) translate(-25%, -25%);
}

.btn {
  width: 600px;
  padding: 10px 0 10px 0;
  background: #009266;
  border-radius: 15px;
  margin: 30px auto 0 auto;
}
.btn > a {
  color: white;
  display: block;
}
.s-inn {
  width: 1000px;
  margin: 30px auto 0 auto;
}
.s-inn > img {
  margin-bottom: 50px;
}
.section-1 {
  height: 100vh;
  width: 100%;
  /*  background: url("img/1maime.jpg") center center / cover no-repeat fixed;*/
  background: url("../img/1maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
	z-index: 10;
}

.section-2 {
  height: 100vh;
  width: 100%;
  background: url("../img/2maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-3 {
  height: 100vh;
  width: 100%;
  background: url("../img/3maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-4 {
  height: 100vh;
  width: 100%;
  background: url("../img/4maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-5 {
  height: 100vh;
  width: 100%;
  background: url("../img/5maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-6 {
  height: 100vh;
  width: 100%;
  background: url("../img/6maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-7 {
  height: 100vh;
  background: #CAE1C5;
}
.section-8 {
  height: 100vh;
  width: 100%;
  background: url("../img/8maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-9 {
  height: 100vh;
  width: 100%;
  background: url("../img/9maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}
.section-10 {
  height: 100vh;
  width: 100%;
  background: url("../img/10maime.jpg") center center / cover no-repeat;
  display: table;
  text-align: center;
}

.s_10-left {
	width: 470px;
	float: left;
	text-align: left;
}
.s_10-left:last-child {
	margin-left: 30px;
}
.s_10-left > img {
	width: 100%;
}
.s_10-left > p {
	margin-bottom: 30px;
}
.section {
  min-width: 1000px;
}

/********** fullpage css customize **********/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #FF6C6F;
}
/********** drawer　**********/
body {
  font-size: 14px;
  background: #eee;
}
h1 {
  text-align: center;
  padding-top: 60px;
}
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
/*
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}
*/
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: #92E0FF;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
#slider1 {
	border: #FFFFFF 10px solid;
}
.slider-pro {
  min-width: 1000px;
}
#menu li.active {
}
#menu li.active a {
	color: #009266;
}
.right-nav {
	position: absolute;
	right: 0;
	top: 150px;
}
.right-nav {
	display: inline-block;
	background: #FFF;
	padding: 20px 30px 25px 20px;
	border-radius: 10px 0 0 10px;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
}
.right-nav > ul > li {
	display: block;
	margin-bottom: 10px;
	border-bottom: #009266 dashed 1px;
	padding-left: 5px;
}
.right-nav > ul > li:last-child {
	margin-bottom: 0;
}
.right-nav > ul > li > a {
	color: #CAE1C5;
}