/* AYA TOKYO Schedule - Front CSS */
.aya-schedule-front { padding: 20px 0; font-family: 'Helvetica Neue', Arial, sans-serif; }
.aya-sch-tabs-wrap { overflow-x: auto; }
.aya-sch-tabs { display: flex; gap: 2px; margin-bottom: 20px; min-width: max-content; }
.aya-sch-tab { background: #1a1a1a; border: 1px solid #333; color: #888; text-align: center; padding: 10px 16px; cursor: pointer; font-size: 12px; letter-spacing: 1px; min-width: 80px; }
.aya-sch-tab.active { background: #C9A84C; color: #000; border-color: #C9A84C; }
.tab-date { display: block; font-size: 14px; font-weight: bold; }
.tab-day { display: block; font-size: 10px; margin-top: 2px; }
.aya-sch-panel { display: none; }
.aya-sch-panel.active { display: block; }
.aya-sch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.aya-sch-card { background: #111; border: 1px solid #C9A84C; overflow: hidden; }
.aya-sch-photo-wrap { width: 100%; padding-top: 150%; background: #1a1a1a; position: relative; overflow: hidden; }
.aya-sch-photo-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.aya-sch-no-photo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #333; font-size: 11px; }
.aya-sch-time-badge { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.85); border-top: 1px solid #C9A84C; padding: 6px; text-align: center; font-size: 11px; color: #C9A84C; letter-spacing: 1px; }
.aya-sch-info { padding: 10px 12px; }
.aya-sch-name { font-size: 13px; letter-spacing: 3px; color: #C9A84C; margin-bottom: 3px; }
.aya-sch-size { font-size: 10px; color: #888; }
.aya-sch-no-cast { text-align: center; color: #555; padding: 40px 0; font-size: 13px; letter-spacing: 2px; }

/* キャスト別スケジュール */
.aya-cast-schedule { font-family: 'Helvetica Neue', Arial, sans-serif; }
.aya-cast-sch-header { font-size: 13px; color: #C9A84C; letter-spacing: 2px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #C9A84C; }
.aya-cast-sch-list { list-style: none; padding: 0; margin: 0; }
.aya-cast-sch-list li { display: flex; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid #222; font-size: 13px; }
.aya-cast-sch-date { color: #C9A84C; min-width: 70px; }
.aya-cast-sch-time { color: #fff; }
.aya-cast-sch-note { color: #888; font-size: 11px; }

@media (max-width: 768px) {
  .aya-sch-grid { grid-template-columns: repeat(2, 1fr); }
}

/* キャスト一覧 */
.aya-cast-list-wrap { padding: 20px 0; font-family: 'Helvetica Neue', Arial, sans-serif; }
.aya-cast-list-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.aya-cast-list-card { background: #111; border: 1px solid #C9A84C; overflow: hidden; }
.aya-cast-list-photo-wrap { width: 100%; padding-top: 150%; background: #1a1a1a; position: relative; overflow: hidden; }
.aya-cast-list-photo-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.aya-cast-list-no-photo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #333; font-size: 11px; letter-spacing: 2px; }
.aya-cast-list-course-badge { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.8); border-top: 1px solid #C9A84C; padding: 6px; display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.aya-cast-list-course { font-size: 9px; letter-spacing: 1px; color: #C9A84C; border: 1px solid #C9A84C; padding: 2px 6px; }
.aya-cast-list-info { padding: 12px 14px; }
.aya-cast-list-name { font-size: 15px; letter-spacing: 3px; color: #C9A84C; margin-bottom: 4px; }
.aya-cast-list-age { font-size: 10px; color: #888; letter-spacing: 1px; margin-bottom: 8px; }
.aya-cast-list-profile { font-size: 11px; color: #aaa; line-height: 1.7; }
@media (max-width: 768px) { .aya-cast-list-grid { grid-template-columns: repeat(2, 1fr); } }
