@charset "UTF-8";
/* font family */
/* fon weight */
/*--------------------------
timetable
時刻表 top
---------------------------*/
.announce {
	display: none;
}
.timetable-top-routesearch .timetable-routesearch__searchbox {
	background-color: var(--color-bg-sub);
}
@media (min-width: 751px) {
	.timetable-top-routesearch .timetable-routesearch__searchbox {
		padding: 50px 40px;
	}
}

.timetable-top-stationlist {
	background-color: #fff;
}
.timetable-top-stationlist .c-toggle__trigger {
	background-color: var(--color-text);
	color: #fff;
	border: none;
}
.timetable-top-stationlist .c-toggle__trigger::after {
	background: #fff;
	/*-webkit-mask: url("https://www.jreast.co.jp/assets/img/icon/chev-down.svg") no-repeat center/contain;*/
	-webkit-mask: url("../../assets/img/icon/chev-down.svg") no-repeat center/contain;
	/*mask: url("https://www.jreast.co.jp/assets/img/icon/chev-down.svg") no-repeat center/contain;*/
	mask: url("../../assets/img/icon/chev-down.svg") no-repeat center/contain;
}
.timetable-top-stationlist .c-toggle__content__inner {
	background-color: #fff;
}
.timetable-top-stationlist__list > li {
	border-bottom: 1px solid var(--color-border);
}
.timetable-top-stationlist__list > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 8px;
	padding: 15px 30px 15px 0;
	/*background: url("https://www.jreast.co.jp/assets/img/icon/chev-cir-right.svg") no-repeat center right/18px;*/
	background: url("../../assets/img/icon/chev-cir-right.svg") no-repeat center right/18px;
	text-decoration: none;
	font-weight: var(--fw-sb);
	font-size: 1.6rem;
}
.timetable-top-stationlist__list > li > a > span {
	flex: 0 0 auto;
	font-weight: normal;
	font-size: 1.2rem;
}
@media (min-width: 751px) {
	.timetable-top-stationlist .c-toggle__trigger {
		pointer-events: none;
	}
	.timetable-top-stationlist .c-toggle__trigger::after {
		display: none;
	}
	.timetable-top-stationlist .c-toggle__content {
		height: auto;
		pointer-events: all;
	}
}
@media (hover: hover) {
	.timetable-top-stationlist__list > li > a {
		cursor: pointer;
		transition: color 0.2s;
	}
}

#map img {
	max-width: inherit;
}
#map.olMap {
	cursor: grab;
}

#mapSearch {
	max-width: 860px;
	margin-inline: auto;
}
#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;
	align-items: stretch;
	gap: 0 8px;
}
#mapSearch .routemap .tabList ul li {
	flex: 1 1 auto;
}
#mapSearch .routemap .tabList ul li a {
	display: grid;
	place-items: end center;
	height: 100%;
	width: 100%;
	padding: 0 12px 20px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-weight: var(--fw-sb);
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--color-text);
	transition: color 0.2s;
	cursor: pointer;
}
#mapSearch .routemap .tabList ul li a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	/*background: transparent url("https://www.jreast.co.jp/assets/img/icon/chev-down.svg") no-repeat center/contain;*/
	background: transparent url("../../assets/img/icon/chev-down.svg") no-repeat center/contain;
}
#mapSearch .routemap .tabList ul li a.on {
	color: var(--color-text-green);
}
#mapSearch .routemap .tabList ul li a.on::after {
	width: 100%;
	height: 2px;
	border-radius: 10px;
	background-color: var(--color-theme-main);
	background-image: none;
}
#mapSearch .routemap .gaugeBox {
	position: absolute;
	left: 40px;
	top: 110px;
	z-index: 10000;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#mapSearch .routemap .gaugeBox .zoomBtn {
	width: 30px;
	height: 30px;
}
#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 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 .guage {
	position: absolute;
	left: 4px;
	top: 67px;
}
#mapSearch .routemap #mapWrap {
	width: 100%;
	height: 860px;
	background: #fff;
	padding: 30px;
	border: 1px solid var(--color-border);
}
#mapSearch .routemap #map {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#mapSearch .routemap #map .olDragDown {
	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;
}
#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;
}
@media (max-width: 750px) {
	#mapSearch .routemap {
		width: 100%;
		position: relative;
	}
	#mapSearch .routemap .tabList {
		position: relative;
		margin-bottom: 10%;
	}
	#mapSearch .routemap .tabList ul li a {
		padding: 0 8px 20px 8px;
		font-size: 1.4rem;
	}
	#mapSearch .routemap .gaugeBox {
		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;
	}
}
/*# sourceMappingURL=timetable-top.css.map */
