@charset "UTF-8";

.m_img {background-image: url("../images/topics/m_img_news@2x.jpg");}
.cat_2 .m_img {background-image: url("../images/topics/m_img_blog@2x.jpg");}

/*共通
--------------------------------------------------------------------*/
.topics_content {
	padding-top: 70px;
	margin-top: 100px;
	border-top: 1px solid rgba(73,41,34,0.2);
}
/* 日付 */
.entry-date {
	color: #F29600;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 130%;
	letter-spacing: .06em;
	line-height: 1.2;
	margin-bottom: .5em;
}
/* タイトル */
.entry-title {
	font-size: 106%;
	line-height: 1.6;
}
.entry-title a:hover {
	color: #73603C;
}
/*ブログ*/
.cat_2 .entry-date,
.cat_2 .entry-title a:hover,
.cat_2 .cat_list li a,
.cat_2 .cat_list li a,
.cat_2 .wp-pagenavi span.current,
.cat_2 .wp-pagenavi a.page:hover,
.cat_2 .single_page #toc_container .toc_title,
.cat_2 .single_page #toc_container .toc_list .toc_number,
.cat_2 .widget_box .wid_index,
.cat_2 .widget_box .near_list a:hover,
.cat_2 .widget_box #wp-calendar tbody a,
.cat_2 .single_page .entry-content h4,
.cat_2 .single_page .entry-content ol > li::before {color: #74C8B2;}.cat_2 .cat_select a,
.cat_2 .wp-pagenavi .nextpostslink::after,
.cat_2 .wp-pagenavi .previouspostslink::after,
.cat_2 .widget_box .near_list a::before,
.cat_2 .widget_box #wp-calendar thead th,
.cat_2 .single_page .page_link a::before,
.cat_2 .single_page .entry-content h2,
.cat_2 .single_page .entry-content ul > li::before {background: #74C8B2;}.cat_2 .single_page #toc_container .toc_list .toc_number {border-color: #74C8B2;}.cat_2 .cat_select a:hover,
.cat_2 .cat_select .active a,
.cat_2 .single_page .page_link a:hover::before {
	background: #1CAF85;
}
.cat_2 .single_page .entry-content h5 {
	background-color: rgba(116,200,178,0.2) ;
}
.cat_2 .single_page #toc_container .toc_title {
	background-image: url("../images/topics/mokuzi_b.svg");
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics_content {
	padding-top: 7%;
	margin-top: 10%;
}
/* 日付 */
.entry-date {
	font-size: 120%;
}
/* タイトル */
.entry-title {
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics_content {
	padding-top: 9%;
	margin-top: 12%;
}
/* 日付 */
.entry-date {
	font-size: 90%;
	margin-bottom: .3em;
}
/* タイトル */
.entry-title {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.4;
}
}
/*記事内子カテゴリー
--------------------------------------------------------------------*/
article .cat_list {
	line-height: 1.2;
	margin-top: .6em;
	display: flex;
    flex-wrap: wrap;
}
article .cat_list li {
	margin-right: 1.0em;
	margin-top: .5em;
}
article .cat_list li a {
	color: #F29600;
	text-decoration: underline;
	transition: all 0.8s;
}
article .cat_list li a:hover {
	transition: all 0.4s;
	opacity: 0.6;
	text-decoration: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
article .cat_list {
	font-size: 90%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
article .cat_list {
	font-size: 80%;
}
}
/*一覧ページ
--------------------------------------------------------------------*/
.entry_list {
	display: flex;
    flex-wrap: wrap;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.entry_list article {
	border-bottom: solid 2px #F29600;
	padding-bottom: 25px;
}
.entry_list article:nth-child(n+4) {
	margin-top: 75px;
}
/*サムネイル有り一覧*/
.entry_list.thum_true article {
	padding-bottom: 0;
	border-bottom: none;
}
.entry_list .img_thum {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.5em;
	border-radius: 7.5% / 12.5%;
	border-bottom-left-radius: 7px;
}
.entry_list .img_thum::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 60%;
}
.entry_list .img_thum a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .img_thum:hover a {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.entry_list .img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	font-family: "agenda-one", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.entry_list article {
	width: 30.8%;
	margin-right: 3.8%;
}
.entry_list article:nth-child(3n) {
	margin-right: 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry_list article:nth-child(n+4) {
	margin-top: 7%;
}
/*サムネイル有り一覧*/
.entry_list .img_thum {
	margin-bottom: 1.0em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 110%;
	margin-bottom: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list article {
	width: 48%;
	margin-right: 4%;
	padding-bottom: 5%;
}
.entry_list article:nth-child(even) {
	margin-right: 0;
}
.entry_list article:nth-child(n+3) {
	margin-top: 7%;
}
/*サムネイル有り一覧*/
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}
/*個別ページ
-----------------------------------------------------*/
.single_page .entry-inf {
	margin-bottom: 70px !important;
}
.single_page .entry-date {
	margin-bottom: .5em;
}
.single_page .entry-title {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: min(250%,3.5vw);
}
.single_page .page_link {
	border-top: solid 1px rgba(73,41,34,0.2);
	border-bottom: solid 1px rgba(73,41,34,0.2);
	font-size: 93%;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 2.0em 0;
	margin-top: 80px;
	margin-bottom: 60px;
}
.single_page .page_link li {
	position: relative;
	width: 48%;
	
}
.single_page .page_link a {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: .3em 0;
}
.single_page .page_link a::before {
	display: none; /*記事がない場合は非表示*/
	position: absolute;
	font-family: 'fontello';
	content: '\e815';
	letter-spacing: normal;
	line-height: 2.1;
	text-align: center;
	color: #FFF;
	width: 2.1em;
	border-radius: 50%;
	background-color: #F29600;
	top: 0;
	bottom: 0;
	transition: background-color .5s;
}
.single_page .page_link a::before {
	display: block;
}
.single_page .page_link a:hover::before {
	background-color: #ea8500;
}
.single_page .page_link li.flt_l a {
	padding-left: 4em;
}
.single_page .page_link li.flt_l a::before {
	left: 1em;
	scale: -1 1;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link li.flt_r a {
	padding-right: 4em;
}
.single_page .page_link li.flt_r a::before {
	right: 1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	margin-bottom: 6% !important;
}
.single_page .entry-title {
	letter-spacing: .1em;
}
.single_page .page_link {
	margin-top: 8%;
	margin-bottom: 6%;
	padding: 1.5em 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10% !important;
}
.single_page .entry-title {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
	
.single_page .page_link {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 1.0em 0;
	margin-top: 10%;
}
.single_page .page_link li {
	display: inline-block;
	width: 100%;
}
.single_page .page_link li.flt_r {
	margin-top: 1.0em;
}
}
/*個別ページ（パーツ）
---------------------------------------------------------*/
.single_page .entry-content > div {
	margin-bottom: 1.0rem;
}
.single_page .entry-content a {
	color: #e58655;
	text-decoration: underline;
}
.single_page .entry-content a:hover {
	color: #666;
	text-decoration: none;
}
.single_page .entry-content h2 {
	background: #F29600;
	text-align: center !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: #fff !important;
	font-size: min(2.8vw,187%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding: .8em 3%;
	margin-bottom: 60px;
}
.single_page .entry-content h3 {
	text-align: center!important;
	font-style: normal !important;
	color: inherit !important;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: min(2.8vw,187%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding: .7em 3%;
	border-top: solid 1px rgba(73,41,34,0.2);
	border-bottom: solid 1px rgba(73,41,34,0.2);
	margin-bottom: 2em;
}
.single_page .entry-content h4 {
	text-align: left !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: #F29600;
	font-size: min(2.8vw,187%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	padding-left: .2em;
	padding-bottom: .5em;
	border-bottom: dashed 1px rgba(73,41,34,0.2);
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	background: rgba(242,150,0,0.2);
	text-align: left !important;
	font-weight: bold !important;
	font-style: normal !important;
	color: inherit !important;
	font-size: min(2.2vw,131%) !important;
	letter-spacing: .12em;
	line-height: 1.4em;
	border-radius: 10px;
	padding: .6em 1.5em;
	margin-bottom: 1.2em;
}
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	box-sizing: border-box;
	margin-top: 2.0em;
}
.single_page .entry-content h2 *,
.single_page .entry-content h3 *,
.single_page .entry-content h4 *,
.single_page .entry-content h5 * {
	font-weight: inherit !important;
	font-style: normal !important;
	color: inherit!important;
	font-size: 100% !important;
}
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	width: 96%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.single_page .entry-content p,
.single_page .entry-content figure,
.single_page .entry-content ul,
.single_page .entry-content ol {
	width: 96%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.single_page .entry-content ul,
.single_page .entry-content ol {
	list-style: none;
	margin-top: 1em;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	color: inherit !important;
	font-size: 118% !important;
	font-weight: bold !important;
	line-height: 1.4em;
	position: relative;
	margin-bottom: .8em;
}
.single_page .entry-content ul > li a,
.single_page .entry-content ol > li a {
	transition: all 0.8s;
}
.single_page .entry-content ul > li a:hover,
.single_page .entry-content ol > li a:hover {
	transition: all 0.4s;
	text-decoration: none;
	opacity: 0.5;
}
.single_page .entry-content ul > li {
	padding-left: 1.5em;
}
.single_page .entry-content ul > li::before {
	content: "";
	position: absolute;
	letter-spacing: normal;
	line-height: 1.0em;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: #F29600;
	left: 0;
	top: .2em;
}
.single_page .entry-content ol {
	list-style: none;
	counter-reset: number;
}
.single_page .entry-content ol > li {
	padding-left: 1.5em;
	position: relative;
}
.single_page .entry-content ol > li::before {
	counter-increment: number;
	content: counter(number)'.';
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #F29600;
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: 0;
}
/*目次*/
.single_page #toc_container {
	background: transparent !important;
	border-top: solid 1px #DCDCDC;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #DCDCDC;
	padding: .2em 0 0;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	font-size: 100%;
}
.single_page #toc_container .toc_title {
	text-align: left;
	color: #F29600;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 150%;
	letter-spacing: .12em;
	line-height: 1.2em;
	padding: .8em 0;
	padding-left: 1.8em;
	background: url("../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	position: relative;
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: middle;
	font-size: 70%;
	margin-left: .5em;
	transform: translateY(-.1em);
}
.single_page #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.single_page #toc_container .toc_list {
	margin: 0 !important;
	width: 100% !important;
}
.single_page #toc_container .toc_list li {
	font-size: 94%;
	font-weight: normal !important;
	letter-spacing: .04em !important;
	line-height: 1.5em !important;
	padding: 1.2em .5em !important;
	margin: 0 !important;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 5.0em;
}
.single_page #toc_container .toc_list a:hover {
	color: #666 !important;
}
.single_page #toc_container .toc_list > li {
	font-size: 100% !important;
}
.single_page #toc_container .toc_list > li ul {
	margin-left: 1.5em !important;
	margin-top: .5em !important;
}
.single_page #toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
.single_page #toc_container .toc_list .toc_number {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	text-align: center;
	color: #F29600;
	font-size: 140%;
	line-height: 1.0em;
	display: block;
	width: 2.5em;
	border-right: solid 1px #F29600;
	position: absolute;
	left: 0;
	top: .1em;
}
.single_page #toc_container .toc_list ul ul a {
	padding-left: 4.5em;
}
.single_page #toc_container .toc_list ul ul .toc_number {
	width: 3.2em;
}
.single_page #toc_container .toc_list ul ul ul a {
	padding-left: 5.5em;
}
.single_page #toc_container .toc_list ul ul ul .toc_number {
	width: 4.0em;
}
/* 画像 */
article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright {
	padding-left: 1.0em;
	padding-bottom:.5em;
	display: inline;
}
article img.alignleft {
	padding-right: 1.0em;
	padding-bottom: .5em;
	display: inline;
}	
article .alignright {
	float: right;
}
article .alignleft {
	float: left;
}
article figure.alignleft,
article figure.alignright {
	max-width: max-content !important;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* 画像 */
article .alignright {
	margin-left: 3% !important;
}
article .alignleft {
	margin-right: 3% !important;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*パーツ*/
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	letter-spacing: .08em;
}
.single_page .entry-content h2 {
	font-size: 180% !important;
	padding: .8em 3%;
	margin-bottom: 5%;
}
.single_page .entry-content h3 {
	font-size: 160% !important;
	padding: .8em 3%;
	margin-bottom: 4%;
}
.single_page .entry-content h4 {
	font-size: 165% !important;
	padding-bottom: .3em;
}
.single_page .entry-content h5 {
	font-size: 125% !important;
	margin-bottom: 3%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	letter-spacing: .05em;
}
/*目次*/
.single_page #toc_container {
	margin-top: 6%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*パーツ*/
.single_page .entry-content h2,
.single_page .entry-content h3,
.single_page .entry-content h4,
.single_page .entry-content h5 {
	letter-spacing: .03em;
	margin-top: 1.5em;
}
.single_page .entry-content h2 {
	font-size: 130% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	margin-bottom: 8%;
}
.single_page .entry-content h3 {
	font-size: 120% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	padding-left: 4%;
	border-width: 3px;
	margin-bottom: 6%;
}
.single_page .entry-content h4 {
	font-size: 120% !important;
	padding-bottom: .2em;
	margin-bottom: .8em;
}
.single_page .entry-content h5 {
	font-size: 110% !important;
	line-height: 1.4em;
	padding: .6em .8em;
	margin-bottom: 6%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	font-size: 105% !important;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
/*目次*/
.single_page #toc_container {
	padding: 0;
	margin-top: 10%;
	margin-bottom: 14%;
}
.single_page #toc_container .toc_title {
	font-size: 110%;
	padding-top: .5em;
	padding-bottom: .5em;
}
.single_page #toc_container .toc_list li {
	font-size: 90% !important;
	padding-top: .5em !important;
	padding-bottom: .5em !important;
}
	
