.footer-section {
    width: 100%;
    background-color: #ffff !important; 
    padding:10px 0px
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto;
    gap: 10px;
}

.footer-brand {
    text-align: center;
}

.group-name {
    font-weight: bold;
    -webkit-text-stroke: 0.5px #000;
    font-size: 1.8rem;
    margin-top: 10px;
}

.footer-nav {
    display: flex;
    justify-content: center;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 auto; 
    padding: 0;
}

.footer-nav a {
    text-decoration: none;
    color: #000;
    -webkit-text-stroke: 0.5px #000;
    font-size: 0.9rem;
}

/* 下部中央に配置 */
.powered-by {
    width: 100%; /* 横幅いっぱいにして中央揃えを可能にする */
    text-align: center;
    margin-top: 0px; /* 葵食堂との距離を空ける */
    font-size: 0.75rem;
    color: #000;
}

.powered-by a {
    text-decoration: none;
    color: #000;
}

.footer-brand p {
    margin:0px;
    color:#000
}

/* 
==========================================================================
   footer section / mobile
==========================================================================
 */
    .footer-wrapper {
    gap: 1px;
}   
.footer-nav a {
    font-size: 0.8rem;
}

