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

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

/* カラー見本 https://colorhunt.co/palette/b3c8cfbed7dcf1eedce5ddc5 */


/* https://www.naaavi.com/htag-design-sample/ から */
/*
.article h2 {
  /* font-size: 35px; */
  font-weight: bold;
  padding: 20px 30px;
  margin-bottom: 1em;
  color: #ffffff;
  background: #FBC252;
  background: #3c1323;
}
.article h3 {
  /* font-size: 30px; */
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 1em;
  color: #ffffff;
  border-radius: 10px;
  background: #A3BB98;
}
.article h4 {
  /* font-size: 25px; */
  font-weight: bold;
  padding: 10px 30px 10px 20px;
  margin-bottom: 1em;
  border-left: 10px solid #ECE7C2;
}
*/


/*
 * child-page で表示したリンクのスタイル 
 * https://copypet.jp/326/
 * 
 * liタグ全体をリンクに
 */
ul.child-pages {
	padding: 0.5em;
	list-style-type: none;
}
ul.child-pages li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px dotted #3c1323;
	list-style: none;
}
ul.child-pages li:after,
ul.child-pages li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.child-pages li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: #A3BB98FF;
	transform: translateY(-50%);
}
ul.child-pages li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: #A3BB9880;
}
ul.child-pages li > a {
	display: block;
 	height: 100%;
	width: 100%;
	text-decoration:none;
	color: #3c1323;
}
ul.child-pages li:hover {
	background: #A3BB9820;
}
.article .date-tags {
	display:none;
}



/*
 * CSSのみで作る見やすいファイルツリー
 * https://www.conifer.jp/csstest/file-tree/index.html
 * 
 * 参考: https://chibashi.me/development/html-css/css-treestructure/
 */
.tree {
  position: relative;
  background: white;
  margin:0 0 0 50px;
  font-family: 'Roboto Mono', monospace;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.tree span {
  font-size: 13px;
  font-style: italic;
  letter-spacing: .4px;
  color: #a8a8a8;
}
.tree .fa-folder-open, .tree .fa-folder {
  color: #007bff;
}
.tree .fa-html5 {
  color: #f21f10;
}
.tree ul {
  padding-left: 5px;
  list-style: none;
}
.tree ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tree ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #666;
}
.tree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #666;
}
.tree ul li:last-child:after {
  height: 15px;
}
.tree ul a {
  cursor: pointer;
}
.tree ul a:hover {
  text-decoration: none;
}

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

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

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