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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*×アイコンを移動*/
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

/*モバイルメニュー背景色*/
.navi-menu-content {
background-color:rgba(255,255,255,0.85);
}

/* プロフィールボックス外枠削除 */
.author-box {
   border: none !important;
}

.go-to-top-button{
	width: 60px;
}

.go-to-top {
right: 1vw;
bottom: 3em;
}

/* 見出しのデザイン */
/*H2 */
.entry-content h2{
background:#ebe7e0;
}

/*  サイドバーのh2/h3背景色 */

.sidebar h2{
	background:#ebe7e0;
}
.sidebar h3 {
	background:#ebe7e0;
}

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

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

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