@charset "UTF-8";
/* ====== 商品一覧　基本レイアウト ====== */
.product-index h1 {
background-color: #eae1ca;
  text-align: center;
  margin: 15px 0 30px;
  padding: 5px;
  font-weight: bold;
  font-size: 34px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  color: #222;
}
.product-index .intro {
  text-align: center;
  font-size: 18px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 70px;
}
.product-index .intro strong {
  font-weight: bold;
}
.product-index .intro span {
  border-bottom: 1px dashed #333;
  padding-bottom: 5px;
}

.product-index .category {
  margin-bottom: 100px;
}
.product-index .category h2 {
  font-size: 32px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  border-left: 10px solid #b22222;
  padding-left: 14px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* ====== 各商品ブロック ====== */
.product-index .item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: 0.3s;
}
.product-index .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
.product-index .item img {
  width: 300px;
  height: auto;
  flex-shrink: 0;
  border-radius: 6px;
}
.product-index .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-index .item-content h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
border-bottom: 1px solid #333;
    padding-bottom: 5px;
}
.product-index .item-content h3 a {
  color: #222;
  text-decoration: none;
}
.product-index .item-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 20px;
}
.product-index .item-content .note {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}

/* ====== おすすめブロック ====== */
.product-index .recommend {
  background: #fcf9f1;
  /*border-left: 4px solid #453608;*/
  padding: 14px 18px;
  margin: 20px 0 10px;
  border-radius: 4px;
}
.product-index .recommend .rec-title {
  font-weight: bold;
  color: #453608;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #453608;
}
.product-index .recommend ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.product-index .recommend ul li {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
}
.product-index .recommend ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #453608;
  font-weight: bold;
}

/* ====== ボタン調整 ====== */
.product-index .item-content .btn-detail {
  align-self: flex-end;
  display: inline-block;
  padding: 10px 26px;
  background: #b22222;
  color: #fff;
  border-radius: 4px;
  font-size: 17px;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 10px;
}
.product-index .item-content .btn-detail:hover {
  background: #a11d1d;
}

/* ====== スライダー ====== */
.product-slider {
  padding: 70px 0;
}
.product-slider .slider-inner .slide {
  text-align: center;
  padding: 0 15px;
}
.product-slider .slider-inner .slide img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 12px;
  border-radius: 6px;
}
.product-slider .slide-caption h4 {
  font-size: 18px;
  color: #453608;
  margin-bottom: 6px;
}
.product-slider .slide-caption p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.slick-list {
    margin: 0 0 50px;
}
/* 電話サポートエリア */
.tel-support {
 /* background: #fcf9f1;*/
  background: linear-gradient(to bottom, #fcf9f1 0%, #fff 100%);
  border-bottom: 2px solid #e6ddc7;
  padding: 60px 0;
  margin-top: 80px;
}
.tel-support .tel-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tel-support .tel-image img {
  width: 240px;
  border-radius: 8px;
}
.tel-support .tel-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #453608;
  margin-bottom: 18px;
}
.tel-support .tel-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
}
.tel-support .tel-text .tel-number {
  font-size: 18px;
  margin-top: 18px;
  color: #b22222;
}
.tel-support .tel-text .tel-number strong {
  font-size: 30px;
  font-weight: bold;
}
.tel-support .tel-text .tel-number span {
  font-size: 14px;
  color: #666;
}