<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.access {
	padding: 80px 0 0;
	text-align: center;
	margin-bottom: 150px;
}

.access .container {
	max-width: 998px;
}

.access .container p {
	margin-bottom: 80px;
}

.access02 ul li {
	position: relative;
}

.access02 ul li .txt {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
}

.access02 ul li .txt .city {
	font-size: 32px;
}

.access02 ul li .txt .time01 {
	font-size: 24px;
	margin: 10px 0;
}

.access02 ul li .txt .time01 span {
	font-size: 49px;
	margin: 0 5px;
	font-family: 'Libre Caslon Display', serif;
}

.access02 ul li .txt .time02 {
	font-size: 17px;
}

.access02 ul li .txt .time02 span {
	font-family: 'Libre Caslon Display', serif;
}

.access02 ul li {
	width: 33.14%;
	margin-bottom: 7px;
	overflow: hidden;
}

.access02 ul li:nth-child(1) {
	width: 49.66%
}

.access02 ul li:nth-child(2) {
	width: 49.97%
}

.access02 .caption {
	margin-top: 0;
}

.train {
	padding: 100px 0 135px;
}

.train .container {
	max-width: 1300px;
}

.train .map {
	max-width: 968px;
	width: 100%;
	margin: 0 auto 70px;
}

.train .col {
	width: 48%;
}

.train .col .tit {
	color: #94adab;
	margin-bottom: 20px;	
}

.train .col ul li {
	width: 48%;
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: 0;
}

.train .col ul li p {
	align-items: flex-end !important;
}

.train .col ul li .station {
	font-size: 25px;
}

.train .col ul li .station span {
	font-size: 70%;
}

.train .col ul li .time {
	color: #94adab;
	font-size: 22px;
}

.train .col ul li .time span {
	font-size: 70%;
}


.train .col ul li .cap {
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 10px;
	border-top: 1px solid #94adab;

}

.route {
	padding: 90px 0 140px;
	background: #bdc6c5;
}

.route .container {
	max-width: 1125px;
}

.route .tit23 {
	margin-bottom: 100px;
	text-align: center;
}


.route li {
	align-items: center;
}

.route li:not(:last-child) {
	margin-bottom: 60px;
}

.route li .line {
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-align: center;	
}

.route li .line .jp {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.6;
}

.route li .line .en {
	font-size: 11px;
	color: #1274bc;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
	margin-bottom: 10px;
}

.route li:nth-child(2) .line .en {
	color: #ab4a90;
}

.route li:nth-child(3) .line .en {
	color: #7b5a97;
}

.route li figure {
	width: calc(100% - 225px);
}

.route li figure img {
	width: 100%;
}

.multiAccess {
	background: #282828;
	padding: 90px 0;
	color: #fff;
}

.multiAccess .titJpEn .jp {
	color: #fff;
}

.multiAccess .container {
	max-width: 1070px;
}

.multiAccess .row {
	align-items: center;
}

.multiAccess .row:not(:last-child) {
	margin-bottom: 90px;
}

.multiAccess .row:nth-of-type(even) .img {
	order: 2;
}

.multiAccess .row:nth-of-type(even) .txt {
	order: 1;
}

.multiAccess .row .img {
	width: 47.38%;
}

.multiAccess .row .txt {
	width: 48.76%;
}

.multiAccess .row .tit23 {
	margin-bottom: 20px;
}

.multiAccess .row01 .box {
	margin-top: 20px;
	background: #474747;
	padding: 20px;
}

.multiAccess .row01 .box h5 {
	font-size: 15px;
}

.multiAccess .row01 .box p &gt; span {
	font-size: 17px;
}

.multiAccess .row01 .box p &gt; span span {
	font-size: 15px;
}

.multiAccess .row02 table {
	border: 0;
	margin-top: 20px;
	width: 100%;
	background: #f5f5f5;
	color: #000;
	text-align: center;
	font-size: 18px;
}

.multiAccess .row02 table span {
	font-size: 22px;
}

