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

/************************************
** 子テーマ用のスタイルを書く
************************************/
#navi{
background: #ffe4b5!important; /*ナビ全体の背景色*/
}
#navi ul li a{
color: #660000!important ; /*メインメニューにポインタを置く前の文字色*/
}
#navi ul li a{
font-weight: bold ;
}
#navi ul li a{
background: #ffe4b5!important; /*メインメニューにポインタを置く前の背景色*/
}
#navi ul li a:hover{
color: #cd853f!important ; /*メインメニューにポインタを置いたときの文字色*/
}
#navi ul li a:hover{
background: #ffefd5!important; /*メインメニューにポインタを置いたときの背景色*/
}
/*---------------------------------
数字の部分のカスタマイズ
--------------------------------*/
.page-numbers {
   color: #660000; /* 数字の色 */
 　font-weight:bold;
　 border: 1px solid #660000; /* 枠線の太さ、色 */
}
.pagination .current {
  background-color: #ffe4b5!important; /* 現在のページの背景色 */
  color: #660000; /* 現在のページの文字色 */
}
.page-numbers.dots {
  background: none;
}
.pagination a:hover {
  background-color: #fff; /* ホバー時の背景色 */
  color: #ddb67c; /* ホバー時の文字の色 */
}
.blocks-gallery-item figcaption {
  display: none;
}