@charset "utf-8";

.access-view {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
	margin-top: 100px;
}

.title-line {
  background-color: rgb(234, 85, 20);
  height: 5px;
  margin-bottom: 20px;
}

.map {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;;
}

@media (max-width: 1000px) {
	.access-view {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 10px;
	}		
}
