.header__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__nav {
  gap: 1.2rem;
  margin-right: 4rem;
}

.header__logo {
  width: 14rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__item {
  font-size: 1.3rem;
}

.header__button {
  text-align: center;
  width: 14.8rem;
}
.header__button.-tel {
  font-size: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.sp-btn-links__box--tel {
  background-color: #222;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.sp-btn-links__box--tel .sp-btn-links__link {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 1301px) {
  .header__inner {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
  .header__logo {
    width: 18rem;
  }
}
@media (min-width: 1401px) {
  .header__nav {
    margin-right: 7rem;
  }
}
/*# sourceMappingURL=custom.css.map */
