@charset "UTF-8";



/*********** 共通 *************/



/*********** ↑共通 *************/




.access-bg {
	background-image: url("../../access/images/access_bg.png");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}




/********** train **********/

.train_01-wrap {
	margin-top: 100px;
}

.train_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.train_02-wrap li {
	width: 31.07%;
	margin-top: 50px;
}

.train_02-wrap dl {
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	border-left: 1px solid #ccbda8;
	border-right: 1px solid #ccbda8;
	margin-top: 10px;
}

.train_02-wrap dt {
	font-size: 3.0rem;
}

.train_02-wrap dd {
	font-size: 2.0rem;
	margin-top: 5px;
}

.train_02-wrap dd .l {
	font-size: 2.0em;
}

.train_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.train_03-wrap li:nth-child(1) {
	width: 54.5%;
}

.train_03-wrap li:nth-child(2) {
	width: 40.5%;
}

/********** ↑train **********/





/********** bus **********/

.bus_mp-wrap {
	margin-top: 180px;
}

.bus_01-wrap {
	margin-top: 80px;
}

.bus_02-cont {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 140px;
}

.bus_02-cont .ttl {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: center;
	background: #085d66;
	padding: 10px;
}

.bus_02-cont .inner {
	padding: 67px;
}

.bus_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.bus_03-wrap li {
	width: 48.87%;
}

.bus_04-wrap {
	margin-top: 100px;
}


/********** ↑bus **********/






/********** taxi **********/

.taxi_mp-wrap {
	margin-top: 180px;
}

.taxi_01-cont {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 80px;
}

.taxi_01-cont .ttl {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: center;
	background: #085d66;
	padding: 10px;
}

.taxi_01-cont .inner {
	padding: 77px;
}

/********** ↑taxi **********/








