/* =======================================
   onlinestore.css
   オンラインストア完全独立版

   page.css は読み込まない前提。
   オンラインストアが依存していた page.css の共通基礎を
   このファイル内に統合しています。
======================================== */

/* =======================================
   page.css から引き継いだ共通基礎
======================================== */
br.sp {
  display: none;
}


@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}


.main-ttl-wrap {
  margin-bottom: 0;
  position: relative;
  margin-top: var(--header-height, 0px);
}

.main-ttl-wrap>.bg {
  width: 100%;
  height: 450px;
}

.main_ttl {
  position: relative;
  z-index: 2;
}

.main_ttl_text_box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translateX(-50%) translateY(-50%);
}

.main_ttl h1,
.main_ttl h2 {
  display: table;
  color: #fff;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
}

.main-ttl-wrap>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-ttl-box {
  height: 100%;
  display: block;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  color: #fff;
}

.page-area-ttl-box {
  margin-bottom: 65px;
}

.page-area-ttl-box h3 {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-top: 1px solid #808080;
  text-align: center;
}

.page-area-ttl-box .en {
  font-size: 19px;
  padding-bottom: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

/* =======================================
   パンくず共通基礎
======================================== */
.breadcrumb_wrap {
  position: absolute;
  bottom: 92px;
  right: 40px;
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 0.5em;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
}
.breadcrumb_wrap .panlist,
.breadcrumb_wrap .panlist a,
.breadcrumb_wrap .panlist span {
  color: #fff;
  white-space: nowrap;
}

.breadcrumb_wrap .panlist>li.active {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

/* =======================================
   ページ上部アンカー共通基礎
======================================== */
.top-anchor-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(105, 46, 22, 0.7);
}

.top-anchor-area .inner {
  margin: 0 auto;
  width: 1280px;
}

.top-anchor-area ul {
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 25px 0;
}

.top-anchor-area ul li {
  line-height: 1;
  border-right: 1px solid #999999;
}

.top-anchor-area ul li:last-child {
  border-right: none;
}

.top-anchor-area ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: block;
  transition: 0.7s;
}

.top-anchor-area ul li a:hover {
  opacity: 0.6;
}

.wrapper .greeting.top-anchor-area ul li a {
  padding: 4.5px 70px;
}


/* =======================================
   オンラインストア専用CSS
======================================== */
/* =======================================
   オンラインストア：メインタイトル画像
======================================== */
.online .main_ttl .bg img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

/* =======================================
   オンラインストア：パンくず位置
======================================== */
.online .breadcrumb_wrap {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

/* =======================================
オンラインストア
======================================== */
.online-head-area {
  padding: 60px 0;
  background-image: url('../images/page/online/online-head-bg.png');
  background-color: #ffffff;
  background-repeat: cover;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}

.online-head-area h4 {
  color: #B84010;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.005em;
}

.online-head-left-obj,
.online-head-right-obj {
  position: absolute;
  mix-blend-mode: multiply;
}

.online-head-left-obj {
  left: 0;
  top: 0;
  width: 242px;
}

.online-head-right-obj {
  right: 0;
  bottom: 0;
  width: 267px;
}

.online-head-area h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-align: center;
}

.online-head-area .text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.online-head-area .sml-text {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: center;
}

.tel-box {
  padding: 15px 20px;
  display: table;
  border-radius: 6px;
  margin: 30px auto 0;
  border: 1px solid #BCBCBC;
}

.tel-box p {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tel-box p span {
  font-weight: 400;
  text-align: center;
  font-size: 13px;
}

.tel-box .tel-text {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #B84010;
  line-height: 1;
}

.tel-box .tel-text span {
  font-size: 32px;
  font-weight: 700;
}

/* 購入エリア */

.product-area {
  padding: 80px 0 80px;
}

.product-inner {
  width: 1278px;
  margin: 0 auto;
}

/* rows */
.product-row {
  margin-bottom: 0;
}

.product-row--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 60px;
  margin-bottom: 80px;
}

.product-row--3col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 66px;
  row-gap: 80px;
}

/* card */
.product-card {
  font-size: 13px;
  color: #333;
}

.product-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-body {
  padding-top: 30px;
}

.product-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-head.w-100 {
  display: block;
}

.product-head.w-100 .product-price {
  margin-top: 10px;
  text-align: right;
}

.product-head--multi {
  margin-bottom: 20px;
}

.product-price-list {
  display: flex;
  justify-content: space-between;
}

.product-price-list+.product-price-list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #B3B3B3;
}

.product-set-list {
  margin-top: 20px;
}

.product-name {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}


.product-name span {
  font-size: 15px;
}

.product-size {
  font-size: 15px;
  font-weight: 400;
}

