@charset 'utf-8'; /*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* 保存無効 */
@media print {
 img{ display: none !important}
}

/* iPhoneの長押し機能制御*/
.img_guard--ios {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/* 透明画像を上からかぶせる */
.img_guard {
    position: relative;
}
.guard_nopic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: url(/itsu-ichi/img/guard.png);
}
.img_guard img {
    z-index: 10;
}

/* ページ下部の画像に透明画像かぶせた時のホバー時の設定 */
.transF-img > a:hover img,
.transF-img > a:active img,
.transF-img > a:focus img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* カルーセルの画像に透明画像かぶせた時のホバー時の設定
.carousel__item > a:hover img,
.carousel__item > a:active img,
.carousel__item > a:focus img {
  opacity: .9;
} */

.guard_nonicon .icon-blank {
  display: none;
  margin: 0px;
}