@charset "UTF-8";
/* lp way 共通
   ========================================================================== */
.lp-main-wrap.lp-way-1dayperweek .hero {
  background-image: url("../../img/lp/way/hero-bg-onedayperweek.jpg");
}
.lp-main-wrap.lp-way-expensive .hero {
  background-image: url("../../img/lp/way/hero-bg-expernsive.jpg");
}
.lp-main-wrap.lp-way-long .hero {
  background-image: url("../../img/lp/way/hero-bg-long.jpg");
}
.lp-main-wrap.lp-way-morning .hero {
  background-image: url("../../img/lp/way/hero-bg-morning.jpg");
}
.lp-main-wrap.lp-way-night .hero {
  background-image: url("../../img/lp/way/hero-bg-night.jpg");
}
.lp-main-wrap.lp-way-opening .hero {
  background-image: url("../../img/lp/way/hero-bg-opening.jpg");
}
.lp-main-wrap.lp-way-short .hero {
  background-image: url("../../img/lp/way/hero-bg-short.jpg");
}
.lp-main-wrap.lp-way-weekday .hero {
  background-image: url("../../img/lp/way/hero-bg-weekday.jpg");
}
.lp-main-wrap.lp-way-weekend .hero {
  background-image: url("../../img/lp/way/hero-bg-weekend.jpg");
}
.lp-main-wrap.lp-way-employee .hero {
  background-image: url("../../img/lp/way/hero-bg-employee.jpg");
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-expensive {
    background-position: 60% 10%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-expensive {
    background-position: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-long {
    background-position: 60% 10%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-long {
    background-position: 58%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-morning {
    background-position: 70% 30%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-morning {
    background-position: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-opening {
    background-position: 70% 30%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-opening {
    background-position: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-short {
    background-position: 70% 10%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-short {
    background-position: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-weekday {
    background-position: 70% 10%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-weekday {
    background-position: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-weekend {
    background-position: 70% 10%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-weekend {
    background-position: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-main-wrap .hero-employee {
    background-position: 70% 0;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-employee {
    background-position: 65%;
  }
}
.lp-main-wrap .hero-employee .hero-ttl {
  letter-spacing: 1px;
}
@media screen and (max-width: 375px) {
  .lp-main-wrap .hero-employee .hero-ttl {
    font-size: 22px;
  }
}

/*# sourceMappingURL=way.css.map */
