@charset "UTF-8";
/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/modal.scss
 * 修正：こだわり条件モーダルの×ボタン重複（二重表示）を解消
 * 修正：テキストの×を透明化し、疑似要素の×のみを巨大化して表示
 * 単位：原則 rem へ変換（境界線・影・アニメーション時間を除く）
 */
/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/_variables.scss
 * 役割: プロジェクト全体の共通カラー・タイポグラフィ・シャドウ変数の定義
 */
/* --- 1. 検索ナビゲーション --- */
.main-nav {
  margin: -2.5rem auto 3.75rem;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.top-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  background: #fff;
  padding: 0.625rem;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  width: 100%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: none;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  outline: none;
  background: transparent;
}

.search-submit-btn {
  background: #557c32;
  color: #fff;
  border: none;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  cursor: pointer;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* --- 2. 検索グリッド --- */
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin: 1.25rem 0 1.5625rem;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

/* --- 3. トリガーボタン --- */
.godog-modal-trigger,
.near-search-btn-unified,
.godog-banner-card {
  background: #fff !important;
  border-radius: 0.875rem !important;
  border: 1px solid #eee !important;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.05);
  min-height: 8.75rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.godog-modal-trigger .card-inner, .godog-modal-trigger div[class*=inner],
.near-search-btn-unified .card-inner,
.near-search-btn-unified div[class*=inner],
.godog-banner-card .card-inner,
.godog-banner-card div[class*=inner] {
  border: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 1.25rem !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.godog-modal-trigger .dashicons, .godog-modal-trigger .godog-trigger-icon,
.near-search-btn-unified .dashicons,
.near-search-btn-unified .godog-trigger-icon,
.godog-banner-card .dashicons,
.godog-banner-card .godog-trigger-icon {
  font-size: 2.5rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin-bottom: 0.625rem !important;
  color: #557c32 !important;
  line-height: 1;
}
.is-dogcafe .godog-modal-trigger .dashicons, .is-dogcafe .godog-modal-trigger .godog-trigger-icon,
.is-dogcafe .near-search-btn-unified .dashicons,
.is-dogcafe .near-search-btn-unified .godog-trigger-icon,
.is-dogcafe .godog-banner-card .dashicons,
.is-dogcafe .godog-banner-card .godog-trigger-icon {
  color: #ff9800 !important;
}
.godog-modal-trigger .trigger-label,
.near-search-btn-unified .trigger-label,
.godog-banner-card .trigger-label {
  font-size: 0.875rem !important;
  font-weight: bold !important;
  color: #333 !important;
}

/* --- 4. モーダル基本構造 --- */
#godogOverlay,
.godog-custom-modal-root,
div[id*=Modal] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  backdrop-filter: blur(2px);
}
#godogOverlay[style*="display: block"], #godogOverlay[style*="display: flex"],
.godog-custom-modal-root[style*="display: block"],
.godog-custom-modal-root[style*="display: flex"],
div[id*=Modal][style*="display: block"],
div[id*=Modal][style*="display: flex"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#godogOverlay .modal-overlay,
.godog-custom-modal-root .modal-overlay,
div[id*=Modal] .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
#godogOverlay .modal-container-inner, #godogOverlay .godog-modal-content, #godogOverlay .modal-content-container, #godogOverlay div[class*=modal-inner],
.godog-custom-modal-root .modal-container-inner,
.godog-custom-modal-root .godog-modal-content,
.godog-custom-modal-root .modal-content-container,
.godog-custom-modal-root div[class*=modal-inner],
div[id*=Modal] .modal-container-inner,
div[id*=Modal] .godog-modal-content,
div[id*=Modal] .modal-content-container,
div[id*=Modal] div[class*=modal-inner] {
  position: relative;
  z-index: 1001;
  background: #fff;
  width: 95%;
  max-width: 50rem;
  height: auto !important;
  max-height: 85vh !important;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.3);
  margin: auto !important;
}
#godogOverlay,
.godog-custom-modal-root,
div[id*=Modal] {
  /* --- 閉じる(×)ボタン：こだわり条件の重複を解消 --- */
}
#godogOverlay .modal-header, #godogOverlay .godog-modal-header, #godogOverlay .modal-common-header, #godogOverlay div[class*=header],
.godog-custom-modal-root .modal-header,
.godog-custom-modal-root .godog-modal-header,
.godog-custom-modal-root .modal-common-header,
.godog-custom-modal-root div[class*=header],
div[id*=Modal] .modal-header,
div[id*=Modal] .godog-modal-header,
div[id*=Modal] .modal-common-header,
div[id*=Modal] div[class*=header] {
  padding: 1rem 1.25rem !important;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#godogOverlay .modal-header h3, #godogOverlay .godog-modal-header h3, #godogOverlay .modal-common-header h3, #godogOverlay div[class*=header] h3,
.godog-custom-modal-root .modal-header h3,
.godog-custom-modal-root .godog-modal-header h3,
.godog-custom-modal-root .modal-common-header h3,
.godog-custom-modal-root div[class*=header] h3,
div[id*=Modal] .modal-header h3,
div[id*=Modal] .godog-modal-header h3,
div[id*=Modal] .modal-common-header h3,
div[id*=Modal] div[class*=header] h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
#godogOverlay .modal-header .godog-modal-close, #godogOverlay .modal-header .modal-close, #godogOverlay .modal-header .close-modal, #godogOverlay .modal-header .modal-close-x, #godogOverlay .godog-modal-header .godog-modal-close, #godogOverlay .godog-modal-header .modal-close, #godogOverlay .godog-modal-header .close-modal, #godogOverlay .godog-modal-header .modal-close-x, #godogOverlay .modal-common-header .godog-modal-close, #godogOverlay .modal-common-header .modal-close, #godogOverlay .modal-common-header .close-modal, #godogOverlay .modal-common-header .modal-close-x, #godogOverlay div[class*=header] .godog-modal-close, #godogOverlay div[class*=header] .modal-close, #godogOverlay div[class*=header] .close-modal, #godogOverlay div[class*=header] .modal-close-x,
.godog-custom-modal-root .modal-header .godog-modal-close,
.godog-custom-modal-root .modal-header .modal-close,
.godog-custom-modal-root .modal-header .close-modal,
.godog-custom-modal-root .modal-header .modal-close-x,
.godog-custom-modal-root .godog-modal-header .godog-modal-close,
.godog-custom-modal-root .godog-modal-header .modal-close,
.godog-custom-modal-root .godog-modal-header .close-modal,
.godog-custom-modal-root .godog-modal-header .modal-close-x,
.godog-custom-modal-root .modal-common-header .godog-modal-close,
.godog-custom-modal-root .modal-common-header .modal-close,
.godog-custom-modal-root .modal-common-header .close-modal,
.godog-custom-modal-root .modal-common-header .modal-close-x,
.godog-custom-modal-root div[class*=header] .godog-modal-close,
.godog-custom-modal-root div[class*=header] .modal-close,
.godog-custom-modal-root div[class*=header] .close-modal,
.godog-custom-modal-root div[class*=header] .modal-close-x,
div[id*=Modal] .modal-header .godog-modal-close,
div[id*=Modal] .modal-header .modal-close,
div[id*=Modal] .modal-header .close-modal,
div[id*=Modal] .modal-header .modal-close-x,
div[id*=Modal] .godog-modal-header .godog-modal-close,
div[id*=Modal] .godog-modal-header .modal-close,
div[id*=Modal] .godog-modal-header .close-modal,
div[id*=Modal] .godog-modal-header .modal-close-x,
div[id*=Modal] .modal-common-header .godog-modal-close,
div[id*=Modal] .modal-common-header .modal-close,
div[id*=Modal] .modal-common-header .close-modal,
div[id*=Modal] .modal-common-header .modal-close-x,
div[id*=Modal] div[class*=header] .godog-modal-close,
div[id*=Modal] div[class*=header] .modal-close,
div[id*=Modal] div[class*=header] .close-modal,
div[id*=Modal] div[class*=header] .modal-close-x {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  line-height: 1 !important;
  color: transparent !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem !important;
  height: 3.5rem !important;
  font-size: 0 !important;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#godogOverlay .modal-header .godog-modal-close .dashicons, #godogOverlay .modal-header .godog-modal-close span, #godogOverlay .modal-header .godog-modal-close::after, #godogOverlay .modal-header .modal-close .dashicons, #godogOverlay .modal-header .modal-close span, #godogOverlay .modal-header .modal-close::after, #godogOverlay .modal-header .close-modal .dashicons, #godogOverlay .modal-header .close-modal span, #godogOverlay .modal-header .close-modal::after, #godogOverlay .modal-header .modal-close-x .dashicons, #godogOverlay .modal-header .modal-close-x span, #godogOverlay .modal-header .modal-close-x::after, #godogOverlay .godog-modal-header .godog-modal-close .dashicons, #godogOverlay .godog-modal-header .godog-modal-close span, #godogOverlay .godog-modal-header .godog-modal-close::after, #godogOverlay .godog-modal-header .modal-close .dashicons, #godogOverlay .godog-modal-header .modal-close span, #godogOverlay .godog-modal-header .modal-close::after, #godogOverlay .godog-modal-header .close-modal .dashicons, #godogOverlay .godog-modal-header .close-modal span, #godogOverlay .godog-modal-header .close-modal::after, #godogOverlay .godog-modal-header .modal-close-x .dashicons, #godogOverlay .godog-modal-header .modal-close-x span, #godogOverlay .godog-modal-header .modal-close-x::after, #godogOverlay .modal-common-header .godog-modal-close .dashicons, #godogOverlay .modal-common-header .godog-modal-close span, #godogOverlay .modal-common-header .godog-modal-close::after, #godogOverlay .modal-common-header .modal-close .dashicons, #godogOverlay .modal-common-header .modal-close span, #godogOverlay .modal-common-header .modal-close::after, #godogOverlay .modal-common-header .close-modal .dashicons, #godogOverlay .modal-common-header .close-modal span, #godogOverlay .modal-common-header .close-modal::after, #godogOverlay .modal-common-header .modal-close-x .dashicons, #godogOverlay .modal-common-header .modal-close-x span, #godogOverlay .modal-common-header .modal-close-x::after, #godogOverlay div[class*=header] .godog-modal-close .dashicons, #godogOverlay div[class*=header] .godog-modal-close span, #godogOverlay div[class*=header] .godog-modal-close::after, #godogOverlay div[class*=header] .modal-close .dashicons, #godogOverlay div[class*=header] .modal-close span, #godogOverlay div[class*=header] .modal-close::after, #godogOverlay div[class*=header] .close-modal .dashicons, #godogOverlay div[class*=header] .close-modal span, #godogOverlay div[class*=header] .close-modal::after, #godogOverlay div[class*=header] .modal-close-x .dashicons, #godogOverlay div[class*=header] .modal-close-x span, #godogOverlay div[class*=header] .modal-close-x::after,
.godog-custom-modal-root .modal-header .godog-modal-close .dashicons,
.godog-custom-modal-root .modal-header .godog-modal-close span,
.godog-custom-modal-root .modal-header .godog-modal-close::after,
.godog-custom-modal-root .modal-header .modal-close .dashicons,
.godog-custom-modal-root .modal-header .modal-close span,
.godog-custom-modal-root .modal-header .modal-close::after,
.godog-custom-modal-root .modal-header .close-modal .dashicons,
.godog-custom-modal-root .modal-header .close-modal span,
.godog-custom-modal-root .modal-header .close-modal::after,
.godog-custom-modal-root .modal-header .modal-close-x .dashicons,
.godog-custom-modal-root .modal-header .modal-close-x span,
.godog-custom-modal-root .modal-header .modal-close-x::after,
.godog-custom-modal-root .godog-modal-header .godog-modal-close .dashicons,
.godog-custom-modal-root .godog-modal-header .godog-modal-close span,
.godog-custom-modal-root .godog-modal-header .godog-modal-close::after,
.godog-custom-modal-root .godog-modal-header .modal-close .dashicons,
.godog-custom-modal-root .godog-modal-header .modal-close span,
.godog-custom-modal-root .godog-modal-header .modal-close::after,
.godog-custom-modal-root .godog-modal-header .close-modal .dashicons,
.godog-custom-modal-root .godog-modal-header .close-modal span,
.godog-custom-modal-root .godog-modal-header .close-modal::after,
.godog-custom-modal-root .godog-modal-header .modal-close-x .dashicons,
.godog-custom-modal-root .godog-modal-header .modal-close-x span,
.godog-custom-modal-root .godog-modal-header .modal-close-x::after,
.godog-custom-modal-root .modal-common-header .godog-modal-close .dashicons,
.godog-custom-modal-root .modal-common-header .godog-modal-close span,
.godog-custom-modal-root .modal-common-header .godog-modal-close::after,
.godog-custom-modal-root .modal-common-header .modal-close .dashicons,
.godog-custom-modal-root .modal-common-header .modal-close span,
.godog-custom-modal-root .modal-common-header .modal-close::after,
.godog-custom-modal-root .modal-common-header .close-modal .dashicons,
.godog-custom-modal-root .modal-common-header .close-modal span,
.godog-custom-modal-root .modal-common-header .close-modal::after,
.godog-custom-modal-root .modal-common-header .modal-close-x .dashicons,
.godog-custom-modal-root .modal-common-header .modal-close-x span,
.godog-custom-modal-root .modal-common-header .modal-close-x::after,
.godog-custom-modal-root div[class*=header] .godog-modal-close .dashicons,
.godog-custom-modal-root div[class*=header] .godog-modal-close span,
.godog-custom-modal-root div[class*=header] .godog-modal-close::after,
.godog-custom-modal-root div[class*=header] .modal-close .dashicons,
.godog-custom-modal-root div[class*=header] .modal-close span,
.godog-custom-modal-root div[class*=header] .modal-close::after,
.godog-custom-modal-root div[class*=header] .close-modal .dashicons,
.godog-custom-modal-root div[class*=header] .close-modal span,
.godog-custom-modal-root div[class*=header] .close-modal::after,
.godog-custom-modal-root div[class*=header] .modal-close-x .dashicons,
.godog-custom-modal-root div[class*=header] .modal-close-x span,
.godog-custom-modal-root div[class*=header] .modal-close-x::after,
div[id*=Modal] .modal-header .godog-modal-close .dashicons,
div[id*=Modal] .modal-header .godog-modal-close span,
div[id*=Modal] .modal-header .godog-modal-close::after,
div[id*=Modal] .modal-header .modal-close .dashicons,
div[id*=Modal] .modal-header .modal-close span,
div[id*=Modal] .modal-header .modal-close::after,
div[id*=Modal] .modal-header .close-modal .dashicons,
div[id*=Modal] .modal-header .close-modal span,
div[id*=Modal] .modal-header .close-modal::after,
div[id*=Modal] .modal-header .modal-close-x .dashicons,
div[id*=Modal] .modal-header .modal-close-x span,
div[id*=Modal] .modal-header .modal-close-x::after,
div[id*=Modal] .godog-modal-header .godog-modal-close .dashicons,
div[id*=Modal] .godog-modal-header .godog-modal-close span,
div[id*=Modal] .godog-modal-header .godog-modal-close::after,
div[id*=Modal] .godog-modal-header .modal-close .dashicons,
div[id*=Modal] .godog-modal-header .modal-close span,
div[id*=Modal] .godog-modal-header .modal-close::after,
div[id*=Modal] .godog-modal-header .close-modal .dashicons,
div[id*=Modal] .godog-modal-header .close-modal span,
div[id*=Modal] .godog-modal-header .close-modal::after,
div[id*=Modal] .godog-modal-header .modal-close-x .dashicons,
div[id*=Modal] .godog-modal-header .modal-close-x span,
div[id*=Modal] .godog-modal-header .modal-close-x::after,
div[id*=Modal] .modal-common-header .godog-modal-close .dashicons,
div[id*=Modal] .modal-common-header .godog-modal-close span,
div[id*=Modal] .modal-common-header .godog-modal-close::after,
div[id*=Modal] .modal-common-header .modal-close .dashicons,
div[id*=Modal] .modal-common-header .modal-close span,
div[id*=Modal] .modal-common-header .modal-close::after,
div[id*=Modal] .modal-common-header .close-modal .dashicons,
div[id*=Modal] .modal-common-header .close-modal span,
div[id*=Modal] .modal-common-header .close-modal::after,
div[id*=Modal] .modal-common-header .modal-close-x .dashicons,
div[id*=Modal] .modal-common-header .modal-close-x span,
div[id*=Modal] .modal-common-header .modal-close-x::after,
div[id*=Modal] div[class*=header] .godog-modal-close .dashicons,
div[id*=Modal] div[class*=header] .godog-modal-close span,
div[id*=Modal] div[class*=header] .godog-modal-close::after,
div[id*=Modal] div[class*=header] .modal-close .dashicons,
div[id*=Modal] div[class*=header] .modal-close span,
div[id*=Modal] div[class*=header] .modal-close::after,
div[id*=Modal] div[class*=header] .close-modal .dashicons,
div[id*=Modal] div[class*=header] .close-modal span,
div[id*=Modal] div[class*=header] .close-modal::after,
div[id*=Modal] div[class*=header] .modal-close-x .dashicons,
div[id*=Modal] div[class*=header] .modal-close-x span,
div[id*=Modal] div[class*=header] .modal-close-x::after {
  display: none !important;
}
#godogOverlay .modal-header .godog-modal-close::before, #godogOverlay .modal-header .modal-close::before, #godogOverlay .modal-header .close-modal::before, #godogOverlay .modal-header .modal-close-x::before, #godogOverlay .godog-modal-header .godog-modal-close::before, #godogOverlay .godog-modal-header .modal-close::before, #godogOverlay .godog-modal-header .close-modal::before, #godogOverlay .godog-modal-header .modal-close-x::before, #godogOverlay .modal-common-header .godog-modal-close::before, #godogOverlay .modal-common-header .modal-close::before, #godogOverlay .modal-common-header .close-modal::before, #godogOverlay .modal-common-header .modal-close-x::before, #godogOverlay div[class*=header] .godog-modal-close::before, #godogOverlay div[class*=header] .modal-close::before, #godogOverlay div[class*=header] .close-modal::before, #godogOverlay div[class*=header] .modal-close-x::before,
.godog-custom-modal-root .modal-header .godog-modal-close::before,
.godog-custom-modal-root .modal-header .modal-close::before,
.godog-custom-modal-root .modal-header .close-modal::before,
.godog-custom-modal-root .modal-header .modal-close-x::before,
.godog-custom-modal-root .godog-modal-header .godog-modal-close::before,
.godog-custom-modal-root .godog-modal-header .modal-close::before,
.godog-custom-modal-root .godog-modal-header .close-modal::before,
.godog-custom-modal-root .godog-modal-header .modal-close-x::before,
.godog-custom-modal-root .modal-common-header .godog-modal-close::before,
.godog-custom-modal-root .modal-common-header .modal-close::before,
.godog-custom-modal-root .modal-common-header .close-modal::before,
.godog-custom-modal-root .modal-common-header .modal-close-x::before,
.godog-custom-modal-root div[class*=header] .godog-modal-close::before,
.godog-custom-modal-root div[class*=header] .modal-close::before,
.godog-custom-modal-root div[class*=header] .close-modal::before,
.godog-custom-modal-root div[class*=header] .modal-close-x::before,
div[id*=Modal] .modal-header .godog-modal-close::before,
div[id*=Modal] .modal-header .modal-close::before,
div[id*=Modal] .modal-header .close-modal::before,
div[id*=Modal] .modal-header .modal-close-x::before,
div[id*=Modal] .godog-modal-header .godog-modal-close::before,
div[id*=Modal] .godog-modal-header .modal-close::before,
div[id*=Modal] .godog-modal-header .close-modal::before,
div[id*=Modal] .godog-modal-header .modal-close-x::before,
div[id*=Modal] .modal-common-header .godog-modal-close::before,
div[id*=Modal] .modal-common-header .modal-close::before,
div[id*=Modal] .modal-common-header .close-modal::before,
div[id*=Modal] .modal-common-header .modal-close-x::before,
div[id*=Modal] div[class*=header] .godog-modal-close::before,
div[id*=Modal] div[class*=header] .modal-close::before,
div[id*=Modal] div[class*=header] .close-modal::before,
div[id*=Modal] div[class*=header] .modal-close-x::before {
  content: "×" !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.5rem !important;
  color: #999 !important;
}
#godogOverlay .modal-header .godog-modal-close:hover::before, #godogOverlay .modal-header .modal-close:hover::before, #godogOverlay .modal-header .close-modal:hover::before, #godogOverlay .modal-header .modal-close-x:hover::before, #godogOverlay .godog-modal-header .godog-modal-close:hover::before, #godogOverlay .godog-modal-header .modal-close:hover::before, #godogOverlay .godog-modal-header .close-modal:hover::before, #godogOverlay .godog-modal-header .modal-close-x:hover::before, #godogOverlay .modal-common-header .godog-modal-close:hover::before, #godogOverlay .modal-common-header .modal-close:hover::before, #godogOverlay .modal-common-header .close-modal:hover::before, #godogOverlay .modal-common-header .modal-close-x:hover::before, #godogOverlay div[class*=header] .godog-modal-close:hover::before, #godogOverlay div[class*=header] .modal-close:hover::before, #godogOverlay div[class*=header] .close-modal:hover::before, #godogOverlay div[class*=header] .modal-close-x:hover::before,
.godog-custom-modal-root .modal-header .godog-modal-close:hover::before,
.godog-custom-modal-root .modal-header .modal-close:hover::before,
.godog-custom-modal-root .modal-header .close-modal:hover::before,
.godog-custom-modal-root .modal-header .modal-close-x:hover::before,
.godog-custom-modal-root .godog-modal-header .godog-modal-close:hover::before,
.godog-custom-modal-root .godog-modal-header .modal-close:hover::before,
.godog-custom-modal-root .godog-modal-header .close-modal:hover::before,
.godog-custom-modal-root .godog-modal-header .modal-close-x:hover::before,
.godog-custom-modal-root .modal-common-header .godog-modal-close:hover::before,
.godog-custom-modal-root .modal-common-header .modal-close:hover::before,
.godog-custom-modal-root .modal-common-header .close-modal:hover::before,
.godog-custom-modal-root .modal-common-header .modal-close-x:hover::before,
.godog-custom-modal-root div[class*=header] .godog-modal-close:hover::before,
.godog-custom-modal-root div[class*=header] .modal-close:hover::before,
.godog-custom-modal-root div[class*=header] .close-modal:hover::before,
.godog-custom-modal-root div[class*=header] .modal-close-x:hover::before,
div[id*=Modal] .modal-header .godog-modal-close:hover::before,
div[id*=Modal] .modal-header .modal-close:hover::before,
div[id*=Modal] .modal-header .close-modal:hover::before,
div[id*=Modal] .modal-header .modal-close-x:hover::before,
div[id*=Modal] .godog-modal-header .godog-modal-close:hover::before,
div[id*=Modal] .godog-modal-header .modal-close:hover::before,
div[id*=Modal] .godog-modal-header .close-modal:hover::before,
div[id*=Modal] .godog-modal-header .modal-close-x:hover::before,
div[id*=Modal] .modal-common-header .godog-modal-close:hover::before,
div[id*=Modal] .modal-common-header .modal-close:hover::before,
div[id*=Modal] .modal-common-header .close-modal:hover::before,
div[id*=Modal] .modal-common-header .modal-close-x:hover::before,
div[id*=Modal] div[class*=header] .godog-modal-close:hover::before,
div[id*=Modal] div[class*=header] .modal-close:hover::before,
div[id*=Modal] div[class*=header] .close-modal:hover::before,
div[id*=Modal] div[class*=header] .modal-close-x:hover::before {
  color: #333 !important;
}
#godogOverlay .modal-header .godog-modal-close:hover, #godogOverlay .modal-header .modal-close:hover, #godogOverlay .modal-header .close-modal:hover, #godogOverlay .modal-header .modal-close-x:hover, #godogOverlay .godog-modal-header .godog-modal-close:hover, #godogOverlay .godog-modal-header .modal-close:hover, #godogOverlay .godog-modal-header .close-modal:hover, #godogOverlay .godog-modal-header .modal-close-x:hover, #godogOverlay .modal-common-header .godog-modal-close:hover, #godogOverlay .modal-common-header .modal-close:hover, #godogOverlay .modal-common-header .close-modal:hover, #godogOverlay .modal-common-header .modal-close-x:hover, #godogOverlay div[class*=header] .godog-modal-close:hover, #godogOverlay div[class*=header] .modal-close:hover, #godogOverlay div[class*=header] .close-modal:hover, #godogOverlay div[class*=header] .modal-close-x:hover,
.godog-custom-modal-root .modal-header .godog-modal-close:hover,
.godog-custom-modal-root .modal-header .modal-close:hover,
.godog-custom-modal-root .modal-header .close-modal:hover,
.godog-custom-modal-root .modal-header .modal-close-x:hover,
.godog-custom-modal-root .godog-modal-header .godog-modal-close:hover,
.godog-custom-modal-root .godog-modal-header .modal-close:hover,
.godog-custom-modal-root .godog-modal-header .close-modal:hover,
.godog-custom-modal-root .godog-modal-header .modal-close-x:hover,
.godog-custom-modal-root .modal-common-header .godog-modal-close:hover,
.godog-custom-modal-root .modal-common-header .modal-close:hover,
.godog-custom-modal-root .modal-common-header .close-modal:hover,
.godog-custom-modal-root .modal-common-header .modal-close-x:hover,
.godog-custom-modal-root div[class*=header] .godog-modal-close:hover,
.godog-custom-modal-root div[class*=header] .modal-close:hover,
.godog-custom-modal-root div[class*=header] .close-modal:hover,
.godog-custom-modal-root div[class*=header] .modal-close-x:hover,
div[id*=Modal] .modal-header .godog-modal-close:hover,
div[id*=Modal] .modal-header .modal-close:hover,
div[id*=Modal] .modal-header .close-modal:hover,
div[id*=Modal] .modal-header .modal-close-x:hover,
div[id*=Modal] .godog-modal-header .godog-modal-close:hover,
div[id*=Modal] .godog-modal-header .modal-close:hover,
div[id*=Modal] .godog-modal-header .close-modal:hover,
div[id*=Modal] .godog-modal-header .modal-close-x:hover,
div[id*=Modal] .modal-common-header .godog-modal-close:hover,
div[id*=Modal] .modal-common-header .modal-close:hover,
div[id*=Modal] .modal-common-header .close-modal:hover,
div[id*=Modal] .modal-common-header .modal-close-x:hover,
div[id*=Modal] div[class*=header] .godog-modal-close:hover,
div[id*=Modal] div[class*=header] .modal-close:hover,
div[id*=Modal] div[class*=header] .close-modal:hover,
div[id*=Modal] div[class*=header] .modal-close-x:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#godogOverlay .modal-common-body, #godogOverlay .godog-modal-body, #godogOverlay div[class*=body],
.godog-custom-modal-root .modal-common-body,
.godog-custom-modal-root .godog-modal-body,
.godog-custom-modal-root div[class*=body],
div[id*=Modal] .modal-common-body,
div[id*=Modal] .godog-modal-body,
div[id*=Modal] div[class*=body] {
  padding: 1.25rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#godogOverlay .modal-footer-btns, #godogOverlay .godog-modal-footer, #godogOverlay div[class*=footer],
.godog-custom-modal-root .modal-footer-btns,
.godog-custom-modal-root .godog-modal-footer,
.godog-custom-modal-root div[class*=footer],
div[id*=Modal] .modal-footer-btns,
div[id*=Modal] .godog-modal-footer,
div[id*=Modal] div[class*=footer] {
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
#godogOverlay .modal-footer-btns .btn-reset, #godogOverlay .godog-modal-footer .btn-reset, #godogOverlay div[class*=footer] .btn-reset,
.godog-custom-modal-root .modal-footer-btns .btn-reset,
.godog-custom-modal-root .godog-modal-footer .btn-reset,
.godog-custom-modal-root div[class*=footer] .btn-reset,
div[id*=Modal] .modal-footer-btns .btn-reset,
div[id*=Modal] .godog-modal-footer .btn-reset,
div[id*=Modal] div[class*=footer] .btn-reset {
  padding: 0 1.25rem;
  height: 3.125rem;
  border-radius: 0.75rem;
  background: #f5f5f5 !important;
  color: #666 !important;
  font-weight: bold;
  border: none !important;
}
#godogOverlay .modal-footer-btns .btn-submit, #godogOverlay .modal-footer-btns .godog-search-btn, #godogOverlay .godog-modal-footer .btn-submit, #godogOverlay .godog-modal-footer .godog-search-btn, #godogOverlay div[class*=footer] .btn-submit, #godogOverlay div[class*=footer] .godog-search-btn,
.godog-custom-modal-root .modal-footer-btns .btn-submit,
.godog-custom-modal-root .modal-footer-btns .godog-search-btn,
.godog-custom-modal-root .godog-modal-footer .btn-submit,
.godog-custom-modal-root .godog-modal-footer .godog-search-btn,
.godog-custom-modal-root div[class*=footer] .btn-submit,
.godog-custom-modal-root div[class*=footer] .godog-search-btn,
div[id*=Modal] .modal-footer-btns .btn-submit,
div[id*=Modal] .modal-footer-btns .godog-search-btn,
div[id*=Modal] .godog-modal-footer .btn-submit,
div[id*=Modal] .godog-modal-footer .godog-search-btn,
div[id*=Modal] div[class*=footer] .btn-submit,
div[id*=Modal] div[class*=footer] .godog-search-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3.125rem;
  border-radius: 0.75rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff !important;
  background-color: #e0e0e0;
  cursor: not-allowed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
#godogOverlay.is-dogrun .active,
.godog-custom-modal-root.is-dogrun .active,
div[id*=Modal].is-dogrun .active {
  background-color: #557c32 !important;
  cursor: pointer !important;
}
#godogOverlay.is-dogcafe .active,
.godog-custom-modal-root.is-dogcafe .active,
div[id*=Modal].is-dogcafe .active {
  background-color: #ff9800 !important;
  cursor: pointer !important;
}

/* --- 5. スマホ用メディアクエリ --- */
@media (max-width: 48rem) {
  .main-nav.container {
    padding: 0 0.9375rem !important;
  }
  .top-search-form {
    padding: 0.5rem !important;
  }
  .search-input {
    padding: 0.5rem 0.625rem !important;
    font-size: 0.875rem !important;
  }
  .search-submit-btn {
    padding: 0.5rem 0.9375rem !important;
    font-size: 0.875rem !important;
  }
  .search-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.625rem !important;
  }
  .search-grid > *:last-child:nth-child(odd) {
    grid-column: span 2 !important;
    min-height: 6.25rem !important;
  }
  #godogOverlay, .godog-custom-modal-root, div[id*=Modal] {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .modal-container-inner, .godog-modal-content, div[class*=modal-inner] {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 92vh !important;
    border-radius: 1.5rem 1.5rem 0 0 !important;
    margin: 0 !important;
  }
  .godog-modal-footer, .modal-footer-btns, div[class*=footer] {
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}
/* --- 6. ローダー --- */
.loader-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
}

.godog-spinner {
  width: 1.875rem;
  height: 1.875rem;
  border: 3px solid rgba(85, 124, 50, 0.1);
  border-top-color: #557c32;
  border-radius: 50%;
  -webkit-animation: godog-spin 0.8s linear infinite;
          animation: godog-spin 0.8s linear infinite;
}

/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/area-modal.scss
 */
/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/_variables.scss
 * 役割: プロジェクト全体の共通カラー・タイポグラフィ・シャドウ変数の定義
 */
#godogOverlay .godog-region-section {
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1.25rem;
}
#godogOverlay .godog-region-section:last-child {
  border: none;
}
#godogOverlay .godog-region-section .godog-region-title {
  font-weight: bold;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  color: #333;
}
#godogOverlay .godog-region-section .godog-region-title input {
  margin-right: 0.75rem;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.is-dogrun #godogOverlay .godog-region-section .godog-region-title {
  color: #557c32;
}
.is-dogcafe #godogOverlay .godog-region-section .godog-region-title {
  color: #ff9800;
}
#godogOverlay .godog-region-section .godog-pref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
#godogOverlay .godog-region-section .godog-pref-grid .godog-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.75rem;
  background: #f9f9f9;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#godogOverlay .godog-region-section .godog-pref-grid .godog-check-label input {
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#godogOverlay .godog-region-section .godog-pref-grid .godog-check-label:hover {
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
}
.is-dogrun #godogOverlay .godog-region-section .godog-pref-grid .godog-check-label:hover {
  border-color: #557c32;
  background: rgba(85, 124, 50, 0.05);
}
.is-dogcafe #godogOverlay .godog-region-section .godog-pref-grid .godog-check-label:hover {
  border-color: #ff9800;
  background: rgba(255, 152, 0, 0.05);
}

