table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}

// カレンダー
.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;
  gap: 0 10px;
}
.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%;
  }
}
.fNav__list ul, .fNav__list li,
.tbl_calendar th, .tbl_calendar td {
  font-size: 14px;
}

.hdr--typeD .hdrTop {
  background: #f2f2f2!important;
  color: #1b1b1b!important;
}
.hdr--typeD .hdrTop .hdrInfo {
  font-size: 14px;
}
.h2G small {
  font-size: 18px;
}
.cateList--typeC figcaption {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

@media (max-width: 768px) {
  .campaign .row, .itemList {
    gap: 25px 0 !important;
  }
}
/* PCブラウザでは電話リンクを無効にする */
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

/* モバイルデバイスでのみ電話リンクを有効にする */
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
}
@media screen and (min-width: 1200px) {
    .hdrBottom--seachWrap{
       display:none;
    }
}
.itemList__unit p.item--s_expl{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.itemList__unit p.itemPrice--sale{
  color:#dd2828;
}
