<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: çµµæœ¬ãƒ†ãƒ¼ãƒž
Author: ã‚µãƒ³ãƒ©ã‚¤ã‚º
Author URI: https://blog.exeojapan.com/sunrisekids-book/
Description: çµµæœ¬ãƒ†ãƒ¼ãƒž
Tags: çµµæœ¬ãƒ†ãƒ¼ãƒž
Version: 1.1
Text Domain: book
çµµæœ¬ãƒ†ãƒ¼ãƒžã§ã‚ã‚‹ã€‚
*/

:root
{	
	--pink: #EE6C78;
	--pinkHighlight: #FF8C98;
	--silver: #98A6B4;
	--slateGray: #708088;
}

/*===============================================================================================================================================*/
#content.content, #tinymce.content
{	max-width: 98%;
	padding: 10px;
}

#content.content p:not(:last-child), #tinymce.content p:not(:last-child)
{
	margin-bottom: 20px;
}

.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}

/*===============================================================================================================================================*/
/*===============================================================================================================================================*/
header
{
	z-index: 1;
	border-bottom: 2px solid;
}

header .layout
{
	padding: 2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* --- */
header .layout .logo
{	
	flex: 0 1 auto;
	margin-right: 1rem;
}

header .layout .logo a
{
	display: block;
}

/* --- */
header .layout nav
{
	flex: 1 1 0%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: bold;
}

header .layout nav &gt; :not(:last-child)
{
	margin-right: 1em;
}
header .layout nav a
{
	padding: 0.25em 1em;
}

header .layout nav a:hover
{
	color: salmon;
	color: var(--pink, salmon);
}

/* --- */
#smt-menu-activate
{
	display: none;
	width: 3rem;
}
#smt-menu-activate u
{
	background-color: silver;
	background-color: var(--silver,silver);
	display: block;
	height: 6px;
	border-radius: 10px;
}

#smt-menu-activate u:not(:last-child)
{
	margin-bottom: 0.5em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	header .layout .logo
	{	
		flex: 1 1 0%;
	}
	header .layout nav
	{
		display: none;
	}
	#smt-menu-activate
	{
		display: block;
	}
}

/*===============================================================================================================================================*/
/*===============================================================================================================================================*/
#smt-menu-wrap
{
	background-color: salmon;
	background-color: var(--pink,salmon);
	padding: 1rem;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 999;
	display: none;
}

#smt-menu-wrap.active
{
	display: block;
}

#smt-menu
{
	color: White;
	overflow: auto;
	max-height: 100%;
}

/* --------- */
.logo-sec
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

/* --- */
.logo-sec .logo
{	flex: 1 1 0%;
	margin-right: 1rem;
}

.logo-sec .logo a
{
	display: block;
}

/* --- */
.logo-sec button
{
	background-color: transparent;
	padding: 0.75rem;
	font-size: 1.75rem;
	line-height: 1em;
}
.logo-sec button:active
{
	background-color: rgba(255,255,255,0.1);
	color: black;
}

/* --------- */
.page-sec
{	
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: bold;
}

.page-sec &gt; :not(:last-child)
{	margin-bottom: 1rem;
}

.page-sec a:hover
{	
	text-decoration: underline;
}

/* --------- */
.blog-sec mark
{	
	background-color: White;
	color: coral;
	color: var(--pink,coral);
	padding: 0.5rem 0.5rem;
	display: block;
	font-weight: bold;
}

.blog-sec mark:not(:last-child)
{
	margin-bottom: 0.5rem;
}

/* --- */
.blog-sec ol:not(:last-child)
{
	margin-bottom: 1rem;
}

.blog-sec ol &gt; :not(:last-child)
{
	margin-bottom: 0.5rem;
}

.blog-sec ol a
{
	display: block;
	padding: 0.25rem 0.5rem;
}
.blog-sec ol a:hover
{
	background-color: rgba(255,255,255,0.25);
}

/*===============================================================================================================================================*/
#main-img
{
	position: relative;
}

#main-img .text
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
}

#main-img .heading
{
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 1rem;
}

#main-img .text em
{
	color: salmon;
	color: var(--pink,salmon);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1919px)
{
	#main-img .text
	{
		font-size: 1rem;
		font-size: 1vw;
	}
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#main-img .text
	{
		font-size: 1.2rem;
		font-size: 2.45vw;
	}
	#main-img .heading
	{
		font-size: 2.0em;
	}
}

