@charset "UTF-8";

/*page_ttl
----------------------------------------*/
main:has(.page_ttl) {
	background: none;
}
/*access_inner
----------------------------------------*/
.access {
	overflow: clip;
}
.access_bg {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.access_bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.access_inner {
	max-width: 110rem;
	margin: -100vh auto 0;
	padding: 6.4rem 0;
}

@media only screen and (max-width: 768px) {
	.access_inner {
		margin-inline: 2rem;
		padding: 4.4rem 0 8rem;
	}
}

/*access_map
----------------------------------------*/
.access_map {
	line-height: 0;
}
.access_map iframe {
	width: 100%;
	height: 55rem;
	border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
	.access_map iframe {
		height: 35rem;
	}
}

/*access_info
----------------------------------------*/
.access_info {
	margin-top: 7.4rem;
}
.access_info_box {
	display: flex;
	gap: 8.4rem;
}
.access_info_box_left {
	padding-left: 5.1rem;
	width: 46.5rem;
	flex-shrink: 0;
}
.access_info_box_logo {
	width: 20rem;
	margin-bottom: 3.5rem;
}
.access_info_box_txt {
	font-size: 1.4rem;
	line-height: 2.1;
	color: #333333;
	letter-spacing: 0.1em;
}
.access_info_box_map {
	display: flex;
	align-items: center;
	gap: .8rem;
	width: fit-content;
	margin-top: 2rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
	color: #004124;
	text-decoration: underline;
}
.access_info_box_map img {
	width: 1.2rem;
}
.access_info_box_right {
	flex: 1;
}
.access_info_box_item + .access_info_box_item {
	margin-top: 6.1rem;
}
.access_info_box_item h2 {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.6rem;
	letter-spacing: .1em;
	color: #004124;
	padding-bottom: 1.5rem;
	font-weight: 400;
}
.access_info_box_item h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -100vw;
	bottom: 0;
	border-bottom: .1rem solid #C9C9C3;
}
.access_info_box_item h2 img[src$="icon_car.svg"] {
	width: 4rem;
}
.access_info_box_item h2 img[src$="icon_train.svg"] {
	width: 2.2rem;
}
.access_info_box_item h2 img[src$="icon_bus.svg"] {
	width: 3.8rem;
}
.access_info_box_item p {
	margin-top: 1.8rem;
	font-size: 1.3rem;
	line-height: 2.1;
	color: #333;
	letter-spacing: .05em;
}
.access_info_box_item p + p {
	margin-top: 1.1rem;
}
@media only screen and (max-width: 768px) {
	.access_info {
		margin-top: 4.2rem;
	}
	.access_info_box {
		flex-direction: column;
		gap: 5rem;
	}
	.access_info_box_logo {
		width: 10.2rem;
		margin-bottom: 0;
	}
	.access_info_box_txt {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.access_info_box_left {
		display: flex;
		align-items: flex-start;
		gap: 2.8rem;
		padding-left: 0;
		width: 100%;
	}
	.access_info_box_right_txt {
		margin-top: -0.7rem;
		flex: 1;
	}
	.access_info_box_map {
		margin-top: 1.8rem;
	}
	.access_info_box_item + .access_info_box_item {
		margin-top: 3.8rem;
	}
}
