@charset "UTF-8";
.shoplist-search-condition {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .shoplist-search-condition {
    text-align: left;
    font-size: 1.2rem;
  }
}
.shoplist-search-condition__item:not(:last-of-type)::after {
  content: "、";
}
.shoplist__map {
  width: 100%;
  height: 100vw;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) {
  .shoplist__map {
    height: 60rem;
  }
}
.shoplist-list {
  border-top: 1px solid #ABABAB;
  margin: 2rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .shoplist-list {
    border-top: none;
  }
}
.shoplist-list__block {
  line-height: 1.6;
  border-bottom: 1px solid #ABABAB;
}
.shoplist-list__header {
  display: none;
}
@media screen and (min-width: 769px) {
  .shoplist-list__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .shoplist-list__header .shoplist-list__column--left,
  .shoplist-list__header .shoplist-list__column--right {
    background: #E0E0E0;
    justify-content: center;
    padding: 0.6rem;
  }
}
.shoplist-list__inner {
  padding: 2rem 0 3rem;
}
.shoplist-list__inner:not(:last-of-type) {
  border-bottom: 1px solid #ABABAB;
}
@media screen and (min-width: 769px) {
  .shoplist-list__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 0.1rem;
  }
}
.shoplist-list__column, .shoplist-list__column--right, .shoplist-list__column--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (min-width: 769px) {
  .shoplist-list__column--left {
    width: 38.8%;
  }
}
@media screen and (min-width: 769px) {
  .shoplist-list__column--right {
    width: calc(61.2% - 0.1rem);
    padding-left: 1.5rem;
  }
}
.shoplist-list__term {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
  gap: 0.5rem 1rem;
}
.shoplist-list__type {
  display: inline-block;
  background: #b3b3b3;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.2rem;
}
.shoplist-list-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .shoplist-list-category {
    font-size: 1.4rem;
    width: 23rem;
  }
}
.shoplist-list-category__item:not(:last-of-type)::after {
  content: "／";
}
.shoplist-list-sns {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .shoplist-list-sns {
    font-size: 1.4rem;
    width: calc(100% - 24rem);
  }
}
.shoplist-list-sns__link, .shoplist-list-sns__link--blog {
  display: block;
  width: 2.2rem;
  opacity: 0.3;
}
.shoplist-list__container {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .shoplist-list__container {
    width: calc(100% - 12rem);
    margin-top: 0;
  }
}
.shoplist-list-spec {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.2rem;
  width: 100%;
}
.shoplist-list-spec:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .shoplist-list-spec {
    font-size: 1.4rem;
    display: flex !important;
  }
}
.shoplist-list-spec__term {
  width: 9rem;
}
@media screen and (min-width: 769px) {
  .shoplist-list-spec__term {
    width: 11.5rem;
  }
}
.shoplist-list-spec__description {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .shoplist-list-spec__description {
    width: calc(100% - 11.5rem);
  }
}
.shoplist-list-activity {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: calc(100% - 9rem);
}
@media screen and (min-width: 769px) {
  .shoplist-list-activity {
    width: calc(100% - 11.5rem);
  }
}
.shoplist-list-activity__icon {
  width: 2.8rem;
}
.shoplist-list-detail__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.3s ease-in;
  opacity: 1;
  padding: 1.2rem;
  width: 100%;
  margin: 1.2rem auto 0;
  line-height: 1;
  background: #999999;
  border-radius: 0.6rem;
  color: #fff;
}
@media (any-hover: hover) {
  .shoplist-list-detail__link:hover:not([disabled]) {
    opacity: 0.7;
  }
}
.shoplist-list-detail__link:focus:not([disabled]) {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .shoplist-list-detail__link {
    max-width: 12rem;
  }
}
