<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 118:5 Expected ":"

**/
/* å•†å“èª¬æ˜Žå†…ã®æ³¨æ„è¦ç´&nbsp; */
.product__description ul {
    background-color: floralwhite;
    padding: 10px;
    border: 1px solid;
    font-size: small;
    border-radius: 10px;
}
.product__description ul li {
    list-style: square;
    margin-left: 20px;
  }
  /* å•†å“èª¬æ˜Žå†…ã®æ³¨æ„è¦ç´&nbsp; */
  /* ä¾¡æ&nbsp;¼ã®å¾Œã‚ã«ç¨Žè¾¼è¡¨ç¤º */
  .price-item--regular::after {
    content: " (ç¨Žè¾¼)";
    margin-left: 0.5em;
    font-size: small;
  }
    /* ä¾¡æ&nbsp;¼ã®å¾Œã‚ã«ç¨Žè¾¼è¡¨ç¤º */
      /* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ç¨Žè¾¼è¡¨ç¤ºã‚’éžè¡¨ç¤ºã¸ */
  .product__tax {
    display: none;
  }
  /* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ç¨Žè¾¼è¡¨ç¤ºã‚’éžè¡¨ç¤ºã¸ */
/* å•†å“ä¸€è¦§ãƒšãƒ¼ã‚¸ã®ã‚¯ã‚¤ãƒƒã‚¯ãƒœã‚¿ãƒ³ */
.quick-add__submit {
    padding: 6px;
    min-width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    background-color: cornsilk;
}
/* å•†å“ä¸€è¦§ãƒšãƒ¼ã‚¸ã®ã‚¯ã‚¤ãƒƒã‚¯ãƒœã‚¿ãƒ³ */
/* å•†å“è©³ç´°ãƒšãƒ¼ã‚¸ã®ã‚«ãƒ¼ãƒˆã¸å…¥ã‚Œã‚‹ãƒœã‚¿ãƒ³ */
.product-form__submit {
    background-color: #a4ff8d;
    margin-bottom: 20px!important;
}
/* å•†å“è©³ç´°ãƒšãƒ¼ã‚¸ã®ã‚«ãƒ¼ãƒˆã¸å…¥ã‚Œã‚‹ãƒœã‚¿ãƒ³ */
/* å•†å“ã‚«ãƒ¼ãƒ‰ã®å•†å“å */
          .card-wrapperã€€h5, .h5 {
              font-size: calc(var(--font-heading-scale) * 1.5rem);
              font-weight: bold;
          }
/* å•†å“ã‚«ãƒ¼ãƒ‰ã®å•†å“å */
/* ã‚»ãƒ¼ãƒ«è¡¨ç¤ºã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
.card__badge .badge {
    background-color: red;
    font-weight: bold;
    font-size: 2rem;
    border: 2px solid white;
  border-radius: 6px;
}
/* ã‚»ãƒ¼ãƒ«è¡¨ç¤ºã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
/* å•†å“è©³ç´°ãƒšãƒ¼ã‚¸ã®ã‚»ãƒ¼ãƒ«è¡¨ç¤ºã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
span.badge.price__badge-sale.color-scheme-4 {
    background-color: red;
    border-radius: 4px;
}
/* å•†å“è©³ç´°ãƒšãƒ¼ã‚¸ã®ã‚»ãƒ¼ãƒ«è¡¨ç¤ºã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
/* ã‚»ãƒ¼ãƒ«ä¾¡æ&nbsp;¼ */
.price-item.price-item--sale.price-item--last {
    color: red;
    font-weight: bold;
}
.price-item.price-item--sale.price-item--last::after {
    content: " (ç¨Žè¾¼)";
    margin-left: 0.5em;
    font-size: small;
  }
/* ã‚»ãƒ¼ãƒ«ä¾¡æ&nbsp;¼ */
/* ç‰¹å®šæ³• */
.legal-notice {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: floralwhite;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px!important;
}

.legal-notice h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.legal-notice__item {
  margin-bottom: 15px;
}

.legal-notice__item h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #333;
}

.legal-notice__item p {
  font-size: 1em;
  margin: 0;
  color: #555;
}
.legal-notice ul li{
   list-style: square;
  color: #555;
}
.legal-notice ol li{
  color: #555;
  lis
}
/* ç‰¹å®šæ³• */
/* é€æ–™ */
.shipping-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: floralwhite;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px !important;
}

.shipping-info h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.shipping-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.shipping-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}

.shipping-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}

.shipping-card p {
  margin: 5px 0;
  color: #555;
}

.shipping-card ul {
  padding-left: 20px;
}

.shipping-card ul li {
  list-style-type: disc;
  color: #555;
}
.prefecture-list {
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    background-color: #f0f0f0; /* Optional: èƒŒæ™¯è‰²ã‚’è¿½åŠ&nbsp; */
  font-size:small;
  }
@media (max-width: 768px) {
  .shipping-card {
    flex: 1 1 100%;
  }
}
/* é€æ–™ */
body .shopify-policy__container {
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
}
body .shopify-policy__container .mr40{
  margin-top: 40px;
  margin-bottom: 40px;
}
/* å£²ã‚Šåˆ‡ã‚Œ */
.badge--bottom-left.color-scheme-1 {
    background-color: chocolate;
    color: white;
  }
.badge--bottom-left.color-scheme-1,
  .badge.price__badge-sold-out.color-scheme-1 {
    background-color: chocolate;
    color: white;
    border-radius: 4px;
  }
/* å£²ã‚Šåˆ‡ã‚Œ */
/* ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³/ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¢ã‚¦ãƒˆã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
.banner__text.rte.body p {
    text-align: left;
}
/* ç€æ—¥ãƒ»æ™‚é–“æŒ‡å®š */
@media (max-width: 750px) {
  .delivery-info {
    margin-top: 4.5rem!important;
  }
}
.delivery-date {
    margin-bottom: 20px;
}

.delivery-date label {
    display: block;
    margin-bottom: 5px;
}

.delivery-date input {
    width: auto;
  max-width: 140px; /* é©åˆ‡ãªã‚µã‚¤ã‚ºã«èª¿æ•´ */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    cursor: not-allowed; /* Indicates that the input is read-only */
    transition: all 0.2s ease-in-out;
}

.delivery-date input:focus {
    border-color: #007acc;
    outline: none;
}

.delivery-date input[readonly] {
    background-color: #f9f9f9; /* Lighter background for readonly */
}
.datepicker-days .day{
  color:black;
  font-weight:bold;
  background-color:aquamarine;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
  color:#b1b1b1!important;
  font-weight:normal;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active{
  background-color:blue!important;
  color:white!important;
   font-weight:bold;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: orange!important;
}
.cart__note {
    margin-bottom: 40px;
}
.delivery-date select {
    width: auto;
    max-width: 140px; /* é©åˆ‡ãªã‚µã‚¤ã‚ºã«èª¿æ•´ */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    cursor: pointer;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.delivery-date select:focus {
    border-color: #007acc;
    box-shadow: 0 0 5px rgba(0, 122, 204, 0.5);
    outline: none;
}
/* ç€æ—¥ãƒ»æ™‚é–“æŒ‡å®š */
.card.article-card.card--card.card--text.color-scheme-2b1b323d-2ab0-40bb-bb93-3d33771b2b45.gradient.ratio {
    border-color: #f1eeee;
  border-width: 4px;
}
legend.form__label {
    font-weight: bold;
    color: #8b0000;
}</pre></body></html>