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

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

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

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

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

<?php if(is_front_page() ): ?>
<?php echo do_shortcode('[metaslider id="212"]'); ?>
<?php endif; ?>

/*ウィジェットfontsize*/
.widget-sidebar ul li a {
font-size: 0.7em;
}
.sidebar{font-size:0.9em}
.sidebar h3 {
background: none; /*背景色を削除*/
margin: 0; /*余白を削除*/
}

/*************************
 親カテゴリのカスタマイズ
**************************/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #35312c; /* 下線の種類 */
}
.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f07b"; /* FontAwesomeのユニコード */
  color: #35312c; /* アイコンの色 */
  padding-right: 6px;
}
.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

/**************************
 子カテゴリのカスタマイズ
**************************/
.widget_categories ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #35312c; /* アイコンの色 */
  padding-right: 6px;
}

/**********
 SNSボタン
***********/
.sns-follow-buttons {
	width: 200px;
	max-width: 100%;
}
.sns-follow-buttons a.follow-button {
	top: -15px;
	width: 40px;
	height: 40px;
	margin: 10px auto;
	border-radius: 50%;
	font-size: 20px;
}


/*********************************
 ボタンカラーが「モノクロ」の場合
**********************************/
.bc-monochrome[class*="sns-"] a[class*="-button"] {
	background-color: #35312c; /*背景の色*/
	color: #fff; /*アイコン・キャプション等の色 ※「#fff」は「#ffffff」の省略形*/
}


/***************
  インデックス
****************/
.entry-card {
border-bottom: 1px solid;
border-bottom-color: #35312c;
	}
.entry-card-title {
font-size: 15px;	
}

/***********************************
 インデックス「次へ」をカスタマイズ
************************************/
.pagination-next-link {
      background-color: #FFF;
      color: #35312c;
      border: 1px solid #35312c;
      border-radius: 30px;
    }
    .pagination-next-link:hover {
      background-color: #35312c;
      transition: all 0.5s ease;
      color: #fff;
    }
.page-numbers {
      color: #35312c;
      border: 1px solid #35312c;
      border-radius: 50%;
    }
    .pagination .current {
      background-color: #35312c;
      color: #fff;
    }
    .page-numbers.dots {
      opacity: 1;
      background: none;
    }
    .pagination a:hover {
      background-color: #35312c;
      color: #fff;
    }

/**********************
  新着記事にNEWマーク
***********************/
.new_ribbon {
display: inline-block;
position: absolute;
top: -14px;
left: 0px;
margin: 0;
padding: 0px;
z-index: 2;
width: 30px;
text-align: center;
color: white;
font-size: 7px;
font-weight: bold;
background-color: #4776e2;
border-radius: 3px 3px 3px 3px;
}

/***************************************
グローバルメニューのフォントサイズ等変更
****************************************/
.navi-in .menu-header .item-label{
font-size: 14px;
}

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



