@charset "utf-8";

/* ===========================
   Base & Common
=========================== */
body {
  color: #464e54;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover, a:focus {
  color: #888888;
  text-decoration: none;
}
.font-mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/* Clearfix */
.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}

/* Layout Wrapper */
#wrapper {
  position: relative;
  margin: 0 auto;
  background-image: url(https://img21.shop-pro.jp/PA01394/188/etc/haikei.gif?cmsp_timestamp=20170911170404);
}
#content_wrapper {
  margin: 0 auto;
  width: 1000px;
}
#side {
  float: left;
  width: 230px;
}
#right_side {
  float: right;
  width: 760px;
}

/* ===========================
   Header
=========================== */
#header_wrap {
  background: url(https://img21.shop-pro.jp/PA01394/188/etc/bg_global_navi.png?cmsp_timestamp=20170922164332) left top repeat-x;
  position: relative;
}
#header_line {
  width: 1000px;
  margin: 0 auto;
  height: 30px;
}
.header-links {
  position: relative;
  top: 5px;
  margin: 0 !important;
}
.header-link {
  padding: 0 !important;
  margin: 0;
}
.header-link a {
  display: block;
  color: #fff;
  background-color: #000000;
  border-radius: 10px;
  padding: 4px 16px;
}
.header-link a:hover {
  opacity: 0.7;
}

#header {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo {
  margin-right: auto;
}
.header-logo img {
  display: block;
}
.header-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row; 
  align-items: center;  
  gap: 15px;                 
}
.header-credit img,
.header-phone img {
  display: block;
  height: auto;
}

/* ===========================
   Global Navigation (PC)
=========================== */
#header_nav {
  margin: 0 auto;
  min-width: 1120px;
  height: 60px;
  background: url(https://img21.shop-pro.jp/PA01394/188/etc/bg_global_navi.png?cmsp_timestamp=20170922164332) left top repeat-x;
}
#global_navi {
  margin: 0 auto;
  position: relative;
  width: 1050px;
  height: 60px;
}
#global_navi ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
#global_navi ul li {
  float: left;
}
#global_navi ul li a.level01 {
  display: block;
  height: 60px;
  line-height: 60px;
  text-indent: -9999px;
  background-image: url(https://img21.shop-pro.jp/PA01394/188/etc/globalnavi.png?cmsp_timestamp=20170928175403);
  background-repeat: no-repeat;
}

li#global_navi_01 a { background-position: 0 0; width: 167px; }
li#global_navi_02 a { background-position: -167px 0; width: 167px; }
li#global_navi_03 a { background-position: -334px 0; width: 164px; }
li#global_navi_04 a { background-position: -498px 0; width: 166px; }
li#global_navi_05 a { background-position: -664px 0; width: 167px; }
li#global_navi_06 a { background-position: -831px 0; width: 169px; }

.sp-menu-btn, .sp-only, #drawer-overlay {
  display: none;
}

/* ===========================
   Search Bar (PC)
=========================== */
#headersearch_wrap {
  margin: 8px auto 0;
  position: relative;
  width: 1000px;
}
#search_line {
  width: 1000px;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  padding: 8px 0;
  box-sizing: border-box;
}
.search-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
.search-item form {
  display: flex !important;
  align-items: center !important;
  gap: 5px;
  margin: 0;
}
.box_hed1 { 
  border: solid 2px #333;
  width: 180px;
  font-size: 13px;
  height: 28px;
  box-sizing: border-box;
}
.box_hed2 { 
  border: solid 2px #333;
  width: 150px;
  font-size: 13px;
  height: 28px;
  box-sizing: border-box;
}
.btnlogo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0;
  padding: 2px 12px !important;
  border: solid 1px #915c8b;
  border-radius: 16px;
  background-color: #915c8b;
  color: #fff;
  font-size: 12px !important;
  line-height: 1 !important;
  height: 28px !important;
  width: auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.btn_saerch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  width: 40px;
  border-radius: 3px;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  height: 28px;
  box-sizing: border-box;
}
.btn_saerch:hover, .btn_saerch:focus, .btn_saerch:active {
  opacity: 0.7;
}

