/* æ³¨æ„äº‹é E‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.notice-section {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  padding: 2rem 0;
}

.notice-card {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--accent-color);
}

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding-left: 2rem;
}

.notice-list li:last-child {
  border-bottom: none;
}

.notice-list li::before {
  content: 'âš EE;
  position: absolute;
  left: 0;
  top: 0.75rem;
}

.notice-list a {
  color: var(--primary-color);
  text-decoration: none;
  word-break: break-all;
}

.notice-list a:hover {
  text-decoration: underline;
}

/* ãƒE‚¢ãƒ¼ãƒã‚¤ãƒ³ãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.tour-points-section {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  padding: 2.5rem 0;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.point-item {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.point-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.point-number {
  background: var(--accent-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.point-content h3 {
  color: var(--primary-color);
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}

.point-content p {
  margin: 0;
  line-height: 1.6;
}

/* å‹Ÿé›†è¦E E‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.overview-section {
  background: var(--bg-white);
}

.price-card {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  margin-bottom: 2rem;
}

.price-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border-color);
}

.price-header h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.departure-date {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--accent-color);
  margin: 0;
}

.price-table-wrapper h3 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  text-align: center;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.price-item {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.price-item h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
}

.hotel-desc {
  font-size: 0.9rem;
  margin: 0 0 1.5rem 0;
  opacity: 0.9;
  font-weight: 400;
}

.price {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}

/* æ–™éßæ³¨æ„æ›¸ãE*/
.price-notes {
  background: #fef9e7;
  border: 1px solid #fbbf24;
  border-radius: var(--border-radius);
  padding: 2rem;
  margin-top: 2rem;
}

