@charset "UTF-8";


/* INTERFACE */


body{
	margin:0px;
	padding:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:100%;
	background-color:#f5f5f5;
}

.mgt10{margin-top:10px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}
.mgt50{margin-top:50px;}
.mgt60{margin-top:60px;}
.mgt70{margin-top:70px;}
.mgt80{margin-top:80px;}
.mgt90{margin-top:90px;}
.mgt100{margin-top:100px;}

.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
.mgb40{margin-bottom:40px;}
.mgb50{margin-bottom:50px;}
.mgb60{margin-bottom:60px;}
.mgb70{margin-bottom:70px;}
.mgb80{margin-bottom:80px;}
.mgb90{margin-bottom:90px;}
.mgb100{margin-bottom:100px;}


.mgl10{margin-left:10px;}
.mgl20{margin-left:20px;}
.mgl30{margin-left:30px;}
.mgl40{margin-left:40px;}
.mgl50{margin-left:50px;}
.mgl60{margin-left:60px;}
.mgl70{margin-left:70px;}
.mgl80{margin-left:80px;}
.mgl90{margin-left:90px;}
.mgl100{margin-left:100px;}


.mgr10{margin-right:10px;}
.mgr20{margin-right:20px;}
.mgr22{margin-right:22px;}
.mgr30{margin-right:30px;}
.mgr40{margin-right:40px;}
.mgr50{margin-right:50px;}
.mgr60{margin-right:60px;}
.mgr70{margin-right:70px;}
.mgr80{margin-right:80px;}
.mgr90{margin-right:90px;}
.mgr100{margin-right:100px;}

#head{
width:100%;
background-color:#FFF;
text-align: center;
padding: 20px 0;
}

#mainimg{
width:100%;
height: 300px;
//background-color:#000000;
background-image: url(../img/bk_sp.jpg);
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
}

#mainimg .img-area{
width:320px;
margin:0 auto 0;
display: none;
}

#mainimg .img-area .img{
	width:100%;
	height:auto;
}

h1{
width:100%;
color:#000;
font-weight:bold;
font-size:16px;
text-align:center;
margin:0;
padding-top:5px;
padding-bottom:5px;
}


h2{
	background-color: #F00;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
}



#contents-area{
width:100%;
margin:0 auto 0;
}

#contents-area .read{
text-align:center;
font-size:20px;
font-weight:bold;
line-height:1.3;
}

#contents-area .sub-title{
width:100%;
border-bottom:5px solid #0071bd;
padding-bottom:5px;
text-align:center;
font-size:20px;
color:#0071bd;
font-weight:bold;
}

#contents-area .sub-title2{
width:100%;
border-bottom:10px solid #0071bd;
padding-bottom:10px;
text-align:center;
font-size:20px;
color:#4d4d4d;
font-weight:bold;
}

#contents-area .left-area{
border-left:5px solid #e80000;
padding-left:10px;
}

#contents-area .left-area80{
border-left:5px solid #e80000;
padding-left:10px;
}

#contents-area .tw-box{
width:100%;
//float:left;
}

#contents-area .tw-box>img{
	width:100%;
	height:auto;
}

#contents-area .tw-box p{
text-align: center;
font-size: 16px;
margin-top: 20px;
}

#contact-area{
width:90%;
margin:30px auto 0;
text-align: center;
}

#contact-area>img{
width:100%;
height: auto;
}

#contact-area a img{
width:100%;
height: auto;
}

#footer{
width:100%;
background-color:#0b2e9b;
color:#FFF;
font-weight:bold;
font-size:12px;
text-align:center;
padding-top:20px;
padding-bottom:20px;
margin-top:40px;
}

#key_area{
	width:100%;
	background-color:#0a1026;
}

#key_inside{
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
}

#key_inside>img{
	width:100%;
	height:auto;
}

#key_inside h1{
	width:30%;
	height:auto;
	margin:0px;
	font-size:10px;
	line-height:1em;
	position:absolute;
	top:2%;
	right:2%;
}

#key_inside h1 img{
	width:100%;
	height:auto;
}

#key_inside #key_btn{
	width:80%;
	display:block;
	position:absolute;
	top:80%;
	left:10%;
}

#key_inside #key_btn img{
	width:100%;
	height:auto;
}

#key_inside #key_btn:hover{
	opacity:0.9;
}

.contact_area{
	width:100%;
	height:auto;
	padding:0px 10px;
	box-sizing:border-box;
}

