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;
    display: none;
}
.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;
}
p.itemPrice {
    color: #93795F;
}

@media(min-width:992px){
  .hdrInfo {
    max-width: 60% !important;
    flex: 0 0 60% !important;
  }
 
  .hdrTop .hdrInner:not(.hdrInner--one) > .exNav {
  max-width: 40% !important;
    flex: 0 0 40% !important;
  }
}

@media(max-width:991px){
  [class*="iconButton"]:after, a[class*="iconButton"]:after{
    right:10px !important;
  }
  
  .newsList--typeB .newsList__body{
    max-width:100% !important;
  }
  
  .newsList li h3{
    white-space:inherit !important;
  }
}

.copyright--typeA {
    background: #93795F !important;
    color: #FFFFFF !important;
}

#toTop.toTop--primary a, .toDetailSearch.toTop--primary a{
  color:#fff !important;
  background:rgba(27, 27, 27, 0.7) !important;
}

#toTop.toTop--primary a:after, .toDetailSearch.toTop--primary a:after{
  border-color:#fff !important;
}

#news_sec,#favoliteSection{
  margin-top:-80px !important;
  padding-top:80px;
}

@media(max-width:991px){
  #news_sec,#favoliteSection{
    margin-top:-60px !important;
    padding-top:60px;
  }
}

.cg_freespace_01,#store{
  text-align:left;
}

#freepage{
  text-align:center;
}

/** フリーページ 取扱店 **/
#store h1 {
	font-size: 24px;
    margin-bottom: 30px
}
#store h3 {
	font-size: 18px;
    margin: 2rem 0 1rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: rgb(105, 105, 105);
    padding-bottom: 10px;
}
#store p {
	margin-bottom: 1rem;
}
#store p.info_box {
	margin-left: 1rem;
	margin-bottom: 2rem;
}

@media(min-width:992px){
  .mainSliderSec:not([data-fade="true"]) .mainSliderSec__inner {
      max-width: 920px !important;
  }
  
  .hdrMiddle .hdrInner {
    height: 105px !important;
  }
}

.video {
  max-width: 710px;
  margin:auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video iframe {
  width: 100%;
  height: 100%;
}
#freepage{
  max-width: 710px;
  text-align: left;
  margin: auto;
}


.mainCalendar{
  justify-content:space-around !important;
}

@media(min-width:992px){
  #container:not(.topPage) {
      margin-top: 40px !important;
    }
  
  .row.cateList{
    margin:0 !important;
  }
}
@media(max-width:991px){
  #freepage{
    margin-top:20px;
  }
}
.col-pc-2_5 {
    flex: 0 0 40%;
    max-width: 40%;
}

@media(min-width:992px){
  .mainSliderSec #mainSlider{
        overflow: hidden;
  }
}
#container.topPage{
	width:100%;
}
@media(max-width:991px){
  .hdrTop .hdrInner:not(.hdrInner--one) .hdrInfo{
    line-height: 1.3;
    padding: 5px;
  }
}
ul.row {
    background: #93795F;
}
.hdrBottom2 .row .col-6:nth-child(odd) {
    border-right: 1px solid #fff !important;
}