@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-family:
    "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
.shop-page, .shop-page * {
  box-sizing: border-box;
}
.shop-page {
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px 80px;
}
.page-title {
  text-align: center;
  padding: 20px 0 30px;
  margin-bottom: 20px;
}
.page-title__lead {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  line-height: 1.9;
  font-size: 14px;
}
.page-title p:first-child {
  color: #ea1f2e;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
}
.page-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 8px 0 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.page-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #ea1f2e;
  border-radius: 999px;
}
.section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
  position: relative;
  padding-left: 16px;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 24px;
  background: #ea1f2e;
  border-radius: 2px;
}
.store-event {
  margin-top: 40px;
}
.store-event__card {
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.store-event__image {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 6px;
}
.store-event__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.store-event__info {
  max-width: 340px;
}
.store-event__label {
  display: inline-block;
  color: #ea1f2e;
  border: 1px solid #ea1f2e;
  padding: 3px 8px;
  font-size: 12px;
  margin-bottom: 18px;
}
.store-event__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  margin-bottom: 20px;
}
.store-event__date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ea1f2e;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.03em;
}
.store-event__date i {
  width: 15px;
  height: 15px;
  color: #666;
  flex-shrink: 0;
}
.store-event__date i {
  font-size: 18px;
}
.store-event__text {
  color: #444;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
}
.store-event__note {
  margin-top: auto;
  font-size: 13px;
  color: #666;
}
.store-sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 60px;
}
.store-sns__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px;
}
.store-sns__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.store-sns__text {
  color: #666;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.store-sns__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.store-sns__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-sns__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.store-sns__sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 4px;
  line-height: 1;
}
.store-sns__image {
  flex-shrink: 0;
}
.store-sns__image img {
  width: 170px;
  height: auto;
  display: block;
}
.store-sns__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 60px;
  margin: 10px auto 0;
  color: #222;
  font-weight: 700;
  text-decoration: none;
}
.store-sns__button--instagram {
  border: 1px solid #d36c7a;
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  gap: 8px;
}
.store-sns__button--instagram:hover {
  background: #d36c7a;
  color: #fff;
}
.store-sns__button--instagram img {
  width: 18px;
  height: 18px;
}
/* ==========================

   店舗情報

========================== */
.store-info {
  margin-top: 80px;
}
.store-info__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 24px;
}
/* 写真＋店舗情報 */
.store-info__top {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start;
  margin: 0 0 20px 0;
}
.store-info__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
/* 店舗情報 */
.store-info__content {
  display: flex;
  flex-direction: column;
}
.store-info__list {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 18px;
  column-gap: 16px;
  font-size: 14px;
}
.store-info__list dt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 700;
}
.store-info__list dt i {
  width: 17px;
  font-size: 17px;
  margin-top: 2px;
  flex-shrink: 0;
  color: #222;
}
.store-info__list dd {
  line-height: 1.8;
  color: #444;
}
/* 地図 */
/* PC */
.store-info__map-pc {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.store-info__map img {
  width: 80%;
  max-width: 80%;
}
.store-info__map-sp {
  display: none;
}
/* ボタン */
.store-info__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.store-info__button--map {
  grid-column: 1 / -1;
}
.store-info__button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  font-weight: 700;
  transition: 0.25s;
}
.store-info__button:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.store-payment {
  margin-top: 80px;
}
.store-payment__title {
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.store-payment__title:first-child {
  margin-top: 0;
}
.store-payment__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 24px;
}
.store-payment__logos {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.store-payment__logos img {
  max-height: 35px;
  width: auto;
  display: block;
	margin: 0 auto;
}
.store-payment__text {
  width: 100%;
  margin-top: 20px;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}
.store-news {
  margin-top: 80px;
}
.store-news__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.store-news__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
}
.store-news__image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}
.store-news__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.store-news__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}
.store-news__label {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}
.store-news__label--open {
  color: #ea1f2e;
  border: 1px solid #ea1f2e;
}
.store-news__label--coming {
  color: #666;
  border: 1px solid #bbb;
}
.store-news__event {
  font-weight: 700;
  line-height: 1.4;
  min-height: 2.8em;
  margin: 10px 0;
}
.store-news__text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  min-height: 3.2em; /* ←説明も2行分確保 */
  margin-bottom: 20px;
}
.store-news__textall {
  text-align: center;
  margin-top: 20px;
  color: #444;
  font-size: 13px;
  line-height: 1.8;
}
.store-news__link {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  margin-top: auto;
}
.store-news__button {
  height: 46px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .shop-page {
    width: 100%;
  }
  .store-event__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .store-event__info {
    max-width: 100%;
  }
  .store-info__card {
    padding: 20px;
  }
  .store-info__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .store-info__list {
    grid-template-columns: 32px 1fr;
    row-gap: 16px;
  }
  .store-info__list dt {
    justify-content: center;
  }
  .store-info__list dt span {
    display: none;
  }
  .store-info__map {
    margin-top: 24px;
  }
  .store-info__map img {
    width: 100%;
    max-width: 100%;
  }
  .store-info__links {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .store-info__button--map {
    grid-column: auto;
  }
  .store-news__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .store-sns {
    grid-template-columns: 1fr; /* スマホでは横並びをやめて1列（縦並び）にする */
    gap: 20px; /* カード同士の上下の隙間を少し広げる */
    margin-top: 40px;
  }
  .store-sns__card {
    width: 100%;
    box-sizing: border-box;
  }
  /* もし「公式Instagram」などのボタンが横にはみ出る場合は、幅を100%可変にする */
  .store-sns__button {
    width: 100%;
    max-width: 232px; /* ボタンが広がりすぎないように最大幅を制限 */
    margin: 16px auto 0;
  }
  .store-sns__header {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .store-sns__image {
    width: 100%;
    height: auto;
    margin-right: 0;
    justify-content: center;
  }
  .store-sns__image img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    height: auto;
  }
  .store-info__card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "map"
      "links";
  }
  .store-info__map-pc {
    display: none;
  }
  .store-info__map-sp {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}