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

/************************************
** 子テーマ用のスタイルを書く
************************************/

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* スマホ表示アイコンおよび全体の指定 */

.new-entry-cards{
display: flex;
flex-wrap: wrap;
}
.large-thumb .new-entry-card-title {
font-size: 0.8rem;
text-align: center;
}

.attachment-thumb320{
border-radius: 100%;
}

.new-entry-cards a{
	width: 16%;
}

/* PC表示アイコンの指定 */

@media screen and (min-width: 481px) {
.new-entry-cards a{
width: min(12%, 160px)
}
	.category .entry-card-thumb {
width: min(10%, 160px)
}

.category .entry-card-content {
  margin: 0;
}


.tag .entry-card-thumb {
width: min(10%, 160px)
}

.tag .entry-card-content {
  margin: 0;
}
}

/************************************
** ■ここから下が追加分CSS
************************************/
.article h2{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #ffffff ;/*背景色#b1d8c8*/
  border-left: solid 5px #19aaa1;/*左線（実線 太さ 色）*/
}
	
/* リンク */
a{text-decoration: none;}
a:hover{background:  rgba(95,158,160,0.2);}

h1.entry-title{
 display:none;
}

.header-in {
 display:none;
}

