.elementor-kit-531{--e-global-color-primary:#1c44aa;--e-global-color-secondary:#6BB6E4;--e-global-color-text:#222222;--e-global-color-accent:#D87DC0;--e-global-color-4ac838e:#222222;--e-global-color-7ffd627:#FFDC00;--e-global-color-34b18c0:#FFFFFF;--e-global-color-4a31df1:#F06F91;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:32px;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:800;--e-global-typography-c5e7884-font-family:"Noto Sans JP";--e-global-typography-c5e7884-font-size:30px;--e-global-typography-c5e7884-font-weight:800;--e-global-typography-c5e7884-letter-spacing:0.5px;}.elementor-kit-531 button,.elementor-kit-531 input[type="button"],.elementor-kit-531 input[type="submit"],.elementor-kit-531 .elementor-button{background-color:var( --e-global-color-astglobalcolor0 );color:#FFFFFF;}.elementor-kit-531 e-page-transition{background-color:#FFBC7D;}.elementor-kit-531 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====== Wish: 受講生スケジュール掲示板スタイル ====== */
:root {
    --wish-navy: #1E3A8A;
    --wish-navy-700: #243b7a;
    --wish-ink: #1f2937;
    --wish-muted: #6b7280;
    --wish-border: #E5E7EB;
    --wish-panel: #EEF4FF;
    --wish-white: #fff;
}

.wish-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px;
}

.wish-item-container {
    margin-bottom: 60px;
}

.wish-head {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 30px;
}

.wish-headpanel {
    background: var(--wish-panel);
    border: 2px solid #d6defa;
    border-radius: 14px;
    padding: 22px 28px;
    text-align: center;
}

.wish-unit {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--wish-ink);
    margin-bottom: 6px;
}

.wish-time {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--wish-navy);
}

.wish-archive-note {
    margin: 18px 2px 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--wish-ink);
}

.wish-head-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.wish-teacher-photo {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #f3f4f6;
}

.wish-teacher-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wish-teacher-meta {
    text-align: center;
}

.wish-teacher-label {
    font-size: 22px;
    font-weight: 800;
    color: var(--wish-ink);
    margin-bottom: 6px;
}

.wish-teacher-name {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .02em;
}

/* ボタン共通 */
.wish-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid var(--wish-navy);
    text-decoration: none;
    padding: 16px 22px;
    font-weight: 800;
    color: var(--wish-white);
    background: var(--wish-navy);
    transition: transform .05s ease, background .2s ease, opacity .2s ease;
}

.wish-btn:hover {
    background: var(--wish-navy-700);
    transform: translateY(-1px);
}

.wish-btn .wish-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--wish-white);
    color: var(--wish-navy);
    font-style: normal;
    font-weight: 900;
}

.wish-btn-archive {
    width: 100%;
    max-width: 640px;
}

.wish-btn-pdf {
    background: var(--wish-white);
    color: var(--wish-navy);
    width: 100%;
    max-width: 640px;
}

.wish-btn-pdf:hover {
    background: #f5f7ff;
}

/* カードグリッド */
.wish-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 18px;
}

.wish-card {
    background: var(--wish-white);
    border: 1px solid var(--wish-border);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
}

.wish-card-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 3px solid #eef1f6;
    margin-bottom: 16px;
}

.wish-week {
    font-size: 18px;
    font-weight: 800;
    color: #374151;
    text-align: left;
}

.wish-date {
    font-size: 40px;
    font-weight: 900;
    color: var(--wish-navy);
    text-align: center;
    line-height: 1;
}

.wish-title {
    font-size: 16px;
    line-height: 1.65;
    color: #111827;
    text-align: left;
    min-height: 56px;
    margin-bottom: 16px;
}

.wish-btn-view {
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    margin-top: auto;
}

/* レスポンシブ */
@media (max-width: 1024px) {
    .wish-head { grid-template-columns: 1fr; gap: 22px; }
    .wish-teacher-photo { width: 220px; height: 220px; }
}

@media (max-width: 820px) {
    .wish-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
    .wish-grid { grid-template-columns: 1fr; }
}/* End custom CSS */