@charset "UTF-8";

.buspack-page { color: #003b2e; }
.buspack-hero { line-height: 0; }
.buspack-hero img { display: block; width: 100%; }
.buspack-content { padding: 22px 5% 44px; }
.section-title { display: flex; align-items: center; gap: 32px; margin-bottom: 28px; color: #003b2e; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 2rem; font-weight: 700; text-align: center; }
.section-title::before, .section-title::after { content: ""; flex: 1; border-top: 1px solid #174f41; }
.section-title span { white-space: nowrap; }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-bottom: 32px; }
.benefit-card { min-height: 220px; padding: 30px 32px 24px; border: 2px solid #eee1c5; border-radius: 9px; box-sizing: border-box; }
.benefit-heading { min-height: 110px; display: flex; align-items: center; gap: 20px; }
.benefit-heading img { width: 90px; height: 90px; object-fit: contain; flex: 0 0 auto; }
.benefit-heading h2 { color: #003b2e; font-size: 1.45rem; line-height: 1.35; }
.benefit-time { display: block; white-space: nowrap; font-size: .78em; }
.benefit-card p { color: #003b2e; font-size: .98rem; font-weight: 600; line-height: 1.65; }

.summary-section { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr); gap: 36px; align-items: stretch; margin-bottom: 34px; }
.summary-table-wrap { border: 1px solid #c9c9c9; border-radius: 10px; overflow: hidden; }
.summary-table-wrap > h2 { padding: 9px; background: #003b2e; color: #fff; font-size: 1.35rem; line-height: 1.2; text-align: center; }
.summary-table { width: 100%; height: calc(100% - 44px); border-collapse: collapse; color: #003b2e; }
.summary-table th, .summary-table td { padding: 8px 4%; border-bottom: 1px solid #ccc; font-size: 1rem; line-height: 1.45; text-align: left; }
.summary-table tr:last-child th, .summary-table tr:last-child td { border-bottom: 0; }
.summary-table th { width: 25%; border-right: 1px solid #ccc; font-weight: 700; text-align: center; }
.course-note { display: inline-block; margin-top: 8px; padding: 5px 10px; background: #f7f7f5; color: #111; font-size: .78rem; }
.price { margin-right: 4px; font-size: 1.35rem; letter-spacing: .08em; }
.lunch-note { margin-left: 5px; font-size: .9rem; }
.benefit-image { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }

.notice { position: relative; margin-bottom: 32px; padding: 14px 210px 18px 60px; overflow: hidden; border: 1px solid #ccc; border-radius: 10px; color: #003b2e; }
.notice::after { content: ""; position: absolute; right: 32px; bottom: 13px; width: 175px; height: 134px; background: url("../images/image_info.png") center / contain no-repeat; }
.notice-title { display: flex; align-items: center; gap: 16px; margin-bottom: 7px; }
.notice-title img { width: 34px; height: 34px; }
.notice-title h2 { font-size: 1.25rem; line-height: 1.4; }
.notice ul { position: relative; z-index: 1; margin: 0; padding-left: 43px; font-weight: 400; line-height: 1.7; }

.application { max-width: 650px; margin: 0 auto; text-align: center; }
.application p { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 16px; color: #222; font-size: .95rem; font-weight: 600; }
.application p img { width: 26px; }
.application-button { display: block; padding: 15px 20px; border-radius: 11px; background: #f57908; box-shadow: 0 5px 9px rgba(0,0,0,.14); color: #fff !important; font-size: 1.2rem; font-weight: 700; text-decoration: none; }
.application-button:hover { background: #d96500; color: #fff; }

@media screen and (max-width: 1024px) {
  .buspack-page { margin: 0 !important; }
  .benefits { gap: 16px; }
  .benefit-card { padding: 20px; }
  .benefit-heading { gap: 8px; }
  .benefit-heading img { width: 70px; height: 70px; }
  .benefit-heading h2 { font-size: 1.15rem; }
  .summary-section { gap: 18px; }
}

@media screen and (max-width: 767px) {
  .buspack-content { padding: 20px 4% 36px; }
  .section-title { gap: 12px; margin-bottom: 20px; font-size: 1.25rem; }
  .benefits, .summary-section { grid-template-columns: 1fr; }
  .benefits { gap: 14px; }
  .benefit-card { min-height: 0; padding: 18px 20px; }
  .benefit-heading { min-height: 0; margin-bottom: 8px; }
  .benefit-heading img { width: 64px; height: 64px; }
  .benefit-heading h2 { font-size: 1.1rem; }
  .benefit-card p { font-size: .88rem; }
  .summary-section { gap: 18px; }
  .benefit-image { display: none; }
  .summary-table th, .summary-table td { padding: 8px 10px; font-size: .88rem; }
  .summary-table th { width: 32%; }
  .course-note { font-size: .7rem; }
  .notice { padding: 15px 15px 17px; }
  .notice::after { right: 5px; bottom: 5px; width: 130px; height: 100px; opacity: .18; }
  .notice-title { gap: 9px; }
  .notice-title img { width: 30px; height: 30px; }
  .notice-title h2 { font-size: 1rem; }
  .notice ul { padding-left: 22px; font-size: .82rem; }
  .application p { align-items: flex-start; font-size: .78rem; }
  .application-button { padding: 13px; font-size: 1rem; }
  .desktop-only { display: none; }
}
