/*--------------------------------------------------------------------------
   access
---------------------------------------------------------------------------*/
#access {
	display: block;
	height: 1px;
	margin-top: -100px;
	padding-top: 100px;
}

.sec-access {
	padding-bottom: 0px;
}

.sec-access__hdg {
	margin-bottom: 46px;
}

.sec-access__map {
	position: relative;
	margin-bottom: 20px;
}



.sec-access__map #map {
	width: 1160px;
	height: 380px;
}

.sec-access__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.sec-access__exp {
	text-align: center;
}

.sec-access__exp .hdg {
	display: inline-block;
	position: relative;
	margin-bottom: 22px;
	font-size: 22px;
}

.sec-access__exp .hdg:before,
.sec-access__exp .hdg:after {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 1px;
	background: #3f3f3f;
	content: '';
}

.sec-access__exp .hdg:before {
	left: -53px;
}

.sec-access__exp .hdg:after {
	right: -53px;
}

.sec-access__exp .txt {
	margin: 0 50px;
	line-height: 1.85;
	
}

.sec-access__parking {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.sec-access__parking .img {
	width: 298px;
}

.sec-access__parking .img img {
	width: 100%;
	height: auto;
}

.sec-access__parking .inner {
	width: 816px;
}

.sec-access__parking .hdg {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}

.sec-access__parking .txt {
	line-height: 1.85;
}

.sec-access__link {
	margin-bottom: 50px;
    margin-right: 20px;
	text-align: right;
}

.sec-access__link a {
	text-decoration: none;
	color: white;
}

.map{
	background-color:transparent;
    color: white;
}

@media only screen and (max-width: 767px) {
.sec-access__exp .txt {
	margin: 0 50px;
	line-height: 1.85;
	font-size: 17px;
}
}
