<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 span{
	font-size: 16px;
	display: block;
}

#map_wrapper h2 {
  font-size: 40px;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  background: #366c67;
  transition: var(--transition_delay);
  margin-bottom: 85px;
}

#map_wrapper h3 {
	text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

#map_wrapper .modelroom{
	margin-top: 85px;
}

@media screen and (max-width: 768px) {
  #map_wrapper {
    margin-bottom: 40px;
  }
  #map_wrapper h2 {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  #map_wrapper h3 {
    font-size: 22px;
}
}
</pre></body></html>