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

	
}



/************************************
** カテゴリページ
************************************/

a.entry-card-wrap.a-wrap.border-element.cf ,a.entry-card-wrap{
width: 12%;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
a.entry-card-wrap.a-wrap.border-element.cf ,a.entry-card-wrap {
width: 19%;
}
	.cat-label{display:none;}
}


.admin-pv {
    DISPLAY: NONE;
}

h2.entry-card-title.card-title.e-card-title {
    font-size: 0.7em;
}

@media screen and (max-width: 480px) {
	h2.entry-card-title.card-title.e-card-title {
		width: 93%;
   		height: 15px;
}
}

.ect-vertical-card {
    /*justify-content: space-between !important;*/
}

#list {
    /*justify-content: space-between !important;*/
	justify-content: normal !important;
}

.entry-card-info.e-card-info {
  display: none;
}
.entry-card-meta.card-meta.e-card-meta {
  display: none;
}
span.cat-label {
    display: none;
}

a.related-entry-card-wrap.a-wrap.border-element.cf {
    width: 13%;
}

@media screen and (max-width: 700px) {
a.related-entry-card-wrap.a-wrap.border-element.cf {
    width: 32%;
}
}
h3.related-entry-card-title.card-title.e-card-title {
    font-size: 0.7em;
}

/*****　フッター　********/


.footer_cat {
    margin-bottom: 32px;
}
.footer_cat .item{
    margin: 30px 0;
}
.footer_cat h3 {
    /* text-align: center; */
    margin: 24px 20px 10px;
    padding: 0 0 5px;
    font-size: 15px;
    color: #414141;
    border-bottom: 1px solid #f1eceb;
}


.footer_cat section {
    /*padding: 10px 0;*/
    text-align: left;
    display: flex;
    /* gap: 10px; */
    align-items: center;
}
.footer_cat ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 8px;
    padding: 0;
    gap: 10px 10px;
}

.footer_cat li {
    position: relative;
    line-height: 1.6;
}
.footer_cat p {
    margin: 8px 15px;
    padding: 5px;
    width: 10em;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    background: #f1eceb;
    text-align: center;
	border-radius:5px;
}
.footer_cat a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.footer_cat li:after {
    content: "|";
    margin-left: 10px;
    font-size: 14px;
    color: #f1eceb;
}

.footer_cat li:last-child:after {
    content: "　";
    margin-left: 10px;
    font-size: 14px;
    color: #f1eceb;
}



