body {
	background: url('//monobegawa.com/ftp/seasonal-events/se_bk.svg'), linear-gradient(#DEEBF9, transparent);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.entry-header h1 {
	margin: 0 auto;
	max-width: 900px;
}
.se_block h2, .se_block h3 {
	border: none;
	padding: 0;
}
.se_block > h2 {
	width: 260px;
	height: 260px;
	padding: 1rem;
	margin: 0 auto;
	/*border: 5px solid #97B757;*/
	/*border-radius: 50%;*/
	/*background: #FFF;*/
	text-align: center;
}
.se_block > h2 > img {
	height: 100%;
	width: auto;
}
.se_block > div {
	display: grid;
	padding: 0;
	gap: 20px 0;
	grid-template-columns: repeat(1, 1fr);
	@media (min-width: 600px){
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;

	}
	@media (min-width: 1024px) {
		grid-template-columns: repeat(3, 1fr);
	}


}
.se_block > div > section {
	background: #FFF;
}
.se_item > header{
	position: relative;
	margin-bottom: -1px; /*謎の（テキスト扱いの？）1px余白を消す */
}
.se_item > header > span{
	position: absolute;
	left: 6px;
	bottom: 6px;
	display: inline-block;
	padding: 3px 6px;
	/*font-size: 80%;*/
	background: #fdfadc;
	border:1px solid #555;
	border-radius: 6px;
	line-height: 1;
	color:#555;
}

.se_item > header > h3 {
	margin: 0;
}
.se_item {
	border: 5px solid;
	border-radius: .5rem;
}
.se_jiki,.se_caption,.se_title{
	padding:1rem;
}
.se_title{
	font-weight: 700;
}

#se_haru .se_item {
	border-color: #97B757;
}
#se_haru .se_jiki {
	background: #dbebc4;
}
#se_haru .se_title {
	background: #97B757;
	color:#FFF;
}

#se_natu .se_item {
	border-color: #4C8AC9;
}
#se_natu .se_jiki {
	background: #bbe2f1;
}
#se_natu .se_title {
	background: #4C8AC9;
	color:#FFF;
}

#se_aki .se_item {
	border-color: #C28136;
}
#se_aki .se_jiki {
	background: #fad09e;
}
#se_aki .se_title {
	background: #C28136;
	color:#FFF;
}

#se_fuyu .se_item {
	border-color: #9F252B;
}
#se_fuyu .se_jiki {
	background: #f5b2b2;
}
#se_fuyu .se_title {
	background: #9F252B;
	color:#FFF;
}
