@charset "UTF-8";
/*
Theme Name: ec003-z
Theme URI: 
Author: SUNGROVE
Author URI: https://www.sungrove.co.jp/
Description: 
Requires at least: 
Version: 1.0.0
License: 
License URI:
*/

/* 壊れたタグによって発生している不要な表示を消し、レイアウトを戻す */
.simplefavorite-button i {
    display: none !important;
}

.simplefavorite-button {
    overflow: hidden;
    vertical-align: middle;
}

/* 山元追加 */
/* 親 */
.g-header__nav-categories-list-item {
    position: relative;
}

/* サブカテゴリ */
.g-header__nav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 1000;
}

/* hoverで表示（PC） */
@media screen and (min-width: 768px) {
    .g-header__nav-categories-list-item:hover .g-header__nav-sub {
        display: block;
    }
}

/* サブ項目 */
.g-header__nav-sub-item a {
    display: block;
    padding: 8px 16px;
    white-space: nowrap;
}
.g-header__nav-sub-item a:hover {
    background: #f5f5f5;
}
