@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "KiwiM";
	src: url("../fonts/KiwiMaru-Medium.ttf");
	font-weight: 500;
    font-style: normal;
	}
@font-face {font-family: "KiwiM";
	src: url("../fonts/KiwiMaru-Regular.ttf");
	font-weight: 400;
    font-style: normal;
	}
@font-face {font-family: "KiwiM";
	src: url("../fonts/KiwiMaru-Light.ttf");
	font-weight: 300;
    font-style: normal;
	}

/* 簡易リセット */
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ここまでリセット */
body {
	animation: scrollseal 0s 4s both;
	background-color: #fff;
	 	  font-family: "KiwiR", "serif";
	 text-align: center;
	scroll-behavior: auto;
}
@media (min-width: 763px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #808060;
}
}
@keyframes scrollseal {
from { overflow: hidden }
to { overflow: visible }
}

.remove-scrolling {
  height: 100%; 
  overflow: hidden; 
}


.animation .content {
  opacity: 1;
  pointer-events: auto;
}

.animationbg_img {
	width: 180px;
	height: auto;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	mix-blend-mode: multiply;
		display: block;
		overflow: hidden;
   position: static;
	transform: translateY(400px);
}


.animationbg_img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

#animation-bg {
  background: #fff;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	overflow: hidden;
}
#animation-bg.animation-bg {
		text-aling: center;
	margin: 0 auto;
  animation-name: PageAnime-fade;
  animation-duration: 5.3s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
	 overflow-y: hidden;
	  display: block;
  }
  50% {
    opacity: 1;
	   overflow-y: hidden;
  }	
  95% {
    opacity: 0;
	   overflow-y: hidden;
  }
    100% {
    opacity: 0;
    display: none;
		 overflow-y: auto;
  }
}

.remove-scrolling {
  height: 100%; 
  overflow: hidden; 
}

.animation_contents {
	content:"";
	text-align: center;
	vertical-align: center;
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 22px;
	color: #222222;
	line-height: 60px;
	letter-spacing: 0.25em;
		position:static;
	display: block;
}
.animation_contents::before {
	content:"またあしたも";
	text-align: center;
	vertical-align: center;
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 22px;
	color: #555555;
	line-height: 60px;
	letter-spacing: 0.25em;
		position:static;
	display: block;
	transform: translateY(100px);
	margin: 0 auto;
	top: 40%;
	left: 40%;
		opacity: 0;
  animation-name: PageAnimefade_content_copy;
  animation-duration: 3.5s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.animation_contents::after {
	content:"いきたいところ";
	text-align: center;
	vertical-align: center;
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 22px;
	color: #555555;
	line-height: 60px;
	letter-spacing: 0.25em;
		position:static;
	display: block;
	transform: translateY(100px);
	margin: 0 auto;
	top: 40%;
	left: 40%;
	opacity: 0;
  animation-name: PageAnimefade_content_copy;
  animation-duration: 2s;
  animation-delay: 1.1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes PageAnimefade_content_copy{
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }	
  50% {
    opacity: 1;
  }		
    100% {
    opacity: 0;
  }
}
.animation-bg img {
  animation-name: PageAnimefade_content_img;
  animation-duration: 4.7s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
	display: block;
	transform: translateX(-1px);
}
@keyframes PageAnimefade_content_img {
  0% {
    opacity: 1;
	  display: block;
  }
  30% {
    opacity: 1;
	  	  display: block;
  }	
	40%{
    filter: brightness(110%);
			  display: block;
  }	
		50%{
    filter: brightness(110%);
				  display: block;
  }	
    100% {
    opacity: 0;
			  display: block;
  }
}


.header_wrap {
	width: 100%;
	height: 130px;
	background-color: rgba(255,255,255,1.00);
}
.header_container{
	width: 1000px;
	height: 130px;
	display: flex;
	text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
	padding: 35px auto 35px;
	margin: 0 auto;
}
#header{
		width: 100%;
	height: 130px;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 75px;
	animation:headersmall_apper 0.9s forwards;
}
@keyframes headersmall_apper{
  0% {
	  opacity: 0;
	  filter: blur(20px);
	  transform: translateY(-20px)
  }
	20%{
		opacity: 0;
		filter: blur(8px)
	}
	  50% {
	  opacity: 0;
		  filter: blur(3px)
  }
	60%{
		opacity: 0.3;
	}
		  95% {
			  opacity: 0.5;
		  filter: blur(1px)
  }
  100% {
  	opacity: 1;
	  filter: blur(0);
		  transform: translateY(0px)
  }
}
#header.header_wrap {
	background-color: rgba(255,255,255,1.00);
}

#header.HeightMin .header_wrap{
	height: 75px;
}

#header.HeightMin .pamphlet_box {
	display: none;
}
#header.HeightMin .toiawase_box {
	transform: translateY(-5px)
}
#header.HeightMin .menu_wrap {
	width: 70px;
	height: 70px;
	background-color: rgba(255,255,255,1.00);
	transform: translateY(-38px)
}

#header.HeightMin img{
	scale: 0.7;
	transform: translateY(-50px)
}

