:root {
	--cnvs-themecolor: #6991ac;
}

/* font is mincho in content */
#content {
	font-family: "Zen Old Mincho", sans-serif	!important;
}
.entry-title h1 {
	font-family: "Zen Old Mincho", sans-serif	!important;
	font-weight: 700;
	text-align: left;
	font-size: 35px;
	line-height: 3rem;
	letter-spacing: -3px;
	margin: 0px;
}

h1 .bookauthor {
	font-size: 20px;
	margin-left: 1rem;
}
h1 .booktitle {
	display: block;
	line-height: 1rem;
	margin-left: 0rem;
	margin-bottom: 0rem;
}

#content h2 {
	font-family: "Zen Old Mincho", sans-serif	!important;
	font-size: 28px;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom:20px;
}

.entry-title h3 {
	font-family: "Zen Old Mincho", sans-serif	!important;
	font-size: 20px;
	font-weight: 700;
}


#content h4 {
	margin-top:		10px;	
	margin-bottom:	10px;	
}

.color-library a {
    color: #6991ac;
}

.product-image img {
	border: #f0f0f0 1px solid ;
}

#content  {
	padding: 0 20px ;
}

.entry p {
	font-size: 18px;;
}

/* list の記事間の縦の開き */
.entry {
	--cnvs-post-item-margin: 10px;
}


/* list のタイトルの大きさ */
.entry-title.title-sm h2 {
	--cnvs-post-title-font-size: 1.0rem;
}

/* top margin of excerpt */
.entry-content {
	margin-top: 10px;
}

.entry-title h2 a {
    color: #6991ac;
}
.entry-title h3 a {
    color: #6991ac;
}

/* padding on right and left for main and sidebar */
.row > * {
	padding-right: calc(var(--bs-gutter-x) * 0.4);
	padding-left: calc(var(--bs-gutter-x) * 0.4);
}

/* no rounded edge for image in list */
.entry-image img {
	--cnvs-post-image-rounded: 0rem;
}

.fancy-title {
	margin-bottom: 1rem;
}

.owl-carousel .owl-dots .owl-dot {
	margin-top: 0px;
}

.page-title {
	padding: 50px 0 20px 0;
}

.entry-image img {
	border: 1px solid #eee;
}

.backlinks h3{
	margin-top: 40px;
	margin-bottom: 10px;;
	font-family: "Zen Old Mincho", sans-serif	!important;
}
.iconlist li span {
	padding-left: 0.5rem;
}

.coverimage {
	margin-left: 1rem;	
	margin-bottom: 1rem;
	border: 1px solid #ddd;	

}

.tagcloud a {
	font-size: 15px !important;
	font-family: var(--cnvs-primary-font);
}

#footer {
	margin-top: 50px !important;
}


h3.book-title {
	font-size: 12px;
	font-family: "Zen Old Mincho", sans-serif	!important;
	text-align: center;
}
.portfolio-desc {
	--cnvs-portfolio-desc-padding-y: 0.5rem;
}
.portfolio-desc h3 a {
    color: #6991ac;
}

.portfolio-image {
	border: 1px solid #ddd;
}

/* ---------------------------------------------------------------------------- */
/* single.html settings */
div.entry > div.entry-title > h2 {
    font-weight: 600;
    font-family: 'Railway', sans-serif;
    color: var(--cnvs-themecolor);
    line-height: 1.2;
	font-size: 35px;
	margin: 0 0 5px 0;
}

div.entry > div.entry-title > h3 {
	font-size: 18px;
	color: #475557;
	margin-top: 0px !important;
}

p#authorbox-text {
	font-size: smaller;
}

p {
	margin-bottom: 15px;
}

.entry {
	margin-top: 0px;
}

.entry-meta {
	margin: 15px 0px 10px 20px;
}

#taxonomy.entry-meta {
	margin: 5px 0px 10px 0px;
}


.entry > ul,ol {
	margin-left: 30px;
}

.entry > pre {
	padding: 10px;
	background-color: #fafafa;
}

.entry > blockquote {
	padding: 10px;
	background-color: #fafafa;
	font-size: 1rem;
}

.button.button-mini {
    --cnvs-btn-padding-x: 0.775rem;
    --cnvs-btn-padding-y: 0.25rem;
    --cnvs-btn-fontsize: 0.6rem;
	font-weight: bold;
}

@media (max-width: 575.98px) {
    .align-wide-lg, .align-wide-xl, .align-wide-xxl {
        margin-left: calc(0% - 0vw) !important;
        margin-right: calc(0% - 0vw) !important;
        max-width: 88vw !important;
        width: 88vw !important;
    }
	.entry-title h1 {
		font-size: 30px;
		font-weight: 700;
		text-align: left;
		line-height: 2rem;
		letter-spacing: -2px;
		margin: 0px;
	}

	h1 .bookauthor {
		font-size: 18px;
		margin-left: 0px;
		line-height: 0rem;
	}
	h1 .booktitle {
		display: block;
		font-size: 25px;
		margin-left: -15px;
		line-height: 3rem;
	}

	.entry-meta {
		margin-left: 0px;
		margin-bottom: 5px !important;
	}

	.entry p {
		font-size: 16px;
	}

	.coverimage {
		width: 40%;
	}
}

@media (min-width: 768px) {
	/* title for desktop is larger */
	.entry-title.title-sm h2 {
		--cnvs-post-title-font-size: 1.2rem;
	}
}

/* things done on smartphones */
@media (max-width: 768px) {
	/* don't show excepts on mobile */
	.entry-content {
		display: none;
	}

	/* make entry title in list.html smaller than desktop*/
	.entry-title.title-sm h2 {
		/* --cnvs-post-title-font-size: 0.3rem !important; */
		font-size: 16px !important;
		font-weight: 700;
	}
	.entry-meta {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 12px;
	}

	/* single のタイトル */
	div.entry > div.entry-title > h2 {
		font-size: 1.5rem;
	}
	div.entry > div.entry-title > h3 {
		font-size: 1.0rem;
	}

	#content h2 {
		font-size: 16pt;
		margin-top: 30px;
		margin-bottom: 12px;
	}
}
