@charset "UTF-8";
/* font family */
/* fon weight */
/*--------------------------
timetable
時刻表 詳細
---------------------------*/
/* 時刻表新幹線・路線ヘッダー追従 */
#timetable_page .l-content {
	overflow: visible;
}

/* 時刻表 （timetable） */
.timetable-daydetail-heading {
	padding: 16px 20px;
	background-color: var(--color-text);
	font-weight: var(--fw-sb);
	font-size: 1.5rem;
	color: #fff;
	position: sticky;
    top: 0;
	z-index: 50;
}
@media (min-width: 751px) {
	.timetable-daydetail-heading {
		padding: 20px;
		font-size: 1.8rem;
	}
}

.timetable-daydetail-dayswitch {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0;
	text-align: center;
	font-weight: var(--fw-sb);
	font-size: 1.4rem;
}
.timetable-daydetail-dayswitch > p > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 14px;
	border-radius: 3px;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	background-color: #F43822;
}
.timetable-daydetail-dayswitch > p.weekday > a {
	background-color: #0090e3;
}
.timetable-daydetail-dayswitch > h3 {
	padding: 14px;
	background-color: #e0f4ff;
}
.timetable-daydetail-dayswitch > h3.holiday {
	background-color: #ffe8e8;
}
@media (max-width: 750px) {
	.timetable-daydetail-dayswitch > p {
		flex: 0 1 auto;
	}
	.timetable-daydetail-dayswitch > h3 {
		flex: 1 1 100%;
	}
}
@media (min-width: 751px) {
	.timetable-daydetail-dayswitch {
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		font-size: 1.6rem;
	}
	.timetable-daydetail-dayswitch > p {
		flex: 0 0 250px;
	}
	.timetable-daydetail-dayswitch > p > a {
		padding: 20px;
	}
	.timetable-daydetail-dayswitch > h3 {
		flex: 1 1 100%;
		padding: 20px;
	}
}
@media (hover: hover) {
	.timetable-daydetail-dayswitch > p > a {
		transition: opacity 0.2s;
	}
	.timetable-daydetail-dayswitch > p > a:hover {
		opacity: 0.8;
	}
}

