@charset "UTF-8";
/* CSS Document */

.sectiontitle {
		font-size: 3.2rem;
		margin-bottom: 24px;
	}

.title {
	position: absolute;
    bottom: 24px;
	width: 200px;
	height: 200px;
	padding: 16px;
	opacity: 0.9;
	font-size: 4.0rem;
	box-shadow: 1px 1px 0.5px #888888;
}

.title h2 {
	letter-spacing: 2px;
}

.accessmv-box {
	width: 100%;
	margin: 0 0 80px 0;
    position: relative;
}

.accessmv {
    width: 100%;
    height: 600px;
	background-size: cover;
}



.caution {
	margin: 0 0 80px 0;
	text-align: center;
}

.caution p {
	line-height: 2;
}

.mapbox {
	width: 100%;
}

.exterior {
	margin-right: 224px;
}

.exterior,.parking {
	display: inline-block;
	width: 400px;
}

.exterior img,.parking img {
	width: 400px;
	height: auto;
	margin: 0 0 24px 0;
}

.exterior p, .parking p {
	line-height: 18px;
}

@media (max-width: 1024px) {
	
	.exterior {
	margin-right: 174px;
}
	
}

@media (max-width: 896px) {
	
	.sectiontitle {
		font-size: 3.2rem;
		margin-bottom: 24px;
	}
	
	.title {
	width: 160px;
	height: 160px;
	padding: 12px;
	font-size: 3.2rem;
	box-shadow: 1px 1px 0.5px #888888;
}

.title h2 {
	letter-spacing: 1px;
}
	
	.accessmv-box {
	margin: 0 0 64px 0;
}
	
	.exterior {
		margin-right: 80px;
	}
	
	.exterior,.parking {
		width: 320px;
	}
	
	.exterior img,.parking img {
		width: 320px;
		margin: 0 0 24px 0;
	}
	
	.exterior p, .parking p {
		font-size: 1.4rem;
		line-height: 21px;
	}
}

@media (max-width: 460px) {
	
	.sectiontitle {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
	
	.accessmv-box {
	margin: 0 0 40px 0;
}
	
	.title {
		width: 88px;
		height: 88px;
		bottom: 36px;
		padding: 8px;
		font-size: 1.8rem;
		box-shadow: 1px 1px 0.5px #888888;
	}

	.title h2 {
		letter-spacing: 1px;
		font-size: 1.6rem!important;
	}
	
	.caution {
	margin: 0 0 40px 0;
}
	
	.mgnctrl{
		width: 100%;
		height: 56px;
	}

	.accessmv {
		height: 500px;
		padding: 30px 0 0 30px;
		margin: 0 0 32px 0;
	}
	
	.exterior {
		margin-right: 0px;
	}
	
	.exterior,.parking {
		width: 315px;
		margin-bottom: 64px;
	}
	
	.exterior img,.parking img {
		width: 315px;
		margin: 0 0 16px 0;
	}
	
	.exterior p, .parking p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}