body{

}

.note{
	color: #bc8e4a;
}

.box{
	width: 980px;
	margin: 0 auto;
	padding: 50px;
}

.grid{
	overflow: hidden;
}

.grid .float{
	float: left;
}

.item.c2{
	width: 50% !important;
	padding: 10px 20px;
}

.preopen{
	width: 100%;
	padding: 200px 0 200px;
	background: url(../img/pre/syuchu.png) no-repeat center #15335D;
}
.kuma{
	width: 25%;
	max-width: 383px;
	text-align: center;
	margin: auto;
	opacity: 0;
}
.kuma img{
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.tanjou{
	text-align: center;
	padding: 0px 0;
	opacity: 0;
	margin: auto;
}
.tanjou-sp{
	display: none;
}

.main{
	padding: 20px;
	background: #15335D;
	background-size: 100% auto;
	position: relative;
}
footer{
	padding: 20px;
	background: #15335D;
	text-align: center;
	color: #fff;
}
.detail{
	max-width: 1280px;
	margin: 0 auto;
}

.detail .fff{
	width: 100%;
	padding: 20px;
	margin: 0 0 30px;
	border-radius: 10px;
	/*  Font
	font-family: "Rounded Mplus 1c";
---------------------*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: 160%;
	color: #222;
	background: #000;
}

.foot1{
	background: url(../img/pre/foot-print.png) no-repeat -50px -20px #fff !important;
}

.foot2{
	background: url(../img/pre/foot-print.png) no-repeat 110% -10px #fff !important;
}

.foot3{
	background: url(../img/pre/foot-print.png) no-repeat right bottom #fff !important;
}

.detail .fff h3{
	color: #15335D;
	font-size: 24px;
}

.detail .fff:first-child h3{
	margin: 0 0 24px;
}

iframe{
	border-radius: 10px;
}

.jisseki{
	position: absolute;
	text-align: center;
	width: 100%;
	min-width:980px;
	top: 50px;
	left: 0;
	opacity: 0;
}

.jisseki img{
	width: 520px;
}

figure{
	margin: 0 0　30px;
}

figure img{
	width: 100%;
}

.headline-fix{
	padding-top: 50px !important;
}

.sign{
	margin-top: 50px;
	text-align: right;
}

.sign span{
	display: block;
}

.sign span.in{
	font-size: 18px;
}

.ground-open figure img{
	width: 80%;
}

.gop{
	font-size: 50px !important;
	line-height: 120%;
}

.kuma-logo{
	padding-top: 50px;
	text-align: center;
}
.kuma-logo img{
	vertical-align: middle;
	width: 80%;
}
@media screen and (max-width: 640px){
	.headline-fix{
		padding-top: 0px !important;
	}
	.gop{
		font-size: 28px !important;
		line-height: 120%;
	}
	.box{
		width: 100%;
		padding: 50px 20px;
	}

	.item.c2{
		width: 100% !important;
		padding: 0;
	}

	.preopen{
		padding: 50px 0 50px;
		background-size: 140% auto;
		position: relative;
	}
	.kuma{
		width: 50%;
		max-width:250px;
	}
	.tanjou{
		display: none;
	}
	.tanjou-sp{
		display: block;
		text-align: center;
		padding: 50px;
		opacity: 0;
		margin: auto;
	}

	.tanjou-sp img{
		width: 80%;
	}

	.main{
		background-position: -20% top;
		background-size: auto 100%;
		padding: 10px;
		position: relative;
	}

	.detail .fff{
		padding: 20px 10px;
	}

	.jisseki{
		min-width:100%;
	}
	.jisseki img{
		width: 80%;
	}
	.ground-open figure img{
		width: 100%;
	}



/*  Form
---------------------*/

.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}


}