.contents .momiji_h4 {
  margin-bottom: 2rem;
}

.momiji_h4 span {
  border-bottom: dashed rgba(226 66 31 / 1) 2px;
  padding-bottom: 0.2rem;
  padding-left: 1.8rem;
  position: relative;
}

.momiji_h4 span::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #e2421f;
  box-shadow: 0.4em 0.4em 0 -0.1em #e78f7b;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 高尾山商店会 – 店舗2列レイアウト */
.shopListTwoCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.shopCard {
  width: calc(50% - 12px);
  font-size: 0.95rem;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  padding: 20px 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border: 1px solid #eee;
}

.shopCard h5 {
  margin: 0;
  font-size: 20px;
}

.shopCard-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.shopCard-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.shopCard-genre {
  font-size: 0.9rem;
  font-weight: 600;
}

.shopCard-lead {
  margin: 4px 0 1rem;
  font-size: 0.75rem;
}

.shopCard-body {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Hiragino", "Meiryo", sans-serif;
}

.shopCard-photo {
  width: 42%;
  margin: 0;
}

.shopCard-photoInner {
  width: 100%;
  height: auto;
  padding-top: 0;
  background: #000;
  border-radius: 6px;
}

.shopCard-photoInner img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.shopCard-info {
  width: 55%;
}

.shopCard-info-full {
  width: 100%;
}

.shopCard-info dl {
  margin: 0;
}

.shopCard-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid floralwhite;
}

.shopCard-row dt {
  padding: 4px 6px;
  color: #333;
  font-size: 0.8rem;
  text-align: center;
  min-width: 50px;
  background-color: antiquewhite;
}

.shopCard-row dd {
  flex: 1;
  margin: 0 !important;
  padding: 4px 0 4px 4px;
  font-size: 12px;
}

.shopCard-row:last-child dd {
  border-bottom: none;
}

div:after {
  content: none;
}

/* 共通：ボタンの見た目 */
.shopMoreWrap {
  text-align: center;
  margin-top: 16px;
}

.shopMoreBtn,
.shopCloseBtn {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.9rem;
  margin: 4px;
}

/* SPでだけ「3件＋もっと見る」にする */
@media screen and (max-width: 767px) {
  .shopCard.is-hidden {
    display: none;
  }
}

/* PCでは全部表示＆ボタン非表示 */
@media screen and (min-width: 768px) {
  .shopCard.is-hidden {
    display: block;
  }
  .shopMoreWrap {
    display: none;
  }
}

/* 900px以下：カードは2列のまま、画像＋情報だけ縦並び */
@media screen and (max-width: 900px) {
  .shopCard-body {
    flex-direction: column;
  }

  .shopCard-photo,
  .shopCard-info {
    width: 100%;
  }
}

/* スマホ時は1列表示にしておく */
@media screen and (max-width: 600px) {
  .shopCard {
    width: 100%;
  }

  .shopCard-body {
    flex-direction: column;
  }

  .shopCard-photo,
  .shopCard-info {
    width: 100%;
  }
}
/* ====== モーダル ====== */
.shopModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.shopModal.is-open {
  display: block;
}

.shopModal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.shopModal-dialog {
  position: relative;
  max-width: 960px;
  width: 92%;
  max-height: 90vh;
  margin: 40px auto;
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.shopModal-heading {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

.shopModal-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 8px 4px 0;
}

/* モーダル用カード：横幅100％にして縦並び */
.shopListModal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shopCard--modal {
  width: 100%;
}

/* 閉じるボタン */
.shopModal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: #eee;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

/* モーダル表示中は背景スクロール止める用 */
body.is-fixed {
  overflow: hidden;
}

/* モーダルとは別の old 「閉じる」ボタンは使わないので消しておく */
.shopCloseBtn {
  display: none !important;
}
