// カレンダー
.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;
}
.sec_category {
    padding-bottom: 172px!important;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}

@media (max-width: 767px) {
.sec_concept .container {
    background: url(https://file001.shop-pro.jp/PA01332/233/img/sec08_bg_sp.png)!important;
    background-repeat: no-repeat!important;
    background-position: bottom!important;
    background-size: contain!important;
    padding-bottom: 90px!important;
}
.sec_category {
    padding-bottom: 80px!important;
}  
}
.sec_voice {
    margin-bottom: 60px;
}
.sec_bnr {
    padding-bottom: 170px!important;
}
@media (max-width: 767px){
.sec_bnr {
    padding-bottom: 60px!important;
}
}

.itemList__unit .itemImg {
    margin-left: 0;
}


@media (max-width: 767px){
#main .sec_category .container:before {
    content: '';
    background: url(https://file001.shop-pro.jp/PA01332/233/img/illust02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    left: 10px;
    width: 100px;
    height: 80px;
}
}

.mainVisual .mainVisual__inner img {
    height: auto!important;
}
