@charset "UTF-8";

/* m_img
---------------------------------------------------------*/
.contentpage .m_img_area .m_img{
    background-image: url("../images/content/m_img_blog@2x.jpg");}
.contentpage .cat_3 .m_img_area .m_img{
    background-image: url("../images/content/m_img_news@2x.jpg");}




/* free_style1
---------------------------------------------------------*/
.free_style1 {
	font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(170%,2.8vw);
	letter-spacing: 0;
	line-height: 1.6em;
	margin-bottom: .8em !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.free_style1 {
	margin-bottom: .4em!important;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.free_style1 {
	font-size: 140%;
	margin-bottom: .4em!important;
}
}





/*共通
--------------------------------------------------------------------*/
.topics_content {
	padding-top: 70px;
	border-top: 1px solid #BDBAB9;
}

/* 日付 */
.entry-date {
	color: #797B7E;
	font-size: min(120%,3vw);
	letter-spacing:0.1em;
	line-height: 1;
	margin-bottom: .5em;
	
	font-family: trajan-pro-3, serif;
	font-weight:200;
	font-style: normal;
}

/* タイトル */
.entry-title {
	font-weight: normal!important;
	/*font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;*/
}
.entry-title a:hover {
	color: #73603C;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics_content {
	padding-top: 5%;
}

/* 日付 */
.entry-date {
	font-size:110%;
	margin-bottom: .3em;
}
}






/*記事内子カテゴリー
--------------------------------------------------------------------*/
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: #21B5AB;
	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) {
}

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







/*一覧ページ
--------------------------------------------------------------------*/
.entry_list {
	display: flex;
    flex-wrap: wrap;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.entry_list article {
    width: 30.8%;
	margin-right: 3.8%;
	padding-top: 80px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}
.entry_list article:nth-child(-n+3){
	padding-top: 0!important;
	margin-top: 0!important;
	border-top:none!important;
}
.entry_list article:nth-child(3n) {
	margin-right: 0;
}
.cat_1 .entry_list article {
	margin-top: 0;
	border-top: none;
}

/*サムネイル有り一覧*/
.entry_list .img_thumbnail {
	position: relative;
	overflow: hidden;
	width: 100%;
    margin-bottom: 30px;
}
.entry_list .img_thumbnail::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 60%;
}
.entry_list .img_thumbnail a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .img_thumbnail:hover a {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.entry_list .img_thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

/*サムネイル有り一覧*/
.entry_list .img_thumbnail {
    margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list article {
    width: 48%;
	margin-right:4%;
	padding-top: 7%;
	margin-top: 3%;
}
.entry_list article:nth-child(3){
	border-top: 1px solid #ccc;
	margin-right:4%!important;
	padding-top: 7%!important;
}
.entry_list article:nth-child(3n) {
	margin-right: 4%;
}
.entry_list article:nth-child(2n) {
	margin-right:0!important;
}

/*サムネイル有り一覧*/
.entry_list .img_thumbnail {
    margin-bottom: 9%;
}
}






/*個別ページ
-----------------------------------------------------*/
.single_page .entry-inf {
    text-align: left;
    max-width: 1300px;
    margin: 0 auto 80px;
}
.single_page .entry-date {
	font-size: min(120%,2.5vw);
}
.single_page .entry-title {
	font-size: min(250%,3.6vw);
	letter-spacing: normal;
	line-height: 1.6;
	font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
}
.single_page .page_link {
	border-top: solid 1px #939396;
	border-bottom: solid 1px #939396;
	font-size:90%;
	letter-spacing: .01em;
	line-height: 1.4;
	padding: 2.0em 0 1.9em;
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 110px;
	margin-bottom: 60px;
}
.single_page .page_link li {
	position: relative;
	width: 50%;
}
.single_page .page_link a {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: .3em 0;
}
.single_page .page_link a::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/content/arrow_l.svg")no-repeat top left;
    background-color: none;
    background-size: 100% auto;
    width: 2.5em;
    height: 2.5em;
    top:0;
}
.single_page .page_link li.flt_r a::before{
	right:0;
    background-image: url("../images/content/arrow_r.svg");
    background-position: top right;
}
.single_page .page_link li.flt_l a {
	padding-left: 3.5em;
}
.single_page .page_link li.flt_r a {
	padding-right: 3.5em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
}
.single_page .page_link li.flt_r {
	text-align: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
    margin: 0 auto 5%;
}
.single_page .page_link {
	margin-top: 10%;
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
    margin: 0 auto 7%;
}
.single_page .entry-date {
	font-size: 120%;
}
.single_page .entry-title {
	font-size: 160%;
}
.single_page .page_link {
	font-size:90%;
	letter-spacing: normal;
	padding: 1.7em 0 1.6em;
	margin-top: 10%;
	margin-bottom: 5%;
}
.single_page .page_link a::before{
    width: 2em;
    height: 2em;
	top:0.2em;
}
.single_page .page_link li.flt_l a {
	padding-left: 2.6em;
}
.single_page .page_link li.flt_r a {
	padding-right:2.6em;
}
}







