@charset "UTF-8";

html,body,#wrapper{
	width: 100%;
	height: 100%;
	margin: auto;
}
body {
	font-family: “メイリオ”, Meiryo, Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”,  sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 1.2em;
}
a{
	color: #000;
	text-decoration: none;
}
/*contents*/
.contents{
	width: 1028px;
	margin: auto;
}
.contents h2{
	font-size: 38px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 40px auto 20px;
}
/*ヘッダー*/
#headbg{
	background: rgba(255,255,255,0.75);
	width: 100%;
	height: 88px;
	position: relative;
	z-index: 999;
}
#headcont{
	width: 1028px;
	margin: auto;
	z-index: 999;
}
#headcont .logo{
	padding: 15px 0;
	display: block;
	float: left;
}
#headcont nav{
	float: right;
}
#headcont nav li{
	float: left;
	padding-top: 45px;
}
/***index***/
#indexfade1,#indexfade2,#indexfade3{
	text-align: center;
	color: #fff;
}
#indexfade1{
	margin-top: 200px;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, serif;
	font-size: 38px;
	font-weight: bold;
	animation: fadein 1.5s ease 0.5s 1 both;
	-moz-animation: fadein 1s ease 0.5s 1 both;
	-ms-animation: fadein 1s ease 0.5s 1 both;
	-webkit-animation: fadein 1s ease 0.5s 1 both;
}
#indexfade2{
	color: #fff;
	margin: 25px auto;
	animation: fadein 1.5s ease 1.2s 1 both;
	-moz-animation: fadein 1.5s ease 1.2s 1 both;
	-ms-animation: fadein 1.5s ease 1.2s 1 both;
	-webkit-animation: fadein 1.5s ease 1.2s 1 both;
}
#indexfade3{
	animation: fadein 1.5s ease 2s 1 both;
	-moz-animation: fadein 1.5s ease 2s 1 both;
	-ms-animation: fadein 1.5s ease 2s 1 both;
	-webkit-animation: fadein 1.5s ease 2s 1 both;
}
/***top***/
#topfade1,#topfade2,#topfade3,#topfade4{
	text-align: center;
	color: #fff;
	margin: 30px auto;
	line-height: 1.5em;
}
#topfade1{
	margin-top: 80px;
	font-size: 40px;
	animation: fadein 1.5s ease 0.2s 1 both;
	-moz-animation: fadein 1.5s ease 0.2s 1 both;
	-ms-animation: fadein 1.5s ease 0.2s 1 both;
	-webkit-animation: fadein 1.5s ease 0.2s 1 both;
}
#topfade2{
	animation: fadein 1.5s ease 1.2s 1 both;
	-moz-animation: fadein 1.5s ease 1.2s 1 both;
	-ms-animation: fadein 1.5s ease 1.2s 1 both;
	-webkit-animation: fadein 1.5s ease 1.2s 1 both;
}
#topfade3{
	animation: fadein 1.5s ease 2.2s 1 both;
	-moz-animation: fadein 1.5s ease 2.2s 1 both;
	-ms-animation: fadein 1.5s ease 2.2s 1 both;
	-webkit-animation: fadein 1.5s ease 2.2s 1 both;
}
#topfade4{
	animation: fadein 1.5s ease 3.2s 1 both;
	-moz-animation: fadein 1.5s ease 3.2s 1 both;
	-ms-animation: fadein 1.5s ease 3.2s 1 both;
	-webkit-animation: fadein 1.5s ease 3.2s 1 both;
}


/***company***/
#company .dlbox{
	background: rgba(255,255,255,0.5);
	width: 760px;
	border-radius: 30px;
	margin: auto;
	padding: 20px;
}
#company .dlbox dl{
	border-bottom: 1px solid #999;
	padding: 10px 20px;
}
#company .dlbox dl:last-child{
	border-bottom: none;
}
#company .dlbox dt,#company .dlbox dd{
	float: left;
}
#company .dlbox dt{
	width: 150px;
}

