/* ============================================
   GW特別体験 予約ページ用CSS
   既存サイト（common.css）のデザインに準拠
   ============================================ */

/* ============================================
   ■ LPビジュアルセクション
   サイトカラー #0f1f55 / アクセント #D4A843
   ============================================ */

/* --- 共通 --- */
.lp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-label {
  font-size: 12px;
  letter-spacing: 4px;
  color: #D4A843;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.lp-heading {
  font-size: 36px;
  font-weight: bold;
  color: #0f1f55;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}
.lp-desc {
  color: #555;
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

/* --- MOVIE (YouTube Shorts) --- */
.lp-movie {
  background: #0f1f55;
  padding: 48px 20px;
}
.lp-movie-wrap {
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.lp-movie-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* --- HERO --- */
.lp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: url("/images/entry-gw/photo_hero_.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,31,85,0.3) 0%, rgba(15,31,85,0.65) 100%);
}
.lp-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.lp-hero-badge {
  display: inline-block;
  background: rgba(212,168,67,0.9);
  color: #fff;
  padding: 8px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.lp-hero-logo {
  width: 320px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.lp-hero-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
  margin-bottom: 16px;
}
.lp-hero-title em {
  font-style: normal;
  color: #D4A843;
}
.lp-hero-sub {
  font-size: 20px;
  opacity: 0.95;
  margin-bottom: 32px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.lp-hero-info {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-hero-info span {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lp-hero-cta {
  display: inline-block;
  background: #D4A843;
  color: #0f1f55;
  padding: 16px 48px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(212,168,67,0.4);
}
.lp-hero-cta:hover {
  background: #e6bc5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212,168,67,0.5);
  color: #0f1f55;
}
.lp-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.7;
  animation: lp-bounce 2s infinite;
}
@keyframes lp-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* --- タイムスケジュール --- */
.lp-schedule {
  background: #f8f6f2;
  padding: 72px 20px;
  text-align: center;
}
.lp-schedule-note {
  color: #888;
  font-size: 14px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.lp-schedule-timeline {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.lp-schedule-step {
  display: grid;
  grid-template-columns: 64px 24px 1fr;
  gap: 0 16px;
  align-items: start;
  padding-bottom: 36px;
  position: relative;
}
.lp-schedule-step:last-child {
  padding-bottom: 0;
}
.lp-schedule-time {
  font-size: 18px;
  font-weight: 800;
  color: #0f1f55;
  text-align: right;
  padding-top: 2px;
  font-feature-settings: "tnum";
}
.lp-schedule-dot {
  width: 16px;
  height: 16px;
  background: #D4A843;
  border-radius: 50%;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(212,168,67,0.2);
}
.lp-schedule-step::after {
  content: "";
  position: absolute;
  left: calc(64px + 16px + 11px);
  top: 24px;
  width: 2px;
  height: calc(100% - 8px);
  background: #D4A843;
  opacity: 0.3;
  z-index: 1;
}
.lp-schedule-step:last-child::after {
  display: none;
}
.lp-schedule-body h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f1f55;
  margin: 0 0 6px;
}
.lp-schedule-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.lp-schedule-step--end .lp-schedule-dot {
  background: #0f1f55;
  box-shadow: 0 0 0 4px rgba(15,31,85,0.15);
}
.lp-schedule-step--end .lp-schedule-body p {
  color: #999;
}
.lp-schedule-caution {
  font-size: 12px;
  color: #999;
  margin-top: 32px;
  text-align: center;
  line-height: 1.8;
}

/* --- フォトストリップ --- */
.lp-photostrip {
  display: flex;
  gap: 0;
  overflow: hidden;
  height: 280px;
}
.lp-photostrip img {
  flex: 1;
  min-width: 0;
  object-fit: cover;
  height: 100%;
}

/* --- CONCEPT --- */
.lp-concept {
  background: #0f1f55;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.lp-concept .lp-heading {
  color: #fff;
}
.lp-concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
  text-align: left;
}
.lp-concept-card {
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}
.lp-concept-card > img {
  width: 100%;
  display: block;
}
.lp-concept-card-body {
  padding: 24px;
}
.lp-concept-card-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.lp-concept-sub-imgs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.lp-concept-sub-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
}
.lp-concept-card h3 {
  font-size: 22px;
  color: #D4A843;
  margin-bottom: 12px;
  font-weight: bold;
}
.lp-concept-card p {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  line-height: 1.9;
}
.lp-concept-card strong {
  color: #D4A843;
}

/* --- COMPARE --- */
.lp-compare {
  background: #f5f0e8;
  text-align: center;
  padding: 80px 20px;
}
.lp-compare-img {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.lp-compare-img img {
  width: 100%;
  display: block;
}

/* --- FLOW --- */
.lp-flow {
  text-align: center;
  padding: 80px 20px;
}
.lp-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.lp-flow-step {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
}
.lp-flow-step:hover {
  transform: translateY(-4px);
}
.lp-flow-step > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.lp-flow-step:hover img {
  transform: scale(1.05);
}
.lp-flow-step-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  background: linear-gradient(180deg, transparent 30%, rgba(15,31,85,0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
}
.lp-flow-step-num {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: #D4A843;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #0f1f55;
}
.lp-flow-step h3 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: bold;
}
.lp-flow-step p {
  font-size: 13px;
  opacity: 0.9;
}
.lp-flow-toggle {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #D4A843;
  cursor: pointer;
}
.lp-flow-detail {
  max-height: 0;
  overflow: hidden;
  background: #0f1f55;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 24px;
}
.lp-flow-step.is-open .lp-flow-detail {
  max-height: 600px;
  padding: 16px 24px 20px;
}
.lp-flow-carousel {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 8px;
}
.lp-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.lp-carousel-track img {
  width: 100%;
  min-width: 100%;
  height: 180px;
  object-fit: contain;
  background: #0a1540;
  flex-shrink: 0;
}
.lp-carousel-prev,
.lp-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-carousel-prev { left: 6px; }
.lp-carousel-next { right: 6px; }
.lp-flow-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-flow-detail li {
  font-size: 14px;
  line-height: 1.8;
  color: #ddd;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.lp-flow-detail li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D4A843;
  font-weight: bold;
}

/* --- PROCESS --- */
.lp-process {
  background: #fff;
  text-align: center;
  padding: 80px 20px;
}
.lp-process-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.lp-process-item {
  text-align: center;
}
.lp-process-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 12px;
}
.lp-process-label {
  font-size: 13px;
  font-weight: 700;
  color: #0f1f55;
}
.lp-process-desc {
  font-size: 11px;
  color: #777;
  margin-top: 4px;
}
.lp-process-movie {
  margin-top: 56px;
  text-align: center;
}
.lp-process-movie-lead {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.lp-process-movie-wrap {
  max-width: 320px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0,0,0,0.12);
}
.lp-process-movie-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* --- GALLERY --- */
.lp-gallery {
  background: #f5f0e8;
  text-align: center;
  padding: 80px 20px;
}
.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 8px;
  margin-top: 48px;
}
.lp-gallery-grid .g-wide { grid-column: span 2; }
.lp-gallery-grid .g-tall { grid-row: span 2; }
.lp-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s, filter 0.4s;
  cursor: pointer;
}
.lp-gallery-grid img:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
}

/* --- VALUE BANNER --- */
.lp-value-banner {
  background: linear-gradient(135deg, #0f1f55 0%, #1a3070 100%);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.lp-value-big {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.3;
}
.lp-value-big em {
  font-style: normal;
  color: #D4A843;
  font-size: 1.3em;
}
.lp-value-big span {
  font-size: 0.5em;
}
.lp-value-sub {
  margin-top: 12px;
  font-size: 16px;
  opacity: 0.8;
}

/* --- AWARD --- */
.lp-award {
  text-align: center;
  background: #fff;
  padding: 80px 20px;
}
.lp-award-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}
.lp-award-img {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.lp-award-img > img:first-child {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.lp-award-medal {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 100px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
  z-index: 2;
}
.lp-award-banner {
  width: 100%;
  max-width: 480px;
  margin-bottom: 16px;
}
.lp-award-text h3 {
  font-size: 24px;
  color: #0f1f55;
  margin-bottom: 16px;
  font-weight: bold;
}
.lp-award-text p {
  color: #555;
  font-size: 15px;
  line-height: 2;
}
.lp-award-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.lp-award-table th,
.lp-award-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.lp-award-table th {
  color: #0f1f55;
  font-weight: bold;
  white-space: nowrap;
  width: 80px;
}
.lp-award-table td {
  color: #333;
}
.lp-award-table td strong {
  color: #D4A843;
}
.lp-award-table tr:last-child th,
.lp-award-table tr:last-child td {
  border-bottom: none;
}
.lp-award-highlight {
  background: linear-gradient(135deg, #0f1f55, #1a2d6d);
  border-radius: 6px;
}
.lp-award-highlight th {
  color: #D4A843 !important;
  font-size: 15px;
}
.lp-award-highlight td {
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
}
.lp-award-highlight td strong {
  color: #FFD700 !important;
  font-size: 16px;
}
.lp-award-photo-note {
  font-size: 12px;
  color: #999;
  margin-top: -8px;
  margin-bottom: 12px;
}

/* --- MESSAGE (三代目の想い) --- */
.lp-message {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}
.lp-message-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.lp-message-photo img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.lp-message-text p {
  color: #333;
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 24px;
}
.lp-message-text p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #0f1f55;
}
.lp-message-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 8px 0 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.lp-message-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-message-map {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  margin: 8px 0 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.lp-message-sign {
  text-align: right;
  font-weight: bold;
  color: #0f1f55;
  font-size: 15px;
  margin-top: 32px;
  line-height: 1.8;
}

/* --- SPECIAL GUEST --- */
.lp-guest {
  padding: 80px 20px;
  background: #f8f6f2;
}
.lp-guest-content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
}
.lp-guest-photo {
  flex-shrink: 0;
  width: 340px;
}
.lp-guest-photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.lp-guest-text {
  flex: 1;
}
.lp-guest-name {
  font-size: 28px;
  color: #0f1f55;
  margin-bottom: 4px;
}
.lp-guest-role {
  font-size: 14px;
  color: #D4A843;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp-guest-text p {
  font-size: 15px;
  line-height: 2;
  color: #555;
  margin-bottom: 12px;
}

/* --- ARTISAN PHOTO --- */
.lp-artisan-photo {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.lp-artisan-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* --- EDU --- */
.lp-edu {
  background: linear-gradient(135deg, #f8f4ec 0%, #f0e8d8 100%);
  text-align: center;
  padding: 80px 20px;
}
.lp-edu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
  align-items: center;
}
.lp-edu-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.lp-edu-img img {
  width: 100%;
  display: block;
}
.lp-edu-text {
  text-align: left;
}
.lp-edu-text h3 {
  font-size: 22px;
  color: #0f1f55;
  margin-bottom: 16px;
  font-weight: bold;
}
.lp-edu-text p {
  color: #555;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 16px;
}
.lp-edu-tag {
  display: inline-block;
  background: #D4A843;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom: 8px;
}

/* --- 工場外観 --- */
.lp-factory-photo {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.lp-factory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-factory-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15,31,85,0.7));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 32px;
}
.lp-factory-photo-overlay p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* --- 通常体験リンク --- */
.regular-banner {
  text-align: center;
  margin: 30px auto 40px;
}
.regular-banner a {
  display: block;
  background: #f8f6f0;
  border: 2px solid #0f1f55;
  padding: 20px;
  text-decoration: none;
  color: #0f1f55;
  transition: all 0.3s;
  border-radius: 8px;
}
.regular-banner a:hover {
  background: #0f1f55;
  color: #fff;
}
.regular-banner a strong {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
.regular-banner a span {
  font-size: 13px;
  color: #777;
}
.regular-banner a:hover span {
  color: rgba(255,255,255,0.7);
}


/* ============================================
   ■ 既存セクション（s02, s01）
   ============================================ */

/* --- タイトルボックス（削除：ヒーローで代替） --- */

/* --- s02: イベント紹介セクション --- */
main section.s02 {
  padding-top: 80px;
  padding-bottom: 50px;
}
main section.s02 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s02 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #0f1f55;
  font-weight: bold;
  line-height: 1.6;
}
main section.s02 .wrapper .lead {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
  font-size: 15px;
}
main section.s02 .wrapper table {
  width: 800px;
  margin: 40px auto 0;
}
main section.s02 .wrapper table th {
  background-color: #0f1f55;
  color: #fff;
  padding: 15px 25px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  width: 140px;
  white-space: nowrap;
  vertical-align: top;
  font-size: 15px;
}
main section.s02 .wrapper table td {
  background-color: #fff;
  padding: 15px 25px;
  border-bottom: 2px dashed #aaa;
  font-size: 15px;
  line-height: 1.8;
}

/* --- s01: 予約フォームセクション --- */
main section.s01 {
  padding-bottom: 100px;
}
main section.s01 .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 800px;
  margin: 0 auto;
}
main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #0f1f55;
  font-weight: bold;
}

/* エラー表示 */
.error-box {
  background: #ffeaea;
  border: 1px solid #e74c3c;
  padding: 15px 25px;
  margin: 20px 0;
  color: #c0392b;
  font-size: 14px;
  border-radius: 6px;
}
.error-box ul {
  margin: 0;
  padding-left: 20px;
}

/* 受付終了 */
.closed-notice {
  width: 800px;
  margin: 40px auto;
  padding: 40px;
  text-align: center;
  background: #f5f5f5;
}
.closed-notice .closed-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #999;
  margin-bottom: 15px;
}
.closed-notice p {
  font-size: 15px;
  line-height: 1.8;
}

