@charset "UTF-8";
/* PC styles */
/* Responsive styles */
/*
@media (max-width: v.$media-large) {}

*
/* Colors */
/**** Reset and base styles ****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**** common ****/
body {
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #FAFAFA;
  line-height: 1.6;
}

.section-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .section-container {
    padding: 50px 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

a.underline {
  text-decoration: underline;
}

a[href^=tel] {
  all: unset;
  color: inherit;
  text-decoration: none;
}

.call-number {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.marker {
  background: linear-gradient(transparent 50%, #FFDD00 50%);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header styles */
body {
  background-color: #FAFAFA;
}

.header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header.scrolled {
  border-bottom: 1px solid #DDD; /* 境界線を黒く表示 */
}
.header .header__container {
  max-width: 1366px;
  max-height: 120px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .header .header__container {
    padding: 5px;
    align-items: normal;
  }
}
.header .header__logo-container {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .header .header__logo-container .header__nintei-logo {
    display: none;
  }
}
.header .header__logo {
  height: 100%;
  max-height: 106px;
  margin-right: 10px;
  padding: 6px;
}
@media (max-width: 960px) {
  .header .header__logo {
    max-height: 78px;
  }
}
.header .header__contact {
  text-align: right;
}
.header .header__contact .header__nintei-logo {
  display: none;
}
.header .header__contact .header__contact-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FF6601;
  text-decoration: none;
}
.header .header__contact .header__contact-phone-icon {
  height: 34px;
  margin-right: 10px;
}
.header .header__contact .header__contact-phone-text {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
.header .header__contact .header__contact-phone-number {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .header .header__contact .header__nintei-logo {
    display: block;
    margin: 0;
    width: 100%;
  }
  .header .header__contact .header__contact-phone {
    display: block;
  }
  .header .header__contact .header__contact-phone .header__contact-phone-icon {
    display: none;
  }
  .header .header__contact .header__contact-phone .header__contact-phone-text {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
  }
  .header .header__contact .header__contact-phone .header__contact-phone-number {
    display: block;
    line-height: 1;
    font-size: 32px;
  }
}
.header .header__sp-nav {
  display: none;
}
@media (max-width: 960px) {
  .header .header__pc-nav {
    display: none;
  }
  .header .header__sp-nav {
    display: block;
  }
}
.header .header__pc-nav ul {
  display: flex;
}
.header .header__pc-nav ul li {
  margin: 0 15px;
}
.header .header__pc-nav ul li a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.header .header__pc-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF6601;
  transform: scaleX(0);
  transform-origin: bottom;
  transition: transform 0.3s ease-out;
}
.header .header__pc-nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: top;
}
.header .header__sp-nav {
  width: 100%;
  max-width: 390px;
  background: linear-gradient(to right, #34C759, #31B0C7);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .header .header__sp-nav {
    max-width: 100%;
    border-radius: 0px;
  }
}
.header .header__sp-nav ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.header .header__sp-nav ul li {
  width: 100%;
  text-align: center;
  margin: 0;
}
.header .header__sp-nav ul li img {
  display: block;
  width: 42px;
  margin: 6px auto -2px;
}
.header .header__sp-nav ul li a {
  font-size: 12px;
  color: white;
}

/* Closing CTA */
.closing-cta {
  text-align: center;
}
.closing-cta h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .closing-cta h3 {
    font-size: 18px;
  }
}

.road-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.road-container .road__car {
  z-index: 2;
  margin: 0 auto -50px;
  width: 100%;
  max-width: 1366px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.road-container .road__car img {
  display: block;
}
@media (max-width: 768px) {
  .road-container .road__car img {
    max-width: 100px;
  }
}
.road-container .road__road {
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: gray;
  position: relative;
}
@media (max-width: 768px) {
  .road-container .road__road {
    height: 26px;
    margin-top: 24px;
  }
}
.road-container .road__road::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(to right, white 0%, white 20px, transparent 20px, transparent 40px);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .road-container .road__road::before {
    height: 2px;
  }
}

/* Footer */
.footer {
  color: #0F0F0F;
}
@media (max-width: 768px) {
  .footer {
    background: none;
  }
}
.footer .footer__container {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer__container {
    flex-direction: column;
  }
}
.footer .footer__contact {
  flex: 7;
  text-align: center;
  padding: 57px 20px;
  background-color: #EEEEEE;
}
.footer .footer__contact h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.footer .footer__contact p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer .footer__contact p br {
    display: none;
  }
}
.footer .footer__contact-links {
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 960px) {
  .footer .footer__contact-links {
    align-items: center;
    flex-wrap: wrap;
  }
}
.footer .footer__contact-links .footer__tel-btn {
  min-width: 330px;
  padding: 14px 10px 0;
  background-color: white;
  border: solid 1px #FF6601;
  color: #FF6601;
  border-radius: 5px;
  line-height: 1;
  min-height: 80px;
}
.footer .footer__contact-links .footer__tel-btn .footer__tel-btn-container .footer__tel-btn-icon {
  width: 32px;
}
.footer .footer__contact-links .footer__tel-btn .footer__tel-btn-container .footer__tel-btn-number {
  font-size: 32px;
  font-weight: bold;
}
.footer .footer__contact-links .footer__tel-btn .footer__tel-btn-number-desc {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 480px) {
  .footer .footer__contact-links .footer__tel-btn {
    min-width: 200px;
    width: 100%;
  }
}
.footer .footer__contact-links .footer__contact-btn {
  min-width: 330px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  background-color: #FF6601;
  padding: 0 10px;
  border-radius: 5px;
  transition: background-color 0.5s;
  min-height: 80px;
}
.footer .footer__contact-links .footer__contact-btn a {
  color: white;
  font-weight: bold;
  display: block;
  font-size: 22px;
}
.footer .footer__contact-links .footer__contact-btn img {
  display: block;
  width: 32px;
}
@media (max-width: 480px) {
  .footer .footer__contact-links .footer__contact-btn {
    min-width: 200px;
    width: 100%;
  }
}
.footer .footer__contact-links .footer__contact-btn:hover {
  background-color: rgba(255, 102, 1, 0.8);
}
.footer .footer__info {
  text-align: center;
  padding: 43px;
}
.footer .footer__info p {
  font-size: 14px;
}
.footer .footer__info .footer__logo img {
  width: 80%;
  max-width: 180px;
  display: block;
  margin: 33px auto 20px;
}
.footer .footer__copyright {
  background-color: white;
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .footer .footer__copyright {
    padding-bottom: 90px;
  }
}/*# sourceMappingURL=common.css.map */