.header {
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.menu_wrap {
	width: 73px;
	height: 73px;
	background-color: rgba(255,255,255,1.00);
	transform: translateY(-8px)
}
.menu {
	width: 42px;
	height: 2px;
	color: #87ba6e;
	background: currentColor;
	position: relative; 
	margin-top: 25px;
		text-align: center;
	align-items: center;
	justify-content: center;
	transform: translate(8px,33px);
	border-radius: 2px;
}

.menu:before {
  content: "";
  position: absolute;
  top: -17px;
left: 0px;
  width:  100%;
  height: 100%;
  background: currentColor;
}

.menu:after {
  content: '';
  position: absolute;
  top: 17px;
	left: 0px;
  width:  100%;
  height: 100%;
  background: currentColor;
}

.menu_wrap:hover  {
	background-color: rgba(246,255,246,1.00);
	opacity: 0.4;
	cursor: pointer;
}

.logo {
	vertical-align: middle;
	margin: auto;
	transform: translate(15px,12px);
}


.headerbutton_container{
	width: 230px;
	height: 180px;
	text-align: center;
	align-items: center;	
	justify-content: center;
	vertical-align: middle;
	transform: translateY(58px);
	display: inline-block;
}

.headerbutton_container a{
	text-decoration: none;
	color:inherit;
}	
.header_wrap a{
	color:inherit;
	text-decoration: none;
		font-family: "KiwiM", serif;
	font-weight: 400;
}
.toiawase_box{
	width: 190px;
	height: 40px;
	line-height:  45px;
	border-radius: 12px;
	background-color: #a1a181;
	color: #fff;
	margin: -11px auto;
	padding: 0;
	  position:relative;
}
.toiawase_box_SP{
		display: none;	
}
.toiawase_box_SP_modal{
	display: none;
}
.toiawase_box_SP_modal a{
	display: none;
}

.toiawase_box a{
	color: #fff;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-2px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toiawase_box:hover {
	background-color: #72724C;
}

.spacer1 {
	height: 0px;
}

.pamphlet_box{
	width: 190px;
	height: 40px;
	line-height:  45px;
	border: 1px solid #a1a181;
	color: #a1a181;
	border-radius: 12px;
	background-color: #fff;
	margin: 18px auto;
	padding: 0;
}

.pamphlet_box a{
	color: #a1a181;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 14px;
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: translateY(-4px);
	margin: 0 auto;
	padding: auto;
}

.pamphlet_box:hover {
	border: 1px solid #72724C;
	background-color: rgba(247,252,247,1.00);
}
/* ここまでヘッダー */

/* ここからモーダル */

.overlay {
		width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	display: none;
	  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.modal{
	width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	display: none;
	  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}
.modal.open {
  display: block;
}

.header_modal_wrap_.open{
	display:block;
	width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	z-index: 100000000;
	transform: translateY(-220px)
}

.header_modal_wrap_ a{
	color:inherit;
	text-decoration: none;
		font-family: "KiwiM", serif;
	font-weight: 400;
}
.header_modal_container{
	width: 1000px;
	height: 100%;
	display: block;
	padding: 35px auto 35px;
	margin: 0 auto;
}

.header_modal {
	width: 100%;
	height: 130px;
	display:flex;
		text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
}

.modal-close {
	width: 73px;
	height: 73px;
	background-color: #87ba6e;
	transform: translateY(-2px)
}
.menu_modal {
	width: 42px;
	height: 2px;
	color: #87ba6e;
	background: currentColor;
	position: relative; 
	margin-top: 25px;
		text-align: center;
	align-items: center;
	justify-content: center;
	transform: translate(8px,33px);
	border-radius: 2px;
}

.menu_modal:before {
  content: "";
  position: absolute;
  transform:rotate(45deg);
  left: 0px;
  top: -17px;
  width:  100%;
  height: 100%;
  background: #fff;
}

.menu_modal:after {
  content: '';
  position: absolute;
 transform:rotate(-45deg); 
  left: 0px;
  top: -17px;
  width:  100%;
  height: 100%;
  background: #fff;
}

.modal-close:hover  {
	background-color: #A0BD92;
	opacity: 0.1;
	cursor: pointer;
}

.logo_modal {
	vertical-align: middle;
	margin: auto;
	transform: translate(15px,12px);
	filter:grayscale(100%) brightness(100) ;
}


.headerbutton_container_modal{
	width: 230px;
	height: 180px;
	text-align: center;
	align-items: center;
	justify-content: center;
	transform: translateY(58px);
	display: inline-block;
}

.headerbutton_container a{
	text-decoration: none;
	color:inherit;
}	

.modal_right a{
		text-decoration: none;
	color:inherit;	
}

.toiawase_box_modal{
	width: 190px;
	height: 40px;
	line-height:  45px;
	border-radius: 12px;
	background-color: #fff;
	margin: -11px auto;
	padding: 0;
		  position:relative;
}

.toiawase_box_modal a{
	color: #87ba6e;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	transform: translateY(-2px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toiawase_box_modal:hover {
	opacity: 0.7;
}

.spacer1 {
		height: 0px;
}

.pamphlet_box_modal{
	width: 190px;
	height: 40px;
	line-height:  45px;
	border-radius: 12px;
	background-color: #fff;
	margin: 18px auto;
	padding: 0;
}

.pamphlet_box_modal a{
	color: #87ba6e;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 14px;
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: translateY(-4px);
	margin: 0 auto;
	padding: auto;
}

.pamphlet_box_modal:hover {
	opacity: 0.7;
}
.modal_down{
width: 1000px;
height: 500px;
display: flex;
justify-content: center;
text-align: center;
padding-top: 70px;
}



.modal_left{
	width: 400px;
	height:500px;
	display: flex;
	justify-content: space-between;
	font-family: "KiwiM", serif;
	font-weigth: 400;
	flex-wrap: wrap;
	margin-right: 50px;
	margin-left: 200px;
}

.modalcontents_left{
	width: 185px;
	height: 235px;
	background-color: #fff;
	border-radius: 15px;
	margin: 20 auto;
	text-align: center;
	position: relative;
}
.modalcontents_left:hover{
	opacity: 0.5;
}

.modalcontents_left p{
	color:#87ba6e;
	font-size: 18px;
	line-height: 1.2em;
	vertical-align: bottom;
	padding-top: 170px;
}
.modal_image7wrap{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:85px;
	height: auto;
	position: absolute;
	top: 29px;
	left: 47px;
}

.modal_image8wrap{
	scale: 0.8;
	width:120px;
	height: auto;
	transform:rotate(20deg);
	position: absolute;
	top: 28px;
	left: 40px;
}
.modal_image16wrap{
	transform: scale(-0.75, 0.75) rotate(20deg);
	width:62px;
	height: auto;	
	position: absolute;
	top: 20px;
	left: 55px;
}

.modal_image39wrap{
	width:56px;
	height: auto;
	transform: scale(-0.8, 0.8) rotate(-20deg);;
	position: absolute;
	top: 0px;
	left: 65px;
}

.modal_right {
	width: 150px;
	height:500px;
	display: inline-block;
	text-align: right;
	margin-left: 130px;
	margin-top: -15px;
}

.modal_right li {
	font-family: "KiwiM", serif;
	font-weigth: 400;
	font-size: 18px;
	line-height: 3em;
	text-align: right;
	color: #fff;
}
.modal_right li:hover {
	opacity: 0.5;
}

.modal_link_right {
	width: 100px;
	height: 30px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	font-family: "KiwiM", serif;
	font-weigth: 400;
	font-size: 13px;
	color: #87ba6e;
	vertical-align: 50%;
	margin-top: 20px;
	display: inline-block;
	padding-top: 7px;
}


.modal_link_right ul {
  list-style: none;
	text-align: left;
}

.modal_links a{
	position: relative;
}

.modal_links a::before {
	  content: "ー" ;
	font-family: "KiwiM", serif;
	font-weigth: 300;
	font-size: 18px;
  position: absolute;
  top:-13px;
	left:-18px;
	color: #fff;
}

.modal_link_right:hover{
	opacity: 0.5;
}

.modal_link_insta {
	margin-top: 25px;
}

.modal_border {
    border: none;
    background-color: #fff;
    border-width: 1px 0 0 0;
	border-color: #FFF;
	margin-top:50px;
	margin-bottom: 65px;

}
/* ここまでモーダル */


/* ここからセクション1 */
#section1.section {
	width: 100%;
	height: 800px;
	position: relative;
}

.img_container{
	width: 100%;
	height: 100%;
}
.img_container img{
		width: 100%;
	height: 100%;
	zoom: 2.0;
	overflow: hidden;
  object-fit:cover;
  object-position:00% 30%;
		  filter: brightness(50%);
	  animation-name: sec1_bgmove;
  animation-duration: 2.2s;
	animation-delay: 3.5s;
  animation-fill-mode: forwards;
}
	
@keyframes sec1_bgmove{
  0% {
	    object-position:00% 30%;
	  filter: brightness(50%);
	}
			  60% {
				   filter: brightness(125%);
				  opacity: 1;
				  }
				  80% {
				   filter: brightness(125%);
				  opacity: 1;
				  }
		  95% {
			   filter: brightness(100%);
}
		  100% {
	    object-position:85% 30%;
			   filter: brightness(105%);
	}
}


@keyframes sec1_fade_white{
  0% {
 opacity:1;
  }
	  99% {
				  opacity: 0;
				  }
 100% {
opacity: 0;
display: none;
}}


.img_container::after{
	background-image: linear-gradient(rgb(247 252 247 / 1) 0%,rgb(247 252 247 / 0.6) 1%,rgb(247 252 247 / 0.1) 5%,rgb(247 252 247/ 0) 8%);
	content: '';
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;	
z-index: 100;
		  animation-name: fade_liner;
  animation-duration: 3s;
	animation-delay: 0s;
  animation-fill-mode: forwards;
}
	
@keyframes fade_liner{
  0% {
	background-image: linear-gradient(rgb(247 252 247 / 1) 0%,rgb(247 252 247 / 0.6) 1%,rgb(247 252 247 / 1) 5%,rgb(247 252 247/ 1) 0%);
	}
			  90% {
				   
	background-image: linear-gradient(rgb(247 252 247 / 1) 0%,rgb(247 252 247 / 0.6) 1%,rgb(247 252 247 / 0.1) 5%,rgb(247 252 247/ 0) 8%);
}}




.gradation1{
	width: 65%;
	height: 800px;
	background: linear-gradient(90deg, rgba(132,179,108,0) 0%,rgba(132,179,108,0.4) 25%,rgba(132,179,108,1) 45%);
  position: absolute;
  top: 0px;
	right: 0px;
	  animation-name: sec1_bgreen_apper;
  animation-duration: 0.5s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
	opacity: 0;
}
	
@keyframes sec1_bgreen_apper{
  0% {
	  opacity: 0;
  }
	  100% {
	  opacity: 1;
  }
}

.tategaki{
	  writing-mode: vertical-rl;
  font-family: "KiwiM", "serif";
	  text-align: left;
	padding-top: 150px;
	padding-left: 60px;
	transform: translateX(365px);
	}
.tategaki h1{
  font-size: 45px;
	  font-family: "KiwiM", "serif";
	 letter-spacing: 0.12em;
	color:#fff;
	font-weight: 300;
		margin-left: 0px;
	padding-top: 25px;
	  animation-name: sec1_h1_apper;
  animation-duration: 0.5s;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
	
@keyframes sec1_h1_apper{
  0% {
	  transform: translateY(-15px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}
.tategaki h2{
  font-size: 21px;
	  font-family: "KiwiM", "serif";
		font-weight: 300;
	line-height: 50px;
	margin-left: -40px;
	margin-right: 40px;
	color:#fff;
	  animation-name: sec1_h2_apper;
  animation-duration: 0.5s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
	
@keyframes sec1_h2_apper{
  0% {
	  transform: translateY(-15px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		  opacity: 1;
  }
}
/* ここまでセクション1 */


/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec1*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/

.header_container{
	width: 850px;
	height: 130px;
	display: flex;
	text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
	padding: 35px auto 35px;
	margin: 0 auto;
}
.tategaki{
	  writing-mode: vertical-rl;
  font-family: "KiwiM", "serif";
	  text-align: left;
	padding-top: 150px;
	padding-left: 00px;
	transform: translateX(200px);
	}
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec1*/



/* ここからセクション2 */
#section2.section{
	width: 100%;
	height: 1000px;
	background-color: #fff;
	text-align: center;
	display: block;
	overflow-y: visible;
	z-index: 1000;
	
}

.section2wrap {
	width: 1280px;
	height: 1000px;
	text-align: center;
	margin: 0 auto;
}

.section2_title{
	text-align: left;
	margin: 0 auto;
}

.section2_layoutspace{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.section2_photospace{
	width: 100%;
	display: flex;
			text-align: center;
    justify-content: space-between;
		vertical-align: middle;
	margin: 0 auto;
	padding-top: 50px;
}

.section2_left {
	text-align: left;
	margin-left: 0px;
}

.image21_23_wrap{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
}

.kazari_circle {
	position: absolute;
	top: 105px;
	left: 420px;
	scale: 1.2;
}

/*----------------2セクション目写真左---------------------*/

.image21_container {
	position: absolute;
	width: 415px;
	height: 273px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 20px;
	left: 50px;
	z-index: 10;
	opacity: 0;
}
.image21_container.move {
	position: absolute;
	width: 415px;
	height: 273px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 20px;
	left: 50px;
	z-index: 10;
		  animation-name: sec2_P1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P1_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.image21_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}
.image21_container img:hover{
	animation-name: Phover_forbottom;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes Phover_forbottom{
  0% {
	  transform-origin: 50% 0%;
	  transform:scale(1)
  }
	  100% {
	  	  transform-origin: 50% 0%;
	  transform:scale(1.2)
  }
}


/*----------------2セクション目写真真ん中---------------------*/
.image23_container {
	position: absolute;
	width: 388px;
	height: 286px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 240px;
	left: 415px;
		z-index: 100;
	opacity: 0;
}
.image23_container.move {
	position: absolute;
	width: 388px;
	height: 286px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 240px;
	left: 415px;
		z-index: 100;
		  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}
.image23_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;

}
.image23_container img:hover{
	animation-name: Phover;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes Phover{
  0% {
	  scale: 1;
  }
	  100% {
	  scale: 1.2;
  }
}
/*----------------2セクション目テキスト左---------------------*/
.section2_setumei_left {
	width:340px;
	position: absolute;
	top: 310px;
	left: 45px;
	opacity: 0;
}
.section2_setumei_left.move {
	width:340px;
	position: absolute;
	top: 310px;
	left: 45px;
		  animation-name: sec2_T1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_T1_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}
.section2_setumei_left p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 auto;
}

.comment_sec2 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
	margin: 0 auto;
}
/*----------------2セクション目テキスト左---------------------*/
.home_hukidasi_comment{
	position: relative;
	top: 470px;
	left: 180px;
	opacity: 0;
}
.home_hukidasi_comment.move{
	position: relative;
	top: 470px;
	left: 180px;
	opacity: 0;
		  animation-name: sec2_P3_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P3_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}
.home {
	transform: scale(-1, 1);
	position: absolute;
	top: 120px;
	left: 230px;
	rotate: -10deg;
	zoom: 0.8;
	 animation-name: sec2_P3_apper, fluffy_sec2;
  animation-duration:1s, 5s;
  animation-delay: 1s, 3s;
	animation-iteration-count:1, infinite;
  animation-fill-mode: forwards;
}
@keyframes fluffy_sec2 {
  0% {
    transform: scale(-1, 1) translateY(0);
  }
  5% {
    transform: scale(-1, 1) translateY(0);
  }
  10% {
    transform: scale(-1, 1) translateY(0);
  }
  20% {
    transform: scale(-1, 1) translateY(-15px);
  }
  25% {
    transform: scale(-1, 1) translateY(0);
  }
  30% {
    transform: scale(-1, 1) translateY(-15px);
  }
  50% {
    transform: scale(-1, 1) translateY(0);
  }
  100% {
    transform: scale(-1, 1) translateY(0);
  }
}

.hukidasi_sec2left{
		transform: scale(-1, 1.1);
	position: abusolute;
	top: -20px;
	left: -150px;	
}

.home_hukidasi_comment p{
	position: absolute;
	top: 30px;
	left: 45px;
}






.section2_right {
	background-color:#bbb;
	display: inline-block;
}

.sec2right_hukidasi_comment {
	position: relative;
	opacity: 0;
}
.sec2right_hukidasi_comment.move {
	position: relative;
		  animation-name: sec2_P5_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P5_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.hukidasi_sec2right{
	scale: 1.1;
	position: absolute;
	top: -30px;
	right: -50px;
	
}

.sec2right_hukidasi_comment p{
	position: absolute;
	width: 150px;
	z-index: 100;
	top: -10px;
	right: -30px;
	display:block;
}
.img19wrap{
	position: relative;
}

/*----------------2セクション目写真右---------------------*/
.image19_container {
	position: absolute;
	width: 395px;
	height: 256px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 10px;
	opacity: 0;
}
.image19_container.move {
	position: absolute;
	width: 395px;
	height: 256px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 10px;
		  animation-name: sec2_P4_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P4_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.image19_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}
.image19_container img:hover{
	animation-name: Phover;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes Phover{
  0% {
	  scale: 1;
  }
	  100% {
	  scale: 1.2;
  }
}


.img19wrap::before {
	content:  url(../img/circle_A.png);
	position: absolute;
	top: -30px;
	right: 390px;
	scale: 1.8;
	opacity: 0.65;
}

/*----------------2セクション目テキスト右---------------------*/
.section2_setumei_right {
	width: 405px;
	position: absolute;
	top: 430px;
	right: 0px;
	opacity: 0;
}
.section2_setumei_right.move {
	width: 405px;
	position: absolute;
	top: 430px;
	right: 0px;
		  animation-name: sec2_T2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_T2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.section2_setumei_right p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 auto;
}

.under_circle {
	width: 100px;
	height: 80px;
	overflow: hidden;
	transform: translate(620px, 555px)
}
.kazari_circle2{
	width: 90%;
	height: 90%;
	  object-fit:cover;
  object-position:50% -20%;
}
h3 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	color: #87ba6e;
	font-size: 37pt;
	padding-top: 100px;
	padding-left: 50px;
}



h5 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	color: #5a5a5a;
	font-size: 25px;
	padding-top: 28px;
	padding-left: 50px;
}
/**-------------------------------------------------------------------↑ここだけあふれる1399-1282サイトの開始タグ-*/
@media only screen and  (min-width: 1282px) and (max-width:1399px) { 
/*↑1399-1282サイトの開始タグ*/
.hukidasi_sec2right{
	scale: 1.1;
	position: absolute;
	top: -30px;
	right: 50px;
	
}

.sec2right_hukidasi_comment p{
	position: absolute;
	width: 150px;
	z-index: 100;
	top: -10px;
	right: 70px;
	display:block;
}
.image19_container {
	position: absolute;
	width: 395px;
	height: 256px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 40px;
	opacity: 0;
}
.image19_container.move {
	position: absolute;
	width: 395px;
	height: 256px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 40px;
		  animation-name: sec2_P4_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}	
	.section2_setumei_right {
	width: 405px;
	position: absolute;
	top: 430px;
	right: 30px;
	opacity: 0;
}
.section2_setumei_right.move {
	width: 405px;
	position: absolute;
	top: 430px;
	right: 30px;
		  animation-name: sec2_T2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
/*↑1399-1282サイトの終了タグ*/	
}
/*↑1399-1282サイトの終了タグ--------------------------------------------------------------------sec2*/
/*↑1280サイトの開始タグ*--------------------------------------------------------------------*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
	.section2wrap {
	width: 1000px;
	height: 1000px;
	text-align: center;
	margin: 0 auto;
}

	.image21_container {
	position: absolute;
	width: 365px;
	height: 240px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 20px;
	left: 50px;
	z-index: 10;
	opacity: 0;
}
.image21_container.move {
	position: absolute;
	width: 365px;
	height: 240px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 20px;
	left: 50px;
	z-index: 10;
		  animation-name: sec2_P1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	

.image23_container {
	position: absolute;
	width: 325px;
	height: 240px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 240px;
	left: 340px;
		z-index: 100;
	opacity: 0;
}
.image23_container.move {
	position: absolute;
	width: 325px;
	height: 240px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 240px;
	left: 340px;
		z-index: 100;
		  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	



.section2_setumei_left {
	width:280px;
	position: absolute;
	top: 310px;
	left: 45px;
	opacity: 0;
}
.section2_setumei_left.move {
	width:280px;
	position: absolute;
	top: 310px;
	left: 45px;
		  animation-name: sec2_T1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}



.home_hukidasi_comment{
	position: relative;
	top: 470px;
	left: 100px;
	opacity: 0;
}
.home_hukidasi_comment.move{
	position: relative;
	top: 470px;
	left: 100px;
	opacity: 0;
		  animation-name: sec2_P3_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.hukidasi_sec2right{
	scale: 1.1;
	position: absolute;
	top: -30px;
	right: 60px;
	
}

.sec2right_hukidasi_comment p{
	position: absolute;
	width: 150px;
	z-index: 100;
	top: -10px;
	right: 80px;
	display:block;
}


.sec2right_hukidasi_comment {
	position: relative;
	opacity: 0;
}
.sec2right_hukidasi_comment.move {
	position: relative;
		  animation-name: sec2_P5_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.image19_container {
	position: absolute;
	width: 370px;
	height: 240px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 65px;
	opacity: 0;
}
.image19_container.move {
	position: absolute;
	width: 370px;
	height: 240px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 165px;
	right: 65px;
		  animation-name: sec2_P4_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.section2_setumei_right {
	width: 250px;
	position: absolute;
	top: 430px;
	right: 55px;
	opacity: 0;
}
.section2_setumei_right.move {
	width: 250px;
	position: absolute;
	top: 430px;
	right: 55px;
		  animation-name: sec2_T2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec2*/


/* ここまでセクション2 */
/* ここからセクション3 */

#section3.section {
	width: 100%;
	height: 1000px;
	background-image: url("../img/sec3_bgleft.png"), url("../img/sec3_bgcenter.png"),url("../img/sec3_bgright.png");
	background-position: bottom left, center,right;
	background-size: cover, cover, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto 100%, auto 100%, auto 100%; 
	background-color: #87ba6e;
	text-align: center;
	position: relative;
}

.section3_layoutspace{
	position: relative;
}

.section3wrap {
	width: 1280px;
	height: 856px;
	text-align: center;
	margin: 0 auto;
}

.section3_title{
	text-align: left;
	margin: 0 auto;
}
/*----------------3セクション目説明左---------------------*/
.section3_setumei_left {
	width: 320px;
	position: absolute;
	top: 230px;
	left: 45px;
	opacity: 0;
}
.section3_setumei_left.move {
	width: 320px;
	position: absolute;
	top: 230px;
	left: 45px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}


.section3_setumei_left p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
	margin: 0 auto;
}

.img56_55_comment_wrap{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
}
/*----------------3セクション目写真左---------------------*/
.image56_container {
	position: absolute;
	width: 431px;
	height: 325px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 365px;
	left: 35px;
	z-index: 100;
	opacity: 0;
}
.image56_container.move {
	position: absolute;
	width: 431px;
	height: 325px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 365px;
	left: 35px;
	z-index: 100;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }

}
.image56_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}

.image56_container img:hover{
	animation-name: Phover;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes Phover{
  0% {
	  scale: 1;
  }
	  100% {
	  scale: 1.2;
  }
}

/*----------------3セクション目写真真ん中---------------------*/
.image55_container {
	position: absolute;
	width: 339px;
	height: 534px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: -85px;
	left: 430px;
	opacity: 0;
}
.image55_container.move {
	position: absolute;
	width: 339px;
	height: 534px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: -85px;
	left: 430px;
			  animation-name: sec2_P2_apper_img55;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper_img55{
  0% {

	  top: -40px;
	  opacity: 0;
  }
	  100% {
	  top: -80px;
		   opacity: 1;
  }


}
.image55_container img{
	width: 125%;
	height: 125%;
    object-fit: cover;
	object-position:70% -200%;
}
.image55_container img:hover{
	animation-name: Phover_forup;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
	
}
@keyframes Phover_forup{
  0% {
	  object-position:70% -200%;
	  transform: scale(1);
  }
	  100% {
		  object-position:70% -200%;
	  transform:  scale(1.16);
  }
}

/*----------------3セクション目写真右---------------------*/

.image54_container {
		position: absolute;
	width: 468px;
	height: 342px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 305px;
	left: 790px;
	opacity: 0;
}
.image54_container.move {
		position: absolute;
	width: 468px;
	height: 342px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 305px;
	left: 790px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.image54_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;
}

.image54_container img:hover{
	animation-name: Phover_forright;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes Phover_forright{
  0% {
	  transform-origin: 100% 50%;
	  transform:scale(1)
  }
	  100% {
	  	  transform-origin: 100% 50%;
	  transform:scale(1.1)
  }
}



	

.sec3_onpu {
	transform: scale(1.2, 1.2);
	position: absolute;
	top: -70px;
	left: 790px;
	opacity: 0;
}
.sec3_onpu.move {
	transform: scale(1.2, 1.2);
	position: absolute;
	top: -70px;
	left: 790px;
		  animation-name: sec2_P2_apper,onpumove;
  animation-duration: 1s,3s;
  animation-delay: 0.1s,3s;
  animation-fill-mode: forwards;
	animation-timing-function:liner,ease-out;
	animation-iteration-count: 1, infinite;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: scale(1.2, 1.2) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(1.2, 1.2) translateY(0px);
		   opacity: 1;
  }
}
@keyframes onpumove{
  0% {
	  transform: scale(1.2, 1.2) translate(0,0);
	  opacity: 1;
  }
	  100% {
	  transform: scale(1.2, 1.2) translate(50px,-50px);
		   opacity: 0;
  }
}
.sec3_home_hukidasi_comment {
	opacity: 0;
}
.sec3_home_hukidasi_comment.move{
	opacity: 0;
	animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.sec3_home {
	position: absolute;
	top: 75px;
	left: 1150px;
	opacity: 0;
}
.sec3_home.move {
	position: absolute;
	top: 100px;
	left: 1150px;
	opacity: 1;
	transform:scale(0.8, 0.8)  rotate(15deg);
	animation-name: fluffy_sec3home;
  animation-duration: 5s;
  animation-delay: 2s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
	
@keyframes fluffy_sec3home {
  0% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
	  top: 100px;
  }
  5% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(0);
	  top: 100px;
  }
  10% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(0);
	  top: 100px;
  }
  20% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(-15);
	  top: 85px;
  }
  25% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(0);
	  top: 100px;
  }
  30% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(-15);
	  top: 85px;
  }
  50% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(0);
	  top: 100px;
  }
  100% {
    transform: scale(0.8, 0.8)  rotate(15deg) translateY(0);
	  top: 100px;
  }
}


