/* ===================================
   ���Z�b�g
=================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF5EA;
  color: #000;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}


/* ===================================
   �w�b�_�[
=================================== */
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ������ */
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 20px;
}

.brand {
  flex-shrink: 0;
}

.brand a {
  display: block;
  flex-shrink: 0;
}

.brand img {
  display: block;
  width: auto;
  height: 50px;
  max-width: none;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .brand {
    flex-shrink: 0;
  }

  .brand a {
    display: block;
    flex-shrink: 0;
  }

  .brand img {
    width: auto;
    height: 42px;
    max-width: none;
  }
}
/* ���j���[ */
#mainNav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-menu {
  display: flex;
  list-style: none;
  gap: 25px;
}

.main-menu a {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

/* �n���o�[�K�[ */
#menuToggle {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}


/* ===================================
   �E���{�^��
=================================== */
.header-buttons {
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-tel {
  width: 250px;
}

.header-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FF5900;
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.header-tel a:hover {
  opacity: 0.85;
}

.tel-number {
  font-size: 22px;
  font-weight: bold;
}

.tel-sub {
  font-size: 12px;
}

.tel-time {
  font-size: 11px;
}


/* ===================================
   �q�[���[�X���C�_�[
=================================== */
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider-track {
  display: flex;
  width: 100%;
}

.hero-slider-track img {
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}

/* �X���C�_�[��� */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.hero-left {
  left: 20px;
}

.hero-right {
  right: 20px;
}


/* ===================================
   �Z�N�V����
=================================== */
.section {
  padding: 60px 20px;
  text-align: center;
}

.sec-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.lead {
  color: #666;
  line-height: 1.8;
}


/* ===================================
   2�J����
=================================== */
.split {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split img {
  border-radius: 20px;
}


/* ===================================
   ���j���[�Љ�
=================================== */
.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.product {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product .img {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.product img {
  object-fit: contain;
}

.product .body {
  padding: 15px;
}

.price {
  font-weight: bold;
  margin-top: 10px;
}
.product ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
}

.product li {
  margin-bottom: 4px;
}

/* ===================================
   �t�b�^�[
=================================== */
footer {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

#backToTop {
  background: #FF5900 !important;
  color: #fff !important;
}

/* ===================================
   �X�}�z
=================================== */
@media (max-width: 768px) {

  #menuToggle {
    display: block;
  }

  #mainNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding-top: 80px;
    transition: 0.3s;
  }

  #mainNav.active {
    right: 0;
  }

  .main-menu {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .split {
    flex-direction: column;
  }

  .products {
    grid-template-columns: 1fr;
  }

  .header-buttons {
    display: none;
  }
}


/* =========================
   �X�}�z�p�X���C�_�[����
========================= */
@media (max-width: 768px) {

  .hero-slider {
    position: relative;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .hero-slider-track {
    height: auto;
  }

  .hero-slider-track img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .hero-left {
    left: 10px;
  }

  .hero-right {
    right: 10px;
  }
}

/* =========================
   ブログ部分用スタイル
========================= */
.blog-section {
    margin-top: 40px;
    padding: 20px;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch; /* ← これでカードの高さを自動で揃えます */
}
.blog-item {
    width: calc(33.333% - 14px);
    display: flex;
    flex-direction: column; /* ← 中身を縦に並べる */
    border: 1px solid #eee;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 180px;      /* ← 高さを固定する */
    object-fit: cover;  /* ← 縦横比を維持したまま枠いっぱいに切り抜く */
    display: block;
}
.blog-content {
    padding: 15px;
    flex-grow: 1;       /* ← 余ったスペースを埋めて、下のラインを揃える */
    display: flex;
    flex-direction: column;
}

/* =========================
   ブログ表示部分用スタイル
========================= */

.entry-content {
    max-width: 800px; /* 読みやすい幅に制限 */
    margin: 40px auto;
    padding: 0 20px;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.entry-meta {
    color: #666;
    margin-bottom: 20px;
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.entry-body {
    line-height: 1.8;
    font-size: 1.1rem;
}

.back-to-home {
    text-align: center;
    margin: 50px 0;
}
/* =========================
   ブログ表示部分用スタイル
========================= */
.blog-view-more {
    text-align: center;
    margin-top: 40px;
}

.btn-more {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #333; /* サイトのメインカラーに合わせて変更してください */
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px; /* 丸みをつけて柔らかい印象に */
    transition: all 0.3s ease;
}

.btn-more:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px); /* 少し浮き上がる演出 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 外側のコンテナ：枠線を消す */
.my-pagination {
    text-align: center;
    margin: 50px 0;
    border: none !important;      /* 枠線を強制的に消す */
    background: none !important;  /* 背景色もなしにする */
    padding: 0 !important;        /* 余計な内白を消す */
}

/* 内部のul：ここも枠線を消す */
.my-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none !important;      /* 枠線を消す */
    background: none !important;  /* 背景色を消す */
    box-shadow: none !important;  /* 影があれば消す */
}

/* 各リスト項目 */
.my-pagination li {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    border: none !important;      /* liに枠線がついている場合も考慮 */
}

/* 数字やボタン自体の見た目（ここは維持） */
.my-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;       /* この枠線だけ残す */
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

/* 現在のページ */
.my-pagination .page-numbers.current {
    background: #333;
    color: #fff;
    border-color: #333;
}