.contact_area .contact_inside{
	width:100%;
	height:auto;
	margin:30px auto;
	padding:0px 0px 10px;
	/* border */
	border:5px solid rgb(29, 36, 75);
	/* border-radius */
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.341176) 5px 5px 6px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.341176) 5px 5px 6px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.341176) 5px 5px 6px -4px;
	overflow:hidden;
	box-sizing:border-box;
}

.contact_area .contact_inside .contact_left{
	max-width:484px;
	margin:12px auto 0px;
	padding:0px 10px 10px;
	text-align:center;
}

.contact_area .contact_inside .contact_left h3{
	max-width:430px;
	margin:0px auto 10px;
	padding:0px 0px 5px;
	font-size:20px;
	line-height:1em;
	border-bottom:1px solid #1d244b;
}

.contact_area .contact_inside .contact_left .tel-link{
	display:block;
	margin:0px auto;
	max-width:432px;
	height:auto;
	cursor:pointer;
}

.contact_area .contact_inside .contact_left .tel-link img{
	width:100%;
	height:auto;
}

.contact_area .contact_inside .contact_left p{
	margin:0px;
	font-size:15px;
}

.contact_area .contact_inside .contact_right{
	max-width:484px;
	margin:12px auto 0px;
	padding:0px 10px;
	text-align:center;
}

.contact_area .contact_inside .contact_right h3{
	max-width:430px;
	margin:0px auto 10px;
	padding:0px 0px 5px;
	font-size:20px;
	line-height:1em;
	border-bottom:1px solid #1d244b;
}

.contact_area .contact_inside .contact_right a{
	display:block;
	margin:0px auto;
	max-width:431px;
	height:auto;
}

.contact_area .contact_inside .contact_right a img{
	width:100%;
	height:auto;
}

.contact_area .contact_inside .contact_right a:hover{
	opacity:0.8;
}


#a_area{
	width:100%;
	margin:20px auto;
	padding:0px 10px;
	box-sizing:border-box;
}

#a_area img{
	width:100%;
	height:auto;
}

#b_area_bg{
	width:100%;
	padding:40px 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffbd26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffbd26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffbd26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffbd26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffbd26 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffbd26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbd26',GradientType=0 ); /* IE6-9 */

}

#b_area{
	width:90%;
	margin:0px auto;
}

#b_area h2{
	width:100%;
	margin:0px auto 10px;
	padding:20px 0px 15px;
	text-align:center;
	color:#ffffff;
	line-height:1em;
	font-size:30px;
	font-weight:normal;
	background-color:#1d244b;
	border-radius:8px;
}

#b_area h2 span{
	font-size:40px;
	font-weight:bold;
}

#b_area ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#b_area ul li{
	width:295px;
	margin:0px auto;
	padding:0px 28px 0px 0px;
}


#c_area{
	maxwidth:980px;
	margin:0px auto 40px;
}

#c_area img{
	width:100%;
	height:auto;
}

#intro_area{
	width:100%;
	padding:10px 10px 45px;
	background-color:#1d244b;
	box-sizing:border-box;
}

#intro_area h2{
	max-width:920px;
	margin:0px auto 45px;
	line-height:1em;
	font-size:10px;
}

#intro_area h2 img{
	width:100%;
	height:auto;
}

#intro_inside{
	max-width:920px;
	margin:0px auto;
	padding:10px;
	background-color:#ffffff;
	border-radius:4px;
	box-sizing:border-box;
}

#article_01{
	width:100%;
	margin:0px 0px 50px;
	overflow:hidden;
}

#article_01 #article_left_area{
	max-width:70%;
	float:left;
}

#article_01 #article_left_area h3{
	max-width:540px;
	margin:0px 0px 15px;
	padding:0px 0px 15px;
	border-bottom:4px solid #1d244b;
	line-height:1em;
	font-size:10px;
}

#article_01 #article_left_area h3 img{
	width:100%;
	height:auto;
}

#article_01 #article_left_area p{
	margin:0px;
	font-size:15px;
	line-height:1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}

#article_01 #article_right_area{
	width:28%;
	float:right;
}

#article_01 #article_right_area img{
	width:100%;
	height:auto;
}

