@charset "utf-8";

*{
	margin:0;
	padding:0;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.sp_br{
	display: none;
}
body{
	font:90%/1.4 "メイリオ",Meiryo,arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,Sans-Serif;
	padding-top: 90px;
}
#wrapper{
	background:#fff;
}
article section{
	width:1280px;
	margin:0 auto;
	text-align:center;
}

header{
	height:90px;
	background:#FFF;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
header hgroup{
	margin:0 auto;
	width:1280px;
	position:relative;
}
header #header_title{
	position:absolute;
	left:150px;
	top:30px;
}
header #header_bt{
	position:absolute;
	right:150px;
	top:20px;
}

#main{
	background-image:url(../img/main_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	min-height: 620px;
	box-sizing: border-box;
}
#main h1{
	margin: 0 auto;
	text-align: center;
}

#btn{
	width:100%;
	height: 190px;
	box-sizing: border-box;
	padding: 30px 0;
	background-image:url(../img/bar_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#btn #message{
	width:100%;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
#btn #mail{
	width:100%;
	text-align: center;
}

#contents01{
	box-sizing: border-box;
	padding-top: 100px;
}
#contents01 #img{
	margin-top: 50px;
}

#contents02{
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 80px;
}
#contents02 h1{
	margin-top: 50px;
}
#contents02 #img{
	margin-top: 50px;
}
#contents02 #contents02_main{
	background-image:url(../img/contents02_img01.png);
	background-position: center center; 
	background-repeat: no-repeat;
	width: 1027px;
	height: 513px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}
#contents02 #contents02_main #msg01{
	position: absolute;
	top: 80px;
	left: 120px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}
#contents02 #contents02_main #msg02{
	position: absolute;
	top: 300px;
	left: 120px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}
#contents02 #contents02_main #msg03{
	position: absolute;
	top: 470px;
	left: 120px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}
#contents02 #contents02_main #msg04{
	position: absolute;
	top: 640px;
	left: 120px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}

#contents03{
	box-sizing: border-box;
	padding-bottom: 100px;
}
#contents03 h1{
	margin-top: 60px;
}
#contents03 #img{
	margin-top: 50px;
}
#contents03 #title{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: bold;
}
#contents03 iframe{
	width: 560px;
	height: 315px;
}

#contents04{
	background: #D4F2FF;
	box-sizing: border-box;
	padding: 100px 0;
}
#contents04 h1{
	margin-bottom: 30px;
}
#contents04 span#b{
	font-size: 1.2em;
}
#contents04 span#s{
	font-size: 0.8em;
}
#contents04 #infobox{
	width: 620px;
	margin: 0 auto;
}
#contents04 dl{
	width: 620px;
	text-align: center;
}
#contents04 dt{
	float: left;
	clear: both;
	box-sizing: border-box;
	width: 150px;
	height: 40px;
	background: #26C0FF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	padding-top: 8px;
	margin-bottom: 20px;
}
#contents04 dd{
	box-sizing: border-box;
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	padding-top: 8px;
	margin-left: 180px;
	margin-bottom: 20px;
}
#contents04 #sub{
	width: 600px;
	margin: 0 auto !important;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 50px;
}
#contents04 #map{
	width: 600px;
	margin: 0 auto !important;
	padding-bottom: 100px;
	text-align: center;
}
#contents04 iframe{
	width: 600px;
	height: 450px;
}
#contents04 #img{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
#contents04 #img img{
	width: 100%;
}
#contents04 #imgbox ul{
	margin: 0 auto;
	font-size: 0;
}
#contents04 #imgbox li{
	display: inline-block;
	width: 40%;
	text-align: center;
	margin-bottom: 30px;
}
#contents04 #imgbox li img{
	max-width: 80%;
}

