@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/access/mv.jpg") top center / cover;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 375px;
}
.railroad{
	padding: 120px 5% 30px;
	background: #fff url("../../img/access/railroad_bg.png") no-repeat top right / 60% auto;
	color: #000;
}
.railroad_ttl{
	font-size: 40px;
	text-align: center;
	margin-bottom: 100px;
}
.railroad_map{
	max-width: 980px;
	margin: 0 auto 100px;
}
.railroad_ttl02{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;	
}
.railroad_ttl02 sup {
	font-size: 12px;
}
.railroad_txt{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 80px;
}
.railroad_txt sup {
	font-size: 10px;
}
.railroad_ttl03{
	max-width: 480px;
	margin: 0 auto 60px;
}
.railroad_ttl03 p {
	font-size: 10px;
}
.railroad_photoList{
	max-width: 1000px;
	margin: 0 auto 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.railroad_photoList_item{
	width: 47%;
  margin-bottom: 60px;
}
.railroad_photoList_item .station_name{
  font-size: 36px;
  letter-spacing: 4px;
  border-bottom: 1px solid #000;
}
.railroad_photoList_item dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 34px;
  border-bottom: 1px solid #000;
}
/*
.railroad_photoList_item dl:nth-of-type(2){
  margin-bottom: 10px;
}
*/
/*
.railroad_photoList_item dl dd{
  font-size: 32px;
}
*/
.railroad_photoList_item dl dd span{
  font-size: 44px;
}

.railroad_photoList_item .station_txt{
  font-size: 10px;
}

/*
.railroad_caption{
	max-width: 1000px;
	margin: 0 auto 80px;
	font-size: 10px;
}
*/
.railroad_subList {
	max-width: 1000px;
	margin: 0 auto 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
-webkit-box-align: end;
  -ms-flex-align: end;
}
.railroad_subList_item{
	width: 47%;
	font-size: 35px;
	border-bottom: .7px solid #000;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: end;
  -ms-flex-align: end;
}
.railroad_subList_item span {
	font-size: 44px;
}


.railroad_business{
	max-width: 1000px;
	margin: auto;
	padding: 35px 30px;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	position: relative;
}
.railroad_business::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #1e1e1e;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin: auto;
}
.railroad_business::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #1e1e1e;
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	margin: auto;
}
.railroad_businessList{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.railroad_businessList_item{
	max-width: 200px;
  width: 20%;
	margin-right: 20px;
}
.railroad_businessList_item02{
  width: 80%;
}
.railroad_businessList_item_ttl{
	font-size: 24px;
	margin-bottom: 10px;
}
.railroad_businessList_item_ttl sup{
	font-size: 10px;
}
.railroad_businessList_item_txt{
	font-size: 15px;
	margin-bottom: 10px;
}
.railroad_businessList_item_caption{
	font-size: 10px;
}
.railroad_annotation {
	max-width: 1000px;
    margin: auto;
	font-size: 10px;
	padding-top: 70px;
}
.traffic{
	padding: 120px 5% 30px;
	background: #f0f0f0;
	color: #000;
}
.traffic_ttl{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.traffic_txt{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
}
.traffic_map{
	max-width: 545px;
	margin: 0 auto 60px;
}
.traffic_photoList{
	max-width: 1000px;
	margin: auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.traffic_photoList_item{
	width: 30%;
}
.access_caption{
	max-width: 1000px;
	margin: auto;
	padding-top: 120px;
	font-size: 10px;
}
@media screen and (max-width: 750px) { 
	.mvArea{
		height: 200px;
	}
	.railroad{
		padding: 20px 5%;
		background: #fff url(../../img/access/railroad_bg.png) no-repeat top right / 80% auto;
	}
	.railroad_ttl{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.railroad_map{
		overflow-x: auto;
		margin-bottom: 40px;
	}
	.railroad_map img{
		display: block;
		max-width: 600px;
		margin: auto;
	}	
	.railroad_ttl02{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.railroad_txt{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.railroad_ttl03{
		max-width: 80%;
		margin-bottom: 40px;
	}
  .railroad_photoList{
    display: block;
  }
  .railroad_photoList li{
    width: 100%;
  }
  .railroad_photoList_item dl{
    font-size: 24px;
  }
.railroad_photoList_item dl dd span{
  font-size: 35px;
}
.railroad_subList{
    display: block;
  }
  .railroad_subList li{
    width: 100%;
  }
  .railroad_subList_item{
    font-size: 24px;
  }
  .railroad_subList_item span {
    font-size: 35px;
  }


	.railroad_photoList_item{
		width: 50%;
	}
	.railroad_caption{
		margin-bottom: 40px;
	}
	.railroad_business{
		padding: 25px 10px;
	}
	.railroad_businessList{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.railroad_businessList_item_ttl{
		font-size: 18px;
	}
	.railroad_businessList_item{
		max-width: 100%;
    width: 100%;
		margin: 20px auto 0;
	}
  .railroad_businessList_item02 {
    width: 100%;
  }
	.railroad_annotation {
		padding-top: 40px;
	}
	.traffic{
		padding: 60px 5% 20px;
	}
	.traffic_ttl{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.traffic_txt{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.traffic_map{
		margin-bottom: 40px;
	}
	.traffic_photoList{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.traffic_photoList_item{
		width: 80%;
		margin: 0 auto 10px;
	}
	.traffic_photoList_item:last-child{
		margin-bottom: 0;
	}
	.access_caption{
		padding-top: 60px;
	}
}