.multiAccess .row02 table tr {
	border: 1px solid #000;
}
.multiAccess .row02 table tr:first-child td {
	background: #94adab !important;
	color: #fff !important;
	font-size: 14px !important;
}

.multiAccess .row02 table tr td:first-child {
	background: #dbe3e2;
}

.multiAccess .row03 .txt .photo {
	margin-top: 20px;
}
@media screen and (max-width: 1400px) {
	
	.train .col ul li .station {
	font-size: 23px;
		letter-spacing: 0
}
	
.train .col ul li .time {
	font-size: 18px;
}
	}

@media screen and (max-width: 1200px) {
	
.train .col ul li .station {
	font-size: 20px;
}
.train .col ul li .time {
	font-size: 18px;
}


}
@media screen and (max-width: 767px) {
	.access {
		padding: 60px 0 0;
		margin-bottom: 80px;
	}

	.access .container p {
/*		text-align: left;*/
		margin-bottom: 40px;
	}

	.access .map {
		width: calc(100% + 30px);
		margin-left: -15px;
	}	

	.access02 ul {
	}
	.access02 ul li {
		width: 49.5% !important;
		margin-bottom: 1% !important;
	}

	.access02 ul li:first-of-type {
		width: 100% !important;
	}
	.access02 ul li .txt .city {
		font-size: 5vw;
	}
	.access02 ul li .txt .time01 span {
		font-size: 8vw;
	}
	.access02 ul li .txt .time01 {
		font-size: 4vw;
		margin: 0;
	}

	.access02 ul li .txt .time02 {
		font-size: 4vw;
	}

	.train {
		padding: 60px 0 20px;
	}

	.train .col {
		width: 100%;
	}

	.train .col ul li {
		width: 49%;
	}

	.train .col ul li {
		letter-spacing: -1px;
		margin-bottom: 30px;
	}

	.train .col ul li .station {
		font-size: 3.8vw;
	}

	.train .col ul li .station span {
		font-size: 3.5vw;
	}

	.train .col ul li .time {
		font-size: 3.5vw;
	}

	.train .col ul li .time span {
		font-size: 2vw;
	}

	.train .col ul li .cap {
		letter-spacing: 0;
		margin-top: 6px;
		padding-top: 6px;
	}


	.route {
		padding: 40px 0;
	}

	.route .tit23 {
		margin-bottom: 40px;
	}

	.route li:not(:last-child) {
		border-bottom: 1px solid #000;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.route li .line {
		width: 120px;
		height: 120px;
		margin: 0 auto 0;
	}

	.route li figure {
		width: 100%;
		padding-top: 45px;
	}

	.route li .commonSpModalImage::before {
		top: 10px;
	}

	.route li .line .jp {
		font-size: 3.5vw;
	}

	.multiAccess {
		padding: 60px 0;
	}

	.multiAccess .row:not(:last-child) {
		margin-bottom: 60px;
	}

	.multiAccess .row .tit23 {
		text-align: center;
	}

	.multiAccess .row .img {
		width: 100%;
		order: 1 !important;
		margin-bottom: 30px;
	}

	.multiAccess .row .txt {
		width: 100%;
		order: 1 !important;
	}

	.multiAccess .row02 table {
		font-size: 3.5vw;
	}

	.multiAccess .row02 table tr:first-child td {
		font-size: 3.5vw !important;
	}
	.multiAccess .row02 table span {
		font-size: 4vw;
	}
	
	.multiAccess .row01 .box {
		line-height: 1.2;
		padding: 5vw;
	}

	.multiAccess .row01 .box h5 {
		font-size: 3.5vw;
	}

	.multiAccess .row01 .box p &gt; span {
		font-size: 4.5vw;
		display: block;
	}

	.multiAccess .row01 .box p &gt; span span {
		font-size: 4vw;
	}

	.multiAccess .row01 .box p:not(:last-child) {
		margin-bottom: 10px;
	}

	.multiAccess .row03 .txt .photo .caption {
		text-align: left !important;
	}
}</pre></body></html>