@charset "UTF-8";
/*スマホファーストの書き方*/
/*  -----------------------------
カラー登録
--------------------------------- */
/* ========================================
   Linear
======================================== */
/* ========================================
   Main
======================================== */
/* ========================================
   Sub
======================================== */
/* ========================================
   Base
======================================== */
/* ========================================
   Text
======================================== */
/* ========================================
   Accent
======================================== */
/* ========================================
   Border
======================================== */
/* ========================================
   Others
======================================== */
/* ========================================
   Btn
======================================== */
/*  -----------------------------
カテゴリの説明
--------------------------------- */
.category-description h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .category-description h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.category-description h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/deco_title_01.svg);
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .category-description h2::after {
    width: 180px;
    height: 50px;
  }
}
.category-description h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 4px 6px;
  background-color: #ccaf9b;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  margin: 24px 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .category-description h3 {
    padding: 8px 12px;
    font-size: 24px;
  }
}
.category-description h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  border-bottom: 0.8px dashed #BB9479;
  font-size: 20px;
  padding-left: 12px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .category-description h4 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.category-description h4::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 80%;
  background-color: #ccaf9b;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .category-description h4::before {
    top: 2px;
  }
}
.category-description h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a77e61;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .category-description h5 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.category-description p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .category-description p {
    margin-bottom: 40px;
  }
}
.category-description figure img {
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .category-description figure img {
    border-radius: 32px;
  }
}
.category-description a {
  color: #522D14;
  text-decoration: underline;
  transition: all 0.3s;
}
.category-description a:hover {
  opacity: 0.7;
}
.category-description ul,
.category-description ol {
  margin-bottom: 16px;
}
.category-description ul li,
.category-description ol li {
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .category-description ul li,
  .category-description ol li {
    font-size: 17px;
  }
}
.category-description ul li:not(:last-child),
.category-description ol li:not(:last-child) {
  margin-bottom: 8px;
}
.category-description ol {
  list-style: decimal;
  margin-left: 1rem;
}
.category-description ol li::marker {
  color: #ccaf9b;
}
.category-description ul li {
  padding-left: 1em;
}
.category-description ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccaf9b;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 768px) {
  .category-description ul li::before {
    top: 9px;
  }
}
.category-description figure {
  border-radius: 0;
  overflow-x: auto;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .category-description figure {
    margin-bottom: 40px;
  }
}
.category-description figure table {
  width: 100%;
  border-collapse: collapse;
}
.category-description figure thead {
  border-bottom: 4px solid #ccaf9b;
}
.category-description figure thead th {
  background-color: #f8f6f5;
  color: #a77e61;
  text-align: center;
  border: none;
  border-top: 1px solid;
}
.category-description figure tbody tr {
  border-bottom: 1px solid #f0e8e2;
}
.category-description figure tbody tr td {
  border: none;
}
.category-description figure tbody tr td:first-child {
  font-weight: bold;
}/*# sourceMappingURL=category.css.map */