.main_imgarea {
    
}
@media screen and (max-width:575px) {
  .main_imgarea {
    
  }
}
.main_imgarea img {
    width: 100%;           /* 横幅を親要素に合わせる */
    height: 100%;          /* 高さを親要素（グリッドセル）に合わせる */
    object-fit: cover;     /* 画像を切り抜いて比率を保ち、隙間なく埋める */
}
.outline_read {
	position: relative;  
  display: inline-block; 
  padding-bottom: 8px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}
@media screen and (max-width:575px) {
.outline_read {
	text-align: left;
	font-size: 20px;
}
}
.outline_read::after {
  content: "";
  position: absolute;
  left: -5px;    
  right: -35px;  
  bottom: 0;    
  height: 5px;      
  background-color: #ffff00; 
  border-radius: 2px;  
}
.outline_ttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 5%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #E6E6E6;
	letter-spacing: 0.2em;
}

.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.n_table th {
	width: 25%;
	background-color: #e6e6e6;
}

.n_table td {
	width: 75%;
	background-color: #fff;
}

.n_table th,
.n_table td {
	color: #000;		
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
    padding-left:3%;
}

#map {
	width: 100%;
	height: 400px;
	margin-right: 0;
	margin-left: 0;
}
.googlemap iframe {
	width: 100%;	
	margin-right: 0;
	margin-left: 0;
}

