nav ul li {
  display: none;
}

.swiper {
  width: 100%;
  margin: 0 10px;
  /* 左右の余白を追加 */
  --swiper-theme-color: #5c1c1c;

}

.swiper-slide {
  display: flex;
  align-items: center;
  /* 垂直方向の中央寄せ */

}

.swiper-slide img {
  max-width: 100%;
  /* 必要に応じて画像サイズを調整 */
}

.concept {
  display: block;
  /* ブロック要素にすることで幅を100%にする */
  width: 80%;
  /* 幅を100%に設定 */
  justify-content: center;
  /* 水平方向の中央寄せ */
  align-items: center;
  /* 垂直方向の中央寄せ */
}



.concept-img {
  /* min-width: 50%; */
  width: 100%;
  text-align: center;
  max-width: 50%;
  /* 必要に応じて画像サイズを調整 */
}



h2 {
  padding: 30px;
  text-align: center;
  /* テキスト中央寄せ */
}

.event img {
  min-width: 50%;
  margin: 0 auto;
}


.shop-info {
  display: block;
  /* ブロック要素にすることで幅を100%にする */
  width: 100%;
  /* 幅を100%に設定 */
  justify-content: center;
  /* 水平方向の中央寄せ */
  align-items: center;
  /* 垂直方向の中央寄せ */
  margin: auto;
  /* 中央寄せ */
}

.shop-info img {
  max-width: 80%;
  /* 必要に応じて画像サイズを調整 */
  margin: 1rem auto;
  /* 上下の余白を追加 */
}