@charset "UTF-8";
/* ======商品一覧ページSP 基本レイアウト ====== */
.product-index h1 {
  background-color: #eae1ca;
  text-align: center;
  margin: 15px 0 30px;
  padding: 5px;
  font-weight: bold;
  font-size: 26px;
  font-family: "Hiragino Mincho ProN W3", serif;
  letter-spacing: 0.05em;
  color: #222;
}
.product-index .intro {
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 1.9;
  margin: 0 15px 50px;
}
.product-index .intro strong {
  font-weight: bold;
}
.product-index .intro span {
  border-bottom: 1px dashed #333;
  padding-bottom: 4px;
}
.product-index .category {
  margin-bottom: 80px;
}
.product-index .category h2 {
  font-size: 22px;
  font-family: "Hiragino Mincho ProN W3", serif;
  color: #333;
  border-left: 8px solid #b22222;
  padding-left: 12px;
  margin: 0 15px 25px;
  font-weight: bold;
}

/* ====== 各商品ブロック ====== */
.product-index .item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 0 15px 35px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}
.product-index .item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 18px;
}
.product-index .item-content h3 {
  font-size: 20px;
  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: 16px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 18px;
}
.product-index .item-content .note {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}

/* ====== おすすめブロック ====== */
.product-index .recommend {
  background: #fcf9f1;
  /* border-left: 4px solid #453608; */
  padding: 12px 16px;
  margin: 15px 0 10px;
  border-radius: 4px;
}
.product-index .recommend .rec-title {
  font-weight: bold;
  color: #453608;
  font-size: 16px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #453608;
}
.product-index .recommend ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.product-index .recommend ul li {
  font-size: 15px;
  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 .btn-detail {
  display: block;
  width: 180px;
  margin: 20px auto 10px;
  padding: 15px 0;
  background: #b22222;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.product-index .btn-detail:hover {
  background: #a11d1d;
}

/* ====== スライダー ====== */
.product-slider {
  padding: 50px 0;
}
.product-slider .slider-inner .slide {
  text-align: center;
  padding: 0 15px;
}
.product-slider .slider-inner .slide img {
  width: 80%;
  max-width: 180px;
  margin: 0 auto 12px;
  border-radius: 6px;
}
.product-slider .slide-caption h4 {
  font-size: 16px;
  color: #453608;
  margin-bottom: 4px;
}
.product-slider .slide-caption p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* ====== 電話サポート ====== */
.tel-support {
  background: linear-gradient(to bottom, #fcf9f1 0%, #fff 100%);
  border-bottom: 2px solid #e6ddc7;
  padding: 50px 20px;
  margin-top: 70px;
  text-align: center;
}
.tel-support img {
  width: 200px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.tel-support h3 {
  font-size: 20px;
  font-weight: bold;
  color: #453608;
  margin-bottom: 16px;
}
.tel-support p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}
.tel-support .tel-number {
  font-size: 16px;
  margin-top: 16px;
  color: #b22222;
}
.tel-support .tel-number strong {
  font-size: 28px;
  font-weight: bold;
}
.tel-support .tel-number strong a {
  color: #b22222;
  text-decoration: none;
}
.tel-support .tel-number span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
