@charset "UTF-8";
/*
Theme Name:FALCON child
Description:WordPressテーマ「FALCON」の自作子テーマです。
Template:falcon_tcd089
Version:1.0
*/

/*-----見出し-----*/
h2.wp-block-heading {
    position: relative;
    margin-bottom: 1.5em !important;
    text-align: left;
    display: inline-block;
}
h2.wp-block-heading::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f29986;
}
h3.wp-block-heading {
    padding: .5em .7em !important;
    background-color: #f4f4f4 !important;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h3 {
    margin-top: 0 !important;
}

/*-----ヘッダー-----*/
#global_menu > ul > li > a {
    color: #000 !important;
}
#header {
    background: rgba(255, 255, 255, 0.7) !important;
}
body.header_fix #header {
    background: #fff !important;
}
body.home #header {
    opacity: 1;
}

@media screen and (max-width: 1201px) {
    #global_menu_button span {
        background: #000 !important;
    }
}

/*-----TOP-----*/
.page-id-38 .index_showroom_list .category {
    color: #000;
}

/*-----新着情報一覧-----*/
.news_list .date {
    color: #fff;
}

/*-----新着情報詳細ページ-----*/
.news-template-default #main_col {
    margin: 0 auto;
}
.news-template-default #side_col, #main_contents:after {
    display: none;
}

/*-----PRODUCTS一覧-----*/
#showroom_list .title {
    background: #fff !important;
    color: #000;
}
#showroom_list .category {
    display: none;
}
#showroom_list a:hover .title {
    color: #000;
}

/*-----PRODUCTS詳細ページ-----*/
#showroom_title_area_bottom {
    display: none;
}
@media screen and (max-width: 950px) {
    #showroom_title_area_bottom {
        display: none !important;
    }
}