/* 画像 */
article img.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright,
article img.alignleft {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}	
article .alignright,
article .alignleft {
	float: none;
}
}
/*カテゴリー選択
--------------------------------------------------------------------*/
.cat_select {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 86%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: 60px;
}
.cat_select a {
	white-space: nowrap;
	display: block;
	background: #F29600;
	color: #fff;
	font-weight: bold;
	padding: 1.2em 4em 1.2em 2em;
	position: relative;
	border-radius: 3.0em;
	margin: 5px 2%;
}
.cat_select a:hover,
.cat_select .active a {
	background: #ea8500;
}
.cat_select a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	display: block;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_select {
	margin-bottom: 6%;
}
.cat_select a {
	padding: .6em 2.2em .6em 1.7em;
}
.cat_select a::before {
	right: .8em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
    justify-content: flex-start;
	margin-bottom: 10%;
}
.cat_select a {
	padding: .8em 3em .8em 1.8em;
}
.cat_select a::before {
	right: .5em;
}
}
/*記事内子カテゴリー
--------------------------------------------------------------------*/
.cat_list {
	font-size: 95%;
	letter-spacing: .09em;
	line-height: 1.2em;
	margin-top: .6em;
	display: flex;
    flex-wrap: wrap;
}
.cat_list li {
	margin-right: 1.0em;
	margin-top: .5em;
}
.cat_list li a {
	color: #F29600;
	text-decoration: underline;
	transition: all 0.8s;
}
.cat_list li a:hover {
	transition: all 0.4s;
	opacity: 0.6;
	text-decoration: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_list {
	font-size: 90%;
	letter-spacing: .05em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_list {
	font-size: 80%;
	letter-spacing: .05em;
}
}
/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	width: 100%;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: 80px;
	padding: 2em 0;
	border-top: 1px solid rgba(73,41,34,0.2);
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	color: #CBCBB7;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 200%;
	line-height: 1;
	width: 1em;
	box-sizing: border-box;
	margin: 0 10px;
	letter-spacing: normal;
}
/* 現在地 */
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
	color: #F29600;
}
.wp-pagenavi span.current::before,
.wp-pagenavi a.page:hover::before {
	opacity: 1;
}
/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	width: 1.2em;
	height: 1.2em;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	display: inline-block;
	font-family: 'fontello';
	content: '\e804';
	text-align: center;
	color: #FFF;
	background-color: #F29600;
	border-radius: 50%;
	font-size: 60%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background-color .4s, color .4s;
}
.wp-pagenavi .previouspostslink::after {
	scale: -1 1;
}
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	background-color: #73603C;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp-pagenavi {
	margin-top: 8%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 160%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp-pagenavi {
	margin-top: 12%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 130%;
}
}
/*ウィジェット
-----------------------------------------------------*/
.wp_f_box {
	background-color: #FCF9F5;
	padding: 65px 0;
	margin-top: 120px;
	margin-bottom: 20px;
}
.wp_f_box .widget_box {
	display: flex;
	justify-content: space-between;
}
.widget_box .near_box {
	width: 50%;
}
.widget_box .calendar_box {
	position: relative;
	width: 44%;
}.widget_box .wid_index {
	color: #F29600;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 113%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .4em;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	font-size: 106%;
	line-height: 1.4;
	padding: .7em 0;
	padding-left: 1.8em;
	border-bottom: 1px solid rgba(73,41,34,0.2);
}
.widget_box .near_list a::before {
	position: absolute;
	content: "";
	background-color: #F29600;
	border-radius: 50%;
	width: .6em;
	height: .6em;
	left: .4em;
	top: 1.1em;
}
.widget_box .near_list a:hover {
	color: #F29600;
}.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
	border-collapse: collapse;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .1em;
	padding-bottom: .6em;
	line-height: 1.0em;
}
.widget_box #wp-calendar tr {
	padding: 0 5%;
}
.widget_box #wp-calendar thead,
.widget_box #wp-calendar tbody {
	box-sizing: border-box;
}
.widget_box #wp-calendar thead th {
	font-weight: bold;
	background: #F29600;
	color: #fff;
	font-size: 118%;
	line-height: 1.0em;
	padding: .8em 0;
}
.widget_box #wp-calendar tbody td {
	font-size: 95%;
	line-height: 1.7;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody a {
	color: #F29600;
	text-decoration: underline;
	transition: all .5s;
}
.widget_box #wp-calendar tbody a:hover {
	opacity: 0.6;
	text-decoration: none;
}.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .14em;
	line-height: 1.5em;
}
.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;
	transition: all .5s;
}
.widget_box #wp-calendar tfoot a::before {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-top: 1px solid #473219;
	border-left: 1px solid #473219;
	rotate: -45deg;
	top: .4em;
	transition: all .4s;
}
.widget_box #wp-calendar #prev a::before {
	left: .5em;
}
.widget_box #wp-calendar #next a::before {
	rotate: 135deg;
	right: .5em;
}
.widget_box #wp-calendar tfoot a:hover {
	opacity: 0.8;
}.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) {
	
.wp_f_box {
	padding: 8% 0 9%;
	margin-top: 10%;
}
.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .1em;
}
.widget_box .near_list a {
	font-size: 105%;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	letter-spacing: .1em;
}
.widget_box #wp-calendar thead th {
	font-size: 110%;
}
.widget_box #wp-calendar tbody td {
	padding: .8em 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp_f_box {
	padding: 11% 0 12%;
	margin-top: 15%;
}
.wp_f_box .widget_box {
	display: block;
}
.widget_box .near_box {
	width: 100%;
	float: none;
	font-size: 90%;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 10% auto 0;
}
.widget_box .wid_index {
	font-size: 110%;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
.widget_box .near_list a {
	font-size: 95%;
}
.widget_box #wp-calendar thead th {
	font-size: 100%;
}
.widget_box #wp-calendar tbody td {
	font-size: 85%;
	padding: .6em 0;
}
.widget_box #wp-calendar #prev a {
	padding-left: 1em;
}
.widget_box #wp-calendar #next a {
	padding-right: 1em;
}
}


/*schedule
---------------------------------------------------------*/
.schedule .xo-event-meta {
	font-size: 93%;
	line-height: 1.5;
	padding: 0;
	margin-top: 1em;
}
.schedule .xo-event-meta a {
	color: #F29600;
	pointer-events: none;
}
.schedule .xo-event-meta .xo-event-category a::before {
	content: "#";
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}


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

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