.exterior-header-scope {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  background-color: var(--basewhite);
  overflow: hidden;
}

.exterior-header-scope .PC-header {
  justify-content: space-between;
  padding: var(--size-space-400) var(--size-space-600) var(--size-space-300)
    var(--size-space-600);
  display: flex;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--basewhite);
}

.exterior-header-scope .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-050);
  position: relative;
  flex: 0 0 auto;
}

.exterior-header-scope .logo {
  width: 190px;
  height: 53px;
  aspect-ratio: 3.57;
  background-image: url(../img/logo-2.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.exterior-header-scope .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-weight: 400;
  color: var(--baseblack);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
}

.exterior-header-scope .div {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.exterior-header-scope .PC-header-atom {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--size-space-300);
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--themaprimary-700);
}

.exterior-header-scope .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -2px;
  font-family: var(--body-1-font-family);
  font-weight: 700; /* Figma: Bold（body-1は500だが、ナビアクティブ項目はBold） */
  color: var(--baseblack);
  font-size: var(--body-1-font-size);
  text-align: center;
  letter-spacing: var(--body-1-letter-spacing);
  line-height: var(--body-1-line-height);
  font-style: var(--body-1-font-style);
}

.exterior-header-scope .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Wendy One", Helvetica;
  font-weight: 400;
  color: var(--themasecondary-400);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}

.exterior-header-scope .PC-header-atom-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--size-space-300);
  position: relative;
  flex: 0 0 auto;
}

.exterior-header-scope .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--body-1-font-family);
  font-weight: 700; /* Figma: Bold（body-1は500だが、ナビ通常項目もBold） */
  color: var(--baseblack);
  font-size: var(--body-1-font-size);
  text-align: center;
  letter-spacing: var(--body-1-letter-spacing);
  line-height: var(--body-1-line-height);
  font-style: var(--body-1-font-style);
}

.exterior-header-scope .frame-2 {
  align-items: center;
  justify-content: flex-end;
  gap: var(--size-space-300);
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.exterior-header-scope .frame-3 {
  flex-direction: column;
  align-items: flex-end;
  gap: var(--size-space-050);
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.exterior-header-scope .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  min-width: 150px;
  max-width: 500px;
  align-items: flex-end;
  gap: var(--size-space-100);
  position: relative;
  flex: 0 0 auto;
  border-radius: 99px;
  cursor: pointer;
}

.exterior-header-scope .img {
  width: 24px;
  height: 24px;
  position: relative;
  aspect-ratio: 1;
}

.exterior-header-scope .text-wrapper-5 {
  justify-content: center;
  margin-top: -2px;
  font-weight: 900;
  color: var(--baseblack);
  font-size: 26px;
  text-align: center;
  line-height: 31.2px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.exterior-header-scope .tag {
  display: flex;
  padding: var(--size-space-100) var(--size-space-300) var(--size-space-100)
    var(--size-space-300);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--basegrey-1);
  border-radius: var(--size-radius-full);
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.exterior-header-scope .text-wrapper-6 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 700; /* Figma: Bold（body-2は400だが、営業時間タグはBold） */
  color: var(--baseblack);
  font-size: var(--body-2-font-size);
  line-height: var(--body-2-line-height);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--body-2-font-family);
  letter-spacing: var(--body-2-letter-spacing);
  font-style: var(--body-2-font-style);
}

.exterior-header-scope .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  min-width: 150px;
  max-width: 500px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-300);
  padding: var(--size-space-400) var(--size-space-600) var(--size-space-400)
    var(--size-space-600);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--themaprimary-700);
  border-radius: 99px;
  border: 2px solid;
  border-color: var(--themaprimary-400);
  box-shadow: 0px 5px 0px #ffbd8a;
  cursor: pointer;
}

.exterior-header-scope .button-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1px;
  font-family: var(--button-small-font-family);
  font-weight: var(--button-small-font-weight);
  color: var(--basewhite);
  font-size: var(--button-small-font-size);
  text-align: center;
  letter-spacing: var(--button-small-letter-spacing);
  line-height: var(--button-small-line-height);
  font-style: var(--button-small-font-style);
}

.exterior-header-scope .button-4 {
  display: flex;
  width: 56px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-300);
  padding: var(--size-space-400) var(--size-space-600) var(--size-space-400)
    var(--size-space-600);
  position: relative;
  background-color: var(--themaquaternary-700);
  border-radius: 99px;
  border: 2px solid;
  border-color: var(--themaquaternary-400);
  box-shadow: 0px 5px 0px #c8f0d7;
  cursor: pointer;
}

.exterior-header-scope .mingcute-line-app {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  aspect-ratio: 1;
}

.exterior-header-scope .sp-menu-toggle,
.exterior-header-scope .sp-drawer {
  display: none;
}

.exterior-header-scope .sp-menu-toggle,
.exterior-header-scope .sp-drawer-close {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  cursor: pointer;
}

.exterior-header-scope .sp-menu-toggle {
  display: none;
}

.exterior-header-scope .sp-menu-line {
  display: block;
  width: 20px;
  height: 3.2px;
  background-color: var(--baseblack);
  border-radius: 999px;
}

