@charset "UTF-8";
/*-----------------------------------------------
sec_shop 住所のアニメーション
-----------------------------------------------*/
/*アニメーションオブジェクト全体*/
.shop-address1 .view-button,
.shop-address3 .view-button {
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-left: 20px;
}

.shop-address2 .view-button,
.shop-address4 .view-button {
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-right: 20px;
  right: 0px;
}

/*背景*/
.view-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #95753D;
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.6s 0.2s;
  transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.6s 0.2s;
}

/*アニメーション開始　背景*/
/*
a:hover .view-button:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}*/
/*文字*/
.view-button .span {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0) skewX(20deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.6s;
  transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.6s;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0em 1em;
  line-height: 3em;
}

/*アニメーション開始　文字*/
/*
a:hover .view-button .span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: skewX(20deg) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}*/
/*
スクロールで動作するアニメーションの、開始部分
*/
.scroll .view-button:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.scroll .view-button .span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: skewX(20deg) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
}

.img-layout-box {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .shop-address1 .view-button,
  .shop-address3 .view-button,
  .shop-address2 .view-button,
  .shop-address4 .view-button {
    font-size: 12px;
  }

  .shop-address3 .view-button {
    margin: 0px 20px;
  }
  .shop-address3 .view-button .span {
    line-height: 1.5em;
    padding: 10px;
  }

  /**/
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .shop-address1 .view-button,
  .shop-address3 .view-button,
  .shop-address2 .view-button,
  .shop-address4 .view-button {
    font-size: 16px;
  }

  .shop-address3 .view-button {
    margin: 0px 20px;
  }

  /**/
}
/*-----------------------------------------------
sec_shop 店内画像のアニメーション
-----------------------------------------------*/
.sec_shop .shop-list li.shop-list-li .shop-img-box1,
.sec_shop .shop-list li.shop-list-li .shop-img-box4,
.sec_shop .shop-list li.shop-list-li .shop-img-box5,
.sec_shop .shop-list li.shop-list-li .shop-img-box8 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition: all .5s;
}

.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box1,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box4,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box5,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box8 {
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 24px;
  margin-left: 0px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}

.sec_shop .shop-list li.shop-list-li .shop-img-box2,
.sec_shop .shop-list li.shop-list-li .shop-img-box3,
.sec_shop .shop-list li.shop-list-li .shop-img-box6,
.sec_shop .shop-list li.shop-list-li .shop-img-box7 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition: all .5s;
}

.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box2,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box3,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box6,
.sec_shop .shop-list li.shop-list-li .scroll .shop-img-box7 {
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 24px;
  margin-left: 20px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}


