/* Variables */
:root {
		/* Font Family */
    --global--font-primary: var(--font-headings, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
    --global--font-secondary: var(--font-base, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
	
	/* Font Size */
/*
	--global--font-size-base: 1.25rem;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
*/
	--global--font-size-base: 1.1rem;
	--global--font-size-xs: 0.95rem;
	--global--font-size-sm: 1.1rem;
	--global--font-size-xxl: 2.8rem;
}


@media only screen and (min-width: 652px) {
	:root {
/*
		--global--font-size-xl: 2.5rem;
		--global--font-size-xxl: 6rem;
		--global--font-size-xxxl: 9rem;
		--heading--font-size-h3: 2rem;
		--heading--font-size-h2: 3rem;
*/
		--global--font-size-xxl: 2.5rem;
		--heading--font-size-h2: 2.5rem;
		--heading--font-size-h3: 1.8rem;
	}
}

.wp-block-image figcaption {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: left;
}


h1.entry-title {
		font-weight: bold; 
}

h2 {
		font-weight: bold; 
}

h2.entry-title a{
	text-decoration: none;
}

h2.entry-title a:hover {
	text-decoration: underline;
	text-decoration-style: solid;
}

div.entry-content h2 {
	margin-top: 85px;
}

h3 {
		font-weight: bold; 
}

div.entry-content h3 {
	margin-top: 75px;
}

/**
 * Extends
 */
	.entry-title {
		max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
	}

@media only screen and (min-width: 822px){
	.site {
		max-width: 70vw;
		margin-left: auto;
		margin-right: auto;
	}
	figure.size-large {
		min-width: 800px;
	}
	figure.wp-block-jetpack-image-compare {
		min-width: 800px;
	}
	figure.wp-block-embed-youtube{
		min-width: 750px;
	}
}