@charset "utf-8";

/* -----------------------------------------
	路線図
----------------------------------------- */

#map img {
	max-width: inherit;
}

#map.olMap {
	cursor: grab;
}

#mapSearch .routemap {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

#mapSearch .routemap .tabList {
	position: relative;
	margin-bottom: 30px;
}

#mapSearch .routemap .tabList #tabOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


#mapSearch .routemap .tabList ul {
	display: flex;
	justify-content: center;
}

#mapSearch .routemap .tabList ul li {
	width: 122px;
}


#mapSearch .routemap .tabList ul li a {
	display: block;
	text-align: center;
	width: 122px;
	color: #333;
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 4px solid #ddd;
	text-decoration: none;
}


#mapSearch .routemap .tabList ul li a.on {
	color: #008803;
	border-bottom: 4px solid #008803;
}

#mapSearch .routemap .gaugeBox {
	/*width: 26px;*/
	/*height: 139px;*/
	position: absolute;
	left: 40px;
	top: 110px;
	z-index: 900;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 4px;
}

#mapSearch .routemap .gaugeBox .zoomBtn {
	width: 30px;
	height: 30px;
}

#mapSearch .routemap .gaugeBox a.zoomBtn {
	text-indent: 1px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 19px;
	line-height: 30px !important;
	font-weight: bold;
}

#mapSearch .routemap .gaugeBox a.zoomBtn:hover {
	background-color: #f4f4f4;
}

#mapSearch .routemap .gaugeBox .zoomBtn.in {
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #ccc;
	background-clip: padding-box;
}

#mapSearch .routemap .gaugeBox .zoomBtn.out {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	border-top: none;
}

#mapSearch .routemap .gaugeBox .guage {
	position: absolute;
	left: 4px;
	top: 67px;
}

#mapSearch .routemap #mapWrap {
	width: 100%;
	height: 860px;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#mapSearch .routemap #map {
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 1;
}

#mapSearch .routemap #map .olDragDown {
	/*cursor: move;*/
	cursor: grabbing;
}

#mapSearch .routemap #map .olLayerDiv .stationBox {
	border: none !important;
	background: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

#mapSearch .routemap #map #loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/map/img/top/loader.gif) no-repeat center center white;
	z-index: 100000;
}

#mapSearch .routemap #map .olControlPanPanel {
	display: none;
	/*width: 54px;
	height: 54px;
	left: 0;
	bottom: 5px;
	background: url(/map/img/top/map_control_bg.png) no-repeat left top;
	z-index: 999;*/
}

#mapSearch .routemap #map .olControlPanPanel .olButton {
	position: absolute;
	cursor: pointer;
}

#mapSearch .routemap #map .olControlPanPanel .olButton.olControlPanNorthItemInactive {
	width: 10px;
	height: 8px;
	left: 22px;
	bottom: 39px;
	background: url(/map/img/top/map_icon_control_top.gif) no-repeat left top;
}

#mapSearch .routemap #map .olControlPanPanel .olButton.olControlPanSouthItemInactive {
	width: 10px;
	height: 8px;
	left: 22px;
	bottom: 6px;
	background: url(/map/img/top/map_icon_control_btm.gif) no-repeat left top;
}

#mapSearch .routemap #map .olControlPanPanel .olButton.olControlPanEastItemInactive {
	width: 8px;
	height: 10px;
	left: 39px;
	bottom: 21px;
	background: url(/map/img/top/map_icon_control_right.gif) no-repeat left top;
}

#mapSearch .routemap #map .olControlPanPanel .olButton.olControlPanWestItemInactive {
	width: 8px;
	height: 10px;
	left: 6px;
	bottom: 21px;
	background: url(/map/img/top/map_icon_control_left.gif) no-repeat left top;
}

/*PDFでダウンロード*/

.map_link {
	max-width: 668px;
	margin: 0 auto 20px;
	width: 100%;
}

