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

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

/*新着情報の日付表示*/
.new-entry-card-date {
  display: block;
}

/*新着情報のアイキャッチ非表示*/
.eye-catch {
display: none;
}

/*トップページタイトル削除*/
.front-top-page #main .entry-title{
  display: none;
}

/*グローバルメニュー*/
#navi .navi-in > .menu-header .item-label{
	font-size: 13px;
}
.box-menu-icon{display:none;}

.box-menus.no-icon{padding:0px;margin:0px}
.box-menus{padding:0px;margin:0px}
.box-menu-label{padding:0px;margin:0px}
.box-menu{background:#555;padding:0px !important;margin:0px;height: 50px;}

/*ヘッダー上部*/
.header-origin{background:#fff;}
.header-origin img{width:80px;vertical-align:middle;}
.header-origin-title {font-weight:bold;vertical-align:middle;}
.header-origin-title a{text-decoration: none;color:#111;}
.header-origin-title a:hover{text-decoration: none;color:#111;}
.header-origin-menu {float: right;vertical-align:middle;margin-right:50px;padding:20px 0px;font-size:14px;}
.header-origin-menu a{text-decoration: none;color:#111;}
.header-origin-menu a:hover{text-decoration: none;color:#111;}

/* 固定ページの日時を非表示 */
.page .date-tags{ /*投稿日・更新日*/
display: none;
}

/* ページ見出し変更（h2～h6） */
h2{padding:15px 20px !important;
  background-color:#af4c00 !important;
  font-size : 18px !important;
  color : #fff;
}

/* 投稿のカテゴリー非表示 */
.entry-categories{display:none;}
.entry-categories-tags.ctdt-one-row{display:none;}

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

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

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