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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 記事本文のフォントサイズ */
body {
  font-size: 16px !important;
}

/* ナビメニュー横一列表示（PC） */
.navi-in > ul {
  flex-wrap: nowrap !important;
}
.navi-in > ul > li {
  flex: 1 !important;
  width: auto !important;
  min-width: 0 !important;
}
.navi-in > ul > li > a {
  font-size: 13px !important;
}

/* ナビメニュー2列表示（モバイル・タブレット） */
@media screen and (max-width: 1023px) {
  .navi-in .menu-pc {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .navi-in .menu-pc > li {
    width: 50% !important;
    flex: none !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .navi-in .menu-pc > li > a {
    font-size: 14px !important;
  }
}

/* 「この記事を書いた人」を非表示（サイドバーの「ブログ運営者」と重複のため） */
.widget-above-related-entries.widget_author_box {
  display: none !important;
}

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