/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-1lnhnt7yf2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-1lnhnt7yf2] {
  color: #0077cc;
}

.btn-primary[b-1lnhnt7yf2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-1lnhnt7yf2],
.nav-pills .show>.nav-link[b-1lnhnt7yf2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-1lnhnt7yf2] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-1lnhnt7yf2] {
  border-bottom: 1px solid #e5e5e5;
}

button.accept-policy[b-1lnhnt7yf2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-1lnhnt7yf2] {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Yoyaku/Print.cshtml.rz.scp.css */
*[b-ealyh8vqt6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ealyh8vqt6] {
    background: #666;
    min-height: 100vh;
}

.toolbar[b-ealyh8vqt6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}

.toolbar .btn[b-ealyh8vqt6] {
    padding: 8px 16px;
}

.toolbar .back-link[b-ealyh8vqt6] {
    color: #fff;
    text-decoration: none;
    margin-right: auto;
}

.toolbar .back-link:hover[b-ealyh8vqt6] {
    color: #ccc;
}

.preview-container[b-ealyh8vqt6] {
    padding: 80px 20px 40px;
    display: flex;
    justify-content: center;
}

.a4-page[b-ealyh8vqt6] {
    width: 210mm;
    min-height: 297mm;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 15mm 15mm;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}

.print-header[b-ealyh8vqt6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.print-header-left h1[b-ealyh8vqt6] {
    font-size: 26px;
    color: #333;
    margin: 0 0 8px 0;
}

.print-lead[b-ealyh8vqt6] {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.contact-box[b-ealyh8vqt6] {
    border: 2px solid #c00;
    padding: 12px 15px;
    text-align: left;
    min-width: 200px;
}

.contact-title[b-ealyh8vqt6] {
    color: #c00;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
}

.contact-info[b-ealyh8vqt6] {
    font-size: 13px;
    line-height: 1.5;
}

.print-section[b-ealyh8vqt6] {
    margin-bottom: 25px;
}

.print-section h2[b-ealyh8vqt6] {
    font-size: 18px;
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.section-number[b-ealyh8vqt6] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

.access-content[b-ealyh8vqt6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.access-text[b-ealyh8vqt6] {
    flex: 1;
    padding-right: 20px;
}

.access-text p[b-ealyh8vqt6] {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.6;
}

.access-code-line[b-ealyh8vqt6] {
    margin: 12px 0 !important;
}

.access-code-box[b-ealyh8vqt6] {
    border: 2px solid #0066cc;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 12px 0;
    display: inline-block;
}

.access-code-row[b-ealyh8vqt6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.access-code-label[b-ealyh8vqt6] {
    font-size: 12px;
    color: #0066cc;
    margin-right: 15px;
    min-width: 80px;
}

.access-code[b-ealyh8vqt6] {
    font-size: 26px;
    font-weight: bold;
    color: #0066cc;
    letter-spacing: 4px;
    font-family: 'Consolas', 'Monaco', monospace;
}

.url-row[b-ealyh8vqt6] {
    display: flex;
    align-items: center;
}

.url-label[b-ealyh8vqt6] {
    font-size: 12px;
    color: #0066cc;
    margin-right: 15px;
    min-width: 80px;
}

.url-value[b-ealyh8vqt6] {
    font-size: 13px;
    color: #333;
}

.qr-area[b-ealyh8vqt6] {
    text-align: center;
    flex-shrink: 0;
}

.qr-image[b-ealyh8vqt6] {
    width: 130px;
    height: 130px;
}

.qr-label[b-ealyh8vqt6] {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
}

.step-content[b-ealyh8vqt6] {
    padding-left: 15px;
}

.step-item[b-ealyh8vqt6] {
    margin-bottom: 15px;
}

.step-item h3[b-ealyh8vqt6] {
    font-size: 14px;
    color: #c00;
    margin: 0 0 5px 0;
}

.step-item p[b-ealyh8vqt6] {
    margin: 3px 0;
    font-size: 13px;
}

.step-item .note[b-ealyh8vqt6] {
    color: #666;
    font-size: 12px;
}

.page-top-title[b-ealyh8vqt6] {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.memo-section[b-ealyh8vqt6] {
    margin-top: 50px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.memo-title[b-ealyh8vqt6] {
    text-align: center;
    font-size: 11px;
    color: #888;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.memo-content[b-ealyh8vqt6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.memo-item[b-ealyh8vqt6] {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.memo-item .label[b-ealyh8vqt6] {
    white-space: nowrap;
    margin-right: 8px;
}

.memo-item .input-line[b-ealyh8vqt6] {
    display: inline-block;
    border-bottom: 1px solid #666;
    min-width: 140px;
    height: 1.2em;
}

.memo-item .underline[b-ealyh8vqt6] {
    display: inline-block;
    border-bottom: 1px solid #666;
    min-width: 28px;
    height: 1.2em;
    margin: 0 3px;
}

@media print {
    body[b-ealyh8vqt6] {
        background: #fff;
    }

    .toolbar[b-ealyh8vqt6] {
        display: none !important;
    }

    .preview-container[b-ealyh8vqt6] {
        padding: 0;
    }

    .a4-page[b-ealyh8vqt6] {
        width: 100%;
        min-height: auto;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    @page {
        size: A4;
        margin: 15mm;
    }
}
/* /Pages/Yoyaku/Schedule.cshtml.rz.scp.css */
.a4-page *[b-6h50rx4fqw]{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-6h50rx4fqw] {
    background: #666;
    min-height: 100vh;
}

.toolbar[b-6h50rx4fqw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}

.toolbar .btn[b-6h50rx4fqw] {
    padding: 8px 16px;
}

.toolbar .back-link[b-6h50rx4fqw] {
    color: #fff;
    text-decoration: none;
    margin-right: auto;
}

.toolbar .back-link:hover[b-6h50rx4fqw] {
    color: #ccc;
}

.preview-container[b-6h50rx4fqw] {
    padding: 80px 20px 40px;
    display: flex;
    justify-content: center;
}

.a4-page[b-6h50rx4fqw] {
    width: 297mm;
    min-height: 210mm;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 10mm 10mm;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}

.page-title[b-6h50rx4fqw] {
    text-align: center;
    margin-bottom: 15px;
}

.page-title h1[b-6h50rx4fqw] {
    display: inline-block;
    font-size: 22px;
    color: #000080;
    border: 3px solid #000080;
    padding: 8px 30px;
    margin: 0;
}

.description[b-6h50rx4fqw] {
    color: #0000cc;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.description strong[b-6h50rx4fqw] {
    color: #c00;
}

.sub-title[b-6h50rx4fqw] {
    text-align: center;
    margin-bottom: 10px;
    padding: 8px;
    border-top: 2px solid #000080;
    border-bottom: 2px solid #000080;
}

.sub-title h2[b-6h50rx4fqw] {
    font-size: 18px;
    color: #000080;
    margin: 0;
}

.table-note[b-6h50rx4fqw] {
    font-size: 11px;
    margin-bottom: 5px;
}

.schedule-table[b-6h50rx4fqw] {
    border-collapse: collapse;
    font-size: 10px;
}

.schedule-table th[b-6h50rx4fqw],
.schedule-table td[b-6h50rx4fqw] {
    border: 1px solid #333;
    padding: 3px 2px;
    text-align: center;
    vertical-align: middle;
}

.schedule-table th[b-6h50rx4fqw] {
    background: #f0f0f0;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.schedule-table .date-cell[b-6h50rx4fqw] {
    background: #f0f0f0;
    font-weight: bold;
    white-space: nowrap;
    width: 50px;
}

.schedule-table .entry-cell[b-6h50rx4fqw] {
    min-width: 40px;
    height: 40px;
    font-size: 9px;
    line-height: 1.3;
}

.schedule-table .entry-cell .room[b-6h50rx4fqw] {
    font-weight: bold;
}

.schedule-table .entry-cell .note[b-6h50rx4fqw] {
    color: #c00;
    font-size: 8px;
}

.footer-note[b-6h50rx4fqw] {
    color: #c00;
    font-size: 11px;
    margin-top: 10px;
}

.hidden-waku[b-6h50rx4fqw] {
    display: none;
}

.hidden-waku.show[b-6h50rx4fqw] {
    display: table-cell;
    background: #fff8e0;
}

.hidden-waku-row[b-6h50rx4fqw] {
    display: none;
}

.hidden-waku-row.show[b-6h50rx4fqw] {
    display: table-row;
    background: #fff8e0;
}

.schedule-table .waku-cell[b-6h50rx4fqw] {
    background: #f0f0f0;
    font-weight: bold;
    white-space: nowrap;
    min-width: 80px;
}

@media print {
    body[b-6h50rx4fqw] {
        background: #fff;
    }

    .toolbar[b-6h50rx4fqw] {
        display: none !important;
    }

    .preview-container[b-6h50rx4fqw] {
        padding: 0;
    }

    .a4-page[b-6h50rx4fqw] {
        width: 100%;
        min-height: auto;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    @page {
        size: A4 landscape;
        margin: 10mm;
    }
}
