*/@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 10pt !important;
	color: #666;
	margin: 0;
	padding: 0;
	height: 100%;
	text-shadow: 0 1px 0 #FFF;
	line-height:1.2em !important
}
body{
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	background: url(images/bodyBg.jpg);
	line-height:1.2em;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #BB8642;
}
/********************
header
********************/
div#header {
}
div#header .inner {
}
div#header .inner .logo {
	float: left;
}
div#header .inner p {
}

/********************
contens
********************/
div#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
div.main {
	max-width:1200px;
	margin:0 auto;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/********************
content01
********************/
#content01{
	background:url(images/section01bg.jpg) repeat-y;
	text-align:center;
	padding-bottom:50px
}
.headArea{
	background:url(images/head_bg.png) repeat-x;
	height:78px;
	padding-top:3px;
}
/********************
content02
********************/
#content02{
	text-align:center;
	margin-top:-20px;

}
.content02_title{
	background:url(images/section02_title_bg.png) repeat-x;
	height:100%;
	min-height:180px;
	margin-bottom:30px;
	text-align:center;
	padding-top:60px;
}
.content02_title .ilt_image01{
	float:right;
	position:relative;
	bottom:70px;
}
.content02_title .ilt_image02{
	float:left;
	position:relative;
	bottom:20px;
}
.hokenArea{
	background:url(images/section02_hokenBg.png) no-repeat center;
	min-height:808px;
	height:100%;
	width:100%;
	position: relative;
	margin-top:30px;
}
.hokenArea .hoken01{
	position: absolute;
    left: 200px;
    top: 40px;
	z-index:1;
}
.hokenArea .hoken02{
	position: absolute;
    right: 150px;
    top: 45px;
	z-index:3;
}
.hokenArea .hoken03{
	position: absolute;
    left: 360px;
    top: 200px;
	z-index:2;
}
.hokenArea .hoken04{
	position: absolute;
    left: 200px;
    top: 520px;
	z-index:3;
}
.hokenArea .hoken05{
	position: absolute;
    right: 120px;
    top: 460px;
	z-index:3;
}

/********************
content03
********************/
#content03{
	text-align:center;
	margin-top:30px

}
.content03_title{
	background:url(images/section03_title_bg.png) no-repeat center, url(images/section03_title_bg2.png) repeat-x center;
	height:100%;
	min-height:174px;
	margin-bottom:30px;
	text-align:center;
	padding-top:35px;
}
/********************
content04
********************/
#content04{
	text-align:center;
	margin-top:30px
}
.content04_title{
	background:url(images/section04_title_bg.png) repeat-x;
	height:100%;
	min-height:180px;
	text-align:center;
	padding-top:60px;
}
.content04_title .ilt_image01{
	float:right;
	position:relative;
	bottom:30px;
}
.content04_title .ilt_image02{
	float:left;
	position:relative;
	bottom:80px;
}
#content04 table{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	text-align:left;
	font-size:16pt;
}
#content04 th, #content04 td{
	padding:20px 10px;
	border-bottom:1px solid #F02B68;
}
#content04 th{
	width:20%;
	color:#866029;
}
#content04 .map_area{
	margin-top:30px;
}
#content04 .map-setsumei{
	font-size:16pt;
	text-align:center;
	margin-top:30px;
	width:100%;
	max-width:1000px;
	background:#FFCF75;
	padding:15px 5px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
/********************
content05
********************/
#content05{
	text-align:center;
	margin-top:30px;
}
.content05_title{
	background:url(images/section05_title_bg.png) repeat-x;
	height:100%;
	min-height:180px;
	text-align:center;
	padding-top:60px;
}
.content05_title .ilt_image01{
	float:right;
	position:relative;
	bottom:30px;
}
.content05_title .ilt_image02{
	float:left;
	position:relative;
	bottom:60px;
}
#content05 table{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	text-align:left;
	font-size:16pt;
}
#content05 th, #content05 td{
	padding:20px 10px;
	border-bottom:1px solid #F02B68;
}
#content05 th{
	width:20%;
	color:#866029;
}
#content05 td{
	line-height:1.3em;
}
#content05 th, #content05 td span{
	font-size:14pt;
}
#content05 th, #content05 td li{
	list-style:decimal;
}
/********************
#content06 contactArea
********************/
#content06{
	text-align:center;
	margin-top:30px;
}
.content06_title{
	background:url(images/contact_title_bg.png) repeat-x;
	height:100%;
	min-height:137px;
	text-align:center;
	padding-top:50px;
}
#contactContent{
	background:url(images/contact_bg.jpg);
	padding-top:30px;
	padding-bottom:30px;
}
#contactArea{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
	font-size:16pt;
}

#contactArea input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea, select {
	padding: 10px 15px;
	width: 100%;
	margin: 10px 0 20px;
	-webkit-transition: all .6s;
	transition: all .6s;
	border: 1px solid #F3C994;
	font-size:16pt;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
#contactArea input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	outline: 0;
	-webkit-box-shadow: 0px 0px 3px 1px #F3C994;
	box-shadow: 0px 0px 3px 1px #F3C994;
	border: 1px solid #FFF;
}
#contactArea input[type=submit] {
	-webkit-appearance: none;
	display:block;
	width: 200px;
	height: 60px;
	margin:0 auto;
	cursor: pointer;
	font-size: 14pt;
	color: #FFF;
	background: #50C043;
	text-shadow: 0 1px 0 #ccc;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
#contactArea input[type=submit]:hover {
	background: #62F97D;
}
/********************
footer
********************/
div#footer {
	clear: both;
	width: 100%;
	height: 154px;
	background:url(images/footar_bg.png) repeat-x, url(images/contact_bg.jpg);
	padding-top:115px;
}
div#footer .copy {
	text-align:center;
	padding-top:10px;
}


.goTotop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	width: 100px;
	height: 100px;
	z-index:9999;
}
.goTotop img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.goTotop img:hover{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}