@charset "utf-8";

.access {
	overflow-x: hidden;
}

.access .page-ttl-en {
	width: 11.8rem;
}

.access .page-mv-wrap {
	margin-top: 13rem;
}

.access .page-mv-wrap::before {
	background-image: url("../img/access/img_access.webp");
}

.sec-ttl-en {
	margin-bottom: 2rem;
}

.sec-ttl {
	font-size: 3.4rem;
	letter-spacing: .06em;
}

.map {
	padding-top: 13.7rem;
}

.map .sec-ttl-en {
	width: 3.8rem;
}

.map-img-wrap {
	margin-top: 6rem;
}

.map-address {
	font-size: 1.6rem;
	margin-top: 2.5rem;
}

.cl-gr {
	display: inline-block;
	color: #70A500;
	text-decoration: underline;
}

.train-car {
	padding-top: 17.3rem;
}

.sec-ttl-txt-wrap {
	display: flex;
	justify-content: space-between;
}

.train-car .sec-ttl-en {
	width: 7.6rem;
}

.sec-ttl-txt {
	width: 46rem;
	font-size: 1.4rem;
	line-height: 1.9;
	margin-top: 3rem;
}

.access-way {
	margin-top: 5rem;
	position: relative;
}

.access-way::after {
	content: '';
	width: 4.5rem;
	height: auto;
	aspect-ratio: 45/608;
	background-image: url("../img/access/map_ontake.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.way-train {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
}

.way-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.way-ttl {
	font-size: 2.2rem;
	padding-left: 8.4rem;
	margin-top: 2.6rem;
	position: relative;
}

.way-ttl::before {
	content: '';
	width: 6.8rem;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url("../img/access/icon_train.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.way-car .way-ttl::before {
	background-image: url("../img/access/icon_car.svg");
}

.way-img {
	width: 43.5rem;
	margin-right: 4.5rem;
}

.bus {
	padding-top: 16rem;
	padding-bottom: 10rem;
}

.sec-ttl-txt-img-wrap {
	display: flex;
	justify-content: space-between;
}

.bus-img {
	width: 48rem;
}

.bus-txt-wrap {
	width: 39rem;
}

.bus .sec-ttl-en {
	width: 3.6rem;
}

.guide {
	background: #FEFDF5;
	padding-top: 10rem;
	padding-bottom: 13rem;
	margin-top: 14rem;
	margin-bottom: 8.3rem;
}

.guide .sec-ttl-en {
	width: 19rem;
}

.sec-ttl-img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-map {
	width: 64.4rem;
}

.point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.point-item {
	width: 20.8rem;
}
.point-item:nth-of-type(-n+4) {
	margin-bottom: 5rem;
}

.point-ttl {
	font-size: 2rem;
	letter-spacing: .06em;
	margin-top: 2.2rem;
	margin-bottom: 1.6rem;
}

.point-txt {
	font-size: 1.4rem;
	line-height: 1.8;
}

/*SP: 〜750px*/
@media screen and (max-width: 750px) {
	
	.access .page-ttl-en {
		width: 6.7rem;
	}
	
	.access .page-mv-wrap {
		margin-top: 4rem;
	}
	
	.access .page-mv-wrap::before {
		background-image: url(../img/access/img_access_sp.jpg);
	}
	
	.map {
		padding-top: 7rem;
	}
	
	.sec-ttl-en {
		margin-bottom: 1.4rem;
	}
	
	.voice .sec-ttl-en {
		width: 3.1rem;
	}
	
	.sec-ttl {
		font-size: 2.4rem;
	}
	
	.map-img-wrap {
		margin-top: 3.7rem;
	}
	
	.map-address {
		line-height: 1.9;
		margin-top: 2rem;
	}
	
	.access-way {
		margin-top: 11rem;
	}
	
	.access-way::after {
		content: none;
	}
	
	.train-car {
		padding-top: 9rem;
	}
	
	.sec-ttl-txt-wrap {
		display: block;
	}
	
	.train-car .sec-ttl-en {
		width: 6.4rem;
	}
	
	.sec-ttl-txt {
		width: 100%;
	}
	
	.way-flex {
		display: block;
	}
	
	.way-train {
		margin-bottom: 8rem;
	}
	
	.way-ttl {
		padding-left: 8.6rem;
	}
	
	.way-ttl::before {
		width: 7.8rem;
	}
	
	.way-img {
		width: 100%;
		margin-top: 4.8rem;
		margin-right: 0;
	}
	
	.bus {
		padding-top: 11.6rem;
		padding-bottom: 6rem;
	}
	
	.sec-ttl-txt-img-wrap {
		flex-direction: column-reverse;
	}
	
	.bus .sec-ttl-en {
		width: 3rem;
	}
	
	.bus-txt-wrap {
		width: 100%;
	}
	
	.bus-img {
		width: 100%;
		margin-top: 2rem;
	}
	
	.guide {
		padding-top: 6rem;
		padding-bottom: 6rem;
		margin-top: 2rem;
		margin-bottom: 6rem;
	}
	
	.guide .sec-ttl-en {
		width: 14.8rem;
	}
	
	.guide-map {
		width: 100%;
		margin-top: 3.7rem;
	}
	
	.point-list {
		display: block;
	}
	
	.point-list .slick-list {
		overflow: visible;
	}
	
	.point-item {
		margin: 0 1.25rem;
	}
	.point-item:nth-of-type(-n+4) {
		margin-bottom: 0;
	}
	
	
}










