/* アニメーション設定 */
h1,h2,h3,h4,p,img,li {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
h1.is-active,
h2.is-active,
h3.is-active,
h4.is-active,
p.is-active,
table.is-activet,
li.is-active,
img.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

table,
table li,
#footer_info p,
#sp-fixed-menu p,
#sp-fixed-menu li,
#sp-fixed-menu img,
.loop02 img,
.loop02__item,
.loop02__item img,
#header_slider,
#header_slider img,
.gaiyop,
.gaiyop img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* 固定予約ボタン内の画像・文字にはスクロールふわっと表示を効かせない */
.fixed-reserve-cta img,
.fixed-reserve-cta span,
.fixed-reserve-cta li,
.fixed-reserve-cta p,
.fixed-reserve-cta__icon,
.fixed-reserve-cta__text {
  opacity: 1 !important;
  transform: none !important;
}