.product-price {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.5;
}

.product-price-main {
  font-size: 24px;
  font-weight: 700;
  color: #b20000;
}

.product-price-main span {
  font-size: 15px;
  font-weight: 700;
  color: #b20000;
  margin-right: 2px;
}

.product-price-main .product-price-unit {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

/* 上段商品のサムネ＋テキスト横並び */
.product-content {
  display: flex;
  gap: 32px;
}

.product-thumb img {
  width: 120px;
  height: auto;
  display: block;
}

.product-text p {
  line-height: 160%;
  font-size: 15px;
  line-height: 160%;
}

.product-text {
  line-height: 160%;
  font-size: 15px;
}

.product-text .product-note {
  margin-top: 10px;
  font-size: 11px;
}

/* 数量 */
.product-quantity {
  margin-top: 28px;
}

.product-quantity label {
  margin-right: 8px;
  font-size: 13px;
}

.product-quantity select {
  min-width: 90px;
  padding: 12px 6px;
  font-size: 12px;
}

/* select 共通ラッパー */
.select-wrap {
  position: relative;
  display: inline-block;
}

/* 本体 */
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90px;
  padding: 10px 36px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
}

/* ▼ カスタム矢印（ここを調整する） */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  /* ← 横位置（右からの距離） */
  top: 50%;
  width: 7.5px;
  height: 7.5px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* セット用 */
.product-head--multi>div+div {
  margin-top: 6px;
}

.product-note-list {
  margin-top: 22px;
  margin-bottom: 28px;
  font-size: 14px;
  letter-spacing: 0.005em;
}


.product-set-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.product-set-label {
  letter-spacing: 0.005em;
  font-size: 15px;
  font-weight: 600;
}

.product-set-label span {
  font-size: 13px;
}

.product-set-qty label {
  margin-right: 5px;
  font-size: 13px;
}


/* ムービーボタン */
.product-movie {
  margin-top: 28px;
}

.product-movie a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 16px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  border-radius: 4px;
}

.product-movie .dot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}


/* 全体 */
.order-info-area {
  position: relative;
  padding: 0 0 160px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.order-info-inner {
  border-top: 1px solid #B3B3B3;
  padding-top: 100px;
  width: 1278px;
  margin: 0 auto;
}

/* 見出しと段落 */
.order-block+.order-block {
  margin-top: 50px;
}

.order-info-area .order-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.order-info-area .order-title::after {
  content: none;
}
.order-block p {
  line-height: 160%;
  margin-bottom: 6px;
  font-size: 15px;
}

.order-block p.sml {
  font-size: 13px;
  margin-top: 16px;
  line-height: 160%;
}

/* おせちボックス */
.osetchi-note {
  margin: 24px 0 40px;
  padding: 32px;
  background-color: #F5F5F5;
}

.osetchi-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #B84010;
}

.osetchi-text {
  margin: 0;
  font-size: 15px;
}

/* 手数料テーブル */
.charge-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.charge-table {
  border-collapse: collapse;
  width: 606px;
}

.charge-table th,
.charge-table td {
  padding: 8px 16px;
  border: 1px solid #E2E2E2;
  font-size: 15px;
  font-weight: 600;
}

.charge-table td {
  font-weight: 400;
}

.charge-table th:first-child {
  border-right: 1px solid #FFFFFF;
}

.charge-table thead th {
  background-color: #E2E2E2;
  font-weight: 700;
}

.charge-table td:first-child {
  width: 406px;
}

.charge-table td:last-child {
  width: 200px;
}

.text-right {
  text-align: right;
}

/* 下のお問い合わせ帯 */
.order-contact {
  margin-top: 60px;
  border-radius: 12px;
  background-color: #F5F4F0;
  padding: 40px 0;
}

.order-contact-inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.order-contact-lead {
  margin-bottom: 20px;
  font-size: 18px;
}

.order-contact-lead span {
  color: #B84010;
  font-size: 16px;
}