/* ===========================
   Side Bar & Components
=========================== */
#title-cart {
  background: url(https://img21.shop-pro.jp/PA01394/188/etc/buck.gif?cmsp_timestamp=20170920112830);
  border-top: solid 5px #915c8b;
  border-radius: 7px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
#block-cart {
  padding-top: 0px;
}
#block-cart ul {
  padding: 0 0 5px;
  text-align: left;
  font-size: 100%;
}
#block-cart ul li {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0px 10px;
  padding: 8px 0px 3px 0px;
}
#block-cart p {
  margin: 3px;
}
.ctitle {
  margin: 10px 5px 10px 5px;
  text-align: left;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 120%;
  font-weight: bold;
}
.citem {
  padding: 0 0 5px;
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 87%;
}
.ctotal {
  padding: 5px 0 0;
  text-align: right;
}
.cprice {
  color: #CC0000;
  font-weight: bold;
}
.cbtn {
  display: block;
  border: none;
  padding: 5px 5px 10px 5px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.cbtn:hover {
  opacity: 0.8;
}
.btn_opac:hover {
  opacity: 0.7;
}

h2 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: url(https://img21.shop-pro.jp/PA01394/188/etc/buck.gif?cmsp_timestamp=20170920112830);
  border-left: solid 5px #915c8b;
  border-bottom: solid 3px #d7d7d7;
}

.list-guide a {
  padding: 0 0 0 18px;
  background: url(https://img21.shop-pro.jp/PA01394/188/etc/bul.gif?cmsp_timestamp=20170921142906) no-repeat left center;
  color: #2D649D;
  text-decoration: underline;
}

/* Utility Utilities */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_20 { font-size: 20px; }
.txt_c_333 { color: #333; }
.bgc_gray { background-color: #dcd6d9; }

.mar_auto { margin: 0 auto; }
.mar_t_5 { margin-top: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_t_15 { margin-top: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_t_25 { margin-top: 25px; }
.mar_t_30 { margin-top: 30px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_b_50 { margin-bottom: 50px; }
.pad_10 { padding: 10px; }
.pad_b_10 { padding-bottom: 10px; }

.bor_b_1 { border-bottom: 1px solid #eee; }
.va-35 { vertical-align: -35%; }

/* ===========================
   Footer Guide Area
=========================== */
#footer_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}
#shopping_guide_box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.guide-block {
  flex: 1;
  min-width: 300px;
  box-sizing: border-box;
}
.guide-block h2 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background: #faf0e6 !important;
  padding: 0.5em 1em !important;
  margin: 0 0 14px 0;
  border-left: 4px solid #915c8b;
  border-bottom: 1px solid #eee;
}
.guide-sub-title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 10px 0 6px 0;
}
.guide-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #444;
  margin: 6px 0;
}
.text-alert {
  color: #d9534f;
  font-size: 13px;
  margin-top: 6px;
}
.text-alert-large {
  color: #d9534f;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.text-muted {
  color: #777;
  font-size: 12px;
}
.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px 0;
}
.guide-list {
  list-style: none;
  padding: 0;
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}
.guide-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 13px;
  background-color: #fff;
}
.guide-table th, .guide-table td {
  border: 1px solid #ddd;
  padding: 8px 6px;
  text-align: center;
}
.guide-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}

#footer {
  text-align: center;
  padding: 30px 0 15px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  color: #333;
}
#footer-navi {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer-navi li a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
}
#footer-navi li a:hover {
  text-decoration: underline;
}
#copyright {
  font-size: 12px;
  color: #888;
}

.floating-cart {
  display: none;
}