.sec3_hukidasi{
	position: absolute;
	transform: scale(0.7, 0.7) rotate(15deg);
	top: -50px;
	left: 90px;
	opacity: 0;
}
.sec3_hukidasi.move{
	position: absolute;
	transform: scale(0.7, 0.7) rotate(15deg);
	top: -50px;
	left: 900px;
	opacity: 1;
}

/*----------------3セクション目説明右---------------------*/
.section3_setumei_right {
	width: 270px;
	position: absolute;
	top: 460px;
	left: 600px;
	opacity: 0;
}
.section3_setumei_right.move {
	width: 270px;
	position: absolute;
	top: 460px;
	left: 600px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
 }


.section3_setumei_right p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
	margin: 0 auto;
}

.spbr {
	display: block;
	}

h4 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	color: #fff;
	font-size: 37pt;
	padding-top: 100px;
	padding-left: 50px;
}



h6 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	color: #fff;
	font-size: 25px;
	padding-top: 28px;
	padding-left: 50px;
}

/* ここまでセクション3 */

/*↑sec31280サイトの開始タグ*--------------------------------------------------------------------sec3*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
	
.section3wrap {
	width: 1000px;
	height: 856px;
	text-align: center;
	margin: 0 auto;
}
	

.section3_setumei_left {
	width: 320px;
	position: absolute;
	top: 165px;
	left: 45px;
	opacity: 0;
}
.section3_setumei_left.move {
	width: 320px;
	position: absolute;
	top: 165px;
	left: 45px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}


.image56_container {
	position: absolute;
	width: 340px;
	height: 256px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 300px;
	left: 35px;
	z-index: 100;
	opacity: 0;
}
.image56_container.move {
	position: absolute;
	width: 340px;
	height: 256px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 300px;
	left: 35px;
	z-index: 100;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	

.image55_container {
	position: absolute;
	width: 274px;
	height: 414px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 0px;
	left: 350px;
	opacity: 0;
}
.image55_container.move {
	position: absolute;
	width: 274px;
	height: 414px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 0px;
	left: 350px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}




.image54_container {
		position: absolute;
	width: 350px;
	height: 255px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 385px;
	left: 600px;
	opacity: 0;
	border: 5px solid #87ba6e;
}
.image54_container.move {
		position: absolute;
	width: 350px;
	height: 255px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 385px;
	left: 600px;
	opacity: 0;
	border: 5px solid #87ba6e;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.image54_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;
}

.image54_container img:hover{
	animation-name: Phover_forright;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}


.sec3_onpu {
	transform: scale(1.2, 1.2);
	position: absolute;
	top: -80px;
	left: 620px;
	opacity: 0;
}
.sec3_onpu.move {
	transform: scale(1.2, 1.2);
	position: absolute;
	top: -80px;
	left: 620px;
		  animation-name: sec2_P2_apper,onpumove;
  animation-duration: 1s,3s;
  animation-delay: 0.1s,3s;
  animation-fill-mode: forwards;
	animation-timing-function:liner,ease-out;
	animation-iteration-count: 1, infinite;
}


.sec3_home_hukidasi_comment {
	opacity: 0;
}
.sec3_home_hukidasi_comment.move{
	opacity: 0;
	animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}


.sec3_home {
	position: absolute;
	top: 210px;
	left: 850px;
	opacity: 0;
}
.sec3_home.move {
	position: absolute;
	top: 210px;
	left: 850px;
	opacity: 1;
	transform: scale(0.7, 0.7)  rotate(15deg);
	animation-name: fluffy_sec3home_small;
  animation-duration: 5s;
  animation-delay: 2s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes fluffy_sec3home_small {
  0% {
    transform: scale(0.7, 0.7) rotate(15deg) translateY(0);
	  top: 210px;
  }
  5% {
    transform: scale(0.7, 0.7) rotate(15deg) translateY(0);
	  top: 210px;
  }
  10% {
    transform:scale(0.7, 0.7)  rotate(15deg) translateY(0);
	  top: 210px;
  }
  20% {
    transform: scale(0.7, 0.7)  rotate(15deg) translateY(-15);
	  top: 210px;
  }
  25% {
    transform: scale(0.7, 0.7) rotate(15deg) translateY(0);
	  top: 210px;
  }
  30% {
    transform: scale(0.7, 0.7) rotate(15deg) translateY(-15);
	  top: 210px;
  }
  50% {
    transform: scale(0.7, 0.7)  rotate(15deg) translateY(0);
	  top: 210px;
  }
  100% {
    transform: scale(0.7, 0.7)  rotate(15deg) translateY(0);
	  top: 210px;
  }
}

.section3_setumei_right {
	width: 270px;
	position: absolute;
	top: 430px;
	left: 440px;
	opacity: 0;
}
.section3_setumei_right.move {
	width: 270px;
	position: absolute;
	top: 430px;
	left: 440px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
		
.sec3_hukidasi{
	position: absolute;
	transform: scale(0.6, 0.6) rotate(15deg);
	top: 50px;
	left: 650px;
	opacity: 0;
}
.sec3_hukidasi.move{
	position: absolute;
	transform: scale(0.6, 0.6) rotate(15deg);
	top: 50px;
	left: 650px;
	opacity: 1;
}	
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec3*/




/* ここからセクション4 */
#section4.section{
	width: 100%;
	height: 1000px;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: left;
	vertical-align: middle;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 1) -2%,rgb(255 255 255 / 0.95) 10%,rgb(255 255 255 / 0)),url("../img/image57.jpg");
	background-position: right;
	background-size: 750px 1000px;
	background-repeat: no-repeat;
}

.section4wrap {
	width: 1280px;
	height: 1000px;
	text-align: left;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}

.section4container {
	width: 50%;
	height: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.section4left {
	  width: 100%;
      margin: 0 auto;
      text-align: left;	
	opacity:0;
}
.section4left.move {
	  width: 100%;
      margin: 0 auto;
      text-align: left;	
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }

}
.section4right{
	  width: 50%;
      height: 1000px;
}

.sec4_komidasi {
	width: 400px;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0px 55px;
	padding-top: 50px;
}

.sec4_setumei {
	width: 420px;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 55px;
	padding-top: 30px;
}

.sec4home{
	display: inline-block;
	position: relative;
	opacity: 0;
}

.sec4home_char{
	position: absolute;
	transform: scale(0.8, 0.8) rotate(15deg);
	top: 150px;
	left: 70px;
		 animation-name: fluffy_sec4;
  animation-duration:  5s;
  animation-delay: 1.5s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.sec4home_star{
	position: absolute;
	transform: scale(0.65, 0.65)  rotate(15deg);
	top: 0px;
	left: -70px;
		 animation-name: fluffy_sec4_star;
  animation-duration:  5s;
  animation-delay: 1.75s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.sec4home.move{
		display: inline-block;
	position: relative;
	opacity:0;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
	animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
 }
@keyframes fluffy_sec4 {
  0% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
  5% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
  10% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
  20% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(-15px);
  }
  25% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
  30% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(-15px);
  }
  50% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
  100% {
    transform: scale(0.8, 0.8) rotate(15deg) translateY(0);
  }
}
@keyframes fluffy_sec4_star {
  0% {
    transform: scale(0.65, 0.65) rotate(15deg) translateY(0);
  }
  5% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(0);
  }
  10% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(0);
  }
  20% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(-15px);
  }
  25% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(0);
  }
  30% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(-15px);
  }
  50% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(0);
  }
  100% {
    transform: scale(0.65, 0.65)  rotate(15deg) translateY(0);
  }
}

/* ここまでセクション4 */


/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec4*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
.section4wrap {
	width: 1000px;
	height: 1000px;
	text-align: left;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec4*/



/* ここからセクション5 */
#section5.section{
	width: 100%;
	height: 1000px;
	text-align: center;
	display: block;
	align-items: left;
	vertical-align: middle;
	background-image: url("../img/AdobeStock_297823702.jpg");
	background-size: cover;
	background-position: 70% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.section5_haikeizyouzan {
	background-color: rgba(128,44,39,.2);
	  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.section5wrap{
	width: 1000px;
	height: 1000px;
	text-align:center;
	margin: 0 auto;
	z-index: 500;
}

.section5_title{
	text-align: left !important;
	z-index: 500;
	opacity: 0;
}
.section5_title.move{
	text-align: left !important;
	z-index: 500;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }

	
}


.section5_title table tr td{
	display: table;
}
.section5_title table{
	display: table;
	width: 800px;
	z-index: 500;
	text-align: left;
}

.section5_title td{
	display: table-cell;
	width: 400px;
	z-index: 500;
	text-align: left;
}

.section5_title td a{
	z-index: 1000;
	display: inline-block;
}
.section5_title h4{
	margin-left: -50px;
	margin-top:-20px;
	z-index: 500;
	position: relative;
}
.section5_title img {
	scale: 1.1;
	z-index: 1000;
	display: block;
}
.sec5_txt{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 500;
	position: relative;
}
	.sec5_txt.move{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 500;
	position: relative;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }

}

.section5_menucontainer{
	width: 989px;
	height: 591px;
  background-color: #fff;
	border-radius: 5px;
    display: inline-block;
	position: relative;
  text-align: center;
  align-items: center;
  margin: -30px auto;
  z-index: 100;
}
.section5_menucontainer::after{
	content: url("../img/menu_kazari.png");
	position: absolute;
	widht: 100%;
	height:auto;
top:55px;
	left:87px;
  z-index: 100;
	scale: 1.1;
}

.slider {
  width: 612px;
  height: 426px;
	text-align: center;
	margin: 30px auto;
z-index: 100;
	padding-top: 85px;
}
.slick-img img {
  height: auto;
  width: 100%;
	z-index: 100;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	animation: bgwhite 2s ease 1s  infinite alternate;
}

@keyframes bgwhite {
  0% {
    background: rgba(255, 255, 255, 1);
  }
  80% {
     background: rgba(255, 255, 255, 0.7);
  }  
	
100% {
     background: rgba(255, 255, 255, 0);
  }
}
.add-animation {
  animation: bgwhite 2s linear 0s normal both;
}

	.section5_menucontainer{

	display: block  !important;
	}
		.section5_menucontainer_sp{
								display: none;
	visibility:hidden;
	}




/* ここまでセクション5 */
/* ここからセクション6 */

