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

#access {
	margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
	#access {
		margin-bottom: 0;
	}
}

/* ==============================================

	access_info

================================================= */
.access_info {
	background: #f3f2ee;
	padding: 90px 0;
}
/*---------------------------------------------
	access_infoDtl
---------------------------------------------*/
.access_infoDtl {
	display: flex;
	align-items: flex-start;
	flex-flow: row-reverse;
	justify-content: center;
	gap: 0 60px;
	margin-bottom: 70px;
}
.access_infoTbl {
	width: 800px;
}
.access_info table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.access_info table tr:first-child {
	border-top: 1px solid #aeaeae;
}
.access_info table tr {
	border-bottom: 1px solid #aeaeae;
}
.access_info table th {
	padding: 18px 0;
	font-weight: 500;
	width: 100px;
	vertical-align: middle;
	color: #6a5b25;
}
.access_info table td {
	padding: 15px 0 15px 25px;
	line-height: 140%;
}
.access_info table td small {
	display: block;
	margin-top: 5px;
	line-height: 120%;
}

/*---------------------------------------------
	access_way
---------------------------------------------*/
#access_way {
	max-width: 990px;
	margin: 0 auto 90px;
	padding: 40px 50px;
	background: #fff;
	display: flex;
	gap: 40px 50px;
}
.access_way_box {
	flex: 1;
}
.access_way_ttl {
	text-align: center;
	border-bottom: 1px solid #bbb6aa;
	margin-bottom: 25px;
}
.access_way_ttl h2 {
	font-size: 1.6rem;
	color: #6a5b25;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	height: 40px;
}
#access_train .access_way_ttl h2::before {
	content: "";
	background: url("../images/icon_train.svg") center no-repeat;
	width: 24px;
	height: 29px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(51%) sepia(3%) saturate(3662%) hue-rotate(8deg) brightness(99%) contrast(93%);
}
#access_car .access_way_ttl h2::before {
	content: "";
	background: url("../images/icon_car.svg") center no-repeat;
	width: 26px;
	height: 22px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(51%) sepia(3%) saturate(3662%) hue-rotate(8deg) brightness(99%) contrast(93%);
}
.access_way_info {
	padding: 0 30px;
	display: flex;
	justify-content: center;
}
.access_way_info li {
	line-height: 142%;
	display: flex;
	align-items: baseline;
}
.access_way_info li::before {
	position: relative;
	top: -3px;
	left: 0;
	margin-right: 8px;
	display: inline-block;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
	background: #a7a7a7;
}
.access_way_info li span {
	width: calc(100% - 13px);
}
.access_way_info li:not(:last-child) {
	margin-bottom: 5px;
}
.access_way_info p {
	margin-bottom: 15px;
}

/*---------------------------------------------
	access_map
---------------------------------------------*/
#access_map iframe {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1366px) {
	.access_infoDtl {
		padding: 0 7%;
		gap: 0 40px;
	}
}
@media screen and (max-width: 1024px) {
	.access_infoDtl {
		padding: 0 5%;
	}
	#access_way {
		width: 90%;
	}
	.access_way_info {
		padding: 0;
	}
	.access_infoTbl {
		width: 100%;
	}
}
@media screen and (max-width: 896px) {
	.access_info {
		margin-top: 70px;
	}
	.access_infoDtl {
		flex-flow: column;
		align-items: center;
		gap: 50px 0;
	}
	#access_map iframe {
		height: 500px;
	}
}
@media screen and (max-width: 768px) {
	#access_way {
		flex-flow: column;
	}
}
@media screen and (max-width: 640px) {
	.access_infoTbl {
		width: 100%;
	}
	#access_map iframe {
		height: 400px;
	}
}
@media screen and (max-width: 480px) {
	.access_info {
		padding: 30px 0 60px;
		margin-top: 0;
	}
	.access_infoDtl {
		gap: 30px 0;
		margin-bottom: 40px;
	}
	.access_info table {
		font-size: 1.2rem;
	}
	.access_info table th {
		width: 80px;
		padding: 12px 0;
	}
	.access_info table td {
		padding: 12px 0 12px 15px;
	}
	#access_way {
		padding: 25px 30px;
		margin-bottom: 40px;
	}
	.access_way_ttl {
		margin-bottom: 18px;
	}
	.access_way_ttl h2 {
		gap: 10px;
		font-size: 1.45rem;
		height: 30px;
	}
	#access_train .access_way_ttl h2::before,
	#access_car .access_way_ttl h2::before {
		zoom: 0.75;
	}
	#access_map iframe {
		height: 250px;
		margin-bottom: 30px;
	}
}

