.c-local-container {
  padding: 0 20px 100px;
}
.c-local-container--shoplist, .c-local-container--shopdetail {
  padding-bottom: 0;
}

.shopguide-nav {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto;
}
.shopguide-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  background: #DAF5A2;
  border-radius: 99px;
  color: #009342;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .shopguide-nav a {
    width: 43.2vw;
    height: 66px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.25;
  }
}
.shopguide-nav a.current {
  background: #009342;
  color: #fff;
}

.floor-nav {
  display: flex;
  justify-content: space-between;
  max-width: 382px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .floor-nav {
    margin: 20px auto 0;
  }
}
.floor-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #DAF5A2;
  border-radius: 100%;
  color: #009342;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .floor-nav a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 1.2rem;
    text-align: center;
  }
}
.floor-nav a.current {
  background: #009342;
  color: #fff;
}

.floor-map {
  max-width: 718px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .floor-map {
    margin: 20px -20px 0;
  }
}

.shopsearch {
  position: relative;
  max-width: 430px;
  height: 50px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .shopsearch {
    height: 40px;
  }
}
.shopsearch__input {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #86C900;
  border-radius: 99px;
}
.shopsearch__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
@media (max-width: 768px) {
  .shopsearch__btn {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .c-btn-nav {
    margin-top: 30px;
  }
}

.shop-box {
  padding: 90px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .shop-box {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.shop-box.wysiwyg {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .shop-box.wysiwyg {
    margin-top: 60px;
  }
}
.shop-box .shopdate {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .shop-box .shopdate {
    flex-direction: column-reverse;
  }
}
.shop-box .shopdate .pic {
  max-width: 320px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .pic {
    margin: 40px 0 0;
  }
}
.shop-box .shopdate .pic__slider .swiper-slide {
  background: #fff;
}
.shop-box .shopdate .pic__slider img {
  width: 100%;
  aspect-ratio: 590/442;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-box .shopdate .pic__thumbs-slider {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .pic__thumbs-slider {
    margin-top: 8px;
  }
}
.shop-box .shopdate .pic__thumbs-slider img {
  width: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-box .shopdate .data {
  flex: 1;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data {
    margin-top: 20px;
  }
}
.shop-box .shopdate .data__head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head {
    flex-direction: column;
  }
}
.shop-box .shopdate .data__head .logo {
  max-width: 120px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .logo {
    margin: 0 auto;
  }
}
.shop-box .shopdate .data__head .shopinfo {
  flex: 1;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .shopinfo {
    margin-top: 10px;
  }
}
.shop-box .shopdate .data__head .shopinfo .meta {
  display: flex;
}
.shop-box .shopdate .data__head .shopinfo .meta__floor {
  color: #ff6521;
  font-weight: 900;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .shopinfo .meta__floor {
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.shop-box .shopdate .data__head .shopinfo .meta__floor::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  background: #009342;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .shopinfo .meta__floor::before {
    width: 2.8346666667vw;
  }
}
.shop-box .shopdate .data__head .shopinfo .meta__category {
  color: #009342;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .shopinfo .meta__category {
    font-size: 1.2rem;
  }
}
.shop-box .shopdate .data__head .shopinfo .shopname {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__head .shopinfo .shopname {
    margin-top: 10px;
  }
}
.shop-box .shopdate .data__intro {
  margin-top: 30px;
  border-top: 2px solid #EDF5DC;
  padding-top: 30px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__intro {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.2rem;
  }
}
.shop-box .shopdate .data__sns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__sns {
    justify-content: center;
    margin-top: 20px;
  }
}
.shop-box .shopdate .data__sns__title {
  margin-right: 10px;
  color: #009342;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.shop-box .shopdate .data__sns a {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .shop-box .shopdate .data__sns a {
    margin: 7.5px;
  }
}
.shop-box .shopdate .data__sns .facebook {
  width: 30px;
  aspect-ratio: 30/30;
}
.shop-box .shopdate .data__sns .twitter {
  width: 29.25px;
  aspect-ratio: 29.25/30;
}
.shop-box .shopdate .data__sns .line {
  width: 29.25px;
  aspect-ratio: 29.25/30;
}
.shop-box .shopdate-tb {
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .shop-box .shopdate-tb {
    margin-top: 30px;
  }
}
.shop-box .shopdate-tb th, .shop-box .shopdate-tb td {
  padding: 18px 0;
  border-top: 1px solid #EDF5DC;
  letter-spacing: 0.02em;
}
.shop-box .shopdate-tb th {
  width: 220px;
  padding-right: 10px;
  color: #009342;
}
@media (max-width: 768px) {
  .shop-box .shopdate-tb th {
    width: 105px;
  }
}
.shop-box .shopdate-tb a {
  color: #ff6521;
  text-decoration: underline;
}

.c-btn1.shopguide-detail {
  width: 220px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .c-btn1.shopguide-detail {
    width: 180px;
  }
}
.c-btn1.shopnews-index {
  width: 280px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .c-btn1.shopnews-index {
    margin: 30px auto 0;
    width: 240px;
  }
}
/*# sourceMappingURL=map/shopguide.css.map */