﻿[data-pageID] * {
  box-sizing: border-box;
  position: relative;
  /* font: inherit; */
}

#static_wrap[data-pageID="shoplist"] {
  overflow: unset;
  transform: translate3d(0, 0, 0);
}

/* [data-pageID="shoplist"] .hero {
  background: url("../img/shop_hero.jpg") no-repeat;
  background-size: 100% 100%;
  position: sticky;
  top: 0;
  z-index: -1;
}

[data-pageID="shoplist"] .hero-wrap .section__ttl {
  color: var(--color-font-wht);
}

[data-pageID="shoplist"] .hero-wrap .section__ttl::before {
  background: url("https://mucha.mash-cdn.com/Contents/ImagesPkg/mucha/common/star_wht.svg") center/contain no-repeat;
}

[data-pageID="shoplist"] .hero-wrap {
  position: relative;
  height: 64rem;
  padding-top: 33.2rem;
} */

[data-pageID] .pageContent,
#static_wrap[data-pageID="shoplist"] .static.pageContent {
  padding-top: 21rem;
  padding-bottom: 12rem;
  z-index: 1;
  background: url("https://mucha.mash-cdn.com/Contents/ImagesPkg/mucha/top/keyvisual_layer_pc.png") center/cover repeat var(--color-bg-main);
  background-size: contain;
  background-attachment: fixed;
}

#static_wrap .static__inner {
  max-width: 988px;
  width: 98.8rem;
  margin: auto;
  padding: 0;
}

.shop_list {
  letter-spacing: 0.08em;
  font-family: var(--font-jp);
  color: var(--color-main);
}

.shop_item {
  display: flex;
  justify-content: space-between;
}

.shop_list .item_inner {
  width: 48.2341069627%;
}

.shop_list .shop_item:nth-of-type(n + 2) {
  margin-top: 7.6rem;
  padding-top: 9.6rem;
  background-image: url(../../../Contents/ImagesPkg/common/pc_line.svg);
  background-size: 98.8rem 1.5rem;
  background-repeat: no-repeat;
  background-position-x: center;
}

.shop_list .shop_item:nth-of-type(n + 2) td {
  padding-top: 8rem;
}

.shop_item .new {
  color: #a50d07;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.shop_list .item_ttl {
  margin-top: -1.4rem;
  margin-bottom: 2.2rem;
  font-size: 2.4rem;
  line-height: 2;
}

.shop_list .item_add {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 2;
}

.shop_list .item_info::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1.7rem;
  background-image: url(../../../Contents/ImagesPkg/common/icon_asterisk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shop_list .item_info li {
  font-size: 1.4rem;
  line-height: 2;
}

.shop_list .item_info li+li {
  margin-top: 1rem;
}

.shop_list .item_info li.item_info-map {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
}

.shop_list .item_info li.item_info-map:not(.including-map)::before {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.4rem;
  margin-right: 0.4rem;
  margin-top: 0.3rem;
  background-image: url(../../../Contents/ImagesPkg/common/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shop_list .item_info li.item_info-map.including-map {
  margin-top: 1.7rem;
}


@media (max-width: 767px) {
  /* [data-pageID="shoplist"] .hero {
    background: url("../img/shop_hero_sp.jpg") no-repeat;
    background-size: cover;
  }

  [data-pageID="shoplist"] .hero-wrap {
    position: relative;
    height: calc(480 * (100vw / 375));
    padding-top: calc(237 * (100vw / 375));
  } */

  [data-pageID] .pageContent,
  #static_wrap[data-pageID="shoplist"] .static.pageContent {
    padding-top: calc(140 * (100vw / 375));
    padding-bottom: calc(80 * (100vw / 375));
    background: url(https://mucha.mash-cdn.com/Contents/ImagesPkg/mucha/top/keyvisual_layer_sp.png) center/cover repeat var(--color-bg-main);
    background-size: contain;
  }

  #static_wrap .static__inner {
    max-width: none;
    width: calc(336 * (100vw / 375));
    margin: 0 auto;
  }

  .shop_item {
    flex-direction: column-reverse;
  }

  .shop_list .item_inner {
    width: 100%;
  }

  .shop_list .shop_item:nth-of-type(n + 2) {
    margin-top: calc(47 * (100vw / 375));
    padding-top: calc(62 * (100vw / 375));
    background-image: url(../../../Contents/ImagesPkg/common/sp_line.svg);
    background-size: calc(336 * (100vw / 375)) calc(15 * (100vw / 375));
  }

  .shop_list .item_img {
    margin: calc(22 * (100vw / 375)) 0;
  }

  .shop_item .new {
    font-size: calc(14*(100vw / 375));
    margin-bottom: calc(7* (100vw / 375));
  }

  .shop_list .item_ttl {
    margin-top: 0;
    margin-bottom: calc(23 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    line-height: 2.25;
  }

  .shop_list .item_add {
    margin-bottom: calc(33 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .shop_list .item_info::before {
    width: calc(15 * (100vw / 375));
    height: calc(15 * (100vw / 375));
    margin-bottom: calc(15 * (100vw / 375));
  }

  .shop_list .item_info li {
    font-size: calc(14 * (100vw / 375));
  }

  .shop_list .item_info li+li {
    margin-top: calc(10 * (100vw / 375));
  }

  .shop_list .item_info li.item_info-map::before {
    width: calc(11 * (100vw / 375));
    height: calc(14 * (100vw / 375));
    margin-right: calc(4 * (100vw / 375));
    margin-top: calc(3 * (100vw / 375));
  }

  .shop_list .item_info li.item_info-map.including-map {
    margin-top: calc(17 * (100vw / 750));
  }
}