@charset "utf-8";
/* CSS Document */

#access {
	margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
	#access {
		margin-bottom: 0;
	}
}

/* ==============================================

	access_info

================================================= */
.access_info {
	background: #faf8f8;
	padding: 90px 0;
}

/* ==============================================

	access_area

================================================= */
.access_area {
	padding: 0 50px;
}

/*---------------------------------------------
	access_infoDtl
---------------------------------------------*/
.access_infoDtl {
	max-width: 800px;
	margin: 0 auto 70px;
}
.access_infoTbl {
}
.access_info table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.access_info table tr:first-child {
	border-top: 1px solid #a47f78;
}
.access_info table tr {
	border-bottom: 1px solid #a47f78;
}
.access_info table th {
	padding: 18px 0;
	font-weight: 500;
	width: 100px;
	vertical-align: middle;
	color: #a47f78;
}
.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_infoImg
---------------------------------------------*/
.access_infoImg {
	text-align: center;
}
.access_infoImg img {
	margin: 0 auto 60px;
}

/*---------------------------------------------
	access_way
---------------------------------------------*/
#access_way {
	max-width: 1000px;
	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 #a47f78;
	margin-bottom: 25px;
}
.access_way_ttl h2 {
	font-size: 1.6rem;
	color: #a47f78;
	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/access/icon_train.svg") center no-repeat;
	width: 17px;
	height: 21px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(1416%) hue-rotate(322deg) brightness(97%) contrast(86%);
}
#access_car .access_way_ttl h2::before {
	content: "";
	background: url("../images/access/icon_car.svg") center no-repeat;
	width: 20px;
	height: 17px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(1416%) hue-rotate(322deg) brightness(97%) contrast(86%);
}
.access_way_info {
	padding: 0 30px;
	display: flex;
	justify-content: center;
}
.access_way_info ul {
	margin-bottom: 10px;
}
.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: #a47f78;
}
.access_way_info li span {
	width: calc(100% - 13px);
}
.access_way_info li:not(:last-child) {
	margin-bottom: 5px;
}
.access_way_info p {
	line-height: 150%;
}
.access_way_info_txt {
	margin-bottom: 10px;
}
#access_way .window a {
	display: flex;
	align-items: baseline;
	position: relative;
	color: #a47f78;
	text-decoration: underline;
}
#access_way .window a::after {
	content: "";
	background: url(../images/icon_window.svg) center no-repeat;
	width: 22px;
	height: 12px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(1416%) hue-rotate(322deg) brightness(97%) contrast(86%);
}
#access_way .window a:hover {
	text-decoration: none;
}

/*---------------------------------------------
	access_map
---------------------------------------------*/
#access_map iframe {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1366px) {
	.access_infoDtl {
	}
}
@media screen and (max-width: 1024px) {
	.access_infoDtl {
	}
	#access_way {
		width: 90%;
	}
	.access_way_info {
		padding: 0;
	}
}
@media screen and (max-width: 896px) {
	.access_info {
		margin-top: 70px;
	}
	.access_infoDtl {
	}
	#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_area {
		padding: 0 30px;
	}

	#access_map iframe {
		height: 400px;
	}
}
@media screen and (max-width: 480px) {
	.access_info {
		padding: 30px 0 60px;
		margin-top: 0;
	}
	.access_infoDtl {
		margin-bottom: 40px;
	}
	.access_info table {
		font-size: 1.3rem;
	}
	.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.85;
	}
	#access_map iframe {
		height: 250px;
		margin-bottom: 30px;
	}
}

.access_txt {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 160%;
}
@media screen and (max-width: 480px) {
	.access_txt {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
}