/** Shopify CDN: Minification failed

Line 518:14 Expected identifier but found "#customer-address-modal-actions"
Line 525:14 Expected identifier but found "#customer-address-modal-actions"
Line 752:1 Expected identifier but found "#product-meta-block"
Line 788:0 Expected "}" to go with "{"

**/
/* --- 「ご注文方法」ページの代着手数料のハイフン付きリスト（全体共通で使える） --- */
/* --- 全体のリストスタイル --- */
ul {
  list-style-type: disc;
}

/* --- 代行手数料リスト（ハイフンに変更）--- */
ul.fee_for_cod {
  list-style: none !important;
  margin: 0;
  padding-left: 0;
}

ul.fee_for_cod li {
  position: relative;
  padding-left: 1.2em;
}

ul.fee_for_cod li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

/*「送料について」の「送料は全て着払いです」のボックス*/
.shipping-fee {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
    margin: 2.5rem 0;
}

.shipping-fee > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #F7F7F7;
    color:rgb(208, 37, 37);
    font-weight: 800;
    font-size: 1.25rem;
}

.shipping-fee ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.shipping-fee li {
    padding: .3em .3em .3em 0;
}

.shipping-fee li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

/*商品ページの[要薬監]を赤にする]*/

.requires-approval {
  color: #d60000;
  font-weight: bold;
}




.approval-important {
  color: #d60000;
  font-weight: bold;
}
 
.approval-message {
  margin-top: 1rem;
  font-size: 1rem;
}

/* === Breadcrumbs === */
  .breadcrumbs {
      font-size: .85em;
      margin: 0 0 2em;
  }
  .breadcrumbs ol {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  .breadcrumbs li {
      display: inline-block;
  }
  .breadcrumbs a {
      text-decoration: underline;
  }
  .breadcrumbs li:not(:last-child):after {
      content: "›\00a0";
      display: inline-block;
      padding-left: .75ch;
      speak: none;
  }
  .breadcrumbs [aria-current="page"] {
      color: inherit;
      font-weight: normal;
      text-decoration: none;
  }
  .breadcrumbs [aria-current="page"]:hover,
  .breadcrumbs [aria-current="page"]:focus {
      text-decoration: underline;
  }

  /* パンくずリストの自動で入る矢印・記号を消す */
.breadcrumbs li::after {
  content: ""; /* デフォルトの「›」「-」などを無効化 */
}

/* パンくずの自動記号と1行表示をリセット */
.breadcrumbs li {
  display: inline-block; /* 各<li>を独立 */
  margin-right: 4px;
}

.breadcrumbs li + li:before {
  content: ""; /* デフォルトの › / - を消す */
}


[id] {
  /* scroll-margin-top: 140px; */
}

.template-page .page-how-to-order h2 {
  font-size: 1.75rem;
  margin-top: 3rem;
}
.template-page .page-how-to-order h3 {
  font-size: 1.15rem;
}
.template-page .page-how-to-order h4 {
  font-size: 1rem;
} /* 0.4 */
.template-page .page-how-to-order h1,
.template-page .page-how-to-order h2 {
  position: relative;
  padding: 1em 0.7em;
  border-left: 5px solid #2589d0;
  background-color: #eaeaea;
  color: #333333;
}
.template-page .page-how-to-order h1 {
  font-size: 2.5rem;
}
.template-page .page-how-to-order h1::after {
  position: absolute;
  width: 20%;
}
.how-to-order {
  text-align: center;
  width: 60% !important;
  height: auto !important;
  margin: 0 auto;
}
.how-to-order-highlight {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3em;
}

.fax-order-doc {
  font-weight: bold; 
  color: #0072bc;
}

.document-download:hover {
  font-weight: bold; 
  color:rgb(129, 174, 204);
}

a {
  text-decoration: none;
}
a:hover {
    color: #72a4d4;
}
a.login-link {
  font-weight: bold;
  color: #0072bc !important;
  text-decoration: none;
}
a.login-link:hover {
  color: #72a4d4 !important;
  text-decoration: none;
}

/*
[id] {
   scroll-margin-top: 140px;
} */
 
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.75rem;
  margin-top: 3rem;
  color: #20495B !important;
}
h3 {
  font-size: 1.15rem;
}
h4 {
  font-size: 1rem;
}
.description {
  padding-left: 1.25rem;
}

