/*
Theme Name: Lightning Child
Theme URI: 
Description: Lightning の子テーマ
Author: 
Author URI: 
Template: lightning
Version: 0.0.1
*/

/* 全体のスタイル */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ヘッダー */
.siteHeader {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.siteHeadContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siteHeader_logo {
    width: auto;
    margin-right: 10px;
}

.siteHeader_logo img {
    max-height: 30px;
    width: auto;
}

.gMenu_outer .gMenu > li > a {
    color: #ffffff;
}

.gMenu_outer .gMenu > li > a:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
}

/* WiFi情報 */
.header-wifi-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* flex-end から center に変更 */
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    margin-right: 40px;
}

.header-wifi-info span {
    display: block;
    margin-bottom: 2px;
}

.wifi-info-section {
    text-align: center;
}

/* メインコンテンツ */
.siteContent {
    padding-top: 0;
    padding: 0 !important;
}

.mainSection,
.carousel {
    margin-top: -70px;
}

/* モバイル対応 */
@media (max-width: 991px) {
    .siteHeader {
        position: fixed;
    }
    
    .carousel {
        margin-top: 0;
    }
    
    body {
        padding-top: 60px;
    }
    
    .siteHeadContainer {
        padding: 5px 10px;
    }

    .header-wifi-info {
        font-size: 10px;
        text-align: center;
    }
    
    .siteHeader_logo img {
        max-height: 25px;
    }
}

/* モバイルナビゲーション */
.vk-mobile-nav {
    background-color: #333;
}

.custom-mobile-menu {
    color: white;
    padding: 20px;
}

.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-logo,
.footer-logo img {
    height: 40px;
    max-height: 40px;
}

.close-menu {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.language-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.language-toggle button {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.language-toggle button.active {
    background-color: white;
    color: #333;
}

.menu-items {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.menu-items li a {
    display: block;
    padding: 10px 0;
    color: white !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.social-links a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

/* フッター非表示 */
.siteContent_after,
.siteFooter {
    display: none;
}

/* その他のスタイル */
dd, dt {
    border-left-style: hidden;
}

.vk-mobile-nav {
    background-color: #333;
}

.custom-mobile-menu {
    color: white;
    padding: 20px;
}

.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-logo,
.footer-logo img {
    max-height: 40px;
    width: auto;
}

.close-menu {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.language-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.language-toggle button {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.language-toggle button.active {
    background-color: white;
    color: #333;
}

.menu-items {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.menu-items li a {
    display: block;
    padding: 10px 0;
    color: white !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.social-links a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
}

.footer-logo {
    text-align: center;
}
