@charset "UTF-8";
.pagehd_ttl {
	white-space: nowrap;
}
.accesswrap {
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
}
.accesstbl {
	padding-top: 55px;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
}
.accesstbl_wrap {
}
.accesstbl_wrap dl {
	display: grid;
	grid-template-columns: 110px auto;
	margin-bottom: 20px;
	padding-right: 40px;
}
.accesstbl_wrap dl dt {
}
.accesstbl_wrap dl dd {
}
.accesstbl_wrap dl dd a {
	text-decoration: underline;
	display: inline-block;
}
.map {
	padding-bottom: 160px;
	position: relative;
	z-index: 1;
}
.map_wrap {
}
.map_gm {
	aspect-ratio: 760 / 470;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-bottom: 85px;
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
}
.map_gm_cover {
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.map_gm iframe {
	width: 100%;
	height: 300%;
	position: absolute;
	top: -100%;
	left: 0;
	border: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.map_parking {
}
.map_parking_gm {
}
.map_parking_gm a {
	text-decoration: underline;
}
.map_parking_img {
}
.btmimg {
	width: 100%;
	height: 680px;
	overflow: hidden;
}
.btmimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1000px) {
	.pagehd_ttl {
	}
	.accesswrap {
	}
	.accesstbl {
	}
	.accesstbl_wrap {
	}
	.accesstbl_wrap dl {
	}
	.accesstbl_wrap dl dt {
	}
	.accesstbl_wrap dl dd {
	}
	.accesstbl_wrap dl dd a {
	}
	.map {
	}
	.map_wrap {
	}
	.map_gm {
	}
	.map_gm_cover {
	}
	.map_gm iframe {
	}
	.map_parking {
	}
	.map_parking_gm {
	}
	.map_parking_img {
	}
	.btmimg {
		height: 380px;
	}
}

@media screen and (max-width: 768px) {
	.pagehd_wrap {
		display: flex;
		justify-content: end;
	}
	.pagehd_ttl {
		position: unset;
		padding: 0 20px;
	}
	.accesswrap {
	}
	.accesstbl {
	}
	.accesstbl_wrap {
		font-size: 14px;
	}
	.accesstbl_wrap dl {
		padding-right: 0;
		grid-template-columns: 88px auto;
	}
	.accesstbl_wrap dl dt {
	}
	.accesstbl_wrap dl dd {
	}
	.accesstbl_wrap dl dd a {
	}
	.map {
		padding-bottom: 60px;
	}
	.map_wrap {
	}
	.map_gm {
		margin-bottom: 50px;
	}
	.map_gm_cover {
	}
	.map_gm iframe {
	}
	.map_parking {
	}
	.map_parking_gm {
	}
	.map_parking_img {
	}
	.btmimg {
		height: 171px;
	}
}
