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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.main, .a-wrap {
  background-color: #1a1a1a;
  color: #f0e6d2;
}
.article h2 {
  background-color: #2b211c;
  color: #f0e6d2;
  border: 1px solid #c9a05c;
}
#navi, #navi a {
  background-color: #1a1a1a;
  color: #f0e6d2;
}
/* 固定ページの投稿日・更新日を非表示 */
.page .date-tags {
  display: none;
}
/* 固定ページのフォローボタン・投稿者名を非表示 */
.page .author-info,
.page .follow-button-wrap,
.page .sns-follow-buttons {
  display: none;
}
/* 固定ページのフォローラベルを非表示 */
.page .follow-label {
  display: none;
}
/* 固定ページのフォローラベルを非表示 */
.page .follow-label {
  display: none;
}
.store-name-top {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  bottom: auto !important;
}
/* フォローボタンエリアを丸ごと非表示 */
.page .sns-follow {
  display: none;
}
.wp-block-cover {
  position: relative;
}
.wp-block-cover {
  position: relative;
}

.wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.wp-block-cover__inner-container > p:first-child {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  bottom: auto !important;
}

.wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.wp-block-cover__inner-container > p:first-child {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  bottom: auto !important;
}
/* ヒーローエリアの文字調整 */
.wp-block-cover__inner-container p,
.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2 {
  font-size: 1.8rem !important;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .main, .a-wrap {
  background-color: #1a1a1a;
  color: #f0e6d2;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  .main, .a-wrap {
  background-color: #1a1a1a;
  color: #f0e6d2;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  .main, .a-wrap {
  background-color: #1a1a1a;
  color: #f0e6d2;
}
}
