// カレンダー
.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%;
  }
}

/* ピックアップギフト */
.pickup01Sec {
  background: url("https://img21.shop-pro.jp/PA01486/977/etc_base64/x9i3yqGhxd-72cXZoaFQQ83R.png?cmsp_timestamp=20251031165235");
  background-repeat: no-repeat;
  background-size: 100% 550px;
  background-position-y: 110px;
}
.pickup02Sec {
  background: url("https://img21.shop-pro.jp/PA01486/977/etc_base64/x9i3yqGht6jL3KWzpd6hoVBDzdE.png?cmsp_timestamp=20251031165607");
  background-repeat: no-repeat;
  background-size: 100% 550px;
}
@media (max-width: 767px) {
  .pickup01Sec {
    background: url("https://img21.shop-pro.jp/PA01486/977/etc_base64/x9i3yqGhxd-72cXZoaFTUM3RMg.png?cmsp_timestamp=20251031171542");
    background-repeat: no-repeat;
    background-size: 100% 360px;
    background-position-y: 100px;
  }
  .pickup02Sec {
    background: url("https://img21.shop-pro.jp/PA01486/977/etc_base64/x9i3yqGht6jL3KWzpd6hoVNQzdE.png?cmsp_timestamp=20251031165607");
    background-repeat: no-repeat;
    background-size: 100% 360px;
  }
}