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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.site-name-text {
  font-size: 56px;
  font-weight: bold;
  text-shadow: 5px 5px 6px white, -5px -5px 6px white, -5px 5px 6px white, 5px -5px 6px white;
}
div.tagline {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 3px 3px 4px white, -3px -3px 4px white, -3px 3px 4px white, 3px -3px 4px white;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1819px以下*/
@media screen and (max-width: 1819px){
  /*必要ならばここにコードを書く*/
  .site-name-text {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 4px 4px 4px white, -4px -4px 4px white, -4px 4px 4px white, 4px -4px 4px white;
  }
  div.tagline {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 3px 3px 3px white, -3px -3px 3px white, -3px 3px 3px white, 3px -3px 3px white;
  }
  .header div.header-in {
    min-height: 240px;
  }
}
/*1279px以下*/
@media screen and (max-width: 1279px){
  /*必要ならばここにコードを書く*/
  .site-name-text {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 3px 3px 4px white, -3px -3px 4px white, -3px 3px 4px white, 3px -3px 4px white;
  }
  div.tagline {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 3px 3px 3px white, -3px -3px 3px white, -3px 3px 3px white, 3px -3px 3px white;
  }
  .header div.header-in {
    min-height: 240px;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .site-name-text {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white, -2px 2px 4px white, 2px -2px 4px white;
  }
  div.tagline {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
  }
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .site-name-text {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
  }
  div.tagline {
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .site-name-text {
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
  }
  div.tagline {
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, -1px 1px 1px white,  1px -1px 1px white;
  }
}