/*個別ページ（パーツ）
---------------------------------------------------------*/
.inbox_w1100{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.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: linear-gradient(90deg,rgba(147, 147, 150, 1) 0%, rgba(147, 147, 150, 0.6) 100%);
	text-align: center;
	color: #fff;
	font-size: min(205%,3.4vw);
	letter-spacing: normal;
	line-height: 1.4em;
	padding: .7em 3%;
	position: relative;
	margin-bottom: 60px;
	
	font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
}
.single_page .entry-content h2::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 2.0em;
	height: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/index_icon1@2x.png") no-repeat right center;
	background-size: 100% auto;
	opacity: 0.2;
}
.single_page .entry-content h2.icon1::before {background-image: url("../images/index_icon1@2x.png");}
.single_page .entry-content h2.imp_icon1::before {background-image: url("../images/index_icon1@2x.png") !important;}	/*強制的に指定する場合*/

.single_page .entry-content h2.icon2::before {background-image: url("../images/index_icon2@2x.png");}
.single_page .entry-content h2.imp_icon2::before {background-image: url("../images/index_icon2@2x.png") !important;}

.single_page .entry-content h2.icon3::before {background-image: url("../images/index_icon3@2x.png");}
.single_page .entry-content h2.imp_icon3::before {background-image: url("../images/index_icon3@2x.png") !important;}

.single_page .entry-content h2.icon4::before {background-image: url("../images/index_icon4@2x.png");}
.single_page .entry-content h2.imp_icon4::before {background-image: url("../images/index_icon4@2x.png") !important;}

.single_page .entry-content h3 {
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center!important;
	color: inherit !important;
	font-size: min(165%,2.9vw)!important;
	letter-spacing: .01em;
	line-height: 1.4em;
	padding: 1.2em 0;
	border-top: solid 1px #B4B4B5!important;
	border-bottom: solid 1px #B4B4B5!important;
	margin-bottom: 60px;
}
.single_page .entry-content h4 {
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	color: #B59F34;
	background: #F7F6F4;
	text-align: center !important;
	font-size: min(150%,2.8vw)!important;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .8em 0;
	margin-bottom: 50px;
}
.single_page .entry-content h5 {
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	text-align: left !important;
	color: #B59F34 !important;
	font-size: min(160%,2.9vw)!important;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: .2em;
	padding-bottom: .5em;
	border-bottom: solid 1px #B59F34;
	margin-bottom:50px;
}
.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: normal!important;
	font-style: normal !important;
	color: inherit!important;
	font-size: 100% !important;
}
.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;
	position: relative;
	margin-bottom: .6em;
}
.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.4em;
}
.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: #B59F34;
	left: 0;
	top: .6em;
}
.single_page .entry-content ol {
	list-style: none;
	counter-reset: number;
}
.single_page .entry-content ol > li {
	padding-left: 1.4em;
	position: relative;
}
.single_page .entry-content ol > li::before {
	counter-increment: number;
	content: counter(number)'.';
    font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
	color: #A88E0F;
	font-size: min(130%,2.6vw);
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: -0.2em;
	top: .3em;
}