@media screen and(max-width:660px){

	#article_01 #article_left_area{
		max-width:100%;
		margin:0px 0px 10px;
		float:none;
	}

	#article_01 #article_left_area h3{
		max-width:540px;
		margin:0px 0px 15px;
		padding:0px 0px 15px;
		border-bottom:4px solid #1d244b;
		line-height:1em;
		font-size:10px;
	}

	#article_01 #article_left_area h3 img{
		width:100%;
		height:auto;
	}

	#article_01 #article_left_area p{
		margin:0px;
		font-size:15px;
		line-height:1.5em;
		text-align:justify;
		text-justify:inter-ideograph;
	}

	#article_01 #article_right_area{
		display:none;
	}

}

#article_02{
	width:100%;
	margin:0px 0px 50px;
	overflow:hidden;
}

#article_02 #article_left_area{
	width:28%;
	float:left;
}

#article_02 #article_left_area img{
	width:100%;
	height:auto;
}

#article_02 #article_right_area{
	width:70%;
	float:right;
}

#article_02 #article_right_area h3{
	max-width:540px;
	margin:0px 0px 15px;
	padding:0px 0px 15px;
	border-bottom:4px solid #1d244b;
	line-height:1em;
	font-size:10px;
}

#article_02 #article_right_area h3 img{
	width:100%;
	height:auto;
}

#article_02 #article_right_area p{
	margin:0px;
	font-size:15px;
	line-height:1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}

@media screen and(max-width:660px){

	#article_02 #article_left_area{
		display:none;
	}

	#article_02 #article_right_area{
		width:100%;
		float:none;
	}

	#article_02 #article_right_area h3{
		max-width:540px;
		margin:0px 0px 15px;
		padding:0px 0px 15px;
		border-bottom:4px solid #1d244b;
		line-height:1em;
		font-size:10px;
	}

	#article_02 #article_right_area h3 img{
		width:100%;
		height:auto;
	}

	#article_02 #article_right_area p{
		margin:0px;
		font-size:15px;
		line-height:1.5em;
		text-align:justify;
		text-justify:inter-ideograph;
	}

}

#article_03{
	width:100%;
	margin:0px 0px 20px;
	overflow:hidden;
}

#article_03 #article_left_area{
	max-width:70%;
	float:left;
}

#article_03 #article_left_area h3{
	max-width:540px;
	margin:0px 0px 15px;
	padding:0px 0px 15px;
	border-bottom:4px solid #1d244b;
	line-height:1em;
	font-size:10px;
}

#article_03 #article_left_area h3 img{
	width:100%;
	height:auto;
}

#article_03 #article_left_area p{
	margin:0px;
	font-size:15px;
	line-height:1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}

#article_03 #article_right_area{
	width:28%;
	float:right;
}

#article_03 #article_right_area img{
	width:100%;
	height:auto;
}

@media screen and(max-width:660px){

	#article_03 #article_left_area{
		max-width:100%;
		margin:0px 0px 10px;
		float:none;
	}

	#article_03 #article_left_area h3{
		max-width:540px;
		margin:0px 0px 15px;
		padding:0px 0px 15px;
		border-bottom:4px solid #1d244b;
		line-height:1em;
		font-size:10px;
	}

	#article_03 #article_left_area h3 img{
		width:100%;
		height:auto;
	}

	#article_03 #article_left_area p{
		margin:0px;
		font-size:15px;
		line-height:1.5em;
		text-align:justify;
		text-justify:inter-ideograph;
	}

	#article_03 #article_right_area{
		display:none;
	}

}

#access_area{
	width:100%;
	height:auto;
	padding:40px 10px;
	background-image:url(../img/access_bg.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

#access_area article{
	max-width:920px;
	margin:0px auto;
	padding:30px;
	background-color:rgba(255,255,255,0.9);
	border-radius:4px;
	background-image:url(../img/access_mark.png);
	background-repeat:no-repeat;
	background-position:5px 75px;
	overflow:hidden;
	box-sizing:border-box;
}

#access_area article h2{
	width:242px;
	height:40px;
	margin:0px auto 60px;
	font-size:10px;
	line-height:1em;
}

#access_area article h2 img{
	width:100%;
	height:auto;
}

#access_left{
	width:100%;
	margin:0px 0px 30px;
}

#access_left h3{
	margin:0px 0px 10px;
	padding:0px 0px 10px;
	font-size:18px;
	line-height:1em;
	border-bottom:1px solid #e50011;
	text-align:center;
	text-justify:inter-ideograph;
}

