.nl-empty {
  color: #111827;
  font-size: 14px;
  line-height: 1.8;
}

.nl-cpt-wrap {
  display: grid;
  gap: 24px;
}

.nl-services-grid {
  grid-template-columns: minmax(0, 1fr);
}

.nl-service-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #faf9f7;
  padding: 24px 24px 20px;
}

.nl-service-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-inline: auto;
  padding-bottom: 2px;
  border-radius: 9999px;
  background: #5c4033;
}

.nl-service-card__icon {
  display: block;
  width: 100%;
  height: auto;
}

.nl-service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.nl-service-card__eyebrow {
  margin: 0;
  text-align: center;
  color: #5c4033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.nl-service-card__header {
  margin: 0;
  text-align: center;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.nl-service-card__subtext {
  margin: -8px 0 0;
  text-align: center;
  color: #5c4033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.nl-service-card__description {
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.nl-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-end;
  color: #5c4033;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.nl-service-card__link-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.nl-service-card__link:hover {
  opacity: 0.8;
}

.nl-prices-list {
  gap: 32px;
}

.nl-price-card {
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  background: #ffffff;
  padding: 32px 16px 40px;
}

.nl-price-card__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nl-price-card__icon-wrap {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #5c4033;
}

.nl-price-card__icon {
  display: block;
  width: 48px;
  height: auto;
}

.nl-price-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nl-price-card__eyebrow {
  margin: 0;
  color: #5c4033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.nl-price-card__header {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.nl-price-card__description {
  margin: 24px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.nl-price-card__body-note {
  margin: 8px 0 0;
  color: #404040;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.nl-price-table {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 2px;
}

.nl-price-row {
  display: grid;
  grid-template-columns: 1fr;
}

.nl-price-row__title {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #faf9f7;
  padding: 16px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.nl-price-row__value {
  border-bottom: 1px solid #d4d4d4;
  background: #ffffff;
  padding: 16px;
}

.nl-price-row__amount {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.nl-price-row__amount-emphasis {
  color: #5c4033;
  font-weight: 700;
}

.nl-price-row__note {
  margin: 4px 0 0;
  color: #404040;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.wp-post__pager-link.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.nl-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.nl-contact-form .nl-contact-input,
.nl-contact-form .nl-contact-textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.nl-contact-form .nl-contact-input {
  height: 50px;
  padding-inline: 16px;
}

.nl-contact-form .nl-contact-textarea {
  height: 128px;
  resize: none;
  padding: 12px 16px;
}

.nl-contact-form .nl-contact-input::placeholder,
.nl-contact-form .nl-contact-textarea::placeholder {
  color: #a3a3a3;
}

.nl-contact-form .nl-contact-submit {
  display: inline-flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #392922;
  padding: 16px 32px;
  color: #f0fdf4;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: background-color 0.15s ease-in-out;
}

.nl-contact-form .nl-contact-submit:disabled {
  opacity: 0.3;
}

.nl-contact-form .nl-contact-submit:hover {
  background: #2f221c;
}

.nl-contact-form .wpcf7-checkbox,
.nl-contact-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.nl-contact-form .wpcf7-list-item {
  margin: 0;
}

.nl-contact-form .wpcf7-checkbox .wpcf7-list-item label,
.nl-contact-form .wpcf7-acceptance .wpcf7-list-item label,
.nl-contact-visit-request .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.nl-contact-visit-request .wpcf7-list-item-label,
.nl-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: 700;
}

.nl-contact-form .wpcf7-checkbox input[type="checkbox"],
.nl-contact-form .wpcf7-acceptance input[type="checkbox"],
.nl-contact-visit-request input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.nl-contact-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.nl-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #dc2626;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.nl-contact-form .wpcf7-response-output {
  margin: 24px 0 0;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.nl-contact-form form.sent .wpcf7-response-output {
  border-color: #5c4033;
  background: #faf9f7;
  color: #111827;
}

.nl-contact-form form.invalid .wpcf7-response-output,
.nl-contact-form form.failed .wpcf7-response-output,
.nl-contact-form form.unaccepted .wpcf7-response-output {
  border-color: #dc2626;
  background: #fff7f7;
  color: #b91c1c;
}

@media (min-width: 640px) {
  .nl-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
  }
}

@media (min-width: 768px) {
  .nl-service-card {
    min-height: 264px;
    padding-top: 32px;
  }

  .nl-service-card__icon-wrap {
    width: 64px;
    height: 64px;
  }

  .nl-price-card {
    padding: 48px 48px 56px;
  }

  .nl-price-card__top {
    gap: 16px;
  }

  .nl-price-card__icon-wrap {
    width: 64px;
    height: 64px;
  }

  .nl-price-card__icon {
    width: 64px;
  }

  .nl-price-card__header {
    font-size: 28px;
  }

  .nl-price-row {
    grid-template-columns: 366px minmax(0, 1fr);
  }

  .nl-price-row__title {
    border-bottom: 1px solid #d4d4d4;
    border-top: 0;
    padding-inline: 24px;
  }

  .nl-price-row__value {
    border-bottom: 1px solid #d4d4d4;
    padding-inline: 24px;
    text-align: right;
  }

  .nl-price-row:first-child .nl-price-row__title,
  .nl-price-row:first-child .nl-price-row__value {
    border-top: 1px solid #d4d4d4;
  }
}

@media (min-width: 1280px) {
  .nl-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

/* ==========================================================================
   ハンバーガーメニューボタン
   ========================================================================== */

#menu-toggle {
  width: 40px;
  height: 40px;
  /*border: 1px solid var(--border-muted);
  border-radius: 8px;
  background-color: #fff;*/
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

#menu-toggle:hover {
  border-color: var(--header-tel);
}

#menu-toggle[aria-expanded="true"] {
  border-color: transparent;
  background-color: transparent;
}

.hamburger-icon {
  width: 22px;
  height: 18px;
  gap: 0;
  justify-content: space-between;
}

.hamburger-line {
  height: 2px;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.hamburger-line-2 {
  width: 70%;
}

[aria-expanded="true"] .hamburger-line-1 {
  transform: translateY(8px) rotate(45deg);
}

[aria-expanded="true"] .hamburger-line-2 {
  opacity: 0;
  width: 0;
}

[aria-expanded="true"] .hamburger-line-3 {
  transform: translateY(-8px) rotate(-45deg);
}
