@charset "UTF-8";

#schedule_page .sort {
  padding-bottom: 20px;
}

#schedule_page .sort li {
  position: relative;
  width: 18%;
  height: 80px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 2.5%;
  background-color: #ffffff;
}

#schedule_page .sort li:first-child {
  color: #ffffff;
  line-height: 80px;
  background-image: url(../../images/bg_sort.jpg);
  background-position: 0 0;
  background-size: 59px 45px;
  background-repeat: repeat;
}

#schedule_page .sort li:last-child {
  margin-right: 0;
}

#schedule_page .sort li:not(:first-child) {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

#schedule_page .sort li a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7a4e45;
}

#schedule_page .sort li span {
  display: block;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: 2;
  width: 100%;
  text-align: left;
}

#schedule_page .sort li span img {
  width: 50%;
  max-width: 80px;
  min-width: 50px;
}

#schedule_page .sort .line {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background-color: #f784a0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#schedule_page .select_date ul {
  display: table;
  width: 100%;
  margin-top: 20px;
}

#schedule_page .select_date li {
    background-color: #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    display: table-cell;
}

#schedule_page .select_date li .sun {
  background-color: #ff3368;
}

#schedule_page .select_date li .sat {
  background-color: #4996ff;
}

#schedule_page .select_date li a {
    display: block;
    color: #ffffff;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.4;
}
#schedule_page .select_date li a span {
}
#schedule_page .select_date .schedule_date {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

#schedule_page > p {
  width: 65%;
  font-weight: bold;
  color: #ffffff;
  margin: 10px auto 0;
  padding: 0 8px;
  text-align: center;
  background-color: #f784a0;
}

#schedule_page .box {
    width: 48%;
    float: left;
    margin: 10px 1% 0px;
    background-color: #ffffff;
    position: relative;
    height: 278px;
}

#schedule_page .box:nth-of-type(3n-1) {
}

#schedule_page .box a > p {
  max-height: 220px;
  overflow: hidden;
}

#schedule_page .box img {
  width: 100%;
}

#schedule_page .box ul {
    width: 96%;
    font-weight: bold;
    margin: 4px;
    line-height: 1;
    margin-top: 8px;
}

#schedule_page .box ul li:nth-of-type(2) {
    font-size: 11px;
    color: #666;
}

#schedule_page .box .icon {
    width: 96%;
    margin: 0 auto 4px;
}

#schedule_page .box .icon p {
  font-size: 0.80rem;
}

#schedule_page .box .icon p:nth-of-type(1) {
    position: absolute;
    bottom: 74px;
    width: auto;
    right: 4px;
}

#schedule_page .box .icon p:nth-of-type(2) {
}

#schedule_page .box .icon p span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 12px;
}

#schedule_page .box .icon_1 {
  color: #ffffff;
  background-color: #fa2f5f;
  border: 1px solid #fa2f5f;
}

#schedule_page .box .icon_2 {
  color: #ffffff;
  background-color: #2f98fa;
  border: 1px solid #2f98fa;
}

#schedule_page .box .icon_3 {
  color: #ffffff;
  background-color: #ffb249;
  border: 1px solid #ffb249;
}

#schedule_page .box .icon .on1 {
}

#schedule_page .box .icon .on2 {
}