#contact{
	box-sizing: border-box;
	padding: 100px 0;
}
#contact h1{
	margin-bottom: 50px;
}
#contact #txt{
	margin-bottom: 50px;
	line-height: 32px;
}
#contact #sendbox{
	width: 1000px;
	margin: 0 auto;
}
#contact dl{
	width: 1000px;
	text-align: center;
}
#contact dt{
	float: left;
	clear: both;
	box-sizing: border-box;
	width: 300px;
	height: 40px;
	text-align: right;
	font-size: 18px;
	color: #000;
	padding-top: 8px;
	margin-bottom: 20px;
}
#contact dt #hissu{
	margin-left: 10px;
}
#contact dd{
	box-sizing: border-box;
	height: 40px;
	text-align: left;
	font-size: 20px;
	color: #000;
	margin-left: 320px;
	margin-bottom: 20px;
}
#contact dd#type2{
	padding-top: 10px;
}
#contact dd input[type="text"]{
	width: 500px;
	height: 35px;
	box-shadow: 2px 2px 10px #585858;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 1em;
}
#contact dt#box{
	margin-top: 50px;
}
#contact dd#box{
	height: auto;
	margin-top: 50px;
}
#contact dd#box #inputcheck{
	box-sizing: border-box;
	width: 400px;
	height: 80px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 10px #585858;
	padding: 20px;
	margin-bottom: 30px;
}
#contact dd#box #inputcheck #checkbtn{
	float: left;
	width: 30px;
	height: 80px;
}
#contact dd#box #inputcheck #checkbtn input[type=checkbox]{
	margin-top: 10px;
	width: 20px;
	height: 20px;
}
#contact dd#box #inputcheck #naiyou{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#contact #sendbtn{
	margin-top: 80px;
	text-align: center;
}

footer{
	width: 100%;
	background: #D4F2FF;
	box-sizing: border-box;
	padding: 30px 0;
	text-align: center;
}
footer .copy{
	font-size: 15px;
}

