<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.tour-sch {
  padding-bottom: 0;
  margin: 4rem auto 0;
  text-align: center;
}
.tour-sch strong {
  font-size: 1.3rem;
}
.tour-sch {
  padding: 0 0 0
}
.tour-sch:last-child {
  padding: 0 0 20px;
}
.schedule {
  width: 100%;
  max-width: 680px;
  font-size: 1rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0 5px;
}
.schedule th, .schedule td {
  border: 1px solid #666;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
background:rgba(255,255,255,0.9);
}
.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: 80px;
  height: 2em;
}
.schedule td img {
  vertical-align: middle；
}
.day {
  background: #f0f0f0;
  display: block;
  margin: 4px 0 0;
  font-size: 0.7em;
  color: #000;
}
.day_holiday {
  background: #fcdae7;
}
.kyuen {
  font-size: 0.9rem;
  color: #999;
}
@media screen and (max-width:991px) {
  .tour-sch {
   margin: 2rem auto 0;
  }
  .tour-sch:last-child {
    padding: 0 0 40px
  }

  .schedule {
    margin: 20px auto 5px;
    width: 100%;
  }
  .info-link {
    margin: 20px 0 0
  }
  .info-summary {
    margin: 20px 0 0
  }
	
  .schedule {
    max-width: 86%;
    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 {
    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 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;
  }
}/**/
@media screen and (max-width:768px) {
  .tour-sch {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .tour-txt {font-size: 1rem;
    width: 100%;
    text-align: center;
  }

}/**/</pre></body></html>