.exterior-header-scope .sp-drawer-close::before,
.exterior-header-scope .sp-drawer-close::after {
  position: absolute;
  top: 10.5px;
  left: 2.5px;
  width: 20px;
  height: 3px;
  background-color: var(--baseblack);
  border-radius: 999px;
  content: "";
}

.exterior-header-scope .sp-drawer-close::before {
  transform: rotate(45deg);
}

.exterior-header-scope .sp-drawer-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1340px) {
  .exterior-header-scope {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .exterior-header-scope .PC-header {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 81px;
    padding: var(--size-space-400) var(--size-space-400) var(--size-space-300);
  }

  .exterior-header-scope .frame {
    gap: 0;
  }

  .exterior-header-scope .logo {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .exterior-header-scope .text-wrapper,
  .exterior-header-scope .div,
  .exterior-header-scope .frame-2 {
    display: none;
  }

  .exterior-header-scope .sp-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.2px;
  }

  .exterior-header-scope .sp-drawer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, 0.3);
  }

  .exterior-header-scope .sp-drawer.is-open {
    display: flex;
  }

  .exterior-header-scope .sp-drawer-header {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: var(--size-space-400) var(--size-space-400) var(--size-space-300);
    background-color: var(--basewhite);
  }

  .exterior-header-scope .sp-drawer-panel {
    width: 250px;
    background-color: var(--basewhite);
  }

  .exterior-header-scope .sp-drawer-nav {
    display: flex;
    flex-direction: column;
    gap: var(--size-space-200);
    width: 250px;
    height: 451px;
    padding: var(--size-space-400) var(--size-space-600);
    background-color: var(--basewhite);
    text-align: center;
  }

  .exterior-header-scope .sp-drawer-item {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    width: 202px;
    min-height: 0;
    text-decoration: none;
  }

  .exterior-header-scope .sp-drawer-item-ja {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Zen Kaku Gothic New", Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--baseblack);
    text-align: center;
  }

  .exterior-header-scope .sp-drawer-item-en {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Wendy One", Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--themasecondary-400);
    text-align: center;
  }

  .exterior-header-scope .sp-drawer-actions {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-400);
    width: 250px;
    min-height: 0;
    padding: var(--size-space-400) var(--size-space-600) var(--size-space-600);
    background-color: var(--basewhite);
  }

  .exterior-header-scope .sp-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 150px;
    max-width: 500px;
    gap: var(--size-space-300);
    padding: var(--size-space-400) var(--size-space-600);
    border: 2px solid;
    border-radius: 99px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .exterior-header-scope .sp-menu-button--phone {
    background-color: var(--thematertiary-700);
    border-color: var(--thematertiary-400);
    box-shadow: 0 5px 0 var(--thematertiary-400);
  }

  .exterior-header-scope .sp-menu-button--mail {
    background-color: var(--themaprimary-700);
    border-color: var(--themaprimary-400);
    box-shadow: 0 5px 0 var(--themaprimary-400);
  }

  .exterior-header-scope .sp-menu-button--line {
    background-color: var(--themaquaternary-700);
    border-color: var(--themaquaternary-400);
    box-shadow: 0 5px 0 #d5f5e1;
  }

  .exterior-header-scope .sp-menu-button-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
  }

  .exterior-header-scope .sp-menu-button--phone .sp-menu-button-icon {
    filter: brightness(0) invert(1);
  }

  .exterior-header-scope .sp-menu-button-text {
    display: flex;
    flex: 1 0 0;
    align-items: center;
    justify-content: center;
    min-width: 0;
    font-family: var(--button-small-font-family);
    font-size: var(--button-small-font-size);
    font-weight: var(--button-small-font-weight);
    line-height: var(--button-small-line-height);
    color: var(--basewhite);
    text-align: center;
    white-space: nowrap;
  }

  .exterior-header-scope .sp-menu-phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--size-space-050);
  }

  .exterior-header-scope .sp-menu-phone-number {
    display: flex;
    align-items: flex-end;
    gap: var(--size-space-100);
    min-width: 150px;
    max-width: 500px;
    border-radius: 99px;
    text-decoration: none;
  }

  .exterior-header-scope .sp-menu-phone-number img {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }

  .exterior-header-scope .sp-menu-phone-number span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Kaku Gothic New", Helvetica;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--baseblack);
    text-align: center;
    white-space: nowrap;
  }

  .exterior-header-scope .sp-menu-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--size-space-100) var(--size-space-300);
    background-color: var(--basegrey-1);
    border-radius: var(--size-radius-full);
  }

  .exterior-header-scope .sp-menu-hours span {
    font-family: var(--body-2-font-family);
    font-size: var(--body-2-font-size);
    font-weight: 700;
    line-height: var(--body-2-line-height);
    color: var(--baseblack);
    white-space: nowrap;
  }
}

@media (max-width: 1340px) and (max-height: 820px) {
  .exterior-header-scope .sp-drawer-nav {
    height: 420px;
  }

  .exterior-header-scope .sp-drawer-actions {
    gap: 14px;
    padding-bottom: var(--size-space-400);
  }
}

@media (max-width: 768px) {
  .exterior-header-scope .PC-header {
    height: 56px;
  }

  .exterior-header-scope .logo {
    width: 100px;
    height: 28px;
  }
}
