/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 03:57:57 */
/* 検索フォーム全体 */
#search-drawer .drawer-inner form.search-form {
  display: flex !important;
  align-items: stretch !important;
  width: calc(100% - 48px) !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* 検索入力欄 */
#search-drawer .drawer-inner input.search-field {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
  padding: 8px 14px !important;
  font-size: 16px !important;
  line-height: 52px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* プレースホルダー */
#search-drawer .drawer-inner input.search-field::placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

/* フォーカス時 */
#search-drawer .drawer-inner input.search-field:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e0e0e0 !important;
}

/* 検索ボタン本体 */
#search-drawer .drawer-inner form button[type="submit"],
#search-drawer .drawer-inner form .search-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 104px !important;
  width: 104px !important;
  min-width: 104px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f4c430 !important;
  background-image: none !important;
  border: 1px solid #f4c430 !important;
  border-radius: 0 4px 4px 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  position: relative !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  color: transparent !important;
  overflow: hidden !important;
}

/* Kadence標準アイコン・文字（ボタン内側の子要素）を完全非表示 */
#search-drawer .drawer-inner form button[type="submit"] *,
#search-drawer .drawer-inner form .search-submit * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* テーマ純正の検索アイコン（ボタンの外側・兄弟要素として重なって表示されるもの）を非表示に */
#search-drawer .kadence-search-icon-wrap {
  display: none !important;
}

/* 虫眼鏡アイコンを1つだけCSSで描画 */
#search-drawer .drawer-inner form button[type="submit"]::before,
#search-drawer .drawer-inner form .search-submit::before {
  content: "" !important;
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  background-color: #6f7f99 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 3C5.9 3 3 5.9 3 9.5S5.9 16 9.5 16c1.6 0 3.1-.6 4.2-1.5l5.4 5.4 1.8-1.8-5.4-5.4c.9-1.1 1.5-2.6 1.5-4.2C16 5.9 13.1 3 9.5 3zm0 2.5c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 3C5.9 3 3 5.9 3 9.5S5.9 16 9.5 16c1.6 0 3.1-.6 4.2-1.5l5.4 5.4 1.8-1.8-5.4-5.4c.9-1.1 1.5-2.6 1.5-4.2C16 5.9 13.1 3 9.5 3zm0 2.5c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* 狭いスマホ用 */
@media screen and (max-width: 480px) {
  #search-drawer .drawer-inner form.search-form {
    width: calc(100% - 48px) !important;
    max-width: none !important;
  }
  #search-drawer .drawer-inner form button[type="submit"],
  #search-drawer .drawer-inner form .search-submit {
    flex: 0 0 104px !important;
    width: 104px !important;
    min-width: 104px !important;
  }
}