/*目次*/
.single_page #toc_container {
	background: transparent !important;
	border-top: solid 1px #B4B4B5;
	border-bottom: solid 1px #B4B4B5;
	border-left: none;
	border-right: none;
	padding:.5em 0 0;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
}
.single_page #toc_container .toc_title {
	text-align: left;
	color: #B59F34;
	font-size: min(145%,2.8vw);
	letter-spacing: .1em;
	line-height: 1em;
	padding: .8em 0;
	padding-left: 1.5em;
	background: url("../images/content/mokuzi.svg") no-repeat left .2em center;
	background-size: .8em auto;
	position: relative;
}
.single_page #toc_container .toc_title .toc_toggle{
	display: none;
}
.single_page #toc_container .toc_list {
    line-height: 1.4em!important;
	margin: 0 !important;
	width: 100% !important;
	font-weight: normal;
	
	/*font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;*/
}
.single_page #toc_container .toc_list li {
	font-weight: normal !important;
	padding: 1.2em .5em!important;
	margin: 0!important;
}
.single_page #toc_container .toc_list > li:nth-child(odd){
	background: #F7F6F4;
}
.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: 4em;
}
.single_page #toc_container .toc_list a:hover {
	color: #797B7E!important;
}
.single_page #toc_container .toc_list > li {
	font-size: 100% !important;
}
.single_page #toc_container .toc_list > li ul {
	margin-left: 3em !important;
	margin-top: 1em!important;
}
.single_page #toc_container .toc_list > li li {
	padding: 0!important;
	margin-bottom: .5em!important;
}
.single_page #toc_container .toc_list > li li:last-child {
	margin-bottom: 0!important;
}
.single_page #toc_container .toc_list .toc_number {
	text-align: center;
	color: #797B7E;
	line-height: 1.0em;
	display: block;
	width: 3rem;
	border-right: solid 1px #797B7E;
	position: absolute;
	left: 0;
	top: 0;
	font-size: min(150%,2.8vw);
    font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
}
.single_page #toc_container .toc_list > li ul .toc_number{
    font-size: 100%!important;
	top:.2em;
}

/* 画像 */
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;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-content h2 {
	margin-bottom: 6%;
}
.single_page .entry-content h3 {
	padding: .8em 0;
	margin-bottom: 4%;
}
.single_page .entry-content h4 {
	padding: .6em 0;
	margin-bottom: 4%;
}
.single_page .entry-content h5 {
		padding-bottom: .4em;
	margin-bottom:4%;
}

/*目次*/
.single_page #toc_container {
	margin-top: 8%;
	margin-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-content h2 {
	font-size: 150%;
	margin-bottom: 6%;
}
	
.single_page .entry-content h3 {
	font-size: 130%!important;
	margin-bottom: 5%;
	padding: .7em 0;
}
.single_page .entry-content h4 {
	font-size: 120%!important;
	padding: .6em 0;
	margin-bottom: 5%;
}
.single_page .entry-content h5 {
		font-size: 130%!important;
	padding-left: 0;
	margin-bottom:5%;
}
.single_page .entry-content ol > li::before {
	font-size: 120%;
	left:0;
}

/*目次*/
.single_page #toc_container {
	margin-top: 8%;
	margin-bottom: 10%;
}
.single_page #toc_container .toc_title {
	font-size: 130%;
}
.single_page #toc_container .toc_list > li {
	font-size: 100% !important;
}
.single_page #toc_container .toc_list .toc_number {
	font-size: 130%;
}
}






/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	margin-top: 100px;
	padding-top: 35px;
	border-top:1px solid #939396;
    font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
	font-size:20px;
	line-height: 1.2em;
	clear: both;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: transparent;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding:0 8px;
	margin: 0 3px 0px;
	letter-spacing: normal;
}

/* 数字背景色 */
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	color: #B59F34;
}
/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	font-size: 70%;
	letter-spacing: 0.1em;
	width: 2.5em;
	height: 2.0em;
	transform: translateY(-.2em);
	transition: all 0.4s;
}
.wp-pagenavi .nextpostslink {
	margin-left: 1.0em;
	background: url(../images/content/arrow_r.svg) no-repeat center center;
	background-size: contain;
}
.wp-pagenavi .previouspostslink {
	margin-right: 1.0em;
	background: url(../images/content/arrow_l.svg) no-repeat center center;
	background-size: contain;
}

/* 最初・最後のリンク */
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{
	opacity: 0.5;
}

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

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







