/* ヘッダーのスタイル */
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem; /* 60 / 16 * 1rem */
  background-color: #fff;
  border-bottom: 0.5px solid #D8BFAE;
  z-index: 100;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 64.125rem; /* 1026 / 16 * 1rem */
  margin: 0 auto;
  padding: 0.75rem 1.25rem; /* 12 / 16 * 1rem, 20 / 16 * 1rem */
  height: 100%;
}

.l-header__logo {
  flex-shrink: 0;
}

.l-header__logo-link {
  display: block;
  text-decoration: none;
}

.l-header__logo-img {
  height: 2.25rem; /* 36 / 16 * 1rem */
  width: auto;
  object-fit: contain;
}

.l-header__nav {
  flex-shrink: 0;
}
