@charset "UTF-8";
header {
  margin-bottom: 35px;
}
/*-----  タイムテーブル  -----*/
.sub.timeTable .ttlBlc .wrapper.flxB > div.rightBlc {
  text-align: left;
	padding-left: 50px;
}
.timeTable .timeTbl .ttlBlc .ttl {
  color: #2660ad;
}
.timeTable .timeTbl .ttlBlc .ttl:before {
  background-color: #2660ad;
  border: 10px solid #b6cae4;
}
.timeTable .timeTbl .ttlBlc a {
  color: #2660ad;
  border: 1px solid #2660ad;
}
.timeTable .timeTbl .inner {
  border-radius: 20px;
  box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
  overflow: hidden;
  margin-bottom: 70px;
}
.timeTable .timeTbl .inner table {
  width: 100%;
}
.timeTable .timeTbl .inner table thead th {
  width: 30%;
  background-color: #ecf3fd;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 70px 15px 0;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  background-image: url("../img/timetable/icon_gcale.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 60px auto;
}
.timeTable .timeTbl .inner table thead th p.day {
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #4468a1;
  border-bottom: 1px solid #4468a1;
  color: #4468a1;
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 8px;
}
.timeTable .timeTbl .inner table thead th p.date {
  font-weight: bold;
}
.timeTable .timeTbl .inner table thead th:nth-child(1) {
  width: 10%;
  background-color: #6e8ab5;
  border: none;
  background-image: none;
}
.timeTable .timeTbl .inner table thead th:nth-child(4) {
  border-right: none;
}
.timeTable .timeTbl .inner table tbody tr th {
  background-color: #6e8ab5;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  position: relative;
}
.timeTable .timeTbl .inner table tbody tr th span {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}
.timeTable .timeTbl .inner table tbody tr td {
  text-align: center;
  font-size: 14px;
  /*padding: 20px 70px 20px 15px;*/
	padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #b0b0b0;
  background-color: #fff;
  vertical-align: middle;
  word-break: break-all;
  /*position: relative;*/
}
.timeTable .timeTbl .inner table tbody tr td a.gCale {
  display: inline-block;
	float: right;
	margin-right: 30px;
	line-height: 1;
	padding-top: 2px;
/*
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
*/
}
.timeTable .timeTbl .inner table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(4n) td {
  border-bottom: 1px solid #b0b0b0;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(29) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(30) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(31) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(32) td:last-child {
  background-color: #fff;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(33) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(34) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(35) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.timeTable .timeTbl .inner table tbody tr:nth-child(36) td:last-child {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 4vw;
  }
  main {
    padding-top: 18.6vw;
  }
  .sub.timeTable .ttlBlc .wrapper.flxB > div.rightBlc {
		width: 100%;
		padding-left: 0;
		margin-top: 2vw;
  }
  .timeTable .timeTbl {
    width: 100%;
    float: none;
    margin-bottom: 4.5vw;
  }
  .timeTable .timeTbl .ttlBlc .ttl {
    color: #2660ad;
    font-size: 3.5vw;
    padding-left: 6vw;
  }
  .timeTable .timeTbl .ttlBlc .ttl:before {
    background-color: #2660ad;
    width: 2.5vw;
    height: 2.5vw;
    border: 5px solid #b6cae4;
  }
  .timeTable .timeTbl .ttlBlc a {
    color: #2660ad;
    border: 1px solid #2660ad;
    font-size: 3vw;
  }
  .timeTable .timeTbl .inner {
    border-radius: 0;
    box-shadow: none;
    overflow: inherit;
  }
  .timeTable .timeTbl .inner .spTbl {
    border-radius: 20px;
    box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
    overflow: hidden;
    margin-bottom: 5.5vw;
  }
  .timeTable .timeTbl .inner .ttlDate {
    color: #fff;
    background-color: #6e8ab5;
    font-size: 4vw;
    border-radius: 20px;
    text-align: center;
    line-height: 1;
    padding: 3vw;
    position: relative;
    z-index: 5;
  }
  .timeTable .timeTbl .inner .ttlDate span {
    border-left: 1px solid #fff;
    padding-left: 12px;
  }
  .timeTable .timeTbl .inner .ttlDate:after {
    content: "";
    display: inline-block;
    background-image: url("../img/common/icon_tglDwn.png");
    width: 15.5px;
    height: 9.5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .timeTable .timeTbl .inner .ttlDate.active:after {
    background-image: url("../img/common/icon_tglUp.png");
  }
  .timeTable .timeTbl .inner .tblBox {
    display: none;
  }
  .timeTable .timeTbl .inner table {
    width: 100%;
    margin-top: -5vw;
  }
  .timeTable .timeTbl .inner table tbody tr th {
    background-color: #ecf3fd;
    color: #333333;
    width: 17.9%;
    font-size: 3.5vw;
  }
  .timeTable .timeTbl .inner table tbody tr th span {
    top: -10px;
  }
  .timeTable .timeTbl .inner table tbody tr td {
    border-right: none;
    font-size: 3.5vw;
    padding: 3vw 19vw 3vw 3vw;
	  position: relative;
  }
	.timeTable .timeTbl .inner table tbody tr td a {
		line-height: 1.3;
	}
  .timeTable .timeTbl .inner table tbody tr td a.gCale {
    right: 8vw;
	  position: absolute;
	  right: 30px;
	  top: 50%;
	  transform: translateY(-50%);
	  float: none;
	  margin-right: 0;
	  padding-top: 0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(1) td {
    /*height: 10vw;*/
    text-align: right;
    padding: 5.5vw 3vw 1vw;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(1) td img {
    width: 12vw !important;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(4n) td {
    border-bottom: 1px solid #dddddd;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(4n + 1) td {
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(29) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(30) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(31) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(32) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(33) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(34) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(35) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(36) td:last-child {
    background-color: #f9f9f9;
  }
  .timeTable .timeTbl .inner table tbody tr:nth-child(38) td:last-child {
    background-color: #fff;
  }
}