:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

* {
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

html,
body {
  background: #eaeaea;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
#header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(3rem, 30px);
  top: 0;
  left: 0;
  padding: max(2rem, 20px) max(3rem, 30px);
  background-color: #eaeaea;
  z-index: 9999;
  border-radius: 0 0 max(2rem, 15px) 0;
}
@media screen and (max-width: 550px) {
  #header {
    height: 50px;
    padding: 15px 15px 15px 8px;
  }
}
#header .header__logo {
  width: max(20rem, 130px);
}
@media screen and (max-width: 550px) {
  #header .header__logo {
    width: 100px;
  }
}

#footer {
  width: 100%;
  background: #e6e6e6;
}
#footer .footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: max(8rem, 30px);
  padding: max(3.5rem, 30px) 0;
}
@media screen and (max-width: 1300px) {
  #footer .footer__top--wrapper {
    width: 100%;
  }
}
#footer .footer__top--wrapper b,
#footer .footer__top--wrapper p {
  font-size: max(1.8rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#footer .footer__top--wrapper b.tel,
#footer .footer__top--wrapper p.tel {
  display: flex;
  gap: max(1rem, 10px);
}
#footer .footer__top--wrapper b.tel span,
#footer .footer__top--wrapper p.tel span {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#footer .footer__top--list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(1.5rem, 15px);
  min-width: 400px;
  max-width: 600px;
}
@media screen and (max-width: 550px) {
  #footer .footer__top--list {
    flex-direction: column;
    align-items: start;
  }
}
#footer .footer__top--list a {
  font-size: max(1.3rem, 13px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#footer .footer__copyright {
  text-align: center;
  padding: max(1rem, 10px) 0;
  background: #000;
}
#footer .footer__copyright p {
  color: #fff;
  font-family: YakuHanJP, "Roboto", sans-serif;
  font-size: max(1.2rem, 9px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  background: #000000;
}/*# sourceMappingURL=style.css.map */