@media (max-width: 768px) {
  #godogOverlay .godog-region-section .godog-pref-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem;
  }
}
/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/feature-modal.scss
 */
/**
 * パス: wp-content/plugins/GoDog Area Manager/assets/scss/_variables.scss
 * 役割: プロジェクト全体の共通カラー・タイポグラフィ・シャドウ変数の定義
 */
.godog-custom-modal-root .feature-group-block {
  margin-bottom: 1.5625rem;
}
.godog-custom-modal-root .feature-group-block .feature-group-title {
  font-size: 0.9375rem;
  border-bottom: 2px solid;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
.is-dogcafe .godog-custom-modal-root .feature-group-block .feature-group-title {
  color: #ff9800;
  border-bottom-color: rgba(255, 152, 0, 0.2);
}
.is-dogrun .godog-custom-modal-root .feature-group-block .feature-group-title {
  color: #557c32;
  border-bottom-color: rgba(85, 124, 50, 0.2);
}
.godog-custom-modal-root .feature-group-block .feature-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  gap: 0.625rem;
}
.godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  background: #f9f9f9;
  border-radius: 0.75rem;
  cursor: pointer;
  border: 1px solid #eee;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label:hover {
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
}
.is-dogcafe .godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label:hover {
  border-color: #ff9800;
  background: rgba(255, 152, 0, 0.05);
}
.is-dogrun .godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label:hover {
  border-color: #557c32;
  background: rgba(85, 124, 50, 0.05);
}
.godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.godog-custom-modal-root .feature-group-block .feature-checkbox-grid .feature-checkbox-label .feature-label-text {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  color: #444;
  font-weight: 500;
}

@media (max-width: 768px) {
  .godog-custom-modal-root .feature-group-block .feature-checkbox-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem;
  }
  .godog-custom-modal-root .feature-group-block .feature-checkbox-label {
    padding: 0.625rem 0.5rem;
  }
}