/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 01:56:49 */
/* 商品ページ サイドバー カテゴリナビ */
.sidenavi {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidenavi-title {
    background-color: #1159AF;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 0.95em;
    text-align: center;
}

.sidenavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenavi ul li {
    border-bottom: 1px solid #e0e0e0;
}

.sidenavi ul li:last-child {
    border-bottom: none;
}

.sidenavi ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
}

.sidenavi ul li a::after {
    content: '›';
    font-size: 1.2em;
    color: #999;
}

.sidenavi ul li a:hover {
    background-color: #f5f5f5;
}

/* 商品ページ WooCommerceカテゴリブロック */
.wp-block-woocommerce-product-categories {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item {
    border-bottom: 1px solid #e0e0e0;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item:last-child {
    border-bottom: none;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item a::after {
    content: '›';
    font-size: 1.2em;
    color: #999;
}

.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item a:hover {
    background-color: #f5f5f5;
}

/* 親カテゴリ ホバー背景 */
.wp-block-woocommerce-product-categories .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a:hover {
    background-color: #f8f8ff !important;
}

/* 子カテゴリ 矢印右端揃え */
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a {
    background-color: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a::before {
    content: '- ' !important;
    color: #999 !important;
    flex-shrink: 0 !important;
}

.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a::after {
    content: '›' !important;
    font-size: 1.2em !important;
    color: #999 !important;
    margin-left: auto !important;
}
/* 子カテゴリ beforeスペース修正 */
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a::before {
    content: '-\00a0' !important;
    color: #999 !important;
    flex-shrink: 0 !important;
}
/* 子カテゴリ 背景薄グレー・文字小さく */
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a {
    background-color: #f5f5f5 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.88em !important;
}