// カレンダー
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}

@media (max-width: 767px){
.mainSliderSec .slick-slide {
    margin: 0px 7.5px!important;
}
}
.mainSliderSec #mainSlider {
    margin-bottom: 20px!important;
}
.mainSliderSec .slick-dots {
    bottom: -20px!important;
}
.mainSliderSec .slick-dots li button:before {
    background: #eee!important;
}
.mainSliderSec .slick-dots li.slick-active button::before {
    background: #602D22!important;
}
section.sec_mv_news.highlight--narrow {
    padding-top: 0;
}
.js-includeWp--news01 li:nth-child(n + 2) {
    display: none;
}
@media (max-width: 767px){
.js-includeWp--news02 li:nth-child(n + 4) {
    display: none;
}
}
.js-includeWp--recipe .wp_cat_5 {
    display: none!important;
}
.js-includeWp--information .wp_cat_1 {
    display: none!important;
}
.itemList__unit p {
    line-height: 24px;
}
.userGuide h2 {
    letter-spacing: 1px;
}
.top_monthlyRecommend .h3C .arrow {
    letter-spacing: 0;
}
.top_ranking .button {
    border: 1px solid #602D22;
}

.top_monthlyRecommend .h3C .arrow {
    font-weight: 500;
}
a.add_gift_link {
    text-decoration: underline;
}
@media (max-width: 767px){
.slick-list.draggable {
    padding: 0 30px!important;
}
.add_margin {
    margin: 0 20px;
}
}
