@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&&display=swap');


.index-header{
	/*background: #fcf7f2;*/
	text-align: center;
	margin: 0 0 50px;
	padding: 50px 20px 0;
}
@media (min-width:768px){
	.index-header{
		margin: 0 0 75px;
	}
}
/*h1.sitename{
	font-family: "Neonderthaw", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 10vw;
	color: #893D08;
}*/
/*タイトル（画像）*/
h1.sitename{
	width: 240px;
	margin: 0 auto 25px;
}
@media (min-width:768px){
	h1.sitename{
		width: 300px;
	}
}
h1.sitename a{
	color: #893D08;
}
h1.sitename a:hover{
	opacity: 0.5;
}
.index-header span{
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.intro-copy{
	font-size: 1.2rem;
	line-height: 2;
}

@media (min-width:768px){
	.index-header h1{
		font-size: 6rem;
	}
	.index-header span{
		font-size: 1.3rem;
	}
	
}





.blogpage-header{
	background: #fcf7f2;
	margin: 0 0 0px;
	padding: 15px;
	
}
.blogpage-header h1{
	font-family: "Neonderthaw", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2.6rem;
	line-height: 1;

}
.blogpage-header span{
	font-size: 1rem;
}

.breadcrumbs{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumbs > span + span::before{
	content: '\e315';
	font-family: 'Material Icons';
	font-weight: 400;
	vertical-align: -1px;
	opacity: 0.4;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}



/*.blog-header{
	background: #F4F4F4;
	padding: 50px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}*/

/* ヘッダー ========================================*/
.blog-header{
	
}

/*ヘッダー・アイキャッチ*/
.blog-header .eyecatch{
	margin: 0 -30px;
}
@media (min-width:768px){
	.blog-header .eyecatch{
		margin: 0;
	}
}

/*ヘッダー・カテゴリー*/
.blog-header .cat{
	font-size: 1rem;
	background: #EEEEEE;
	width: fit-content;
	border-radius: 50px;
	margin: 2.5em 0 1.5em;
	padding: 0.5em 1.25em;
}
.blog-header .cat a{
	color: #585858;
}
.blog-header .cat a:hover{
	text-decoration: underline;
}
.blog-header .post-categories li{
	display: inline-block;
}
.blog-header .post-categories li + li::before{
	content: '|';
	margin: 0 0.5em;
	opacity: 0.3;
}
/*ヘッダー・記事タイトル*/
.blog-header h1{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
}
/*ヘッダー・公開日*/
.blog-header time{
	font-size: 1.2rem;
	color:#A8A8A8;
	display: block;
	margin: 1em 0 2em;
}


.entry{
	font-size: 1.4rem;
	line-height: 1.6;
}
@media (min-width:768px){
	.entry{
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.entry a:hover{
	text-decoration: underline;
}

.entry p{
	margin: 1em 0;
	line-height: 2;
}

.entry h2{
	margin: 4em 0 1em;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	padding-left: 15px;
}
.entry h2::before{
	content: '';
	width: 5px;
	height: 100%;
	left: 0;
	position: absolute;
	background: #893D08;
	border-radius: 2;
}
.entry h3{
	margin: 2em 0 1em;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}
.entry h4,
.entry h5,
.entry h6{
	margin: 2em 0 1em;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
}


.entry ul,
.entry ol{
	margin-left: 1.5em;
}
.entry li{
	margin: 0.5em 0;
	line-height: 1.4;
}
.entry ul li{
	list-style-type: disc;
}
.entry ol li{
	list-style-type: decimal;
}

/*主要ブロック*/
.entry .wp-block-table,
.entry .wp-block-image,
.entry .wp-block-buttons,
.entry .wp-block-gallery,
.entry .wp-block-file{
	margin: 1em 0;
}


/*テーブル*/
.entry .wp-block-table th,
.entry .wp-block-table td{
	border: 1px solid #AAAAAA;
	font-size: 92.4%;
	line-height: 1.4;
	padding: 0.75em;
}
.entry .wp-block-table thead{
	border-bottom: 2px solid #717171;
}


/*キャプション*/
.entry .wp-element-caption{
	font-size: 80%;
	opacity: 0.6;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
}

/*ボタンブロック*/
.entry .wp-block-button__link{
	font-size: 1.3rem;
}
.entry .wp-block-button__link:hover{
	color: #FFF;
	opacity: 0.7;
	text-decoration: none;
}

/*ファイルブロック*/
.entry .wp-block-file:not(.wp-element-button){
	font-size: inherit;
}
.entry .wp-block-file__button{
	font-size: 75%;
}
.entry .wp-block-file__button:hover{
	color: #FFF;
	opacity: 0.6;
	text-decoration: none;
}


.entry .wp-block-separator{
	border-top: 1px solid #ADADAD;
	margin: 3em 0;
}

.entry #toc_container{
	margin: 3em auto ;
	padding: 20px 20px 10px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
}
.entry #toc_container .toc_list li{
	margin: 1em 0 1em 1em;
	text-indent: -0.85em;
	line-height: 1.2;
}
@media (min-width:768px){
	.entry #toc_container{
		padding: 20px 30px 20px;
	}
}


.btn_to-list{
	padding: 87px 0;
}

.btn_to-list a{
	color: #5C5C5C;
	display: block;
	padding: 15px 87px;
	width: fit-content;
	border: 1px solid #878787;
	text-align: center;
	font-size: 1.2rem;
	margin: 0 auto;
	border-radius: 100px;
	line-height: 1.6;
}
.btn_to-list a:hover{
	color: #5C5C5C;
	opacity: 0.6;
}
.btn_to-list div{
	font-size: 2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}