@charset "utf-8";
.modal-content{
	max-width: 80%;
	min-width: 260px;
	margin: 0;
	padding: 10px;
	border: 2px solid #5c4039;
	border-radius: 10px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 12;
}
.modal-content p{
    margin: 0;
}
.box-close{
	position: relative;
}
.close-parts {
	position: absolute;
	right: -5px;
	top: -5px;
  	width: 15px;
  	height: 15px;
  	cursor: pointer;
}
.close-parts:before,.close-parts:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 15px;
	background: #a09675;
}
.close-parts:before {
	transform: rotate(-45deg);
}
.close-parts:after {
	transform: rotate(45deg);
}
.stationtitle{
	color: #5c4039;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.stationtitle span{
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 16px;
}
.station a,.station span{
	margin-left: 10px;
}
.modal-content > div:nth-child(n+2):nth-last-child(n+2){
	margin-bottom: 5px;
}
.modal-content > div:nth-child(n+3){
	display: flex;
}
.modal-content > div:not(:first-child){
	border-bottom: 1px dotted #b2b2b2;
}
.stationname{
	flex-grow: 0;
	flex-shrink: 0;
}
.modal-content a{
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
}
.modal-content a{
	border-bottom: 2px solid #b2b2b2;
	height: 20px;
}
.modal-content a:hover{
	opacity: 0.6;
}
.overlay{
	z-index: 11;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,0.75) ;
}
.lock{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
}
@media screen and (max-width:896px){
	.stationtitle{
		font-size: 16px;
	}
	.stationtitle span,.modal-content{
		font-size: 14px;
	}
}