<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	future CSS
	- common
	- concept_wrapper
	- information

-----------------------------------------*/
/*-----------------------------------------
	common
-----------------------------------------*/
/* wide */
.w1200 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.w1200 div{
	text-align: center;
}
.w1200 div img{
	display: inline-block;
}
#map h4 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.62;
	margin-bottom: 35px;
	text-align: center;
}
#map p {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.67;
	font-weight: 500;
}
#map p.notion {
	font-size: 11px;
	letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
	figcaption {
		text-align: right;
	}
	#map h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#map p {
		font-size: 14px;
		line-height: 1.7;
		text-align: left;
	}
	#map p.notion {
		line-height: 1.5;
		font-weight: normal;
	}
}
/*-----------------------------------------
	map_wrapper
-----------------------------------------*/
#map_wrapper {
  margin-bottom: 115px;
}
#map_wrapper .img_area {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
  #map_wrapper {
    margin-bottom: 40px;
  }

}
</pre></body></html>