/*
Theme Name: Lightning Child - Toruday
Template: lightning
Description: Torudayフォトツアーサイト専用子テーマ
Version: 1.0.0
*/

.toruday-japan-map {
    max-width: 800px;
    margin: 0 auto;
}

.toruday-event-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.toruday-event-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.toruday-category-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
}

.toruday-capacity {
    color: #666;
    font-size: 14px;
}

.toruday-capacity.full {
    color: #d32f2f;
    font-weight: bold;
}

.toruday-admin-notice {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 12px;
    margin: 20px 0;
}