@charset "UTF-8";

.head-text {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}

/* 安全性の強調スタイル */
.head-text .safety-highlight {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  font-size: 24px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(145deg, rgba(40, 35, 30, 0.95), rgba(60, 50, 40, 0.88));
  -webkit-background-clip: text;
  background-clip: text;
  padding: 8px 20px;
  margin: 0 4px;
  border-top: solid 2px rgba(220, 190, 130, 0.8);
  border-bottom: solid 2px rgba(220, 190, 130, 0.8);
  text-shadow: 0 2px 8px rgba(220, 190, 130, 0.3);
  letter-spacing: 0.05em;
  box-shadow: inset 0 0 20px rgba(220, 190, 130, 0.15);
}

.works-list {
  margin-bottom: 120px;
}
.works-list li {
  display: flex;
  align-items: center;
  border-top: solid 1px #1f1f1f;
  padding: 60px 0;
  position: relative;
}
.works-list li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 190, 130, 0.6), transparent);
  box-shadow: 0 0 10px rgba(220, 190, 130, 0.3);
}
.works-list li:last-child {
  border-bottom: solid 1px #1f1f1f;
}
.works-list li .img {
  width: 50%;
  position: relative;
}
.works-list li .img::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, rgba(220, 190, 130, 0.3), rgba(220, 190, 130, 0.1));
  border: 1px solid rgba(220, 190, 130, 0.4);
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2),
              0 0 20px rgba(220, 190, 130, 0.15);
}
.works-list li .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}
.works-list li:hover .img img {
  transform: scale(1.02);
}
.works-list li .text {
  width: 50%;
  padding: 40px 5%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 244, 236, 0.88) 100%);
  border: 1px solid rgba(190, 160, 110, 0.25);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  margin-left: -30px;
  z-index: 2;
}
.works-list li .text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent 35%);
  border-radius: 6px;
  pointer-events: none;
}
.works-list li .text > * {
  position: relative;
  z-index: 1;
}
.works-list li .text .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
  color: #2a2015;
  letter-spacing: 0.05em;
}
.works-list li .text .source {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}
.works-list li .text .source a {
  color: #4a9fd9;
  text-decoration: none;
  font-weight: 500;
}
.works-list li .text .source a:hover {
  text-decoration: underline;
  color: #2a7ca8;
}

/* Modal: レイアウトと高級感スタイル */
.modal-content {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 245, 250, 0.92) 100%);
  border: 1px solid rgba(140, 160, 185, 0.35);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32),
              inset 0 1px 0 rgba(255, 255, 255, 0.85);
  max-width: min(980px, 92vw);
  padding: 22px;
  position: relative;
}
.modal-content::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(160, 180, 200, 0.35), rgba(80, 140, 200, 0.25), rgba(160, 180, 200, 0.35));
  opacity: 0.35;
}
.modal-name {
  font-family: 'Zen Old Mincho', serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #1a2535;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(160, 180, 200, 0.35);
}
.modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-text {
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(235, 245, 255, 0.93));
  border: 1px solid rgba(140, 160, 185, 0.42);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14),
              inset 0 1px 0 rgba(255, 255, 255, 0.75);
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.modal-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.25), transparent 38%),
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.12), transparent 32%),
    repeating-linear-gradient(135deg, rgba(160, 180, 200, 0.08) 0 12px, transparent 12px 24px);
  border-radius: 8px;
  pointer-events: none;
}
.modal-text h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 18px;
  color: #1a2535;
  position: relative;
}
.modal-text h3:first-of-type {
  margin-top: 0;
}
.modal-text h3::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(80, 140, 200, 0.95), rgba(160, 180, 200, 0.6), transparent);
}
.modal-text p {
  font-size: 15px;
  line-height: 1.85;
  color: #2a3445;
  margin: 0 auto 16px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 6px auto 14px;
  justify-content: center;
}

