@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){
  /*必要ならばここにコードを書く*/
}

/* --- 以下、新たに追加したもの --- */
@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
*/

/* --- 1. ヘッダー調整 --- */
#header .logo-header img {
    max-width: 450px !important;
    height: auto !important;
}
@media screen and (max-width: 480px) {
    #header .logo-header img { max-width: 90% !important; }
}
.header-in { padding: 5px 0 !important; }

/* --- 2. モバイルメニュー（グレーの帯を完全に殺す） --- */
/* .mobile-menu-buttons という名前の要素をすべて透明化 */
header .mobile-menu-buttons, 
div.mobile-menu-buttons,
.mobile-menu-buttons.cf {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.menu-button, .menu-button span {
    background-color: transparent !important;
    color: #333 !important;
}

/* --- 3. PC表示の中央寄せ & 全体透明化 --- */
/* bodyにIDがついているのでそれを利用して優先度を最大に */
body#body #container {
    margin: 0 auto !important;
    max-width: 1100px !important;
    background: transparent !important;
}

#main, .sidebar, #header, #footer {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* --- 4. サイドバー調整 --- */
.sidebar { font-size: 14px !important; }
.sidebar h3 {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px !important;
}

/* --- 5. フッターを極限まで細くする --- */
#footer.footer {
    min-height: 0 !important;
    padding: 0 !important;
}
.footer-in {
    padding: 10px 0 !important;
    margin: 0 !important;
}
.footer-bottom-logo, 
.footer-menu, 
#footer-widget-area {
    display: none !important;
}