/*===============================================*/
/*画面の横幅が768px以下（スマホ用）のCSS*/
@media screen and (max-width: 768px){
/*===============================================*/

@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%;
	background-color: #f4faf6;
	margin: 0 auto;
	padding: 0px 0;
	}
	
#main{
	background-color: white;
}

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

.txt_area{
	width: 100%;
	float: none;
	margin: 0 auto;
}


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

.h2_l{
	background-color:#43ae6e; 
	width:1.5px; 
	height:20px;
	margin: 25px auto 0 auto;
}
	
.h2_intro {
    max-width: 100%;
    padding: 20px 0;
    font-family: "uddigikyokasho-pro", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #256a36;
    font-size: 18px;
    line-height: 1.4;
  }
	
.green_line03{
	width: 100%;
	height: 30px;
	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: 90%;
	/*max-width: 1000px;*/
	margin: 25px auto;
	padding: 0px 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: 25px 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;
}
/*===============================================*/
}
/*画面の横幅が768px以下（スマホ用）のCSS*/
/*===============================================*/