.timetable span.txt_black {
	color: black;
}
.timetable span.txt_blue {
	color: blue;
}
.timetable span.txt_green {
	color: green;
}
.timetable span.txt_red {
	color: red;
}
.timetable span.txt_brown {
	color: brown;
}
.timetable span.txt_purple {
	color: purple;
}
.timetable span.txt_turquoise {
	color: #007f88;
}
.timetable span.txt_pink {
	color: #dc007f;
}
.timetable a.time_link_black {
	color: black;
}
.timetable a.time_link_blue {
	color: blue;
}
.timetable a.time_link_green {
	color: green;
}
.timetable a.time_link_red {
	color: red;
}
.timetable a.time_link_brown {
	color: brown;
}
.timetable a.time_link_purple {
	color: purple;
}
.timetable a.time_link_turquoise {
	color: #007f88;
}
.timetable a.time_link_pink {
	color: #dc007f;
}
.timetable .result_03 a {
	text-decoration: underline;
}
.timetable .result_03 a:hover {
	text-decoration: none;
}
.timetable .result_03 th, .timetable .result_03 td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.timetable .result_03 td:nth-child(1) {
	width: 8%;
	padding: 10px;
	font-weight: bold;
}
.timetable .result_03 td:nth-child(2) {
	width: 92%;
	padding: 10px;
	position: relative;
	text-align: left;
}
.timetable .result_03 tr:nth-child(even) {
	background-color: #f8f8f8;
}
.timetable .result_03 tr:not(:last-child),
.timetable .result_03 tr td:not(:first-child) {
	border: none;
}
.timetable .result_03 .timetable_time {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	text-align: center;
	position: relative;
}
.timetable .result_03 .timetable_time a {
	display: block;
	font-size: 1.6rem;
}
.timetable .result_03 .timetable_time .train,
.timetable .result_03 .timetable_time .dest {
	display: block;
	font-size: 1rem;
}
.timetable .result_03 .minute {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.timetable .result_03 .minute .sp {
	display: inline;
	font-style: italic;
	font-weight: normal;
}
.timetable .result_03 .mark_etc {
	font-size: 0.8em;
}
@media (max-width: 750px) {
	.timetable .result_03 br {
		display: none;
	}
	.timetable .result_03 tr:nth-child(even) {
		background: none;
	}
	.timetable .result_03 td {
		display: block;
		padding: 3%;
	}
	.timetable .result_03 td:nth-child(1) {
		background: #f8f8f8;
		width: 100%;
	}
	.timetable .result_03 td:nth-child(2) {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		padding: 3% 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time {
		display: block;
		width: 25%;
		margin: 0 0 2% 0;
		padding: 3% 0;
		border-bottom: 1px dashed #ddd;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time.active {
		background: #f8f8f8;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+1):nth-last-child(-n+4), .timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+1):nth-last-child(-n+4) ~ .timetable_time {
		border-bottom: none;
		margin: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+1) .arrow_box {
		top: 70px;
		left: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+1) .arrow_box:before {
		top: -5px;
		left: 12%;
		right: auto;
		margin: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+2) .arrow_box {
		top: 70px;
		left: -35%;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+2) .arrow_box:before {
		top: -5px;
		left: 25%;
		right: auto;
		margin: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+3) .arrow_box {
		top: 70px;
		left: -100%;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+3) .arrow_box:before {
		top: -5px;
		left: 47%;
		right: auto;
		margin: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+4) .arrow_box {
		top: 70px;
		left: -200%;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time:nth-child(4n+4) .arrow_box:before {
		top: -5px;
		left: 80%;
		right: auto;
		margin: 0;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time > span {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: space-between;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time > span > a {
		width: 100%;
		font-size: 1.6rem;
	}
	.timetable .result_03 td:nth-child(2) .timetable_time .train {
		margin-right: 5%;
	}
}

.timetable-daydetail-legend {
	margin-top: 16px;
}
.timetable-daydetail-legend > dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 0;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
}
.timetable-daydetail-legend > dl + dl {
	margin-top: 20px;
}
.timetable-daydetail-legend > dl > dt {
	flex: 1 0 100%;
	font-weight: var(--fw-sb);
}
.timetable-daydetail-legend > dl > dd {
	flex: 1 1 100%;
}
.timetable-daydetail-legend > dl > dd > span {
	display: inline-block;
	margin-right: 0.5em;
}
.timetable-daydetail-legend .exp_notes {
	padding: 3px 7px;
}
.timetable-daydetail-legend .exp_notes .itemText {
	padding-left: 1em;
	text-indent: -1em;
}
@media (min-width: 751px) {
	.timetable-daydetail-legend > dl {
		flex-wrap: nowrap;
		gap: 0 20px;
	}
	.timetable-daydetail-legend > dl > dt {
		flex: 0 0 9em;
	}
	.timetable-daydetail-legend > dl > dd {
		flex: 1 1 auto;
	}
}

/* 時刻表 凡例ポップアップ */
.arrow_box {
	width: 280px;
	padding: 24px;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #ffffff;
	z-index: 10;
	color: #333;
	text-align: left;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	margin-left: -125px;
}
.arrow_box:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.arrow_box:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 6;
}
.arrow_box .arrowbox_title {
	color: #008803;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 5px 10px;
	margin-bottom: 10px;
}
.arrow_box .arrowbox_subject {
	font-weight: bold;
}
.arrow_box > p,
.arrow_box > dl {
	padding: 0 5px;
}
.arrow_box > p:not(:last-of-type),
.arrow_box > dl:not(:last-of-type) {
	margin-bottom: 10px;
}
.arrow_box dl {
	display: flex;
}
.arrow_box dt {
	width: 4em;
	margin-left: 6px;
	margin-right: 6px;
}
@media (max-width: 750px) {
	.arrow_box {
		width: 65vw;
		padding: 20px 20%;
		margin-left: 0;
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.arrow_box:after {
		content: "";
		position: absolute;
		background-color: #fff;
		width: 100%;
		height: 20px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 6;
	}
	.arrow_box .arrowbox_title {
		color: #008803;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
		padding: 0 0.5rem 0.8rem;
		margin-bottom: 0.8rem;
	}
	.arrow_box > p,
	.arrow_box > dl {
		padding: 0 0.5rem;
	}
	.arrow_box > p:not(:last-of-type),
	.arrow_box > dl:not(:last-of-type) {
		margin-bottom: 0.7rem;
	}
	.arrow_box p.arrowbox_train span,
	.arrow_box p.arrowbox_dest span,
	.arrow_box p.arrowbox_misc span {
		display: inline-block;
		margin-right: 1em;
	}
	.arrow_box p .arrowbox_subject + br {
		display: inline !important;
	}
}
/*# sourceMappingURL=timetable-daydetail.css.map */
