@charset "utf-8";

@media only screen and (min-width: 992px) {
  .l-header {
    height: initial;
    min-height: 100px;
    container-type: inline-size;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__inner {
    padding-block: 12px 4px;
    gap: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__nav {
    justify-content: flex-end;
    gap: 2px 30px;
    width: 100%;
  }
}

@container (width < 1500px) {
  .l-header__nav {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__list {
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__links {
    margin-inline: initial;
  }
}

@container (width < 1500px) {
  .l-header__links {
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__links .c-btn__tel,
  .l-footer__links .c-btn__tel {
    font-size: 16px;
    width: 194px;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__links .c-btn__tel span,
  .l-footer__links .c-btn__tel span {
    font-size: 22px;
  }
}

.l-fixed__nav {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .l-fixed__nav {
    display: none;
  }
}

.l-fixed__navBtn {
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.l-fixed__navBtn[href^="tel:"] {
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .l-fixed__navBtn[href^="tel:"] {
    font-size: 16px;
  }
}

.l-fixed__navBtnIcon {
  width: 17px;
  height: 100%;
  max-height: 22px;
  object-fit: contain;
}

@media only screen and (min-width: 992px) {
  .p-contact {
    align-items: center;
  }
}

.p-contact__btn-container {
  display: contents;
  gap: 6px;
  min-width: 194px;
}
@media only screen and (min-width: 992px) {
  .p-contact__btn-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.l-footer .l-footer__links {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .l-footer__links.p-contact {
    align-items: center;
  }
}

.l-footer__links .p-contact__btn-container {
  display: contents;
}
@media only screen and (min-width: 576px) {
  .l-footer__links .p-contact__btn-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-btn__tel.c-btn__tel--2 {
  padding-block: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  color: #fff;
  background-color: #5fa346;
  border-color: #5fa346;
  border-radius: 100vh;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel.c-btn__tel--2 {
    padding-block: 2px;
    min-height: 44px;
    width: 194px;
  }
}

.c-btn__tel.c-btn__tel--2 span {
  font-size: 18px;
}

.c-btn__tel.c-btn__tel--2 .c-btn__sub {
  font-size: 12px;
}

.c-btn__tel.c-btn__tel--2 .c-btn__main {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel.c-btn__tel--2 .c-btn__main {
    font-size: inherit;
  }
}

@media (any-hover: hover) {
  .c-btn__tel.c-btn__tel--2:hover {
    background-color: #fff;
    color: #5fa346;
  }
}

@media only screen and (min-width: 992px) {
  .p-contact__btn-container .c-btn__link {
    padding-block: 8px;
    width: 194px;
  }
}
