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

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

/* 見出し　*/

.article h1 {
  color: #ffffff;/*文字色*/
  background: #77ccbb;
  box-shadow: 0px 0px 2px 5px #77ccbb; 
  border: double 8px white;
  padding: 0.2em 0.5em;
	border-radius: 0.3em;/*角の丸み*/
	line-height: 1.5;/*行間*/
	letter-spacing: 0.1em;/*文字間*/
}


.article h2 {
	color: #ffffff;/*文字色*/
	background: #77ccbb; /*背景色*/
   box-shadow: 0 0 1px 4px #77ccbb; 
	padding: 0.5em 0.5em;/*文字周りの余白*/
	border-left: none;
	border: dashed 2px white;
	border-radius: 0.3em;/*角の丸み*/
	line-height: 1.4;/*行間*/
	letter-spacing: 0.1em;/*文字間*/
}
.article h2:before {
	margin-left: 0.5em;
}

.article h3 {
	border: 3px dashed #77ccbb; /* 線の太さ 線の種類 線の色 */
	border-radius: 0.3em;/*角の丸み*/
	color: #222222; /* 文字の色 */
	line-height: 1.2;/*行間*/
	letter-spacing: 0.1em;/*文字間*/
}

.article h4 {
	color: #222222; /*文字の色*/
	border-top: none; /* 上線不要 */
	border-bottom: 1px solid #77ccbb; /* 線の太さ 線の種類 線の色 */
	line-height: 1.2;/*行間*/
	letter-spacing: 0.1em;/*文字間*/
}



/*　表の文字色変更*/
.container table th,
.container table td {
    background-color: #ffffff;
	 border: 1px #000000 solid;   /*罫線*/
}


/*---------------------------------
複数の固定ページの日付を非表示にする、おまじない
--------------------------------*/
.post-2 .date-tags,
.post-2 .sns-share,
.post-2 .sns-follow,
.post-201 .date-tags,
.post-201 .sns-share,
.post-201 .sns-follow,
.post-203 .date-tags,
.post-203 .sns-share,
.post-203 .sns-follow,
.post-266 .date-tags,
.post-266 .sns-share,
.post-266 .sns-follow {
  display: none;
}

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


/*ブログカード*/
.internal-blogcard::after{
	content: '読んでみる \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #06AA6E; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

.blogcard-snippet{
display:none; /*ブログカードの本文を隠す*/　
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}


/* 新着記事表示 */

.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 33.333%;
}


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

/834px以下/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}


/480px以上/
@media screen and (min-width: 481px){
	.sp {
		display :none; 
	}
}

/480px以下/
@media screen and (max-width: 480px){
/* .new-entry-cards.large-thumb a {
width: 100%;
} */
	
	.pc {
		display : none;
	}	
}
