@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
.br_sp {
  display: none;
}

#schedule h3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  background: url(../images/schedule/h3.png) no-repeat 5px 0;
}

#schedule .schedule_inner {
  padding: 3.5%;
  text-align: justify;
}

#schedule .schedule_inner_box {
  margin: 20px 0;
}

#schedule .schedule_inner_box p {
  padding-top: 10px;
}

#schedule .schedule_inner h5 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  border-bottom: #ccc 1px solid;
}

#schedule .schedule_inner h6 {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

#schedule .schedule_inner table {
  width: 100%;
  font-size: 1.6rem;
}

#schedule .schedule_inner table th {
  width: 20%;
  background: #f5f5f5;
}

#schedule .schedule_inner table td {
  width: 26.66%;
}

#schedule .schedule_inner table th, #schedule .schedule_inner table td {
  border: #ccc 1px solid;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-feature-settings: "palt";
}

#schedule .schedule_inner table th small, #schedule .schedule_inner table td small {
  font-size: 1.2rem;
}

#schedule .schedule_inner table th span, #schedule .schedule_inner table td span {
  color: #F00;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #schedule h3 {
    height: 0;
    margin-top: 1.5%;
    margin-bottom: 4%;
    padding-top: 4.61538%;
    background-position: 2% 0;
    background-size: contain;
  }
  #schedule .schedule_inner {
    padding: 3.5%;
  }
}

@media screen and (max-width: 600px) {
  .br_sp {
    display: block;
  }
  #schedule .schedule_inner {
    padding: 3.5%;
  }
  #schedule .schedule_inner h5 {
    padding: 10px 0 10px;
    font-size: 1.6rem;
  }
  #schedule .schedule_inner h6 {
    font-size: 1.4rem;
  }
  #schedule .schedule_inner p {
    margin-top: -10px !important;
    padding: 0 0 15px !important;
    font-size: 1.1rem;
  }
  #schedule .schedule_inner table {
    width: 100%;
    font-size: 1.2rem;
  }
  #schedule .schedule_inner table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #schedule .schedule_inner table th {
    padding: 5px 0;
    width: 100%;
  }
  #schedule .schedule_inner table td {
    width: 33.33%;
    height: 100px;
    padding: 0 5px;
    border-top: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #schedule .schedule_inner table td:nth-of-type(2) {
    border-right: none;
    border-left: none;
  }
  #schedule .schedule_inner table th small, #schedule .schedule_inner table td small {
    font-size: 1rem;
  }
}
