@charset "UTF-8";
.ab-kirigirisu {
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsuku-n {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsuku-b {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .header {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    margin-top: 25px;
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__logo {
    margin-top: 2.5vw;
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 232px;
    margin-top: 5.33vw;
    margin-left: 2.67vw;
  }
}
@media (min-width: 768px) {
  .header__contact {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__contact {
    margin-top: 1.5vw;
  }
}
.header__contact .text {
  position: relative;
  padding-left: 14px;
}
.header__contact .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #1eaa39;
  border-radius: 50px;
  width: 9px;
  height: 9px;
}
.header__contact .telnum {
  position: relative;
  color: #1eaa39;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .header__contact .telnum {
    font-size: 41px;
    line-height: 49px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__contact .telnum {
    font-size: 4.1vw;
    line-height: 4.9vw;
  }
}
.header__contact .telnum::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 30px;
  background-image: url(../img/common/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header__btn {
  background-color: #1eaa39;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .header__btn {
    width: 240px;
    height: 80px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__btn {
    width: 24vw;
    height: 8vw;
  }
}
@media (max-width: 767px) {
  .header__btn {
    width: 100px;
    height: 80px;
  }
}
.header__btn > span {
  position: relative;
}
@media (min-width: 768px) {
  .header__btn > span {
    line-height: 32px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__btn > span {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .header__btn > span {
    line-height: 23px;
    padding-bottom: 15px;
  }
}
.header__btn > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 6px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.footer__primary {
  position: relative;
  background-repeat: no-repeat, repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  .footer__primary {
    padding: 21.33vw 0 2.67vw;
    background-size: cover, auto;
    background-position: top center;
    background-image: url(../img/common/footer_bk.png), url(../img/common/bk.jpg);
  }
}
@media (max-width: 767px) {
  .footer__primary {
    padding-top: 44vw;
    background-position: top center;
    background-size: contain, auto;
    background-image: url(../img/common/footer_bk_sp.png), url(../img/common/bk.jpg);
  }
}
.footer__img {
  position: absolute;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .footer__img {
    top: 19%;
    right: 14%;
    width: 26%;
  }
}
@media (max-width: 767px) {
  .footer__img {
    top: 16vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 43.73vw;
  }
}
.footer__logo {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__logo {
    background-color: #1eaa39;
    padding: 14.67vw 0;
  }
}
@media (min-width: 768px) {
  .footer__logoimg {
    width: 381px;
  }
}
@media (max-width: 767px) {
  .footer__logoimg {
    width: 77.33vw;
  }
}
.footer__addr {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__addr {
    margin-top: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__contact {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    width: 90vw;
  }
}
.footer__tel {
  color: #fff;
}
@media (min-width: 768px) {
  .footer__tel {
    font-size: 75px;
    line-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__tel {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .footer__tel {
    font-size: 13.33vw;
    line-height: 1;
  }
}
.footer__tel a {
  position: relative;
}
@media (min-width: 768px) {
  .footer__tel a {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__tel a {
    padding-left: 4vw;
  }
}
@media (max-width: 767px) {
  .footer__tel a {
    padding-left: 9.33vw;
  }
}
.footer__tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_tel_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .footer__tel a::before {
    width: 40px;
    height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__tel a::before {
    width: 2.67vw;
    height: 3.47vw;
  }
}
@media (max-width: 767px) {
  .footer__tel a::before {
    width: 7.73vw;
    height: 10.13vw;
  }
}
.footer__map {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__map {
    padding-top: 34%;
  }
}
@media (max-width: 767px) {
  .footer__map {
    padding-top: 100%;
  }
}
.footer__map iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__time {
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__time {
    padding: 20px 25px;
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__time {
    padding: 1.33vw 1.67vw;
  }
}
@media (max-width: 767px) {
  .footer__time {
    padding: 10px;
  }
}
.footer__info {
  color: #fff;
  background-color: #1eaa39;
}
@media (min-width: 768px) {
  .footer__info {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .footer__info {
    padding: 30px 10px 5px;
  }
}
.footer__ul {
  list-style: none;
}
.footer__li + .footer__li {
  margin-left: 50px;
}
.footer__anc {
  text-decoration: underline;
}

@keyframes slideAirplane {
  0% {
    transform: translate(-180px, 180px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideCar {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes imgAnim {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pop {
  0% {
    margin-top: 0;
    transform: scale(1);
  }
  30% {
    margin-top: -100px;
  }
  50% {
    transform: scale(1);
  }
  90% {
    margin-top: 0;
    transform: scale(1.2, 0.8);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}/*# sourceMappingURL=common.css.map */