@charset "utf-8";
/* CSS Document */

#access {
	margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
	#access {
		margin-bottom: 0;
	}
}

/* ==============================================

	access_info

================================================= */
.access_info {
	background: #f9f9f9;
	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: #525252;
}
.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_train_area {
	max-width: 990px;
    margin: 0 auto 90px;
	background: #fff;
	padding: 20px 40px;
}

#access_car_area {
	max-width: 990px;
    margin: 0 auto 70px;
	background: #fff;
	padding: 20px 40px;
}

#access_airport_area {
	max-width: 990px;
    margin: 0 auto;
	background: #fff;
	padding: 20px 40px;
}

/*---------------------------------------------
	access_way
---------------------------------------------*/
.access_way {
	max-width: 990px;
	padding: 20px 30px 40px;
	display: flex;
	gap: 40px 50px;
}
.access_way_one {
	max-width: 990px;
	padding: 20px 30px 40px;
}
.access_way_txt {
	text-align: center;
	margin: 20px auto 10px;
	line-height: 150%;
}
.access_parking_txt {
	max-width: 400px;
	margin: 0px auto 30px;
	line-height: 150%;
}
.access_way_one_area {
	background: #f3f3f3;
	padding: 20px 30px;
}
.access_left {
	background: #f3f3f3;
	padding: 20px 30px;
}
.access_right {
	background: #f3f3f3;
	padding: 20px 30px;
}
.access_way_box {
	flex: 1;
}
.access_way_ttl {
	text-align: center;
	border-bottom: 1px solid #2d4f0f;
	margin-bottom: 25px;
}
.access_way_ttl h2 {
	font-size: 1.6rem;
	color: #2d4f0f;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	height: 40px;
}
#access_train_area .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(61%) sepia(0%) saturate(1915%) hue-rotate(353deg) brightness(85%) contrast(83%);
*/
}
#access_car_area .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(61%) sepia(0%) saturate(1915%) hue-rotate(353deg) brightness(85%) contrast(83%);
*/
}
#access_airport_area .access_way_ttl h2::before {
	content: "";
	background: url("../images/icon_airport.svg") center no-repeat;
	width: 24px;
	height: 29px;
	background-size: contain;
/*
	filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1915%) hue-rotate(353deg) brightness(85%) contrast(83%);
*/
}
.access_way_subttl {
	text-align: center;
	margin-bottom: 25px;
	line-height: 160%;
}
.access_way_subttl p {
	font-size: 1.6rem;
	line-height: 150%;
}
.access_way_info {
	display: flex;
	justify-content: center;
}
.access_way_info_txt {
	line-height: 160%;
	font-size: 1.3rem;
}
.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 {
	margin-bottom: 100px;
}
#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: 100%;
	}
	.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;
	}
	#access_train_area{
		margin: 0 auto 60px;
	}
	.access_way_one {
		padding: 20px 0px 40px;
	}
}
@media screen and (max-width: 640px) {
	.access_infoTbl {
		width: 100%;
	}
	#access_map iframe {
		height: 400px;
	}
	.access_left {
		padding: 20px 20px;
	}
	.access_right {
		padding: 20px 20px;
	}
}
@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 0px;
		margin: 0 auto;
	}
	.access_way_ttl {
		margin-bottom: 18px;
	}
	.access_way_ttl h2 {
		gap: 10px;
		font-size: 1.45rem;
		height: 30px;
	}
	#access_train_area .access_way_ttl h2::before,
	#access_car .access_way_ttl h2::before {
		zoom: 0.75;
	}
	#access_map iframe {
		height: 250px;
		margin-bottom: 30px;
	}
}

/*---------------------------------------------
	access_airport_rsv
---------------------------------------------*/
.access_airport_rsv {
	text-align: center;
	margin-bottom: 20px;
}
.access_airport_rsv_ttl {
	margin-bottom: 15px;
}
.access_airport_rsv h3 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 140%;
}
.access_airport_rsv p {
	font-family: "EB Garamond", serif;
	font-size: 1.8rem;
}
.access_airport_rsv p a {
	font-size: 3.0rem;
}



