@charset "UTF-8";
.shoplist-section {
  /*margin-bottom: 130px;*/
  overflow: hidden;
}
@media (max-width: 767px) {
  .shoplist-section {
    margin-bottom: 68px;
  }
}
.shoplist-section .shoplist-cat-list {
  text-align: center;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist-cat-list {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 27px;
  }
}
.shoplist-section .shoplist-cat-list .rounded-btn {
  margin: 0 5px;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #abada4;
  border: solid 1px #abada4;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist-cat-list .rounded-btn {
    font-size: 1.2rem;
    margin: 0;
  }
  .shoplist-section .shoplist-cat-list .rounded-btn:not(:last-child) {
    margin-right: 4px;
  }
}
.shoplist-section .shoplist-cat-list .rounded-btn:hover, .shoplist-section .shoplist-cat-list .rounded-btn.active {
  color: #212121;
  border-color: #212121;
  opacity: 1;
}
.shoplist-section .shoplist li {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #988666;
  position: relative;
  padding-right: 9.4rem;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist li {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }
  .shoplist-section .shoplist li:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .shoplist-section .shoplist li .top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.shoplist-section .shoplist li .shop-name {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  margin: 0;
  color: #222;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist li .shop-name {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.shoplist-section .shoplist li .map-btn {
  position: absolute;
  right: 0;
  top: 50%;
  translate: transformY(-50%);
  background: #988666;
  color: #FFF;
  font-size: 1.3rem;
  font-family: "classico-urw", sans-serif;
  text-align: center;
  width: 7.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist li .map-btn {
    position: static;
    font-size: 1.1rem;
    width: 5rem;
    height: 1.9rem;
    line-height: 1.9rem;
    flex: 0 0 auto;
    margin-left: 15px;
  }
}
.shoplist-section .shoplist li p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  margin: 0;
  color: #222;
}
@media (max-width: 767px) {
  .shoplist-section .shoplist li p {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
}

.rounded-btn {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: "classico-urw", sans-serif;
  color: #222;
  border: solid 1px #222;
  height: 3.2rem;
  line-height: 3rem;
  padding: 0 14px;
  border-radius: 1.6rem;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  .rounded-btn {
    font-size: 1.2rem;
    height: 2.8rem;
    line-height: 2.6rem;
    border-radius: 1.4rem;
    padding: 0 10px;
  }
}

.section-ttl {
  color: #212121;
  text-align: center;
  font-family: "classico-urw", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .section-ttl {
    font-size: 2rem;
    letter-spacing: 0.18em;
    margin-bottom: 27px;
  }
}

.shop-List {
  margin-top: -3px;
  width: 100%;
  float: left;
}

.nojess-shopList__content {
  display: none;
}