.description-bullet {
/* ポイント規約などの本文（箇条書き）を少し右に寄せる */
/* 「・」付き段落を自然なインデントで整える */

  padding-left: 1.8em;   /* 全体を右へ少し寄せる */
  text-indent: -1em;     /* 2行目以降を「・」の下にそろえる */
  line-height: 1.8;      /* 行間を少しゆるめる（日本語に最適） */
}

/* 万一 <span> で囲まれている場合も対応 */
.page-how-to-order p span {
  display: inline-block;
  text-indent: 0;
}





/* 入力欄内のサンプルテキスト（placeholder）の色を薄く */
input::placeholder,
textarea::placeholder {
  color: #bcbcbc;       /* ← 薄いグレー（お好みで調整可能） */
  opacity: 1;           /* Safari対策で透明度固定 */
}

/* 特に住所入力モーダル内だけに限定したい場合 */
.customer-address input::placeholder {
  color: #c6c6c6;       /* さらに淡くしたい */
}

/* 入力欄の枠線を少し濃くする */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  border: 1px solid #b5b5b5;  /* ← 標準より少し濃いグレー */
}

/* フォーカス時（クリックして入力中）はもう少し強調） */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #999999;       /* ← 少し濃い目のグレー */
  outline: none;               /* デフォルトの青枠を消す */
  box-shadow: 0 0 0 1px #99999933; /* 薄いグレーの囲み影 */
}




.points-guide-steps {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}



.points-guide .step {
  flex: 1 1 200px;
  text-align: center;
}

/*「送料について」の「送料は全て着払いです」のボックス*/
.frame {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
    margin: 2.5rem 0;
}

.frame > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #F7F7F7; 
    color:rgb(208, 37, 37);
    font-weight: 800;
    font-size: 1.25rem;
}

.frame ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.frame li {
    padding: .3em .3em .3em 0;
}

.frame li::marker {
    color: #2589d0;
    font-size: 1.1em;
}




/* タイトル */
.steps-title-simple {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}


/* 横並び（PC） */
.steps-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

/* カード本体 */
.step-card {
  flex: 1;
  min-width: 220px;
  border: 2px solid #1f7cae;
  border-radius: 4px;
  padding: 40px 22px 24px;
  position: relative;
  background: #F7F7F7;
  margin-top: 3rem;
}


/* STEPの装飾（枠線をまたぐ） */
.step-top {
  position: absolute;
  top: -20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #F7F7F7;
  padding: 0 8px;
}

.step-label {
  font-size: 14px;
  font-weight: 700;
  color: #1f7cae;
}

.step-number {
  font-size: 42px;
  font-weight: 700;
  color: #1f7cae;
  line-height: 1;
}

/* 画像＋テキスト部分（中央揃え） */
.step-body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.step-body img {
  width: 100%;
  height: auto;
}

/* テキスト */
.step-text {
  font-size: 16px;
  color: #20495B;
  margin: 0;
}

.step-body .arrow-down {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  line-height: 1 !important;
  display: block !important;
}

/* アコーディオン内の幅制限を解除して横並びに対応 
.accordion-panel {
  max-width: 100% !important;
}*/

/* two-cards のテキストを中央寄せ＆太文字 */
.two-cards .card-col p {
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.5;
}




/* --------------------------- */
/*   スマホ（〜768px）         */
/* --------------------------- */
@media (max-width: 768px) {

  .steps-wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .step-card {
    padding: 48px 20px 28px;
  }

  .step-number {
    font-size: 34px;
  }

  .step-body img {
    width: 140px;
  }
}

