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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 基本設定 */

html,body{background:#FAF6EF;}

body {
 overflow-x: hidden;
}

.tagline {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.logo-header.logo-text {
	margin:-20px auto -20px !important;
} 
.site-name-text {
	font-size:38px;
	font-family:'Shippori Mincho B1',serif;
  font-weight:800;
  letter-spacing:0.16em;
}
/*480px以下*/
@media screen and (max-width: 480px){
.site-name-text {
	font-size:30px !important;	
}
}

nav .menu-header {
	background:#B35E3B;
}
nav .menu-header a {
	color:#fff;	
}
.page nav .menu-header {
	display:none;
}



.single .article h2,
.archive .article h2
{
	background:#B35E3B;
	color:#fff;
	margin-top:50px;
}
.single .article h3 {
	border-color:#B35E3B;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:solid #B35E3B 10px;	
	margin-top:50px;
}

h3.widget-sidebar-title {
	background:#F7ECE3;	

}


.single .article h4 {
	border-color:#B35E3B;	
	border-top:none;
	border-top:dotted #B35E3B 3px;
	border-bottom:dotted #B35E3B 3px;
}

