@charset "utf-8";

.section-shopguide {
  padding-bottom: 160px;
}
.page-title-jp {
  margin-block: 70px 50px;
  text-align: center;
  font-size: 34px;
}

.txt-block{
  background:var(--bg-cardmenu);
  display: inline-block;
  margin: 0 0.2em;
  font-size:1.1em;
  padding:0.1em 0.3em 0.2em;
  line-height: 1.3;
}

.page-txt-large{
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  margin:0 auto 0.5em;
  max-width: 1120px;
}
.page-txt-notice{
  text-align: center;
  font-size:18px;
  margin:0 auto 0.5em;
}

.page-txt{
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 60px;
  font-weight: 600;
  border-bottom: 1px solid var(--border-color3);
}

.marker{
  font-weight: 800;
  font-size: 1.05em;
  display: inline; /* 改行や複数行でも崩れないようにinline*/
  background: linear-gradient(
    transparent 75%,
    var(--bg-cardmenu) 25%
  );
  margin: 0 0.2em;
}
.list-title{
  text-align: center;
  margin-bottom: 35px;
}

.shop-list {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 254px);
  gap: 50px 28px;
}
.shop-list .list-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 274px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop-list .list-image.logo {
	border: 1px solid #f5f5f5;
}
.shop-list.logo .list-image {
  border: 1px solid var(--border-color3);
}
.shop-list.logo .list-image img {
  position: relative;
  z-index: 5;
  object-fit: contain;
}
.shop-list .list-image img:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  filter: blur(20px);
  display: none;
}
.shop-list .s-open {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 14px 2px 6px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  background: var(--accent-color);
}
.shop-list .s-open::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.shop-list .s-open::after {
  top: 0;
  right: 0;
  border-width: 13px 6px 13px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.shop-list .s-category {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.shop-list .s-name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.shop-list .s-floor {
  font-size: 1.4rem;
  color: var(--accent-color);
}

.br-sp{
  display: none;
}


@media (max-width: 950px) {
  form .gojuon-list:not(.ex),
  form .floor-list:not(.ex) {
    max-width: 430px;
  }
}

@media (max-width: 767.999px) {
  .section-shopguide {
    padding-bottom: 90px;
  }

  .page-title-jp {
    margin-block: 35px 30px;
    text-align: center;
    font-size: 26px;
  }

  .txt-block{
    font-size:1.1em;
    padding:0.1em 0.4em 0.2em;
    line-height: 1.3;
    display: block;
    width: 80%;
    max-width: 500px;
    margin:0.2em auto;
  }

  .page-txt-large{
    font-size: 23px;
    margin:auto;
    padding-bottom:1em;;
    max-width: 450px;
    width: 92%;
  }

  .page-txt-notice{
    font-size: 16px;
  }

  .page-txt{
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .list-title{
    margin-bottom: 24px;
  }
  .shop-list {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    gap: 30px 20px;
    max-width: 450px;
    padding: 0 15px;
  }
  .shop-list:has(+ .btn-box) {
    padding-bottom: 40px;
  }
    .shop-list li {
    width: 274px;
    max-width: 100%;
    margin: 0;
  }
  .shop-list .list-image {
    width: 100%;
    max-width: 274px;
    margin-bottom: 10px;
  }
  .shop-list .new-shop {
    inset: -12px auto auto -12px;
    width: 65px;
  }
  .shop-list .list-text {
    font-size: 1.4rem;
  }
  .shop-list .s-open {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .shop-list .s-open span {
    display: block;
  }
  .shop-list .s-open::after {
    border-width: 15px 6px 15px 0;
  }
  .shop-list .s-category {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .shop-list .s-name {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .shop-list .s-floor {
    font-size: 1rem;
  }
  .shop-list .calendar-date {
    padding-top: 3px;
    font-size: 1.1rem;
  }
  .br-sp{
    display: block;
  }
}
