@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){
  /*必要ならばここにコードを書く*/
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
}
.footer.footer-container.nwa,
.footer-in.wrap.cf,
.footer-bottom.fdt-up-and-down.fnm-text-width.cf

{ height: 50px!important; /*メニュー縦幅設定*/
  display: flex; /*並列スタイル指定*/
  align-items: flex-end; /*縦中央寄せ*/
  justify-content: center; /*横中央寄せ*/
}
.content-top {
margin: 0px;
padding: 0px;}
.main {
	padding: 0px 29px;
}
#slide-in-sidebar,
#slide-in-sidebar a {
	color: #fff;
}

/* モバイルのグローバルナビ(メニュー)の設定 */
#navi .navi-in > .menu-mobile a{
color:#fff;
background-color:#000;
}
/* モバイルのグローバルナビ(メニュー)の設定（左側からスライドするメニュー） */
.navi-menu-content .menu-drawer a {
color: #000;
background-color:#fff;
}
/* ヘッダーとメインコンテンツの隙間を消す */
.main, .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}