@charset "UTF-8";

/* --------------------------------------------------------------------------------------
	アクセス
--------------------------------------------------------------------------------------- */

.page-access .key-sub { background-image: url(../img/access/key_image.jpg); }

.access-wrap {
	margin-top: 60px;
	padding-bottom: 123px;
}

.access-wrap article { margin-top: 100px; }
.access-wrap article:first-child { margin-top: 0; }

.access-wrap section {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.access-wrap section .details {
	order: 1;
	width: 560px;
}

.access-wrap section h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	max-width: 560px;
	padding-left: 24px;
	position: relative;
}

.access-wrap section h2::after {
	border-radius: 3px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 11px;
}

.access-wrap section > p { max-width: 560px; }

.access-wrap section dl {
	border-bottom: 1px solid #cdcdcd;
	display: flex;
	padding: 12px 0;
	position: relative;
}

.access-wrap section dt {
	font-weight: 700;
	width: 110px;
}

.access-wrap section dd a {
	color: initial;
	cursor: default;
	text-decoration: none;
}

.access-wrap section p {
	font-size: 1.4rem;
	margin-top: 16px;
}

.access-wrap section .google-map {
	border-radius: 0px 32px 0px 32px;
	float: right;
	order: 2;
	overflow: hidden;
	width: 400px;
}

.access-wrap section .google-map iframe {
	height: 100%;
	min-height: 225px;
	width: 100%;
}

@media (max-width: 1000px) {

	.page-access .key-sub { background-image: url(../img/access/key_image_sp.jpg); }

	.access-wrap {
		margin: 13.333vw 4.267vw 20.933vw;
		padding-bottom: 0;
	}

	.access-wrap article { margin-top: 22.333vw; }

	.access-wrap section {
		display: block;
		margin-top: 9.333vw;
	}

	.access-wrap section .details { width: auto; }

	.access-wrap section h2 {
		font-size: 5.867vw;
		padding-left: 5.867vw;
	}

	.access-wrap section h2::after {
		border-radius: .4vw;
		margin-bottom: 6.4vw;
		width: 2.667vw;
	}

	.access-wrap section dl { padding: 3.2vw 0; }

	.access-wrap section dt { width: 25.333vw; }

	.access-wrap section p {
		font-size: 3.467vw;
		margin-top: 6.4vw;
	}

	.access-wrap section .banner {
		margin-top: 5.6vw;
		text-align: center;
	}

	.access-wrap section .blank a::before {
		background-color: transparent;
		height: 3.467vw;
		right: 4vw;
		width: 3.467vw;
	}

	.access-wrap section .blank a::after {
		background-color: transparent;
		height: 3.467vw;
		right: 4.8vw;
		transform: rotate(0);
		width: 3.467vw;
	}
}
