@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){
  /*必要ならばここにコードを書く*/
}
/* PCタイトル */
header .site-name-text,
header .site-name-text a {
    color: #ffffff !important;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8) !important;
    font-weight: bold;
}

/* PCサブタイトル */
header .site-description {
    color: #f0f0f0 !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.45) !important;
    font-weight: 600;
}

/* スマホ */
@media screen and (max-width: 480px) {

    .header-container,
    .header-in,
    .header {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    header .site-name-text {
        font-size: 24px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    header .site-description {
        font-size: 16px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }
}

/* フッター */
footer,
footer * {
    color: #2c5282 !important;
    text-shadow: none !important;
}