/** Shopify CDN: Minification failed

Line 256:19 Expected ":"

**/
[id] {
    scroll-margin-top: 140px; /* PC用ヘッダーの高さ */
}
html {
    scroll-behavior: smooth;
}
.product__description {
    margin-top: 80px !important;
}
.pf-section {
    max-width: 600px;
    margin: 0 auto 70px;
    font-family: Arial, sans-serif;
}
.pf-ttl {
    font-size: 34px !important;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.pf-main {
    display: flex;
    flex-direction: column;
}
.pf-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.pf-txt{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.pf-txt strong {
    font-weight: bold;
}
.kdwr-wrap {
    background-image: url('/cdn/shop/files/bg_washi.jpg?v=1726060885');
    background-repeat: repeat;
    background-size: cover;
    padding: 30px 40px;
}
.kdwr-item {
    max-width: 800px;
    margin: 0 auto 50px;
}
.kdwr-num {
    margin-bottom: 0;
    color: #B57F11;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 23px;
    font-weight: bold;
}
.kdwr-ttl {
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
    font-size: 34px !important;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.kdwr-main {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
}
.kdwr-img {
    width: 50%;
    height: auto;
}
.kdwr-txt {
    width: 50%;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
.kdwr-item:nth-child(even) .kdwr-main {
    flex-direction: row;
}
.voice-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}
.voice-title {
    margin-bottom: 20px;
    font-size: 34px !important;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    text-align: center;
}
.voice-intro {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
.voice-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.voice-header img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.voice-rating {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFA837;
}
.voice-highlight {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.4;
}
.voice-date {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    color: #999999;
}
.voice-content {
    margin: 10px 0;
    line-height: 1.6;
}
.caution-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.caution-header {
    background-color: #F6881F;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    justify-content: center;
}
.caution-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.caution-content {
    background-color: #FFF;
    border: 1px solid #F6881F;
    padding: 30px;
}
.caution-list {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}
.caution-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.caution-list li:before {
    content: "※";
    position: absolute;
    left: 0;
}
.date-range-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4%;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.date-range-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    max-width: 400px;
    padding: 20px 10px 30px 10px;
    background: #fff;
    border: 3px solid #ccc;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
}

.date-range-button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.date-range-button:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg) translateX(-50%);
}

.date-range-title {
    font-size: 16px;
    font-weight: normal;
}

.date-range-period {
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
    margin-bottom: 3px;
    line-height: 1.3;
}

.date-range-subtitle {
    font-size: 14px;
}

.date-range-banner {
    position: relative;
    width: 100%;
    max-width: 820px;
    padding: 15px;
    background: #fff;
    border: 3px solid #ccc;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 18px;
    display: flex;
    justify-content center;
    align-items: center;
    color: #333;
}

.date-range-banner:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.date-range-banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.date-range-banner-text span {
    color: #cc0000;
    font-weight: bold;
}

.date-range-banner:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}

.check_time_component{
  max-width: inherit !important;
}

.check_time_component input{
  width: 200px !important;
}

.check_delivery_time{
  justify-content: flex-start !important;
  padding: 20px;
  background: #eee;
}

.contact-link img{
  max-width: 100%;
}

.contact-link:hover img{
  opacity: .8;
}

.product-detail-section{
    margin: 0 auto 60px;
}

.product-detail-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 .8em;
    padding: .4em .6em;
    background: #EDEBE6;
    border-left: 6px solid #B11;
    color: #221;
}

.product-detail-table {
  font-size: 16px;
  line-height: 1.9;
  border-spacing: 2px;
  width: 100%;
  margin: 0 auto 60px;
  border-collapse: collapse;
  table-layout: initial !important;
}

.product-detail-table th {
  width: 25%;
}

.product-detail-table td {
  width: 75%;
}

.product-detail-table th {
  color: #110200;
  padding: .9em;
  background-color: #E2E1DC;
  text-align: center;
  border: 1px solid #999;
}

.product-detail-table th[colspan] {
  font-size: 16px;
  font-weight: bold;
}

.product-detail-table td {
  color: #110200;
  padding: 1.1em;
  background-color: #FFFDF9;
  border: 1px solid #999;
}
.faq-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.faq-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 .8em;
  padding: .4em .6em;
  background: #EDEBE6;
  border-left: 6px solid #B11;
  color: #221;
}

.faq-container {
  display: block;
  margin: 0;
  padding: 0;
}

.faq-item {
  background: #FFFDF9;
  border: 1px solid #E2E1DC;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: .8em;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-flex {
  display: flex;
  gap: .6em;
  align-items: flex-start;
  margin: 0 0 .4em;
}

.faq-q {
  background: #B11;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.1;
  flex-shrink: 0;
}

.faq-a {
  background: #333;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.1;
  flex-shrink: 0;
}

.faq-question {
  margin: 0;
  font-weight: bold;
  color: #111;
  font-size: 18px;
}

.faq-answer {
  margin: 0;
  color: #222;
  line-height: 1.9;
  font-size: 16px;
}


@media screen and (max-width: 767px) {
  [id] {
      scroll-margin-top: 85px; /* スマホ用ヘッダーの高さ */
  }
  .pf-section {
      margin: 0 auto 40px;
  }
  .pf-ttl {
      font-size: 24px !important;
      letter-spacing: 0;
  }
  .kdwr-wrap {
      padding: 20px 20px 10px;
  }
  .kdwr-num {
      font-size: 18px;
  }
  .kdwr-ttl {
      margin-bottom: 20px;
      font-size: 24px !important;
  }
  .kdwr-main {
      flex-direction: column;
  }
  .kdwr-img, .kdwr-txt {
      width: 100%;
  }
  .kdwr-item:nth-child(even) .kdwr-main {
      flex-direction: column;
  }
  .voice-title {
      font-size: 26px !important;
  }
  .voice-intro {
      text-align: left;
  }
  .voice-item {
      padding: 15px;
  }
  .voice-highlight {
      font-size: 18px;
  }
  .caution-wrap {
      margin: 0;
  }
  .caution-header {
      font-size: 22px;
  }
  .caution-content {
      padding: 25px 15px;
  }
  .caution-icon {
    width: 30px;
    height: 30px;
  }
  .caution-list li {
      font-size: 14px;
  }
  .date-range-container {
      margin-top: 50px !important;
      gap: 10px;
      flex-wrap: wrap;
  }
  .date-range-title {
      font-size: 16px;
  }
  .date-range-subtitle {
      font-size: 12px;
  }
  .date-range-period {
      font-size: 16px;
  }
  .date-range-banner {
      margin: 0 auto;
      padding: 15px;
      font-size: 15px;
  }
  .date-range-banner span {
      font-size: 16px;
  }
  .date-range-banner-text {
      flex-wrap: wrap;
      gap: 0;
      line-height: 1.5;
  }
  
  .product-detail-title {
    font-size: 22px;
  }

  .product-detail-table {
    font-size: 1rem;
    line-height: 1.7;
  }

  .product-detail-table th {
    padding: 13px;
    border-bottom: none;
    font-size: 16px;
  }

  .product-detail-table td {
    padding: 13px;
    font-size: 16px;
  }

  .product-detail-table tr:not(:last-of-type) td {
    border-bottom: none;
  }

  .product-detail-table th,
  .product-detail-table td {
    display: block;
    width: 100%;
  }
  .faq-title {
    font-size: 22px;
  }

  .faq-item {
    padding: 15px;
  }

  .faq-flex {
    gap: 15px;
  }

  .faq-question {
    font-size: 16px;
  }

}