@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/access/access_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual h1 {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
#mainvisual h1 span {
	font-size: 1.5rem;
}
.access-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 120px;
}
.access-location {
	width: 100%;
	margin: 60px auto;
}
.location-header h2 {
	font-size: 1.3rem;
}
.location-header p {
	font-size: 1.0rem;
}
.access-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.access-info img {
	width: 45%;
	height: auto;
	margin: 0;
}
.access-info .address-table {
	width: 53%;
	margin: 0;
}
.address-table tbody th, .address-table tbody td {
	font-size: 1.0rem;
}
.access-map iframe {
	height: 400px;
}
.access-btns a {
	padding: 10px 30px;
	margin: 15px 0 0 auto;
	font-weight: bold;
}
}