.order-contact-tel {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #B84010;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.order-contact-tel .tel-num,
.order-contact-tel .fax-num {
  font-size: 40px;
  font-weight: 700;
}

.order-contact-mail {
  font-size: 18px;
}

.order-contact-mail a {
  color: #B84010;
  text-decoration: none;
}

/* セキュリティバッジ */
.sectigo-badge {
  margin-left: auto;
  text-align: right;
  width: 181px;
  margin-top: 60px;
}

.sectigo-badge img {
  height: auto;
}

.winter-top-area {
  padding-top: 60px;
}

/* 冬ロゴ＋テキスト横並び */
.winter-lead {
  background: #fff;
  padding: 60px 0 0;
}

.winter-top-area .winter-lead {
  background: #fff;
  padding: 0;
}

.winter-lead-inner {
  margin: 0 auto;
  /* 横中央へ配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  /* 横中央揃え（重要） */
  gap: 0 32px;
}

/* ロゴ（大きめ） */
.winter-lead-logo img {
  width: 120px;
  height: auto;
  display: block;
}


.winter-lead-text .lead-title {
  font-size: 32px;
  letter-spacing: 0.005em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.winter-lead-text .lead-desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}

.winter-gallery-main-img {
  border-radius: 12px;
  width: 1278px;
  margin: 0 auto 60px;
  overflow: hidden;
  /* ← これ必須 */
}

.winter-gallery-main-img ul {
  display: flex;
  width: 100%;
}

.winter-cotent {
  padding: 60px 0;
  background-color: #F5F4F0;
}

.winter-cotent .product-note {
  background-color: #fff;
  display: table;
  border-radius: 30px;
  padding: 10px 24px;
  color: #B84010;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

.winter-cotent .product-note.bottom {
  margin: 74px auto 0;
}


/* 外枠の点線ボックス */
.winter-lineup-box {
  width: 830px;
  margin: 60px auto 0;
  padding: 12px 24px 0;
}

/* タイトル */
.winter-lineup-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}

/* リスト本体 */
.winter-lineup-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #B3B3B3;
}

.winter-lineup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
  border-bottom: 1px solid #B3B3B3;
  font-size: 14px;
}

/* 各カラム */
.winter-lineup-col {
  box-sizing: border-box;
}

/* 左：商品名 */
.winter-lineup-name {
  font-size: 20px;
  letter-spacing: 0.005em;
}

.winter-lineup-name span {
  font-size: 18px;
  font-weight: 400;
}

/* 中央：期間＋価格 */
.winter-lineup-meta {
  text-align: right;
  white-space: nowrap;
}

.winter-lineup-period {
  display: inline-block;
  margin-right: 0;
  font-size: 15px;
}

.winter-lineup-price {
  font-weight: 700;
  color: #B84010;
  font-size: 24px;
  margin-left: 7px;
}

.winter-lineup-price-unit {
  font-size: 18px;
}

.winter-lineup-note {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}


.winter-lineup-qty-label {
  font-size: 13px;
}

.winter-bottom-content-inner {
  width: 1278px;
  margin: 0 auto;
}

.winter-top-area .product-quantity {
  display: inline-block;
  margin-top: 0;
  margin-left: 5px;
}

/* 中身の2カラム */
.osechi-detail-flex {
  width: 1278px;
  margin: 0 auto;
  display: flex;
  gap: 0 40px;
}

/* 画像側 */
.osechi-detail-img {
  flex: 0 0 52%;
  border-radius: 18px;
  overflow: hidden;
}

.osechi-detail-img.mini {
  flex: none;
  max-width: 664px;
  width: 100%;
  border-radius: 0;
}
.osechi-detail-img .osechi-wrap {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.osechi-detail-img .osechi-wrap img {
  border-radius: 18px;
}
.osechi-detail-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト側 */
.osechi-detail-content {
  flex: 1;
}

.osechi-detail-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.osechi-detail-servings {
  font-size: 18px;
  font-weight: 400;
}

/* 価格 */
.osechi-detail-price {
  margin-bottom: 40px;
  line-height: 1;
}

.osechi-price-main {
  font-size: 32px;
  font-weight: 700;
  color: #B84010;
}

.osechi-price-main span {
  font-size: 18px;
}

.osechi-price-sub {
  font-size: 13px;
}

/* 説明文・注意書き */
.osechi-detail-text {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 0.005em;
}

.osechi-detail-note {
  font-size: 12px;
}

/* 数量セレクト */
.osechi-detail-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.osechi-detail-qty-label {
  font-size: 13px;
}

.osechi-detail-select {
  min-width: 140px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.osechi-list+.osechi-list {
  margin-top: 60px;
}

.add-sekihan-box {
  display: table;
  padding: 32px;
  margin-top: 60px;
  margin: 60px auto 0;
  width: 830px;
  background-color: #fff;
  border-radius: 12px;
}

.add-sekihan-box p.text {
  font-size: 18px;
  margin-bottom: 20px;
}

.osechi-detail-price {
  margin-bottom: 0;
}

.add-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-flex h3 {
  font-size: 24px;
  font-weight: 600;
}

.add-detail {
  align-items: center;
  display: flex;
}

.add-detail .product-quantity {
  margin-top: 0;
}

.add-detail .osechi-detail-price {
  margin-right: 21px;
}

.osechi-bnr {
  width: 830px;
  margin: 60px auto 0;
}

.osechi-bnr a {
  cursor: pointer;
  transform: 0.7s;
}

.osechi-bnr a:hover {
  opacity: 0.7;
}

.osechi.product-movie {
  width: 830px;
  margin: 20px auto 0;
}

.osechi.product-movie a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background: #ffffff;
  border-radius: 4px;
}

.order-confirm-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.order-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-bottom: 60px;
  position: relative;
}

