/**
 * dayservice.html専用のスタイル指定
 *
 * 注意:
 * 「PCファースト」の方針で記述しています。
 * はじめにPC、モバイル共通のスタイルを記述し、モバイル専用は後から上書きする形で記述しています。
 * 原則として、PC専用のメディアクエリは設けないようにしてください。
 */

/*--------------------------------*/
/* PC、モバイル共通 */
.dayservice-strong {
  color: #8c0000;
  font-weight: normal;
}
.dayservice-event-list > li {
  float: left;
  width: 31.25%; /* 300px */
}
.dayservice-event-list > .other {
  margin-left: 3.125%;
}
.dayservice-event-list > .first,
.dayservice-event-list > .other {
  margin-bottom: 20px;
}
.dayservice-event-list > .last {
  clear: both;
  width: 100%;
}
.dayservice-event-list > li > img {
  height: auto;
  width: 100%;
}
.dayservice-event-list > li > p {
  line-height: 23px;
  text-align: center;
}
.dayservice-dish-img {
  float: left;
  width: 39.58333333333333%;
}
.dayservice-dish-p {
  float: left;
  margin-left: 4.166666666666667%;
  width: 56.25%;
}
.dayservice-calender {
  margin-left: -3.125%;
}
.dayservice-calender > li {
  width: 30.3030303030303%;
  margin-left: 3.03030303030303%;
  float: left;
  height: 100px;
}
.dayservice-calender > li > .month {
  background: #fff;
  border-bottom: 1px solid #0056b5;
  color: #0052b8;
  color: #000;
  height: 20px;
  margin-bottom: 5px;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.dayservice-section-first {
  margin-top: 37px;
}
#contents {
  padding-bottom: 78px; /* デフォルトの46px + 新たな余白32px */
}
/*--------------------------------*/
/* モバイル専用 */
@media screen and (max-width: 767px) {
  .dayservice-event-list > li {
    float: none;
    width: 100%; /* 300px */
  }
  .dayservice-event-list > .other {
    margin-left: 0;
  }
  .dayservice-dish-img {
    float: none;
    width: 100%;
  }
  .dayservice-dish-p {
    float: none;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .br-pc:before {
    display: none;
  }
  .dayservice-calender {
    margin-top: -24px;
    margin-left: 0;
  }
  .dayservice-calender > li {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
    float: none;
    height: auto;
  }
}