@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img_area .m_img {background-image: url("../images/topics/m_img_blog@2x.jpg");}
.contentpage .cat_2 .m_img_area .m_img {background-image: url("../images/topics/m_img_news@2x.jpg");}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*自由入力欄
---------------------------------------------------------*/
.free_area p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.free_area p:last-of-type {
	margin-bottom: 0 !important;
}
.free_area p,
.free_area table {
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 2.4em;
}

.free_area a {
	text-decoration: underline;
}
.free_area a:hover {
	color: #ad8a53 !important;
	text-decoration: none;
}

/*.free_area h3,
.free_area h4,
.free_area h5,
.free_area h6,
.free_area p,
.free_area div,
.free_area ul,
.free_area ol,
.free_area table {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}*/

.free_area h2,
.free_area h3,
.free_area h4,
.free_area h5 {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 2.0em;
}
.free_area h2:has(+p),
.free_area h3:has(+p),
.free_area h4:has(+p),
.free_area h5:has(+p) {
	margin-bottom: 1.5em;
}
.free_area h2 *,
.free_area h3 *,
.free_area h4 *,
.free_area h5 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
}
.free_area h2 {
	/* .com_index1と揃える */
	text-align: center;
	color: #fff;
	font-size: 170%;
	background: #8C6E58;
	background: linear-gradient(90deg,rgba(140, 110, 88, 1) 0%, rgba(171, 148, 116, 1) 100%);
	padding: 1.0em 3%;
}
.free_area h2 * {
	color: #fff !important;
}
.free_area h3 {
	/* .com_index2と揃える */
	text-align: center;
	color: #786252;
	font-size: 140%;
	border-top: solid 3px rgba(120,98,82,0.5);
	border-bottom: solid 3px rgba(120,98,82,0.5);
	padding: .8em 3%;
}
.free_area h3 * {
	color: #786252 !important;
}

.free_area h4,
.free_area h5 {
	text-align: left;
	color: #786252;
	font-size: 130%;
}
.free_area h4 *,
.free_area h5 * {
    color: #786252 !important;
}
.free_area h4 {
	background: #f9f5f0;
	border-left: solid 7px #e3cfb3;
	padding: .8em 3%;
	padding-left: 1.0em;
}
.free_area h5 {
	border-bottom: solid 1px #d6c5a9;
	padding-bottom: .6em;
}

.free_area ul,
.free_area ol {
	list-style: none;
}
.free_area ul > li,
.free_area ol > li {
	box-sizing: border-box;
	font-size: 105%;
	line-height: 2.0em;
	padding-left: 2.5em;
	margin-bottom: .5em;
	position: relative;
}
.free_area ul > li:last-child,
.free_area ol > li:last-child {
	margin-bottom: 0;
}
.free_area ul > li::before {
	font-family: 'fontello';
	content: '\e802';
	color: #ad8a53;
	position: absolute;
	left: 0;
	top: 0;
}
.free_area ol > li::before {
	content: "1.";
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ad8a53;
	font-size: 120%;
	letter-spacing: .02em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .3em;
}
.free_area ol > li:nth-child(2)::before {content: "2.";}
.free_area ol > li:nth-child(3)::before {content: "3.";}
.free_area ol > li:nth-child(4)::before {content: "4.";}
.free_area ol > li:nth-child(5)::before {content: "5.";}
.free_area ol > li:nth-child(6)::before {content: "6.";}
.free_area ol > li:nth-child(7)::before {content: "7.";}
.free_area ol > li:nth-child(8)::before {content: "8.";}
.free_area ol > li:nth-child(9)::before {content: "9.";}
.free_area ol > li:nth-child(10)::before {content: "10.";}
.free_area ol > li:nth-child(11)::before {content: "11.";}
.free_area ol > li:nth-child(12)::before {content: "12.";}
.free_area ol > li:nth-child(13)::before {content: "13.";}
.free_area ol > li:nth-child(14)::before {content: "14.";}
.free_area ol > li:nth-child(15)::before {content: "15.";}
.free_area ol > li:nth-child(16)::before {content: "16.";}
.free_area ol > li:nth-child(17)::before {content: "17.";}
.free_area ol > li:nth-child(18)::before {content: "18.";}
.free_area ol > li:nth-child(19)::before {content: "19.";}
.free_area ol > li:nth-child(20)::before {content: "20.";}

