/*
----------------------
 slide
----------------------
*/

#map {
  position: relative;
  width: 100%;
  text-align: center;
}

#map img {
  width: 51%;
  height: auto;
}

.description {
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}

@media screen and (max-width : 415px) {
	#map img {
	  width: 100%;
	}

	.description {
		width: 100%;
	}
}