/*****************************************************************************
CSS only for top page
*****************************************************************************/
/* Schedule
-----------------------------------------*/
.Schedule {
  margin: 0 auto;
  max-width: 976px;
}

@media screen and (max-width: 976px) {
  .Schedule {
    margin: 0 20px;
  }
}

.Schedule__date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.Schedule__table {
  margin-top: 16px;
}

.Schedule__table table {
  table-layout: fixed;
  width: 100%;
}

.Schedule__table table tr {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Schedule__table table tr {
    display: table;
  }
}

.Schedule__table table tr:nth-child(1) {
  display: flex;
  width: 100%;
}

.Schedule__table table th {
  background-color: #d6d6d6;
  text-align: center;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: solid 1px #FFF;
}
.Schedule__table table th:nth-child(2) {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th {
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.Schedule__table table th:nth-child(1) {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th:nth-child(1) {
    width: 75px;
  }
}

.Schedule__table table th:nth-child(2) {
  display: flex;
  flex: 1;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th:nth-child(2) {
    flex-direction: column;
    border-right:none;
  }
}

.Schedule__table table th:nth-child(2) div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th:nth-child(2) div {
    padding: 10px 0;
  }
}

.Schedule__table table th:nth-child(2) div:nth-child(1) {
  width: 40%;
  border-right: solid 1px #FFF;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th:nth-child(2) div:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #FFF;
  }
}

.Schedule__table table th:nth-child(2) div:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .Schedule__table table th:nth-child(2) div:nth-child(2) {
    width: 100%;
  }
}

.Schedule__table table tr td {
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: solid 1px #d6d6d6;
}

@media screen and (max-width: 767px) {
  .Schedule__table table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.Schedule__table table td:nth-child(1) {
  width: 110px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table td:nth-child(1) {
    display: table-cell;
    width: 75px;
    padding: 12px 10px;
  }
}

.Schedule__table table td:nth-child(2) {
  display: flex;
  flex: 1;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table td:nth-child(2) {
    display: table-cell;
    vertical-align: middle;
  }
}

.Schedule__table table td:nth-child(2) div {
  width: 50%;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Schedule__table table td:nth-child(2) div {
    display: block;
    width: auto;
    height: auto;
  }
}

.Schedule__table table td:nth-child(2) div:nth-child(1) {
  width: 40%;
}

.Schedule__table table td:nth-child(2) div:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .Schedule__table table td:nth-child(2) div:nth-child(1),
  .Schedule__table table td:nth-child(2) div:nth-child(2) {
    width: 100%;
  }
}

.Schedule__table table tr td a {
  font-weight: bold;
}

.Schedule__table table tr td small {
  font-size: 12px;
  font-size: 1.2rem;
}

.Schedule__table table tr td:nth-child(1) {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.Schedule__table table tr td:nth-child(1) strong {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
.Schedule__table table tr td:nth-child(1) span {
  display: inline-block;
}

tr.Schedule__off td:nth-child(2) {
  background-color: #ececec;
}

.Schedule__table table tr.Schedule__saturday td:nth-child(1) {
  background-color: #d9e1e9;
  color: #004ea2;
}

.Schedule__table table tr.Schedule__sunday td:nth-child(1) {
  background-color: #f5e1e6;
  color: #d10000;
}

.Schedule__table table tr.Schedule__saturday td::after,
.Schedule__table table tr.Schedule__sunday td::after {
  position: absolute;
  top:0;
  right: 0;
  bottom:0;
  content: "";
  width:1px;
  background-color: #FFF;
}

.Schedule__nav {
  margin-top: 20px;
}

.Schedule__nav ul {
}
.Schedule__nav ul:after {
content: "";
display: block;
clear: both;
}

.Schedule__nav ul li {
  float: left;
  line-height: 1;
}
.Schedule__nav ul li.Schedule__next {
  float: right;
}

.Schedule__nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  height: 30px;
  width: 80px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.Schedule__nav ul li.Schedule__prev a {
  padding-right: 0;
  padding-left: 10px;
}

.Schedule__nav ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Schedule__nav ul li.Schedule__prev a::after {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.Schedule__nav ul li a:link {
  color: #FFF;
  text-decoration: none;
}

.Schedule__nav ul li a:visited {
  color: #FFF;
  text-decoration: none;
}

.Schedule__nav ul li a:hover {
  color: #FFF;
  text-decoration: none;
}

.Schedule__nav ul li a:focus {
  color: #FFF;
  text-decoration: none;
}

.Schedule__nav ul li a:active {
  color: #FFF;
  text-decoration: none;
}

.Schedule__memo {
  margin-top: 38px;
}

.Schedule__memo ul {
  font-size: 12px;
  font-size: 1.2rem;
}

.Schedule__memo ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}

.Schedule__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.Schedule__caution {
  color: #d8002e;
  padding-left: 5px;
}

.Schedule__noticelink {
  margin-top: 38px;
}

.Schedule__noticelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Schedule__noticelink ul li {
  width: 49%;
}

@media screen and (max-width: 976px) {
  .Schedule__noticelink ul li {
    margin-top: 20px;
    width: 100%;
  }
}

.Schedule__noticelink .BoxGuide, .Schedule__noticelink .BoxGuide p {
  height: 100%;
}