/*ウィジェット
-----------------------------------------------------*/
.widget_box{
    background: #F7F6F4;
    padding: 120px 0;
    margin-top: 120px;
    font-weight: normal!important;
}
.widget_box .near_box{
    float: left;
    width: 49%;
}
.widget_box .near_box h5{
    color: #B59F34;
    font-weight: normal;
    font-size: min(120%,2.5vw);
    letter-spacing: 0.1em;
    line-height: 1em;
	margin-bottom: .3em;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	line-height: 1.4;
	padding: .9em 0 .8em;
	padding-left: 1.6em;
	border-bottom: 1px solid #B4B4B5;
    font-family: "tot-shizukamin-stdn", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
.widget_box .near_list a::before {
	position: absolute;
	content: "";
	background-color: #B59F34;
	border-radius: 50%;
	width: .6em;
	height: .6em;
	left: .4em;
	top: 1.3em;
}
.widget_box .near_list a:hover {
	color:#B59F34;
}

/*カレンダー*/
.widget_box .calendar_box{
    width: 43.5%;
    float: right;
}
.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 {
	padding-bottom: 1em;
	line-height: 1.0em;
    font-size:95%;
	letter-spacing: .1em;
}
.widget_box #wp-calendar tr {
	padding: 0 5%;
}
.widget_box #wp-calendar thead,
.widget_box #wp-calendar tbody {
	box-sizing: border-box;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
}
.widget_box #wp-calendar thead th {
	font-weight: normal!important;
	color: #312520;
	font-size: 110%;
	line-height: 1.0em;
	padding: 1.1em 0 .9em;
	border-bottom: 1px solid #B4B4B5;
}
.widget_box #wp-calendar tbody td {
	font-size: 95%;
	line-height: 1.7;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody a {
	color: #312520;
	text-decoration: underline;
	transition: all .5s;
}
.widget_box #wp-calendar tbody a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar #prev,
.widget_box #wp-calendar #next{
    font-family: trajan-pro-3, serif;
	font-weight: 200;
	font-style: normal;
}
.widget_box #wp-calendar #prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	text-align: center;
}
.widget_box #wp-calendar #next {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	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 #312520;
	border-left: 1px solid #312520;
	rotate: -45deg;
	top: .15em;
	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) {
.widget_box{
    padding: 6% 0;
    margin-top: 8%;
}
.widget_box .near_list a {
	padding-left: 1em;
}
.widget_box .near_list a::before {
	left: 0;
	top: 1.25em;
}

/*カレンダー*/
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	padding-bottom: .8em;
	letter-spacing: normal;
}
.widget_box #wp-calendar thead th {
	font-size: 95%;
}
.widget_box #wp-calendar #prev {
	width: 5em;
}
.widget_box #wp-calendar #next {
	width: 5em;
}
.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 {
	top: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box{
    padding: 10% 0;
    margin-top: 10%;
}
.widget_box .near_box{
    float: none;
    width: 100%;
}
.widget_box .near_box h5{
    font-size: 120%;
	margin-bottom: .3em;
}
.widget_box .near_list a {
	padding-left: 1.1em;
}
.widget_box .near_list a::before {
	left: 0;
}

/*カレンダー*/
.widget_box .calendar_box{
    width:100%;
    float: none;
	margin-top: 10%;
}
}




/*child_cat_list（上部子カテゴリ）
-----------------------------------------------------*/
.child_cat_list{
	text-align: center;
    margin: 0 auto 60px;
}
.child_cat_list li{
	display: inline-block;
    margin-bottom: 1em;
    background: #C7C7C7;
    border-radius: 15px;
	margin-right: .8em;
	font-weight: normal;
	/*font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;*/
}
.child_cat_list li:last-child{
    margin-right: 0;
}
.child_cat_list li a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 95%;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding: 1em 3em;
    box-sizing: border-box;
    transition: 0.4s!important;
}
.child_cat_list li:hover,
.child_cat_list li.active{
    background: #CBB961;
    transition: 0.4s!important;
}
.child_cat_list li.active:hover{
    background: #CBB961;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.child_cat_list{
    margin: 0 auto 5%;
}
.child_cat_list li{
    margin-bottom:.5em;
	margin-right: .2em;
}
.child_cat_list li a{
    padding: 1em 1.5em .9em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.child_cat_list{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin: 0 auto 7%;
}
.child_cat_list li{
	width: 49%;
    margin-bottom: 2%;
	margin-right: 2%;
}
.child_cat_list li:nth-child(even){
	margin-right: 0;
}
.child_cat_list li a{
    padding: 1em 0;
	letter-spacing: normal;
}
}






/* child_cat_list2（子カテゴリ）
---------------------------------------------------------*/
.child_cat_list2{
	font-size:90%;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-top: .5em;
}
.single_page .child_cat_list2{
	font-size:100%;
	margin-top: 1.2em;
}
.child_cat_list2{
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-top: 1.2em;
}
.child_cat_list2 li{
	display: inline-block;
	margin-right: 1em;
	margin-bottom: .5em;
}
.child_cat_list2 li:last-child{
	margin-right: 0;
}
.child_cat_list2 a{
    color: #B59F34;
    text-decoration: underline;
}
.child_cat_list2 a:hover{
    text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.child_cat_list2{
    letter-spacing: normal;
	margin-top: .4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.child_cat_list2{
    letter-spacing: normal;
}
}