@charset "utf-8";

/*最寄りの店舗がない場合*/
.sny .section-inner {
  width: 95%;
  margin: 0px auto;
}

.no_searchresults ul {
  width: 90%;
}

.no_searchresults ul li {
  width: 100%;
  margin-bottom: 10%;
}

.no_searchresults ul li h2 span {
  font-size: 5.2vw;
  /*top: 9%;*/
  /*left: 5%;*/
}

.no_searchresults ul li h2 img {
  width: 100%;
}





/*最寄りの店舗*/
.nearby_stores_list .store_cat {
  font-size: 0.5em;
  color: #808080;
  padding: 0em 2em 0em;
  border: 1px solid #808080;
  border-radius: .3em;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  position: relative;
  bottom: 0.3em;
  width: max-content;
  height: 1.5em;
  margin-top: .8em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*map svg 可変設定*/
#svg-fig-sp {
  width: 90vw;
}

.accordion-inner {
  padding: 1em 0 !important;
}

/*prf accodion*/
.accordion_container {
  width: 100%;
  margin-top: 5%;
  /*margin-bottom: 15%;*/
}

.prefecture_box {
  margin-bottom: 0 !important;
  width: 90%;
  margin: auto;
}

.selected_prf{
  background-color: #E55651 !important;
  color: #FFF !important;
}
.selected {
  background-color: #F29A76 !important;
  color: #FFF !important;
}


.accordion_container p {
  transition: .3s;
  cursor: pointer;
  width: 100%;
  padding: .5em;
  text-align: left;
  color: #545454;
  background-color: #dcdcdc;
  font-size: 1.5em;
  margin-top: .8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prf_inner {
  display: none;
}

span.prf_arrow {
  transition: .3s;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../img/storesearch/arrow.png);
  transform: rotate(90deg);
  /*　選択時
  transform: rotate(0deg);
  */
}

.okn span.prf_arrow, .hkd span.prf_arrow {
  transform: rotate(0deg) !important;
}

.selected span.prf_arrow_selected {
  transform: rotate(0deg) !important;
  background: url(../../img/storesearch/arrow_red.png);
    background-size: contain;
        background-repeat: no-repeat;
}
.selected_prf span.prf_arrow_selected {
  transform: rotate(-90deg) !important;
  background: url(../../img/storesearch/arrow_red.png);
    background-size: contain;
        background-repeat: no-repeat;
}


.store_cat {
  padding: 0.2em 2em;
  left: 0em;
  white-space: normal;
}

.popular_cities {
  width: 90%;
  margin-bottom: 5%;
}

.popular_cities li {
  margin-bottom: 2.5%;
}

.popular_cities li.capital {
  width: 49%;
}

.popular_cities li.sub {
  width: 49%;
}

.nearby_stores_list .store_distance{
  padding: 1%;
  width: 20%;
}
.store_distance h3 {
  font-size: 4vw !important;
}
.nearby_stores_list .store_logo{
  width: 40px!important;
  height: 40px!important;
}

.nearby_stores_list .store_inner.main{
  padding: 2% 3% 1% 0;
}
.nearby_stores_list .store_inner.sub{
  padding: 2% 3% 1% 0;
}

.nearby_stores_list h3.store_name {
  line-height: 120%;
  font-size: 4.5vw;
  word-break: break-all;
}
.nearby_stores_list p.att{
  font-size: 3vw;
  margin-top: 0.3em;
line-height: 3.5vw;
}
