/* Reference-matched two-bar crest and a clearly named header brand. */
.header-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  width: auto !important;
  height: 60px !important;
  gap: 12px !important;
}

.header-logo-wrap::before,
.header-logo-wrap::after,
.footer-logo-wrap::before,
.footer-logo-wrap::after {
  content: none !important;
}

.header-logo-text {
  display: flex !important;
  order: 1;
  align-items: flex-end;
  min-width: max-content;
  color: #fff;
  line-height: 1;
}

.header-logo-img {
  display: block !important;
  order: 2;
  flex: 0 0 auto;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.header-logo-text .logo-name {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

.header-logo-text .logo-sub {
  display: none !important;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  height: 44px;
  gap: 10px;
}

.footer-logo-wrap::before {
  content: "つるや" !important;
  position: static !important;
  display: inline-block;
  order: 1;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  transform: none !important;
}

.footer-logo {
  display: block !important;
  order: 2;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

@media (max-width: 900px) {
  .header-logo-wrap {
    height: 54px !important;
    gap: 9px !important;
  }

  .header-logo-img {
    width: 30px !important;
    height: 30px !important;
  }

  .header-logo-text .logo-name {
    font-size: 17px;
    letter-spacing: 0.12em;
  }
}
