@charset "UTF-8";

/*--------------------------------------------------------------------
about.html
about.css
--------------------------------------------------------------------*/

/*------------facility---------------------------------------------------------------*/
#facility section {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px 60px;
}
#facility section:not(:first-of-type) { margin-top: 80px; }
#facility .facPho { width: 260px; }
#facility .facPho ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
#facility .facPho .TwoLocat li:not(:first-of-type) { margin-top: 55px; }
#facility .facPho p:not(:first-of-type) {
	margin-top: 15px;
	line-height: 1;
}
#facility .facTxt { width: 420px; }
#facility .facTxt h4 {
	margin-bottom: 35px;
	font-size: 1.125em;
}
#facility .facTxt dl {
	display: flex;
	align-items: center;
	gap: 20px;
}
#facility .facTxt dl:not(:first-of-type) { margin-top: 20px; }
#facility .facTxt dl dd { flex: 1; }
#facility .facTxt table { margin-top: 40px; }
#facility .facTxt table tr th {
	width: 20%;
	padding-right: 0;
	white-space: nowrap;
}
#facility .facTxt table tr td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 740px) {
	#facility .facTxt dl { flex-direction: column; }
}

@media (max-width: 580px) {
	#facility section { flex-direction: column; }
	#facility .facPho { width: 100%; }
	#facility .facPho ul {
		display: flex;
		flex-direction: row;
		gap: 25px;
	}
	#facility .facPho .TwoLocat li:not(:first-of-type) { margin-top: 0; }
	#facility .facPho ul li { width: 50%; }
	#facility .facTxt { width: 100%; }
}

@media (max-width: 560px) {
	#facility .facTxt table tr th { width: 100%; }
}

/*------------overview---------------------------------------------------------------*/
#overview section { max-width: 620px; }
#overview table tr th {
	width: 15%;
	white-space: nowrap;
}
#overview table tr td p:not(:first-of-type) { margin-top: 1em; }
#overview table tr td span { display: inline-block; }
#overview table tr td span:not(:last-of-type) { margin-right: 0.5em; }
#overview table tr td dl {
	display: flex;
	flex-wrap: wrap;
}
#overview table tr td dl dt { min-width: 14em; }
#overview table tr td dl dd { flex: 1; }

@media (max-width: 560px) {
	#overview table tr th { width: 100%; }
	#overview table tr td ul li:not(:first-of-type) { margin-top: 0.5em; }
}

/*------------history---------------------------------------------------------------*/
#history section { max-width: 620px; }
#history section:not(:first-of-type) { margin-top: 100px; }
#history table tr th {
	width: 15%;
	white-space: nowrap;
}
#history table tr th span { color: transparent; }

@media (max-width: 560px) {
	#history table tr th { width: 100%; }
}