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

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

body{
	background-color: #FFF!important;
}

.copyright{
	font-size: 15px;
	margin: 0;
}

.entry-card-thumb{
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 0!important;
}
.sv_blog{
	text-align: center;
}
.sv_blog img{
	width: 600px
	
}
.entry-card-thumb img{
	height: auto;
}
.entry-card-date{font-size: 12px!important; margin-bottom: 0!important;}

.entry-card-title{font-size: 16px!important;font-weight: normal!important;}
.entry-card-cat{font-size: 12px!important;}
.list{display: flex;  flex-direction: row;justify-content: space-between;gap:20px;}


#home .list,
.archive .list{
	flex-wrap: wrap;
	margin-bottom: 40px;
	
}

#home .list .entry-card{
	width: 32%;
	
}
.archive .list .entry-card{
	width: 48%;
}
#buy{
	border-top: solid 1px #EFEFEF;
}
/* ---------- カスタムカード ---------- */
.custom-entry-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.custom-entry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.entry-thumb-img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}
.entry-card-body {
  padding: 16px 18px 20px;
}
.entry-card-date {
  font-size: 0.9em;
  color: #333;
  margin-bottom: 8px;
}
.entry-card-cats {
  margin-bottom: 10px;
}
.entry-card-cat {
  display: inline-block;
  border: 1px solid #FF9900;
  color: #FF9900;
  border-radius: 9999px;
  font-size: 0.85em;
  padding: 3px 12px;
  margin-right: 6px;
}
.entry-card-title {
  font-size: 1.1em;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
}

.blog-section{
	width: 90%;
	max-width: 1245px;
	margin-left: auto;
	margin-right: auto;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
}
.entry-card-date{ margin-bottom: 10px!important;}

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

#home .list .entry-card{
	width: 100%;
	
}
.archive .list .entry-card{
	width: 100%;
}
.list{flex-direction: column;justify-content: space-between;gap:20px;}
	body #container,
	main.main{
		padding-top: 0px!important;
	}
}

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