@charset "UTF-8";
/* =====================
	南西食品
	店舗一覧ページ
 ======================= */
.shoplist_item {
  padding-bottom: 160px;
  position: relative;
}

.shoplist_item:last-child {
  padding-bottom: 0;
}

.shoplist_pic {
  margin-top: 64px;
}

.shoplist_container {
  background: #fafafa;
  padding: 64px;
  margin-top: 24px;
}

.shoplist_container h3 {
  background: #B73284;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 40px;
  margin: 0 0 16px;
  display: inline-block;
}

.shoplist_container a {
  color: #B73284;
  text-decoration: underline;
}

.shoplist_container a:hover {
  opacity: 0.7;
}

.shoplist_container a.insta_link {
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}

.shoplist_container a.insta_link img {
  vertical-align: middle;
  width: 31px;
  margin-right: 12px;
  display: inline-block;
}

.shoplist_container_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.shoplist_container_in .txt_box {
  width: 49.31193%;
}

.shoplist_container_in .map_box {
  width: 41.2844%;
  padding-top: 27.52294%;
  position: relative;
}

.shoplist_container_in .map_box iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.shoplist #shop {
  z-index: 2;
}

.shoplist #truck {
  z-index: 1;
}

.shoplist #truck:before {
  content: "";
  width: 582px;
  height: 456px;
  background: url(../images/shoplist/kitchencar.png) no-repeat right center/contain;
  position: absolute;
  right: 0;
  top: -225px;
  z-index: -1;
}

.shoplist #truck .shoplist_container h3 {
  background: #544645;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  .shoplist {
    background-size: 260px;
  }
  .shoplist_item {
    padding-bottom: 64px;
  }
  .shoplist_pic {
    margin-top: 32px;
  }
  .shoplist_container {
    padding: 20px;
    margin-top: 24px;
  }
  .shoplist_container h3 {
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 10px;
    min-width: 171px;
    text-align: center;
  }
  .shoplist_container a .insta_link {
    margin-top: 20px;
  }
  .shoplist_container_in .txt_box {
    width: 100%;
  }
  .shoplist_container_in .map_box {
    width: 100%;
    padding-top: 210px;
    margin-top: 20px;
  }
  .shoplist #truck:before {
    width: 188px;
    height: 146px;
    top: -60px;
    right: 10px;
  }
}
