.elementor-42 .elementor-element.elementor-element-7ff4c33{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;}.elementor-42 .elementor-element.elementor-element-7ff4c33:not(.elementor-motion-effects-element-type-background), .elementor-42 .elementor-element.elementor-element-7ff4c33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-100b4fd );}body:not(.rtl) .elementor-42 .elementor-element.elementor-element-7ff4c33{left:0px;}body.rtl .elementor-42 .elementor-element.elementor-element-7ff4c33{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-42 .elementor-element.elementor-element-7ff4c33{--z-index:999999;}}/* Start custom CSS for html, class: .elementor-element-66cc7d5 *//* ==================================================================
   PC 基本ヘッダー
================================================================== */
.holus-header-mega {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #E9E6DF;
  background: #fff;
}

.holus-header-mega .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  padding-left: 5%;
  padding-right: 0;
}

.holus-header-mega .logo img {
  height: 90px;
  width: auto;
  display: block;
  padding: 5px 0;
}

/* ==================================================================
   PC メニュー
================================================================== */
.holus-header-mega .nav-menu ul {
  display: flex;
  align-items: center;
  height: 95px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.holus-header-mega .nav-menu > ul > li > a,
.holus-header-mega .nav-menu > ul > li > .menu-label {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 18px 25px;
  height: 95px;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}

/* メインメニュー：テキスト幅の下線 */
.holus-header-mega .nav-menu > ul > li > a::after,
.holus-header-mega .nav-menu > ul > li > .menu-label::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #CF3E43;
  position: absolute;
  bottom: 18px;
  left: 25px;
  transition: width .25s ease;
}

/* hover → 下線の長さ（テキスト幅） */
.holus-header-mega .nav-menu > ul > li:hover > a::after,
.holus-header-mega .nav-menu > ul > li:hover > .menu-label::after {
  width: calc(100% - 50px);
}

/* サブメニューを持つ項目の矢印 */
.holus-header-mega .nav-menu ul > li.has-mega > .menu-label {
  padding-right: 32px;
}

.holus-header-mega .nav-menu ul > li.has-mega > .menu-label::before {
  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-45%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
}

/* ==================================================================
   PC メガメニュー
================================================================== */
.holus-header-mega .mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFF;
  padding: 25px 60px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 22px rgba(0,0,0,0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: all .25s ease;
}

.holus-header-mega .has-mega:hover .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  height: 200px;
}

.mega-title {
  font-size: 20px;
  font-weight: 600;
  min-width: 200px;
  color: #333;
}

.mega-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

/* リンク全体はクリック範囲広く */
.mega-links a {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

/* テキスト＋矢印グループ */
.mega-item-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

/* 下線（←ここをテキスト＋アイコン幅に限定） */
.mega-item-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%; /* ← テキスト＋矢印グループの幅だけ */
  background: #CF3E43;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

/* hover時に伸びる */
.mega-links a:hover .mega-item-left::after {
  transform: scaleX(1);
}

/* 矢印アイコン */
.mega-arrow {
  width: 18px;
  height: 18px;
  background: #CF3E43;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ==================================================================
   PC お問い合わせ
================================================================== */
.holus-header-mega .header-btn a {
  background: #CF3E43;
  color: #fff !important;
  height: 95px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}

/* ==================================================================
   PC / SP 表示切替
================================================================== */
.pc-only { display: block; }
.sp-only { display: none; }

@media (max-width: 1000px) {
  .pc-only { display: none !important; }
  .sp-only { display: flex !important; }
}

/* ==================================================================
   SP ヘッダー
================================================================== */
@media (max-width: 1000px) {

  .holus-sp-header {
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 0 0 20px;
    background: #FCF7F8;
    border-bottom: 1px solid #E9E6DF;
    z-index: 9999;
  }

  .holus-sp-header .sp-logo img {
    height: 60px;
    width: auto;
  }

  .sp-menu-btn,
  .sp-menu-btn:hover,
  .sp-menu-btn:active,
  .sp-menu-btn:focus {
    width: 80px;
    height: 80px;
    background: #D94848 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none !important;
    padding-bottom: 5px;
  }

  .icon-lines {
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
  }
  .icon-lines::before,
  .icon-lines::after {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .icon-lines::before { top: -6px; }
  .icon-lines::after { top: 6px; }

  .sp-menu-btn .menu-text {
    font-size: 12px;
    margin-top: 8px;
    color: #fff !important;
    font-weight: 600;
  }
}

/* ==================================================================
   SP メニュー（右からスライドイン）
================================================================== */

@media (min-width: 1001px) {
  #holusSpMenu {
    display: none !important;
  }
}

@media (max-width: 1000px) {

  #holusSpMenu.sp-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #FCF7F8;
    z-index: 99999;
    transform: translateX(60%);
    opacity: 0;
    visibility: visible;
    pointer-events: none;

    transition:
      transform 0.45s cubic-bezier(.25,.8,.25,1),
      opacity 0.45s ease;

    display: flex;
    flex-direction: column;
    padding-top: 80px;
  }

  #holusSpMenu.sp-menu-panel.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .sp-close-btn,
  .sp-close-btn:hover,
  .sp-close-btn:active,
  .sp-close-btn:focus {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none !important;
    border: none !important;
    font-size: 18px;
    font-weight: bold;
    color: #222 !important;
    cursor: pointer;
    box-shadow: none !important;
  }

  #holusSpMenu .inner {
    padding: 40px 26px 80px;
    overflow-y: auto;
    height: calc(100vh - 80px);
  }

  #holusSpMenu ul.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #holusSpMenu ul.menu-list > li {
    border-bottom: 1px solid #ddd;
    padding: 1.2em 0;
  }

  #holusSpMenu a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #000;
  }

  #holusSpMenu .sub-head {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #holusSpMenu .toggle {
    font-size: 24px;
    font-weight: bold;
  }

  #holusSpMenu .sub-list {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height 0.35s ease;
  }

  #holusSpMenu .sub-list a {
    font-size: 15px;
    padding: 6px 0;
    color: #333;
    display: block;
  }

  #holusSpMenu .has-sub.open .sub-list {
    padding-top: 10px;
  }
}

/* SP タップハイライト無効 */
.sp-menu-btn,
.sp-menu-btn *,
.sp-close-btn,
.sp-close-btn * {
  -webkit-tap-highlight-color: transparent !important;
}/* End custom CSS */