/* Hide LINE contact routes */
.reserv-contact {
  display: none !important;
}

.reserv-contents_inner {
  justify-content: center !important;
  max-width: 860px !important;
}

.reserv-cta {
  flex: 0 1 100% !important;
  max-width: 860px !important;
}

.footer-ctalist {
  justify-content: center !important;
}

.footer-ctalist_item {
  flex: 0 1 250px !important;
}

.footer-ctalist_item a[href*="page.line.me"],
.spfooter-navi-item.-line {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .reserv-contents_inner {
    max-width: 640px !important;
    flex-direction: column !important;
  }

  .reserv-cta {
    padding: 32px 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .spfooter-navi-wrap {
    display: flex !important;
  }

  .spfooter-navi-item {
    flex: 1 1 50% !important;
    width: 50% !important;
  }
}
