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

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

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

/*固定ページの日付を非表示*/
.page .date-tags {
display: none;
}

/*マウスポインタを合わせた際に画像が変化する*/
a:hover img{
  opacity: 0.6; /*不透明度*/
  transition: all 0.8s ease; /*アニメーション*/
}


/* 見出し */
.article h2 {
  margin: 5px 0;
  padding: 15px 25px;
  background-color: #FB8C00;
  color: #fff;
  font-size: 22px;
  border-radius: 1px;
}

.article h3 {
  padding: 10px 20px;
  background-color: #FCA73F;
  border-color: #FB8C00;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 6px solid #FB8C00;
  color: #fff;
}

.article h4 {
  border-top: 2px solid #FB8C00;
  border-bottom: 2px solid #FB8C00;
}

.article h5 {
  border-bottom: none;
  position: relative;
}

.article h5:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FB8C00, #FCA73F);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* サイドバー */
.sidebar h3 {
  padding: 10px;
  border: 1.5px solid #333;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 1px;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: #fff;
}

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

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

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