@CHARSET "UTF-8";

.wrapper {
	max-width: 1170px;
}

.map-area:first-child {
	padding-top: 120px;
	margin-bottom: 50px;
}

.map-area div.tit-page h3 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
}

.map-area div.tit-page span {
	color: #7040CD;
}

.map-page {
	position: relative;
	top: -25px;
	left: 20%;
	width: 80%;
}

.map-area:first-child .map-page {
	top: -49px;
}

.map-page h1,
.map-page h2 {
	padding: 0;
	margin: 0;	
	color: #080808;
}

.map-page h1 {
	font-size: 3.5em;
}

.map-page h2 {
	font-size: 2.5em;
}

.map-page h2 span {
	color: #666;
}

.map-page p {
	color: #505050;
}

.map-page div {
	position: relative;
	height: 120px;
	margin-top: 50px;
}

.map-page div:last-child {
	margin-top: 10px;
	margin-bottom: 40px;
}

.map-page div section {
	position: relative;
	top: 0;
	width: calc(50% - 30px);
	padding: 20px 0;
	border-top: 1px solid #A0A0A0;
	height: 100px;
}

.map-page div section:nth-child(odd) {
	left: 0;
}

.map-page div section:nth-child(even) {
	top: -142px;
	left: calc(50% + 30px);
}

.map-page div section h3 {
	width: 50%;
}

.map-page div section p {
	position: relative;
	top: -25px;
	left: 50%;
	width: 50%;
	font-size: 14px;
}

@media screen and (max-width: 1250px) {
	.map-page,
	.map-area:first-child .map-page {
		top: 0;
	}
	
	.map-page {
		left: 0;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 60px;
	}
	
	.map-area:first-child .map-page {
		margin-bottom: 150px;
	}
	
	.map-area:first-child div.tit-page span {
		position: relative;
		top: -24px;
		left: 120px;
	}
}

@media screen and (max-width: 1000px) {
	.map-page div {
		height: 270px;
	}
	
	.map-page div section {
		width: 100%;
	}
	
	.map-page div section:nth-child(even) {
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 700px) {
	.map-page h1 {
		font-size: 1.9em;
		border: ;
	}
	
	.map-page h2 {
		font-size: 1.3em;
	}
	
	.map-page h2 span {
		color: #666;
	}
	
	.map-page div section p,
	.map-page div section h3 {
		width: 100%;
	}
	
	.map-page div section p {
		top: 10px;
		left: 0;
	}
}