@charset "utf-8";
/*
Theme Name: GENESIS Child
Template: genesis_tcd103
Description: GENESIS (TCD103) child theme for sophiate.co.jp
Version: 1.0.0
*/

/* ── カスタム CSS（親テーマ style.css lines 1-26 から移動） ── */

.news_category_button .swiper-wrapper {
  width: max-content;
}
.news_category_button .swiper-slide {
  width: auto;
  flex-shrink: 0;
  margin-right: 12px;
}
.news_category_button .item a {
  display: block;
  padding: 10px 16px;
  background: #f5f5f5;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
}
.news_category_scrollbar {
  height: 4px;
  background: #ddd;
}

body {
    font-family: Lato, Roboto, Domine, '新ゴ M JIS2004', '新ゴ DB JIS2004', Inter, 'Zen Kaku Gothic New', sans-serif;
}
