@charset "UTF-8";
.access_intro {
	margin-bottom: 80px;
}
.tbl_hd {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 10px;
}
.tbl_hd a {
	text-decoration: underline;
	color: #938055;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}
.tbl_hd a::before {
	content: '';
	width: 12px;
	height: 9px;
	background: url(../img/second/icon-accordion.svg) no-repeat center;
	background-size: cover;
	transform: rotate(90deg);
	position: absolute;
	left: 10px;
	top: 10px;
}
.access_tbl {
	width: 100%;
}
.access_tbl.-grid tbody tr {
	display: grid;
	border: none;
}
.access_tbl tbody tr {
	border-top: solid 1px #B6B0A3;
	border-bottom: solid 1px #B6B0A3;
}
.access_tbl tbody tr th {
	position: relative;
	padding: 20px;
	font-weight: bold;
}
.access_tbl.-grid tbody tr th {
	border: solid 1px #B6B0A3;
}
.access_tbl tbody tr th::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #F8F6F2;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.access_tbl tbody tr td {
	padding: 20px;
}
.access_tbl.-grid tbody tr td {
	border: solid 1px #B6B0A3;
	border-top: none;
}
.access_tbl {
	margin-bottom: 40px;
}
.access_map {
	width: 100%;
	height: 100%;
	aspect-ratio: 1165 / 650;
}
.access_map iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.tbl_hd {
		flex-flow: column;
		align-items: start;
		gap: 10px;
	}
}
