@charset "UTF-8";
/**
 * 店舗検索ページ（_parts/store/offline_store.tpl）専用スタイル
 */
.search .search_location,
.search .search_pref,
.search .search_kw {
  margin-bottom: 1em; }

.shop__search_result .prefecture.active {
  display: block; }
.shop__search_result .store_info .store_info_active.active {
  display: block; }
.shop__search_result .store_info_item {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  border-radius: 5px; }
  .shop__search_result .store_info_item:first-child {
    border-top: none; }
  .shop__search_result .store_info_item h4 {
    margin: 0 0 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333; }
  .shop__search_result .store_info_item .address_info {
    margin-top: 10px; }
    .shop__search_result .store_info_item .address_info .address_info_area {
      display: flex;
      align-items: center;
      gap: 10px; }
    .shop__search_result .store_info_item .address_info .address {
      margin: 5px 0;
      color: #3d3d3d;
      line-height: 1.6; }
    .shop__search_result .store_info_item .address_info .tel {
      margin: 5px 0;
      color: #3d3d3d; }
    .shop__search_result .store_info_item .address_info .map_icon {
      position: relative; }
      .shop__search_result .store_info_item .address_info .map_icon::before {
        position: absolute;
        font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
        content: "\f041";
        color: #3d3d3d;
        width: 10px;
        height: 10px;
        left: 0;
        top: 5px; }
      .shop__search_result .store_info_item .address_info .map_icon .map_link {
        margin: 5px 0;
        color: #d76492;
        margin-left: 15px; }
    .shop__search_result .store_info_item .address_info .distance {
      margin: 5px 0;
      color: #3d3d3d; }

.store_nun_area {
  margin: 0 auto 20px;
  width: 260px;
  padding: 5px 0;
  text-align: center;
  background: #fff; }
  .store_nun_area .keywords_count {
    padding: 0 3px;
    color: #d76492;
    font-size: 24px;
    font-weight: 700; }

.search .search_location .btn_current_location .store_map_icon {
  position: relative; }
  .search .search_location .btn_current_location .store_map_icon::before {
    position: absolute;
    font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    content: "\f041";
    color: #fff;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 0; }
.search .search_location .search_location_title {
  margin-bottom: 15px; }
.search .search_location .search_location_note {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.2rem; }
  .search .search_location .search_location_note span {
    color: #d76492;
    border-bottom: 1px solid #d76492;
    cursor: pointer; }
.search .search_location .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  z-index: 1000; }
  .search .search_location .modal-overlay.active {
    display: flex !important;
    justify-content: center;
    align-items: center; }
.search .search_location .modal {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  padding: 40px 30px;
  position: relative; }
  .search .search_location .modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 28px;
    height: 28px;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 15px;
    background: #000000e6;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search .search_location .modal-close::before, .search .search_location .modal-close::after {
      height: 2px;
      color: #fff;
      background: transparent; }
  .search .search_location .modal-section {
    margin-bottom: 20px; }
    .search .search_location .modal-section:last-child {
      margin-bottom: 0; }
    .search .search_location .modal-section h3 {
      font-size: 15px;
      font-weight: bold;
      color: #333;
      margin-bottom: 8px; }
    .search .search_location .modal-section p {
      font-size: 14px;
      color: #333;
      line-height: 1.7; }
.search .search_location button {
  width: 90%;
  background-color: #d76492;
  border: none;
  border-radius: 10px;
  margin: 0 20px;
  color: #fff;
  line-height: 1;
  padding: 22px; }
  @media screen and (min-width: 768px) {
    .search .search_location button {
      width: 100%;
      margin: 0 auto; } }
.search .search_pref .search_pref_area {
  display: flex;
  flex-direction: column;
  gap: 17px; }
  .search .search_pref .search_pref_area .select_area {
    position: relative; }
    .search .search_pref .search_pref_area .select_area::before {
      content: " ";
      vertical-align: middle;
      width: 7px;
      height: 7px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.2em;
      margin: auto;
      transform: rotate(135deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
    .search .search_pref .search_pref_area .select_area #pref_search {
      width: 100%;
      height: 46px;
      color: #3d3d3d;
      background-color: #fff; }
