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

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


/* トップページ記事の余白 */
.entry-card-title, .related-entry-card-title{
margin-bottom: 10px;
letter-spacing: 0.06rem;
line-height: 1.6;
}

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

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

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



.entry-card-title {
 font-size: 14px;
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
}


.mobile-menu-buttons .menu-icon,
.menu-close-button{
	color:#c0bbb7;
}



/* インデックスカード タイトル文字色 */
.entry-card-title,
.e-card-info > span{
color: #85aa00;
}



/*---------------------------------
グローバルナビ（メニュー）の高さ（縦幅）
---------------------------------*/
.navi-in>ul li {
height: 150px; /*メニューの高さ（縦幅）*/
line-height: 150px; /*ナビ全体の高さ（縦幅）*/
}

/*---------------------------------
グローバルナビ（メインメニュー）の装飾
--------------------------------*/



#navi ul li a:hover{
color: #c0bbb7!important ; /*メインメニューにポインを置いたときの文字色*/
background:#ffffff!important; /*メインメニューにポインタを置いたときの背景色*/
}

