body {
  color: #595959;
}
body::after {
  background: #59344F;
}

.mainvisual .text {
  background: #391F31;
}
.mainvisual .image .mainslide li {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  animation: topanime 31s linear 0s infinite;
  opacity: 0;
}
.mainvisual .image .mainslide li:nth-child(1) {
  background-image: url("../images/top_slide1.jpg");
  animation-delay: 0s;
}
.mainvisual .image .mainslide li:nth-child(2) {
  background-image: url("../images/top_slide2.jpg");
  animation-delay: 10s;
}
.mainvisual .image .mainslide li:nth-child(3) {
  background-image: url("../images/top_slide3.jpg");
  animation-delay: 20s;
}

@media all and (max-width: 896px) {
  .restaurant .text {
    margin: 200px auto 0;
  }
}
@media all and (max-width: 480px) {
  .restaurant .text {
    margin: 160px auto 0;
  }
}

/** anime **/
@keyframes topanime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center 50%;
  }
}
@keyframes bgSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background-position: center right 20%;
  }
}
h2.headline {
  color: #595959;
}

.restaurant::after {
  background: #efefef;
}

@media all and (max-width: 896px) {
  .onsen > div.block {
    background: #efefef;
  }
}
.onsen > div.block .text {
  background: #efefef;
}

.news .inner .box::after {
  background: #724468;
}

footer {
  background: #59344F;
}/*# sourceMappingURL=local.css.map */