/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2023 | 12:02:25 */
/* カスタムヘッダーの高さ */
.custom-header {
		height: 100vh !important;
	}

/* サイトタイトル（!importantを付けないと反映されない） */
.site-title a {
	color: white !important;
}

/* サイトの説明 */
.site-description {
	color: white;
	font-weight: bold;
}

/* Story */
.story .entry-content .alignfull .wp-block-cover__inner-container, .entry-content .alignfull .wp-block-group__inner-container {
max-width: 1570px;
}

/* フッターのバックグラウンドカラー（black→white） */
.home .site-footer {
	background-color: white;
}


/* News */
.whatsnew dd {
	color: black;
}

.whatsnew dd:hover {
	text-decoration: underline;
	opacity: 0.7;
}

/* スマートフォンサイト */
@media screen and (max-width:640px) {
	/* サイトタイトル */
	.site-title a {
		font-size: 2.6rem !important;
	}

	/* サイト説明 */
	.site-description {
		font-size: 0.8rem;
	}
}