.order-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #B84010;
  display: block;
  margin: 12px auto 0;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.order-table thead th {
  background: #d9d3c7;
  padding: 16px 10px;
  font-weight: 500;
  font-size: 15px;
  border-left: 1px solid #ffffff;
}

.order-table thead th:first-child {
  border-left: none;
}

.order-table tbody td:first-child {
  width: 718px;
  text-align: left;
}

.order-table tbody td:nth-child(2) {
  width: 200px;
}

.order-table tbody td:nth-child(3) {
  width: 100px;
}

.order-table tbody td:last-child {
  width: 1008px;
}

.order-table tbody td {
  text-align: right;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 28px 24px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.order-table tr:first-child th,
.order-table tr:first-child td {
  border-top: 1px solid #dddddd;
}

.order-table tr:first-child th {
  border-top: 1px solid #E2DED3;
}

.order-table td:last-child {
  border-right: 1px solid #dddddd;
}

.order-table tfoot .sum-price {
  background: #ded8cd;
  padding: 18px 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #ffffff;
}

.order-table tfoot .sum-label {
  background: #E2DED3;
  padding: 18px 10px;
  text-align: left;
}

.order-table tfoot .sum-price {
  background: #E2DED3;
  padding: 18px 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}


/* お客様情報入力*/
.order-customer-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 80px 0 0;
}


.order-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #B84010;
  display: block;
  margin: 12px auto 0;
}

/* 説明文 */
.order-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #555;
}

/* テーブル */
.order-customer-area .order-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

/* 左列（項目） */
.order-customer-area .order-table th {
  width: 270px;
  vertical-align: middle;
  background: #E2DED3;
  padding: 16px 24px 16px 24px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

/* 右列（入力） */
.order-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  background: #fff;
}

.order-customer-area .order-table td {
  text-align: left;
}

/* th 内のテキスト */
.th-label {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}


/* 共通インプット */
.form-input {
  border-radius: 4px;
  border: 1px solid #B3B3B3;
  padding: 11px 10px;
  width: 480px;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.form-input-zip {
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    padding: 11px 10px;
    width: 200px;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
}

/* 長いフィールド（住所など） */
.form-input-long {
  width: 100%;
}

/* 短いフィールド（郵便番号・年齢） */
.form-input-short {
  width: 100px;
}

/* テキストエリア */
.form-textarea {
  width: 100%;
  min-height: 104px;
  border: 1px solid #B3B3B3;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
}

/* 単位（歳など） */
.unit {
  margin-left: 8px;
  font-size: 15px;
}

/* 注意文 */
.order-customer-area .note {
  margin-top: 10px;
  font-size: 13px;
  color: #B84010;
}

/* のしラジオボタン */
.noshi-radio-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.noshi-radio-list label {
  cursor: pointer;
}

.repeat {
  font-size: 13px;
  margin: 16px 0;
  line-height: 1;
}

/* のし入力欄 */
.noshi-inputs {
  margin-top: 16px;
}

.noshi-row+.noshi-row {
  margin-top: 16px;
}

.noshi-row {
  display: flex;
  align-items: center; 
}

.noshi-row label {
    display: block;
    font-size: 15px;
    width: 125px;
}

.noshi-radio-list {
  display: block;
}
.noshi-radio-list li {
  display: block;
}

.noshi-radio-list li + li {
  margin-top: 16px;
}

.noshi-radio-list label {
  font-size: 15px;
}
/* ラジオボタンを非表示（元を隠す） */
.noshi-radio-list input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #B3B3B3; /* 外枠グレー */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}

/* チェック時の内側の丸 */
.noshi-radio-list input[type="radio"]:checked {
  border-color: #B3B3B3; /* 枠も赤にしてもOKなら */
}

.noshi-radio-list input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B84010; /* 内側の赤丸 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noshi-radio-list label {
  display: flex;
  align-items: center;
}

/* お届け先情報入力 */
.delivery-info-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 100px 0;
}
.wpcf7-response-output{
  max-width: 1278px;
}

.online .wpcf7 form .wpcf7-response-output {
  margin: -60px auto 100px;
}

.delivery-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* テーブル */
.delivery-table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
  font-size: 15px;
  border-top: 1px solid #E2DED3;
  border-left: 1px solid #E2DED3;
  border-right: 1px solid #E2DED3;
}

.delivery-table th,
.delivery-table td {
  border-bottom: 1px solid #FFFFFF;
}

