/* --------------------- */
.table-yoko-scrool {
	overflow: auto;
}

.table-yoko-scrool table {
	border-collapse: separate;
	border-spacing: 10px;
	border: 0px solid #fff;
	width: 100%;
	white-space: nowrap;
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 36px;
}

.table-yoko-scrool caption {
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	padding: 5px;
}

.table-yoko-scrool th {
	background-color: #3381b1;
	color: #fff;
	padding: 4px 0;
	width: 100px;
	border-radius: 10px; 
	line-height: 1.4rem;
	vertical-align:middle;
	    /*position: sticky;
				      top: 0;
				      left: 0;*/
}

/*
    .table-yoko-scrool tr:first-child th:first-child {
      z-index: 1;
    }*/
.table-yoko-scrool .bg-white {
	background-color: rgba(0, 0, 0, 0);
	color: #252120;
	/*font-size: small;*/
	line-height: 1.6;
}

.table-yoko-scrool .bg-blue {
	background-color: #7aa5d2;
	color: #fff;
}

.table-yoko-scrool td {
	background-color: #f9f9f9;
	padding: 4px 10px;
	text-align: center;
	border-top: 1px solid #f9f9f9;
	border-radius: 10px;
	color: #57a773;
	vertical-align:middle;
}

.table-yoko-scrool .bg-usu {
	background-color: #ffffff;
	color: #252120;
	padding: 4px 10px;
	text-align: left;
	line-height: 1.6;
	/*font-size: small;*/
	border: 1px solid #f9f9f9;
	border-radius: 10px;
}

@media (max-width:480px) {

	.table-yoko-scrool table {
	font-size: 12px;
}
	.table-yoko-scrool td {
		font-size: 12px !important;
		line-height: 24px !important;
	}

}

/*
.table-yoko-scrool::-webkit-scrollbar{
   width: 10px;
}
.table-yoko-scrool::-webkit-scrollbar-track{
   background-color: #ccc;
}
.table-yoko-scrool::-webkit-scrollbar-thumb{
   background-color: #17585d;
}*/

/* --------------------- */
.Schedule_List_Item {
	margin-top: 1rem;
}

@media screen and (min-width:1024px) {
	.Schedule_List {
		display: flex;
	}

	.Schedule_List_Item {
		flex: 1;
		margin: 0;
	}

	.Schedule_List_Item:not(:first-of-type) {
		margin-left: 1rem;
	}

}

.Schedule_List_Item {
	border: 1px solid #efefef;
}

.Schedule dl {
	text-align: center;
}

.Schedule dt {
	font-size: 1.2rem;
	background-color: #f1efeb;
}

.Schedule dd {
	line-height: 1;
}

.Schedule_Date_Item {
	padding: 1rem;
	font-size: 2rem;
	line-height: 1;
}

.Schedule_Date_Item span {
	display: inline-block;
	border-radius: 30px;
	padding: 2px 16px;
	font-size: .5em;
	letter-spacing: 1px;
	margin-top: 8px;
	vertical-align: super;
	color: #fff;
	background-color: #d96d5a;
	border: 1px solid #d96d5a;
}

.Schedule_Date_Item.tokyo span {
	background-color: transparent;
	color: #d96d5a;
}

.Schedule_Date_Item:last-of-type {
	border-top: 1px dashed #efefef;
}

.Schedule_Date_Item i {
	font-size: .6em;
	font-style: normal;
}

@media screen and (max-width:1023px) {
	.Schedule_Date {
		display: flex;
	}

	.Schedule_Date_Item {
		flex: 1;
	}

	.Schedule_Date_Item:last-of-type {
		border: 0;
		border-left: 1px dashed #efefef;
	}

}

.Schedule_Timeline {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (max-width:549px) {
	.Schedule_Timeline {
		max-width: 70%;
		margin: 0 auto;
	}

	.Schedule_Timeline_Item {
		border-left: 2px solid #efefef;
		padding-left: 2rem;
		padding-bottom: 1rem;
		position: relative;
	}

	.Schedule_Timeline_Item::after {
		content: '';
		width: 16px;
		height: 16px;
		background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top right/50% 100%;
		position: absolute;
		left: -9px;
		bottom: 25%;
	}

	.Schedule_Timeline_Item br {
		display: none;
	}

	.Schedule_Timeline_Inner {
		display: inline-block;
		text-align: center;
		padding-left: 3rem;
		position: relative;
	}

	.Schedule_Timeline_Inner div {
		position: relative;
		background-color: #fff;
		z-index: 2;
		padding-left: .5rem;
	}

	.Schedule_Timeline_Inner::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 2px;
		width: 100%;
		background-color: #efefef;
		z-index: 1;
	}

	.Schedule_Timeline_Inner::after {
		content: '';
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #d96d5a;
		position: absolute;
		bottom: -8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 3;
	}

}

