@charset "utf-8";
/*TIMETABLE____________________*/
#TIMETABLE .jpnF {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 700;
}
.days {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 3rem 0 2rem;
}
.days span, .days2 span {
	font-size: 3rem
}
.days2 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 6rem 0 2rem;
}
.days span.week, .days2 span.week {
	font-size: 1.6rem
}
.RB21timetable .sat {
	color: #0071BB;
}
.RB21timetable .sun {
	color: ##E7437D;
}
.timetable {
	width: 100%;
	margin:  0;
	padding: 0;
	position: relative;
}
.tbox {
	position: relative;
	border-top: 1px solid #000
}
.timetable .RB {
 margin: 0 0 .5rem 3rem;
	position: relative;
}
.timetable .RB p {
	background: #000;
	color: #fff;
	padding: 0.5rem;
}
.timetable .ATMC {
	margin: 0 0 10px 3rem;
	position: relative;
}
.timetable .ATMC p {
	background:#004ea2 url(../img/i_atmc.png) no-repeat right center;
	background-size:  auto 20px;
	color: #fff;
	padding: 0.5rem;
}
.timetable .time {
	position: absolute;
	top: 0;
	margin: 0;
	width: 3rem;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.timetable .RB span {
	position: absolute;
	top: 	1rem;
	left: 	0;
	padding: 0 0.5rem;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
}
.timetable .ATMC span {
	position: absolute;
	top: 	0.5rem;
	left: 	0;
	padding: 0 0.5rem;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
}
.timetable .RB p {
	font-size: 1.8rem;
	padding: 1rem 0 1rem 5rem;
}
.timetable .RB p em {
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-right: 	5px;
}
.timetable .ATMC p {
	padding-left: 5rem;
}
.timetable .ATMC p em {
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-right: 	5px;
}
@media screen and (min-width:896px) {
.tbox {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 justify-content: start;
 background: url(../img/bg_blue.png) repeat-y center 0;
}
.timetable .time {
 position: relative;
 margin: 	-14px 0 0;
 display: 	flex;
 justify-content: center;
}
.timetable .time p {
 background: #004ea2;
 text-align: center;
 border-radius: 28px;
 height: 28px;
 width: 28px;
 color: #fff;
 line-height: 28px
}
.timetable .RB {
 width: 	calc((100% - 3rem)/2);
 margin: 10px 0 0;
}
 .timetable .ATMC {
 width: 	calc((100% - 3rem)/2);
 margin: 50px 0 10px;
}
.timetable .ATMC p {
 background: #004ea2 url(../img/i_atmc.png) no-repeat right center;
 background-size: auto 24px;
}
}