#section6.section{
	width: 100%;
	height: 1000px;
	background-color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.section6wrap{
	width: 1200px;
	height: 1000px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.sec6_titlearea{
	width: 100%;
	text-align:center;
	display: flex;
}

.title_kazari {
	width: 70%;
	position: relative;
	text-align: right;
}

.sec6_tree {
	width: 170px;
	height: auto;
	position: absolute;
	top :50px;
	right: 100px;
}

.sec6_bus {
	width: 120px;
	height: auto;
	position: absolute;
	top :120px;
	right: 30px;
}
.sec6_bus.move {
	width: 120px;
	height: auto;
	position: absolute;
	top :120px;
	right: 30px;
	animation-name: sec6_bus;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	animation-iteration-count: 1;
	opacity: 0;
}
	
@keyframes sec6_bus{
  0% {
	  opacity: 0;
	  right: -75px;
  }
	100% {
			  opacity: 1;
	  right: 30px;
		
		 }
}


.sec6_flower {
	width: 80px;
	height: auto;
	position: absolute;
	top :130px;
	right: -60px;
}
.sec6_flower.move {
	width: 80px;
	height: auto;
	position: absolute;
	top :130px;
	right: -60px;

}
	


.sec1_1F {
	position:relative;
}
.sec6_1F::after {
	position:absolute;
	transform: scale(1.1,1.1);
	content: url(../img/section6_tree.png);
	left: 545px;
	top: 335px;
	z-index: 100;
	display: block;
	
	
}

.sec6_1F.move {
	opacity: 1;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
	position:relative;
}
	
.sec6_1F.move::after {
	position:absolute;
	transform: scale(1.1,1.1);
	content: url(../img/section6_tree.png);
	left: 545px;
	top: 335px;
	z-index: 100;
	display: block;
	
}
@keyframes sec2_P2_apper {
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
	}


.sec6_2F.move {
	opacity: 1;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
	.sec6_3F {
	
}

.sec6_3F.move {
	opacity: 1;
					  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
	.sec6_4-5F {
	
}

.sec6_4-5F.move {
	opacity: 1;
animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 2.2s;
  animation-fill-mode: forwards;
}

.sec6_image {
	scale: 1.1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 140px;
	line-height: 40px;
	opacity: 0;
}
.sec6_image.move {
	scale: 1.1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 140px;
	line-height: 40px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	position: relative;
}
	
@keyframes sec2_P2_apper {
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
	}
.sec6_image img{
	margin-top: 50px;
}



.sec6_text{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
	opacity: 0;
}
.sec6_text.move{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

/* ここまでセクション6 */

/**-------------------------------------------------------------------↑ここだけあふれる1399-1282サイトの開始タグ-*/
@media only screen and  (min-width: 1282px) and (max-width:1399px) { 
/*↑1399-1282サイトの開始タグ*/
	
		.sec6_image {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 120px;
	line-height: 40px;
	opacity: 0;
}
	.sec6_image.move {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 120px;
	line-height: 40px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	position: relative;
}

/*↑1399-1282サイトの終了タグ*/	
}
/*↑1399-1282サイトの終了タグ--------------------------------------------------------------------sec6*/
/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec6*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
.section6wrap{
	width: 900px;
	height: 1000px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
	.title_kazari {
	width: 50%;
	position: relative;
	text-align: right;
}
.sec6_tree {
	width: 170px;
	height: auto;
	position: absolute;
	top :50px;
	right: -100px;
}

.sec6_bus {
	width: 120px;
	height: auto;
	position: absolute;
	top :120px;
	right: -130px;
}
.sec6_bus.move {
	width: 120px;
	height: auto;
	position: absolute;
	top :120px;
	right: -130px;
			  animation-name: sec6_bus_small;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	animation-iteration-count: 1;
	opacity: 0;
}
	@keyframes sec6_bus_small{
  0% {
	  opacity: 0;
	  right: -75px;
  }
	100% {
			  opacity: 1;
	  right: 30px;
		
		 }
}

.sec6_flower {
	width: 80px;
	height: auto;
	position: absolute;
	top :130px;
	right: -180px;
}
.sec6_flower.move {
	width: 80px;
	height: auto;
	position: absolute;
	top :130px;
	right: -180px;

}
	
	.sec6_image {
	scale: 1.1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 50px;
	line-height: 40px;
	opacity: 0;
}
	
.sec6_image.move {
	zoom: 0.8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 50px;
	line-height: 40px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	position: relative;
}
	.sec6_text{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
	opacity: 0;
}
.sec6_text.move{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
	.sec6_1F::after {
	position:absolute;
	transform: scale(1,1);
	content: url(../img/section6_tree.png);
	left: 438px;
	top: 338px;
	z-index: 100;
	display: block;
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec6*/
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec6*/



/* ここからセクション7 */
    #section7.section{
      width: 100%;
      height: 1000px;
      background-color:#87ba6e;
      display: flex;
      text-align: center;
    }
    .sec7leftwrap{
      display: inline-block;
      width: 50%;
      text-align: right;
      margin: 0 auto;
    }
    .sec7container{
      width: 580px;
      display: inline-block;
      text-align: right;
		margin-right: 50px;
      
    }
    .sec7left{
      width: 100%;
		height: 500px;
      margin: 50px auto;
      text-align: left;
		opacity: 0;
    }
    .sec7left.move{
      width: 100%;
		height: 500px;
      margin: 50px auto;
      text-align: left;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
    }



.sec7left h4{
	margin-bottom: -50px;
}
.sec7left h6{
	margin-bottom: -9px;
	margin-top: 50px;
}

svg{
	width:400px;
	height:5px;
	margin-left: 50px;
}

svg line{
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 0.5, 5;
}

h8 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	padding-left: 50px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-bottom: 100px;
}

h8 strong {
	font-size: 29px;
	font-weight: 300;
	vertical-align: -5%;
	transform: translateY(-15px);
}

.access {
	padding-top: 100px;
}

.sec7right{
      width: 50%;
      height: 1000px;
    }
.sec7right_sp{
	display: none;
}
/* ここまでセクション7 */
/* ここからセクション8 */

/* 20250228追加 */

#section8 a {
		color:cornflowerblue;
		text-decoration: none;
	  }
	  
#section8 a:visited{
		color: green;
	  }
	  
#section8 a:hover{
		color: skyblue;
		text-decoration: underline;
	  }

/* 20250228追加 終了*/

#section8.section {
	  width: 100%;
      height: 1000px;
      background-color:#fff;
      text-align: center;
}
.section8wrap{
	width: 1150px;
	height: 1000px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.sec8_titlearea{
	width: 100%;
	text-align:left;
}


.notice {
	width: 1000px;
	margin: 100px 75px;
	display: table;
	table-layout: fixed;
	opacity: 0;
}
.notice.move {
	width: 1000px;
	margin: 100px 75px;
	display: table;
	table-layout: fixed;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}

.notice table {
	width: 1000px;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
	margin: 40px auto;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
}

.notice tr {
	width: 100%;
	height: 21px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}

.notice td {
	  display: table-cell; 
	width: 100%;
	height: 50px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}

/* ここまでセクション8 */
/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec9*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
.section8wrap{
	width: 1000px;
	height: 1000px;
	display: block;
	text-align: center;
	margin: 0 auto;
}	
.notice {
	width: 750px;
	margin: 100px 75px;
	display: table;
	table-layout: fixed;
	opacity: 0;
}
.notice.move {
	width: 750px;
	margin: 100px 75px;
	display: table;
	table-layout: fixed;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}	
.notice table {
	width: 750px;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
	margin: 40px auto;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
}	
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec9*/	
	
/* ここからセクション9 */

#section9.section{
      width: 100%;
      height: 1000px;
      background-image:linear-gradient(90deg,#87ba6e 0% 50%, #9ac584 50% 100%);
      display: flex;
      text-align: center;
}

.section9wrap{
	width: 1280px;
	height: 1000px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
}

.section9_leftwrap {
		width:50%;
	height: 1000px;
	display: block;
	background-color:#87ba6e;
	margin: 0 auto;
	text-align: center;	
}
.section9_left {
	width:100%;
	height: 1000px;
	display: block;
	background-image:url("../img/otoiawase_kazari.png");
		background-size: 550px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;	
		position: relative;
	margin-left: -30px;
}

.section9_left h4{
	text-align: left;
	position: absolute;
	top: 280px;
	left: 170px;
}

.section9_left h6{
	text-align: left;
	position: absolute;
	top: 470px;
	left: 155px;
	font-size: 20px;
	line-height:1.75em;
}

.image7wrap{
	transform: scale(-1, 1) rotate(20deg);
	width:85px;
	height: auto;
	position: absolute;
	top: 200px;
	left: 50px;
	opacity: 0;
}
.image7wrap.move{
	transform: scale(-1, 1) rotate(20deg);
	width:85px;
	height: auto;
	position: absolute;
	top: 200px;
	left: 50px;
				  animation-name:  sec9_chars1_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
			@keyframes sec9_chars1_sp{
  0% {
	  transform: scale(-1, 1) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-1, 1) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}
.image8wrap{
	width:120px;
	height: auto;
	transform:rotate(20deg);
	position: absolute;
		top: 180px;
	right: 50px;
	opacity: 0;
}
.image8wrap.move{
	width:120px;
	height: auto;
	transform:rotate(20deg);
	position: absolute;
		top: 180px;
	right: 50px;
				  animation-name:  sec9_chars2_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
		@keyframes sec9_chars2_sp{
  0% {
	  transform: scale(1, 1) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(1, 1) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}
.image16wrap{
	transform: scale(-1, 1) rotate(20deg);
	width:62px;
	height: auto;	
	position: absolute;
	bottom: 190px;
	left: 70px;
	opacity: 0;
}
.image16wrap.move{
	transform: scale(-1, 1) rotate(20deg);
	width:62px;
	height: auto;	
	position: absolute;
	bottom: 190px;
	left: 70px;
				  animation-name: sec9_chars3_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	@keyframes sec9_chars3_sp{
  0% {
	  transform: scale(-1, 1) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-1, 1) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}


.image39wrap{
	width:56px;
	height: auto;
	transform: scale(-1, 1) rotate(-20deg);;
	position: absolute;
	bottom: 180px;
	right: 50px;
	opacity: 0;
}
.image39wrap.move{
	width:56px;
	height: auto;
	transform: scale(-1, 1) rotate(-20deg);;
	position: absolute;
	bottom: 180px;
	right: 50px;
			  animation-name: sec9_chars4_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec9_chars4_sp{
  0% {
	  transform: scale(-1, 1)  rotate(-20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-1, 1) rotate(-20deg) translateY(0px);
		   opacity: 1;
  }

}

.section9_right {
			width:50%;
	height: auto;
	display: block;
	background-color:#9ac584;
	margin: 0 auto;
	text-align: left;
	padding-top: 100px;
}
.section9_rightwrap {
		width:70%;
	height: 1000px;
	display: block;
	margin: 0 auto;
	text-align: left;	
}

.sec9_message{
	width: 420px;
	text-align: left;
}

.sec9_message th{
	font-family: "KiwiM", serif;
	color: #fff;
	font-weight: 300;
	height: 40px;
	width: 220px;
	letter-spacing: 0.05em;
	table-layout: fixed;
	margin: 0 0;
	padding-left: 20px;
	padding-bottom: 7px;
	vertical-align: bottom;
}

.kari_textbox_herf{
	width: 200px;
	height: 50px;
	display: inline-block;
	background-color: #fff;
	border-radius: 12px;
}

.kari_textbox_long{
	width: 420px;
	height: 50px;
		display: inline-block;
	background-color: #fff;
	border-radius: 12px;
}
.kari_textbox_big{
	width: 420px;
	height: 350px;
		display: inline-block;
	background-color: #fff;
	border-radius: 12px;
}


.send_mail_button {
	position: relative;
		margin: 40px auto;
	width: 150px;
	height: 50px;
	transform: translateX(86px)
}

.img_sendmail_wrap{
	text-align:center;
} 

.send_mail_button p {
	position: absolute;
		font-family: "KiwiM", serif;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	top: 10px;
	left: 38px;
	letter-spacing: 0.1em;
}

.spspacer{
	display: none;
}


/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec9*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
.section9wrap{
	width: 1000px;
	height: 1000px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
}
.section9_left h4{
	text-align: left;
	position: absolute;
	top: 280px;
	left: 95px;
}

.section9_left h6{
	text-align: left;
	position: absolute;
	top: 470px;
	left: 80px;
	font-size: 20px;
	line-height:1.75em;
}
	.section9_right{
		background-color: rgba(0,0,0,0);
		margin-left: -0px;
	}
	.section9_rightwrap {
		width:50%;
	height: 1000px;
	display: block;
	margin: 0 auto;
	text-align: left;	
		transform: translateX(-50px);
}
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec9*/


/* ここまでセクション9 */
#section10.section {
	width: 100%;
	height: 500px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(132,179,108,1) 100%);
	text-align: center;
		position: relative;
}
.section10wrap{
	width: 1150px;
	height: 400px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top:220px;
}
adress {
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.8em;
	color: #808060;
	text-align: left;
}

.adress_telfax tr th {
	font-family: "KiwiM", serif;
	font-weight: 300;
	height: 19px;
	width: 138px;
	letter-spacing: 0.05em;
	margin-left: 50px;
	table-layout: fixed;
}

.section10_right {
	text-align: left;
	padding-top: 65px;
}
.section10_right p{
		font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	color: #808060;
	text-align: left;
	line-height: 0.5em;
	transform: translateY(10px)
}
h9 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #808060;
	vertical-align: 0%;
	text-align: center;
	
}
.section10_right img {
	scale: 1.3;
	transform: translate( 15px,0px)
} 
h9 strong {
	font-size: 40px;
	font-weight: 300;
	vertical-align: 0%;
}
h10 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #808060;
	text-align: center;
}

.gotopwrap {
		text-align: center;
	background-color: rgba(0,0,0,0);
	width: 210px;
	height: 270px;
	position: absolute;
	bottom: 300px;
	right: 100px;
}
.gotopwrap:hover {
				  animation-name: gotophoveranimation;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes gotophoveranimation{
  0% {
	  transform: rotate(0deg);
  }
	  12.5% {
	  transform: rotate(10deg);
  }
	  25% {
	  transform: rotate(0deg);
  }
		  37.5% {
	  transform: rotate(-10deg);
  }
		  50% {
	  transform: rotate(0deg);
  }
	  62.5% {
	  transform: rotate(7deg);
  }
		  75% {
	  transform: rotate(0deg);
  }
			  87.5% {
	  transform: rotate(-7deg);
  }
	  100% {
	  transform: rotate(0deg);
  }
}

.gotop_neko {
	position: absolute;
	top:110px;
	right: 25px;
	width: 150px;
	height: auto;	
}
.gotop_neko img{
    object-fit:cover;
	width: 150px;
}

.fukidashibottom {
	width: 150px;
	height: auto;
	position: absolute;
		bottom: 150px;
	right: 60px;
}

.fukidashibottom img{
	width: 140px;
	object-fit: contain;
	
}


/* ここからセクション10 */

/*↑sec41280サイトの開始タグ*--------------------------------------------------------------------sec10*/
@media only screen and  (min-width: 1000px) and (max-width:1281px) { 
/*↑1280サイトの開始タグ*/
.section10wrap{
	width: 750px;
	height: 400px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top:220px;
}
/*↑1280サイトの終了タグ*/	
}
/*↑1280サイトの終了タグ--------------------------------------------------------------------sec10*/




/*スマホサイト--------------------------------------------------------------------------------------------------------*/
/*↓スマホサイトの開始タグ*/
@media (max-width: 767px) { 
/*↑スマホサイトの開始タグ*/

	body{
		width: 100%;/*あとで変える-------------------------------------------------------------------------------------------------*/
		text-align: center;
	}
	

.animationbg_img {
	width: 150px;
	height: auto;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	mix-blend-mode: multiply;
		display: block;
		overflow: hidden;
   position: static;
	transform: translateY(300px);
}

.animationbg_img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
	.animation-bg img {
  animation-name: PageAnimefade_content_img_sp;
  animation-duration: 7.0s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
	display: block;
	transform: translateX(-1px);
			opacity: 0;
}
@keyframes PageAnimefade_content_img_sp {
  0% {
    opacity: 1;
	  display: block;
  }
  30% {
    opacity: 1;
	  	  display: block;
  }		
    95% {
    opacity: 0;
			  display: block;
  }
	    100% {
    opacity: 0;
			  display: none;
  }
}

#animation-bg {
  background: #fff;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	overflow: hidden;
}


.animation_contents {
	content:"";
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 60px;
	letter-spacing: 0.25em;
	position:static;
	display: block;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-20px);
	  animation-delay: 1s;
	}
.animation_contents::before {
		content:"またあしたも";
	text-align: center;
	vertical-align: center;
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 18px;
	color: #555555;
	line-height: 36px;
	letter-spacing: 0.25em;
		position:static;
	display: block;
	transform: translateY(80px);
	margin: 0 auto;
	top: 40%;
	left: 40%;
		opacity: 0;
		 animation-delay: 3.5s;
	}
.animation_contents::after {
		content:"いきたいところ";
	text-align: center;
	vertical-align: center;
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 18px;
	color: #555555;
	line-height: 36px;
	letter-spacing: 0.25em;
		position:static;
	display: block;
	transform: translateY(90px);
	margin: 0 auto;
	top: 40%;
	left: 40%;
	opacity: 0;
	 animation-delay: 4.5s;
	}
	
	.section{
		width: 100%;
		text-align:center;
	}

	#section0 .section {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
	left: 0;
	}
#animation-bg.animation-bg {
	width: 100%;
		text-aling: center;
	margin: 0 auto;
  animation-name: PageAnime-fade;
    animation-duration: 5.3s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

.header_wrap {
	width: 100%;
	height: 65px;
	background-color: rgba(255,255,255,1.00);
	       position: sticky;
       position: -webkit-sticky;
       top: 0;
	left: 0;
}
.header_container{
	width: 350px;
	height: 65px;
	display: flex;
	text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
	padding: 10px auto 10px;
	margin: 0 auto;
	       position: sticky;
       position: -webkit-sticky;
       top: 0;
}
#header{
		width: 100%;
	height: 65px;
       position: sticky;
       position: -webkit-sticky;
       top: 0;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 65px;
	}

#header.HeightMin .header_wrap{
		height: 65px;
}