/* フォーム */
main section.s01 .wrapper .mailform {
  display: block;
  width: 800px;
  margin: 40px auto 0;
}
main section.s01 .wrapper .mailform table {
  width: 100%;
}
main section.s01 .wrapper .mailform table th {
  background-color: #0f1f55;
  color: #fff;
  padding: 15px 25px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  width: 200px;
  vertical-align: top;
  font-size: 15px;
}
main section.s01 .wrapper .mailform table th .req {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 3px;
  vertical-align: middle;
}
main section.s01 .wrapper .mailform table td {
  background-color: #fff;
  padding: 15px 25px;
  border-bottom: 2px dashed #aaa;
  font-size: 15px;
}
main section.s01 .wrapper .mailform input[type="text"],
main section.s01 .wrapper .mailform input[type="email"],
main section.s01 .wrapper .mailform input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 15px;
  box-sizing: border-box;
}
main section.s01 .wrapper .mailform input[type="number"] {
  width: 60px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  text-align: center;
}
main section.s01 .wrapper .mailform input:focus {
  outline: none;
  border-color: #0f1f55;
  box-shadow: 0 0 0 2px rgba(15, 31, 85, 0.15);
}
main section.s01 .wrapper .mailform textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 15px;
  box-sizing: border-box;
  resize: vertical;
}
main section.s01 .wrapper .mailform textarea:focus {
  outline: none;
  border-color: #0f1f55;
  box-shadow: 0 0 0 2px rgba(15, 31, 85, 0.15);
}