.delivery-table td {
  border-bottom: 1px solid #DDDDDD;
}

.delivery-table tr:last-child th {
  border-bottom: 1px solid #DDDDDD;
}


.delivery-table th {
  width: 260px;
  background: #E2DED3;
  padding: 26px 24px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.delivery-table th {
  position: relative;
  padding-right: 70px;
  /* 必須ぶんのスペースを少し足す */
}

/* 既存の .required に上書きでOK */
.required {
  padding: 4px 5px;
  line-height: 1;
  background-color: #B84010;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  /* auto は不要に */
  position: absolute;
  right: 10px;
  /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 縦中央 */
}

.required {
  padding: 4px 5px;
  line-height: 1;
  background-color: #B84010;
  color: #fff;
  display: inline-block;
  margin-left: auto;
}

.delivery-table td {
  padding: 28px 32px;
  background: #ffffff;
}

/* フォームパーツ */
.delivery-input,
.delivery-textarea {
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  padding: 12px 12px;
  font-size: 15px;
  border-radius: 2px;
}

/* テキストエリア */
.delivery-textarea {
  width: 100%;
  min-height: 104px;
  border: 1px solid #B3B3B3;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
}

/* 郵便番号だけ少し短く */
.delivery-input-zip {
  max-width: 260px;
}

/* ご住所の高さ */
.delivery-textarea {
  resize: vertical;
}

.form-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin-top: 100px;
}

.btn-reset,
.btn-submit {
  width: 280px;
  padding: 22px 0;
  border-radius: 40px;
  border: none;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.005em;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.3s;
}

.btn-reset {
  background-color: #8a8a8a;
}

.btn-submit {
  background-color: #B84010;
}

.form-btn-wrap input:hover,
.form-btn-wrap button:hover {
  opacity: 0.8;
}

.order-confirm-bottom-text {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #555;
}

.payment-cell {
  font-size: 15px;
  line-height: 1.6;
}

.pay-row {
  display: flex;              /* ← 高さズレ防止 */
  align-items: center;        /* ← 完全に中央揃え */
  gap: 6px;
  margin-bottom: 4px;
  cursor: pointer;
  line-height: 1;
}
.pay-row + .pay-row {
  margin-top: 15px;
}


.pay-check {
  margin: 0;
  width: 16px;
  height: 16px;
}

.payment-cell .note {
  margin-top: 14px;
}


/* =========================================
   Online Store EN：product card layout fix
   英語版オンラインストア 商品カード調整
   ※ 英語フォーム最上部の section に
      class="product-area product-area--en"
      を付けて使う
   ========================================= */

/* 基本 */
.product-area--en .product-card {
  min-width: 0;
}

/* =========================================
   通常商品：商品名・価格を縦並びに固定
   Special Sushi Vinegar / Premium Rice Vinegar / Ponzu / Miso など
   ========================================= */

.product-area--en .product-head {
  display: block !important;
  width: 100% !important;
}

