@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: #fbf6f0;
}
#footer {
	background-color: #fbf6f0;
}

/*ポチップ*/
.pochipp-box {
	background-color: #fefbf6 !important;
}

/*SNSシェアボタン*/
.sns-share-buttons a {
	background-color: #fefbf6;
}

/**/
.pr-label-l {
	border: 0px;
	background-color: #fefbf6;
}
.pr-label-s {
	top: 8px;
	left: 8px;
	border: 0px;
	background-color: #fbf6f0;
}

.logo-text {
	padding: 20px 0 0px;
}



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

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

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