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

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

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

/* ヘッダー部分の背景をbodyと同じ背景に */
.header-container {
background-color: transparent;
}
.sidebar,
.sidebar-menu-content {
background-image: url("https://www.ginger-pepper.net/b/wp-content/uploads/2020/04/ps_neutral.png");
}
nav#navi, .menu-header .sub-menu{
border-bottom: 3px solid #069;
}

.footer {
	margin-top: 40px; /*フッターとコンテンツの間に余白追加*/
	border-top: 22px solid #9cc; /*上部にボーダー追加*/
}
.smallmozi {
	font-size:small;
}
.big-bo {
	font-size:large;
	font-weight:bold;
}

.blogmura {
	margin-top: 50px;
}
.bm-in {
	height: 87px;
	width: 160px;
	float:left;
}
.bm-pv {
	height: 87px;
	width: 160px;
	float:left;
	margin-left:16px;
}
.clearf {
	clear:both;
	margin-bottom:20px;
}
.slicknav_menu{
    background-color:#9cc;
    padding:0;
	font-size:18px;		
}
.slicknav_menu .slicknav_menutxt{
    display:none;
}
.slicknav_btn{
    position:absolute;
    right:0;
    background-color:transparent;
	margin-top:39px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color:#555;
}
.slicknav_nav {
	color:#111;
}
.slicknav_nav a {
	color:#111;
}
.slicknav_nav a:hover {
	color:#b22222;
}

/* 1見出しh1 */
.article h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 20px 0 35px -20px;
	padding: 10px 0 12px 20px;
	color: #001e43;
	border-left: 25px solid #ee7800;
}
.article h1:first-letter {
	font-size: 150%;
	color: #0000cd;
	margin-right: 2px;
}
/* 2見出しh2 */
.article h2 {
	position: relative;
	background: #007bbb;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	margin-left: -10px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.article h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #007bbb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
.article h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #007bbb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
.article h3 {
	border-left: 15px solid #9cc;
	border-right: 1px solid #9cc;
	border-top: 1px solid #9cc;
	border-bottom: 1px solid #9cc;
	font-size: 22px;
	padding: 12px 20px;
}
.article h4 {
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
}
.article h5 {
	border-bottom: 2px dotted #9cc;
}
.wp-caption {
	margin: 2em auto;
}
.wp-caption {
	padding-top: 4px;
	border:none;
	background-color:#fff;
	text-align: left;
	max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery .gallery-caption {
	font-size: 0.9em;
	color: #4d5156;
	margin-top: 3px;
}


.entry-content img{
margin:auto;
display:block;
}



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

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
.mblogmura {
	margin-top: 50px;
}
.mbm-in {
	height: 87px;
	width: 160px;
	float:left;
}
.mbm-pv {
	height: 87px;
	width: 160px;
	float:left;
	margin-left:16px;
}
.mclearf {
	clear:both;
	margin-bottom:20px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #sidebar{
    display: none;
  }
.mblogmura {
	margin-top: 50px;
}
.mbm-in {
	height: 87px;
	width: 160px;
	float:left;
}
.mbm-pv {
	height: 87px;
	width: 160px;
	float:left;
	margin-left:16px;
}
.mclearf {
	clear:both;
	margin-bottom:20px;
}

	/* 2見出しh2 */
.article h2 {
	position: relative;
	background: #007bbb;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin-left: -10px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.article h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #007bbb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
.article h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #007bbb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
}	

