@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ===== Deep Local Trip Premium Background (Global) ===== */
@media screen and (min-width: 1400px) {
    body,
    #content,
    #body-in,
    .front-top-page,
    #content-in,
    .home.page #content,
    .home #content,
    body.home,
    body.page,
    body.single,
    body.archive,
    body.category {
        background-color: #fef7f0 !important;
        background-image: 
            linear-gradient(to right, rgba(254, 247, 240, 0.75), rgba(254, 247, 240, 0.3) 25%, rgba(254, 247, 240, 0.3) 75%, rgba(254, 247, 240, 0.75)),
            url("https://trend-service7.com/wp-content/uploads/2026/05/bright_travel_bg.jpg") !important;
        background-size: cover !important;
        background-position: center center !important;
        background-attachment: fixed !important;
    }
}
/* ===== End Deep Local Trip Premium Background ===== */
