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

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

/************************************
** ●全画像のホバー時エフェクト処理
************************************/

.header-container, .main, .navi, .sidebar, .footer{
	background-color: rgba(255,255,255,0);
}


img{
transition: 0.5s;
} 
a:hover img{
opacity:0.6;
-ms-filter: "alpha( opacity=60 )";
	-moz-transform: scale(1.02,1.02);
  -webkit-transform: scale(1.02,1.02);
  -o-transform: scale(1.02,1.02);
  -ms-transform: scale(1.02,1.02);
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img{
	border:1px solid #e3e3e3;
}

/* タイル4列 */
.ect-3-columns {
  justify-content: space-around;
}
.ect-3-columns .entry-card-wrap {
 width: 33%;
}
.ect-3-columns .entry-card-snippet {
  max-height: 4em;
  overflow: hidden;
}

.ect-3-columns .ad-area {
  width: 33%;
}

/* タイル同士の幅を広げる */
.entry-card, .related-entry-card {
  position: relative;
  height: 100%;
  padding:10px;
}

.ect-vertical-card .entry-card-wrap{
	box-shadow:none;
}
.ect-vertical-card:hover .entry-card-wrap:hover{
	box-shadow:none;
}

/*ページ送り*/
.pagination-next-link {
  display:none;
}

.page-numbers {
  color: #333;
  font-size:12px;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 0;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}

/*カテゴリーリストを横並びにする*/
.widget-index-top-title.main-widget-label{
	display:none;
}
.widget_categories ul{
	overflow: hidden;
	line-height:8px;
	font-size: 0.8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.widget_categories ul li a{
	list-style-type: none;
	margin:0 10px 0 10px;
}
.widget_categories ul li{
	border-left:1px solid #ddd;
}
.widget_categories ul li:last-child{
	border-right:1px solid #ddd;
}
.widget_categories ul li a:before{
	font-family: FontAwesome;
    content: none;
    color: #777;
    padding-right: 7px;
}

/*YouTube動画の中央配置*/
.video-container{
	max-width: 100%;
    margin: 0px auto;
}
/*アイキャッチ画像の中央配置*/
.eye-catch-wrap{
	max-width: 100%;
    margin: 0px auto;
}

/*タイムライン見出し*/
.timeline-title{
	text-align:left;
	margin-left:40px;
}

/*h5*/
.article h5{
	margin-top:0;
	position: relative;
    padding: .75em;
	border-radius:4px;
	background-color:#333333;
	color:#ffffff;
	font-size:18px;
	line-height:20px;
	border-bottom:0;
}
/*H6*/
.article h6{
	padding-left:25px;
}

/*リンクデザイン*/
a{
    color:#25a3a4;
	transition: color 0.3s;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
    color : #ff7043;
}

/*アイコンリスト*/
.blank-box, .is-style-blank-box-red, .is-style-blank-box-navy, .is-style-blank-box-blue, .is-style-blank-box-yellow, .is-style-blank-box-green, .is-style-blank-box-pink, .is-style-blank-box-orange, .is-style-sticky-gray, .is-style-sticky-yellow, .is-style-sticky-red, .is-style-sticky-blue, .is-style-sticky-green{
	padding:0;
	border:none;
}

/*トプページの日付/タイトル文字*/
.e-card-info{
	display:none;
}
.entry-card-title{
	font-size:12px;
	text-align:center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
.ect-3-columns {
  justify-content: space-around;
}
.ect-3-columns .entry-card-wrap {
 width: 45%;
}
.ect-3-columns .entry-card-snippet {
  max-height: 4em;
  overflow: hidden;
}

.ect-3-columns .ad-area {
  width: 45%;
}
	
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.ect-3-columns {
  justify-content: space-around;
}
.ect-3-columns .entry-card-wrap {
 width: 100%;
}
.ect-3-columns .entry-card-snippet {
  max-height: 4em;
  overflow: hidden;
}
.ect-3-columns .ad-area {
    width: 100%;
}	
.navi {
  background-color: #fff;
  display:none;
}
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.ect-3-columns {
  justify-content: space-around;
}
.ect-3-columns .entry-card-wrap {
 width: 100%;
}
.ect-3-columns .entry-card-snippet {
  max-height: 4em;
  overflow: hidden;
}
.ect-3-columns .ad-area {
  width: 100%;
}
	
.navi {
  background-color: #fff;
  display:none;
}
	
}


.date-tags .post-date>span[class^="fa"], .date-tags .post-update>span[class^="fa"]{
	display:none;
}
