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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.home.page .entry-title,.home.page .post-update,.home.page .post-date{
  display: none;
}
/*フィックスヘッダー*/
.header-container.fixed-header {
    background-color: #f78da7;
}
.top_bg_profile01{
	background-image:url(https://mm.neeblog.net/wps/wp-content/uploads/2022/09/bg_pinkcircle01.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


/*活動内容テーブル*/
.activeArea{
	padding:20px 30px;
	background-color:#FFFBE8;
	box-shadow: 2px 2px 2px #F9CE95;
	width:720px;
	max-width:100%;
	border-radius:20px;
}
table.active_table tr:nth-of-type(2n+1){
    background-color: transparent;
}
table.active_table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
table.active_table tr{
	border-bottom:1px dashed #F9CE95;
	font-size:.97rem;
}
table.active_table td{
	border:0px;
	padding:10px 20px 6px;
	color:#6D4415;
}
.blank-box {
    border: 3px solid #cacaca;
    padding: 10px 1em;
    margin: 1em 0 10px;
    border-radius: 5px;
}
/* 新着記事表示 */
.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}
.new-entry-cards.large-thumb a {
width: 33.333%;
}
/*768px以下*/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 100%;
}
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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