/*------------------------------------------------------------
	フロアマップ
------------------------------------------------------------*/

.map {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.map img {
  max-width: 100%;
}
