/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--clearfix--*/
.clearfix:after {
display : block;
clear : both;
height : 0;
content : "";
overflow : hidden;
}
.clearfix {
overflow : hidden;
}
/* for Mac IE \*/
* html .clearfix {
height : 1%;
overflow : visible;
}
.clearfix {
display : block;
}
/* end of for Mac IE */


/*--html--*/
body{
	font-family: Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", "Meiryo","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #444;
	
	z-index: 0;
	line-height: 1.8;
}
a:link {
	color: #1B478B; 
	text-decoration: none;
}
a:visited { 
	color: #000080; 
}
a:hover{ 
	color: #63BFEF; 
}
a:active { 
	color: #63BFEF;
}
a:hover img {
  	opacity: 0.7;
  	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}

#wrapper{
	margin: 0 auto;   
	width: 100%;	
}
.content{
	margin: 0 auto;   
	width: 1280px;
}

/*--header--*/
.header_area{
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #00B584;
	 position: fixed;
	width: 100%;
	z-index:1000;
}
.header_area a{
	color: #FFFFFF
}
#logo{
	float: left;
	width: 30%;
}
.gnav{
	float: right;
	width: 50%;
	font-size: 14px;
}
.gnav ul{
	text-align: right;
}
.gnav li{
	display: inline;
	margin-right: 30px;
}
.top_image{
	 padding-top: 60px;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.top_img_catch{
	text-align: center;
	width: 940px;
	position: absolute;
	top: 150px;
  left: 0;
  right: 0;
  margin: auto;
}


.row{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.col4{
	width: 33%;
	
}
.col2{
	width: 16%;
}
.main_nav .row{
	display: flex;
	justify-content: space-between;
	
}
.main_nav .col4{
	width: 360px;
	text-align: center;
	background: #DBFFE4;
	margin-bottom: 15px;
}
.main_nav{
	padding-bottom: 30px;
}
.top_bnr  .row{
	display: flex;
	justify-content: space-between;
	
}
.top_bnr .col4{
	width: 360px;
	text-align: center;
	margin-bottom: 15px;
}
.box01{
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 15px;
	width: 330px;
	margin: 0 auto;
}

#pagetop{
	text-align: right;
}
.gototop{
	text-align: right;
}
#footer_area{
	font-size: 12px;
	background-color: #00B584;
	color: #FFFFFF;
}
#footer_area a{
		color: #FFFFFF;
}
#footer_nav{
	margin-bottom: 30px;
	width: 1280px;
	margin: 0 auto;
}
#footer_nav li{
	margin-bottom: 10px;
	
}
.copy{
		font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}

.tx01{
	font-size: 24px;
	font-weight: bold;
}
.tx02{
	font-size: 12px;
}
.tx03{
	font-size: 36px;
	font-weight: bold;
}

.page_image{
	margin-bottom: 30px;
	padding-top: 60px;
}
.page_catch{
	text-align: center;
	padding-bottom: 30px;
}
.page_block01{
	width: 930px;
	margin: 0 auto;	
	
}
.col6{
	width: 48%;
	margin-bottom: 15px;
}
.page_block01 h3{
	background-color: #1C7444;
	color: #FFFFFF;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 15px;
}
.mrb30{
	margin-bottom: 30px;
}
.center{
	text-align: center;
}
.center01{
	text-align: center;
	line-height: 0;
}

.gmap{
	height: 400px;
	margin-bottom: 30px;
}

.table01{
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 10px;
	font-size: 14px;
	
	margin: 0 auto;
	margin-bottom: 30px;
}
.table01 td{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 5px;
}
.table01 th{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 5px;
	background-color: #C4ECCB;
}


@media screen and (max-width:480px){
	body{
	font-size: 13px;
	color: #444;
	
	z-index: 0;
	line-height: 1.8;
}
	img{
	
max-width: 100%;
height: auto;
	}
	.content{
	margin: 0 auto;   
	width: 98%;
}
	.top_image{
		padding-top: 100px;}
	.page_image{
		padding-top: 100px;
	}
	.header_area{
	height: auto;
}
	#logo{
	float: none;
	width: 100%;
		text-align: center;
}
	.gnav{
	float: none;
	width: 100%;
}
	.gnav ul{
	text-align: center;
}
	.gnav li{
	width: 33%;
	margin-right: 6px;
		margin-left: 6px;
		font-size: 12px;
}
	.top_img_catch img{
		width: 100%;
	}
	.row{
	display: flex;
	flex-direction: column;
}
	.page_block01{
	width: 100%;
	margin: 0 auto;	
	
}
	.col6{
		width: 100%;
	}
	
	#footer_area .col2{
		width: 48%;
	}
}
#footer_area .row{
	flex-direction: none;
	justify-content: space-around;
	}
#footer_nav{
	width: 94%;
	margin: 0 auto;
}
}