@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){
  /*必要ならばここにコードを書く*/
}


.entry-card-thumb:before{
	  content: "";
  display: block;
  padding-top: 100%;
}
.entry-card-thumb img{
	  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.eye-catch{
	    margin: 0 auto .6em;
	max-height: 90vh;
    display: block;
}
.eye-catch img{
	    object-fit: contain;
    max-height: 80vh;
}

.article p{margin-bottom:0.5em;}



/*btn back*/
.btn_back{
	text-align:center;
	line-height:3em;
	background-color:#00a7ea;
	max-width:10em;
	margin:1em auto 3em;
}
.btn_back a{
	color:#fff;
	font-weight:bold;
	display:block;
	width:100%;
	text-decoration:none;
}