@charset "UTF-8";
.search_wrap {
    margin-bottom: 50px;
}

.sec-ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}
.sec-ttl span {
    color: #ff6400;
}
.storeNone-txt {
    text-align: center;
    margin-bottom: 20px;
}
.storeNone_pctxt {
    text-align: center;
    background: #fff;
    width: 600px;
    margin: 0 auto 25px auto;
    padding: 20px;
    box-sizing: border-box;
}
.storeNone_pctxt dt {
    font-weight: bold;
    color: #ff6400;
}
.storeNone_pctxt dd span {
    font-size: 26px;
    font-weight: bold;
}
.store_lst {
    margin: 0 -8px 0 -8px;
    padding: 0;
}
.store_lst .slick-prev {
    width: 16px;
    height: 25px;
    left: -25px;
    margin-top: -13px;
    background-image: url(/img/search_arw_l.png);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slick-list {
    overflow: hidden;
    position: relative;
}
.store_lst .slick-next {
    width: 16px;
    height: 25px;
    right: -25px;
    margin-top: -13px;
    background-image: url(/img/search_arw_r.png);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.store_lst li {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0 5px 12px 0 rgb(92 92 92 / 8%);
}
.store_lst li.on {
    border: 1px solid #ff6400;
}
.store_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.5s ease-out,all 0.5s ease-out;
}
.store_dtl {
    padding: 15px 15px 17px;
}
.store-ttl {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.store-adrs {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}
.store-info {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}
.store-lnk {
    font-size: 14px;
    margin-top: 8px;
}
.store-lnk a {
    position: relative;
    color: #000;
    line-height: 1.4;
    padding: 0 0 0 25px;
}
.store-lnk a:before {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 14px;
    top: 50%;
    left: 5px;
    margin-top: -7px;
    z-index: 10;
    background: url(/img/lnk_arw.png) no-repeat 0 0;
}
.slick-slider {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .slick-list {
    overflow: hidden;
    position: relative;
  }

  .slick-track {
    display: flex;
    left: 0;
    position: relative;
    top: 0;
  }

  .slick-slide {
    display: flex;
    margin: 0 10px;
  }
  .search_wrap .store_lst .slick-slide {
    display: flex;
  }

  .unq-carousel-banner.js-cm .slick-slide {
      margin: 0 6px;
  }

  .no {
      display: none;
  }

  .slick-slide > div {
    display: flex;
    width: 100%;
  }

  .slick-slide a {
    display: block;
    height: 100%;
    line-height: 0;
    width: 100%;
  }

  .slick-slide img {
    display: block;
    width: 100%;
  }

  .slick-next,
  .slick-prev {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    font-size: 0;
    height: 20px;
    margin: auto;
    position: absolute;
    width: 20px;
    z-index: 10;
  }

  .slick-prev {
    background-image: url("/shared/img/icon-arrow.png");
    left: 0;
  }

  .slick-next {
    background-image: url("/shared/img/icon-arrow-2.png");
    right: 0;
  }

  .slick-dots {
    bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .slick-dots li {
    height: 12px;
    width: 12px;
  }

  .slick-dots li + li {
    margin-left: 20px;
  }

  .slick-dots li button {
    background-color: transparent;
    border: 2px solid #b8b3b0;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    width: 100%;
  }

  .slick-dots li.slick-active button {
    background-color: #726f6d;
    border: 2px solid #726f6d;
  }

  .gm-style .gm-style-iw-c {
      /*background-color: unset !important;*/
      padding: 8px 10px !important;
      overflow: unset !important;
      border: 3px solid #FF9551 !important;
      box-sizing: border-box !important;
      max-width: 250px !important;
      max-height: none!important;
  }
  .gm-style .gm-style-iw-c:before {
      content: "";
      position: absolute;
      display: block;
      bottom: -13px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 7px 0 7px;
      border-color: #FF9551 transparent transparent transparent;
      box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 5%);
  }
  .gm-style .gm-style-iw-c:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 4px 0 4px;
      border-color: #fff transparent transparent transparent;
  }
  .gm-style-iw-d {
      overflow: unset !important;
      max-height: none !important;
  }
  .gm-style-iw-tc {
      display: none !important;
  }
  button.gm-ui-hover-effect {
      opacity: 1 !important;
      top: 0 !important;
      right: 0 !important;
      background: url(/images/close.png) no-repeat center center !important;
  }
  button.gm-ui-hover-effect>span {
      display: none;
  }
  /*
  .mapPopup_wrap {
      position: absolute;
      top: 10px;
      left: 50%;
      z-index: 10;
      transform: translateX(-120px);
      border-radius: 8px;
      box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 16%);
  }
  .mapPopup_wrap.on {
      display: none;
  }
  .mapPopup_in {
      position: relative;
      width: 240px;
      padding: 8px 10px;
      border: 3px solid #FF9551;
      box-sizing: border-box;
      border-radius: 8px;
      background: #fff;
  }
  .mapPopup_in:before {
      content: "";
      position: absolute;
      display: block;
      bottom: -13px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 7px 0 7px;
      border-color: #FF9551 transparent transparent transparent;
      box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 5%);
  }
  .mapPopup_in:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 4px 0 4px;
      border-color: #fff transparent transparent transparent;
  }
  */
  .mp_shop-clsbtn {
      display: none;
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 10;
      width: 22px;
      height: 22px;
      cursor: pointer;
  }
  .mp_shop-clsbtn span {
      display: block;
      height: 0;
      overflow: hidden;
      padding: 22px 0 0 0;
      background: url("/images/close.png") no-repeat center center;
  }
  .mp_shop-name {
      display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
      -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
      position: relative;
      min-height: 52px;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.2;
      padding-left: 50px;
      padding-right: 10px;
      margin-bottom: 10px;
  }
  .mp_shop-name:before {
      content: "";
      position: absolute;
      display: block;
      width: 40px;
      height: 53px;
      top: 0;
      left: 0;
      z-index: 10;
      background: url("/images/map_iq.png") no-repeat center center;
      background-size: 100% auto;
  }
  .mp_shop-adrs {
      font-size: 11px;
      line-height: 1.4;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #FF9551;
  }
  .mp_shop-info {
      font-size: 11px;
      line-height: 1.4;
  }
  .mp_shop-btn {
      display: table;
      width: 100%;
      height: 30px;
      margin-top: 10px;
  }
  .mp_shop-btn a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative;
      font-size: 11px;
      font-weight: bold;
      color: #fff;
      background: #FF8638;
      border-radius: 35px;
      text-decoration: none;
      box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .mp_shop-btn a:before {
      content: "";
      position: absolute;
      display: block;
      width: 7px;
      height: 12px;
      top: 50%;
      right: 14px;
      margin-top: -6px;
      z-index: 10;
      background: url("/images/h_arw_w2.png") no-repeat center center;
      background-size: 100% auto;
  }

  .store_lst li {
      position: relative;
  }
  .store_radio {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
  }
  .store_radio label {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
  }
  .store_radio input {
      display: none;
  }
  .store_lst .slick-disabled {
      display: none !important;
  }
@media (min-width: 896px) {
    .store_radio label:hover {
        background: rgba(255,255,255,0.4);
    }
}

@media only screen and (max-width: 480px) {
    .storeLst_wrap {
        overflow-x: scroll;
    }
    .store_lst {
        margin: 0;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .store_lst li {
        max-width: 253px;
        width: 253px;
        letter-spacing: normal;
        white-space: initial;
        vertical-align: top;
        text-align: left;
        margin: 0 16px 0 0;
    }
}
@media only screen and (max-width: 960px) {
    .gm-style .gm-style-iw-c {
        /*background-color: unset !important;*/
        border: 2px solid #FF9551 !important;
        max-width: 215px !important;
    }
    .gm-style .gm-style-iw-c:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 7px 0 7px;
        border-color: #FF9551 transparent transparent transparent;
        box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 5%);
    }
    .gm-style .gm-style-iw-c:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
    }
    .gm-style-iw-d {
        max-height: none !important;
    }
    button.gm-ui-hover-effect {
        background: url(/images/close_sp.png) no-repeat center center !important;
        background-size: 15px auto !important;
    }
    /*
    .mapPopup_wrap {
        transform: translateX(-108px);
    }
    .mapPopup_in {
        width: 215px;
        border: 2px solid #FF9551;
        border-radius: 5px;
    }
    .mp_shop-clsbtn {
        top: 1px;
        right: 1px;
        width: 20px;
        height: 20px;
    }
    .mp_shop-clsbtn span {
        padding: 20px 0 0 0;
        background: url("/images/close_sp.png") no-repeat center center;
        background-size: 15px auto;
    }
    */
    .mp_shop-name {
        min-height: 46px;
        font-size: 13px;
        padding-left: 42px;
        padding-right: 10px;
        margin-bottom: 5px;
    }
    .mp_shop-name:before {
        width: 35px;
        height: 46px;
        background: url(/images/map_iq_sp.png) no-repeat center center;
        background-size: 100% auto;
    }
    .mp_shop-adrs {
        font-size: 10px;
    }
    .mp_shop-info {
        font-size: 10px;
    }
    .mp_shop-btn {
        height: 24px;
        margin-top: 5px;
    }
    .mp_shop-btn a {
        font-size: 10px;
        box-shadow: none;
    }
    .mp_shop-btn a:before {
        right: 10px;
    }
}
@media only screen and (max-width: 374px) {

}