/* ===========================
   Responsive Media Queries (Mobile)
=========================== */
@media screen and (max-width: 768px) {

  #header_line {
    display: none;
  }
  #header_nav {
    min-width: 100%;
    height: 0;
    background: none;
  }

  /* 固定表示 ハンバーガーボタン（左上） */
  .sp-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 15px;
    left: 15px;
    width: 54px;
    height: 54px;
    background: #7b1f22;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 9998;
    cursor: pointer;
    padding: 0;
  }
  .sp-menu-btn .btn-icon {
    font-size: 20px;
    line-height: 1;
  }
  .sp-menu-btn .btn-text {
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
  }

  /* ドロワーメニュー（左スライドイン） */
  #global_navi {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    max-width: 85%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    box-shadow: 3px 0 12px rgba(0,0,0,0.3);
  }
  #global_navi.open {
    left: 0;
  }

  /* 背景のオーバーレイ（黒透過） */
  #drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
  }
  #drawer-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* ドロワー内ヘッダー */
  .sp-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #7b1f22;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .sp-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  /* スマホドロワー内 ユーザー会員エリア */
  .sp-menu-user {
    padding: 12px 15px;
    background-color: #faf0e6;
    border-bottom: 1px solid #ebd7c7;
  }
  .sp-user-welcome {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .sp-user-btns {
    display: flex;
    gap: 8px;
  }
  .sp-user-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    background-color: #000;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
  }
  .sp-user-btn.btn-sub {
    background-color: #ffffff;
    color: #333 !important;
    border: 1px solid #ccc;
  }

  /* ドロワーメニュー内の検索バー */
  .sp-menu-search {
    padding: 12px 15px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e2e2e2;
  }
  .sp-menu-search form {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
  }
  .sp-search-input {
    width: 100% !important;
    height: 38px !important;
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 0 10px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    outline: none;
  }
  .sp-search-input:focus {
    border-color: #915c8b !important;
  }
  .sp-search-btn {
    width: 42px !important;
    height: 38px !important;
    border: none !important;
    border-radius: 6px !important;
    background-color: #333 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
    cursor: pointer;
  }

  /* メニューリスト（スマホ用：テキスト表示・統一デザイン） */
  #global_navi ul {
    display: block;
  }
  #global_navi li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    float: none !important;
  }
  #global_navi li a.level01 {
    display: block !important;
    height: auto !important;
    line-height: normal !important;
    text-indent: 0 !important;
    background: none !important;
    padding: 13px 20px !important;
    color: #333 !important;
    font-size: 13px !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .sp-only {
    display: block;
  }
  .sp-menu-title {
    padding: 10px 20px;
    background: #f5f5f5;
    font-weight: bold;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .sp-category-menu, .sp-guide-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-category-menu li a, .sp-guide-menu li a {
    display: block;
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 13px;
  }

  /* フローティングカート (右上・Font Awesomeアイコン) */
  .floating-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 15px;
    top: 15px;
    bottom: auto;
    width: 60px;
    height: 60px;
    background: #915c8b;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 9998;
    transition: .25s;
    font-size: 24px; /* アイコンを大きく */
  }
  .floating-cart:hover {
    color: #fff;
    transform: scale(1.05);
  }
  .cart-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    background: #ff3b30;
    color: #fff;
    border-radius: 11px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: 2px solid #fff;
    box-sizing: border-box;
  }

  /* ヘッダー周り微調整 */
  #header {
    width: 100%;
    padding: 15px 75px 15px 75px;
    box-sizing: border-box;
  }
  .header-inner {
    flex-direction: column;
    text-align: center;
  }
  .header-logo {
    margin-right: 0;
  }
  .header-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
  }
  .header-info {
    display: none;
  }

  /* ==========================================
     検索バー（スマホ用リフレッシュデザイン）
  ========================================== */
  #headersearch_wrap {
    margin: 0 auto !important;
  }
  #headersearch_wrap, #search_line {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #search_line {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 10px 15px !important;
    background-color: #f9f9f9;
  }

  /* 各検索項目をグループ化（カード風デザイン） */
  .search-item {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e2e2e2;
    box-sizing: border-box !important;
  }

  .search-item form {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  /* 紫ラベルの統一調整 */
  .btnlogo {
    min-width: 105px !important;
    text-align: center !important;
    padding: 0 8px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 11px !important;
    font-weight: bold;
    border-radius: 16px !important;
    flex-shrink: 0 !important;
  }

  /* 入力ボックス・セレクトボックス */
  .box_hed1, .box_hed2 {
    width: 100% !important;
    height: 38px !important;
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 0 10px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    outline: none;
  }
  .box_hed1:focus, .box_hed2:focus {
    border-color: #915c8b !important;
  }

  /* 検索虫眼鏡ボタン */
  .btn_saerch {
    width: 42px !important;
    height: 38px !important;
    border-radius: 6px !important;
    background-color: #333 !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
  }

  /* メインコンテンツ・サイドバー */
  #content_wrapper {
    width: 100%;
  }
  #side {
    display: none !important;
  }
  #right_side {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* フッター */
  #footer_wrap {
    padding: 15px;
  }
  #shopping_guide_box {
    flex-direction: column;
    gap: 20px;
  }
  .guide-block {
    width: 100% !important;
    min-width: 100% !important;
  }
  #footer-navi {
    flex-direction: column;
    gap: 0;
  }
  #footer-navi li {
    border-bottom: 1px solid #eee;
    border-right: none;
  }
  #footer-navi li a {
    display: block;
    padding: 12px 0;
  }
}

  /* ==========================================
     フリーページ
  ========================================== */

