#container{
  overflow: visible;
}
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;
}

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

#hdr .hdrBottom.spOnly .textSlider li{
	display: none;
}
#hdr .hdrBottom.spOnly .textSlider.slick-slider li{
  display: block;
}

.spSwiper .slick-prev, .spSwiper .slick-next {
  top: 20px;
}

#hdr .hdrBottom.spOnly .textSlider.slick-slider li ul li {
  margin: 0;
}
#hdr .hdrBottom.spOnly .textSlider.slick-slider li ul li a {
  padding: 5px 0;
  display: block;
}

#itemsInCart.float-cart{
	position: fixed;
    right: 35px;
    bottom: 155px;
    background: rgba(220, 220, 236, 0.7);
    width: 50px;
  	height: 50px;
    padding: 13px 0;
    border-radius: 100%;
}

@media screen and (max-width: 992px){
	#toTop{
		display: none!important;
	}
  	#itemsInCart.float-cart{
      right: 18px;
      bottom: 18px;
      background: #008FDE;
  	}
  	#itemsInCart.float-cart .cartAmount{
      color: #000;
      background: #FFF;
  	}
  	#itemsInCart.float-cart .material-icons{
      color: #FFF;
  	}
  
}
.itemImg {
  position: relative;
  display: block;
}

.FavoriteshopName {
	position: absolute;
	bottom: 83px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 3px;
	text-align: center;
	font-size: 78% !important;
	line-height: 1.2em !important;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: transform 0.4s ease, opacity 0.4s ease;
	z-index: 2;
}
.itemWrap {
	position: relative; 
	overflow: hidden; 
}
/* 画像ズーム用 */
.itemWrap .itemImg {
	display: block;
	width: 100%;
	transition: transform 0.5s ease;
}
/* ホバー時にズーム */
.itemWrap:hover .itemImg {
	transform: scale(1.05); 
}


/* ホバー時に下にスライドして消える */
.itemWrap:hover .shopName ,.itemWrap:hover .FavoriteshopName{
	transform: translateY(100%);
	opacity: 0;
}
.itemList__soldOut {
	position: absolute;
	top: 34%;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	text-shadow: 2px 1px 0 #333;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	padding: 6px 4px;
	font-size: 150% !important;
}