.mainContents {
  max-width: var(--width474);
  margin: auto;
  padding-top: 30px;
  padding-bottom: 0;
}
.mainContents .page-ttl {
  font-size: 1em;
  margin-bottom: 45px;
  text-align: center;
}
.mainContents .shopArea__nav {
  margin-bottom: 45px;
}
.mainContents .shopArea__nav__list {
  display: flex;
  gap: var(--spacing15);
  flex-wrap: wrap;
}
.mainContents .shopArea__nav__list:not(:last-child) {
  margin-bottom: 45px;
}
.mainContents .shopArea__nav__link {
  text-transform: uppercase;
}
.mainContents .shopArea__nav__link.active {
  font-weight: bold;
}
.mainContents .shopArea__nav__link:not(.active) .shop-count {
  display: none;
}
.mainContents .shopArea__nav__block:not(.active) {
  display: none;
}
.mainContents .shopArea__block:not(.active) {
  display: none;
}
.mainContents .shopArea .shop-section-list .shop-section:not(.active) {
  display: none;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block:not(:last-child) {
  margin-bottom: 45px;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name {
  display: flex;
  align-items: center;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name:before {
  content: "";
  display: block;
  background: url(https://www.ambushdesign.com/assets/front/img/icon/ico-down.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 4px;
  margin-right: var(--spacing15);
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name__hover-txt {
  margin-left: auto;
  display: none;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name:not(.on):hover:before {
  background: url(https://www.ambushdesign.com/assets/front/img/icon/ico-down-bold.svg) no-repeat;
  background-size: contain;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name:not(.on):hover .shop-block__name__hover-txt {
  display: unset;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name.on {
  font-weight: bold;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__name.on:before {
  background: url(https://www.ambushdesign.com/assets/front/img/icon/ico-up-bold.svg) no-repeat;
  background-size: contain;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__map {
  margin-top: var(--spacing15);
  position: relative;
  height: 340px;
  display: none;
}
@media (min-width: 64em) {
  .mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__map {
    height: 450px;
  }
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__map.show {
  display: block;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainContents .shopArea .shop-section-list .shop-section .shop-list .shop-block__info {
  padding-left: 23px;
}
