/* ========================================
   フッター内のロゴを非表示にする
   ======================================== */
#footer .logo {
    display: none;
}

/* ========================================
   フッター画像として完全に置き換える場合（画像の幅を指定）
   ======================================== */
/*Instagram*/
#footer .fa-instagram {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("http://china.clublala.jp/wp-content/uploads/2026/06/Instagram01.png");
    background-size: contain;
    text-indent: -9999px;  /* 元のテキストを隠す */
    overflow: hidden;
}
/*TikTok*/
#footer .fa-linkedin-in {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("http://china.clublala.jp/wp-content/uploads/2026/06/TikTok01.png");
    background-size: contain;
    text-indent: -9999px;  /* 元のテキストを隠す */
    overflow: hidden;
}

/* TikTokアイコンを正しく表示するCSS */
.fa-tiktok:before {
    content: "\e07b";
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* ========================================
   ページのヘッダー設定
   ======================================== */
/* ホームページのみヘッダーを非表示 */
.page-header {
    display: none;
}

.home .entry-title {
    display: none;
}
/*
#footer {
    margin-top: 80vh;
}
*/
.site-main {
    min-height:67.2vh;
}

/* ========================================
   テキスト文字書式
   ======================================== */
/* すべてのテキストウィジェットの文字を金色に */
.textwidget p,
.post .postmeta .post-date,
.post .entry-content {
    color: #D4AF37 !important;
}

#Widget_003 .textwidget,
#Widget_003 .textwidget p {
    color: #D4AF37 !important;
}

#Widget_003 .textwidget p {
    color: #D4AF37 !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

#Widget_002 .post-date {
    color: #ffffff !important;
}

#Widget_002 .post-date::before {
    content: "　　";
}

/* 全てのウィジェットタイトル (class="widget-title") を金色に */
/* ウィジェット全体のスタイル */



#Widget_001, 
#Widget_002,
#Widget_003,
#pl-116 img{
    border: 2px solid #D4AF37;
    background-color: #0a0a0a;           
		background-color: rgba(0, 0, 0, 0.5) !important;  /* 黒色・透明度50% */
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;                  /* はみ出し防止 */   
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* ====================================
   ウィジェット画像を3:4比率で統一
   ブラウザサイズ変更時に比率維持
   ==================================== */

/* ウィジェット画像のコンテナ */
#pl-116 img,
.widget-area img,
.sidebar img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    display: block !important;
}

