@charset "UTF-8";

/* ----------------------------------------
	access
---------------------------------------- */
.access__map {
	margin-bottom: 100px;
}

.access__map iframe {
	width: 100%;
	height: 400px;
}

.section__title.train::before {
	background: url(../renImages/access/icon_train.svg) center no-repeat;
	background-size: auto 100%;
	width: 37px;
	height: 35px;
}

.section__title.car::before {
	background: url(../renImages/access/icon-car.svg) center no-repeat;
	background-size: cover;
	width: 37px;
	height: 26px;
}

.section__contents--text .title {
	color: rgb(var(--aqu));
	display: flex;
}

@media screen and (max-width: 768px) {
	.access__map {
		margin-bottom: 16vw;
	}

	.section__title.train::before {
		width: 9.86667vw;
		height: 9.86667vw;
	}

	.section__title.car::before {
		width: 9.86667vw;
		height: 6.93333vw;
	}
}