@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header {
    height: auto;
}
.content {
    margin-top: 120px;
}
.footer {
    background-color:#d5e9ff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
@media screen and (max-width: 800px){
  /*必要ならばここにコードを書く*/
  /* ✅ `ul.sp-navi-btns` の最初の `li` を非表示にする */
    ul.sp-navi-btns li:first-child,
ul.sp-navi-btns li:nth-child(2) {
        display: none;
    }
    .sp-navi .sp-navi-btns .item {
        width: calc(100% / 2) !important;
    }
ul.sp-navi-btns {
    display: none !important;
}
    .container, .modal-content {
        margin: 0 auto;
        max-width: 100% !important;
        width: 100% !important;
    }







}

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