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;
}
.hdrBottom02 {
    background: #fff;
}
.sp_hdrSearch {
    padding: 10px;
    overflow: hidden;
}
#container {
    overflow: hidden!important;
}
body > * {
    overflow: hidden;
}
@media (max-width: 767px) {
img.gNav__listIcon {
    height: 52px;
}
}
header#hdr {
    overflow: visible;
}


.section3 {
  max-width: 930px;
  margin: 0 auto;
  padding: 50px 10px;
}

/*テーマ切り替え調整分*/
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input{
  height: inherit !important;
}

/*簡易説明文非表示*/
.c-item-list__expl{
  margin-top:10px;
  display:none;
}



/* レスポンシブテンプレートでの画像の横並びとスマホで解除 */
div#two-pic {
    margin: auto;
    text-align: center;
    width: 100%;
}
div#left-pic {
    display: inline-block;
    padding: 10px;
}
div#right-pic {
    display: inline-block;
    padding: 10px;
}


.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box14 p {
    margin: 0; 
    padding: 0;
}
