@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-bottom {
  background: linear-gradient(160deg, #1c3320 0%, #062840 100%) !important;
  padding: 16px 32px !important;
}
#navi-footer .navi-footer-in ul li a,
.navi-footer a {
  color: rgba(220, 245, 220, 0.90) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
}
#navi-footer .navi-footer-in ul li a:hover,
.navi-footer a:hover {
  color: #ffffff !important;
}
.copyright {
  color: rgba(200, 230, 200, 0.7) !important;
}
.sns-share.ss-top {
  display: none !important;
}