/*
Theme Name: Heros Branch
Template: heros
*/

html.ikebukuro-heros-tokyo-jp .header {
    background: linear-gradient(135deg, #e67e19 0%, #ff7e00 100%);
}

html.ikebukuro-heros-tokyo-jp .mobile-menu {
    background: linear-gradient(135deg, #e67e19 0%, #ff7e00 100%);
}

html.yokohama-heros-tokyo-jp .header {
    background: linear-gradient(135deg, #00aafd 0%, #00aafd 100%);
}

html.yokohama-heros-tokyo-jp .mobile-menu {
    background: linear-gradient(135deg, #00aafd 0%, #00aafd 100%);
}

html.shibuya-heros-tokyo-jp .header {
    background: linear-gradient(135deg, #ffec50 0%, #50e3ff 100%);
}

html.shibuya-heros-tokyo-jp .mobile-menu {
    background: linear-gradient(135deg, #ffec50 0%, #50e3ff 100%);
}

/* 店舗紹介セクション */
.store-info {
    background: #f9f9f9;
    padding: 60px 20px;
    margin-top: 60px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.store-info .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.store-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #d32f2f;
    font-weight: 700;
}

.store-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    white-space: pre-line;
}

@media (max-width: 768px) {
    .store-title {
        font-size: 1.6rem;
    }
    .store-description {
        font-size: 1rem;
    }
}