#header.HeightMin .pamphlet_box {
	display: none;
}
#header.HeightMin .toiawase_box {
	display: none;
}

#header.HeightMin .toiawase_box_SP{
	display: block;
	width: 70px;
	height: 40px;
	line-height:  20px;
	border-radius: 10px;
	background-color: #a1a181;
	color: #fff;
	margin: 12px auto;
	padding: 0;
	  position:relative;
	transform: translateY(5px,0px);
}

#header.HeightMin .toiawase_box_SP a{
	color: #fff;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(9px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header.HeightMin .menu_wrap {
	width: 55px;
	height: 55px;
	transform: translateY(-17px);
}

#header.HeightMin img{
	scale: 1;
	transform: translateY(0px)
}
.menu_wrap {
	width: 55px;
	height: 55px;
	transform: translateY(-17px);
}
.menu {
	width: 30px;
	height: 1px;
	color: #87ba6e;
	background: currentColor;
	position: relative; 
	margin-top: 25px;
		text-align: center;
	align-items: center;
	justify-content: center;
	transform: translate(8px,33px);
	border-radius: 2px;
}
.toiawase_box_SP{
	display: block;
	width: 70px;
	height: 40px;
	line-height:  20px;
	border-radius: 10px;
	background-color: #a1a181;
	color: #fff;
	margin: 12px auto;
	padding: 0;
	  position:relative;
	transform: translateY(5px,0px);
}

.toiawase_box_SP a{
	color: #fff;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(6px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toiawase_box_SP:hover {
	background-color: #72724C;
}
.menu:before {
  content: "";
  position: absolute;
  top: -12px;
}

.menu:after {
  content: '';
  position: absolute;
  top: 12px;
}

.menu_wrap:hover  {
	background-color: rgba(246,255,246,1.00);
	opacity: 0.4;
	cursor: pointer;
}

.logo {
	margin: auto;
	scale: 0.55;
	transform: translate(45px,-52px);
}


.headerbutton_container{
	width: 230px;
	height: 180px;
	text-align: center;
	align-items: center;	
	justify-content: center;
	vertical-align: middle;
	transform: translateY(58px);
	display: inline-block;
}

.headerbutton_container a{
	text-decoration: none;
	color:inherit;
}	
.header_wrap a{
	color:inherit;
	text-decoration: none;
		font-family: "KiwiM", serif;
	font-weight: 400;
}
	
.toiawase_box{
	display: none;
	}
	
.toiawase_box_SP{
	display: block;
	width: 70px;
	height: 40px;
	line-height:  20px;
	border-radius: 10px;
	background-color: #a1a181;
	color: #fff;
	margin: 12px auto;
	padding: 0;
	  position:relative;
	transform: translate(15px,0px);
}

.toiawase_box_SP a{
	color: #fff;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(10px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toiawase_box_SP:hover {
	background-color: #72724C;
}

.spacer1 {
	display: none;
}
.pamphlet_box{
display: none;
}

/* ここまでヘッダーsp*/
	
/* ここからモーダルsp */