/***flow***/
#flow .fcont{
	margin: 100px auto 0;
	width: 1180px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
}
.f1,.f2,.f3,.f4,.f5,.fcont img{
	float: left;
}
.f1,.f2,.f3,.f4,.f5{
	width: 191px;
	height: 191px;
	padding-top: 75px;
}
.fcont img{
	margin: 80px 10px 0;
}
.f1{
	background: url(../image/flow1.png) no-repeat;
	animation: fadein 1s ease 0s 1 both;
	-moz-animation: fadein 1s ease 0s 1 both;
	-webkit-animation: fadein 1s ease 0s 1 both;
	-ms-animation: fadein 1s ease 0s 1 both;
}
.f2{
	background: url(../image/flow2.png) no-repeat;
}
.f2,.fcont img:nth-child(2){
	animation: fadein 1s ease 0.5s 1 both;
	-moz-animation: fadein 1s ease 0.5s 1 both;
	-webkit-animation: fadein 1s ease 0.5s 1 both;
	-ms-animation: fadein 1s ease 0.5s 1 both;
}
.f3{
	background: url(../image/flow3.png) no-repeat;
}
.f3,.fcont img:nth-child(4){
	animation: fadein 1s ease 1s 1 both;
	-moz-animation: fadein 1s ease 1s 1 both;
	-webkit-animation: fadein 1s ease 1s 1 both;
	-ms-animation: fadein 1s ease 1s 1 both;
}
.f4{
	background: url(../image/flow4.png) no-repeat;
}
.f4,.fcont img:nth-child(6){
	animation: fadein 1s ease 1.5s 1 both;
	-moz-animation: fadein 1s ease 1.5s 1 both;
	-webkit-animation: fadein 1s ease 1.5s 1 both;
	-ms-animation: fadein 1s ease 1.5s 1 both;
}
.f5{
	background: url(../image/flow5.png) no-repeat;
}
.f5,.fcont img:nth-child(8){
	animation: fadein 1s ease 2s 1 both;
	-moz-animation: fadein 1s ease 2s 1 both;
	-webkit-animation: fadein 1s ease 2s 1 both;
	-ms-animation: fadein 1s ease 2s 1 both;
}

/***faq***/
#faq .faqcont{
	width: 760px;
	margin: 0 auto 100px;
	background: rgba(255,255,255,0.5);
	padding: 20px;
}
#faq .faqcont .question{
	color: #fff;
	background: #156B48;
	padding: 5px;
}
#faq .faqcont .answer{
	margin: 10px 0;
}
#faq .faqcont .answer a{
	text-decoration: underline;
	color: #156B48;
}

/***gallery***/
#gallery #gatop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
}
.gabg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 1500px;
	margin: auto;
	display: none;
}
.gabg img{
	width:100%;
}
#gabg1{
	display: block;
}
#gatop .title{
	background: rgba(0,0,0,0.7);
	color: #fff;
	z-index: 501;
	position: absolute;
	top:445px;
	width: 100%;
	height: 100px;
}
#gatop .title h2{
	left: 15%;
	position: absolute;
	width: 200px;
}
#gatop .title p{
	left: 30%;
	position: absolute;
	width: 500px;
	padding-top: 20px;
}
#gabottom{
	background: #156B48;
	position: absolute;
	top: 545px;
	z-index: 502;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#gabottom .cf{
	width: 840px;
	margin: auto;

}
#gabottom div>div{
	float: left;
	width: 210px;
	height: 64px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#gabottom div>div p{
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 11px;
	width: 196px;
	height: 64px;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: 7px;
	transition:all 0.5s;
}
#gabottom div>div:hover p{
	top:0px;
}


/***contact,confirm***/
#contact form,#confirm .cbox{
	width: 780px;
	margin: 20px auto;
}
#confirm .cbox{
	background: rgba(255,255,255,0.5);
	padding: 30px 0;
}
#contact form div p,#confirm .cbox div p{
	float: left;
	vertical-align: middle;
}
#contact form div p:first-child,#confirm .cbox div p:first-child{
	text-align: center;
	width: 210px;
	padding: 13px 0 0;
}
#contact form div p:nth-child(2),#confirm .cbox div p:nth-child(2){
	text-align: left;
	width: 560px;
	padding-left: 10px;
}
#confirm .cbox div p:nth-child(2){
	padding-top: 20px;
}
#contact form input,#contact form textarea{
	width: 530px;
}
#contact form select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 285px;
}
#contact form textarea{
	height: 250px;
}
#contact form input,#contact form textarea,#contact form select{
	border-radius: 10px;
	box-shadow: none;
	border: none;
	padding: 10px;
	margin: 10px auto;
}
/***thanks***/
#thanks{
	margin-top: 100px;
}
#thanks div{
	margin-top: 80px;
}
#thanks div img{
	margin-top: 50px;
}

/*レスポンシブ*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
@media screen and (min-width: 769px){}
@media screen and (max-width: 768px){}
@media screen and (max-width:640px){}


/*クラス指定*/
.bold{font-weight: bold;}
.red{color: red;}
.blue{color: blue;}
.center{text-align:center;margin:auto;}

/*animation keyframe*/
@keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@-moz-keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@-ms-keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@-webkit-keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}


/*clearfix*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}
/* For IE 6/7 only */
.cf {
  *zoom: 1;
}
