@charset "UTF-8";

/*----------------------------------------------------
	☆nav
----------------------------------------------------*/


/*----------------------------------------------------
	☆footer
----------------------------------------------------*/




/*----------------------------------------------------
	☆general
----------------------------------------------------*/
a{
	opacity: 1;
	text-decoration: none!important;
}
a:hover{
	opacity: 0.7;
}

div.inr{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
div.inr2{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

p{
	font-size: 13px;
	font-size: 1.3rem;
}

section.commingSoon{
	height: 600px;
	background-image: url(/lib/cmn_img/coming-soon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
section.sec02 .title, section.sec03 .title, section.sec04 .title, section.sec05 .title{
	background-color: #000;
	border-top: 5px solid #74f8b2;
	padding: 35px 0;
}
section.sec02 .title p.arrow, section.sec03 .title p.arrow, section.sec04 .title p.arrow, section.sec05 .title p.arrow{
	margin-bottom: -55px;
	padding-top: 50px;
}
section.sec02 .title h2, section.sec03 .title h2, section.sec04 .title h2, section.sec05 .title h2{
 color: #74f8b2;
 font-style: oblique;
 font-size: 35px;
 text-align: center;
 line-height: 100%;
 letter-spacing: 3px;
}
section.sec02 .title h2 span, section.sec03 .title h2 span, section.sec04 .title h2 span, section.sec05 .title h2 span{
	 color: #fff;
 	font-size: 13px;
}
/*----------------------------------------------------
	☆main visual
----------------------------------------------------*/

section.mv{
	height: 800px;
	background-image:url(../img/bg_01.jpg);
	background-size: cover;
	position: relative;
}

section.mv h1{
	color:#000;
	font-size:45px;
	line-height: 130%;
	margin-bottom: 30px;
	letter-spacing: 3px;
	font-weight: 100;
}
section.mv div.txtBox a{
 	display: inline-block;
}
section.mv div.txtBox a button{
	color:#fff;
	background-color: #000;
	padding: 5px 15px;
	border:0px;
}
section.mv div.txtBox{
	float: left;
	width: 33%;
	margin-top: 270px;
}
section.mv div.imgBox{
	float: right;
	width: 64%;
	margin-top: 55px;
}
/*----------------------------------------------------
	☆section1
----------------------------------------------------*/
section.sec01{
	padding: 115px 0 95px 0;
	background-image: url(../img/se01bg.jpg);
	background-size: cover;
}
section.sec01 h2{
	background-color: #74f8b2;
	padding: 0px 8px;
	display: table;
	margin: 0 auto;
	margin-bottom: 45px;
	font-size: 35px;
	letter-spacing: 3px;
	font-style: oblique;
	font-weight: 100;
	line-height: 70%;
}
section.sec01 p{
	padding: 3px 8px;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 140%;
}


/*----------------------------------------------------
	☆section2
----------------------------------------------------*/
section.sec02{
	background-image: url(../img/bg_02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

section.sec02 ul li{
	 float: left;
width: 31%;
margin: 100px 10px 90px 10px;
}
section.sec02 ul li p:nth-child(2){
	background-color: #000;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 11px;
	line-height: 120%;
	box-sizing: border-box;
}
section.sec02 ul li p:nth-child(2) span{
	font-size: 13px;
}
section.sec02 ul li p:nth-child(3){
	background-color: #74f8b2;
	color: #000;
	display: inline-block;
	font-size: 23px;
	line-height: 120%;
	padding: 5px;
	margin-bottom: 10px;
}
section.sec02 ul li p:nth-child(4){
	color: #000;
	font-size: 13px;
	line-height: 100%;
}
section.sec02 ul li p:nth-child(5){
	color: #000;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	 font-style: oblique;
	 font-family: 'Open Sans', sans-serif;
}
/*----------------------------------------------------
	☆section3
----------------------------------------------------*/
section.sec03 {

}
section.sec03 div.part1{
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-attachment: fixed;
}
section.sec03 div.part2{
	background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-attachment: fixed;
}
section.sec03 div.part2 .inr div{
	background-color: #fff;
	width: 300px;
	float: right;
	padding: 90px 0;
}
section.sec03 div.part1 .inr div{
	background-color: #fff;
	width: 300px;
	float: left;
	padding: 90px 0;
}
section.sec03 div.part1 .inr div p:nth-child(1), section.sec03 div.part2 .inr div p:nth-child(1){
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 120%;
}
section.sec03 div.part1 .inr div p:nth-child(1) span, section.sec03 div.part2 .inr div p:nth-child(1) span{
	font-size: 50px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	font-style: oblique;
}
section.sec03 div.part1 .inr div p:nth-child(2), section.sec03 div.part2 .inr div p:nth-child(2){
	font-size: 29px;
	text-align: center;
	background-color: #74f8b2;
	font-weight: 100;
	display: table;
	margin: 0 auto 30px;
}
section.sec03 div.part1 .inr div p:nth-child(3), section.sec03 div.part2 .inr div p:nth-child(3){
	font-size: 13px;
	text-align: center;
	margin-bottom: 25px;
	margin-bottom: 40px;
	line-height: 120%;
}
section.sec03 div.part1 .inr img.ball, section.sec03 div.part2 .inr img.ball{
	margin-top: 150px;
}
/*----------------------------------------------------
	☆section4
----------------------------------------------------*/

section.sec04 {
	padding-bottom: 70px;
	background-image: url(../img/sec04bg.jpg);
}
section.sec04 .inr h3{
	 font-size: 21px;
	background-color: #74f8b2;
	font-weight: 100;
	display: inline-block;
	margin-bottom:30px;
	line-height: 65%;
	margin-top: 70px;

}
section.sec04 .boxleft,section.sec04 .boxright{
	width: 50%;
	float: left;
}
section.sec04 .boxleft table tr th{
	padding: 15px 30px;
	background-color: #f0f0f0;
	border:1px solid #ccc;
}
section.sec04 .boxleft table tr td{
	padding-left: 20px;
	width: 69%;
	background-color: #fff;
	border:1px solid #ccc;
}
section.sec04 .boxright ul li{
	margin-bottom: 15px;
	list-style-type: disc;
	font-size: 13px;
}
section.sec04 .boxright p{
	line-height: 140%;
}

/*----------------------------------------------------
	☆section5
----------------------------------------------------*/

section.sec05 {

}
section.sec05 table{
	margin-top: 50px;
}
section.sec05 table tr{
	border-bottom: 1px solid #ddd;
}
section.sec05 table tr:last-child{
	border-bottom: 0px;
	margin-bottom: 40px;
}
section.sec05 table tr th{
	padding:35px 0;
	width: 150px;
	text-align: left;
	font-size: 15px;
}
section.sec05 table tr td{
	padding:35px 0;
	width: 830px;
}

section.sec05 table td input{
	padding:10px 10px;
	font-size: 18px;
	background-color: #edf8f8;
	border:0px;
	border-radius: 10px;
	width: 100%;
}
section.sec05 table td textarea{
	padding:10px 10px;
	font-size: 18px;
	background-color: #edf8f8;
	border:0px;
	border-radius: 10px;
	width: 100%;
	height: 130px;
}
section.sec05 p.center input{
	border:0px;
	background-color: #6dd4da;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	margin: 0 10px;
	font-size: 17px;
	margin-bottom: 55px;
}
section.sec05 p.center input{
	border:0px;
	background-color: #e7e7e7;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	margin: 0 10px;
	font-size: 17px;
	margin-bottom: 55px;
}
section.sec05 p.center input:hover{
	background-color: #6dd4da;


}
section.sec05 p.center input:hover{
	background-color: #6dd4da;


}

/*----------------------------------------------------
	☆tanks
----------------------------------------------------*/

#thanks p.thanksmsg{
	padding: 80px;
	font-size: 20px;
}


/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

footer {
background-color: #6dd4da;
padding: 20px 0px;
}
footer .inr p{
 	font-size: 10px;
 	letter-spacing: 2px;
 	width: 50%;
 	float: left;
 	padding-top: 15px;
}
footer .inr img{
 	float: right;
 	
}