a.itemWrap {
    border: none;
    outline: none;
}
.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(115, 115, 115, 0.3);
}
.fav-item button.is-added {
    color: rgba(228, 191, 100, 0.8);
}
.fav-item button svg {
    width: 20px;
    height: 20px;
}

body {
min-width: 1200px !important;
}
button.detail__contactBtn.is-added {
    background: #ccc;
}
.pure-g {
  display: -ms-flex;
  display: flex;
}

.pure-u-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* 付加画像 */
.add-mark {
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #ccc;
  z-index: 20;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  opacity: 0.66;
}
.add-mark-pd {
  display: inline-block;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.4;
  margin: -4px 7px 0 0 ;
  padding: 0 0.8em;
  vertical-align: middle;
  opacity: 0.66;  
}

.icons39 {
  background-color: #009900;
}

.icons24, .icons23, .icons22, .icons21, .icons20 {
  background-color: #ff66cc;
}

.icons16 {
  background-color: #cccc00;
}

.icons10 {
  background-color: #0066ff;
}

.#hdr.hdr--integrate .hdrMiddle {
  background: rgba(255, 255, 255, 0.8);
}
#hdr.hdr--integrate .iconNav i, #hdr.hdr--integrate .iconNav > ul > li > a, #hdr.hdr--integrate .gNav > ul > li > a {
  color: #696767 !important;
}

/* 商品カード */
.product-item-card {
  margin-bottom: 30px; 
}
.product-item-card a {
  display: block;
  position: relative;
}

.product-item-card img {
  transform: scale(1);
  transition-property: transform, opacity;
  transition-duration: 0.75s;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*MONO風にするときはコメントアウト*/
.product-item-card:hover img {
  transform: scale(1.1);
  opacity: 0.75;
}

.pic-wrapper {
  overflow: hidden;
}

.pic-name {
  margin: 10px 0 6px;
  line-height: 18px;
}

.pic-price a {
  font-size: 12px;
  color: #333;
}
.pic-price .sale {
  color: red; 
}
.pic-price .establish {
  /*margin: 5px 0;*/
  text-decoration: line-through;
}

.product-item-card {
    padding: 0 7.5px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    width: 20%;
}

/* フリーページ2 */
.eyec {
  position: relative;
  padding-top: calc(70% * 0.6683 + 100px);
}
@media (min-width: 1200px) {
  .eyec {
    padding-top: 621px;
  }
}

.eyec-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(233, 173, 209, 0.8);
  width: 70%;
}
.eyec-pic {
  position: absolute;
  top: 100px;
  right: 0;
  height: 200px;
  width: 70%;
}
.f2-left, .f2-right {
  padding: 0 15px;
}

.f2-left {
  font-size: 1.2em;
}
.f2-left div { 
  margin: 1em 0;
}
.marker {
  border-bottom: 7px solid rgba(233, 173, 209, 0.8);
}
/*
.marker {
  background: linear-gradient(transparent 60%,rgba(233, 173, 209, 0.8) 0);
}
.marker2 {
  background: linear-gradient(transparent 80%,rgba(233, 173, 209, 0.8) 0);
}*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.sale {
  color: red;
}

input, textarea, select, button {
    font-family: 'Montserrat', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}