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

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

.eye-catch wrap{
float:right;
border:1px solid #696969;
}

.eye-catch {
margin:-108px 0 0 auto;
}

.eye-catch img{
border-radius:120px;
width:120px;
height:120px;
}

.cat-label {
  font-size: 15px;
}



.entry-card-thumb{
border-radius:200px;
width:200px;
height:200px;
}

.related-list{
text-align:center;
font-weight:normal;
  width: 100%;
}

.related-entry-card-title {
  font-size: 15px;
  margin: 0 0 0.4em 0;
  line-height: 1.6;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
text-align:center;
  width: 150px;
}

.rect-vertical-card .related-list {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1%;
padding-left:33px;
}

.rect-vertical-card .related-entry-card {
  display: flex;
  flex-direction: column;
  width: 150px;
}

.rect-vertical-card .related-entry-card-wrap {
  padding: 13px;
}

.rect-vertical-card-4 .related-entry-card-wrap {
  width: 178px;
}

.rect-vertical-card .related-entry-card-thumb {
  float: none;
  width: 150px;
border-rudius:150px;
}

.rect-vertical-card .related-entry-card-thumb img {
  width: 100%;
border-radius:150px;
}

.related-entry-card .cat-label {
  font-size: 15px;
}

.pager-post-navi.post-navi-square {
  flex-direction: row;
border-radius:150px;
}

.pager-post-navi a figure {
  min-width: 120px;
  max-width: 120px;
border-radius:150px;
}

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

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

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