@charset "utf-8";




/* ----------------
	floor map page
 ---------------- */


/* ---- section ---- */

section.common {
	padding: 100px 5% 0;
}

section.common + section.common {
	margin: 50px 0 120px;
}

section.common > .inner {
	max-width: 1200px;
	margin: 0 auto;
}

section.common header {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

section.common h1 {
	font-size: 3.7rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.3;
	text-align: center;
}

section.common h1 + p {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}

section.common img {
	display: block;
	width: 100%;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {

	section.common {
		padding: 12vw 7vw 0;
	}

	section.common + section.common {
		margin: 5vw 0 16vw;
	}

	section.common > .inner {
		max-width: none;
		margin: 0;
	}

	section.common header {
		padding-bottom: 3vw;
	}

	section.common h1 {
		font-size: 2.6rem;
	}

	section.common h1 + p {
		margin-top: 2vw;
		font-size: 1.3rem;
	}

	section.common img {
		margin-top: 7vw;
	}

}
