@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-container, .main, .sidebar, .footer {
    background-color: #2fbee6;
}
//* 背景色全体を変える */
.editor-styles-wrapper {
    background-color: #2fbee6; /* 背景色を水色に設定 */
}
#header .text01{
    background-color: #2fbee6; /* 背景色水色 */
}
#contents .text01{
    background-color: #2fbee6; /* 背景色　水色 */
}

h1 {
    background-color: #2fbee6;/* h1タグの背景色を水色にする記述 */
}

.text {
    background-color: #2fbee6;/* textクラス属性の背景色を水色にする記述 */
}



//* メイン色を変える */
.editor.style-main {
    background-color: #2fbee6; /* 背景色を水色に設定 */
} 
/* タイトル入力 */
.editor-post-title__block .editor-post-title__input {
    background-color: #2fbee6; /* 背景色を水色に設定 */
    border:1px solid #2fbee6; /* 枠を水色に設定 */
    margin-bottom:40px; /* 下の本文入力ボックスとの間をあける */
}
 
/* 本文入力 */
.editor-block-list__block>.editor-block-list__block-edit:before {
    background-color: #2fbee6; /* 背景色を水色に設定 */
}
 
/* 横幅を変える */
.wp-block {
    max-width: 100%;
    margin-left: 20px!important;
    margin-right: 20px!important;
}

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

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

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