/**
 * フロントページ（トップ）専用スタイル
 * luxury-school-home セクション用
 */

.luxury-school-home {
    font-family: 'Noto Serif JP', 'Mincho', 'Hiragino Mincho ProN', serif;
    background-color: #0b0f19 !important;
    color: #f7f1e3 !important;
    line-height: 1.8;
}

.luxury-school-home * {
    box-sizing: border-box;
}

/* モバイル・ダークモード時のメニュー表示 */
.menu-toggle,
.btn-menu,
.navbar-toggler-icon,
.slicknav_btn {
    filter: invert(1) brightness(2) !important;
}

.main-navigation font,
.main-navigation span,
.main-navigation a {
    color: #d4af37 !important;
}

.luxury-section {
    padding: 60px 20px;
    text-align: center;
}

.luxury-section.darker {
    background-color: #070a10 !important;
}

.luxury-section-title {
    color: #d4af37 !important;
    font-size: 32px;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 10px;
    letter-spacing: 3px;
    font-weight: bold;
}

.luxury-concept-box {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    border: 2px solid #d4af37;
    padding: 40px 30px;
    border-radius: 12px;
    background: rgba(11, 15, 25, 0.8);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9);
    position: relative;
    color: #e0e0e0 !important;
}

.luxury-concept-box::after {
    content: '✧';
    color: #d4af37;
    font-size: 30px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b0f19;
    padding: 0 10px;
}

.luxury-highlight {
    color: #ff4d6d !important;
    font-weight: bold;
    font-size: 22px;
}

.luxury-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.luxury-feature-card {
    background: linear-gradient(145deg, #1c0a0d, #120507);
    border: 1px solid #d4af37;
    padding: 30px;
    border-radius: 15px;
    flex: 1 1 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
}

.luxury-feature-title {
    color: #d4af37 !important;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d4af37;
    padding-bottom: 10px;
}

.luxury-schedule-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #0a0e17;
    padding: 20px;
}

@media (max-width: 768px) {
    .luxury-section {
        padding: 40px 10px;
    }

    .luxury-section-title {
        font-size: 26px;
    }
}
