@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){
  /*必要ならばここにコードを書く*/
}


.header .site-name-text,
.header .tagline {
	  color: #fff;
	  font-weight: 700;
	  text-shadow: 0 1px 4px rgba(0,0,0,.9);
	
}

.header .tagline {
	  font-size: 18px;
}

@media screen and (max-width: 768px) {
	.header .tagline {
		    font-size: 16px;
	}
	
	}

.header .site-name-text,
.header .tagline {
	  text-shadow: 1px 1px 3px #000, -1px -1px 3px #000, 0 0 8px rgba(0,0,0,.9);
	
}

/* Header balanced contrast */
.header {
	  position: relative;
}
.header::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: rgba(0,0,0,.12);
}
.header .header-in {
	  position: relative;
	  z-index: 1;
}
.header .site-name-text,
.header .tagline {
	  text-shadow: 0 1px 3px rgba(0,0,0,.78), 0 0 5px rgba(0,0,0,.42);
	
}