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);
}
.recoomenditem_custom .container {
    max-width: 1000px!important;
}
.category_custom .bnrBox h3 {
    display: inline-block!important;
}
.h2A {
    position: relative;
    z-index: 5;
}
.drawer__close {
    color: #363636!important;
}

.news_custom {
  margin-top: 30px;
}

.mainSliderSec {
  margin-bottom: 70px;
}

@media (max-width:767px) {
  .category_custom .bnr {
    width: 70%;
  }
}

/* セクション全体の余白をコンパクトに */
.news_custom {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* セクションタイトルの文字サイズを元に戻す */
.news_custom h2.h2A {
  font-size: 24px   /* お知らせ文字サイズを元に戻す */
  margin-bottom: 10px !important;
}

/* お知らせリストの高さを縮小 */
.newsList li {
  margin-bottom: 8px !important;
  line-height: 1.25 !important;
}

/* 回転文字で縦表示しているNEWS */
.news_custom .container::before {
  font-size: 60px !important;
  transform: rotate(90deg) !important;
  transform-origin: top left !important;
  top: 0 !important;
  left: 0 !important;
  height: 60px !important;
  width: auto !important;
  overflow: hidden !important;
  line-height: 1 !important;
  display: block !important;
}

/* ===== スマホ表示（幅750px以下） ===== */
@media screen and (max-width: 750px) {
  .news_custom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  
    .newsList li {
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
  }

  .news_custom .container::before {
    font-size: 30px !important;   /* 縦文字をスマホ用に小さく */
    height: 45px !important;      /* 高さもスマホ用に調整 */
  }
}

section {
    margin-bottom: 50px!important;
}

/*
.conceptE__text h2 {
    font-size: 28px!important;
}
.conceptE__text h2 small {
    margin-top: 10px;
}

.hdrTop .hdrInner > * {
    max-width: 100%!important;
    flex: 0 0 100%!important;
    font-size: 20px;
}
*/

.mainSliderSec .slick-dots {
    bottom: -25px !important;
}
@media (max-width: 767px){
  .sp_search {
    margin-bottom: 0!important;
  }
  .mainSliderSec .mainSliderSec__inner .slick-dots {
    bottom: -20px !important;
  }
}