@charset "utf-8";

.sny {
  padding-bottom: 40px;
}

/*最寄りの店舗がない場合*/
.no_searchresults ul {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.no_searchresults ul li {
  width: 444px;
  margin-bottom: 50px;
  position: relative;
}
/*.no_searchresults ul li:nth-child(5),
.no_searchresults ul li:nth-child(6){
  display: none;
}
.no_searchresults ul li h2 {
  margin-bottom: 10px;
}
*/

.no_searchresults ul li h2 span {
  /*height: 102px;*/
  position: absolute;
  left: 20px;
  top: 23px;
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  line-height: 105%;
}

.no_searchresults ul li:nth-child(1) h2 span {
  text-shadow: 0px 0px 10px #231815, 0px 0px 10px #231815;
}

.no_searchresults ul li:nth-child(2) h2 span {}

.no_searchresults ul li:nth-child(3) h2 span {
  text-shadow: 0px 0px 10px #231815, 0px 0px 10px #231815, 0px 0px 10px #231815;
}

.no_searchresults ul li:nth-child(4) h2 span {}

.no_searchresults ul li:nth-child(5) h2 span {
  text-shadow: 0px 0px 10px #7ECEF3, 0px 0px 10px #7ECEF3, 0px 0px 10px #7ECEF3;
}

.no_searchresults ul li:nth-child(6) h2 span {
  text-shadow: 0px 0px 10px #7ECEF3, 0px 0px 10px #7ECEF3, 0px 0px 10px #7ECEF3, 0px 0px 10px #7ECEF3;
}

.no_searchresults ul li h3 {
  font-size: 1em;
}

.no_searchresults ul li h3 span {
  font-size: 0.563em;
  border: 1px solid #CFCFCF;
  background: #FFF;
  margin-left: 20px;
  padding: 0px 20px;
  line-height: 0;
  border-radius: 3px;
}

.no_searchresults ul li .airport_att {
  font-size: 0.75em;
  margin-bottom: 10px;
}

.no_searchresults ul li .airport_txt {
  font-size: 0.875em;
}

.no_searchresults ul li .aiport_address {
  font-size: 0.813em;
}

.no_searchresults ul li .aiport_address span {
  width: 12px;
  margin-top: 10px;
  margin-right: 8px;
  display: inline-block;
}

/* near store list */
/* 検索結果ページCSS */
h3#searchResultTitle {
  font-size: 1.5em;
  color: #808080;
  width: 90%;
  margin-left: 5%;
  margin-top: 30px;
  margin-bottom: 15px;
}
h3.store_name {
    line-height: 100%;
}
h3#searchResultTitle span {
  font-weight: bold;
}

.nearby_stores_list {
  margin-bottom: 50px;
}

.nearby_stores_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  /*border: 2px solid #CFCFCF;*/
}

.nearby_stores_list .nearby_stores_inner:first-child{
  border-top: 1px solid #CFCFCF;
}
.nearby_stores_list .nearby_stores_inner {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
}

.nearby_stores_list .nearby_stores_inner a {
  width: 100%;
  display: flex;
}

/*.nearby_stores_list .nearby_stores_inner:nth-last-child(2) {
  border-bottom: 1px solid #CFCFCF !important;
  margin-bottom: 20px;
}*/

.nearby_stores_list .store_logo {
  margin-left: 2%;
  margin-right: 2%;
  min-width: 40px!important;
  min-height: 40px!important;
  width: 40px!important;
  height: 40px!important;
}

.nearby_stores_list .store_distance {
  width: 12%;
  background-color: #EFEFEF;
  padding: .5em .8em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nearby_stores_list .store_inner {
  display: flex;
  align-items: center;
  padding: .50em 0;
}

.nearby_stores_list .store_inner.sub {
  margin-left: 7%;
  border-top: 1px solid #CFCFCF;
}

.nearby_stores_list .store_contaier {
  height: 100%;
  width: 100%;
  background: #FFF;
}

.nearby_stores_list h3.nearby {
  color: #E73C00;
}
.store_text {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
}
.nearby_stores_list h3.store_name {
  font-size: 1.4em;
}

.nearby_stores_list p.att {
  font-size: 0.85em;
  margin-top: -.3em;
}

.nearby_stores_list .store_cat {
  font-size: 0.5em;
  color: #808080;
  padding: 0.1em 2em;
  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;
  left: 1.5em;
}

/* Topics */
/*----- topix iframe -----*/
#topics-if iframe {
  width: 100%;
  height: 5500px;
  overflow: hidden;
}

#topics,
#follow,
#coupon {
  background: #F8F7F5;
  padding-bottom: 80px;
}

.section-inner {
  width: 100%;
}

/* 地図選択 */
.pref_list {
  max-width: 543px;
  width: 100%;
  position: relative;
  display: block;
}

.prefecture_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 30px;
  flex-flow: column;
}

.map_img {
  display: none;
}

.map_img:nth-child(1) {
  display: block;
}

.pref_maps {
  width: 100%;
  max-width: 477px;
  height: 582px;
  background-image: url(../../img/storesearch/map/map_hokkaido.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pref_inner ul li.unvail,
.pref_inner ul li a{
  width: 135px;
  height: 40px;
  background: rgb(235, 235, 235);
  cursor: pointer;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: rgb(84, 84, 84);
  margin-bottom: 5px;
}

.pref_inner {
  position: absolute;
  width: 275px;
}

.pref_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 275px;
}

#hkd {
  top: 57px;
  left: 580px;
}

#okn {
  left: 40px;
  bottom: -20px;
}

#thk {
  left: 470px;
  top: 180px;
}

#knt {
  left: 470px;
  top: 360px;
}

#knk {
  left: 230px;
  bottom: -20px;
}

.new_design {
  width: 543px;
}

#tkhk ul {
  width: 415px;
}

#tkhk {
  right: 450px;
  bottom: 600px;
}

#kyu ul {
  right: 589px;
  width: 136px;
}

#kyu {
  right: 589px;
  bottom: -20px;
  width: 136px !important;
}

#chshi {
  right: 450px;
  top: 150px;
}

.selected_prf a {
  background: #E73C00 !important;
  color: white !important;
}
.selected_prf a{
  color: white !important
}
.unvail {
  background-color: #EBEBEB !important;
  color: white !important;
}

.popular_cities {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
}

.popular_cities h2 {
  text-align: center;
  margin-bottom: 30px !important;
}

.popular_cities ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popular_cities li {
  cursor: pointer;
  text-align: center;
  color: #545454;
  font-size: 1.2em;
  padding: 7.5px 7.5px;
  margin-bottom: 30px;
  border: 1.5px solid #545454;
  border-radius: 10px;
  background: url(../../img/storesearch/icon_sbl_arrow.jpg) no-repeat;
  background-position: right;
  background-position-x: 97%;
}

.popular_cities li.capital {
  width: 390px;
}

.popular_cities li.sub {
  width: 144px;
}

.popular_cities a {
  display: block;
}
.popular_cities h2,
.popular_cities ul{
  display: none!important;
}

.slick-dots{
 bottom: 6px!important;
}
