@charset "UTF-8";
/* CSS Document */
/* Scss Document */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.spec-table tr + tr {
  border-top: 1px solid #e5e7eb;
}
.spec-table td {
  padding: 12px 14px;
  vertical-align: top;
  line-height: 1.6;
  color: #374151;
}
.spec-table .spec-title {
  width: 28%;
  background: #f9fafb;
  font-weight: 600;
  color: #111827;
  border-right: 1px solid #e5e7eb;
}

.item-block dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
}
.item-block dd,
.item-block dt {
  margin: 0;
}
.item-block dd {
  flex: 0 0 380px;
  max-width: 380px;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 1.5em;
}
.item-block dd img {
  display: block;
  max-width: 380px;
  height: auto;
}
.item-block dt {
  flex: 1 1 auto;
}
.item-block .item_name {
  font-size: 16px;
  font-weight: bold;
}
.item-block .item_size {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0;
}
.item-block .pri_maker {
  color: #FF0004;
  text-align: left;
  padding: 0;
}
.item-block .pri_maker span.name {
  font-size: 16px;
  font-weight: bold;
}
.item-block .off {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.item-block .item-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.item-block .item-price-row .off {
  margin: 0;
}
.item-block .item-price-row .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #dc2626;
}

/* スマホなど幅が狭いときは縦並びにする */
@media (max-width: 640px) {
  .item-block dl {
    flex-direction: column;
  }
  .item-block dd img {
    max-width: 100%;
  }
}
.form_btn_s {
  margin-top: 16px;
  text-align: center;
}
.form_btn_s a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  border: 1px solid #16a34a;
  background-color: #16a34a;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.12s ease-out, border-color 0.12s ease-out, color 0.12s ease-out;
  box-shadow: 0 3px 8px rgba(22, 163, 74, 0.25);
}
.form_btn_s a:hover {
  background-color: #15803d;
  border-color: #15803d;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(22, 163, 74, 0.35);
}
.form_btn_s a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(22, 163, 74, 0.25);
}
@media (max-width: 640px) {
  .form_btn_s a {
    width: 100%;
  }
}

.bar_t_t01 {
  font-size: 1.1rem;
  margin: 1rem 0;
}

.Box_awning_F {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

table.awning_size {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95rem;
}
table.awning_size thead th {
  background: #f6f7fb;
}
table.awning_size tbody th {
  background: #fafafa;
  white-space: nowrap;
}
table.awning_size th,
table.awning_size td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.awning_size input[type=radio] {
  transform: scale(1.1);
}

.muted {
  color: #888;
}

.fabric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}

.fabric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
}
.fabric input {
  margin-right: 6px;
}
.fabric .name {
  font-weight: 600;
}
.fabric .up {
  font-size: 0.9em;
  color: #333;
}

.price-box {
  margin: 12px 0;
  padding: 12px;
  border: 1px dashed #bbb;
  border-radius: 8px;
  background: #fcfcff;
}

.btn-estimate {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #16a34a;
  cursor: pointer;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 600;
  font-size: 1.285rem;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35);
  text-decoration: none;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, filter 0.12s ease-out, background 0.12s ease-out;
}
.btn-estimate:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.45);
}
.btn-estimate:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(22, 163, 74, 0.3);
}
.btn-estimate:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
  background: #9ca3af;
  border-color: #9ca3af;
}

.notice {
  color: #b22;
  margin: 0.5rem 0;
}

