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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
  background-color: black;
}
.go-to-top-button {
  width: 60px; /*横幅*/
  height: 60px; /*高さ*/
}

#footer { 
  color:black;
  background-color: #ffffff; 
}
#footer-in ,.site-name-text, .footer-bottom-content, .navi-footer,#footer a {
  color:black;
}

.logo-header.logo-text {
  background-color: #000000c7; 
  margin : 0 auto;
  width: 400px;
  margin-bottom: 80px;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  
}

.logo-text .site-name-text{
  letter-spacing:initial;
}

h1:first-letter {
  font-size: 2em;
  color: #efa526;
}

.eye-catch-wrap.display-none{
  display: none;
}
.eye-catch-wrap{
  display: flex;
  justify-content: center;
}

.article h1 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-align: center;
}
.article h1:before, .article h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.article h1:before {
  left: 7px;
}
.article h1:after {
  right: 7px;
}

.article h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #7b6459;/*文字色*/
  background-color:initial;
  background:initial;
  box-shadow:initial;
  /*border-radius:initial;*/
  border:initial;
  background-color:#efa526;
  color: white;
  text-align: center;
}

.article h2:before {
  border:initial;
  border-radius:initial;
  transform:initial;
  font-family: "FontAwesome";
  /*font-family: "Font Awesome 5 Free";*/
  content: "\f1b0";/*アイコンのユニコード*/
  font-weight: 900;
  position: relative;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #8d4641; /*アイコン色*/
}

.article h2:after {
  border:initial;
  border-radius:initial;
  transform:initial;
}
/*投稿日非表示*/
.page .date-tags {
display: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .header{
    background-position:-80px -0px;
  }
  .logo-header.logo-text {
    background-color: #000000c7; 
    margin : 0 auto;
    width: 280px;
    margin-bottom: 80px;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .site-name-text {
    font-size: 20px;
  }

  .article h1.entry-title{
    padding:24px 24px;  
  }
  .article h2{
    width: 90%;
  }
}

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