@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:  cocoon-master
Version:    1.1.3
*/

/************************************
** 1. 全体共通・PC用の設定
************************************/
.skin-grayish.front-top-page .container .header-container .header {
    background-position: center center !important;
    background-size: cover !important;
}

/************************************
** 2. モバイル・タブレット用の設定（1023px以下）
************************************/
@media screen and (max-width: 1023px) {
    .skin-grayish.front-top-page .container .header-container .header {
        background-image: url(https://www.tc-agri.jp/wp-content/uploads/2026/03/newmain.png) !important;
        background-position: center center !important;
        background-size: cover !important;
    }

}

/************************************
** 3. その他レスポンシブ用の枠（空欄でOK）
************************************/
/* 834px以下 */
@media screen and (max-width: 834px) {
}

/* 480px以下 */
@media screen and (max-width: 480px) {
}