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

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


/*固定ページタイトル非表示*/
.page .entry-title{	
  display: none;	
}	





/* 見出しタグh1 h3, h4,h5,h6*/
.article h1{
font-size: 14px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
background: #ebebeb;
border-left: solid 10px #c3000d;
}

.article h3{
font-size: 18px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
border:none;	
background: #ebebeb;
border-left: solid 10px #c3000d;
}



.article h4{
border-bottom:none;
padding: 0;
}
.entry-content h4{
font-size: 14px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
background: #ebebeb;
border-left: solid 10px #a9a9a9;
}


.article  h5{
font-size: 14px;	
width:100%;
padding: 5px;
margin: 0px 0px 12px 0px;
color: #000;
}

.article h6{
font-size: 18px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
border-left: solid 10px #c3000d;
}


/*ギャラリーの大きさをそろえる*/

/*カテゴリ・タグページの規定見出し非表示*/
.archive-title {
  display: none;
}



/*カテゴリ・タグページの関連＝エントリーカードカスタマイズ*/
.entry-card-title.card-title.e-card-title {
font-size: 14px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
background: #ebebeb;
border-left: solid 10px #c3000d;
}

/*エントリーカードのカテゴリーラベル非表示 */
.entry-card .cat-label{
display: none;
}

/*カテゴリーページ親の投稿記事リンク非表示 */
/*roma*/
.category-32 .list {
  display: none;
}
/*italia国内*/
.category-34 .list {
  display: none;
}
.category-243 .list {
  display: none;
}
.category-249 .list {
  display: none;
}



/*海外*/
.category-35 .list {
  display: none;
}

/* 次のページ　を消す */
.pagination-next-link {
  display: none;
}
.page-numbers {
  display: none;
}



/*カテゴリーサイドバーのカスタム*/
.sidebar .widget-title{/*この場合はサイドバー全部*/
border-bottom: 2px solid #6baecf; /*下線色・太さ*/
background: #fff; /*背景色*/
padding: 0;	
color: #6baecf; /*文字色*/
}

.sidebar .widget_categories ul li a{
border-bottom : dotted 2px #CCCCCC; /*カテゴリーに下線(点線)を引く*/
}

.sidebar .widget_categories ul li a .post-count{
float : initial; /*floatプロパティを初期値にする*/
display : initial; /*displayプロパティを初期値にする*/
font-size: 0.9em; /*カテゴリー投稿数の文字サイズを小さくする*/
}

.sidebar .widget_categories ul li a .post-count::before{
content : " (";　/*カテゴリー投稿数の前に「 (」を追加*/
}

.sidebar .widget_categories ul li a .post-count::after{
content : ")"; /*カテゴリー投稿数の後に

/************************************
** アコーディオンの見出しを左詰めにする
******************************
.toggle-button{
	text-align: left;
}
******/
	
	

	
	
	
	
	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*ヘッダーの文字と背景の色を変える*/

	

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
.mobile-menu-buttons{
    align-items: center;
    background:#4c7402;
  }
	
	
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
