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

#top {
	min-height: 639px !important;
}
#main {
	background: url(../images/main.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px !important;
	position: relative;
}
#main div {
	min-width: 960px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
#main h2 {
	font-size: 50px;
}
#main span {
	color: #298320;
}
#main p {
	font-size: 20px;
}
#main img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	margin-bottom: 33px;
}

.content_title {
	display: block;
	margin: 100px auto 50px;
}
#greeting iframe {
	display: block;
	margin: 0 auto 100px;
}
#greeting p {
	font-size: 17px;
	text-align: center;
	color: #545454;
	margin: 0 auto 40px;
}

#message_1 {
	background: #65bd79;
	height: 821px;
	overflow: hidden;
}
#message_2 {
	background: #ff7ba3;
	height: 849px;
	overflow: hidden;
}
#message_1 .inner, #message_2 .inner {
	position: relative;
	overflow: visible;
}

@font-face {
	font-family: codelight;
	src: url(../fonts/code_light.eot); /* IE9 Compat Modes */
  	src: url(../fonts/code_light.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(../fonts/code_light.woff);
}
.message_title {
	font-size: 160px;
	font-family: codelight;
	position: relative;
	padding-top: 10px;
	line-height: 1;
}
#message_1 .message_title {
	color: #46a459;
}
#message_2 .message_title {
	color: #ff5b85;
}
.message_area {
	position: relative;
	z-index: 20;
}
.message {
	color: #fff;
	font-size: 14px;
	margin-top: -80px;
	position: relative;
}
.message p {
	margin-bottom: 10px;
}
.name_area {
	font-size: 15px;
	margin: 45px 0 25px;
}
.ps_area {
	color: #fff;
	font-size: 12px;
}
.photo_area {
	position: absolute;
	z-index: 10;
}
#message_1 .photo_area {
	top: 16px;
	left: 305px;
}
#message_2 .photo_area {
	top: 16px;
	left: 345px;
}

#feature_area {
	margin-bottom: 100px;
	overflow: hidden;
}
#feature_area a {
	width: 313px;
	height: 313px;
	float: left;
	position: relative;	
	background-color:#000;
}
#feature_area img {
	vertical-align: bottom;
	transition:all 0.8s ease;
}
#feature_area a:nth-child(2) {
	margin: 0 10px;
}
.feature_box {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.feature_box:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.feature_content {
	color: #298320;
	margin-left: 30px;
	display: inline-block;
	transition:all 0.4s ease;
	position: absolute;
	top: 110px;
}
.feature_title {
}
.feature_box h3 {
	font-size: 17px;
	display: inline-block;
	text-shadow:
		0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
}
.feature_box span {
	font-size: 56px;
	text-shadow:
		0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
	font-family: Futura,Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;;
}
.feature_box p {
	display: none;
	border-top: 2px solid #fff;
	padding-top: 15px;
}
#feature_area a:hover img {
	opacity: 0.6;
    filter: alpha(opacity=60);
}
#feature_area a:hover .feature_content {
	color: #fff;
	top: 50px;
}
#feature_area a:hover p {
	display: block;
	margin-top: -10px;
}
#feature_area a:hover h3, #feature_area a:hover span {
	text-shadow: none;
}

@-webkit-keyframes spin{
	0%{-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}
@keyframes spin{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
#loading {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	border-width: 2px;
	border-style: solid;
	border-color: transparent #298320 #298320 #298320;
	border-radius: 30px;
	-webkit-animation: spin 0.8s linear infinite;
	animation: spin 0.8s linear infinite;
	
	position: fixed;
	display: none;
	z-index: 10;
	top: 50%;
	left: 50%;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;	
	display: none;
}