.free_area hr {
	height: 1px;
	background-color: #d9d0ca;
	width: 100%;
	border: none;
	margin: 4.0em 0 4.0em;
}

.free_area table {
	margin-top: 1.0em;
	border-right: solid 1px #d9d0ca;
	border-top: solid 1px #d9d0ca;
}
.free_area table th,
.free_area table td {
	box-sizing: border-box;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 1.0em 3%;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	border-left: solid 1px #d9d0ca;
	border-bottom: solid 1px #d9d0ca;
}
.free_area table th {
	background: #f9f5f0;
	font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area p,
.free_area table {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
.free_area h2,
.free_area h3,
.free_area h4,
.free_area h5 {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area p {
	margin-bottom: 1.0em;
}
.free_area p,
.free_area table {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.free_area h2,
.free_area h3,
.free_area h4,
.free_area h5 {
	letter-spacing: .05em;
	margin-bottom: 1.5em;
}
.free_area h2:has(+p),
.free_area h3:has(+p),
.free_area h4:has(+p),
.free_area h5:has(+p) {
	margin-bottom: 1.0em;
}
.free_area h2 {
	font-size: 140%;
	padding: 1.0em 3%;
}
.free_area h3 {
	font-size: 130%;
	border-width: 2px;
	padding: .8em 3%;
}
.free_area h4,
.free_area h5 {
	font-size: 120%;
}
.free_area h4 {
	border-width: 4px;
	padding-left: .6em;
}
.free_area ul > li,
.free_area ol > li {
	font-size: 100%;
	line-height: 1.8em;
	padding-left: 2.0em;
}
.free_area hr {
	margin: 3.0em 0 3.0em;
}
}



/*自由入力欄（カスタムスタイル）
---------------------------------------------------------*/
p.free_style1 {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: left;
	color: #786252;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: .8em !important;
}
p.free_style2 {
	box-sizing: border-box;
	font-size: 105%;
	line-height: 2.0em;
	padding-left: 2.5em;
	margin-bottom: .5em !important;
	position: relative;
}
p.free_style2:last-child {
	margin-bottom: 0 !important;
}
p.free_style2::before {
	content: '';
	display: block;
	width: 1.6em;
	height: 1.6em;
	background: url("../images/check1@2x.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: .1em;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	display: inline-block;
	background: rgba(173,138,83,0.1);
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	text-decoration: none !important;
	color: #443c34;
	font-size: 115%;
	letter-spacing: .2em;
	line-height: 1.4em;
	padding: 1.2em 1.8em;
	padding-right: 4.0em;
	border-radius: 3.0em;
	margin-right: 1.0em;
	margin-top: 1.0em;
	position: relative;
}
.free_area p a.free_btn1:last-of-type {
	margin-right: 0 !important;
}
.free_area a.free_btn1::before {
	content: "";
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	background-image: url("../images/arrow2.svg"), url("../images/arrow_com@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: 100% 100%, 100% 100%;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
.free_area a.free_btn1:hover {
	background: rgba(173,138,83,0.3);
	color: #443c34 !important;
}

/*背景色*/
.free_area .free_bg1 {
	padding: 4% 5%;
	background: #f9f5f0;
	border-radius: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
p.free_style1 {
	letter-spacing: .1em;
}
/*リンクボタン*/
.free_area a.free_btn1 {
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.2em 1.2em;
	padding-right: 4.0em;
	margin-right: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
p.free_style1 {
	font-size: 120%;
	letter-spacing: .05em;
	margin-bottom: .6em !important;
}
p.free_style2 {
	font-size: 100%;
	line-height: 1.8em;
	padding-left: 2.0em;
}
/*リンクボタン*/
.free_area a.free_btn1 {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 1.0em;
	padding-right: 3.0em;
	margin-right: .5em;
}
.free_area a.free_btn1::before {
	width: 1.4em;
	height: 1.4em;
	right: .5em;
}
/*背景色*/
.free_area .free_bg1 {
	padding: 6% 6%;
}
}



/*自由入力欄（画像）
---------------------------------------------------------*/
.free_area img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.free_area .aligncenter {
	max-width: 100%;
}
/*画像の上限を設定する場合
.free_area .aligncenter {
	max-width: 800px;
}*/
.free_area .alignright,
.free_area .alignleft {
	width: 40%;
	max-width: 415px;
	margin-bottom: 1.0em;
}
.free_area .alignright {
	float: right;
	margin-left: 2.5em;
}
.free_area .alignleft {
	float: left;
	margin-right: 2.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*.free_area .aligncenter {
	max-width: 100%;
}*/
.free_area .alignright,
.free_area .alignleft {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0em !important;
}
}



/*隙間
---------------------------------------------------------*/
.free_area div,
.free_area table,
.free_area ul,
.free_area ol {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.0em;
}
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 6em !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 5em !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3em !important;
}
.free_area > *:last-child,
.free_area li > p,
.free_area table p {
    margin-bottom: 0 !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5em !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3em !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area table:has(+ h2),
.free_area ol:has(+ h2),
.free_area ul:has(+ h2),
.free_area p:has(+ h2) {
    margin-bottom: 5em !important;
}
.free_area table:has(+ h3),
.free_area ol:has(+ h3),
.free_area ul:has(+ h3),
.free_area p:has(+ h3),
.free_area table:has(+ h4),
.free_area ol:has(+ h4),
.free_area ul:has(+ h4),
.free_area p:has(+ h4),
.free_area table:has(+ h5),
.free_area ol:has(+ h5),
.free_area ul:has(+ h5),
.free_area p:has(+ h5) {
    margin-bottom: 3em !important;
}
.free_area p:has(+ div),
.free_area p:has(+ table),
.free_area p:has(+ .free_style1) {
    margin-bottom: 3em;
}
}



/*子カテゴリー（共通）
---------------------------------------------------------*/
.topics .arrow {background: #e2d1b3;}
.topics .arrow::before,
.topics .arrow::after {background: #cdb99e;}

.topics .cat_select {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: min(100%,1.8vw);
	letter-spacing: .2em;
	line-height: 1.4em;
	column-gap: 2%;
	row-gap: 1.0em;
}
.topics .cat_select li {
	width: 32%;
	max-width: 290px;
}
.topics .cat_select li a {
	display: block;
	box-sizing: border-box;
	border: solid 1px rgba(128,99,79,0.3);
	border-radius: 3.0em;
	height: 4.5em;
	position: relative;
}
.topics .cat_select li.active a,
.topics .cat_select li a:hover {
	background: rgba(173,138,83,0.95);
	color: #fff;
}
.topics .cat_select li span {
	display: block;
	padding-left: 2.0em;
	padding-right: 3.0em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.topics .cat_select li .arrow {
	width: 1.8em;
	height: 1.8em;
	position: absolute;
	right: 1.2em;
	top: 50%;
	transform: translateY(-50%);
}

.topics .post_cat {
	color: #AD8A53;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.4em;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 1.0em;
	column-gap: 1.0em;
}
.topics .post_cat a {
	text-decoration: underline;
}
.topics .post_cat a:hover {
	color: #666;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics .cat_select {
	letter-spacing: .1em;
}
.topics .post_cat {
	letter-spacing: .05em;
	margin-top: .6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics .cat_select {
	width: 100%;
    justify-content: space-between;
	font-size: 90%;
	letter-spacing: normal;
	column-gap: 0;
	row-gap: .8em;
}
.topics .cat_select li {
	width: 49%;
	max-width: 100%;
}
.topics .cat_select li a {
	height: 3.8em;
}
.topics .cat_select li span {
	padding-left: 1.0em;
	padding-right: 2.0em;
}
.topics .cat_select li .arrow {
	width: 1.5em;
	height: 1.5em;
	right: .8em;
}
.topics .post_cat {
	font-size: 80%;
	letter-spacing: normal;
	margin-top: .5em;
}
}



/*一覧ページ
---------------------------------------------------------*/
/* アーカイブタイトル */
.archive-title {
	text-align: center;
	color: #443c34;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 60px;
}

.entry_list {
	display: flex;
    flex-wrap: wrap;
	row-gap: 80px;
}
.entry_list article {
	width: 30.8%;
	margin-right: 3.8%;
}
.entry_list article:nth-child(3n),
.entry_list article:last-child {
	margin-right: 0;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 2.4em;
	border-bottom: solid 3px #EEE2D2;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: 1.4em;
}
.entry_list article:has(.img_thum) {
	padding-bottom: 0;
	border-bottom: none;
}
/*共通*/
.entry_list .blocklink {
	color: #AD8A53;
	font-size: min(100%,1.5vw);
}
.entry_list .blocklink:hover .ft_min {
	color: #AD8A53;
}
.entry_list .entry-date {
	font-size: 105%;
	letter-spacing: .02em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.entry_list .entry-title {
	font-size: 135%;
	letter-spacing: .13em;
	line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 110%;
	margin-bottom: 6%;
}

.entry_list {
	row-gap: 6vw;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 2.0em;
	border-width: 2px;
}
/*サムネイル有り*/
/*共通*/
.entry_list .blocklink {
	font-size: 1.7vw;
}
.entry_list .entry-title {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: 8%;
}

.entry_list {
    justify-content: space-between;
	row-gap: 10vw;
}
.entry_list article {
	width: 47.5%;
	margin-right: 0;
}
/*サムネイル無し*/
.entry_list article {
	padding-bottom: 1.5em;
	border-width: 2px;
}
/*サムネイル有り*/
.entry_list .img_thum {
	margin-bottom: .8em;
}
/*共通*/
.entry_list .blocklink {
	font-size: 100%;
}
.entry_list .entry-date {
	font-size: 85%;
	margin-bottom: .2em;
}
.entry_list .entry-title {
	font-size: 115%;
	letter-spacing: normal;
	line-height: 1.3em;
}
}



/*詳細ページ
---------------------------------------------------------*/
.single_page article {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.single_page .entry-inf {
	color: #AD8A53;
	font-size: min(100%,1.5vw);
}
.single_page .entry-date {
	font-size: 105%;
	letter-spacing: .02em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.single_page .entry-title {
	font-size: 235%;
	letter-spacing: .2em;
	line-height: 1.4em;
}
.single_page .post_cat {
	margin-top: 1.5em;
}

.single_page .page_link {
	border-top: solid 1px #CFCFD0;
	border-bottom: solid 1px #CFCFD0;
	font-size: 85%;
	letter-spacing: .2em;
	line-height: 1.5em;
	padding: 2.5em 0;
}
.single_page .page_link ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_page .page_link li {
	width: 48%;
}
.single_page .page_link li.flt_l {
	text-align: left;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.single_page .page_link a:hover {
	color: #AD8A53;
}
.single_page .page_link a::before {
	font-family: 'fontello';
	content: '\e801';
	display: block;
	color: #A89B92;
	font-size: 70%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single_page .page_link li.flt_l a {
	padding-left: 1.5em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
}
.single_page .page_link li.flt_r a {
	padding-right: 1.5em;
}
.single_page .page_link li.flt_r a::before {
	content: '\e802';
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	font-size: 1.8vw;
}
.single_page .entry-date {
	margin-bottom: .3em;
}
.single_page .entry-title {
	letter-spacing: .15em;
}
.single_page .post_cat {
	margin-top: 1.0em;
}
.single_page .page_link {
	font-size: 90%;
	letter-spacing: .15em;
	padding: 2.0em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	font-size: 100%;
}
.single_page .entry-date {
	font-size: 100%;
	margin-bottom: .2em;
}
.single_page .entry-title {
	font-size: 140%;
	letter-spacing: .1em;
}
.single_page .post_cat {
	margin-top: .5em;
}

.single_page .page_link {
	font-size: 90%;
	letter-spacing: .0em;
	padding: 1.0em 0;
}
.single_page .page_link ul {
	display: block;
}
.single_page .page_link li {
	width: 100%;
	margin: .2em 0;
}
.single_page .page_link li.flt_l,
.single_page .page_link li.flt_r {
	text-align: center;
}
}



/*page number
-----------------------------------------------------*/
.pagenavi_wrap {
	margin-top: 80px;
	border-top: solid 1px rgba(204,197,194,0.5);
	padding-top: 60px;
}
.wp-pagenavi {
	display: block;
	box-sizing: border-box;
	position: relative;
	clear: both;
	text-align: center;
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #9A9999;
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.0em;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	/*width: 2.0em;
	line-height: 2.0em;
	box-sizing: border-box;
	border-radius: 50%;*/
	margin: 0 .5em;
	letter-spacing: normal;
	position: relative;
}
/* 現在地、マウスオーバー * */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #E3CFB3;
}

/* 左右の矢印 */
/* 最初・最後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 1.5em;
	height: 1.5em;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: url("../images/arrow2.svg"), url("../images/arrow_news@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: 100% 100%, 100% 100%;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
	transform: rotate(180deg);
}
/* 前後のページ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pagenavi_wrap {
	margin-top: 6%;
	padding-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagenavi_wrap {
	margin-top: 8%;
	padding-top: 6%;
}
.wp-pagenavi {
	font-size: 120%;
}
}



/*目次
---------------------------------------------------------*/
#toc_container {
	display: block !important;	/*開閉時に縮むので必須*/
	width: 100% !important;		/*開閉時に縮むので必須*/
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #443c34;
	line-height: 1.5em;
	margin-bottom: 100px;
}
#toc_container p,
#toc_container ul {
	margin: 0 !important;
}
#toc_container li {
	padding: 0 !important;
	margin: 0 !important;
}
#toc_container li::before {
	display: none;
}
#toc_container a {
	text-decoration: none;
}

#toc_container .toc_title {
	color: #ad8a53;
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em !important;
	padding-left: 1.5em;
	position: relative;
}
#toc_container .toc_title::before {
	font-family: 'fontello';
	content: '\e814';
	font-size: 80%;
	position: absolute;
	left: 0;
	top: 0;
}
#toc_container .toc_title .toc_toggle {
	font-size: 70%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
#toc_container .toc_list > li {
	font-size: 95% !important;
}
#toc_container .toc_list > li:nth-child(odd) {
	background: #f9f5f0;
}
#toc_container .toc_list > li > a {
	display: block;
	padding: .8em 1.5em;
	padding-left: 6.0em;
	position: relative;
}
#toc_container .toc_list > li > a::before {
	content: "01";
	display: block;
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ad8a53;
	font-size: 140%;
	letter-spacing: .02em;
	line-height: 1.0em;
	width: 3.5em;
	background: url("../images/arrow5@2x.png") no-repeat right center;
	background-size: auto 70%;
	text-align: center;
	position: absolute;
	left: 0;
	top: .7em;
}
#toc_container .toc_list > li:nth-child(2) > a::before {content: "02";}
#toc_container .toc_list > li:nth-child(3) > a::before {content: "03";}
#toc_container .toc_list > li:nth-child(4) > a::before {content: "04";}
#toc_container .toc_list > li:nth-child(5) > a::before {content: "05";}
#toc_container .toc_list > li:nth-child(6) > a::before {content: "06";}
#toc_container .toc_list > li:nth-child(7) > a::before {content: "07";}
#toc_container .toc_list > li:nth-child(8) > a::before {content: "08";}
#toc_container .toc_list > li:nth-child(9) > a::before {content: "09";}
#toc_container .toc_list > li:nth-child(10) > a::before {content: "10";}
#toc_container .toc_list > li:nth-child(11) > a::before {content: "11";}
#toc_container .toc_list > li:nth-child(12) > a::before {content: "12";}
#toc_container .toc_list > li:nth-child(13) > a::before {content: "13";}
#toc_container .toc_list > li:nth-child(14) > a::before {content: "14";}
#toc_container .toc_list > li:nth-child(15) > a::before {content: "15";}
#toc_container .toc_list > li:nth-child(16) > a::before {content: "16";}
#toc_container .toc_list > li:nth-child(17) > a::before {content: "17";}
#toc_container .toc_list > li:nth-child(18) > a::before {content: "18";}
#toc_container .toc_list > li:nth-child(19) > a::before {content: "19";}
#toc_container .toc_list > li:nth-child(20) > a::before {content: "20";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#toc_container {
	margin-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#toc_container {
	margin-bottom: 10%;
}
#toc_container .toc_title {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: .2em !important;
	padding-left: 1.2em;
}
#toc_container .toc_list > li > a {
	display: block;
	padding: .7em 1.0em;
	padding-left: 3.5em;
}
#toc_container .toc_list > li > a::before {
	font-size: 120%;
	width: 2.5em;
	top: .8em;
}
}

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box .topi_inbox {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.widget_box .near_box {
	width: 50%;
	max-width: 430px;
	text-align: left;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	max-width: 400px;
	float: right;
	position: relative;
}

.widget_box .wid_index {
	color: #786252;
	font-size: 100%;
	letter-spacing: .16em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
.widget_box .near_list {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.widget_box .near_list a {
	display: block;
	padding: 1.0em 1.0em;
	padding-left: 2.5em;
	position: relative;
}
.widget_box .near_list > li:nth-child(odd) a {
	background: #F9F5F0;
}
.widget_box .near_list a::before {
	font-family: 'fontello';
	content: '\e802';
	color: #A89B92;
	font-size: 70%;
	position: absolute;
	left: 1.5em;
	top: 1.5em;
}
.widget_box .near_list a:hover {
	color: #AD8A53;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #F9F5F0;
}
.widget_box #wp-calendar a {
	color: #AD8A53;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	color: #666 !important;
	text-decoration: none;
}

.widget_box #wp-calendar thead th {
	background: #AD8A53;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	padding: 1.0em 0;
}

.widget_box #wp-calendar tbody td {
	color: #443C34;
	padding: .2em 0;
}
.widget_box #wp-calendar tbody tr:first-of-type td {
	padding-top: 1.0em;
}
.widget_box #wp-calendar tbody tr:last-of-type td {
	padding-bottom: 1.0em;
}

.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #443c34;
	letter-spacing: .15em;
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	padding-bottom: 15px;
}
.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar #prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar #next {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: center;
}
.widget_box #wp-calendar tfoot a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
}
.widget_box #wp-calendar tfoot a::before {
	font-family: 'fontello';
	font-size: 70%;
	content: '\e800';
	width: 1.0em;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}
.widget_box #wp-calendar #prev a::before {
	left: 0;
	transform: translateY(-40%) rotate(-180deg);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
	transform: translateY(-45%);
}
.widget_box #wp-calendar tfoot a:hover,
.widget_box .wp-calendar-nav a:hover {
	color: #49a2c7 !important;
}

.widget_box .wp-calendar-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}
.widget_box .wp-calendar-nav span {
	display: inline-block;
	position: absolute;
	top: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-prev {
	left: 0;
}
.widget_box .wp-calendar-nav .wp-calendar-nav-next {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box .near_box,
.widget_box .calendar_box {
	width: 100%;
	max-width: 100%;
	float: none;
}
.widget_box .near_box {
	margin-bottom: 10%;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}