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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*決まりごとメモ*/
/**文字の大きさはこっちで決めているのでptじゃなくてemで決めること**/
/**文字のカラーは333333**/
/**白のカラーはfffdfa**/


/*ここからコードを書く*/


/************************************
** 見出し
************************************/

/*見出し全部リセット*/
.article h2::before, .article h3::before, .article h4::before, 
.article h5::before, .article h6::before {
	border-top: none;
}
.article h2::after, .article h3::after, .article h4::after,
.article h5::after, .article h6::after {
	border-bottom: none;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
	border: none;
}

/*見出しh1*/
.article h1 {
	font-family: "Raleway", sans-serif;
	color: #dc5160;
	border-bottom: 3px solid #e9919a;
	position: relative;
	line-height:1.2;
}

/*見出しh2*/
.article h2 {
	background: #fde8e2;
	font-family: "Yusei Magic", sans-serif;
	color: #f04d50;
	font-weight: 300;
	border: 2px dotted #fffdfa;
	box-shadow: 0 0 0 5px #fde8e2;
	letter-spacing: 2px;
	padding: 0.5em 0.5em;
}

/*見出しh3*/
.article h3 {
	border-top: 2pt solid;
	border-bottom: 2pt solid;
	border-left: 5pt solid #f04d50;
	border-image: linear-gradient(to right, #f04d50, #f9babb) 1;

}

/*見出しh4*/
.article h4 {
	border-bottom: 2pt solid;
	border-image: linear-gradient(to right, #f04d50, #f9babb) 1;
}

/*見出しh5*/
.article h5 {
	color: #635959;
	border-left: 5pt solid #f69597;
}


/*見出しh6*/
.article h6 {
	color: #635959;
}


/************************************
** カスタムテキスト
************************************/
/*ちょっと大きい文字*/
.cocoon-custom-text-1{
	font-size: 1.2em;
	font-weight: bold;
}

/*大きい文字*/
.cocoon-custom-text-2{
	font-size: 1.6em;
	font-weight: bold;
}

/*小さい文字*/
.cocoon-custom-text-3{
	font-size: 0.7em;
}

/*アテンション*/
.cocoon-custom-text-4{
	position: relative;
	display: flex;
	border-top: 2px solid #ed0a03;
	border-bottom: 2px solid #ed0a03;
	border-left: 2px solid #ed0a03;
	border-radius: 5px 0 0 5px;
	background: linear-gradient(to right, #f6d7d7, #fdf7f7);
	padding: 0.4em 0.4em;
	margin: 0.5em 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #ed0a03;
}
.cocoon-custom-text-4:after{
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: 'attention!';
	background: #ed0a03;
	color: #fffdfa;
	left: 0px;
	bottom: 100%;
	border-radius: 4px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.6em;
	line-height: 1;
}

/************************************
** 文字の設定
************************************/

/*リンクにマウスオーバーしたときの文字色*/
.entry-content a:hover {
	color: #fbf6f9;
	background-color: #e57b87;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1.1em
}

/************************************
** ヘッダー
************************************/

/*ヘッダー背景　空色グラデ*/
#header {
background: radial-gradient(circle at 50% 50%, #feffff 0%, #eef9fb 55%, #def3f7 70%, #cfeef3 80%, #bfe8ef 100%);
}

/************************************
** グローバルナビ
************************************/

/*グローバルナビを折り返さない*/
.navi-in > ul {
	flex-wrap: nowrap;
}
/*グローバルナビの文字のフォント種類とサイズ*/
#navi .navi-in > .menu-header .item-label {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 24px;
}
/*グローバルナビに影をつける*/
#navi {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/************************************
** カラムの背景
************************************/

/*背景色ぜんぶFFFDFAにする*/
:root{
  --cocoon-white-color: #fffdfa;
}

/************************************
** トグル
************************************/

/*トグルのカスタマイズ*/
.toggle-button {
	text-align: left;
	font-weight: bold;
}


/************************************
** SNSシェアボタン
************************************/

/*SNSシェアボタンの変更*/
.sns-share-buttons {
	justify-content: left; /*左寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 50px; /*ボタンの横幅*/
	height: 50px; /*ボタンの高さ*/
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*基本設定*/
.no-sidebar .content .main{
	width: 90%;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (min-width: 1024px){
}

/*1023px以下*/
@media screen and (max-width: 1023px){
}

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

/*799px以下*/
@media screen and (max-width: 799px){
	.body, .menu-content {
		font-size: 13px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){

}