.overlay {
		width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	display: none;
	  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.modal{
	width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	display: none;
	  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}
.modal.open {
  display: block;
}

.header_modal_wrap_.open{
	display:block;
	width: 100%;
	height: 100vh;
	background-color: #87ba6e;
	z-index: 100000000;
	transform: translateY(-220px)
}

.header_modal_wrap_ a{
	color:inherit;
	text-decoration: none;
		font-family: "KiwiM", serif;
	font-weight: 400;
}
.header_modal_container{
	width: 350px;
	height: 100%;
	display: block;
	padding: 35px auto 35px;
	margin: 0 auto;
}

.header_modal {
	width: 100%;
	height: 65px;
	display:flex;
		text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
}

.modal-close {
	width: 55px;
	height: 55px;
	background-color: #87ba6e;
	transform: translateY(-2px)
}
.menu_modal {
	width: 30px;
	height: 1px;
	color: #87ba6e;
	background: currentColor;
	position: relative; 
	margin-top: 25px;
		text-align: center;
	align-items: center;
	justify-content: center;
	transform: translate(7px,23px);
	border-radius: 2px;
}

.menu_modal:before {
  content: "";
  position: absolute;
  transform:rotate(45deg);
  left: 0px;
  top: -17px;
  width:  100%;
  height: 100%;
  background: #fff;
}

.menu_modal:after {
  content: '';
  position: absolute;
 transform:rotate(-45deg); 
  left: 0px;
  top: -17px;
  width:  100%;
  height: 100%;
  background: #fff;
}

.modal-close:hover  {
	background-color: #A0BD92;
	opacity: 0.1;
	cursor: pointer;
}

.logo_modal {
	vertical-align: middle;
	margin: auto;
	scale: 0.55;
	transform: translate(90px,-51px);
	filter:grayscale(100%) brightness(100) ;
}


.headerbutton_container_modal{
	width: 230px;
	height: 180px;
	text-align: center;
	align-items: center;
	justify-content: center;
	transform: translateY(58px);
	display: inline-block;
}

.headerbutton_container a{
	text-decoration: none;
	color:inherit;
}	

.modal_right a{
		text-decoration: none;
	color:inherit;	
}
	.toiawase_box_modal{
		display: none;
	}
.toiawase_box_SP_modal{
	display: block;
	width: 70px;
	height: 40px;
	line-height:  20px;
	border-radius: 10px;
	background-color: #fff;
	color: #87ba6e;
	margin: 12px auto;
	padding: 0;
	  position:relative;
	transform: translate(26px,1px);
}
.toiawase_box_SP_modal:hover{
opacity: 0.5;
}

.toiawase_box_SP_modal a{
		display: block;
	color: #87ba6e;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	transform: translateY(10px);
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toiawase_box_modal:hover {
	display: none;
	opacity: 0.7;
}


.spacer1 {
		height: 0px;
}

.pamphlet_box_modal{
	display: block;
	width: 70px;
	height: 40px;
	font-size: 11px;
	line-height:  14px;
	border-radius: 10px;
	background-color: #fff;
	color: #87ba6e;
	margin: 12px auto;
	padding: 0;
	  position:relative;
	transform: translate(26px,0px);
}

.pamphlet_box_modal a{
	color: #87ba6e;
	font-family: "KiwiM", serif;
	font-weigth: 500;
	font-size: 11px;
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: translateY(6px);
	margin: 0 auto;
	padding: auto;
}

.pamphlet_box_modal:hover {
	opacity: 0.7;
}
.modal_down{
width: 350px;
height: 700px;
display: flex;
justify-content: center;
text-align: center;
	flex-wrap: wrap;
padding-top: 0px;
	margin-top: -62px;
}



.modal_left{
	width: 350px;
	height:  auto;
	display: inline-block;
	justify-content: center;
	text-align: center;
	font-family: "KiwiM", serif;
	font-weigth: 400;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -100px;	
}

.modalcontents_left{
	width: 150px;
	height: 15px;
	line-height: 2em;
	background-color: rgba(0,0,0,0);
	border-radius: 15px;
	margin: 15px auto;
	text-align: center;
	position: static;
	transform: translateY(70px);
}
.modalcontents_left:hover{
	opacity: 0.5;
}

.modalcontents_left p{
	color:#fff;
	font-size: 16px;
	line-height: 1.2em;
	vertical-align: bottom;
	padding-top: 0px;
}

	.spnone{
		display: none;
	}	
	
	.modal_image7wrap{
display: none;
}

.modal_image8wrap{
display: none;
}
.modal_image16wrap{
display: none;
}

.modal_image39wrap{
display: none;
}

.modal_right {
	width: 150px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin-left: 0px;
	margin-top: -750px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.modal_right li {
	font-family: "KiwiM", serif;
	font-weigth: 400;
	font-size: 13px;
	line-height: 2em;
	text-align: center;
	color: #fff;
}

.modal_link_right {
	width: 150px;
	height: 30px;
	background-color: #87ba6e;
	border-radius: 8px;
	text-align: center;
	font-family: "KiwiM", serif;
	font-weigth: 400;
	font-size: 16px;
	color: #fff;
	vertical-align: 50%;
	margin-top: 0px;
	display: inline-block;
	padding-top: 0px;
}

	.modal_border{
			width: 150px;
		border: 0px solid #fff;
		height: 1px;
			margin-top:20px;
	margin-bottom: 20px;
	}
.modal_link_right ul {
  list-style: none;
	text-align: left;
}

.modal_links a{
	position: relative;
}

.modal_links a::before {
	  content: "ー" ;
	font-family: "KiwiM", serif;
	font-weigth: 300;
	font-size: 12px;
  position: absolute;
  top:-3px;
	left:-12px;
	color: #fff;
}

.modal_link_right:hover{
	opacity: 0.5;
}

.modal_link_insta {
	margin-top: 25px;
}

/* ここまでモーダル */

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ここからセクション1sp */
#section1.section {
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
}


.img_container::after{
	display: none;
}

.gradation1 {
	width: 75%;
	height: 100%;
	background: linear-gradient(90deg, rgba(132,179,108,0) 0%,rgba(132,179,108,0.7) 40%,rgba(132,179,108,1) 75%);
  position: absolute;
	top: 0;
	right: 0;
}
	.img_container img{
		width: 100%;
	height: 100%;
	zoom: 2.0;
	overflow: hidden;
  object-fit:cover;
    object-position:45% 30%;
		  filter: brightness(50%);
	  animation-name: sec1_bgmove_sp;
  animation-duration: 5s;
	animation-delay: 3.5s;
  animation-fill-mode: forwards;
}
@keyframes sec1_bgmove_sp {
  0% {
	    object-position:00% 30%;
	  filter: brightness(50%);
	}
			  60% {
				   filter: brightness(125%);
				  opacity: 1;
				  }
				  80% {
				   filter: brightness(125%);
				  opacity: 1;
				  }
		  95% {
			   filter: brightness(100%);
}
		  100% {
	      object-position:45% 30%;
			   filter: brightness(105%);
	}
}


.tategaki{
	  writing-mode: vertical-rl;
  font-family: "KiwiM", "serif";
	  text-align: left;
	margin-top: -60px;
	margin-left: -330px;
	position: relative;
	}
@media only screen and  (min-width: 430px) and (max-width:500px) { 
		.tategaki{margin-left: -300px;}
	}
@media only screen and  (min-width: 501px) and (max-width:600px) { 
		.tategaki{margin-left: -240px;}
	}
@media only screen and  (min-width: 601px) and (max-width:767px) { 
		.tategaki{margin-left: -150px;}
	}
.tategaki h1{
  font-size: 40px;
	  font-family: "KiwiM", "serif";
	 letter-spacing: 0.12em;
	color: #fff;
	font-weight: 300;
		margin-left: 0px;
	padding-top: 5px;
}
.tategaki h2{
  font-size: 15px;
	  font-family: "KiwiM", "serif";
		font-weight: 300;
	line-height: 28px;
	margin-left: -60px;
	margin-right: 20px;
	color: #fff;
}
/* ここまでセクション1sp */
/* ここからセクション2sp */
	#section2.section{
	width: 100%;
	height: 950px;
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
}
.section2wrap {
	width: 350px;
	height: 950px;
	margin: 0 auto;
}
.section2_title{
	text-align: center;
	margin: 0 auto;
	margin-top: -40px;
}

.section2_photospace{
	width: 100%;
	display: flex;
			text-align: center;
    justify-content: space-between;
		vertical-align: middle;
	margin: 0 auto;
	padding-top: 30px;
}

.section2_left {
	text-align: left;
	margin-left: 0px;
}

.image21_23_wrap{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
}

.kazari_circle {
	position: absolute;
	top: 55px;
	left: 180px;
	scale: 1;
}

.image21_container {
	position: absolute;
	width: 221px;
	height: 147px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 85px;
	left: 0px;
	z-index: 10;
}
	.image21_container.move {
	position: absolute;
	width: 221px;
	height: 147px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: 85px;
	left: 0px;
	z-index: 10;
		  animation-name: sec2_P1_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.image21_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}
.image23_container {
	position: absolute;
	width: 185px;
	height: 137px;
	border-radius: 23px;
	border: 3px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 190px;
	left: 160px;
		z-index: 100;
}
	.image23_container.move {
	position: absolute;
	width: 185px;
	height: 137px;
	border-radius: 23px;
	border: 3px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 190px;
	left: 160px;
		z-index: 100;
		  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.image23_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;

}
.section2_setumei_left {
	width:350px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.section2_setumei_left.move {
	width:350px;
	position: absolute;
	top: 0px;
	left: 0px;
		  animation-name: sec2_T1_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.section2_setumei_left p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 auto;
}

.comment_sec2 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
	margin: 0 auto;
}

.home_hukidasi_comment{
	position: relative;
	opacity:0;
	
}
	.home_hukidasi_comment.move{
	position: relative;
	top: 180px;
	left: 10px;
	opacity: 0;
		  animation-name: sec2_P3_apper_sp;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes sec2_P3_apper_sp{
  0% {
	  transform:  translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
}
.home {
	transform: scale(-1, 1) rotate(15deg);
	position: absolute;
	top: 325px;
	left: 220px;
	zoom: 0.5;
	opacity: 0;
}
/*.home.move {
	transform: scale(-1, 1) rotate(15deg);
	position: absolute;
	top: 325px;
	left: 220px;
	zoom: 0.5;
}*/
	
.hukidasi_sec2left{
		transform: scale(-1, 1.1);
	zoom: 0.75;
	position: absolute;
	top: 95px;
	left: -25px;	
}
.home_hukidasi_comment p{
	width: 100px; 
	position: absolute;
	top: 97px;
	left: 9px;
}


.section2_right {
	background-color:#bbb;
	display: inline-block;
	position: relative;
		font-family: "KiwiM", serif;
	width: 100%;
}

.sec2right_hukidasi_comment {
	position: absolute;

}
	
	.sec2right_hukidasi_comment.move {
	position: absolute;
		  animation-name: sec2_P5_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
		top: 355px;
		left: 190px;
}
	
.hukidasi_sec2right{
	scale: 1;
	width: 130px;
	height: auto;
	zoom: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	
}
	

.sec2right_hukidasi_comment p{
	position: absolute;
	width: 150px;
	z-index: 100;
	top: 15px;
	left: -10px;
	right: 0px;
	display:block;

}
.img19wrap{
	position: relative;
}
.image19_container {
	position: absolute;
	width: 221px;
	height: 147px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 450px;
	left:  -120px;
}
	.image19_container.move {
	position: absolute;
	width: 221px;
	height: 147px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 450px;
	left: -120px;
		  animation-name: sec2_P4_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.image19_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}

.img19wrap::before {
display: none;
}
.section2_setumei_right {
	width: 350px;
	position: absolute;
	top: 610px;
	right: 0px;
}
	
	.section2_setumei_right.move{
	width: 350px;
	position: absolute;
	top: 610px;
	right: 0px;
}

.section2_setumei_right p{
	font-family: "KiwiM", serif;
		font-weight: 400;
		font-size: 14px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 auto;
}

.under_circle {
	width: 100px;
	height: 80px;
	overflow: hidden;
	transform: translate(220px, 705px)
}
.kazari_circle2{
	width: 90%;
	height: 90%;
	  object-fit:cover;
  object-position:50% -30%;
}
h3 {
	font-size: 29pt;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
}



h5 {
	font-size: 20px;
	padding-left: 0;
	margin-left: 0;
}

	
/* ここまでセクション2sp */

/* ここからセクション3sp */

#section3.section {
	width: 100%;
	height: 1000px;
	background-color: rgba(0,0,0,0);
	text-align:center;
	background-image: url("../img/bg_seikatukaigo.png");
	background-size: cover;
	overflow: hidden;
	background-position: 50% 50%;
}

.section3wrap {
	width: 350px;
	height: 900px;
	margin: 0 auto;
	display: block;
}
	
.section3_layoutspace{
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}


.section3_title{
	text-align: center;
	margin: -40px auto;
}
.section3_setumei_left {
	width: 280px;
	position: absolute;
	top: 75px;
	left: 40px;
}
.section3_setumei_left.move {
	width: 280px;
	position: absolute;
	top: 75px;
	left: 40px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
 animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.section3_setumei_left p{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
	margin: 0 auto;
}
.spbr {
	display :none;
	}
	.section3_setumei_left br{
		display: none;
	}

.img56_55_comment_wrap{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
}

.image56_container {
	position: absolute;
	width: 232px;
	height: 170px;
	border-radius: 23px;
	border: 3px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 380px;
	left: 0px;
	z-index: 100;
}
.image56_container.move {
	position: absolute;
	width: 232px;
	height: 170px;
	border-radius: 23px;
	border: 3px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 380px;
	left: 0px;
	z-index: 100;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.image56_container img{
	width: 100%;
	height: 100%;
  object-fit:cover;
  object-position:80% 40%;
}

.image55_container {
	position: absolute;
	width: 183px;
	height: 278px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 180px;
	left: 170px;
}
	.image55_container.move {
	position: absolute;
	width: 183px;
	height: 278px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 180px;
	left: 170px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
	
.image55_container img{
	width: 140%;
	height: 140%;
    object-fit: cover;
	object-position:70% 20%;
	transform: translateY(0px);
}


.image54_container {
		position: absolute;
	width: 251px;
	height: 173px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 580px;
	left: 100px;
}
	.image54_container.move {
		position: absolute;
	width: 251px;
	height: 173px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 580px;
	left: 100px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.image54_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;
}

.sec3_home_hukidasi_comment {
	opacity: 0;
}
.sec3_home_hukidasi_comment.move{
	opacity: 0;
	animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.sec3_onpu {
	transform: scale(0.5, 0.5);
	position: absolute;
	top: 110px;
	left: 280px;
	z-index: 150;
	opacity: 0;
}
	
	.sec3_onpu.move {
	transform: scale(0.5, 0.5);
	position: absolute;
	top: 110px;
	left: 280px;
	z-index: 150;
		  animation-name: sec2_P2_apper_onpusp,onpumove_sp;
  animation-duration: 1s,3s;
  animation-delay: 0.1s,3s;
  animation-fill-mode: forwards;
	animation-timing-function:liner,ease-out;
	animation-iteration-count: 1, infinite;
}
@keyframes sec2_P2_apper_onpusp{
  0% {
	  transform: scale(0.5, 0.5) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(0.5, 0.5) translateY(0px);
		   opacity: 1;
  }
}

	@keyframes onpumove_sp{
  0% {
	transform: scale(0.5, 0.5);
	  opacity: 1;
  }
	  100% {
	  transform: scale(0.5, 0.5) translate(50px,-50px);
		   opacity: 0;
  }
}

.sec3_home {
	position: absolute;
	  top: 220px;
	left: 70px;
	opacity: 0;
}
.sec3_home.move {
	position: absolute;
	  top: 220px;
	left: 70px;
	opacity: 1;
	transform: scale(0.4, 0.4)  rotate(15deg);
	animation-name: fluffy_sec3home_sp;
  animation-duration: 5s;
  animation-delay: 0.2s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
	@keyframes fluffy_sec3home_sp {
  0% {
    transform: scale(0.4, 0.4) rotate(15deg) translateY(0);
	    top: 220px;
  }
  5% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(0);
	    top: 220px;
  }
  10% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(0);
	    top: 220px;
  }
  20% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(-15);
	  ttop: 205px;
  }
  25% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(0);
	    top: 220px;
  }
  30% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(-15);
	  top: 205px;
  }
  50% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(0);
	   top: 220px;
  }
  100% {
    transform: scale(0.4, 0.4)  rotate(15deg) translateY(0);
	  top: 220px;
  }
}

	.sec3_hukidasi{
	position: absolute;
	transform: scale(0.4, 0.4)  rotate(15deg);
	top: 105px;
	left: -125px;
	opacity: 0;
}
.sec3_hukidasi.move{
	position: absolute;
	transform: scale(0.4, 0.4)  rotate(15deg);
	top: 105px;
	left: -125px;
	opacity: 1;
}
.section3_setumei_right {
	width: 270px;
	position: absolute;
	top: 460px;
	left: 240px;
}
.section3_setumei_right.move {
	width: 270px;
	position: absolute;
	top: 460px;
	left: 240px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.section3_setumei_right p{
	font-family: "KiwiM", serif;
	font-weight: 400;
		font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
	margin: 0 auto;
}

h4 {
	font-size: 29pt;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
}



h6 {
	font-size: 20px;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
	

/* ここまでセクション3sp */

/* ここからセクション4sp */
#section4.section{
	width: 100%;
	height: 700px;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: left;
	vertical-align: middle;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 1) 40%,rgb(255 255 255 / 0.85) 50%,rgb(255 255 255 / 0)),url("../img/image57_SP.jpg");
	background-position-x: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media only screen and  (min-width: 430px) and (max-width:800px) { 
	#section4.section{background-image: linear-gradient(90deg, rgb(255 255 255 / 1) 60%,rgb(255 255 255 / 0.85) 70%,rgb(255 255 255 / 0)),url("../img/image57_SP.jpg");}
	}
.section4wrap {
	width: 350px;
	height: 700px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}

.section4container {
	width: 100%;
	height: 1000px;
	text-align: center;
	margin: 0 auto;
}

.section4left {
	  width: 100%;
      margin: -40px auto;
      text-align: center;	
}

.section4right{
	  display: none;
}

.sec4_komidasi {
	width: 350px;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin-left: 10px;
	padding-top: 40px;
}

.sec4_setumei {
	width: 330px;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
	margin: 0 auto;
	padding-top: 30px;
}

	.sec4home{
	display: inline-block;
	position: relative;
	opacity: 0;
}

.sec4home_char{
	position: absolute;
	transform: scale(0.6, 0.6) rotate(15deg);
	top: 70px;
	left: -155px;
		 animation-name: fluffy_sec4_sp;
  animation-duration:  5s;
  animation-delay: 1.5s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
	.section4container h5{
		padding-left: 10px;
	}
.sec4home_star{
	position: absolute;
	transform: scale(0.45, 0.45)  rotate(15deg);
	top: -70px;
	left: -300px;
		 animation-name: fluffy_sec4_star_sp;
  animation-duration:  5s;
  animation-delay: 1.75s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.sec4home.move{
		display: inline-block;
	position: relative;
	opacity:0;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
	animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
	
@keyframes fluffy_sec4_sp{
  0% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
  5% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
  10% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
  20% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(-15px);
  }
  25% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
  30% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(-15px);
  }
  50% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
  }
}
@keyframes fluffy_sec4_star_sp {
  0% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
  5% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
  10% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
  20% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(-15px);
  }
  25% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
  30% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(-15px);
  }
  50% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
  100% {
    transform: scale(0.45, 0.45) rotate(15deg) translateY(0);
  }
}
/* ここまでセクション4sp */
/* ここからセクション5sp */

	#section5.section{
	width: 100%;
		height: 850px;
	text-align: center;
	display: block;
	align-items: left;
	vertical-align: middle;
	background-image: url("../img/AdobeStock_297823702.jpg");
	background-size: cover;
	background-position: 70% 50%;
	background-repeat: no-repeat;
	position: relative;
}
	.section5_title.move{
animation-name: sec2_P2_apper;
  animation-duration: 1s;
   animation-delay: 0.2s;
}

.sec5_txt.move{
 animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
		.section5_menucontainer{
        width: 0px;
		height: 0px;
		display: none;
	}
		.section5_menucontainer::after{
	display: none;
	}
	.slider{
	display: none;	
	}
	.slick-img {
	display: none;		
	}
		.slick-img img {
	display: none;		
	}
	#slider_menu{
		display: none;
	}
	.section5_menucontainer_sp{
	display: block  !important;
			visibility:visible;
			width: 318px;
	height: 490px;
  background-color: #fff;
	border-radius: 5px;
	position: relative;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  z-index: 100;
	transform: translateY(-30px);
	}
		#slider_menu{
	display: none;
	visibility:hidden;
	}
	#slider_menu_sp{
	display: block  !important;
	}

.section5_menucontainer_sp::after{
	content: '';
	position: absolute;
	width: 318px;
	height: 480px;
	background-image:url("../img/menu_kazari_sp.png");
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align: middle;
top:10px;
	left:-3px;
  z-index: 1000;
}

#slider_menu_sp{
  width: 281px;
  height: 424px;
	text-align: center;
	margin: 60px auto;
z-index: 100;
	padding-top: 55px;
}
.slick-img img {
  height: auto;
  width: 80%;
	z-index: 100;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	animation: bgwhite 2s ease 1s  infinite alternate;
}

@keyframes bgwhite {
  0% {
    background: rgba(255, 255, 255, 1);
  }
  80% {
     background: rgba(255, 255, 255, 0.7);
  }  
	
100% {
     background: rgba(255, 255, 255, 0);
  }
}


.section5wrap{
	width: 350px;
	height: 1000px;
	text-align:center;
	margin: 0 auto;
	z-index: 500;
}

.section5_title{
	text-align: center;
	margin: 0 auto;
	z-index: 500;
	position: relative;
}
.section5_title h4{
	font-size: 36px;
}
.section5_title table tr td{
	display: table;
}
.section5_title table{
	margin: 0 auto;
	display: table;
	width: 350px;
	z-index: 500;
	text-align: center;
}

.section5_title td{
	display: table-cell;
	width: 400px;
	z-index: 500;
	text-align: center;
}

.section5_title td a{
	z-index: 1000;
	display: inline-block;
}

.section5_title h4{
	margin-left: 0px;
	margin-top:-40px;
	z-index: 500;
	position: relative;
}
.section5_title img {
	scale: 1;
	z-index: 1000;
}
.sec5_txt{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 500;
	position: relative;
	opacity: 0;
}
	.sec5_txt.move{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 500;
	position: relative;
	opacity: 0;
}



/* ここまでセクション5sp */

/* ここからセクション6sp */


#section6.section{
	width: 100%;
	height: 1100px;
	background-color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.section6wrap{
	width: 350px;
	height: 1000px;
	text-align: center;
	margin: 0 auto;
}

.sec6_titlearea{
	display: block;
	width: 100%;
	text-align: center;
	margin: -40px auto 0px;
	position: relative;
}

.title_kazari {
	width: 30%;
	position: absolute;
}

.sec6_tree {
	width: 100px;
	height: auto;
	position: absolute;
	top :-20px;
	left: 250px;
}

.sec6_bus {
	width: 90px;
	height: auto;
	position: absolute;
	top :10px;
	right: 30px;
			left: 200px;
		opacity: 0;
}
.sec6_bus.move {
	width: 90px;
	height: auto;
	position: absolute;
	top :10px;
	right: 30px;
			left: 200px;
			  animation-name: sec6_bus_sp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	animation-iteration-count: 1;
	opacity: 0;
}
	
