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

.snsNav li:not(:last-child) {margin-right: 16px;}
.snsNav li:last-child {margin-right: 0;}
.footerBlock_bg .f_attention p {
  line-height: 29px !important;
}
.itemArrange--typeE .itemArrange__text h3 {letter-spacing: 2px;}

.megaMenu {
  max-height: 500px;
  overflow-y: auto;
}

.cateList_brewery.cateList .hasChildren--click > a {
  background:#f5f5f5;
}
.cateList_brewery .cateList__children {
  margin-top: 0;
}
.cateList_brewery .cateList__children > li {
  margin: 0;
}
.cateList_brewery .cateList__children > li a {
  border-bottom:1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 20px;
  display: block;
}
.hdrCatMenu__col ul > li > article:not(.keywordList) .cateList_brewery .cateList__children > li a {border-top: 0;}
.cateList_brewery.cateList .hasChildren--click > a:before {content:none;}
.cateList_brewery.cateList .hasChildren--click > a:after {
  content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #37383C;
    border-right: 2px solid #37383C;
    transform: rotate(135deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
  right: 15px;
  border-color: #E3027D;
  background: transparent !important;
}
.cateList_brewery.cateList .hasChildren--click > a:hover {
  color: #37383C;
}
.cateList_brewery.cateList .hasChildren--click > a:hover:after {
  right: 15px !important;
}
.cateList_brewery.cateList .hasChildren--click > a.open:after {
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.15s;
}

.hokkaido {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
.hdrCatMenu__col ul > li > article .cateList_brewery .cateList__children {
  position: relative;
}
.hdrCatMenu__col ul > li > article .cateList_brewery .cateList__children > li {padding: 0;}