@media (max-width: 720px) {
  .awning_size {
    font-size: 0.9rem;
  }
}
.canvas-series {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

.canvas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.canvas-item {
  width: 110px;
  font-size: 12px;
  display: flex;
}

.canvas-item label {
  display: block;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.canvas-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 4px;
}

.canvas-item input[type=radio] {
  margin-right: 4px;
}

.canvas-item.selected {
  outline: 3px solid #007bff;
  border-radius: 8px;
  background-color: #f0f8ff;
}

.result {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  /* background: #fafafa; */
}

.price {
  font-weight: bold;
  font-size: 1.5em;
  color: #005bbb;
  margin-top: 1em;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 120px 80px 1fr;
  gap: 8px;
  align-items: center;
  max-width: 800px;
  margin: 0px auto;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
  /* ← 全体より少し大きめ */
}
.price-row .label {
  font-weight: 500;
  font-size: 1em;
  padding-left: 1em;
}
.price-row .value {
  text-align: right;
  font-size: 1.2em;
  /* ← 数値だけ強調 */
}
.price-row .unit {
  text-align: left;
}
.price-row .note {
  color: #555;
  font-size: 0.95em;
}

.price-row.total {
  background: #fffdce;
  font-size: 1.3em;
  font-weight: bold;
}
.price-row.total .label,
.price-row.total .value,
.price-row.total .unit {
  font-weight: bold;
  color: #b22;
}

.product-info-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 900px;
  margin: 1.5em auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

/* 左側の画像 */
.product-image {
  flex: 0 0 260px;
  /* 固定幅 */
}
.product-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 商品情報 */
.product-info {
  flex: 1;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 6px 0;
  font-size: 15px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.product-info dt,
.product-info dd {
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.product-info dt {
  font-weight: 600;
  color: #333;
  padding-left: 6px;
}
.product-info dd {
  margin: 0;
  color: #111;
}

@media (max-width: 640px) {
  .product-info-block {
    flex-direction: column;
    align-items: center;
  }
  .product-image {
    width: 80%;
    max-width: 300px;
  }
  .product-info {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.box_caution.sorakaze {
  width: auto;
  max-width: 100%;
  margin: 1rem;
}

.notice-box {
  border: 2px solid #ff9900;
  /* サイトのオレンジ系に寄せた枠線 */
  background: #fffaf0;
  /* ごく薄いオレンジ背景 */
  padding: 12px 16px;
  margin: 16px 0;
  border-radius: 6px;
  font-size: 1rem;
}

.notice-title {
  margin: 0 0 6px;
  font-weight: bold;
  color: #c0392b;
  /* サイトの青系見出しカラーをイメージ */
  font-size: 1.2em;
}

.notice-list {
  margin: 0 0 6px 1.2em;
  padding: 0;
}

.notice-list li {
  margin-bottom: 2px;
  font-size: 1em;
}

.notice-note {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #c0392b;
  /* 注意書き用の少し暗めの赤 */
}

.kekka.shipping {
  margin: auto 0;
  background-color: #c0392b;
}

.color-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}

.color-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.color-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.05s;
}
.color-option:active {
  transform: scale(0.99);
}
.color-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.color-option input:checked + .thumb {
  outline: 3px solid #007bff;
  border-color: #007bff;
}
.color-option input:focus-visible + .thumb {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}
.color-option input:checked ~ .state {
  display: inline-block;
}
.color-option .thumb {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}
.color-option .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.color-option .caption {
  font-size: 14px;
  line-height: 1.2;
}
.color-option .state {
  display: none;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #007bff;
  color: #fff;
}
@media (hover: hover) {
  .color-option:hover {
    border-color: rgb(208.0191304348, 211.6330434783, 218.8608695652);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
}

.measure-picker {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .measure-picker {
    grid-template-columns: 1fr;
  }
}

.measure-preview {
  padding: 8px;
}
.measure-preview img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.measure-fields {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
}
.measure-fields .measure-label {
  font-size: 14px;
  color: #374151;
}
.measure-fields select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
}
.measure-fields select:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
  border-color: #2563eb;
}
.measure-fields .measure-hint {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}

.measure-block {
  margin-bottom: 40px;
}

.section-title {
  margin: 1.8rem 0 0.8rem;
  padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  font-size: 1.143rem;
  font-weight: 600;
  color: #111827;
  position: relative;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}
.section-title::before {
  content: "";
  width: 3px;
  height: 1.6em;
  border-radius: 999px;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
}
.section-title::after {
  content: attr(data-label);
  margin-left: auto;
  font-size: 11px;
  font-weight: 500;
  color: #4b5563;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e5e7eb;
}

.section-title:first-of-type {
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .section-title {
    font-size: 15px;
    padding: 0.45rem 0.7rem 0.45rem 1rem;
  }
}
@media (max-width: 640px) {
  .measure-block {
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 15px;
  }
}
.back-link {
  margin: 24px 0 0;
  text-align: left;
}

.back-link a {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #374151;
  background-color: #f9fafb;
  transition: background-color 0.12s ease-out, border-color 0.12s ease-out, transform 0.12s ease-out;
}
.back-link a:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
  transform: translateY(-1px);
}
.back-link a:active {
  transform: translateY(0);
}

.error-box {
  margin: 16px 0 24px;
  padding: 12px 14px 12px 16px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  background-color: #fef2f2;
  position: relative;
}
.error-box p.error-lead, .error-box p.error-note {
  padding-left: 0;
  font-size: 1.2rem;
}

.error-lead {
  margin: 0 0 6px;
  font-weight: 700;
  color: #ff0000;
}

.error-list {
  margin: 0 0 4px 1.2em;
  padding: 0;
  font-size: 1rem;
  color: #ff0000;
  list-style: disc;
}
.error-list li {
  margin: 2px 0;
}

.error-note {
  margin: 4px 0 0;
  color: #991b1b;
}

.back-link {
  margin: 2rem 0;
  text-align: center;
}
.back-link a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  color: #2b6cb0;
  background: #f0f4f8;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.back-link a:hover {
  background: #e2e8f0;
}/*# sourceMappingURL=item_sorakaze.css.map */