@charset "utf-8";


/* パンくずリスト */
#breadcrumb #showTagList {
	white-space: normal;
}

/* フロアマップ */
.floorMap {
	min-height: calc(100vh - 101px - 60px);
}

.floor img {
	display: block;
	margin: 0 auto;
}

.imageAarea h3 {
	text-align: left;
}

/* 詳細画面フロアマップ */
#exhRelativeNone{ 
	position: relative;
}

#exhRelativeNone section{ 
	width: 100%;
	box-sizing:border-box;
	position: absolute;
	bottom: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 600px){
#exhRelativeNone, #exhRelativeNone section{ 
	position: static;
	padding: 0;
}
}