@charset "utf-8";
.tour-sch {
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.tour-sch strong {
  font-size: 1.2rem;
}
.tour-sch {
  padding: 0 0 0
}
.tour-sch:last-child {
  padding: 0 0 20px;
}
.schedule {
  width: 100%;
  max-width: 980px;
  font-size: 0.9em;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0 5px 0
}
.schedule th, .schedule td {
  border: 1px solid #666;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle
}
.schedule th {
  height: 2em
}
.schedule thead th {
  color: #fff;
  background: #000; /*背景*/
  padding: 4px 0.5rem 4px
}
.schedule thead th:nth-child(1) {
  width: 80px;
  height: 2em;
  font-size: 0.8em;
}
.schedule tbody th {
  width: 120px;
  height: 2em;
}
.schedule td img {
  vertical-align: middle;width:100%;max-width: 40px;
}
.day {
  background: #717171;color: #fff;
  display: block;
  margin: 4px 0 0;
  font-size: 0.7em;border-radius: 10px;
}
.day_holiday {
  background: #e61f19;color: #fff;
}
.day_sat {
  background: #0768ab;color: #fff;
}
.kyuen {
  font-size: 0.8em;
  color: #717171;
}
th.p2-guest td{
  font-size: 0.7em;
}
.schedule td.gray {background: #ccc;}
@media screen and (max-width:991px) {
  .tour-sch {
    padding: 40px 20px 0
  }
  .tour-sch {
    padding: 0 0 0
  }
  .tour-sch:last-child {
    padding: 0 0 40px
  }
  .schedule {
    margin: 20px auto;
    width: 100%;
  }
  .info-link {
    margin: 20px 0 0
  }
  .info-summary {
    margin: 20px 0 0
  }
}
@media screen and (max-width:768px) {
  .tour-sch {
    padding-bottom: 0;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .tour-txt {
    width: 100%;
    text-align: left;
  }
  .schedule {
    max-width: 100%;
    border-top: 1px solid #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .schedule thead {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule thead th {
    padding: 0;
  }
  .schedule thead th:nth-child(1) {
    font-size: 1em;
    height: 2.5em;
    width: auto;
  }
  .schedule tbody {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .schedule tbody th {padding:0;
    width: auto;
    height: 2.5em;
  }
  .schedule tr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .schedule th, .schedule td {
    height: 2.5em;
    /*border-left: none;*/
    border-top: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    
    .schedule td img {
  vertical-align: middle;width:auto;height: 90%;
}
    
  .schedule caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .day {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: block;
    margin: 0 10px 0 0;
  }
  .date {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: block;
    margin: 0 10px;
  }
}