@charset "UTF-8";
/*
Theme Name: XeoryExtensionChild
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Description: Xeory拡張子テーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 1.0.0
*/

/* トップページ：ファーストビュー */

body.home #main_visual {
    background-image:url(https://eizen.co.jp/page/wp-content/uploads/2022/05/トップ画像_カラー変更-2.jpg) !important;
    background-size: cover;
    height: 750px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    }
@media (min-width: 768px) 
@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}


/* トップページ：見出しの突起を消す */

body.home .tri-border {
    display:none;
    }

/* ヘッダーの色を変更 */

body #header {
    background: #58656e;
    }

#gnav {
    background-color: #58656e;
    }

#gnav ul li a {
    background-color: #58656e;
    }

#gnav ul li a:hover,
#gnav ul li a:focus {
    background-color: #3e494f;
    }

#gnav ul li.current-menu-item a {
    background: #58656e;
    }

#header-fnav-area #header-fnav-btn a {
    background-color: #3e494f;
    }

#header-nav-btn a {
    background-color:#3e494f;
    }

@media (max-width: 767px) {

#header-nav-btn a {
    background-color: #3e494f;
    }    
}

/* トップページ：クローズアップ記事・サービス記事の色変更 */

body.home .front-main-cont .front-cont-header {
    background-color: #58656e;
    }

body.home #front-contents .c_number {
    background-color: #58656e;
    }

body.home #front-contents h3 {
    color: #58656e;
    }

body.home #front-service .front-service-inner h3 {
    color: #58656e;
    }

.c_btn .btn {
    background-color:#f08218 !important;
    color:#fff !important;
    }

/* トップページ：クローズアップ記事の修正（画面幅991px以下） */

@media (max-width: 991px) {
    
body.home #front-contents .front-cont-header {
    margin-bottom: 0px !important;
    }
    
}

/* トップページ：サービス記事の修正（画面幅991px以下） */

@media (max-width: 991px) {
    
body.home #front-service .front-cont-header {
    margin-bottom:30px !important;
    } 

body.home #front-service .front-service-inner .c_box {
    padding-top:10px;
    }
    
body.home #front-service .front-service-inner .c_box:first-child {
    border-bottom:solid 1px #ababab;
    } 
    
body.home #front-service .front-service-inner .c_box h3 {
    margin-top: 5px;
    font-size:25px;
    } 
    
body.home #front-service .front-service-inner .c_box .c_text br {
    display:none;
    }  
    
}
/* 会社情報の色変更 */

body.home #front-company dl#front-company-1 dt {
    border-top: 4px solid #f08218;
    }

/* お問い合せの色変更 */

#front-contact .c_box {
    background-color:#f08218;
    }

#front-contact label {
    color:#000;
    }

body.home #front-contact input,
body.home #front-contact textarea {
    border:solid 0px #58656e;
    width:100% !important;
    }

body.home #front-contact input.wpcf7-submit {
    background-color:#009fb7 !important;
    border:none;
    }

/* 固定・投稿ページの背景色を変更 */

#content {
    background-color:#fafafa !important;
    }

/* ----------------------------------
フッター: カラーの変更
---------------------------------- */
#footer .footer-01 {
    background-color: #58656e; /* 背景色 */
}
#footer {
    border-top: 2px solid #58656e; /* 上部ボーダーの色と太さ */
}
#footer #footer-brand-area {
    border-bottom: 1px solid #FFFFFF; /* 区切り線の色と太さ */
}
#footer .footer-02 {
    background-color: #FFFFFF; /* 最下部フッターの色 */
}
.footer-address {
    text-align: left !important; /* フッターテキストの左寄せ */
}
