@charset "UTF-8";
.shop_search_inner {
  margin: 37px 0 66px;
}
.shop_search_title {
  text-align: center;
  padding-left: 0;
  font-size: 2.2rem;
  font-weight: 400;
}
.shop_search_static {
  padding: 0 11px;
}
.shop_search_static_inner {
  background-color: #f1f1f1;
}
.shop_search_static_title {
  font-size: 1.5rem;
  padding: 14px 19px;
  font-weight: 400;
  position: relative;
}
.shop_search_static_content_selector:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 19px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}
.o-activated.shop_search_static_content_selector:after {
  -webkit-transform: rotate(135deg) scale(-1);
  transform: rotate(135deg) scale(-1);
  top: 50%;
}
.shop_search_static_content {
  display: none;
}
.shop_search_static_content_selector {
  padding: 0 15px;
  position: relative;
}
.shop_search_static_content_selector:after {
  width: 10px;
  height: 10px;
  top: calc(50% - 17px);
  right: 36px;
}
.shop_search_dynamic_near {
  display: none;
}
.shop_search_dynamic_near.o-activated {
  display: block;
}
.shop_search_dynamic_pref {
  display: none;
  padding: 20px;
  background-color: #f1f1f1;
}
.shop_search_dynamic_pref.o-activated {
  display: block;
}
.shop_search_dynamic_pref_title {
  font-size: 1.8rem;
  padding: 15px 0;
}
.shop_search_form {
  position: relative;
  padding: 0 14px;
  border-top: none;
  border-bottom: none;
}
.shop_search_form_submit {
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 15px;
  width: 43px;
  height: 43px;
  padding-top: 12px;
}
.shop_search_form_text {
  padding: 14px;
  box-shadow: none;
  border: none;
  border-radius: 1.5px;
}
.shop_search_form_wrapper {
  margin-bottom: 20px;
  padding: 25px 0 20px;
  border-bottom: 1px solid #fff;
}
.shop_search_form_label {
  font-size: 1.3rem;
  padding-left: 20px;
}
.shop_search_form_label:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.shop_search_form_checkbox:checked + .shop_search_form_label:before {
  background-color: #fff;
}
.shop_search_form_checkbox:checked + .shop_search_form_label:after {
  display: block;
  content: "";
  background: url(../../img/searchshop/ico-check_dark.svg) center/cover
    no-repeat;
  width: 11px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 6px;
}
.shop_search_individual {
  margin-bottom: 14px;
}
.shop_search_individual_map_content {
  margin-top: 10px;
  padding-bottom: 72%;
}
.shop_search_individual.o-no_shop {
  display: none;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
}
.shop_search_individual_list.o-no_shop .shop_search_individual.o-no_shop {
  display: block;
}
.shop_search_selector {
  padding: 10px 0 10px 20px;
  border: none;
  box-shadow: none;
}
.shop_search_left_column {
  display: none;
}
.shop_search_result_list {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 15px 15px;
}
.shop_search_result_item {
  margin-top: 20px;
}
.shop_search_result_initial {
  display: none;
}
.shop_search_result_title {
  text-align: center;
  font-weight: 400;
  padding-top: 37px;
  padding-bottom: 27px;
  font-size: 1.8rem;
}
.shop_search_trial_seiyu_bnr_sp {
    max-width: 50%;      /* 元画像の半分に縮小 */
    display: block;      /* ブロック要素化 */
    margin: 0 auto 24px; /* 上0、左右自動、下16px */
}

.shop_search_trial_seiyu_bnr_pc {
display: none;
}

.shop_search_individual_logo .logo-img {
  width: 40%;
  height: auto; /* 縦横比を維持 */
}