@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){
/* Cocoon標準ヘッダーを消す */
#header { display: none !important; }

/* 挿入したヘッダーを最上部に固定 */
.lism_custom_header {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    border-bottom: 1px solid #f0f0f0;
}

.lism_header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px;
}

.lism_nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lism_nav li { margin-left: 20px; }
.lism_nav li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.lism_logo img { height: 40px; width: auto; }

/* ページ全体の余白調整 */
#container { margin-top: 70px !important; }
}

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

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