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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a {
	transition: 0.4s ;
}

a:hover {
	opacity: 0.8;
}

#header-container {
	background: none;
}

#header-container {
	border-top: 5px solid #f4f2e8;
}

h1.entry-title , .entry-card-title , .card-title {
	color: #555555;
}

.entry-card-title, .related-entry-card-title {
	margin: 0 0 25px 0;
	line-height: 1.6em;
}

.entry-card-snippet , .card-snippet , .e-card-snippet {
	line-height: 1.6em;
	margin-bottom: 15px;
}

.entry-card-content {
		margin-left: 41%;
	}

.a-wrap {
	margin-bottom: 7%;
}

/*記事*/
.article h2 , .article h2:before , .article h2:after {
	border: none;
}

.article h2 {
	border-left: 6px solid #a5813a;
	color: #a5813a;
	padding: 24px 24px;
}

.article h3 {
	border: none;
	border-bottom: 2px solid #a5813a;
	color: #a5813a;
	padding: 6px 2px;
}

.article h4 {
	border-bottom: 1px dashed #a5813a;
	color: #a5813a;
}

.article-footer, .entry-footer {
	background-color: #ffffff;;
}

.pager-post-navi {
	background-color: #ffffff !important;
}

/*サイドバー*/
.sidebar h3 {
	border-bottom: 1px solid #bca073;
	background-color: #ffffff;
	padding: 0 12px 3px;
}

.widget-sidebar ul {
	margin-bottom: 50px;
}

.widget-sidebar ul li {
	font-size: 16px;
	line-height: 1.6em;
	padding-left: 8px;
}

.widget-sidebar ul li a:hover {
	color: #bca073;
	
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.entry-card-thumb {
		width: 100%;
	}
	.entry-card-content {
		margin-left: 0;
	}
}

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