/* --------------------------- */
/*   超小型スマホ（〜480px）   */
/* --------------------------- */
@media (max-width: 480px) {

  .step-number {
    font-size: 30px;
  }

  .step-body img {
    width: 120px;
  }

  .step-text {
    font-size: 15px !important;
  }
}

/* --------------------------- */
/* ▼ two-cards（PCで横並び）  */
/* --------------------------- */

.two-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 20px auto;
  flex-wrap: nowrap;
}

.two-cards .card-col {
  width: 320px;
  text-align: center;
}

.two-cards img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* スマホは縦並び */
@media (max-width: 768px) {
  .two-cards {
    flex-wrap: wrap;
  }


#modal-popup .modal-cancel-btn {
  display: inline-block !important;
  width: auto !important;
  background: #2589d0 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  text-align: center !important;
}

#modal-popup .#customer-address-modal-actions {
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

#modal-popup .#customer-address-modal-actions > * {
  width: auto !important;
}

.pg-isolate {
  max-width: 100%;
  padding: 20px;
  font-family: sans-serif;
}

.pg-guide {
  margin-bottom: 40px;
}

.pg-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;

  padding-bottom: 10px;
}

.pg-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

/* すべてのカード → 可変幅に */
.pg-item {
  flex: 1 1 22%;
  min-width: 200px;
  max-width: 400px;
  background: #e9e8e8;
 /* border: 1px solid #ccc; */
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
}


.pg-num {
  display: inline-block;
  background: #3366cc;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.pg-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  /* カード内の画像に薄いドロップシャドーを付ける */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

  /* ポイントの使い方の各カードのテキストを太字に */
.pg-item p {
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-top: 1rem;
}


.pg-item .accordion-panel p {
  font-weight: 700;
  line-height: 1.5!important; /* ← 行間を広くする */
}




/* ===== アコーディオン（完全版） ===== */

/* アコーディオンボタン */
.accordion-btn {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ccc; 
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

.accordion-btn:hover {
  background: #f5f9ff;
  border-color: #3366cc;
}

/* ▼アイコン */
.accordion-btn::after {
  content: "▼";
  font-size: 14px;
  transition: transform 0.3s ease;
}

.accordion-btn.open::after {
  transform: rotate(180deg);
}

/* アコーディオンパネル（閉じている状態） */
.accordion-panel {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 20px;
  margin-top: -4px;
  border-radius: 0 0 6px 6px; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  
  /* アニメーション用 */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

/* 開いた状態 */
.accordion-btn.open + .accordion-panel {
  opacity: 1;
  padding: 20px;
}



/* アコーディオンの中身のカード幅を揃える */
.accordion-panel img {
  width: 320px;        /* ← 上のカードの幅に合わせた固定幅 */
  max-width: 100%;     /* ← スマホでは縮む */
  margin: 12px auto;   /* ← 中央寄せ */
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

 

/* アコーディオン内をカード化 */
.accordion-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  max-width: 360px;
  margin: 0 auto 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* カード内の画像 */
.accordion-card img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 12px;
  border-radius: 6px;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* カード内テキスト */
.accordion-card p {
  margin-top: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
/* アコーディオン内の2つカードを横並びに */
.two-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 20px auto;
  flex-wrap: wrap; /* スマホでは自動で縦並び */
}

.two-cards .card-col {
  width: 320px;     /* 上で使っているカードと同じサイズ */
  text-align: center;
}

.two-cards img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.accordion-panel p {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}

/* ▼ ShowTime テーマ：ヘッダー下の影（shadow / border）を完全削除 */
#shopify-section-sections--header-group,
#shopify-section-sections--header-group .section-body,
header.shopify-section,
header.shopify-section .section-body {
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
}


.yen-note {
  text-align: right;
  font-size: 0.75em;
  color: #838383;
  padding-top: 0;
}
.#product-meta-block {
  border-radius: 18px;
}






/* スマホ対応 */
@media (max-width: 768px) {
  .pg-row {
    flex-direction: column;
    gap: 16px;
  }

  .pg-item {
    flex: 1 1 100%;
    max-width: 90%;
  }


#promo-banner-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}










