.p-category-free h2{
 font-size:16px;
  margin: 40px 0 20px;
  display:block;
}


.fa-tags {
    margin-right: 8px;
}

.item-list{
border-radius: 5px;
display: inline-block;
 margin:5px 8px 5px 0;
font-size:13px;
 border: 1px solid #000;
padding: 5px 15px 6px 11px;
background:#fff; 
}

.item-list:hover {
    background-color: #f2f2f2; /* ホバー時の背景色 */
    text-decoration: none; /* 下線を削除 */
}

.qa-006 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #cfd1d3;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 1em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}


.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}


.nonstyle{
 display:none; 
}

.is-soldout span{
  text-align:center;
 display:block;
 padding: 7px;
 background:#e0e0e0;
  border-radius:5px;
}


/******************************/
/* category */
/******************************/
.p-category__ttl {
  line-height: 1.4;
  font-size: 14px;
  font-weight:bold;
  margin: 20px 0 5px 0;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
.p-category-free p{
  margin: 0 0 20px;
  display:block;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-category__ttl {
  line-height: 1.4;
  font-size: 18px;
  font-weight:bold;
  margin: 20px 0 5px 0;
}}
  
  
@media screen and (max-width: 767px) {
  .p-category__ttl {
  line-height: 1.4;
  font-size: 14px;
  font-weight:bold;
  margin: 20px 0 15px 0;
}
  .p-category-list {
    display: block;
    margin:0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
  width: 49%;
    font-size:12px;
    margin-bottom: 5px;
    display:inline-block;
    padding-left: 0;
    padding-right: 0px;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    border: 1px solid #ccc;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.p-category-list__img img{
  width: 35px;
  height: 35px;
  margin: 8px 0;
  border-radius: 5%;
  object-fit:cover;
}}


@media screen and (min-width: 768px) {
.p-category-list__img img{
  width: 110px;
  height: 110px;
  border-radius: 5%;
  object-fit:cover;
}}

.p-category-list__name{
 font-size:13px;
  padding-right:20px;
}

@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.p-category-list__name h1{
  font-size: 12px;
  font-weight:normal;
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}




<!-- ==========================
  Stylesheet　
========================== -->

body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}

/* ===================== トップテキストセクション ===================== */
.text-header-wrapper {
  padding: 1rem 0.5rem 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.text-header-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.text-header-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 768px) {
  .text-header-heading {
    font-size: 1.4rem;
  }

  .text-header-description {
    font-size: 0.95rem;
  }
}

/* ===================== 共通 ===================== */
.article-block-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.article-block-wrapper a {
  display: block;
  text-decoration: none;
  color: #0066cc;
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
}

.article-block-wrapper a::before {
  content: '＞';
  position: absolute;
  left: 0;
  top: 0;
  color: #0066cc;
  font-weight: bold;
}

.article-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.article-image {
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.article-content-area {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.article-content-box {
  background: #f9f8f6;
  border-left: 4px solid #c9ab7b;
  padding: 1rem;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.article-heading {
  font-weight: bold;
  color: #5a4337;
  margin-right: 0.5em;
  scroll-margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .article-block {
    flex-direction: column;
  }

  .article-image {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

/* ===================== 店舗紹介 ===================== */
.store-message {
  padding: 2em 1em;
  margin: 100px 0;
  text-align: left;
}

.store-description {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 649px) {
  .store-message {
    max-width: 1000px;
    margin-left: 10%;
    margin-right: auto;
    padding: 6em 1em;
  }
}

@media screen and (max-width: 648px) {
  .store-message {
    width: 100%;
    margin: 4em 0;
    padding: 1em;
  }

  .store-description {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* ===================== 目次 ===================== */
.toc-001 {
  background: #f9f6f2;
  border-left: 5px solid #a67c52;
  padding: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 1000px;
  margin: 2em auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
}

.toc-001 > div {
  font-size: 1.8em;
  font-weight: bold;
  color: #5c3b1e;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #a67c52;
  padding-bottom: 0.4em;
}

.toc-001 ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc-001 li {
  margin: 0.4em 0;
  padding-left: 1em;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.toc-001 li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #a67c52;
  font-size: 0.9em;
}

.toc-001 a {
  text-decoration: none;
  color: #333;
  font-size: 1.1em;
}

.toc-001 a:hover {
  color: #a67c52;
  text-decoration: underline;
}

@media (max-width: 647px) {
  .toc-001 {
    margin: 2em 10px;
  }

  .toc-001 ol {
    display: block;
  }

  .toc-001 li {
    width: 100%;
  }
}

@media (min-width: 648px) {
  .toc-001 ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em 2em;
  }

  .toc-001 li {
    width: calc(50% - 1em);
  }
}

/* ===================== FAQ ===================== */
.faq-section {
  max-width: 960px;
  margin: 4em auto;
  padding: 0 1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.faq-section .section-heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  border-bottom: 3px solid #c9ab7b;
  display: inline-block;
  padding-bottom: 0.3em;
}

.faq-section [itemtype="https://schema.org/Question"] {
  background: #f9f9f9;
  border-left: 4px solid #c9ab7b;
  margin-bottom: 2em;
  padding: 1.5em 1.2em;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq-section h3[itemprop="name"] {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #333;
}

.faq-section [itemprop="text"] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.faq-section a {
  color: #c9ab7b;
  text-decoration: underline;
}

.faq-section a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .faq-section .section-heading {
    font-size: 1.5rem;
  }

  .faq-section h3[itemprop="name"] {
    font-size: 1.2rem;
  }

  .faq-section [itemprop="text"] {
    font-size: 1rem;
  }
}