@media (max-width:640px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_br{
		display: block;
	}

	body{
		padding-top: 70px;
	}
	img{
		max-width: 100%;
	}

	article section{
		width:100%;
		margin:0 auto;
		text-align:center;
	}

	header{
		box-sizing: border-box;
		height:70px;
		background:#FFF;
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:9999;
		padding-top: 10px;
	}
	header hgroup{
		margin:0 auto;
		width:100%;
		position:static;
	}
	header #header_title{
		position:static;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	header #header_bt{
		position:static;
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	#main{
		background-image:url(../img/main_bg_sp.png);
		background-position:center center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
		background-size:cover;
		min-height: auto;
		box-sizing: border-box;
	}
	#main h1{
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
	}
	#main h1 img{
		width: 90%;
	}

	#btn{
		width:100%;
		height: 100px;
		box-sizing: border-box;
		padding: 10px 0;
		background-image:url(../img/bar_bg.png);
		background-position:center center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
		background-size:cover;
	}
	#btn #message{
		width:90%;
		text-align: center;
		color: #FFF;
		font-size: 1em;
		font-weight: bold;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#btn #mail{
		width:100%;
		text-align: center;
	}
	#btn #mail img{
		width:80%;
	}

	#contents01{
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
		padding-top: 20px;
	}
	#contents01 #img{
		margin-top: 10px;
	}

	#contents02{
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#contents02 h1{
		margin-top: 20px;
	}
	#contents02 #img{
		margin-top: 10px;
	}
	#contents02 #contents02_main{
		background-image:url(../img/contents02_img01_sp.png);
		background-position: center center; 
		background-repeat: no-repeat;
		-moz-background-size:contain;
		background-size:contain;
		width:100%;
		height: 330px;
		box-sizing: border-box;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
	}
	#contents02 #contents02_main #msg01{
		display: none;
	}
	#contents02 #contents02_main #msg02{
		display: none;
	}
	#contents02 #contents02_main #msg03{
		display: none;
	}
	#contents02 #contents02_main #msg04{
		display: none;
	}

	#contents03{
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	#contents03 h1{
		margin-top: 20px;
	}
	#contents03 #img{
		margin-top: 10px;
	}
	#contents03 #title{
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: .8em;
		font-weight: normal;
	}
	#contents03 iframe{
		width: 90%;
		height: 150px;
	}

	#contents04{
		background: #D4F2FF;
		box-sizing: border-box;
		padding: 10px 0;
	}
	#contents04 section{
		width: 90%;
	}
	#contents04 h1{
		margin-bottom: 30px;
	}
	#contents04 span#b{
		font-size: 1em;
	}
	#contents04 span#s{
		font-size: 0.8em;
	}
	#contents04 #infobox{
		width:100%;
		margin: 0 auto;
	}
	#contents04 dl{
		width:100%;
		text-align: center;
	}
	#contents04 dt{
		float: none;
		box-sizing: border-box;
		width: 130px;
		height: 30px;
		background: #26C0FF;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		text-align: center;
		font-size: 1em;
		color: #FFF;
		padding-top: 5px;
		margin-bottom: 5px;
	}
	#contents04 dd{
		box-sizing: border-box;
		text-align: left;
		font-size: 1em;
		line-height: 32px;
		color: #000;
		padding-top: 8px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#contents04 #sub{
		width:100%;
		margin: 0 auto !important;
		text-align: left;
		font-size: 1em;
		font-weight: normal;
		line-height: 28px;
		padding-bottom: 50px;
	}
	#contents04 #map{
		width:100%;
		margin: 0 auto !important;
		text-align: center;
	}
	#contents04 #img{
		width: 90%;
		margin-bottom: 30px;
	}
	#contents04 iframe{
		width: 100%;
		height: 200px;
	}
	#contents04 #imgbox li{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#contents04 #imgbox li img{
		max-width: 90%;
	}

	#contact{
		box-sizing: border-box;
		padding: 30px 0;
	}
	#contact section{
		width: 90%;
	}
	#contact h1{
		margin-bottom: 20px;
	}
	#contact #txt{
		margin-bottom: 20px;
		line-height: 28px;
		font-size: 1em;
	}
	#contact #sendbox{
		width:100%;
		margin: 0 auto;
	}
	#contact dl{
		width:100%;
		text-align: center;
	}
	#contact dt{
		float: none;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		text-align: left;
		font-size: .8em;
		color: #000;
		padding-top: 8px;
		margin-bottom: 5px;
	}
	#contact dt #hissu{
		margin-left: 5px;
	}
	#contact dt #hissu img{
		width: 10%;
	}
	#contact dd{
		box-sizing: border-box;
		height: 40px;
		text-align: left;
		font-size: 20px;
		color: #000;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	#contact dd#type2{
		padding-top: 10px;
	}
	#contact dd input[type="text"]{
		width: 95%;
		height: 35px;
		box-shadow: 2px 2px 10px #585858;

	}
	#contact dt#box{
		margin-top: 20px;
	}
	#contact dd#box{
		height: auto;
		margin-top: 20px;
	}
	#contact dd#box #inputcheck{
		box-sizing: border-box;
		width: 100%;
		height: 80px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-shadow: 2px 2px 10px #585858;
		padding: 10px;
		margin-bottom: 20px;
	}
	#contact dd#box #inputcheck #checkbtn{
		float: left;
		width: 30px;
		height: 80px;
	}
	#contact dd#box #inputcheck #checkbtn input[type=checkbox]{
		margin-top: 10px;
		width: 20px;
		height: 20px;
	}
	#contact dd#box #inputcheck #naiyou{
		font-size: .6em;
		font-weight: normal;
		color: #000;
		line-height: 20px;
	}
	#contact #sendbtn{
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	#contact #sendbtn img{
		width: 90% !important;
	}
	#contact #sendbtn input[type=image]{
		width: 90% !important;
	}

	footer{
		width: 100%;
		background: #D4F2FF;
		box-sizing: border-box;
		padding: 30px 0;
		text-align: center;
	}
	footer .copy{
		font-size: 15px;
	}
}
