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

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

/* ヘッダー */
header#header {
  position: relative;
}
header#header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); /* 全体に少し暗い幕 */
  z-index: 1;
}
header#header .logo-text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.site-name-text-link {
  color: #fff;
}
.tagline {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* アイキャッチ */
.eye-catch img, .eye-catch amp-img {
  width: revert-layer;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  /* filter: brightness(0.7); */
  /* border-radius: 10px; */
}

/* コンテンツ */
.entry-content {
  margin-top: 4em;
}

/* ブログカード */
.blogcard-wrap {
  width: 100%;
}
.blogcard {
  padding: 4%;
}

/* キャプション */
.wp-caption {
  text-align: center;
  max-width: 100%;
  padding: 0;
  border: none;
  background-color: inherit;
}


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

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

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