@charset "UTF-8";


section#info-index {
	padding:50px;
}

.info-index-img {
	display: flex;
	justify-content: center;
	margin: 25px auto 50px;
}

.info-index-img img {
	height: 300px;
}

.info-index-img li:first-child {
	margin-right: 25px;
}

/* -------------- 設備紹介 -------------- */

.info-inst {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.info-inst-right {
	flex-direction: row-reverse;
}
.info-inst p {
	text-align: justify;
	dtext-justify: inter-ideograph;
	line-height: 1.6;
}
.info-inst-left dt {
	margin-right: 25px;
}
.info-inst-right dt {
	margin-left: 25px;
}
.info-inst p.img-copyright {
	text-align: right;
}

