/* Sass Document */
@media (min-width: 840px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.o-shoplist {
  gap: 4rem;
  margin: 0 1rem;
}
@media screen and (max-width: 840px) {
  .o-shoplist {
    gap: 2.6666666667vw;
    margin: 0;
  }
}
.o-shoplist .in {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 840px) {
  .o-shoplist .in {
    width: calc((100% - 2.6666666667vw) / 2);
    padding: 0;
  }
}
.o-shoplist .in .top {
  padding: 2.5rem 2rem 2.8rem;
  border: 0.1rem solid #EBEBEB;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top {
    padding: 2.6666666667vw;
  }
}
.o-shoplist .in .top .title02 {
  padding-bottom: 2.22rem;
  margin-bottom: 1.98rem;
  font-size: 2.3rem;
  color: #2F873E;
  font-weight: 600;
  border-bottom: 0.1rem solid #2F873E;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .title02 {
    padding-bottom: 0;
    margin-bottom: 1.6vw;
    font-size: 3.4666666667vw;
    text-align: center;
    border-bottom: none;
  }
}
.o-shoplist .in .top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.o-shoplist .in .top .flex figure {
  width: 16rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .flex figure {
    width: 100%;
  }
}
.o-shoplist .in .top .flex figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-shoplist .in .top .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .flex .text {
    width: 100%;
  }
}
.o-shoplist .in .top .flex .text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.o-shoplist .in .top .flex .text .tel {
  display: block;
}
.o-shoplist .in .top .flex .text .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.62rem;
  margin-top: 2rem;
  font-size: 2.9rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .flex .text .tel a {
    gap: 1.04vw;
    margin-top: 1.6vw;
    font-size: 4.5333333333vw;
  }
}
.o-shoplist .in .top .flex .text .tel a img {
  width: 1.89rem;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top .flex .text .tel a img {
    width: 3.136vw;
  }
}
.o-shoplist .in .top .flex .text .tel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.o-shoplist .in .top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .top dl {
    display: none;
  }
}
.o-shoplist .in .top dl dt {
  font-size: 1.5rem;
  font-weight: 600;
}
.o-shoplist .in .top dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.o-shoplist .in .top dl dd span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.1rem;
  padding: 0 0.6rem;
  font-size: 1.1rem;
}
.o-shoplist .in .top dl.red dt {
  color: #E3463F;
}
.o-shoplist .in .top dl.red dd span {
  color: #E3463F;
  border: 0.1rem solid #E3463F;
}
.o-shoplist .in .top dl.green {
  margin-top: 2rem;
}
.o-shoplist .in .top dl.green dt {
  color: #40903D;
}
.o-shoplist .in .top dl.green dd span {
  color: #40903D;
  border: 0.1rem solid #40903D;
}
.o-shoplist .in .btn_more {
  margin-bottom: 0;
}
.o-shoplist .in .btn_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.93rem;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background: #2F873E;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .btn_more a {
    gap: 2.3466666667vw;
    height: 8.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.o-shoplist .in .btn_more a img {
  width: 1.8rem;
}
@media screen and (max-width: 840px) {
  .o-shoplist .in .btn_more a img {
    width: 3.8026666667vw;
  }
}
.o-shoplist .in .btn_more a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#home .shop_list_area {
  padding: 8rem 0 11rem;
  margin-bottom: 0;
}