@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 {
  color: #3d3d3d;
}
.navi {
  /* background-color: #e9e9e9;*/
  background-color: #000;
}
.nwa .author-box {
  background-color: rgba(255, 255, 255, 1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
}
.no-scrollable-main .main {
  height: auto;
}
#sidebar {
  background: url("addimg/bg_sidebar6.jpg") repeat 0 0;
}
.author-box .author-name a {
  text-decoration: none;
  color: #3d3d3d;
}
.sidebar h3 {
  margin-bottom: 0;
  background-color: #fff;
}
.widget_recent_entries ul, .widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_nav_menu ul {
  background-color: rgba(255, 255, 255, 1);
}
.entry-content > *, .demo .entry-content p {
  line-height: 2.7em;
}
.header-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tagline {
  margin: 0 0 1em;
  text-indent: -9999px;
  line-height: 1;
  height: 21px;
  background: url("addimg/desc.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
.logo-text {
  padding: 20px 0 30px;
  font-size: 1em;
}
.sidebar-scroll h3, .footer-widgets h3 {
  cursor: pointer;
}
.sidebar-scroll ul {
  display: none;
}
#sidebar .widget_common_ad {
  margin: 19px 0 0;
  padding: 10px;
  background: #fff;
  border-radius: 2px;
}
#sidebar .ad-area {
  margin-bottom: 0;
}
#sidebar .ad-area img {
  display: none;
  line-height: 1;
}
#sidebar .ad-area a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#sidebar .ad-area a {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
#sidebar .ad-area a:last-of-type {
  margin-bottom: 0;
}
.footer {
  padding: 0;
}
#footer-in {
  width: 100%;
}
#footer-in .footer-widgets {
  width: 100%;
  max-width: 1256px;
}
#footer-in .footer-widgets aside{ margin-bottom: 0; }
.footer-left, .footer-center, .footer-right, .footer-mobile {
  padding-bottom: 0;
}
.footer-bottom {
  margin-top: 0;
  padding: 0;
}
.navi-footer {
  background-color: #e9e9e9;
  padding: 1em 0;
}
.navi-footer-in {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
}
.footer-widgets, .footer-widgets-mobile {
  margin: 0 auto !important;
  padding: 20px 0;
}
.footer-left, .footer-center, .footer-right, .footer-mobile {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-left .search-box {
  margin: 0;
}
.footer-widgets h3 {
  margin: 0;
  padding: 10px 11px 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
}
.footer-widgets .widget_categories form, .footer-widgets .widget_archive select {
  display: none;
}
.footer-widgets .widget_archive .screen-reader-text {
  display: none !important;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  justify-content: flex-start;
}
.footer-center form, .footer-right select {
  margin-top: 5px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .tagline {
    margin: 1em 0 .6em;
    height: auto;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .navi-footer-in {
    width: 100%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