@media screen and (max-width: 750px){

	/* -----------------------------------------
		路線図
	----------------------------------------- */

	#map img {
		max-width: inherit;
	}
	#mapSearch .routemap {
		width: 100%;
		position: relative;
	}

	#mapSearch .routemap .tabList {
		position: relative;
		margin-bottom: 10%;
	}


	#mapSearch .routemap .tabList ul {
		display: flex;
		justify-content: center;
		width: 95%;
		margin: 0 auto;
	}

	#mapSearch .routemap .tabList ul li {
		width: calc(100% / 3);
	}


	#mapSearch .routemap .tabList ul li a {
		width: auto;
		color: #333;
		font-weight: bold;
		font-size: 4.5vw;
		padding:0 5% 10px;
	}


	#mapSearch .routemap .gaugeBox {
		/*display: none;*/
		top: calc(40px + 10%);
		left: 15px;
	}

	#mapSearch .routemap #mapWrap {
		width: 100%;
		height: 120vw;
		padding: 3%;
		background: #fff;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	}


	#mapSearch .routemap #map {
		width: 100%;
		height: calc(120vw - 6%);
		background: #fff;
		position: relative;
	}

	#mapSearch .routemap #map .olDragDown {
		/*cursor: move;*/
		cursor: grabbing;
	}

	#mapSearch .routemap #map .olControlPanPanel {
		display: none;
	}

	/*PDFでダウンロード*/

	.map_link {
		max-width: 100%;
		margin: 0 auto 5%;
		width: 100%;
	}

}


[v-cloak] {
  display: none;
}

/* エリア選択タブ ********************************************************/
.routeMapButtonOuter {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
	.routeMapButtonOuter {
	  margin-top: 40px;
	}
}
.routeMapButtonList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

.routeMapButtonListItem {
  list-style-type: none;
  width: 33.3333%;
}
.routeMapButton {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 26px;
  border-bottom: 4px solid #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .routeMapButton {
    width: 100%;
    padding-bottom: 10px;
    font-size: 4.5vw;
  }
}
.routeMapButton.active {
  color: #008803;
  border-bottom: 4px solid #008803;
  pointer-events: none;
}

/* 設備リスト ********************************************************/
.routeMapFacilityOuter {
  background: #F7F7F7;
  padding: 20px 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
	.routeMapFacilityOuter {
		padding: 30px 40px;
	  display: flex;
	  gap: 40px;
	  align-items: center;
	  margin-top: 40px;
	}
}
.routeMapFacilityLeadText {
	font-weight: 600;
}
@media only screen and (min-width: 751px) {
	.routeMapFacilityLeadText {
		width: 40%;
	}
}
@media only screen and (min-width: 751px) {
	.routeMapFacilityWrapper {
		width: 60%;
	}
}
@media only screen and (max-width: 750px) {
  .routeMapFacilityWrapper {
    margin-top: 2px;
  }
}
.routeMapFacilityList {
	appearance: none;
  width: 100%;
  padding: 18px 38px 18px 18px;
  font-size: 1.6rem;
  line-height: 1.2;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
 	background: #fff url(/assets/img/icon/chev-down.svg) no-repeat right 20px center / 16px;
}
@media only screen and (max-width: 750px) {
	.routeMapFacilityList {
		padding: 8px 24px 8px 8px;
		background: #fff url(/assets/img/icon/chev-down.svg) no-repeat right 10px center / 10px;
	}
}

/* 地図表示 ********************************************************/
.routeMapOuter {
  width: 100%;
  height: 860px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 29px;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .routeMapOuter {
    width: 100%;
    height: 100vw;
    padding: 3%;
    margin-top: 20px;
  }
}
.routeMapOuter .svgLink {
  cursor: grab;
}
.routeMapOuter .svgLink.drag {
  cursor: grabbing;
}

.svgClick {
  cursor: pointer;
  fill: #fff;
  opacity: 0;
}

.svgDisplayNone {
  pointer-events: none;
  fill: #fff;
  opacity: 0.7;
}

.ol-zoom {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.ol-control button {
  margin: 0;
}

.ol-zoom-in,
.ol-zoom-out {
  width: 30px !important;
  height: 30px !important;
  font-size: 19px !important;
  color: #000 !important;
  cursor: pointer !important;
  font-weight: normal !important;
}
.ol-zoom-in:hover,
.ol-zoom-out:hover {
  background-color: #f4f4f4;
  outline: none !important;
}

.ol-zoom-in {
  border-bottom: 1px solid #ccc !important;
}

.routeMapLoadingOuter {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 8000;
}
.routeMapLoadingOuter::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  display: block;
  background: url(/map/img/top/loader.gif) no-repeat left top;
}

.routeMapErrorOuter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.3);
  z-index: 9000;
}

.routeMapErrorText {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .routeMapErrorText {
    font-size: 1em;
    padding: 1em;
  }
}