/*===============================================================================================================================================*/
/*===============================================================================================================================================*/
main
{	
	z-index: 2;
	flex: 1 1 0%;
	padding: 2rem 0;
}

#main-content-wrap
{	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* --- */
#main-content
{	flex: 1 1 0%;
	margin-right: 2rem;
}

/* --- */
#main-content-wrap aside
{
	flex: 0 1 28%;
}

#main-content-wrap aside h3
{
	background-color: salmon;
	background-color: var(--pink,salmon);
	color: White;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	font-weight: bold;
}

#main-content-wrap aside ul:not(:last-child)
{
	margin-bottom: 2em;
}

#main-content-wrap aside ul &gt; :not(:last-child)
{
	border-bottom: 1px solid silver;
	border-bottom-color: var(--silver, silver)
}

#main-content-wrap aside ul a
{	display: block;
	padding: 0.25rem 1rem;
}

#main-content-wrap aside ul a:hover
{
	background-color: lightyellow;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#main-content
	{
		margin-right: 0;
	}
	#main-content-wrap aside
	{
		display: none;
	}
}


/*===============================================================================================================================================*/
#tinymce h1,
#content h1,
#single-main-layout h1,
.heading1
{
	font-size: 2rem;
	font-weight: bold;
}

#tinymce h1:not(:last-child),
#content h1:not(:last-child),
#single-main-layout h1:not(:last-child),
.heading1:not(:last-child)
{
	margin-bottom: 2rem;
}

#tinymce h1::after,
#content h1::after,
#single-main-layout h1::after,
.heading1::after
{
	width: 2em;
	border-bottom: 5px solid salmon;
	border-bottom-color: var(--pink, salmon);
	content: "";
	display: block;
	margin-right: auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#tinymce h1,
	#content h1,
	#single-main-layout h1,
	.heading1
	{
		font-size: 1.8rem;
	}
}

/*=========================*/
#tinymce h3,
#content h3,
#single-main-layout h3,
.heading2
{
	font-size: 1.5rem;
	font-weight: bold;
}

#tinymce h3:not(:last-child),
#content h3:not(:last-child),
#single-main-layout h3:not(:last-child),
.heading2:not(:last-child)
{
	margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#tinymce h3,
	#content h3,
	#single-main-layout h3,
	.heading2
	{
		font-size: 1.2rem;
	}
}

/*=========================*/
#tinymce h2,
#content h2,
#single-main-layout h2,
.heading3
{
	font-size: 1.5rem;
	font-weight: bold;
	color: slategray;
	color: var(--slateGray,slategray);
	border-left: 0.25rem solid salmon;
	border-left-color: var(--pink,salmon);
	padding-left: 0.5rem;
}

#tinymce h2:not(:last-child),
#content h2:not(:last-child),
#single-main-layout h2:not(:last-child),
.heading3:not(:last-child)
{
	margin-bottom: 1rem;
}

#tinymce h2.no-border,
#content h2.no-border,
#single-main-layout h2.no-border,
.heading3.no-border
{
	border-left-width: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#tinymce h2,
	#content h2,
	#single-main-layout h2,
	.heading3
	{
		font-size: 1.2rem;
	}
}

/*=========================*/
#tinymce h4,
#content h4,
#single-main-layout h4,
.heading4
{
	font-size: 1.15rem;
	font-weight: bold;
	color: salmon;
	color: var(--pink,salmon);
}

#tinymce h4:not(:last-child),
#content h4:not(:last-child),
#single-main-layout h4:not(:last-child),
.heading4:not(:last-child)
{
	margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	#tinymce h4,
	#content h4,
	#single-main-layout h4,
	.heading4
	{
		font-size: 1.05rem;
	}
}

/*=========================*/
.category-label
{
	color: salmon;
	color: var(--pink,salmon);
	font-weight: bold;
}

/*=========================*/
.lead
{
	font-size: 1.05rem;
}
.lead:not(:last-child)
{
	margin-bottom: 2rem;
}

/*===============================================================================================================================================*/
.btns &gt; .pink
{
	background-color: salmon;
	background-color: var(--pink,salmon);
	color: White;
}

.btns &gt; a.pink:hover,
.btns &gt; button.pink:hover
{
	background-color: lightsalmon;
	background-color: var(--pinkHighlight,lightsalmon);
	color: White;
}

/*===============================================================================================================================================*/
.table-of-contents
{	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem;
}

.table-of-contents &gt; :not(:last-child)
{
	margin-bottom: 0.5rem;
}

.table-of-contents a:hover
{
	color: salmon;
	color: var(--pink, salmon);
	text-decoration: underline;
}

/*===============================================================================================================================================*/
/*===============================================================================================================================================*/
.subpage-intro-card
{
	display: grid;
	grid-template-columns: 1fr 35%;
	grid-template-rows: repeat(3,auto);
}

/* --- */
.subpage-intro-card .text
{
	background-color: White;
	flex: 1 1 0%;
	font-weight: bold;

	grid-column: 1 / span 1;
	grid-row: 1 / span 2;
	margin-bottom: 1rem;
	align-self: center;
}

.subpage-intro-card .text p
{
	text-align: center;
}

.subpage-intro-card .text p:not(:last-child)
{
	margin-bottom: 2rem;
}

/* */
.subpage-intro-card .btns
{
	justify-content: center;
	grid-column: 1 / span 1;
	grid-row: 3 / span 1;
	align-self: center;
}


.subpage-intro-card .btns &gt; *
{
	border-radius: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

/* --- */
.subpage-intro-card figure
{
	grid-column: 2 / span 1;
	grid-row: 1 / span 3;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	.subpage-intro-card
	{
		display: block;
	}
	.subpage-intro-card .text
	{
		font-size: 1.3rem;
	}
	.subpage-intro-card figure:not(:last-child)
	{
		margin-bottom: 1rem;
	}

}

/*=========================*/
.post-list-layout
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.post-list-layout &gt; *
{
	display: flex;
	flex-direction: column;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	.post-list-layout
	{
		display: block;
	}
	.post-list-layout &gt; :not(:last-child)
	{	margin-bottom: 2rem;
	}
}


.post-list-layout a
{
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.post-list-layout a:hover
{
	background-color: lightyellow;
}

.post-list-layout a:active
{
	background-color: black;
	color: White;
}

/* --- */
.post-list-layout a figure
{
	background-color: #DDD;
	position: relative;
	padding-top: 50%;
}
.post-list-layout a figure:not(:last-child)
{
	margin-bottom: 0.5rem;
}

.post-list-layout a figure img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/* --- */
.post-list-layout a .text
{
	flex: 1 1 0%;
}

/* --- */
.post-list-layout a .details
{
	display: flex;
	justify-content: space-between;
}

.post-list-layout a .details em
{
	color: salmon;
	color: var(--pink,salmon);
}

.post-list-layout a .details time
{
	color: silver;
	color: var(--silver,silver);
}

/*===============================================================================================================================================*/
.related-post-layout:not(:last-child)
{
	margin-bottom: 2rem;
}

.related-post-layout &gt; :not(:last-child)
{
	margin-bottom: 1rem;
}

.related-post-layout a
{
	display: block;
	display: flex;
	padding: 1rem;
}

.related-post-layout a:hover
{
	background-color: lightyellow;
	
}

.related-post-layout a figure
{
	background-color: #DDD;
	flex: 0 1 30%;
	margin-right: 1rem;
}

/*===============================================================================================================================================*/
.individual-points
{
	display: flex;
	justify-content: center;
	text-align: center;
}

.individual-points:not(:last-child)
{
	margin-bottom: 2rem;
}

.individual-points &gt; *
{
	background-color: #DCEEF6;
	padding: 0.5em 1em;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.individual-points &gt; :not(:last-child)
{
	margin-right: 1em;
}


/*===============================================================================================================================================*/
/*===============================================================================================================================================*/
footer
{
	background-color: #E8E8E8;
	z-index: 1;
}

.footer-links
{	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top: -0.5rem;
}

.footer-links &gt; *
{
	margin-top: 0.5rem;
}

.footer-links &gt; :not(:last-child)::after
{
	content: "/";
	width: 1.5em;
	display: inline-block;
	text-align: center;
}

.footer-links a:hover
{
	color: salmon;
	color: var(--pink,salmon);
	text-decoration: underline;
}

/* -------- */
.footer-bottom-layout
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom-layout .logo a
{
	display: block;
}

.footer-bottom-layout .logo a img
{
	width: 100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{
	.footer-bottom-layout
	{
		display: block;
	}

	.footer-bottom-layout .logo
	{
		margin-bottom: 1rem;
	}

}</pre></body></html>