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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.navi-entry-card-title{
		font-size:16px;
		line-height:5px !important;
	}
}

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

/* タイトルとキャッチコピーの余白 */
.tagline{
margin-bottom:0px;
}

.logo,.logo-header,.logo-text{
padding-top:0px;
}

/* マウスオンで透過 */
a:hover img{
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}

/* ナビメニュー */
.navi-entry-cards {
    display: flex;
    text-align:center;
    justify-content: center;
}

/* 見出し */
h3{
	margin-top:0px !important;
	margin-bottom:10px !important;
}

h4{
	margin-bottom:12px !important;
}

/* ボタンホバー */
.button1 .has-background:hover{
	background-color: #FFCC33!important;
	transition:0.5s;
}

/* カラムマージン */
.wp-block-image{
	margin-top:0px !important;
	margin-bottom:20px !important;
}

/* ヘッダーロゴサイズ */
.header-container-in.hlt-top-menu .logo-header {
   max-height: 90px;
}

.header-container-in.hlt-top-menu .logo-header img {
   max-height: 90px;
}

#header {
   flex-shrink: 0;
}