@charset "UTF-8";
/* 導入文 */
.first-visit-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.first-visit-intro-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #1f2937;
}

.first-visit-intro-title i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.first-visit-intro-text {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 2;
}

/* セクションタイトル */
.first-visit-section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #1f2937;
  text-align: center;
}

.first-visit-section-title i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

/* セクション */
.first-visit-section-bg {
  background-color: #fff;
}

.first-visit-section {
  background: #fff;
  padding: 3rem 0.7rem;
  border-radius: 12px;
}

/* 持ち物グリッド */
.first-visit-items-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 12px;
}

.first-visit-item {
  display: flex;
  gap: 2em;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.first-visit-item-icon-blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.first-visit-item-icon-orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.first-visit-item-icon-green {
  background: linear-gradient(135deg, #10b981, #059669);
}

.first-visit-item-icon-gray {
  background: linear-gradient(135deg, #6b7280, #4b5563);
}

.first-visit-item-txtwrap {
  padding-top: 0.8em;
}

.first-visit-item-title {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}
.first-visit-item-title.red {
  color: #ef4444;
}
.first-visit-item-title.orange {
  color: #f59e0b;
}
.first-visit-item-title.gray {
  color: #6b7280;
}

.first-visit-item-description {
  color: #333;
  line-height: 1.7;
  font-size: 0.95rem;
  text-align: left;
}

.first-visit-item-badge {
  font-size: 20px;
  border-radius: 40px;
  padding: 10px 20px;
  flex: 1 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .first-visit-item-badge {
    font-size: 1.2rem;
  }
}

.first-visit-item-badge-required {
  color: #ef4444;
  border: 2px solid #FF0000;
}

.first-visit-item-badge-important {
  border: 2px solid #f59e0b;
  color: #f59e0b;
}

.first-visit-item-badge-optional {
  color: #6b7280;
  border: 2px solid #6b7280;
}

/* 予約ボックス */
.first-visit-reservation-box {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  padding: 3rem 2rem;
  border-radius: 12px;
}

.first-visit-reservation-text {
  text-align: center;
  color: #1e40af;
  line-height: 2;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.first-visit-reservation-contact {
  text-align: center;
  margin-bottom: 2rem;
}

.first-visit-reservation-tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e40af;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.first-visit-reservation-tel i {
  font-size: 2rem;
}

.first-visit-reservation-hours {
  color: #3b82f6;
  font-size: 1rem;
  line-height: 1.8;
}

/* メールサービス */
.first-visit-email-service {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  border-left: 5px solid #3b82f6;
}

.first-visit-email-service-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1f2937;
}

.first-visit-email-service-title i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.first-visit-email-service-text {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.first-visit-email-service-info {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.first-visit-email-service-note {
  color: #6b7280;
  font-size: 0.9rem;
  font-style: italic;
}

/* フローセクション */
.first-visit-flow-section {
  background: #f9fafb;
  padding: 4rem 0;
}

.first-visit-flow-intro {
  text-align: center;
  color: #6b7280;
  margin-bottom: 3rem;
  font-size: 1.05rem;
}

.first-visit-flow-list {
  max-width: 800px;
  margin: 0 auto;
}

.first-visit-flow-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.first-visit-flow-number {
  flex-shrink: 0;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
}

.first-visit-flow-content {
  flex: 1;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.first-visit-flow-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #1f2937;
}

.first-visit-flow-title i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.first-visit-flow-description {
  color: #4b5563;
  line-height: 1.8;
}

/* 薬ボックス */
.first-visit-medicine-box {
  padding: 3rem 0;
  border-radius: 12px;
}

.first-visit-medicine-intro {
  text-align: center;
  color: #92400e;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.first-visit-medicine-list {
  display: grid;
  gap: 1.5rem;
}

.first-visit-medicine-item {
  background: white;
  padding: 1.5rem;
  border-left: 5px solid #f59e0b;
}

.first-visit-medicine-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #1f2937;
}

.first-visit-medicine-title i {
  color: #f59e0b;
  margin-right: 0.5rem;
}

.first-visit-medicine-description {
  color: #4b5563;
  line-height: 1.8;
}

.first-visit-medicine-note {
  text-align: center;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  color: #92400e;
  font-weight: 500;
}

.first-visit-medicine-note i {
  color: #f59e0b;
  margin-right: 0.5rem;
}

/* FAQ */
.first-visit-faq-list {
  display: grid;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.first-visit-faq-item {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.first-visit-faq-question {
  background: #f9fafb;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  color: #1f2937;
  cursor: pointer;
}

.first-visit-faq-question i {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-visit-faq-answer {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.first-visit-faq-answer i {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-visit-faq-answer div {
  flex: 1;
}

.first-visit-faq-answer p {
  color: #4b5563;
  line-height: 1.8;
  margin: 0;
}

/* お知らせボックス */
.first-visit-notice-box_bg {
  background-color: #fff;
}

.first-visit-notice-box {
  padding: 3rem 2rem;
  border-radius: 12px;
}

.first-visit-notice-list {
  display: grid;
  gap: 1.5rem;
}

.first-visit-notice-item {
  background: white;
}

.first-visit-notice-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #1f2937;
  position: relative;
  padding-left: 1.9rem;
}
.first-visit-notice-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 6px solid #2563eb;
  left: 0;
  top: 0.35rem;
}

.first-visit-notice-description {
  color: #4b5563;
  line-height: 1.8;
}

/* メッセージボックス */
.first-visit-message-box {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
}

.first-visit-message-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.first-visit-message-title i {
  margin-right: 0.5rem;
}

.first-visit-message-text {
  font-size: 1.1rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .first-visit-intro-title {
    font-size: 1.5rem;
  }
  .first-visit-section-title {
    font-size: 1.4rem;
  }
  .first-visit-items-grid {
    grid-template-columns: 1fr;
  }
  .first-visit-reservation-tel {
    font-size: 1.8rem;
    flex-direction: column;
  }
  .first-visit-flow-item {
    flex-direction: column;
    gap: 1rem;
  }
  .first-visit-message-title {
    font-size: 1.4rem;
  }
  .first-visit-message-text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=first-visit.css.map */