body.pdf-mode .sticky {
  position: static !important; /* PDF用に固定を解除 */
}

body.pdf-mode .reservation-detail-content,
body.pdf-mode .meal-detail-content {
  width: 1024px !important;
  max-width: 1024px !important;
  margin: 0 auto;
}

body.pdf-mode .reservation-footer {
  display: none !important; /* PDFには不要 */
}