.product-area--en .product-head .product-name {
  display: block !important;
  width: 100% !important;
  max-width: none !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 24px !important;
  line-height: 1.32 !important;
  letter-spacing: 0.02em !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.product-area--en .product-head .product-name span,
.product-area--en .product-head .product-size {
  display: inline-block !important;
  margin: 4px 0 0 !important;

  font-size: 15px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

.product-area--en .product-head .product-price {
  display: block !important;
  width: 100% !important;

  margin: 0 0 24px !important;
  padding: 0 !important;

  text-align: left !important;
  white-space: normal !important;
}

.product-area--en .product-head .product-price-main {
  display: inline-block !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.product-area--en .product-head .product-price-main > span {
  font-size: 15px !important;
}

.product-area--en .product-head .product-price-unit {
  display: inline-block !important;
  margin-left: 6px !important;

  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  white-space: nowrap !important;
}

/* 商品説明 */
.product-area--en .product-text {
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================
   複数価格商品：箱入りセット・煎胡麻など
   ========================================= */

.product-area--en .product-head--multi {
  display: block !important;
  width: 100% !important;
}

.product-area--en .product-head--multi .product-price-list {
  display: block !important;
  width: 100% !important;
  max-width: none !important;

  border-top: none !important;
  border-bottom: none !important;

  padding: 0 !important;
  margin: 0 !important;
}

/* 2つ目以降だけ線を1本入れる */
.product-area--en .product-head--multi .product-price-list + .product-price-list {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #c9c3bc !important;
}

.product-area--en .product-head--multi .product-price-list .product-name {
  display: block !important;
  width: 100% !important;
  max-width: none !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 24px !important;
  line-height: 1.32 !important;
  letter-spacing: 0.02em !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.product-area--en .product-head--multi .product-price-list .product-name span {
  display: inline-block !important;
  margin: 4px 0 0 !important;

  font-size: 15px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

.product-area--en .product-head--multi .product-price-list .product-price {
  display: block !important;
  width: 100% !important;

  margin: 0 0 0 !important;
  padding: 0 !important;

  text-align: left !important;
  white-space: normal !important;
}

.product-area--en .product-head--multi .product-price-list .product-price-main {
  display: inline-block !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.product-area--en .product-head--multi .product-price-list .product-price-main > span {
  font-size: 15px !important;
}

.product-area--en .product-head--multi .product-price-list .product-price-unit {
  display: inline-block !important;
  margin-left: 6px !important;

  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  white-space: nowrap !important;
}

/* セット内容説明 */
.product-area--en .product-note-list {
  margin: 18px 0 24px;
  font-size: 14px;
  line-height: 1.8;
}

/* =========================================
   数量・セット選択行
   ========================================= */

.product-area--en .product-set-list {
  margin-top: 18px;
}

.product-area--en .product-set-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  align-items: center;
  padding: 10px 0;
}

.product-area--en .product-set-label {
  min-width: 0;
  font-size: 15px;
  line-height: 1.45;
}

.product-area--en .product-set-label span {
  display: inline;
  font-size: 13px;
}

.product-area--en .product-quantity,
.product-area--en .product-set-qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-area--en .product-quantity label,
.product-area--en .product-set-qty label {
  font-size: 13px;
  white-space: nowrap;
}

.product-area--en .select-wrap select {
  min-width: 88px;
}

/* =========================================
   動画ボタン
   ========================================= */

.product-area--en .product-movie {
  margin-top: 24px;
}

/* =========================================
   スマホ調整
   ========================================= */

@media (max-width: 767px) {
  .product-area--en .product-head .product-name,
  .product-area--en .product-head--multi .product-price-list .product-name {
    font-size: 21px !important;
  }

  .product-area--en .product-head .product-price-main,
  .product-area--en .product-head--multi .product-price-list .product-price-main {
    font-size: 24px !important;
  }

  .product-area--en .product-head .product-price-unit,
  .product-area--en .product-head--multi .product-price-list .product-price-unit {
    display: block !important;
    margin: 4px 0 0 !important;
  }

  .product-area--en .product-set-row {
    display: block;
  }

  .product-area--en .product-set-qty {
    margin-top: 8px;
  }
}

/* =========================================
   Online Store EN：Saikyo Misozuke lineup fix
   英語版オンラインストア 西京漬一覧調整
   ========================================= */

/* 見出し行：タイトル＋送料注記 */
.product-area--en ~ .winter-top-area .winter-lineup-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;

  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #999;
}

.product-area--en ~ .winter-top-area .winter-lineup-heading .winter-lineup-title {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product-area--en ~ .winter-top-area .winter-lineup-shipping-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  white-space: nowrap;
}

/* 商品行 */
.product-area--en ~ .winter-top-area .winter-lineup-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  column-gap: 42px;
  align-items: center;
  padding: 26px 12px;
}

/* meta内の要素を親gridに直接乗せる */
.product-area--en ~ .winter-top-area .winter-lineup-meta {
  display: contents;
}

/* 左側：商品名 */
.product-area--en ~ .winter-top-area .winter-lineup-name {
  grid-column: 1;
  grid-row: 1;

  display: block;
  min-width: 0;

  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* (6 pieces) を商品名の下に固定 */
.product-area--en ~ .winter-top-area .winter-lineup-name span {
  display: block;
  margin: 4px 0 0;

  font-size: 15px;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

/* 左側：注文可能時期 */
.product-area--en ~ .winter-top-area .winter-lineup-period {
  grid-column: 1;
  grid-row: 2;

  display: block;
  margin-top: 8px;

  font-size: 14px;
  line-height: 1.4;
  color: #666;
  white-space: nowrap;
}

/* 右側：価格 */
.product-area--en ~ .winter-top-area .winter-lineup-price {
  grid-column: 2;
  grid-row: 1;

  justify-self: start;
  align-self: end;

  display: inline-block;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 700;
  color: #b72000;
  white-space: nowrap;
}

.product-area--en ~ .winter-top-area .winter-lineup-price-unit {
  font-size: 15px;
  margin-left: 4px;
}

/* 各商品内の shipping not included は非表示 */
.product-area--en ~ .winter-top-area .winter-lineup-note {
  display: none !important;
}

/* 右側：数量 */
.product-area--en ~ .winter-top-area .winter-lineup-meta .product-quantity {
  grid-column: 2;
  grid-row: 2;

  justify-self: start;
  align-self: start;

  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.product-area--en ~ .winter-top-area .winter-lineup-meta .product-quantity label {
  font-size: 13px;
  white-space: nowrap;
}

.product-area--en ~ .winter-top-area .winter-lineup-meta .select-wrap select {
  min-width: 88px;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .product-area--en ~ .winter-top-area .winter-lineup-heading {
    display: block;
    padding-bottom: 12px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-shipping-note {
    margin-top: 6px;
    font-size: 13px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-item {
    display: block;
    padding: 22px 0;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-meta {
    display: block;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-name {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-name span {
    margin-top: 4px;
    font-size: 14px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-period {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-price {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .product-area--en ~ .winter-top-area .winter-lineup-meta .product-quantity {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }
}

/* =========================================
   Online Store：Contact Form 7 message styling
   送信エラー・バリデーション表示調整
   ========================================= */

.wpcf7 form .wpcf7-response-output {
  max-width: 960px;
  margin: 36px auto 48px;
  padding: 18px 24px;
  border: 1px solid #b84010;
  background: #fffaf6;
  color: #6b2b13;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #b84010;
  background: #fff7f1;
  color: #6b2b13;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #9a8a5a;
  background: #f7f4ec;
  color: #333;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  padding-left: 0;
  color: #b84010;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.wpcf7-not-valid {
  border-color: #b84010 !important;
  background: #fffaf6 !important;
}

/* オンラインストア内ではエラー表示を少し上品に */
.product-area--en ~ .order-customer-area .wpcf7-not-valid-tip,
.product-area--en ~ .delivery-info-area .wpcf7-not-valid-tip,
.product-area--en ~ .order-confirm-area .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #b84010;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 28px 16px 36px;
    padding: 15px 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}


/* =========================
   オンラインストア：送料・代引き手数料ポップアップ
========================= */

.km-shipping-guide {
  margin: 20px 0 0;
  text-align: left;
}

.km-shipping-modal-open {
  display: inline-block;
  padding: 11px 24px;
  border: 1px solid #8b6f47;
  background: #fff;
  color: #8b6f47;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.km-shipping-modal-open:hover {
  background: #8b6f47;
  color: #fff;
}

/* モーダル全体：今見えている画面全体に固定 */
.km-shipping-modal {
  display: none;
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  box-sizing: border-box;
}

/* 開いた時：現在の画面中央に表示 */
.km-shipping-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

/* 背景の黒いオーバーレイ */
.km-shipping-modal__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* ポップアップ本体 */
.km-shipping-modal__content {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  height: min(900px, calc(100dvh - 80px));
  max-height: calc(100dvh - 50px);
  margin: 0;
  padding: 28px 30px 34px;
  overflow-y: auto;
  background: #fff;
  color: #222;
  box-sizing: border-box;
}

/* 閉じるボタン */
.km-shipping-modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  margin: -12px -12px 8px 12px;
  border: none;
  background: #f4f1ec;
  color: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* 見出し */
.km-shipping-modal__title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.km-shipping-modal__lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

/* 配送方法セレクト */
.km-shipping-modal__select-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 15px;
}

.km-shipping-modal__select {
  min-width: 160px;
  padding: 8px 12px;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 15px;
}

/* 送料表 */
.km-shipping-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 18px;
}

.km-shipping-table,
.km-cod-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.km-shipping-table th,
.km-shipping-table td,
.km-cod-table th,
.km-cod-table td {
  border: 1px solid #d6d0c7;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
}

.km-shipping-table th,
.km-cod-table th {
  background: #f6f2eb;
  font-weight: 600;
}

/* 注記 */
.km-shipping-modal__note {
  margin: 14px 0 22px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

/* 小見出し */
.km-shipping-modal__subheading {
  margin: 28px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c8bca8;
  font-size: 18px;
  line-height: 1.5;
  color: #5f4b2f;
}

/* 地域区分：旧表示は非表示 */
.km-shipping-area-list {
  display: none;
}

/* 地域区分：カード表示 */
.km-shipping-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.km-shipping-area-card {
  padding: 14px 16px;
  border: 1px solid #ded6ca;
  background: #faf8f4;
  box-sizing: border-box;
}

.km-shipping-area-card h4 {
  margin: 0 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d2c4af;
  color: #5f4b2f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.km-shipping-area-card p {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
}

/* 代引き手数料表 */
.km-cod-table-wrap {
  max-width: 560px;
  margin: 0 auto 18px;
}

/* モーダル表示中は背景スクロールを止める */
body.km-shipping-modal-fixed {
  overflow: hidden;
}

/* お問い合わせ欄：Tel / Fax */
.order-contact-tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 28px;
}

.order-contact-phone-item {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

/* =========================
   スマホ調整
========================= */

@media screen and (max-width: 768px) {
  .km-shipping-guide {
    text-align: center;
  }

  .km-shipping-modal-open {
    width: 100%;
    max-width: 320px;
  }

  .km-shipping-modal.is-open {
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
  }

  .km-shipping-modal__content {
    width: 100%;
    height: min(760px, calc(100dvh - 40px));
    max-height: calc(100dvh - 40px);
    padding: 22px 16px 28px;
  }

  .km-shipping-modal__title {
    font-size: 21px;
  }

  .km-shipping-modal__lead {
    text-align: left;
    font-size: 14px;
  }

  .km-shipping-modal__select-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .km-shipping-modal__select {
    width: 100%;
  }

  .km-shipping-table,
  .km-cod-table {
    font-size: 13px;
  }

  .km-shipping-table th,
  .km-shipping-table td,
  .km-cod-table th,
  .km-cod-table td {
    padding: 8px 10px;
  }

  .km-shipping-area-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .km-shipping-area-card {
    padding: 12px 14px;
  }

  .km-shipping-area-card h4 {
    font-size: 14px;
  }

  .km-shipping-area-card p {
    font-size: 13px;
  }

  .order-contact-tel {
    display: block;
    text-align: center;
  }

  .order-contact-phone-item {
    display: block;
    white-space: nowrap;
  }
}

/* =========================
   オンラインストア：配送区分ラベル
========================= */

.product-main-img {
  position: relative;
}

.delivery-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.delivery-badge--cool {
  background: #2f6fae;
}

.delivery-badge--normal {
  background: #b85c4a;
}

.delivery-badge--mixed {
  background: #8b6f47;
}
/* =========================
   オンラインストア：箱入りセット欄 左説明2段・右選択固定
========================= */

.product-set-list--table {
  margin-top: 16px;
}

.product-set-list--table .product-set-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}

.product-set-list--table .product-set-row:last-child {
  border-bottom: none;
}

/* 左側：セット名＋説明 */
.product-set-main {
  display: block;
  min-width: 0;
}

.product-set-title {
  display: block;
  margin: 0 0 2px;
  color: #222;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

/* 説明文：左端から2段目に表示。長い場合は省略＋titleで補足 */
.product-set-desc {
  display: block;
  max-width: 100%;
  color: #555;
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
}

.product-set-desc--normal {
  color: #b85c4a;
}

/* 右側：ドロップダウンを右固定 */
.product-set-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  white-space: nowrap;
}

.product-set-control-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-set-control-label {
  color: #555;
  font-size: 10.5px;
  line-height: 1;
}

.product-set-controls .select-wrap {
  display: inline-block;
}

.product-set-controls select,
.product-set-option {
  width: 78px;
  height: 29px;
  padding: 0 22px 0 7px;
  font-size: 12px;
}

.product-set-option--wide {
  width: 112px;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .product-set-list--table {
    margin-top: 14px;
  }

  .product-set-list--table .product-set-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px 0;
  }

  .product-set-title {
    font-size: 13px;
  }

  .product-set-desc {
    font-size: 11px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .product-set-controls {
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .product-set-control-group {
    gap: 3px;
  }

  .product-set-control-label {
    font-size: 10px;
  }

  .product-set-controls select,
  .product-set-option {
    width: 76px;
    height: 29px;
    font-size: 12px;
  }

  .product-set-option--wide {
    width: 106px;
  }
}

/* =========================
   オンラインストア：期間限定・店頭受け取りラベル
========================= */

.limited-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #b85c4a;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.delivery-badge--pickup {
  background: #555;
}

@media screen and (max-width: 768px) {
  .limited-badge {
    top: 8px;
    left: 8px;
    padding: 4px 9px;
    font-size: 12px;
  }
}

.delivery-badge--pickup {
  background: #555;
}

.product-main-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-main-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-main-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
}

.product-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


/* 注文フォームを縦方向にコンパクト化 */
@media screen and (min-width: 769px) {

  /* 各行の上下余白 */
  .order-table th,
  .order-table td,
  .delivery-table th,
  .delivery-table td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  /* 通常の入力欄 */
  .order-table input[type="text"],
  .order-table input[type="email"],
  .order-table input[type="tel"],
  .order-table input[type="number"],
  .delivery-table input[type="text"],
  .delivery-table input[type="email"],
  .delivery-table input[type="tel"],
  .delivery-table input[type="number"],
  .order-table select,
  .delivery-table select {
    height: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  /* 住所などのテキストエリア */
  .order-table textarea,
  .delivery-table textarea {
    height: 72px !important;
    min-height: 72px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* 注意書きの上下余白 */
  .order-table .notes,
  .order-table .note,
  .order-table .attention,
  .delivery-table .notes,
  .delivery-table .note,
  .delivery-table .attention {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
  }
}