.elementor-16 .elementor-element.elementor-element-44e537f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16 .elementor-element.elementor-element-44e537f7:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-44e537f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-16 .elementor-element.elementor-element-1bffaf7d{--display:flex;}.elementor-16 .elementor-element.elementor-element-4cb64c3e{--display:flex;}.elementor-16 .elementor-element.elementor-element-4cb64c3e:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-4cb64c3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-68f1eead *//* セクション1: タイトル用CSS */
    .rr-shipping-title-section {
        background-color: #111111;
        color: #ffffff;
        font-family: 'Montserrat', 'Noto Serif JP', sans-serif;
        padding: 4rem 1.5rem 2rem 1.5rem; /* 下の余白を少し調整 */
        text-align: center;
    }

    .rr-section-title h2 {
        font-size: 2rem;
        color: #ffffff;
        margin-bottom: 0.5rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
    }

    .rr-section-title span {
        color: #C5A05B; /* ゴールド */
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .rr-title-line {
        width: 60px;
        height: 2px;
        background-color: #C5A05B;
        margin: 0 auto;
    }

    /* スマホ調整 */
    @media (max-width: 767px) {
        .rr-section-title h2 {
            font-size: 1.5rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-46b5d5ce *//* -------------------------------------------------------
   WooCommerce マイアカウントページのカスタマイズ (修正・完全版v2)
   ※この内容は「外観 > カスタマイズ > 追加CSS」に貼り付けてください
   ------------------------------------------------------- */

/* 1. Google Fontsの読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&family=Montserrat:wght@300;400;500&display=swap');


/* --- 2. 「ダウンロード」項目を徹底的に非表示にする設定 (優先度修正) --- */
/* ★修正: 他の表示設定に負けないよう、セレクタを長くして優先度を最強にしました */
body .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads,
body .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--download,
body .woocommerce-account .woocommerce-MyAccount-navigation ul li a[href*="downloads"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}


/* --- 3. レイアウト（PC：左右2カラム）の強制適用 --- */

/* コンテナ設定: Flexboxで横並びにする */
.woocommerce-account .woocommerce {
    font-family: 'Montserrat', 'Noto Serif JP', sans-serif !important;
    color: #ffffff !important;
    
    display: flex !important;
    flex-direction: row !important; /* 横並び */
    flex-wrap: nowrap !important; /* 折り返さない */
    align-items: flex-start !important;
    gap: 40px !important;
    
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 4rem 1.5rem !important;
    
    /* フロート解除 */
    float: none !important;
}

/* テーマのClearfixなどが邪魔しないように無効化 */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    display: none !important;
}

/* 左側：ナビゲーションメニュー */
.woocommerce-MyAccount-navigation {
    width: 260px !important;
    min-width: 260px !important;
    flex: 0 0 260px !important;
    float: none !important;
    margin-right: 0 !important;
}

/* 右側：コンテンツエリア */
.woocommerce-MyAccount-content {
    width: 100% !important;
    flex: 1 1 auto !important;
    float: none !important;
    
    background-color: rgba(255, 255, 255, 0.02) !important;
    padding: 2rem !important;
    border: 1px solid #333 !important;
}


/* --- 4. リンク色の変更 --- */
.woocommerce-account a {
    color: #C5A05B !important; /* ゴールド */
    text-decoration: none !important;
}
.woocommerce-account a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* --- 5. ナビゲーションメニューのデザイン --- */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #333 !important;
    border-bottom: none !important;
}

/* ★修正: ここで display: block !important していたのが原因でした。詳細度で負けないように調整済み */
.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #333 !important;
    list-style: none !important;
    display: block !important;
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 15px 20px !important;
    color: #cccccc !important;
    background-color: #1a1a1a !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
}

/* ホバー時とアクティブ時（選択中） */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #C5A05B !important;
    color: #111111 !important; /* 黒文字 */
    font-weight: bold !important;
    padding-left: 25px !important;
}


/* --- 6. コンテンツエリア内部のデザイン --- */

/* 見出し */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #ffffff !important;
    font-family: 'Noto Serif JP', serif !important;
    border-bottom: 1px solid #C5A05B !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    font-size: 1.5rem !important;
}

/* テキスト */
.woocommerce-MyAccount-content p {
    color: #dddddd !important;
    margin-bottom: 1.5rem !important;
}

/* ボタン */
.woocommerce-MyAccount-content .button {
    background-color: transparent !important;
    border: 1px solid #C5A05B !important;
    color: #C5A05B !important;
    padding: 10px 20px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
}

.woocommerce-MyAccount-content .button:hover {
    background-color: #C5A05B !important;
    color: #111111 !important;
}

/* アドレス帳など */
.woocommerce-MyAccount-content address {
    border: 1px solid #333 !important;
    padding: 1.5rem !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    font-style: normal !important;
    color: #cccccc !important;
}


/* --- 7. レスポンシブ対応 (スマホ: 768px以下) --- */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important; /* 縦並びに戻す */
        padding: 2rem 1rem !important;
        gap: 20px !important;
    }

    .woocommerce-MyAccount-navigation {
        width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
    }

    .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 1.5rem 1rem !important;
    }
}/* End custom CSS */