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);
}

@media (max-width: 991px){
  .hdrTop {border-bottom: 1px solid #F0F0F0;}
}
.sideTitle {
    background: #F0F0F0;
    padding-left: 10px!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 35px!important;
}
.mainSliderSec .slick-dots {
    bottom: -30px!important;
}
.slick-dots li button:before {
    background: #eee!important;
}
.slick-dots li.slick-active button:before {
    background: #8E8657!important;
}

.lineupSec {
    background: url(https://file001.shop-pro.jp/PA01335/571/images/pc/sec6_bg.jpg)!important;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fNav--typeA .snsNav {
    justify-content: center!important;
}
.fNav--typeA .fNav__logo {
    text-align: center!important;
}

.itemArrange--typeE .itemArrange__text h3 {
    font-size: 10px!important;
    line-height: 16px!important;
}

.itemPrice__discount {
    background: #8E8657;
    color: #ffffff;
    padding: 1px 10px;
    display: inline-block;
    margin-top: 15px;
}

.itemPrice__regular + .itemPrice{
  color: #cc3333;
  font-weight: bold;
}