@charset "utf-8";

.sectionShopList {
  padding: 20px 0 0;
}
.sectionShopList_LinkLegend{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
}
.modaal-wrapper {
  top: 40px;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.modaal-wrapper::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.modaal-container {
  margin: 40px 0;
}
.modaal-content {
  position: relative;
}
.modaal-close {
  position: absolute;
}
.modaal-Legend_ListItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.modaal-Legend_ListItem img {
  width: 50px;
  margin-right: 10px;
}
.sectionShopList_LinkLegend img {

  margin-right: 10px;
}
.sectionShopList_PrefecturesList {
  display: flex;
  flex-wrap: wrap;
}
.sectionShopList_PrefecturesItem {
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  line-height: 2;
}
.sectionShopList_PrefecturesItem:nth-of-type(2n + 1) {
  margin-right: 4%;
}
.sectionShopList_PrefecturesItem a {
  font-size: 1.8rem;
}
.sectionShopList_PrefecturesItem a::before {
  content: "";
  display: inline-block;
  background: url('/inbound/images/shoplist/icon_arrow_pref.png') no-repeat center center;
  vertical-align: middle;
  height: 6px;
  width: 10px;
  margin: 0 0.5em 0 0;
}
.sectionShopList_List {
  margin: 0 -20px;
}
.sectionShopList_ListItem {
  border-bottom: 1px solid #C5D1DB;
  padding: 0px 20px 50px;
  margin-top: 50px;
}
.sectionShopList_ShopNameWrap {
  display: block;
  height: 100%;
}
.sectionShopList_Inner {
  margin-top: auto;
}
.sectionShopList_ShopName {
  color: #01325B;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.sectionShopList_Addr {
  background: url('../images/shoplist/icon_store.png') no-repeat left 6px;
  background-size: auto 20px;
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}
.sectionShopList_Tel {
  background: url('../images/shoplist/icon_tel.png') no-repeat left 6px;
  background-size: auto 20px;
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}
.sectionShopList_CategoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 40px -6px;
}
.sectionShopList_CategoryItem {
  flex-basis: 36px;
  max-width: 36px;
  width: 36px;
  margin: 0px 0 6px 6px;
}
.sectionShopList_Btns {
  display: flex;
  justify-content: space-between;
}
.sectionShopList_Btn {
  flex-basis: 48.656716%;
  max-width: 48.656716%;
  width: 48.656716%;

}

.sectionShopList_IconList {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sectionShopList_IconItem {
  width: 100%;
  margin-right: 6px;
}

.sectionShopList_IconItem--ds {
  max-width: 40px;
}

.sectionShopList_IconItem--tax {
  max-width: 66px;
}



@media screen and (min-width: 569px) {
  .sectionShopList {
    padding-top: 80px;
  }
  .sectionShopList_LinkLegend {
    display: block;
    font-size: 1.4rem;
    margin-top: 20px;
    float: right;
  }
  .sectionShopList_PrefecturesItem {
    flex-basis: unset;
    max-width: unset;
    width: unset;
    margin-right: 36px;
  }
  .sectionShopList_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .sectionShopList_ListItem {
    position: relative;
    flex-basis: 450px;
    max-width: 450px;
    border-top: 1px solid #C5D1DB;
    border-bottom: none;
    width: 450px;
    padding: 40px 0 40px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .sectionShopList_ListItem:nth-child(1),
  .sectionShopList_ListItem:nth-child(2) {
    border-top: none;
  }

  .sectionShopList_ListItem:nth-child(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    background: #C5D1DB;
    height: 85%;
    width: 1px;
    margin: auto;
  }
  .sectionShopList_CategoryList {
    min-height: 92px;
    margin-left: -5px;
  }
  .sectionShopList_CategoryItem {
    height: 40px;
    flex-basis: 40px;
    max-width: 40px;
    width: 40px;
    margin-left: 5px;
  }
}