.price-notes h4 {
  color: #92400e;
  margin: 0 0 1.5rem 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-notes h4::before {
  content: 'ðŸ’°';
  font-size: 1.2rem;
}

.note-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.note-item {
  background: var(--bg-white);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  border-left: 4px solid #f59e0b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.note-item h5 {
  color: var(--primary-color);
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.note-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.note-item .highlight {
  background: #fef3c7;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
  color: #92400e;
}

.exchange-info {
  background: #f3f4f6;
  padding: 1rem;
  border-radius: var(--border-radius);
  font-size: 0.85rem;
  color: var(--text-light);
  border-top: 1px solid #d1d5db;
}

.exchange-info p {
  margin: 0.25rem 0;
}

/* åŸºæœ¬æƒE ±ã‚°ãƒªãƒEƒ‰ */
.basic-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.info-item {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.info-item h4 {
  color: var(--primary-color);
  font-size: 1.1rem;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent-color);
}

.info-item p {
  margin: 0;
  font-weight: 500;
}

/* ãƒ›ãƒ†ãƒ«è©³ç´° */
.hotel-details {
  margin-top: 3rem;
}

.hotel-details h3 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.hotel-item {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hotel-item h4 {
  background: var(--primary-color);
  color: white;
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
}

.hotel-info {
  padding: 1.5rem;
}

.hotel-info p {
  margin: 0 0 1rem 0;
  font-weight: 600;
}

.hotel-info ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.hotel-info li {
  margin-bottom: 0.5rem;
font-weight: bold;
}

.hotel-note {
  font-size: 0.9rem;
  color: var(--text-light);
  background: var(--bg-light);
  padding: 1rem;
  border-radius: var(--border-radius);
  margin-top: 1rem;
}


.included-excluded {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.included, .excluded {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.included h3 {
  background: #10b981;
  color: white;
  margin: 0;
  padding: 1rem;
  text-align: center;
}

.excluded h3 {
  background: #ef4444;
  color: white;
  margin: 0;
  padding: 1rem;
  text-align: center;
}

.included ol, .excluded ol,.included ul, .excluded ul {
  padding: 1rem 1rem 1.5rem 2rem;
  margin: 0;
  font-size: 0.9rem;
}

.included li, .excluded li {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.excluded p {
  padding: 0 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.exchange-note {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color);
}

/* ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.schedule-section {
  background: var(--bg-light);
}

.schedule-wrapper {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  margin: 0;
}

.scroll-notice {
  text-align: center;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #fef3c7;
  border-radius: var(--border-radius);
}

.schedule-table-container {
  overflow-x: auto;
  margin: 0.5rem 0;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

.schedule-table {
  min-width: 800px;
  background: var(--bg-white);
}

.schedule-table th {
  background: var(--primary-color);
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.5rem;
  white-space: nowrap;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.schedule-table td {
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

/* ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«åˆ—ãEã¿å·¦æEˆ */
.schedule-table th:nth-child(6),
.schedule-table td:nth-child(6) {
  text-align: left;
  vertical-align: top;
}

.schedule-table th:last-child,
.schedule-table td:last-child {
  border-right: none;
}

.schedule-table tr:nth-child(even) {
  background: var(--bg-light);
}

.cannes-lions {
  color: #dc2626;
  font-weight: 700;
}

.accommodation {
  text-align: right;
  font-style: italic;
  color: var(--text-light);
}

.schedule-notes {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--bg-light);
  border-radius: var(--border-radius);
  font-size: 0.9rem;
  line-height: 1.6;
}

.schedule-notes p {
  margin: 0.5rem 0;
}

/* æ—Eˆ¸ãƒ»æŸ»è¨¼ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.passport-section {
  background: var(--bg-white);
}

.passport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.passport-item {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.passport-item h3 {
  color: var(--primary-color);
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent-color);
}

.safety-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: var(--border-radius);
  padding: 1.5rem;
}

.safety-info ul {
  margin: 0;
  padding-left: 1.5rem;
}

.safety-info a {
  color: var(--primary-color);
  word-break: break-all;
}

/* å–æ¶ˆæ–™ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.cancellation-section {
  background: var(--bg-light);
}

.cancellation-table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
}

.cancellation-table {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cancellation-table th {
  background: #dc2626;
  color: white;
  text-align: center;
  padding: 1rem;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cancellation-table td {
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cancellation-table th:last-child,
.cancellation-table td:last-child {
  border-right: none;
}

/* ä¸‹éƒ¨æ³¨æ„äº‹é E‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.notice-section-bottom {
  background: #fef3c7;
  padding: 2rem 0;
}

.notice-section-bottom .notice-card {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border-left: 4px solid #dc2626;
}

/* ãŠç”³è¾¼æ–¹æ³•ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.application-section {
  background: var(--bg-white);
}

.application-flow {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.step {
  display: flex;
  margin-bottom: 3rem;
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.step-number {
  background: var(--primary-color);
  color: white;
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  text-align: center;
}

.step-content {
  padding: 2rem;
  flex: 1;
}

.step-content h3 {
  color: var(--primary-color);
  margin: 0 0 1rem 0;
}

.step-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.step-content li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.warning {
  color: #dc2626;
}

.bank-info {
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  margin: 1rem 0;
  border-left: 4px solid var(--primary-color);
}

.application-button {
  text-align: center;
  margin-top: 2rem;
}

/* ãŠå•ãEˆã‚ã›ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.contact-section {
  background: var(--bg-light);
}

.contact-info {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
}

.contact-main {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}

.contact-main a {
  color: var(--primary-color);
}

.manager-info {
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: var(--border-radius);
}

/* ä¼šç¤¾æƒE ±ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.company-section {
  background: var(--bg-white);
}

.company-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
}

.company-logo img {
  max-width: 200px;
  height: auto;
}

.company-details {
  flex: 1;
}

.privacy-section {
  background: var(--bg-light);
  padding: 2rem;
  border-radius: var(--border-radius);
}

.privacy-section h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.privacy-mark {
  text-align: center;
  margin: 1rem 0;
}

.privacy-mark img {
  max-width: 100px;
  height: auto;
}

.calculation-date {
  text-align: center;
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿E*/
@media (max-width: 768px) {
  .points-grid {
    grid-template-columns: 1fr;
  }

  .point-item {
    flex-direction: column;
    text-align: center;
  }

  .point-number {
    align-self: center;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .basic-info-grid {
    grid-template-columns: 1fr;
  }

  .hotel-grid {
    grid-template-columns: 1fr;
  }

  .included-excluded {
    grid-template-columns: 1fr;
  }

  .passport-grid {
    grid-template-columns: 1fr;
  }

  .application-flow {
    padding: 0 15px;
  }

  .step {
    flex-direction: column;
  }

  .step-number {
    min-width: auto;
    padding: 1rem;
  }

  .company-info {
    flex-direction: column;
    text-align: center;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 0.5rem 0.25rem;
    font-size: 0.9rem;
  }
}

/* ç¢ºèªç”»é¢ç”¨ã‚¹ã‚¿ã‚¤ãƒ«EEoints.cssã®æœ€å¾Œã«è¿½åŠ EE*/

/* å°ã•ãªãƒ’ãEãƒ­ãƒ¼ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.hero-small {
  height: 50vh;
  min-height: 300px;
}

/* ç¢ºèªç”»é¢ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.confirmation-section {
  background: var(--bg-white);
  padding: 3rem 0;
}

.confirmation-content {
  max-width: 900px;
  margin: 0 auto;
}

/* æ¡ä»¶ãƒªã‚¹ãƒE*/
.terms-list {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  margin-bottom: 3rem;
}

.term-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}

.term-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.term-number {
  background: var(--primary-color);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.term-item p {
  margin: 0;
  line-height: 1.7;
  flex: 1;
}

.term-item a {
  color: var(--primary-color);
  text-decoration: underline;
}

.term-item a:hover {
  color: var(--secondary-color);
}

/* ç¢ºèªè³ªå•ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.confirmation-question {
  background: #f8fafc;
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 2.5rem;
  text-align: center;
}

.confirmation-question h3 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin: 0 0 2rem 0;
  font-weight: 700;
}

.final-agreement {
  background: var(--bg-white);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  margin: 2rem 0;
  border-left: 4px solid var(--accent-color);
}

.final-agreement p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.final-agreement a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* YES/NOãƒœã‚¿ãƒ³ */
.btn-yesno {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2.5rem 0 1.5rem 0;
}

.btn-yes {
  background: #10b981;
  color: white;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: var(--border-radius);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}

.btn-yes:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}

.btn-no {
  background: #ef4444;
  color: white;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: var(--border-radius);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}

.btn-no:hover {
  background: #dc2626;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}

.btn-description {
  font-size: 0.9rem;
  color: var(--text-light);
  margin: 0;
  font-style: italic;
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿E*/
@media (max-width: 768px) {
  .hero-small {
    height: 40vh;
    min-height: 250px;
  }

  .confirmation-content {
    padding: 0 15px;
  }

  .terms-list {
    padding: 1.5rem;
  }

  .term-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .term-number {
    align-self: center;
  }

  .confirmation-question {
    padding: 1.5rem;
  }

  .confirmation-question h3 {
    font-size: 1.1rem;
  }

  .btn-yesno {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .btn-yes,
  .btn-no {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    width: 200px;
  }
}

@media (max-width: 480px) {
  .terms-list {
    padding: 1rem;
  }

  .confirmation-question {
    padding: 1rem;
  }

  .final-agreement {
    padding: 1rem;
  }

  .btn-yes,
  .btn-no {
    width: 150px;
    padding: 0.75rem 1rem;
  }
}