@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#header-container {
	background:#da3a4e;
	color:#fff;
}

#main {
	border-radius: 10px;
}

.card-title , .card-snippet {
	letter-spacing: .5px;
}
/* .post-date {
	display: none;
} */
/*サムネイルを非表示*/
.entry-card-thumb  {
	display:none;
}

.prev-post-thumb , .next-post-thumb {
	display:none;
}

.related-entry-card-thumb {
	display:none;
}
/*サムネイル無しcardの位置調整*/
.entry-card-content {
    margin-left: 0px;
}

/*コメントエリア非表示*/
.comment-area {
	display:none;
}

/*関連記事*/
.related-entry-card-content {
	margin-left: 80px;
}
.related-entry-heading {
	text-align: center;
    padding-top: 30px;
    border-top: #ddd solid 1px;
    padding-bottom: 10px;
}

.related-entry-card-title  {
	margin-bottom: 10px;
}

#related-entries .related-entry-card-snippet {
	font-size: 12px;
	color: #999;
}

 /*タイトル*/
.entry-title, .archive-title {
    margin: 16px 0 32px 0;
}
 /*リスト*/
.a-wrap {
    border-bottom: 1px #ddd solid;
}

/*ページネーション*/

.pagination-next-link　{
	background-color: #fff;
    border: 1px solid #da3a4e;
    color: #da3a4e;
}

.pagination-next-link:hover {
    background-color: #da3a4e;
    transition: all 0.5s ease;
    color: #fff;
}

/*サイドバー*/
.widget-sidebar-title {
	border-bottom: 1px solid #da3a4e;
}

.sidebar {
	border-radius: 10px;
}

.sidebar h3 {
	padding: 12px 6px;
	background-color: #fff;
}


/*SNSボタンを非表示*/
.sns-share, .sns-follow {
	display:none;
}
/*投稿者を非表示*/
.author-info {
	display:none;
}

/* .date-tags {
	display:none;
} */

/*INDEX*/
.widget-index-top-title {
	font-weight:bold;
	text-align:center;
	margin-bottom: 20px;
}

/*カテゴリー*/

.text-pc {
	font-size:14px;
	text-align:center;
}

.text-mobile {
	font-size: 14px;
}


.cat-link-2 , .cat-label-2 {
	background-color: #ff7899;
}

.cat-link-3 , .cat-label-3 {
	background-color : #ffa6a6;
}

.cat-link-4 , .cat-label-4 {
	background-color : #23acb2;
}

.cat-link-5 , .cat-label-5 {
	background-color : #efbd33;
}

.cat-link-6 , .cat-label-6 {
	background-color : #fba7a0;
}

.cat-link-7 , .cat-label-7 {
	background-color : #EC6D66;
}

.cat-link-16 , .cat-label-16 {
	background-color : #da3a4e;
}

.cat-link-20 , .cat-label-20 {
	background-color : #000;
}

.cat-label {
	border-radius: 3px;
}

.category-content  .eye-catch {
    width: 100%;
    text-align: center;
	}

.category-content  .eye-catch  img {
	width:40%;
	margin: 10 auto;
}

.category-content  .eye-catch  .cat-label {
	    display: none;
}

/*エントリーカード*/
.entry-card-content .cat-label ,  .card-content .cat-label , .e-card-content  .cat-label {
	   position: static;
    display: inline-block;
    margin-top: 10px;
}

/* .entry-card-content .entry-category ,  .card-content .entry-category, .e-card-content  .entry-category {
	display: none;
} */

.widget-index-top ,  .widget_mobile_text {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
}

.eye-catch-wrap {
    padding-top: 30px;
}

/*カテゴリトップ*/


.category-page-content h2  {
   text-align : center;
    padding:0 10px 0 0;
    margin:0;
	background: none;
	font-size:18px;
}

/* .category-page-content h2:before , .category-page-content h2:after {
	display: inline-block;
	content : "▼";
	margin: -5px 15px 0 15px;
	font-size:12px;
} */

.category-page-content p {
	padding: 10px 5% ;
	font-size:16px;
}

.category-page-content {
	padding-bottom: 50px;
}


/*201910追記*/
.category-page-content .intro{
	text-align: center;
}
.category-page-content .intro .intro-img{
    text-align: center;
}
.category-page-content .intro .intro-img img {
	width: 36px;
}
.category-page-content .intro p{
    text-align: left;
	color: #d73d6e;
}
.category-page-content .document{
	display: flex;
	justify-content: center;
	align-items: center;
}
.category-page-content .intro .document img{
    margin-right: 20px;
}

.category-page-content .lead p {
    margin: 0;
}
.category-page-content .lead .ttl {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.5rem;
}

.category-page-content .lead div.use {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 20px;
}
.category-page-content a.pdf::after{
	content: '';
	display: inline-block;
	position: relative;
	top: 2px;
	width: 17px;
	height: 20px;
	background-image: url(/wp-content/themes/cocoon-child-master/tmp/images/icon_03.png);
	background-size: 17px 20px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.category-page-content a.movie::after{
	content: '';
	display: inline-block;
	position: relative;
	top: 2px;
	width: 21px;
	height: 15px;
	background-image: url(/wp-content/themes/cocoon-child-master/tmp/images/icon_08.png);
	background-size: 21px 15px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.box-cat{
    float: left;
	width:31%;
	height: 250px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom: 15px;
	padding: 0 5px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.document img{
	width: 73px;
}
.box-cat-img{
	margin: 0 auto;
	width: 80px;
}
.box-cat h2 {
	padding: 20px 0;
}
/*201910追記*/

.box-cat.mf{
	background: #fef3f0;
}
.box-cat.ab{
	background: #e1e8ff;
}
.box-cat.mk {
	background: #eed4d4;
}

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

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
		.e-card-title{
		margin-top:10px;
	}
	
	.cat-label {
    position:static;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.box-cat{
 	float: none;
	width:100%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
}
	
	#main {
	border-radius: 0px;
}

}