@media screen and (min-width:550px) {
	.Schedule_Timeline {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	.Schedule_Timeline_Item {
		flex: 1.5;
		border-bottom: 4px solid #efefef;
		position: relative;
	}

	.Schedule_Timeline_Item:first-of-type {
		flex: 1;
	}

	.Schedule_Timeline_Item:nth-of-type(5) {
		flex: .75;
	}

	.Schedule_Timeline_Item:last-of-type {
		flex: 1;
	}

	.Schedule_Timeline_Item::after {
		content: '';
		width: 20px;
		height: 20px;
		background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat bottom right/100% 50%;
		position: absolute;
		bottom: -12px;
		left: 75%;
	}

	.Schedule_Timeline_Item_Inner {
		display: inline-block;
		text-align: center;
		padding-bottom: 3rem;
		position: relative;
	}

	.Schedule_Timeline_Item_Inner div {
		position: relative;
		background-color: #fff;
		z-index: 2;
		padding-bottom: .5rem;
	}

	.Schedule_Timeline_Item_Inner::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
		width: 4px;
		background-color: #efefef;
		z-index: 1;
	}

	.Schedule_Timeline_Item_Inner::after {
		content: '';
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #d96d5a;
		position: absolute;
		bottom: -8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 3;
	}

}

.Schedule_Timeline span {
	display: inline-block;
	line-height: 1;
	margin-bottom: 8px;
	margin-right: 1rem;
}

@media screen and (min-width:550px) {
	.Schedule_Timeline span {
		margin: 0;
		font-size: 2rem;
	}

}

.Schedule_Ise {
	margin: 3rem auto 0;
	max-width: 960px;
	border: 1px solid #57a773;
}

@media screen and (min-width:550px) {
	.Schedule_Ise {
		text-align: center;
		margin: 5rem auto 0;
	}

}

.Schedule_Ise_Title {
	background-color: #57a773;
	padding: 1rem;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	font-size: 1.5rem;
	font-weight: bold;
}

@media screen and (min-width:550px) {
	.Schedule_Ise_Title {
		font-size: 2rem;
	}

}

.Schedule_Ise_Inner {
	padding: 1.5rem;
}

@media screen and (min-width:550px) {
	.Schedule_Ise_Inner {
		padding: 3rem;
	}

}

.Schedule_Ise_Note {
	text-align: center;
	color: #57a773;
	margin: 3rem auto 0;
}

@media screen and (min-width:550px) {
	.Schedule_Ise_Note {
		padding: 1rem 2rem;
	}

}

/* --------------------- */
.time-schedule-container {
	position: relative;
}

.time-schedule-container ul {
	list-style: none;     /*position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);*/
	padding: 1px 1px;     /*color: #fff;*/
	font-size: 13px;
}

.time-schedule-container ul:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	border-left: 2px dashed #0d2e64;
}

.time-schedule-container ul li {
	position: relative;
	margin-left: 30px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 3px;
	border-radius: 6px;
	width: 160px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .08)
}

.time-schedule-container ul li:not(:first-child) {
	margin-top: 30px;
}

.time-schedule-container ul li > span {
	width: 2px;
	height: 100%;
	background: #0d2e64;
	left: -30px;
	top: 0;
	position: absolute;
}

.time-schedule-container ul li > span:before,
.time-schedule-container ul li > span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #0d2e64;
	position: absolute;
	background: #86b7e7;
	left: -5px;
	top: 0;
}

.time-schedule-container ul li span:after {
	top: 100%;
}

.time-schedule-container ul li > div {
	margin-left: 10px;
}

.time-schedule-container div .title {
	font-weight: bold;
	font-size: 14px;
}

.time-schedule-container div .type {
	font-weight: normal;
	font-size: 12px;
}

.time-schedule-container div .info {
	font-weight: 300;
}

.time-schedule-container div > div {
	margin-top: 5px;
}

.time-schedule-container span.number {
	height: 100%;
}

.time-schedule-container span.number span {
	position: absolute;
	font-size: 10px;
	left: -45px;
	font-weight: bold;
}

.time-schedule-container span.number span:first-child {
	top: 0;
}

.time-schedule-container span.number span:last-child {
	top: 100%;
}