.elementor-17 .elementor-element.elementor-element-2f427ceb{--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-17 .elementor-element.elementor-element-68c64792{--spacer-size:25px;}.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 );}.elementor-17 .elementor-element.elementor-element-5f37347f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -23px) 0px;text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:0.8em;font-weight:600;color:#047400;}.elementor-17 .elementor-element.elementor-element-38e59ec5{text-align:center;font-family:"Noto Serif JP", Sans-serif;font-size:1.5em;font-weight:600;color:#573102;}.elementor-17 .elementor-element.elementor-element-337f9df6{--display:flex;}.elementor-17 .elementor-element.elementor-element-b62ed41{--display:flex;}.elementor-17 .elementor-element.elementor-element-ae2effd{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-380ff5d2 *//* --- WooCommerce マイアカウントページのスタイル --- */

/* 1. レイアウトの調整（PCで左右2カラムにする） */
@media (min-width: 769px) {
    .woocommerce-account .woocommerce {
        display: flex !important;
        align-items: flex-start !important;
        gap: 2rem !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }

    /* 左側：ナビゲーションメニュー */
    .woocommerce-MyAccount-navigation {
        width: 250px !important;
        flex-shrink: 0 !important;
    }

    /* 右側：コンテンツエリア */
    .woocommerce-MyAccount-content {
        flex: 1 !important;
        width: auto !important;
        background-color: #fff !important;
        padding: 1.5rem !important;
        border-radius: 8px !important;
        border: 1px solid #e5e7eb !important; /* 薄いグレーの枠線 */
    }
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 2rem !important;
    }
}


/* 2. ナビゲーションメニューのデザイン */

/* リスト全体のスタイル */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important; /* ・を消す */
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #fff !important;
}

/* 各メニュー項目 */
.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none !important;
}

/* リンクのデザイン */
.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 1rem 1.5rem !important;
    color: #374151 !important; /* 文字色（濃いグレー） */
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
}

/* ホバー時のデザイン */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff1f2 !important; /* 薄いピンク（いちご色） */
    color: #be123c !important; /* 濃い赤 */
    padding-left: 1.75rem !important; /* 少し右に動くアニメーション */
}

/* 現在表示中のページ（アクティブ）のデザイン */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #be123c !important; /* メインの赤色 */
    color: #ffffff !important; /* 白文字 */
    font-weight: 700 !important;
}

/* 【追加】「ダウンロード」メニューを非表示にする */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}


/* 3. コンテンツエリアのデザイン */

/* 「こんにちは～」のメッセージ部分 */
.woocommerce-MyAccount-content p {
    line-height: 1.8 !important;
    color: #4b5563 !important;
    margin-bottom: 1.5rem !important;
}

/* リンク文字の色 */
.woocommerce-MyAccount-content a {
    color: #be123c !important; /* 赤色 */
    text-decoration: underline !important;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: none !important;
    color: #881337 !important; /* 濃い赤 */
}

/* 見出しのデザイン（もしあれば） */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 1.5rem !important;
    color: #374151 !important;
    margin-bottom: 1rem !important;
    border-bottom: 2px solid #fecdd3 !important; /* ピンクの下線 */
    padding-bottom: 0.5rem !important;
}

/* ボタン（住所編集など）のデザイン */
.woocommerce-MyAccount-content .button {
    background-color: #be123c !important; /* 赤 */
    color: #fff !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 9999px !important; /* 丸ボタン */
    text-decoration: none !important;
    font-weight: 700 !important;
    border: none !important;
    display: inline-block !important;
    margin-top: 1rem !important;
}

.woocommerce-MyAccount-content .button:hover {
    background-color: #9f1239 !important; /* 濃い赤 */
    transform: translateY(-2px) !important;
}/* End custom CSS */