@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-footer-in a:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}
/* ページネーション ブロック幅拡張 */
.page-numbers {
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 15px;
}

/* フッターメニュー 2行化 */
#navi-footer-in ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    row-gap: 0.4em !important;
}
#navi-footer-in ul li.footer-menu-break {
    flex-basis: 100% !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
#navi-footer-in ul li.footer-menu-break a {
    display: none !important;
}

/* フッターメニュー 両端・行頭の | を除去 */
#navi-footer-in ul li:first-child {
    border-left: none !important;
}
#navi-footer-in ul li.footer-menu-break {
    border-left: none !important;
    border-right: none !important;
}
#navi-footer-in ul li.footer-menu-break + li {
    border-left: none !important;
}
#navi-footer-in ul li:last-child {
    border-right: none !important;
}

/* Copyright 少し下にずらす */
.copyright {
    margin-top: 16px !important;
}
