.elementor-32 .elementor-element.elementor-element-ab47a91{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8d534bc */.wy-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #FFF1E8;
  color: #5A4336;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.wy-header__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wy-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.wy-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.wy-header__logo img {
  display: block;
  width: 74px;
  height: auto;
}

.wy-header__brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.wy-header__service,
.wy-header__name {
  margin: 0;
  color: #5A4336;
}

.wy-header__service {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.8;
}

.wy-header__name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wy-header__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
}

.wy-header__nav {
  min-width: 0;
}

.wy-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wy-header__nav-list a {
  display: inline-block;
  color: #5A4336;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}

.wy-header__nav-list a:hover {
  color: #5A4336;
  opacity: 0.7;
  transform: translateY(-1px);
}

.wy-header__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.wy-header__tel {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  color: #5A4336;
  padding: 0 4px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wy-header__tel:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.wy-header__tel-label {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(90, 67, 54, 0.7);
}

.wy-header__tel-number {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #5A4336;
  white-space: nowrap;
}

.wy-header__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 30px 13px 32px;
  border-radius: 999px;
  background: #FEB3B3; /* ←変更 */
  color: #5A4336;
  border: 1px solid #FEB3B3; /* ←変更 */
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.wy-header__contact-btn::before {
  display: none;
}

.wy-header__contact-btn:hover {
  background: #FFFFFF; /* ←変更 */
  border-color: rgba(90, 67, 54, 0.12); /* ←変更 */
  color: #5A4336;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.wy-header__contact-btn span {
  position: relative;
  z-index: 1;
  color: inherit;
}

.wy-header__contact-arrow {
  font-size: 16px;
  color: inherit;
  transition: transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

.wy-header__contact-btn:hover .wy-header__contact-arrow {
  transform: translateX(6px);
}

/* ハンバーガーはPCでは非表示 */
.wy-header__toggle {
  display: none;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

#support,
#features,
#flow,
#contact,
#access {
  scroll-margin-top: 120px;
}

/* SP */
@media (max-width: 767px) {
  .wy-header__inner {
    padding: 14px 20px;
    gap: 16px;
  }

  .wy-header__logo img {
    width: 58px;
  }

  .wy-header__service {
    font-size: 11px;
  }

  .wy-header__name {
    font-size: 18px;
  }

  .wy-header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    z-index: 1001;
  }

  .wy-header__toggle:focus,
  .wy-header__toggle:focus-visible,
  .wy-header__toggle:active,
  .wy-header__toggle:hover {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .wy-header__toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #5A4336;
    border-radius: 999px;
    transition: 0.3s ease;
  }

  .wy-header__nav-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 340px;
    height: 100vh;
    padding: 92px 24px 40px;
    box-sizing: border-box;
    background: #FFF1E8;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    transition: right 0.35s ease;
    z-index: 1000;
  }

  .wy-header.is-open .wy-header__nav-wrap {
    right: 0;
  }

  .wy-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .wy-header__nav-list a {
    font-size: 16px;
  }

  .wy-header__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .wy-header__tel-number {
    font-size: 24px;
  }

  .wy-header__contact-btn {
    width: 100%;
  }

  .wy-header.is-open .wy-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .wy-header.is-open .wy-header__toggle span:nth-child(2) {
    opacity: 0;
  }

  .wy-header.is-open .wy-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}/* End custom CSS */