.badge {
  font-size: 12px;
  color: #103050;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(90, 160, 220, 0.20), rgba(160, 200, 240, 0.18));
  border: 1px solid rgba(90, 160, 220, 0.45);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.process {
  padding-left: 18px;
  margin: 6px 0 16px;
}
.process li {
  font-size: 14px;
  color: #243449;
  line-height: 1.85;
  margin-bottom: 6px;
}

/* Definition list styling for characteristics */
.characteristics {
  margin: 20px 0;
  padding: 0;
}

.characteristics dt {
  font-weight: 600;
  color: rgba(90,160,220,1);
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(90,160,220,0.6);
  font-size: 0.98em;
}

.characteristics dt:first-of-type {
  margin-top: 0;
}

.characteristics dd {
  margin-left: 0;
  padding-left: 24px;
  line-height: 1.85;
  color: rgba(26,37,53,0.9);
}

.modal-text .keypoints {
  margin: 10px 0 4px;
}
.modal-text .keypoints ul {
  padding: 0;
  margin: 0;
}
.modal-text .keypoints li {
  list-style: none;
  font-size: 14px;
  color: #243449;
  line-height: 1.8;
  margin: 6px 0;
  padding-left: 18px;
  position: relative;
}
.modal-text .keypoints li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: radial-gradient(circle, rgba(160, 180, 200, 0.95), rgba(160, 180, 200, 0.35));
  box-shadow: 0 0 8px rgba(160, 180, 200, 0.35);
}
.modal-img-single {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.modal-img-single img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-img {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-content: start;
}
.modal-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  position: relative;
}
.modal-img img::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, rgba(90, 160, 220, 0.28), rgba(160, 200, 240, 0.14));
  border: 1px solid rgba(90, 160, 220, 0.45);
  border-radius: 12px;
  z-index: -1;
}
.modal-close img {
  filter: drop-shadow(0 2px 6px rgba(160, 180, 200, 0.35));
}

@media screen and (max-width: 767px) {
  .modal-body {
    grid-template-columns: 1fr;
  }
  .modal-img img {
    height: 220px;
  }
}
.works-list li .text .info {
  margin-bottom: 40px;
}
.works-list li .text .info .item {
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
}
.works-list li .text .info .item dt {
  margin-right: 5px;
}
.works-list li .text .modal-open {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  background: linear-gradient(135deg, #1f1f1f 0%, #2f2f2f 40%, #3a2a12 100%);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(220, 190, 130, 0.5);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2), 0 0 12px rgba(220, 190, 130, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}
.works-list li .text .modal-open::after {
  content: "Tap to open";
  position: absolute;
  right: 18px;
  bottom: 6px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
}
.works-list li .text .modal-open:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26), 0 0 16px rgba(220, 190, 130, 0.45);
  background: linear-gradient(135deg, #2a2a2a 0%, #3b3b3b 45%, #4a3618 100%);
}
.works-list li .text .modal-open:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2), 0 0 10px rgba(220, 190, 130, 0.35);
}
.works-list li .text .modal-open img {
  width: 18px;
  height: 18px;
  position: static;
}
.works-list li .modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 50%);
  padding: 80px 20px;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 20;
}
.works-list li .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.works-list li .modal-content {
  width: 100%;
  max-width: 860px;
  background-color: #fff;
  display: inline-block;
  padding: 80px;
  position: relative;
}
.works-list li .modal-content .modal-name {
  margin-bottom: 20px;
  text-align: left;
}
.works-list li .modal-content .modal-img img {
  margin-bottom: 20px;
}
.works-list li .modal-content .modal-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

/*-------------------------------------------
牡蠣の旬テーブル
-------------------------------------------*/
.oyster-season-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 250, 255, 0.95));
  border: 2px solid rgba(160, 180, 200, 0.4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.oyster-season-table thead {
  background: linear-gradient(135deg, rgba(80, 140, 200, 0.15), rgba(120, 170, 220, 0.12));
  border-bottom: 2px solid rgba(80, 140, 200, 0.3);
}

.oyster-season-table th {
  padding: 14px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1a3355;
  text-align: center;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(160, 180, 200, 0.2);
}

.oyster-season-table th.month-header {
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0d1f2d;
  background: linear-gradient(135deg, rgba(100, 160, 220, 0.25), rgba(140, 190, 240, 0.18));
  border-right: 1px solid rgba(80, 140, 200, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.oyster-season-table th:last-child {
  border-right: none;
}

.oyster-season-table thead th:first-child {
  text-align: left;
  border-right: 2px solid rgba(80, 140, 200, 0.3);
}

.oyster-season-table tbody tr {
  border-bottom: 1px solid rgba(160, 180, 200, 0.25);
  transition: background-color 0.2s ease;
}

.oyster-season-table tbody tr:nth-child(odd) {
  background: linear-gradient(135deg, rgba(245, 250, 255, 0.92), rgba(240, 248, 255, 0.88));
}

.oyster-season-table tbody tr:nth-child(even) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 252, 255, 0.92));
}

.oyster-season-table tbody tr:hover {
  background: linear-gradient(135deg, rgba(100, 170, 230, 0.18), rgba(150, 200, 250, 0.14)) !important;
  box-shadow: inset 4px 0 0 rgba(80, 140, 200, 0.4);
}

.oyster-season-table tbody tr:last-child {
  border-bottom: none;
}

