<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*メインカラー0　#1e50a2　ブルー*/
/*メインカラー1　#0f9900　濃グリーン*/
/*メインカラー2　#e4dbbd　薄キイロ*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/
/*メインカラー5　#e87478　薄ピンク*/
/*メインカラー6　#4c6cb3 薄ブルー*/
/*メインカラー7　#FF8E1A　濃オレンジ*/
.map_block {
	margin-top: 20px;
	text-align: center;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.floor_block {
	display: flex;
	background-color: white;
	padding: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.floor_item {
	max-width: 400px;
	width: 100%;
}</pre></body></html>