@keyframes sec6_bus_sp{
  0% {
	  opacity: 0;
	  right: -150px;
	  	left: 270px;
  }
	100% {
			  opacity: 1;
	  right: -50px;
			left: 200px;
		
		 }
}

.sec6_flower {
	display: none;
}
	.sec6_flower.move {
	display: none;
}

.sec6_image {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 70px auto 0px;
	padding: 0 0;
	line-height: 0px;
}
.sec6_image.move {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
		margin: 70px auto 0px;
	padding: 0 0;
	line-height: 0px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
	position: relative;
}
.sec6_image img{
	width: 300px;
	height: auto;
	transform: scale(0.8,0.8);
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}
	

.sec6_1F::after {
	position:absolute;
	transform: scale(1,1);
	content: url(../img/section6_tree.png);
	left: 270px;
	top: 138px;
	z-index: 100;
	display: block;
}

.sec6_text{
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #5a5a5a;
	text-align: center;
	margin-top: 30px;
}


	
/* ここまでセクション6sp */
	/* ここからセクション7sp */
	
    #section7.section{
      width: 100%;
      height: 950px;
      background-color:#87ba6e;
      display: flex;
		justify-content: space-between;
				flex-wrap: wrap;
      text-align: center;
    }
    .sec7leftwrap{
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
    .sec7container{
      width: 100%;
      display: inline-block;
      text-align: center;
		margin-right: 0px;
		margin-left: 0px;
      
    }
    .sec7left{
      width: 350px;
		height: 500px;
      margin: 0px auto;
      text-align: left;
    }
	    .sec7left.move{
      width: 350px;
		height: 500px;
      margin: 0px auto;
      text-align: left;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.sec7left h4{
	margin-bottom: -60px;
	margin-top: -40px;
}
.sec7left h6{
	display: inline-block;
	margin-bottom: -10px;
	margin-top: 25px;
	font-size: 20px;
	padding: 5px;
	text-align: left;
	border: #fff solid 1px;
	border-radius: 10px;
	vertical-align: top;
	width: 180px;
	height: 33px;
}

svg{
	display: none;
}
svg line{
	display: none;
}

h8 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	text-align: left;
	width: 350px;
	padding-left: 3px;
	padding-bottom: 30px;
	padding-top: 45px;
    margin-bottom: 40px;
	margin-top: 20px;
}

h8 strong {
	font-size: 20px;
	font-weight: 300;
	vertical-align: -5%;
	transform: translateY(-15px);
}

.access {
	padding-top: 80px;
	text-align: left;
	height: 500px;
}

.sec7right{
	display: none;
    }
.sec7right_sp{
     display: block;
text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
    }

	.spspacer{
		display: block;
		height: 40px;
	}
	
/* ここまでセクション7sp */	
	/* ここからセクション8sp */

#section8.section {
	  width: 100%;
      height: 800px;
      background-color:#fff;
      text-align: center;
}
.section8wrap{
	width: 350px;
	height: 800px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.sec8_titlearea{
	width: 100%;
	text-align:left;
}


.notice {
	text-align: center;
	width: 350px;
	margin: 0px auto;
	display: table;
	table-layout: fixed;
}

	.notice.move {
	text-align: center;
	width: 350px;
	margin: 0px auto;
	display: table;
	table-layout: fixed;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.notice table {
	width: 350px;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
	margin: 40px auto;
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6em;
	color: #5a5a5a;
	text-align: left;
}

.notice tr {
	width: 100%;
	height: 21px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}

.notice td {
	  display: table-cell; 
	width: 100%;
	height: 50px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}
	
	
	
/* ここまでセクション8sp */	
/* ここからセクション9sp */		
#section9.section{
      width: 100%;
      height: 1000px;
      background-image:linear-gradient(180deg,#87ba6e 0% 50%, #9ac584 50% 100%);
      display: flex;
		flex-wrap: wrap;
      text-align: center;
}

.section9wrap{
	width: 350px;
	height: 1000px;
	display: flex;
	text-align: center;
		flex-wrap: wrap;
	justify-content: space-between;
	overflow: wrap;
	margin: 0 auto;
}

.section9_leftwrap {
		width:100%;
	height: 500px;
	display: block;
	background-color:#87ba6e;
	margin: 0 auto;
	text-align: center;	
}
.section9_left {
	width:100%;
		height: 500px;
	display: block;
	background-image:url("../img/otoiawase_kazari.png");
		background-size: 370px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;	
		position: relative;
	margin-left: 0px;
}

.section9_left h4{
	text-align: left;
	position: absolute;
	top: 70px;
	left: 90px;
}

.section9_left h6{
	text-align: left;
	position: absolute;
		font-size: 16px;
	top: 210px;
	left: 75px;
	line-height:1.75em;
}

.image7wrap{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:75px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 0px;
}
	.image7wrap.move{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:75px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 0px;
				  animation-name:  sec9_chars1_sp;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
			@keyframes sec9_chars1_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}

.image8wrap{
	width:100px;
	height: auto;
	transform: scale(1, 1) rotate(20deg);
	position: absolute;
		top: 60px;
	right: 0px;
}
	.image8wrap.move{
	width:100px;
	height: auto;
	transform: scale(1, 1) rotate(20deg);
	position: absolute;
		top: 60px;
	right: 0px;
				  animation-name:  sec9_chars2_sp;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
		@keyframes sec9_chars2_sp{
  0% {
	  transform: scale(1, 1) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(1, 1) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}
.image16wrap{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:50px;
	height: auto;	
	position: absolute;
	bottom: 40px;
	left: 20px;
}
	.image16wrap.move{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:50px;
	height: auto;	
	position: absolute;
	bottom: 40px;
	left: 20px;
				  animation-name: sec9_chars3_sp;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
	@keyframes sec9_chars3_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}

.image39wrap{
	width:45px;
	height: auto;
	transform: scale(-0.8, 0.8) rotate(-20deg);;
	position: absolute;
	bottom: 25px;
	right: 30px;
}

	.image39wrap.move{
	width:40px;
	height: auto;
	transform: scale(-0.8, 0.8) rotate(-20deg);
	position: absolute;
	bottom: 25px;
	right: 30px;
			  animation-name: sec9_chars4_sp;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
	
@keyframes sec9_chars4_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(-20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(-20deg) translateY(0px);
		   opacity: 1;
  }

}
.section9_right {
			width:100%;
height: 500px;
	display: block;
	background-color:rgba(255,255,255,0);
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
}
.section9_rightwrap {
		width:350px;
	height: 500px;
	display: block;
	margin: 0 auto;
	text-align: left;	
}

.sec9_message{
	width: 350px;
	text-align: left;
}

.sec9_message th{
	font-family: "KiwiM", serif;
	color: #fff;
	font-weight: 300;
	height: 40px;
	width: 220px;
	letter-spacing: 0.05em;
	table-layout: fixed;
	margin: 0 0;
	padding-left: 20px;
	padding-bottom: 7px;
	vertical-align: bottom;
}

.kari_textbox_herf{
	width: 125px;
	height: 25px;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}

.kari_textbox_long{
	width: 300px;
	height: 25px;
		display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}
.kari_textbox_big{
	width: 300px;
	height: 200px;
		display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}


.send_mail_button {
	position: relative;
		margin: 40px auto;
	width: 150px;
	height: 50px;
	transform: translate(0px,-25px);
}

.img_sendmail_wrap{
	text-align:center;
} 

.send_mail_button p {
	position: absolute;
		font-family: "KiwiM", serif;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	top: 10px;
	left: 40px;
	letter-spacing: 0.1em;
}

	/* ここからセクション10sp */
#section10.section {
	width: 100%;
	height: 500px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(132,179,108,1) 100%);
	text-align: center;
}
.section10wrap{
	width: 350px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top:100px;
}
adress {
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: -0.01em;
	line-height: 1.8em;
	color: #808060;
	text-align: left;
	transform: translateY(70px);
}

.adress_telfax tr th {
	font-family: "KiwiM", serif;
	font-weight: 300;
	height: 19px;
	width: 138px;
	letter-spacing: 0.05em;
	margin-left: 50px;
	table-layout: fixed;
}

.section10_right {
	text-align: left;
	padding-top: 0px;
	transform: translateY(30px);
}
.section10_right p{
		font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 14px;
	color: #808060;
	text-align: left;
	line-height: 0.5em;
	transform: translateY(10px)
}
.telfaxnumber{
		transform: translateX(-60px);
	}
.telfaxnumber a{
		color:inherit;
	text-decoration: none;
		}
	
h9 {
	font-family: "KiwiM", serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #808060;
	vertical-align: 0%;
	text-align: center;
	
}
.section10_right img {
	scale: 1.3;
	transform: translate( 15px,0px)
} 
h9 strong {
	font-size: 40px;
	font-weight: 300;
	vertical-align: 0%;
}
h10 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #808060;
	text-align: center;
	position: bottom;
}
.gotopwrap {
		text-align: center;
	background-color: rgba(0,0,0,0);
	width: 210px;
	height: 270px;
	position: absolute;
	bottom: 240px;
	right: 30px;
}
.gotopwrap:hover {
animation-name: gotophoveranimation;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.gotop {
	position: relative;
}
.gotop_neko {
	position: absolute;
	transform: scale(0.8,0.8);
	bottom:180px;
	right: 0px;
	width: 150px;
	height: auto;
}
.gotop_neko img{
    object-fit:cover;
	width: 150px;
}

.fukidashibottom {
	width: 150px;
	height: auto;
	position: absolute;
		bottom:-110px;
	right: 30px;
}

.fukidashibottom img{
	width: 120px;
	object-fit: contain;
}


/* ここまでセクション10sp */
/*↓スマホサイトの閉じタグ*/
}

/*↑スマホサイトの閉じタグ*/



/*----------------------------------------------------------------------------------769px-999px*/

@media only screen and  (min-width: 768px) and (max-width:999px) { 
	
	
	body{
		width: 100%;/*あとで変える-------------------------------------------------------------------------------------------------*/
		text-align: center;
	}
	
	.header_container{
	width: 750px;
	height: 130px;
	display: flex;
	text-align: center;
	align-items: center;
		vertical-align: middle;
	justify-content: space-between;
	padding: 35px auto 35px;
	margin: 0 auto;
}
	.header_modal_container{
	width: 750px;
	height: 100%;
	display: block;
	padding: 35px auto 35px;
	margin: 0 auto;
}
.modal_left{
	width: 400px;
	height:500px;
	display: flex;
	justify-content: space-between;
	font-family: "KiwiM", serif;
	font-weigth: 400;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: -250px;
}
	
	.tategaki{
	  writing-mode: vertical-rl;
  font-family: "KiwiM", "serif";
	  text-align: left;
	padding-top: 150px;
	padding-left: 00px;
	transform: translateX(100px);
	}
	
	#section2.section{
	width: 100%;
	height: 1000px;
	background-color: #fff;
	text-align: center;
	display: block;
	overflow-y: visible;
	z-index: 1000;
	
}
	
.section2wrap {
	width: 750px;
	height: 1000px;
	text-align: center;
	margin: 0 auto;
}
	
	.image21_container {
	position: absolute;
	width: 330px;
	height: 217px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: -10px;
	left: 60px;
	z-index: 10;
	opacity: 0;
}
.image21_container.move {
	position: absolute;
	width: 330px;
	height: 217px;	
	border-radius: 23px;
	margin: 0 auto;
	display: block;
		overflow: hidden;
    top: -10px;
	left: 60px;
	z-index: 10;
		  animation-name: sec2_P1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	

.image23_container {
	position: absolute;
	width: 315px;
	height: 228px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 150px;
	left: 355px;
		z-index: 100;
	opacity: 0;
}
.image23_container.move {
	position: absolute;
	width: 315px;
	height: 228px;
	border-radius: 23px;
	border: 5px solid white;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 150px;
	left: 355px;
		z-index: 100;
		  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	



.section2_setumei_left {
	width:280px;
	position: absolute;
	top: 00px;
	left: 430px;
	opacity: 0;
}
.section2_setumei_left.move {
	width:280px;
	position: absolute;
	top: 00px;
	left: 430px;
		  animation-name: sec2_T1_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}



.home_hukidasi_comment{
	position: relative;
	top: 205px;
	left: 0px;
	opacity: 0;
}
.home_hukidasi_comment.move{
	position: relative;
	top: 205px;
	left: 0px;
	opacity: 0;
		  animation-name: sec2_P3_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.hukidasi_sec2right{
	scale: 1.1;
	position: absolute;
	top: 390px;
	right: 280px;
	
}

.sec2right_hukidasi_comment p{
	position: absolute;
	width: 150px;
	z-index: 100;
	top: 410px;
	right: 300px;
	display:block;
}


.sec2right_hukidasi_comment {
	position: relative;
	opacity: 0;
}
.sec2right_hukidasi_comment.move {
	position: relative;
		  animation-name: sec2_P5_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.image19_container {
	position: absolute;
	width: 260px;
	height: 185px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 510px;
	right: 480px;
	opacity: 0;
}
.image19_container.move {
	position: absolute;
	width: 260px;
	height: 185px;
	border-radius: 23px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 510px;
	right: 480px;
		  animation-name: sec2_P4_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	


.section2_setumei_right {
	width: 400px;
	position: absolute;
	top: 550px;
	right: 55px;
	opacity: 0;
}
.section2_setumei_right.move {
	width: 400px;
	position: absolute;
	top: 550px;
	right: 55px;
		  animation-name: sec2_T2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
.section3wrap {
	width: 750px;
	height: 856px;
	text-align: center;
	margin: 0 auto;
}
	

.section3_setumei_left {
	width: 320px;
	position: absolute;
	top: 50px;
	left: 50px;
	opacity: 0;
}
.section3_setumei_left.move {
	width: 320px;
	position: absolute;
	top: 50px;
	left: 50px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}


.image56_container {
	position: absolute;
	width: 310px;
	height: 230px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 400px;
	left: 35px;
	z-index: 100;
	opacity: 0;
}
.image56_container.move {
	position: absolute;
	width: 310px;
	height: 230px;
	border-radius: 23px;
	border: 5px solid #87ba6e;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	top: 400px;
	left: 35px;
	z-index: 100;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	

.image55_container {
	position: absolute;
	width: 262px;
	height: 400px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: -10px;
	left: 370px;
	opacity: 0;
}
.image55_container.move {
	position: absolute;
	width: 262px;
	height: 400px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: -10px;
	left: 370px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}




.image54_container {
		position: absolute;
	width: 320px;
	height: 219px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 500px;
	left: 400px;
	opacity: 0;
}
.image54_container.move {
		position: absolute;
	width: 320px;
	height: 219px;
	border-radius: 23px;
		margin: 0 auto;
	display: block;
		overflow: hidden;
	top: 500px;
	left: 400px;
	opacity: 0;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.image54_container img{
	width: 109%;
	height: 109%;
  object-fit:cover;
  object-position:80% 40%;
}

.image54_container img:hover{
	animation-name: Phover_forright;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}


.sec3_onpu {
	transform: scale(1, 1);
	position: absolute;
	top: -90px;
	left: 580px;
	opacity: 0;
}
.sec3_onpu.move {
	transform: scale(1, 1);
	position: absolute;
	top: -90px;
	left: 580px;
		  animation-name: sec2_P2_apper,onpumove;
  animation-duration: 1s,3s;
  animation-delay: 0.1s,3s;
  animation-fill-mode: forwards;
	animation-timing-function:liner,ease-out;
	animation-iteration-count: 1, infinite;
}


.sec3_home_hukidasi_comment {
	opacity: 0;
}
.sec3_home_hukidasi_comment.move{
	opacity: 0;
	animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}


.sec3_home {
	position: absolute;
	top: 240px;
	left: 240px;
	opacity: 0;
}
.sec3_home.move {
	position: absolute;
	top: 240px;
	left: 240px;
	opacity: 1;
	transform: scale(0.6, 0.6)  rotate(15deg);
	animation-name: fluffy_sec3home_small;
  animation-duration: 5s;
  animation-delay: 2s;
	animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes fluffy_sec3home_small {
  0% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
	  top: 240px;
  }
  5% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
	  top: 240px;
  }
  10% {
    transform:scale(0.6, 0.6)  rotate(15deg) translateY(0);
	  top: 240px;
  }
  20% {
    transform: scale(0.6, 0.6)  rotate(15deg) translateY(-15);
	  top: 225px;
  }
  25% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(0);
	  top: 240px;
  }
  30% {
    transform: scale(0.6, 0.6) rotate(15deg) translateY(-15);
	  top: 225px;
  }
  50% {
    transform: scale(0.6, 0.6)  rotate(15deg) translateY(0);
	  top: 240px;
  }
  100% {
    transform: scale(0.6, 0.6)  rotate(15deg) translateY(0);
	  top: 240px;
  }
}

.section3_setumei_right {
	width: 270px;
	position: absolute;
	top: 400px;
	left: 470px;
	opacity: 0;
}
.section3_setumei_right.move {
	width: 270px;
	position: absolute;
	top: 400px;
	left: 470px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
		
.sec3_hukidasi{
	position: absolute;
	transform: scale(0.5, 0.5) rotate(15deg);
	top: 110px;
	left: 0px;
	opacity: 0;
}
.sec3_hukidasi.move{
	position: absolute;
	transform: scale(0.5, 0.5) rotate(15deg);
	top: 110px;
	left: 0px;
	opacity: 1;
}		
	

.section4wrap {
	width: 750px;
	height: 1000px;
	text-align: left;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}	
.section4container {
	width: 70%;
	height: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
	
.section5wrap{
	width: 630px;
	height: 1000px;
	text-align:center;
	margin: 0 auto;
	z-index: 500;
}	
	
.section5_title.move table{
	display: table;
	width: 500px;
	z-index: 500;
	text-align: left;
}
	.section5_menucontainer{
        width: 0px;
		height: 0px;
		display: none;
	}
		.section5_menucontainer::after{
	display: none;
	}
	.slider{
	display: none;	
	}
	.slick-img {
	display: none;		
	}
		.slick-img img {
	display: none;		
	}
	#slider_menu{
		display: none;
	}
	
	.section5_menucontainer_sp{
	display: block  !important;
			visibility:visible;
			width: 378px;
	height: 578px;
  background-color: #fff;
	border-radius: 5px;
	position: relative;
  text-align: center;
  align-items: center;
  margin: -30px auto;
  z-index: 100;
	transform: translateY(-20px);
	}
		#slider_menu{
	display: none;
	visibility:hidden;
	}
	#slider_menu_sp{
	display: block  !important;
	}

.section5_menucontainer_sp::after{
	content: url("../img/menu_kazari_sp.png");
	position: absolute;
	width: 100%;
	height:auto;
top:30px;
	left:-3px;
  z-index: 100;
	scale: 1.1;
}
	.slider_sp {
		  width: 352px;
  height: 530px;
	text-align: center;
	margin: 60px auto;
z-index: 100;
	padding-top: 35px;
	}

#slider_menu_sp{
  width: 281px;
  height: 424px;
	text-align: center;
	margin: 60px auto;
z-index: 100;
	padding-top: 35px;
}
.slick-img img {
  height: auto;
  width: 95%;
	z-index: 100;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	animation: bgwhite 2s ease 1s  infinite alternate;
}

@keyframes bgwhite {
  0% {
    background: rgba(255, 255, 255, 1);
  }
  80% {
     background: rgba(255, 255, 255, 0.7);
  }  
	
100% {
     background: rgba(255, 255, 255, 0);
  }
}
	
	.section6wrap {
			width: 700px;
	height: 800px;
	display: block;
	text-align: center;
	margin: 0 auto;
	}
.sec6_titlearea{
	width: 100%;
	text-align:center;
	display: flex;
}
	.title_kazari {
	width: 60%;
	position: relative;
	text-align: right;
}
.sec6_image {
	zoom: 0.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 200px auto 0px;
	padding: 70px 70px;
	line-height: 40px;
	opacity: 0;
	margin-top: 40px;
	transform:translateY(50px);
}
.sec6_image.move {
	zoom: 0.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 200px auto 0px;
	padding: 70px 100px;
	line-height: 40px;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	position: relative;
}
	.sec6_tree {
	width: 170px;
	height: auto;
	position: absolute;
	top :150px;
	right: 100px;
}


.sec6_flower {
	width: 80px;
	height: auto;
	position: absolute;
	top :200px;
	right: 0px;
}
.sec6_flower.move {
	width: 80px;
	height: auto;
	position: absolute;
	top :200px;
	right: 0px;
			  animation-name: sec6_flower;
  animation-duration: 9.6s;
  animation-delay: 1s;
		animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
	.sec6_bus {
	width: 120px;
	height: auto;
	position: absolute;
	top :210px;
	right: 30px;
}

	.sec6_bus.move {
	width: 120px;
	height: auto;
	position: absolute;
	top :210px;
	right: 30px;
			  animation-name: sec6_bus_tab;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
	animation-iteration-count: 1;
	opacity: 0;
}
	
@keyframes sec6_bus_tab{
  0% {
	  opacity: 0;
	  right: -75px;
  }
	100% {
			  opacity: 1;
	  right: 30px;
		
		 }
}
.sec6_1F::after {
	position:absolute;
	transform: scale(1.1,1.1);
	content: url(../img/section6_tree.png);
	left: 495px;
	top: 335px;
	z-index: 100;
	display: block;
}
	
	    #section7.section{
      width: 100%;
      height: 1200px;
      background-color:#87ba6e;
      display: flex;
		justify-content: space-between;
				flex-wrap: wrap;
      text-align: center;
    }
    .sec7leftwrap{
      display: inline-block;
      width: 750px;
      text-align: center;
      margin: 0 auto;
    }
    .sec7container{
      width: 100%;
      display: inline-block;
      text-align: center;
		margin-right: 0px;
		margin-left: 0px;
      
    }
    .sec7left{
      width: 100%;
		height: 500px;
      margin: 0px auto;
      text-align: left;
		opacity: 0;
    }
    .sec7left.move{
      width: 100%;
		height: 500px;
      margin: 0px auto;
      text-align: left;
				  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec2_P2_apper{
  0% {
	  transform: translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: translateY(0px);
		   opacity: 1;
  }
    }



.sec7left h4{
	margin-bottom: 0px;
}
.sec7left h6{
	margin-bottom: 0px;
	margin-top: 10px;
}

svg{
	width:630px;
	height:5px;
	margin-left: 50px;
}

svg line{
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 0.5, 5;
}

h8 {
	font-family: "KiwiM", serif;
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	padding-left: 50px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-bottom: 100px;
}

h8 strong {
	font-size: 29px;
	font-weight: 300;
	vertical-align: -5%;
	transform: translateY(-15px);
}

.access {
	padding-top: 0px;
}

.sec7right{
	display: none;
    }
.sec7right_sp{
	      width: 100%;
      height: 500px;
	display: block;
	padding-bottom: 0;
	padding-top: 60px;
	margin-bottom: 0;
	margin-top: 20px;
}
	
	
	
	.section8wrap{
	width: 750px;
	height: 1000px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

	

.notice {
	text-align: center;
	width: 630px;
	margin: 0px auto;
	display: table;
	table-layout: fixed;
}

	.notice.move {
	text-align: center;
	width: 630px;
	margin: 0px auto;
	display: table;
	table-layout: fixed;
			  animation-name: sec2_P2_apper;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.notice table {
	width: 630px;
	font-weight: 400;
	color: #5a5a5a;
	text-align: left;
}

.notice tr {
	width: 100%;
	height: 21px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}

.notice td {
	  display: table-cell; 
	width: 100%;
	height: 50px;
	max-width:100%;
	word-wrap: break-word;
	overflow-wrap:break-word;
	table-layout: fixed;
}
		
	
#section9.section{
      width: 100%;
      height: 1000px;
      background-image:linear-gradient(180deg,#87ba6e 0% 50%, #9ac584 50% 100%);
      display: flex;
		flex-wrap: wrap;
      text-align: center;
}

.section9wrap{
	width: 750px;
	height: 1000px;
	display: flex;
	text-align: center;
		flex-wrap: wrap;
	justify-content: space-between;
	overflow: wrap;
	margin: 0 auto;
}

.section9_leftwrap {
		width:100%;
	height: 500px;
	display: block;
	background-color:#87ba6e;
	margin: 0 auto;
	text-align: center;	
}
.section9_left {
	width:100%;
		height: 500px;
	display: block;
	background-image:url("../img/otoiawase_kazari.png");
		background-size: 500px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;	
		position: relative;
	margin-left: 0px;
}

.section9_left h4{
	text-align: center;
	position: absolute;
	top: 50px;
	left: 210px;
}

.section9_left h6{
	text-align: left;
	position: absolute;
		font-size: 20px;
	top: 230px;
	left: 200px;
	line-height:1.75em;
}

.image7wrap{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:75px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 0px;
}
	.image7wrap.move{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:75px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 0px;
				  animation-name:  sec9_chars1_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
			@keyframes sec9_chars1_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}

.image8wrap{
	width:100px;
	height: auto;
	transform: scale(1, 1) rotate(20deg);
	position: absolute;
		top: 60px;
	right: 0px;
}
	.image8wrap.move{
	width:100px;
	height: auto;
	transform: scale(1, 1) rotate(20deg);
	position: absolute;
		top: 60px;
	right: 0px;
				  animation-name:  sec9_chars2_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
		@keyframes sec9_chars2_sp{
  0% {
	  transform: scale(1, 1) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(1, 1) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}
.image16wrap{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:50px;
	height: auto;	
	position: absolute;
	bottom: 40px;
	left: 20px;
}
	.image16wrap.move{
	transform: scale(-0.8, 0.8) rotate(20deg);
	width:50px;
	height: auto;	
	position: absolute;
	bottom: 40px;
	left: 20px;
				  animation-name: sec9_chars3_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	@keyframes sec9_chars3_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(20deg) translateY(0px);
		   opacity: 1;
  }

}

.image39wrap{
	width:45px;
	height: auto;
	transform: scale(-0.8, 0.8) rotate(-20deg);;
	position: absolute;
	bottom: 25px;
	right: 30px;
}

	.image39wrap.move{
	width:40px;
	height: auto;
	transform: scale(-0.8, 0.8) rotate(-20deg);
	position: absolute;
	bottom: 25px;
	right: 30px;
			  animation-name: sec9_chars4_sp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
	
@keyframes sec9_chars4_sp{
  0% {
	  transform: scale(-0.8, 0.8) rotate(-20deg) translateY(+40px);
	  opacity: 0;
  }
	  100% {
	  transform: scale(-0.8, 0.8) rotate(-20deg) translateY(0px);
		   opacity: 1;
  }

}
.section9_right {
			width:100%;
height: 500px;
	display: block;
	background-color:rgba(255,255,255,0);
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
}
.section9_rightwrap {
		width:500px;
	height: 500px;
	display: block;
	margin: 0 auto;
	text-align: center;	
	transform: translateX(0px);
}

.sec9_message{
	width: 500px;
	text-align: left;
	transform: translateX(100px);
}

.sec9_message th{
	font-family: "KiwiM", serif;
	color: #fff;
	font-weight: 300;
	height: 40px;
	width: 220px;
	letter-spacing: 0.05em;
	table-layout: fixed;
	margin: 0 0;
	padding-left: 20px;
	padding-bottom: 7px;
	vertical-align: bottom;
}

.kari_textbox_herf{
	width: 240px;
	height: 25px;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}

.kari_textbox_long{
	width: 500px;
	height: 25px;
		display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}
.kari_textbox_big{
	width: 500px;
	height: 200px;
		display: inline-block;
	background-color: #fff;
	border-radius: 6px;
}


.send_mail_button {
	position: relative;
		margin: 40px auto;
	width: 150px;
	height: 50px;
	transform: translate(0px,-25px);
}

.img_sendmail_wrap{
	text-align:center;
} 

.send_mail_button p {
	position: absolute;
		font-family: "KiwiM", serif;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	top: 10px;
	left: 40px;
	letter-spacing: 0.1em;
}

	.section10wrap{
	width: 650px;
	height: 400px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-top:220px;
}
.gotopwrap {
		text-align: center;
	background-color: rgba(0,0,0,0);
	width: 210px;
	height: 270px;
	position: absolute;
	bottom: 300px;
	right: 50px;
}
.gotopwrap:hover {
				  animation-name: gotophoveranimation;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.gotop_neko {
	position: absolute;
	top:110px;
	right: 25px;
	width: 150px;
	height: auto;	
}
.gotop_neko img{
    object-fit:cover;
	width: 150px;
}

.fukidashibottom {
	width: 150px;
	height: auto;
	position: absolute;
		bottom:160px;
	right: 50px;
}

.fukidashibottom img{
	width: 130px;
	object-fit: contain;
	
}

/*---------------------------------------------------------------------------------*/	
}