.oyster-season-table td {
  padding: 12px 8px;
  text-align: center;
  font-size: 13px;
  color: #2a3445;
  border-right: 1px solid rgba(160, 180, 200, 0.15);
  transition: background-color 0.15s ease;
}

.oyster-season-table tbody tr:hover td {
  background: linear-gradient(180deg, rgba(100, 170, 230, 0.06), rgba(120, 190, 250, 0.04));
}

.oyster-season-table td:first-child {
  text-align: left;
  font-size: 13px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(240, 250, 255, 0.6));
  border-right: 2px solid rgba(80, 140, 200, 0.25);
  min-width: 140px;
  font-weight: 500;
  color: #1a3355;
}

.oyster-season-table .location-note {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-top: 3px;
}

.oyster-season-table .season-peak {
  font-size: 18px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at center, rgba(196, 30, 58, 0.08), rgba(220, 60, 88, 0.04));
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(196, 30, 58, 0.15);
}

.oyster-season-table .season {
  font-size: 16px;
  font-weight: 600;
  color: #f0ad4e;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at center, rgba(240, 173, 78, 0.08), rgba(255, 193, 7, 0.04));
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(240, 173, 78, 0.12);
}

.table-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(240, 250, 255, 0.95), rgba(245, 250, 255, 0.92));
  border: 1px solid rgba(160, 180, 200, 0.3);
  border-radius: 6px;
  font-size: 13px;
  color: #2a3445;
}

.table-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  .oyster-season-table {
    font-size: 12px;
  }

  .oyster-season-table th,
  .oyster-season-table td {
    padding: 10px 6px;
  }

  .oyster-season-table td:first-child {
    padding: 10px 12px;
    min-width: 120px;
  }

  .oyster-season-table .location-note {
    font-size: 11px;
  }

  .table-legend {
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .oyster-season-table {
    font-size: 11px;
    margin: 20px -20px;
    border-radius: 0;
    overflow-x: auto;
  }

  .oyster-season-table th,
  .oyster-season-table td {
    padding: 10px 5px;
  }

  .oyster-season-table td:first-child {
    padding: 10px 10px;
    min-width: 100px;
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .oyster-season-table .location-note {
    font-size: 10px;
    margin-top: 2px;
  }

  .oyster-season-table .season-peak {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .oyster-season-table .season {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .table-legend {
    font-size: 12px;
    gap: 8px;
    padding: 12px 15px;
  }
}
.works-list li .modal-content .modal-close img {
  max-width: 25px;
}

/* ワインペアリングセクションの高級感あるスタイル */
.wine-section {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.02), rgba(30, 20, 10, 0.04)) !important;
  border-left: 4px solid rgba(184, 134, 11, 0.6) !important;
  padding: 28px 32px !important;
  margin: 24px 0 !important;
  position: relative;
}

.wine-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.4), transparent);
}

.wine-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  font-family: 'Zen Old Mincho', serif;
}

.wine-section p {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  text-align: justify;
}

.wine-section p:last-of-type {
  margin-bottom: 0;
}

/* ワインプロセス（手順）のスタイル */
.wine-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wine-process li {
  padding: 16px 0 16px 42px;
  position: relative;
  border-bottom: 1px solid rgba(184, 134, 11, 0.15);
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.02em;
}

.wine-process li:last-child {
  border-bottom: none;
}

.wine-process li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 16px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.25), rgba(212, 175, 55, 0.15));
  border: 2px solid rgba(184, 134, 11, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: rgba(101, 67, 33, 0.9);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.wine-process {
  counter-reset: item;
}

/* ワインキーポイント（重要ポイント）のスタイル */
.wine-keypoints {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}

.wine-keypoints li {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 28px;
}

.wine-keypoints li:last-child {
  border-bottom: none;
}

.wine-keypoints li::before {
  content: "✦";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(184, 134, 11, 0.6);
  font-size: 12px;
}

.wine-keypoints li strong {
  color: #1a1a1a;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

/* ワイン結論セクション */
.wine-conclusion {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.08), rgba(212, 175, 55, 0.05)) !important;
  border-left: 5px solid rgba(184, 134, 11, 0.7) !important;
  padding: 32px 36px !important;
  margin-top: 32px !important;
  text-align: center;
  font-style: italic;
}

.wine-conclusion h3 {
  font-size: 20px;
  margin-bottom: 18px;
  color: rgba(20, 20, 20, 0.95);
}

.wine-conclusion p {
  font-size: 15px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.04em;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .works-list {
    margin-bottom: 60px;
  }
  .works-list li {
    flex-direction: column;
  }
  .works-list li .img {
    width: 100%;
  }
  .works-list li .text {
    width: 100%;
    padding: 20px;
  }
  .works-list li .modal-content {
    padding: 40px 20px;
  }
}