/* 人数入力行 */
.people-row {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.people-row label {
  font-weight: bold;
  font-size: 15px;
}

/* 料金表示 */
.price-display {
  background: #f8f6f0;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.8;
}
.price-display .total {
  font-size: 16px;
  font-weight: bold;
  color: #0f1f55;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}

/* 同意チェック */
.agree-box {
  text-align: center;
  margin: 30px 0;
  font-size: 15px;
}
.agree-box a {
  color: #0f1f55;
  text-decoration: underline;
}

/* 送信ボタン */
.submit-area {
  text-align: center;
  margin-top: 30px;
}
.btn-submit {
  display: inline-block;
  background: #0f1f55;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 80px;
  border: none;
  cursor: pointer;
  letter-spacing: 3px;
  transition: opacity 0.4s;
}
.btn-submit:hover {
  opacity: 0.6;
}

/* --- 完了ページ用 --- */
.back-link {
  text-align: center;
  margin-top: 50px;
}
.back-link a {
  display: inline-block;
  background: #0f1f55;
  color: #fff;
  padding: 14px 50px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  transition: opacity 0.4s;
}
.back-link a:hover {
  opacity: 0.6;
}


/* ============================================
   レスポンシブ（スマートフォン）
   ============================================ */
@media screen and (max-width: 767px) {
  /* 既存セクション */
  main section.s02 .wrapper,
  main section.s01 .wrapper,
  main section.s01 .wrapper .mailform,
  main section.s02 .wrapper table,
  .error-box,
  .closed-notice {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  main section.s02 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  main section.s02 .wrapper h3 {
    font-size: 18px;
  }
  main section.s02 .wrapper table th,
  main section.s02 .wrapper table td {
    display: block;
    width: 100%;
  }
  main section.s02 .wrapper table th {
    border-bottom: none;
    padding: 10px 15px 5px;
  }
  main section.s02 .wrapper table td {
    padding: 5px 15px 10px;
  }

  main section.s01 .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main section.s01 .wrapper .mailform table th,
  main section.s01 .wrapper .mailform table td {
    display: block;
    width: 100%;
  }
  main section.s01 .wrapper .mailform table th {
    border-bottom: none;
    padding: 10px 15px 5px;
  }
  main section.s01 .wrapper .mailform table td {
    padding: 5px 15px 15px;
  }

  .people-row {
    flex-direction: column;
    gap: 10px;
  }

  .btn-submit {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }

  /* LP レスポンシブ */
  .lp-hero {
    height: 80vh;
    min-height: 500px;
  }
  .lp-hero-logo {
    width: 240px;
    margin-bottom: 14px;
  }
  .lp-hero-title {
    font-size: 28px;
  }
  .lp-hero-sub {
    font-size: 16px;
  }
  .lp-hero-cta {
    padding: 14px 36px;
    font-size: 16px;
  }
  .lp-hero-info {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
  }
  .lp-hero-info span {
    font-size: 13px;
    padding: 6px 16px;
  }

  .lp-movie {
    padding: 32px 16px;
  }
  .lp-movie-wrap {
    max-width: 280px;
    border-radius: 12px;
  }

  .lp-schedule {
    padding: 56px 16px;
  }
  .lp-schedule-note {
    margin-bottom: 28px;
  }
  .lp-schedule-step {
    grid-template-columns: 48px 20px 1fr;
    gap: 0 10px;
    padding-bottom: 28px;
  }
  .lp-schedule-time {
    font-size: 15px;
  }
  .lp-schedule-dot {
    width: 14px;
    height: 14px;
  }
  .lp-schedule-step::after {
    left: calc(48px + 10px + 9px);
    top: 22px;
  }
  .lp-schedule-body h3 {
    font-size: 15px;
  }
  .lp-schedule-body p {
    font-size: 13px;
  }

  .lp-photostrip {
    height: 120px;
  }

  .lp-heading {
    font-size: 24px;
  }
  .lp-vs {
    display: block;
    font-size: 20px;
    margin: 4px 0;
  }
  .lp-desc {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .lp-concept-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-concept-card-inner {
    gap: 14px;
  }
  .lp-concept-sub-imgs {
    gap: 8px;
  }
  .lp-concept-sub-img {
    width: 72px;
    height: 72px;
  }

  .lp-flow-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-flow-step {
    height: auto;
  }
  .lp-flow-step > img {
    height: 280px;
  }
  .lp-flow-step-overlay {
    height: 280px;
  }

  .lp-process-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .lp-process-movie {
    margin-top: 36px;
  }
  .lp-process-movie-wrap {
    max-width: 260px;
    border-radius: 10px;
  }

  .lp-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .lp-value-big {
    font-size: 32px;
  }

  .lp-award-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .lp-award-img {
    max-width: 280px;
    margin: 0 auto;
    overflow: visible;
  }
  .lp-award-medal {
    width: 80px !important;
    height: auto !important;
    bottom: -24px !important;
    right: -10px !important;
  }
  .lp-award-banner {
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .lp-award-text {
    text-align: center;
  }
  .lp-award-table {
    margin: 16px auto;
    font-size: 13px;
  }
  .lp-award-table th,
  .lp-award-table td {
    padding: 8px 10px;
  }
  .lp-award-table td strong {
    display: block;
    margin-top: 2px;
  }
  .lp-award-highlight td strong {
    display: block;
    margin-top: 2px;
  }

  .lp-message {
    padding: 60px 20px;
  }
  .lp-message-content {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .lp-message-photo {
    max-width: 220px;
    margin: 0 auto;
  }
  .lp-message-text {
    text-align: left;
  }
  .lp-message-text p {
    font-size: 15px;
    line-height: 2;
  }
  .lp-message-map {
    max-width: 100%;
  }
  .lp-guest {
    padding: 48px 16px;
  }
  .lp-guest-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .lp-guest-photo {
    width: 280px;
    margin: 0 auto;
  }
  .lp-guest-name {
    font-size: 24px;
  }
  .lp-artisan-photo {
    height: 240px;
  }

  .lp-edu-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-edu-text {
    text-align: center;
  }

  .lp-factory-photo {
    height: 250px;
  }

  .regular-banner {
    margin: 20px 15px 30px;
  }

  .lp-carousel-track img {
    height: 140px;
  }
}

/* --- FLOATING RESERVE BUTTON --- */
.lp-floating-btn {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #D4A843, #b8912e);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 16px 40px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(212,168,67,0.5);
  z-index: 9999;
  transition: opacity 0.3s, transform 0.2s;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.lp-floating-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 28px rgba(212,168,67,0.7);
}
@media (max-width: 768px) {
  .lp-floating-btn {
    bottom: 16px;
    font-size: 14px;
    padding: 14px 32px;
  }
}