/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 07:10:53 */
/* ここにCSSコードを追加
 */ 

.header-gomisaku .site-description {
	color:rgba(47, 83, 58, 1)!important;
}



.archive article h2, .home article h2 {
	font-size:20px;
}

.home article h2 {
	margin-bottom:.5em;
}

.archive article p, .home article p {
	line-height:1.8!important;
}


.post-inner {
	max-width:760px;
	margin:85px auto;
}


.entry-content p {
	padding:0!important;
	line-height:1.8;
	letter-spacing:.08em;
}

.entry-content figure {
	padding:0!important;
}


.entry-content figure * {
	font-size:14px;
}


.entry-header-inner.section-inner {
	max-width:100%!important;
	text-align:center;
}
.entry-header-inner.section-inner h1.entry-title {
	margin:0 auto;
	padding:1em 0!important;
	font-size:22px;
	font-weight:500;
	line-height:1.8;
}

 .entry-content h2{
	padding:.5em 1em!important;
}

.entry-content blockquote {
	margin:0!important	
}

h1.entry-title {
	max-width:760px;
	margin:0 auto;
}

#breadcrumb {
	max-width:760px;
	margin:2em auto;
	padding:0!important;
}
#breadcrumb  , #breadcrumb *{
	font-size:12px!important;
	color:#444;	

}

/*横長ボタン*/
.gomisaku-btn {width:100%; text-align:center;}
.gomisaku-btn a {display:inline-block; margin: 2em auto; padding:1em 2em; background:rgba(47, 83, 58, 1); color:#fff!important; font-size:20px; font-weight:500; border-radius:8px; transition:background .5s ease; }
@media screen and (min-width:76px){
.gomisaku-btn a:hover {background:rgba(130, 174, 70, 1);}
}
