@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media only screen and (min-width: 768px) {
	.floor_list {
		padding: 0 80px;
		width: 570px;
	}
}

.floor_list a {
	position: relative;
	top: 0;
	left: 0;
	outline: solid 3px transparent;
	transition: outline-color .1s linear;
}

.floor_list a:hover {
	outline-color: #2255aa;
	z-index: 100;
}

.floor_list .li-0 {
	position: relative;
	top: 0;
	left: 0;
}

.floor_list .li-0::before {
	content: '';
	display: block;
	background-color: #e2cdb6;
	height: 3px;
	position: absolute;
	top: -4px;
	left: 50%;
}

@media only screen and (min-width: 768px) {
	.floor_list .li-0::before {
		width: 660px;
		margin-left: -330px;
	}
}

@media only screen and (max-width: 767px) {
	.floor_list .li-0::before {
		width: 100%;
		margin-left: -50%;
	}
}

.floor {
	display: block;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.floor-0 {
		width: 284px;
	}
}

.floor__block {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	    align-items: center;
	background-color: #f5f4ed;
	margin-bottom: 5px;
}

.floor__block-1 {
	margin-bottom: 4px;
}

.floor__block-0 {
	margin-bottom: 0;
}

.floor__head {
	text-align: center;
	-ms-flex-align: center;
	    align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	line-height: 1;
}

@media only screen and (min-width: 768px) {
	.floor__head {
		width: 90px;
		min-width: 90px;
		max-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.floor__head {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
	}
}

.floor__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	box-sizing: border-box;
	min-height: 52px;
	padding: 10px 0;
	font-size: 0.813rem;
	width: 100%;
}

.floor__body ul {
	width: 100%;
}

.floor__body ul::before, .floor__body ul::after {
	content: '';
	display: table;
}

.floor__body ul::after {
	clear: both;
}

.floor__body li {
	font-family: "FOT-ロダン Pro M", "RodinPro-M", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	box-sizing: border-box;
	font-size: 0.813rem;
	line-height: 1.3;
	position: relative;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.floor__body li {
		min-width: 32%;
	}
}

.floor__body li:not(:last-child) {
	margin-bottom: .3em;
}

.floor__body li::before {
	content: '・';
	font-size: 0.813rem;
	display: block;
	width: 1em;
	position: absolute;
	top: 1px;
	left: 0;
}

.floor .title {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 0.813rem;
	margin-bottom: .7em;
	line-height: 1.3;
}

.floor .num {
	color: #2255aa;
}

.floor .num .main {
	font-size: 48px;
}

.floor .num .sub {
	font-size: 38px;
}

.floor .num .sub2 {
	font-size: 40px;
}

/*# sourceMappingURL=floormap.css.map */