/* ==========================================
   配送方法エリア全体スタイル
========================================== */
.delivery-container {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 10px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #333 !important;
  box-sizing: border-box !important;
  background-color:black;
}

/* タイトル見出し */
.delivery-main-title {
  background: #c00000 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 10px 16px !important;
  margin: 0 0 15px 0 !important;
  border-radius: 4px !important;
  line-height: 1.4 !important;
}

/* ------------------------------------------
   テーブル（PC表示時）
------------------------------------------ */
table.delivery-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  margin-bottom: 25px !important;
}

table.delivery-table th {
  background: #222 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 12px 8px !important;
  text-align: center !important;
  border: 1px solid #333 !important;
}

table.delivery-table td {
  padding: 16px 12px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 14px !important;
}

/* 配送名 */
.method-type {
  font-size: 13px !important;
  color: #666 !important;
  display: block !important;
  margin-bottom: 2px !important;
}
.method-name {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #c00000 !important;
  line-height: 1.2 !important;
  display: block !important;
}
.method-name.purple {
  color: #7b1f22 !important;
}

/* 送料パーツ */
.price-main {
  font-size: 15px !important;
  font-weight: bold !important;
  margin-bottom: 4px !important;
}
.price-num {
  font-size: 22px !important;
  font-weight: 800 !important;
}
.badge-free {
  display: inline-block !important;
  background: #0040a8 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  margin: 4px 0 !important;
}
.badge-no-free {
  display: inline-block !important;
  background: #e0e0e0 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  text-decoration: line-through !important;
  margin: 4px 0 !important;
}
.text-red-alert {
  color: #d9534f !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-top: 2px !important;
}
.text-sub-note {
  font-size: 11px !important;
  color: #666 !important;
  margin-top: 4px !important;
  line-height: 1.3 !important;
}

/* 可可否・日数 */
.icon-ng {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #fce8e6 !important;
  color: #d9534f !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-bottom: 2px !important;
}
.icon-ok {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #e6f4ea !important;
  color: #137333 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-bottom: 2px !important;
}
.status-ng-text { color: #d9534f !important; font-weight: bold !important; font-size: 13px !important; }
.status-ok-text { color: #137333 !important; font-weight: bold !important; font-size: 13px !important; }

.estimate-days {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #111 !important;
}

/* ------------------------------------------
   注意事項エリア
------------------------------------------ */
.delivery-notes {
  background: #fdfdfd !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 6px !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.notes-header {
  background: #222 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 6px 12px !important;
  margin: -16px -16px 16px -16px !important;
  border-radius: 5px 5px 0 0 !important;
}

.note-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}
.note-row:last-child {
  margin-bottom: 0 !important;
}

.check-icon-box {
  width: 20px !important;
  height: 20px !important;
  background: #c00000 !important;
  color: #fff !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: bold !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.note-content h4 {
  margin: 0 0 2px 0 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #111 !important;
  line-height: 1.4 !important;
}
.note-content p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #555 !important;
  line-height: 1.5 !important;
}

/* ==========================================
   スマホ表示調整（画面幅 640px 以下）
========================================== */
@media screen and (max-width: 640px) {
  table.delivery-table, 
  table.delivery-table tbody, 
  table.delivery-table tr, 
  table.delivery-table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  table.delivery-table thead {
    display: none !important;
  }

  table.delivery-table tr {
    margin-bottom: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
  }

  table.delivery-table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 10px 14px !important;
    text-align: left !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  table.delivery-table td:last-child {
    border-bottom: none !important;
  }

  table.delivery-table td::before {
    content: attr(data-label);
    font-size: 12px !important;
    font-weight: bold !important;
    color: #666 !important;
    background: #f5f5f5 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
  }

  table.delivery-table td.td-method {
    background: #fbfbfb !important;
    border-bottom: 2px solid #ddd !important;
    display: block !important;
    text-align: center !important;
  }
  table.delivery-table td.td-method::before {
    display: none !important;
  }

  table.delivery-table td.td-postage {
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
  }
  table.delivery-table td.td-postage::before {
    align-self: flex-start !important;
  }

  table.delivery-table td.td-status, 
  table.delivery-table td.td-estimate {
    justify-content: space-between !important;
  }
}
