/* ============================================= */
/* 簡単ギフト検索（抽出版） */
/* ============================================= */

.sgift2026__section {
 /* margin-bottom: 50px;*/
}

.sgift2026__section--bg {
  padding: 48px 0;
}

.sgift2026__section-title {
  margin: 0 0 16px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  color: #6f5426;
  text-align: center;
  letter-spacing: 0.014em;
}

/* 簡単ギフト検索 */
.sgift2026__gift-search-section {
  /*background-color: #f5f5f5;*/
}

.sgift2026__gift-search-section .sgift2026__section-title {
  font-size: 35px !important;
}

/* カテゴリー×予算からギフトを探す */
.sgift2026__gift-search-form-section {
  /*padding-bottom: 20px;*/
  /*margin-bottom: 20px;*/
  /*border-bottom: 1px solid #c1c1c1;*/
}

.sgift2026__gift-search-form-section-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #6f5426;
  text-align: center;
  letter-spacing: 0.014em;
}

.sgift2026__gift-search-form-section-text {
  margin: 0 0 24px!important;
  font-size: 18px!important;
  line-height: 1.4!important;
  color: #333!important;
  text-align: center!important;
}

.sgift2026__gift-search-form-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sgift2026__gift-search-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 48px;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.014em;
  cursor: pointer;
  background-color: #6f5426;
  border: none;
  border-radius: 5px;
}

.sgift2026__gift-search-form-btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 19px;
  background-image: url("/ec/shop/images/campaign/20260825_osechi/icon-search01.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 16px 14px;
}

.sgift2026__gift-search-form-select {
  width: 230px;
  height: 48px;
  padding: 2px 13px 0;
  padding-right: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.014em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 12,0 6,10" fill="%237A7A7A"/></svg>') no-repeat right 7px center/12px 10px;
  background-color: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 3px;
}

.sgift2026__gift-search-form-select:invalid {
  color: #7a7a7a;
}

.sgift2026__gift-search-form-select option {
  color: #000;
}

.sgift2026__gift-search-form-select:focus {
  border: 1px solid #7a7a7a;
  outline: none;
  box-shadow: none;
}

.sgift2026__gift-search-form-separator {
  padding: 0 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .sgift2026__section {
    margin: 24px 0;
  }

  .sgift2026__section--bg {
    padding: 16px;
  }

  .sgift2026__gift-search-section .sgift2026__section-title {
    margin-bottom: 10px !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .sgift2026__gift-search-form-section {
    /*padding-bottom: 16px;
    margin-bottom: 16px;*/
  }

  .sgift2026__gift-search-form-section-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .sgift2026__gift-search-form-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
  }

  .sgift2026__gift-search-form-select {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 10px);
    height: 40px;
    font-size: 13px;
    padding-right: 24px;
    background-position: right 8px center;
  }

  .sgift2026__gift-search-form-separator {
    padding: 0;
    font-size: 16px;
  }

  .sgift2026__gift-search-form-btn {
    width: 100%;
    max-width: 100%;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
  }

  .sgift2026__gift-search-form-btn-text {
    padding-left: 18px;
    background-size: 14px 14px;
  }

  .sgift2026__gift-search-form-section-text {
  font-size: 14px!important;
  margin-bottom: 16px!important;
}

}

