.v4.s05-contact-map {
	width: 100%;
}

.v4.s05-contact-map .contact-map__wrapper {
	width: 100%;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ededed;
}

.v4.s05-contact-map .contact-map__map {
	width: 100%;
	position: relative;
	padding-bottom: 64.39024%;
}

.v4.s05-contact-map .contact-map__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.v4.s05-contact-map .contact-map__locations {
	margin-bottom: 80px;
}

.v4.s05-contact-map .contact-map__location {
	position: relative;
	width: 100%;
	min-height: 144px;
	padding-top: 120px;
    padding-left: 0;
	padding-bottom: 40px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ededed;
}

.v4.s05-contact-map .contact-map__location > p,
.v4.s05-contact-map .contact-map__location > a,
.v4.s05-contact-map .contact-map__location > div.contact-map__email {
	font-size: 16px;
	font-weight: 400;
	color: #7f7f7f;
	line-height: 24px;
	letter-spacing: 0.3px;
}

.v4.s05-contact-map .contact-map__location > a {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

@media only screen and (min-width: 1200px) {
	.no-touch .v4.s05-contact-map .contact-map__location > a:hover {
		color: #000;
	}
}

.v4.s05-contact-map .contact-map__location-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
    height: 100px;
}

.v4.s05-contact-map .contact-map__location-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
	.no-touch .v4.s05-contact-map .contact-map__location-title:hover > a {
		text-decoration: underline;
	}
}

.v4.s05-contact-map .contact-map__show-more {
	font-size: 16px;
	font-weight: 400;
	color: #7f7f7f;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-top: -16px;
	display: inline-block;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

@media only screen and (min-width: 1200px) {
	.no-touch .v4.s05-contact-map .contact-map__show-more:hover {
		color: #000;
	}
}

.v4.s05-contact-map .contact-map__show-more .icon {
	font-size: 8px;
	margin-left: 4px;
}

@media only screen and (max-width: 767.98px) {
	.v4.s05-contact-map .contact-map__wrapper {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.v4.s05-contact-map .contact-map__map {
		padding-bottom: 71.5%;
	}
	.v4.s05-contact-map .contact-map__location {
		padding: 0 92px 22px 0;
		margin-bottom: 24px;
		min-height: 92px;
	}
	.v4.s05-contact-map .contact-map__location > p,
	.v4.s05-contact-map .contact-map__location > a {
		font-size: 14px;
	}
	.v4.s05-contact-map .contact-map__location > a::after {
		content: '';
		display: block;
	}
	.v4.s05-contact-map .contact-map__location-image {
		left: auto;
		right: 0;
		width: 72px;
		height: 72px;
	}
	.v4.s05-contact-map .contact-map__location-title {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.v4.s05-contact-map .contact-map__show-more {
		margin-top: 0;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
