@charset "utf-8";
/* CSS Document */


/* 下層ページヘッダー 追記 */
#headerWrapper .header header {
position: absolute;
right: 0px;
top: 22px;
width: 50px;
height: 50px;
}

#headerWrapper .header header #g-nav {
right: -900%;
}

#headerWrapper .header header #g-nav.panelactive {
right: 0;
}

/* 下層ページヘッダー 追記 */


#overZone{
	width: 100%;
	margin: 0 auto;
	background-color: #f4faf6;
	}

#main_area{
	width: 100%;
	height: 40vh; 
	background:url("../img/map/map_main_pc_img.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.txt_area{
	width: 100%;
	float: none;
/*	margin-top: 5%;
	margin-right: 2%;*/
}


.h2_map{
	letter-spacing: 0.06em;
	font-size: 25px;
	font-family: dnp-shuei-nshogomincho-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #43ae6e;
	/*margin-top: 28%;*/
	padding-top: 50px;
}

.h2_l{
	background-color:#43ae6e; 
	width:1.5px; 
	height:40px;
	margin: 30px auto 0 auto;
}


.green_line03{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	/*text-align: center;*/
	background-image:url("../img/landscape/green_line_up_right.png"); 
	/* 背景画像指定 */
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom;
}

.inner_area{
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 50px 0;
	background-color: white;
}

.overview-info{
	width: 100%;
	margin: 0 auto;
}

.overview-info p{
	text-align: center;
	margin: 20px;
	font-weight: normal;
}

.mb80{
	margin-bottom: 80px auto;
	width: 100%;
	}

.mb20{
	margin: 0 auto;
	width: 100%;
}

tbody{
	width: 100%;
	max-width: 878px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.inner_area tr{
	width: 100%;
	display:inline-block;
	max-width: 878px;
	border-bottom:0.8px solid #f4faf6;
	clear: both;
}

.inner_area th{
	width: 48%;
	font-weight: normal;
	float: left;
	display: block;
	margin-left: 2%;
	padding: 8px 0;
}

.inner_area td{
	width: 50%;
	float: left;
	display: block;
	text-align: left;
	padding: 8px 0;
}
