@import url(reset.css);
@import url(base.css);
@import url(clearfix.css);

/* ---------------------------------------------------
 * スライドショー
 * --------------------------------------------------- */
.swiper {
  width: 700px;
  height: 310px;
}

/* 画像中央寄せ */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 左右の矢印と表示中画像のインジケータ */
:root {
  --swiper-navigation-color: #e6dabc;
  --swiper-pagination-color: #e6dabc;
}
