@charset "UTF-8";
/*---------------　*/
.map {
	position: relative;
}
.map .item {
	margin-bottom: 3em;
}
.map_title {
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 40px;
}
.map_title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #000;
	border-radius: 2px;
}
@media screen and (max-width: 768px) {
	.map_title {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.map_title:before {
		width: 60px;
		bottom: -10px;
	}
	.map_wrap {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
	}
	.map_wrap iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width: 480px) {
	.map_title {
		font-size: 1.8rem;
	}
	.map_title:before {
		width: 50px;
	}
}
