@charset "UTF-8";

section .inner {
	padding-top: 61px;
}

/* トレーンの写真 */
.train-pt {
	padding: 6px 0 0;
	width: 457px;
	float: left;
}

.train-pt li {
	float: left;
	font-size: 12px;
}

.train-pt li img {
	border-radius: 8px;
}

.train-pt li p {
	margin: 4px 0 0;
	text-align: right;
}

.train-pt li:last-child {
	float: right;
}

.train-pt .infomation {
	background-color: rgb(238, 238, 238);
	width: 456px;
	height: 45px;
	border-color: rgb(170, 170, 170);
	border-width: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-style: solid;
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	margin: 8px 0 0;
}

.train-pt .infomation:hover {
	background: #ddd;
}

.train-pt .infomation .icon {
	font-weight: bold;
	background: url(../train_timetable/img/icn-arrow-right_x2.png) 0 45% no-repeat;
	background-size: 6px 8px;
	padding: 0 0 0 15px;
}

.route {
	width: 410px;
	padding: 0 55px 0 0;
	float: right;
	text-align: center;
}

.route p {
	text-align: center;
	margin: 7px 0 0;
	line-height: normal;
}

/* 期間の表 */
table.span {
	margin: 30px 0 0;
	width: 100%;
	color: #545454;
	box-sizing: border-box;
}

table.span caption {
	margin: 0 0 8px;
}

table.span .short {
	width: 40px;
}

table.span .wide {
	width: 80px;
}

table.span thead th {
	background: #F4F4F4;
}

table.span td,
table.span th {
	padding: 10px 5px;
	vertical-align: middle;
	border: 1px solid #888;
	text-align: center;
	line-height: 1.3;
}

table.span tbody th {
	width: 48px;
	white-space: nowrap;
}

table.span th.num {
	line-height: 1;
	padding-left: 5px;
	padding-right: 5px;
}

table.span td.wordbreak {
	word-wrap: break-word;
}

table.span td.link {
	padding-top: 50px;
	padding-bottom: 30px;
	cursor: pointer;
	color: #fff;
	vertical-align: top;
	background-image: url(../train_timetable/img/icn-arrow-down_x2.png);
	background-size: 12px 10px;
	background-position: center 28px;
	background-repeat: no-repeat;
	user-select: none;
}

table.span td.open {
	background-color: #f5b7c7;
}

table.span td.normal {
	background-color: #F8A00D;
}


table.span td.gw {
	background-color: #EB5737;
}

table.span td.hydrangea-train {
	background-color: #61B912;
	color: #fff;
}

table.span td.hydrangea-festival {
	background-color: #4A98EC;
}

table.span td.pool {
	background-color: #3BAEE9;
	color: #fff;
}

table.span td.addition {
	background-color: #F8A00D;
	color: #000;
}

table.span td.normal.link:hover,
table.span td.addition.link:hover {
	background-color: #F9B645;
}

table.span td.gw.link:hover {
	background-color: #F07E65;
}

table.span td.hydrangea-train.link:hover {
	background-color: #86C949;
}

table.span td.hydrangea-festival.link:hover {
	background-color: #75B0F0;
}

table.span td.pool.link:hover {
	background-color: #5BC1ED;
}

table.table-fix {
	table-layout: fixed;
}

ul.alert {
	margin: 19px 0 0;
	font-size: 12px;
	line-height: 1.6;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

/* 時刻表 */
#time-table {
	margin: 62px 0 0;
}

table.time {
	width: 100%;
	border: 5px solid #888;
	border-top-width: 1px;
}

table.time caption {
	border: 5px solid #888;
	border-bottom: none;
	background: #666;
	color: #fff;
	line-height: 2.85;
	text-indent: 2em;
}

table.time.normal-time caption {
	background: #F8A00D;
}

table.time th {
	width: 12.5%;
	background-color: #F4F4F4;
}

table.time th,
table.time td {
	text-align: center;
	border: 1px solid #888;
	line-height: 2.85;
}

table.time tr:nth-child(2n) td {
	background-color: #F4F4F4;
}

#time-table p {
	text-align: right;
}

.-july {
	border-right: none !important;
}

.-august {
	border-left: none !important;
	padding: 0 3px !important;
}

/* All SP & Tablet */
@media screen and (max-width:999px) {
	section .inner {
		padding-top: 6.1%;
	}

	/* トレーンの写真 */
	.train-pt {
		padding: 0;
		width: 49%;
		float: left;
	}

	.train-pt li {
		width: 49%;
		text-align: center;
	}

	.train-pt .infomation {
		width: 100%;
		height: 36px;
		line-height: 36px;
	}

	.route {
		width: 49%;
		padding: 0;
	}

	/* 期間の表 */
	table.span {
		margin: 3% 0 0;
	}

	table.span td,
	table.span th {
		padding: 8px;
	}

	table.span tbody th {
		width: auto;
	}

	table.span td.link {
		padding-top: 40px;
		padding-bottom: 24px;
		background-position: center 22px;
	}

	ul.alert {
		margin: 1.9% 0 0;
	}

	/* 時刻表 */
	#time-table {
		margin: 6.2% 0 0;
	}

	table.time {
		border-width: 3px;
		border-top-width: 1px;
	}

	table.time caption {
		border: 3px solid #888;
		border-bottom: none;
		line-height: 2.85;
	}

	table.time th,
	table.time td {
		line-height: 1.2;
		padding: 10px 0;
	}

}

/* All SP */
@media screen and (max-width:639px) {
	section .inner {
		padding-top: 9.2%;
	}

	/* トレーンの写真 */
	.train-pt {
		width: 100%;
		float: none;
	}

	.train-pt li {
		width: 49%;
		text-align: center;
	}

	.train-pt .infomation {
		width: 100%;
		height: 36px;
		line-height: 36px;
	}

	.route {
		width: 100%;
		float: none;
		margin: 6% 0;
	}

	/* 期間の表 */
	table.span {
		margin: 3% 0 0;
		font-size: 9px;
	}

	table.span caption {
		margin-bottom: 3px;
	}

	table.span .short {
		width: 25px;
	}

	table.span .wide {
		width: 35px;
	}

	table.span td,
	table.span th {
		padding: 3px 2px;
	}

	table.span tbody th {
		width: auto;
	}

	table.span td.link {
		padding-top: 20px;
		padding-bottom: 10px;
		background-position: center 10px;
		background-size: 8px auto;
	}

	ul.alert {
		margin: 2.9% 0 0;
	}

	/* 時刻表 */
	#time-table {
		margin: 9.3% 0 0;
	}

	table.time {
		border-width: 2px;
		border-top-width: 1px;
		font-size: 9px;
	}

	table.time caption {
		font-size: 13px;
		border: 2px solid #888;
		border-bottom: none;
		line-height: 2.3;
		text-indent: 1em;
	}

	table.time th,
	table.time td {
		padding: 5px 0;
	}

	#time-table p {
		font-size: 10px;
	}

	table.span td.addition b,
	table.span td.pool b {
		font-size: 6px;
		font-weight: bold;
	}


}

/* Portrait */
@media screen and (max-width:479px) {
}

/* Landscape*/
@media screen and (min-width:480px) and (max-width:639px) {
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:999px) {
}
