@charset "UTF-8";
.section-schedule__content h4 {
  font-size: 20px;
  font-weight: normal;
}
.section-schedule__title {
  font-size: 2.7rem;
  font-weight: normal;
  margin: 52px auto;
  padding: 0 10px;
  text-align: center;
}
.section-schedule__table {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: #5e7ba0;
  color: #ffffff;
}
.section-schedule__table.mobile {
  display: none;
}
.section-schedule__table h2
.section-schedule__table th,
.section-schedule__table td {
  padding: 10px 20px;
  font-size: 13px;
  border: none;
  font-family: Verdana, sans-serif;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.section-schedule__table td {
  padding: 0;
}
.section-schedule__table td.time-cell {
  padding: 10px 20px;
}
.section-schedule__table th {
  color: #FFF;
  background: #466da0;
  font: normal 90%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
  border: 1px solid #fff;
  border-bottom: none;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 10px;
  letter-spacing: 1px;
}
.section-schedule__table tr:nth-child(even) {
  background: #466da0;
}
.section-schedule__table td span {
  background: #4c89be;
  color: #FFF;
  display: none;
  font: normal 63%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-schedule__popbox-title {
  line-height: 40px;
  font-size: 20px;
}
.section-schedule__popblock-name {
  line-height: 30px;
  font-size: 16px;
}
.section-schedule__popblock-description {
  font-size: 15px;
  font-weight: normal;
  padding: 0;
  margin: 10px 0;
}
/* popup */
.section-schedule__popbox {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
.section-schedule__popbox-title span {
  line-height: 44px;
}
.section-schedule__popbox-title span {
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-right: 5%;    
}
.section-schedule__popbox-frame {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.section-schedule__popbox-text {
  width: 68%;
}
.section-schedule__popbox-name {
  margin-bottom: 5px;
}
.section-schedule__popbox-image {
  height: 150px!important;
  width: 150px!important;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  margin-right: 15px;
  margin-bottom: 5px;
}
.mfp-schedule {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
}
.section-schedule__popbox-form select,
.section-schedule__popbox-form input[type="text"],
.section-schedule__popbox-form input[type="select"],
.section-schedule__popbox-form input[type="number"],
.section-schedule__popbox-form input[type="email"],
.section-schedule__popbox-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
  font-size: 1em;
}
.section-schedule__popbox-form {
  margin-top: -10px;
}
.section-schedule__popbox-form label.option a {
  color: #e94347;
}
.section-schedule__popbox-form label.option a:hover {
  text-decoration: none;
}
.section-schedule__popbox-form input[type="submit"] {
  display: block;
  margin: 15px auto 15px;
}
@media(max-width: 768px) {
  .section-schedule__title {
    text-align: center;
  }
  .section-schedule__table.desctop {
    display: none;
  }
  .section-schedule__table.mobile {
    display: table;
  }
  .section-schedule__table thead {
    display: none;
  }
  .section-schedule__table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .section-schedule__table td {
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
    font-size: 15px;
  }
  .section-schedule__table td.empty-cell {
    display: none;
  }
  .section-schedule__table td.filled-cell {
    border: none;
    border-bottom: 4px solid!important;
  }
  .section-schedule__table td span {
    display: block;
  }
  .section-schedule__table tr:nth-child(even) {
    background: none;
  }
  .section-schedule__table th,
  .section-schedule__table td {
    font-size: 18px;
    border: 1px solid #337AB7;
  }
  .section-schedule__table td {
    border: none!important;
    padding-bottom: 20px;
  }
}
@media(max-width: 480px) {
  .section-schedule__popbox-frame {
    display: block!important;
  }
  .section-schedule__popbox-image {
    float: left!important;
  }
  .section-schedule__popbox-text {
    width: 100%!important;
  }
  .section-schedule__popbox-title span  {
    display: block!important;
    float: none!important;
  }
  .section-schedule__table td,
  .section-schedule__table th {
    width: 100%;
  }
}
@media(max-width: 360px) {
  .section-schedule__popbox-image {
    float: none!important;
  }
}