@charset "UTF-8";
@media screen and (min-width: 1025px){
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*コンテンツ0*/

/*コンテンツ1*/
.contents1 {
	width: 100%;
	height: auto;
	background-repeat: repeat-x;
}
.contents1-in {
	width: 100%;
	background-image: url(images/wa-bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	padding-bottom: 20px;
}
.contents1-in-film {
	width: 100%;
}

.contents1-1-left {
	width: 35%;
	height: 70px;
	background-repeat: repeat-x;
	float: left;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.contents1-box {
	height: auto;
	padding-top: 40px;
	padding-left: 30px;
	max-width: 1050px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 40px;
	background-color: rgba(255,255,255,0.90);
}

.title-j-1 {
	padding-bottom: 10px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
	letter-spacing: 10px;
}
.title-e-1 {
	margin: 0px;
	font-size: 75%;
	color: rgba(117,184,41,1.00);
	padding-right: 10px;
}



/*可視範囲に入ってからアニメーション*/
.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
} 
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}


}