/* 画像を囲む親要素も比率に合わせる */
#pl-116 .wp-block-image,
#pl-116 figure,
.media_image {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* ウィジェット内の画像サイズを統一 */
/*#pl-116 .panel-grid-cell,
#pl-116 .wp-block-image,
#pl-116 img {
    width: 263px !important;
    height: 350px !important;
    object-fit: cover !important;
    border-radius: 8px;
}*/

/* 金属感のある背景＋黒文字のタイトル */
.widget-title {
    background: linear-gradient(135deg, #D4AF37, #FFE55C, #C59B3B, #FCE181, #B38728);
    color: #000000 !important;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 14px 20px;
    margin: 0;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* ウィジェット内のコンテンツ部分 */
.widget .textwidget,
.widget ul,
.widget p,
.widget select,
.widget .wp-block-group {
    padding: 15px 20px;
    margin: 0;
    color: #e0e0e0;
}

/* リストの装飾 */
.widget ul {
    list-style: none;
    padding-left: 20px;
}

.widget ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}


/* リンクの色 */
.widget a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget a:hover {
    color: #FFE55C;
    text-decoration: underline;
}

.widget ul li::before {
    content: "✦";
    color: #D4AF37;
    position: absolute;
    left: 0;
}

/* タイトルの左右に装飾 */
.widget-title::before {
    content: "✦ ";
    color: #000000;
}

.widget-title::after {
    content: " ✦";
    color: #000000;
}

/* ========================================
   ページタイトルテキスト文字書式
   ======================================== */
/* 金属感のある金色文字（メタリックゴールド） */

/* エントリータイトル：美しいフォント＋金属感ゴールド */
.entry-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    
    background: linear-gradient(
        135deg,
        #BF953F,
        #FCF6B6,
        #B38728,
        #FBF5B7,
        #AA771C
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

/* ホバー時にアニメーション（光沢が動く） */
.entry-title:hover {
    background-position: 100% 0;
    transition: background-position 0.8s ease;
}

/* タイトルの左右に装飾 */
.entry-title::before {
    content: " ✦ ";
}


/* ====================================
   entry-title 金属感金色線 + 上部スペース
   ==================================== */

.entry-title {
    /* 上部に広めのスペース */
    margin-top: 40px !important;
    padding-top: 20px !important;
    
    /* 下部の余白（線との間隔） */
    margin-bottom: 20px !important;
    
    /* フォント設定（お好みで調整） */
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* 金属感金色線 */
.entry-title::after {
    content: '';
    display: block;
    width: 85%;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
    
    /* 金属感ゴールドグラデーション */
    background: linear-gradient(90deg, 
        #DAA520 0%, 
        #FFD700 30%, 
        #FFF8DC 50%,
        #FFD700 70%, 
        #DAA520 100%
    );
    
    /* 金色の輝き効果 */
    box-shadow: 0 0 6px rgba(218, 165, 32, 0.5);
    border-radius: 2px;
    
    /* アニメーション（オプション） */
    transition: width 0.3s ease;
}

/* ホバー時に線が伸びる効果（オプション） */
.entry-title:hover::after {
    width: 95%;
}



/* ========================================
   ヘッダー下部の線
   ======================================== */
/* ヘッダーエリア内のスクロールバーを黒系統に設定 */
.header::-webkit-scrollbar {
    width: 5px; /* 縦スクロールバーの幅 */
    height: 5px; /* 横スクロールバーの高さ */
}

.header::-webkit-scrollbar-track {
    background: #1a1a1a; /* 黒に近い濃いグレーのトラック */
    border-radius: 10px;
}

.header::-webkit-scrollbar-thumb {
    background: #000000; /* 黒いサム（つまみ部分） */
    border-radius: 5px;
}

.header::-webkit-scrollbar-thumb:hover {
    background: #333333; /* ホバー時に少し明るく */
}

/* ========================================
   メニューアイコン
   ======================================== */
.main-menu img {
    height: 40px !important;
    width: auto !important;
}

/* main-menu全体を左揃えに */
.main-menu {
    text-align: left !important;
}

/* メニュー項目をブロック表示で左揃え */
.main-menu .menu-item {
    text-align: left !important;
    display: block !important;
}

/* 画像やリンクも左揃え */
.main-menu .menu-item a,
.main-menu .menu-item img {
    display: inline-block;
    text-align: left;
}

/* アイコンと画像の間隔調整 */
.main-menu .menu-item img {
		margin-right: 15px;
}

.main-menu {
    text-align: left !important;
    padding-left: 50px !important;
}


/* ========================================
   メニュー文字表示
   ======================================== */

.main-menu .menu-item a,
.header .col-md-2 .toggle-nav button {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    
    background: linear-gradient(
        145deg,
        #D4AF37,
        #FFE4A0,
        #B8860B,
        #DAA520
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent!important;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.header .col-md-2 .toggle-nav button {
    font-size: 60px!important;
}

/* PC */
.main-menu .menu-item a {
    font-size: 18px;
    letter-spacing: 0.08em;
}

/* タブレット（768px以下） */
@media (max-width: 768px) {
    .main-menu .menu-item a {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
}

/* スマホ（480px以下） */
@media (max-width: 480px) {
    .main-menu .menu-item a {
        font-size: 14px;
        letter-spacing: 0.03em;
    }
}

/* ホバー時：白に変更 */
.main-menu .menu-item a:hover {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #FFFFFF !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* メニュークリック時の白い枠を非表示 */
.header a:focus,
.header a:active {
    outline: none !important;
    box-shadow: none !important;
}



/* ========================================
   Topボタン
   ======================================== */

/* id="button" の背景色を設定 */
/* 金属感のある背景＋黒文字のタイトル */
#button {
    background: linear-gradient(135deg, #D4AF37, #FFE55C, #C59B3B, #FCE181, #B38728);
    color: #000000 !important;
    /*font-weight: 800;
    font-size: 1.1rem;
    padding: 14px 20px;
    margin: 0;
    letter-spacing: 1px;*/
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* ========================================
   サイト全体の背景に視差効果を適用
   ======================================== */
/* サイト全体の背景に視差効果を適用 */
/*
body {
    background-image: url('http://china.clublala.jp/wp-content/uploads/2026/06/background.png') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
*/
/* スマホでも背景画像を表示する */
/*
body {
    background-image: url('http://china.clublala.jp/wp-content/uploads/2026/06/background.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
*/

/* ====================================
   背景画像 - スマホ固定表示
   ==================================== */

/* 背景画像を固定表示するためのオーバーレイ */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://china.clublala.jp/wp-content/uploads/2026/06/background.png');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    pointer-events: none;
}

/* コンテンツが背景の上に表示されるように */
body {
    position: relative;
    z-index: 1;
}

/* スマホで背景が正しく表示されるように */
@media (max-width: 768px) {
    body::before {
        background-size: cover !important;
        background-position: 70% center !important;
        background-repeat: no-repeat !important;
        height: 100vh !important;
        width: 100vw !important;
    }
}

/* または、カスタマイザーで設定した背景を継承 
@media (max-width: 768px) {
    body.custom-background {
        background-image: var(--wp--preset--background-image, url('http://china.clublala.jp/wp-content/uploads/2026/06/background.png')) !important;
        background-size: cover !important;
        background-position: center !important;
    }
}
*/



/* ========================================
   header設定
   ======================================== */
.header .col-md-5,
.header .col-md-2{
		width: 100% !important; 
}
/* 左側アイコンエリアのサイズ固定例 */
.header .logo {
		min-width: 240px;
		padding-top: 0px !important;
		padding-bottom: 1px !important; 
		border-bottom: none !important;
}
/* アイコン自体のサイズ */
.header .logo img {
    min-width: 240px;
    width: 250px;
    height: 250px;
}

.header .toggle-nav button{
		font-family: 'Cormorant Garamond', serif;
    color: #DAA520 !important;
    /*border: 1px solid #DAA520 !important;*/
    background-color: transparent !important;
}

.header .toggle-nav button:focus,
.header .toggle-nav button:active {
    outline: none !important;
		box-shadow: none !important;
}

.header .toggle-nav button:hover {
		color: #FFFFFF !important;
}


/* ========================================
   footer連絡情報の設定
   ======================================== */
/* ====================================
   おしゃれフッタースタイル（左揃え・2行構成）
   ==================================== */

.custom-footer-info {
    background: linear-gradient(145deg, #0a0a0a 0%, #141414 100%);
		padding-top: 10px;
    padding-bottom: 10px;
    padding: 14px 20px;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    border-top: 1px solid rgba(218, 165, 32, 0.25);
    border-bottom: 1px solid rgba(218, 165, 32, 0.25);
}

.custom-footer-info .container {
    max-width: 1300px;
    margin: 0 auto;
}

/* 横並びレイアウト */
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* ===== 左：ロゴエリア ===== */
.footer-logo-area {
    flex-shrink: 0;
    min-width: 140px;
}

/* オプション：鏡面仕上げの金属感ゴールド */
/* オプション2：きらめく金属感ゴールド */
.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 3px;
    background: linear-gradient(145deg,
        #F5E7A3 0%,
        #DAA520 20%,
        #FFD700 40%,
        #FFF8DC 50%,
        #FFD700 60%,
        #DAA520 80%,
        #F5E7A3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: block;
    line-height: 1.2;
    background-size: 200% auto;
    animation: metalShine 3s linear infinite;
    text-shadow: 0 0 8px rgba(218, 165, 32, 0.3);
}

@keyframes metalShine {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.footer-logo-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: rgba(218, 165, 32, 0.6);
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}

/* ===== 右：情報エリア（左揃え） ===== */
.footer-info-area {
    flex: 1;
    text-align: left;
}

/* 情報の行 */
.footer-info-row {
    margin: 4px 0;
}

.footer-info-row:first-child {
    margin-bottom: 6px;
}

/* 2行目：電話と営業時間を横並び */
.contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* 情報アイテム共通 */
.footer-info-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #E8D5A3 0%, #C9A03D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.footer-info-item .fas {
    font-size: 11px;
    color: #DAA520;
    text-shadow: 0 0 4px rgba(218, 165, 32, 0.4);
    width: 14px;
}

/* 区切り線 */
.footer-info-divider {
    font-size: 12px;
    color: rgba(218, 165, 32, 0.4);
    margin: 0 2px;
}

/* 住所は長文なので折り返し許可 */
.address-item span {
    white-space: normal;
    word-break: keep-all;
    line-height: 1.4;
}

/* ★ 電話番号リンク（マウスオンで色変化） ★ */
.footer-tel {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
}

/* マウスを乗せた時の色変化 */
.footer-tel:hover {
    background: linear-gradient(135deg, #FFE484 0%, #FFB800 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 6px rgba(255, 200, 0, 0.5);
    transform: scale(1.02);
}

/* 営業時間 */
.hours-item span {
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* ===== 右端：装飾 ===== */
.footer-deco-area {
    flex-shrink: 0;
}

.deco-star {
    font-size: 14px;
    color: #DAA520;
    text-shadow: 0 0 4px rgba(218, 165, 32, 0.5);
    animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); text-shadow: 0 0 8px rgba(218, 165, 32, 0.8); }
}

/* ===== レスポンシブ対応 ===== */
@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .footer-logo-area {
        text-align: left;
    }
    
    .footer-info-area {
        width: 100%;
    }
    
    .footer-deco-area {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 550px) {
    .custom-footer-info {
        padding: 12px 15px;
    }
    
    .footer-logo-text {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .footer-logo-sub {
        font-size: 7px;
        letter-spacing: 2px;
    }
    
    .footer-info-item {
        font-size: 10px;
    }
    
    .footer-info-item .fas {
        font-size: 9px;
        width: 12px;
    }
    
    .footer-tel {
        font-size: 10px;
    }
    
    .hours-item span {
        font-size: 10px;
    }
    
    .footer-info-divider {
        font-size: 10px;
    }
    
    .deco-star {
        font-size: 11px;
    }
    
    .address-item span {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .contact-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .footer-info-divider {
        display: none;
    }
}

#footer .copywrap p {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(135deg, #E8D5A3 0%, #C9A03D 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
		color: transparent !important;
		padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#footer .social-icons {
    margin-top: 8px !important;
    margin-bottom: 5px !important;
}

/* ========================================
   Logo、メニュー、ボタンなどクリック効果設定
   ======================================== */
.header .logo :hover img,
.header .col-md-5 :hover i,
#footer .social-icons :hover i{
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);
}



/*
.main-menu li :hover{
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);
}
*/

/* メニュー項目のホバー効果を下線に変更 */
.main-menu li {
    position: relative;
    transition: all 0.3s ease;
}

/* 下線（アンダーライン）のデザイン */
.main-menu li::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #DAA520, 
        #FFD700, 
        #FFF8DC, 
        #FFD700, 
        #DAA520, 
        transparent
    );
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(218, 165, 32, 0.4);
}

/* ホバー時に下線が伸びる（拡大・影を無効化） */
.main-menu li:hover::after {
    width: 80%;
}

/* 元のホバー効果（拡大・影）を無効化 */
.main-menu li:hover {
    transform: scale(1.05) !important;
    box-shadow: none !important;
}

/* ====================================
   ソーシャルアイコン クリック後枠削除
   ==================================== */

#footer .social-icons a {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

#footer .social-icons a:focus,
#footer .social-icons a:active,
#footer .social-icons a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* iOS Safari 対策 */
#footer .social-icons a:focus {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* ========================================
   CAST 画像選択効果設定
   ======================================== */
#pl-116 .panel-grid-cell :hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);
    transition: all 0.3s ease;
}

/* ========================================
   News＆Event 画像設定
   ======================================== */

/* テキストウィジェット内の画像のクリックを無効化 */
#Widget_003 .textwidget img,
#Widget_003 .textwidget a {
    pointer-events: none !important;
    cursor: default !important;
}

#Widget_003 img {
		width: 100%;
    height: auto;
    /*max-height: 700px;*/
    /*aspect-ratio: 3 / 4;*/
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    justify-content: center;
    /* ★ ギャラリーと同じ金枠（paddingなし） ★ */
    border: 2px solid rgba(218, 165, 32, 0.25);
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}

/* ★ メイン画像ホバー時 - ギャラリーと同じ効果 ★ */
#Widget_003 :hover img{
    transform: translateY(-5px);
    border-color: rgba(218, 165, 32, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    background: rgba(218, 165, 32, 0.08);
}