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

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

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

body {
    font-family: 
        "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", 
        "游ゴシック", "Yu Gothic", YuGothic, 
        "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget h3,
.related-entry-heading,
.comment-title{
    font-family: 
        "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", 
        "游ゴシック", "Yu Gothic", YuGothic, 
        "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar h3 {
	background: transparent; /* Cocoon親テーマCSSリセットのため */
	padding: 8px 0px;
	border-bottom: 2px #FFD800 solid; /* ドット下線追加 */
	letter-spacing: 0.2em; /* 字間を広げる */
	color: #2c2319; /* 文字の色を設定 */
}

h1 {
  position: relative;
  padding: 0.25em 0;
}
h1:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 216, 0), transparent);
  background: linear-gradient(to right, rgb(255, 216, 0), transparent);
}

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}
/*H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

main h2.wp-block-heading {
    color: #000;/*文字色（黒）*/
    font-size: 20px;/*文字サイズ*/
    padding: 10px 20px 10px 30px;/*文字回りの余白（上 右 下 左）*/
    display: block;
    border-bottom: 2px solid #FFD800;/*下線（太さ 実線 色）*/
    position: relative;
}
main h2.wp-block-heading:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 10px;
    width: 2px;/*左線の太さ（幅）*/
    height: 80%;/*左線の高さ*/
    background: #FFD800;/*左線の色*/
}

/*H3見出し*/
main h3.wp-block-heading {
    color: #000;/*文字色（黒）*/
    font-size: 18px;/*文字サイズ*/
    padding: 10px 20px 10px 30px;/*文字回りの余白（上 右 下 左）*/
    display: block;
    border-bottom: 1px solid #FFD800;/*下線（太さ 実線 色）*/
    position: relative;
}


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

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

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