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

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

/*ヘッダーモバイルボタンの文字色と背景色を変更*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background: #ffffff;
	color: #000000;
}

.logo-menu-button.menu-button{
	background: #ffffff;
}

.mobile-menu-buttons{
	background: #ffffff;
}

/*スライドインメニューをカスタマイズ*/
.navi-menu-content{
 /*背景色を変える※16進数#○○○でも指定可*/
  background-color: #ffffff; 
}

.menu-drawer a {
color: #000000;
}

.menu-close-button{
color: #000000;
}

/*トップページの見出し*/
.main span:before {
	width: 0px;
}

.main span:after {
	width: 0px;
}

.list-title {
    color: #fff;/*文字色（白）*/
    background-color: #d9933d;/*背景色*/
    font-size: 18px;/*文字サイズ*/
    padding: 5px 5px;/*文字回りの余白（上下 左右）*/
    display: block;
    position: relative;
}
.list-title:before {
    position: absolute;
    content: '';
	display: block;
    /*width: 5px;*/
    /*height: 5px;*/
    top: 100%;
    left: 0;
    /*border: none;*/
	/*border-top: 10px solid #000;*/
	/*border-left: 10px solid transparent;*/
    border-bottom: 10px solid transparent;
    border-right: 20px solid #6f4e4e;
}

/*各カテゴリの見出しの設定*/
.archive-title {
    color: #6f4e4e;/*文字色*/
    background-color: #fff;/*背景色（白）*/
    font-size: 18px;/*文字サイズ*/
    padding: 5px;/*文字回りの余白（上下左右）*/
    display: block;
    border: none;/*囲み線（太さ 実線 色）*/
    box-shadow: none;/*影（左右距離 上下距離 ぼかしサイズ 色*/
}

/*見出しの設定*/
.article h1 {
    color: #6f4e4e;/*文字色*/
    background-color: #fff;/*背景色（白）*/
    padding: 5px;/*文字回りの余白（上下左右）*/
    display: block;
    font-size: 23px !important;/*文字のサイズ*/
    border: none;/*囲み線（太さ 実線 色）*/
    box-shadow: none;/*影（左右距離 上下距離 ぼかしサイズ 色*/
}

.article h5 {
    color: #6f4e4e;/*文字色*/
    background-color: #fff;/*背景色（白）*/
    font-size: 20px;/*文字サイズ*/
    padding: 20px;/*文字回りの余白（上下左右）*/
    display: block;
    border: 2px solid #ff8d00;/*囲み線（太さ 実線 色）*/
    box-shadow: 5px 8px 0 #ff8d00;/*影（左右距離 上下距離 ぼかしサイズ 色*/
}

/*サイドバーの見出しの設定*/
.sidebar h3 { /*見出しデザインのリセット*/
border:none;
background:none;
padding: 0;
}

.sidebar h3 {
	border-top: none;
    border-bottom: none;
	border-left: none;
    border-right: none;
    color: #6f4e4e;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    padding: 10px 10px;/*文字回りの余白（上下 左右）*/
    display: block;
    font-weight: bold;
}

.sidebar label { /*見出しデザインのリセット*/
border:none;
background:none;
padding: 0;
}

.sidebar label {
	border-top: none;
    border-bottom: none;
	border-left: none;
    border-right: none;
    color: #6f4e4e;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    padding: 10px 10px;/*文字回りの余白（上下 左右）*/
    display: block;
	font-weight: bold;
}

/*アプリーチ*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/************************************
****　目次
************************************/
.toc-title{
font-weight:bold;
}
.toc-title::after {
color:#337ab7;
}
.toc-list > li a {
font-weight: bold;
display:block;
margin-top:10px;
margin-left: 10px;
}
.toc-list > li a::before {
content: "";
width: 7px;
height: 7px;
left: -4px;
display: inline-block;
border-radius: 50%;
background: #000000;/*こちらで緑点の色を変更できます*/
position: relative;
margin-bottom: 2px;
}
.toc-list > li li a {
font-weight: normal;
font-size: 95%;
margin-top:0;
margin-left: 2em;
}
.toc-list > li li a::before {
content: "";
width: 7px;
height: 7px;
left: -4px;
display: inline-block;
border-radius: 50%;
background: #d9933d;/*こちらで緑点の色を変更できます*/
position: relative;
margin-bottom: 2px;
}
@media (max-width:880px){
.toc-list > li a {
margin-left: -10px;
}
.toc-list > li li a {
margin-left: 0em;
}
.toc-list > li li a::before {
left: -2px;
margin-bottom:1px;
}
}
.toc a:hover {
color: #333333;
text-decoration: underline;
}

/*ギャラリーで表示する画像のサイズを小さい状態で固定*/
.entry-content .wp-block-gallery figure.wp-block-image {
    flex-grow: 0;
}

/*ヘッダーメニューのカスタマイズ*/
#navi .navi-in a:hover{
	/*color: #ffffff!important;*/
	background: #edece8;
	transition: all 0.5s ease;
}

/*サイドバーのカテゴリのカスタマイズ*/
.widget_categories ul li a {
    color: #333;
    text-decoration: none;
	font-size: 15px;
    padding: 4px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    border-top: 1px dotted #ccc;
    position: relative;
}
.widget_categories ul li a::after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: 10px; /*アイコンの右端からの距離*/
}
.widget_categories > ul > li > a:first-child {
    border-top: none;
}
.widget_categories > ul > li > a:last-child {
    border-bottom: 1px dotted #ccc;
}
.widget_categories ul li a:hover { /*マウスホバー時*/
    background: #edece8;
    transition: 0.5s;
    /*color: #fff;*/
}

/*グローバルメニューのアイコンと文字のスペースを空ける*/
.menu-item i {
margin-right: 5px;
}

/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}

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

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

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