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;
}
#container:not(.topPage) {
  margin-top: 30px;
}
.itemList__unit p.itemPrice {
  font-family: 'Roboto';
}
#hdr .hdrBottom .gNav > ul > li .megaMenu {
  height: calc(100vh - 170px);
  overflow-y: scroll;
}
#wrapper2 #navi,
#contents #left_box {
  display: none;
}
.bb img {
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
}

element.style {
}
#container:not(.topPage) #side {
  margin-top: 60px;
}

/* フリーページ用 */
#hdrLogo {
  text-indent: unset !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .bb {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 25px !important;
  }
  .kounoulist,
  .kounoulist2 {
    margin: 0 !important;
  }
  .kounoulist dd,
  .kounoulist2 dd {
    float: none !important;
    width: 100% !important;
  }
  .calendar1 p {
    width: 100% !important;
  }
  #right_box > table,
  #right_box > table > tbody,
  #right_box > table > tbody > tr,
  #right_box > table > tbody > tr > td,
  #right_box > table > tbody > tr > td > table,
  #right_box > table > tbody > tr > td > table > tbody,
  #right_box > table > tbody > tr > td > table > tbody > tr {
    display: block;
  }
  #right_box > table > tbody > tr > td > table > tbody > tr > td {
    width: 100px;
  }
  #right_box > table > tbody > tr > td > table > tbody > tr > th {
    width: calc(100% - 100px);
  }
  #right_box h4 {
    width: 100% !important;
  }
  #hdr .hdrBottom-spOnly .hdrCatMenu .hdrCatMenu__col .drawer__nav li.hasChildren--click:nth-child(n + 2) ul {
    height: auto !important;
    overflow-y: auto !important;
  }
  .drawer__accountNav li a {
    padding: 13px 10px !important;
    letter-spacing: 0;
  }
}
.top,
.gototop {
  display: none !important;
}