#access_left p{
	margin:0px 0px 5px;
	font-size:15px;
	line-height:1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}

#access_left p span{
	font-size:20px;
}

#access_limit{
	display:inline-block;
	width:100%;
	text-align:center;
	margin:10px 0px 0px;
	padding:15px 0px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	background-color:#1d244b;
	border-radius:4px;
}

#access_right{
	width:100%;
}

#access_right #google_map{
	width:100%;
	height:300px;
}

#info_area{
	width:100%;
	padding:50px 0px;
	background-color:#cccccc;
	background-image:url(../img/info_bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#info_01{
	max-width:920px;
	padding:0px 10px;
	margin:0px auto 45px;
	box-sizing:border-box;
}

#info_01 h2{
	width:162px;
	margin:0px 0px 25px;
	font-size:10px;
	line-height:1em;
}

#info_01 h2 img{
	width:100%;
	height:auto;
}

#info_02{
	max-width:920px;
	padding:0px 10px;
	margin:0px auto 45px;
	box-sizing:border-box;
}

#info_02 h2{
	width:162px;
	margin:0px 0px 25px;
	font-size:10px;
	line-height:1em;
}

#info_02 h2 img{
	width:100%;
	height:auto;
}

.info_table{
	width:100%;
	margin:0px 0px 50px 0px;
	padding:0px 10px;
	border-collapse:collapse;
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	box-sizing:border-box;
}

.info_table th{
	display:block;
	width:100%;
	padding:15px 0px 15px 15px;
	background-color:#1d244b;
	color:#ffffff;
	border-bottom:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	text-align:left;
	font-weight:normal;
	box-sizing:border-box;
}

.info_table td{
	display:block;
	width:100%;
	padding:15px 0px 15px 30px;
	border-bottom:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	background-color:#ffffff;
	box-sizing:border-box;
}

.info_table td a{
	color:#c30d23;
}

#form_area{
	background-color:#ffffff;
	padding:60px 0px;
}

#form_area_sheet{
	max-width:900px;
	min-height:500px;
	margin:0px auto;
	border-radius:10px;
	padding:5px;
	box-sizing:border-box;
}

#form_area_sheet h2{
	max-width:340px;
	height:60px;
	margin:0px auto 30px;
	text-align:center;
	font-size:10px;
	line-height:1em;
}

#form_area_sheet h2 img{
	width:100%;
	height:auto;
}

#form_area_sheet p a{
	color:#e80520;
}

.form_alert{
	color:#e80520;
}

#form_area_sheet table{
	width:100%;
	padding:0px 10px;
	border-collapse:collapse;
	margin:0px auto;
	border:1px solid #c8c8c8;
	box-sizing:border-box;
}

#form_area_sheet th{
	display:block;
	width:100%;
	padding:15px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #ffffff;
	background-color:#e1e1e1;
	box-sizing:border-box;
}

#form_area_sheet td{
	display:block;
	background-color:#ffffff;
	border-bottom:1px solid #e1e1e1;
	padding:10px;
	text-align:left;
	line-height:2.2em;
	box-sizing:border-box;
}

#form_area_sheet input{
	font-size:14px;
	padding:5px;
	border:1px solid #bbbbbb;
	border-radius:5px;
}

#form_area_sheet select{
	font-size:12px;
	color:#333333;
	border:1px solid #bbbbbb;
	border-radius:5px;
}

#submit_btn_area{
	max-width:200px;
	margin:0px auto;
}

#submit_btn{
	width:228px;
	height:60px;
	display:block;
	margin:30px auto 20px auto;
}

#submit_btn img{
	width:100%;
	height:auto;
}

#submit_btn_area{
	max-width:430px;
	margin:10px auto;
	overflow:hidden;
}

#rewrite_btn{
	display:block;
	margin:0px auto;
}

#enter_btn{
	display:block;
	margin:0px auto;
}

footer{
	width:100%;
	margin:0px auto;
	padding:20px 10px 0px;
	border-top:4px solid #c30d23;
	font-size:12px;
	box-sizing:border-box;
}

footer>p{
}

footer>p a{
	color:#333333;
}

footer #copy{
	color:#333333;
}

/*
HUCK
*/
#head .main-area img{
	width: 80%;
}
.contact-btn-area{
    width: 90%;
    margin: 30px auto 0;
    text-align: center;
}
.contact-btn-area a img{
	width:100%;
}
.contact-btn-area img{
	width:100%;
}

