@charset "UTF-8";

/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {

  table.tantoui.schedule {
    width: 60%;
    margin-bottom: 50px;
  }
  table.tantoui.schedule th ,
  table.tantoui.schedule td {
    padding: 0.5em;
  }
  table.tantoui.schedule2 {
    width: 50%;
    margin-bottom: 50px;
  }
  table.tantoui.schedule2 th ,
  table.tantoui.schedule2 td {
    padding: 0.5em;
    text-align: left;
  }



} /* End pc */

/* ======================================================
sp
====================================================== */
@media (max-width: 1000px) {

  table.tantoui.schedule {
    margin-bottom: 10vw;
  }
  table.tantoui.schedule th ,
  table.tantoui.schedule td {
    padding: 0.5em;
  }



} /* End sp */
