.elementor-885 .elementor-element.elementor-element-7e8d69a{--display:flex;--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;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}.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-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}}@media(max-width:767px){.elementor-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}}/* Start custom CSS for html, class: .elementor-element-04d0b93 *//* ======================================
   PCヘッダー
====================================== */
#fr-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgba(253, 255, 252, 0.8);
  backdrop-filter: blur(8px);
  font-family: "Noto Sans JP", sans-serif;
  color: #3B2F14;
  padding: 0!important;
}

.fr-header-inner {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 18px 24px;
 
}

/* ロゴ */
.fr-logo img {
  width: 200px;
  height: auto;
}

/* PCナビ */
.fr-nav-pc ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0 40px 0px 0;
  padding: 0;
}

.fr-nav-pc a,
.pc-parent {
  color: #3B2F14;
  font-size: 12px;
  text-decoration: none;
}

.fr-nav-pc .has-sub {
  position: relative;
}

.fr-nav-pc .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  background: #FDFFFC;
  padding: 10px 20px;
  border: 1px solid #ddd;
  min-width: 250px;
}

.fr-nav-pc .has-sub:hover .sub {
  display: block;
}

/* SPハンバーガー */
#fr-menu-btn {
    width: 80px;
    height: 80px;
    background: #D1C7B6;
    border: none;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}
#fr-menu-btn span {
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: #FDFFFC;
  display: block;
}

/* ============================
   SP：1024px以下
============================ */
@media (max-width: 1024px) {
  .fr-nav-pc { display: none; }
  #fr-menu-btn { display: flex; 
      flex-direction: column;
      border-radius: 0;
      margin-top:0!important;
  }
}

/* ============================
   ポップアップ
============================ */
#fr-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #D1C7B6;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
  z-index: 99999;
}

#fr-popup.active {
  visibility: visible;
  opacity: 1;
}

.fr-popup-inner {
  padding: 30px 24px;
}

/* ×ボタン */
#fr-close-btn {
    width: 80px;
    height: 80px;
    background: #FFFAF5;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
   
}

#fr-close-btn span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #B0988E;
  top: 50%; left: 50%;
  transform-origin: center;
}

#fr-close-btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#fr-close-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ロゴ（ポップアップ） */
.popup-logo img {
  width: 200px;
  display: block;
  margin: 40px auto 40px;
}

/* メニュー */
.popup-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.popup-menu li {
  padding: 14px 0;
  border-bottom: 1px solid #B0988E;
}

.popup-has-sub .toggle {
  padding: 0;
}

.popup-menu a,
.popup-has-sub .toggle {
  color: #3B2F14;
  font-size: 16px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding-left: 0;
  cursor: pointer;
}

.popup-has-sub .popup-sub {
  display: none;
  padding-left: 14px;
}

.popup-contact a {
  display: block;
  background: #B0988E;
  color: #fff;
  padding: 14px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 30px;
}

.popup-sns a {
  color: #3B2F14;
  font-size: 14px;
  text-decoration: underline;
}

/* Instagramアイコン */
.popup-sns .insta-icon {
  width: 28px;     /* 必要に応じて22〜32pxで調整可能 */
  height: auto;
  display: block;
  margin: 0 auto;
}


/* =============================
   PC：サービス ▼ アイコン
============================= */
.pc-parent {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pc-arrow {
  font-size: 10px;
  color: #3B2F14;
  margin-left: 2px;
}


/* =============================
   SPポップアップ：＋／−
============================= */
.toggle {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 24px;
}

/* ＋または−表示用 */
.toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #3B2F14;
}

/* サブメニュー内のリンク */
.popup-sub a {
  font-size: 14px;
  padding: 6px 0;
  display: block;
}

/* SPポップアップ：サービスのサブメニュー最後だけ 下線 & padding を消す */
.popup-sub li:last-child {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
/* PC：サービス ▼ の揃え位置調整 */
.fr-nav-pc .pc-parent {
  display: flex;
  align-items: center;
  padding-top: 5px; /* ← 必要なら微調整。ズレが完全解消される値 */
}
/* =======================================
   ポップアップ：右からふわっと表示/消える
======================================= */
#fr-popup {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px); /* ← 右から出す */
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    visibility 0s linear 0.55s; /* 消える時に遅延で非表示 */
}

#fr-popup.active {
  opacity: 1;
  visibility: visible !important;
  transform: translateX(0); /* ← 正常位置へ */
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0s;
}/* End custom CSS */