@charset "UTF-8";

.contentpage .cat_9 .m_img_area .m_img .m_title .ft_amandine::first-letter{
	color: #d69c58;
}
.contentpage .cat_1 .m_img_area .m_img .m_title .ft_amandine::first-letter{
	color: #a9ad4a;
}

/*自由入力欄（ブログ等を実装時に統合）
---------------------------------------------------------*/
.free_area > div,
.free_area p {
	margin-bottom: 1.5rem;
}
.free_area p,
.free_area ul,
.free_area ol{
	max-width: 1100px!important;
	margin-left: auto;
	margin-right: auto;
}
.free_area a {
	text-decoration: underline;
}
.free_area a:hover {
	color: #2baf8a;
	text-decoration: none;
}
.free_area h2 {
	font-size: min(160%,3vw);
	letter-spacing: .15em;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
	padding: 1em 0.8em;
	background-color: #d69c58;
	margin-bottom: 70px;
	margin-top: 120px;
	box-sizing: border-box;
}
.cat_1 .free_area h2 {
	background-color: #a9ad4a;
}
.free_area h2 * {
	font-style: normal !important;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 100% !important;
}

.free_area h3 {
	margin-top: 60px;
	font-size: min(160%,3vw);
	letter-spacing: .15em;
	line-height: 1.5em;
	color: #120f10;
	padding: 1em 1em 1em 1.2em;
	box-sizing: border-box;
	background: #f9f0e6;
	margin-bottom: 60px;
	border-left: 5px solid #d69c58;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px!important;
}
.cat_1 .free_area h3 {
	background: #f2f3e4;
	border-left: 5px solid #a9ad4a;
}
.free_area h3 * {
	font-style: normal !important;
	color:  #120f10 !important;
	font-weight: bold !important;
	font-size: 100% !important;
}

.free_area h4{
	margin-top: 60px;
    font-size: min(177%,3.2vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	border-bottom: 1px solid #d69c58;
   	padding-bottom: 0.6em;
    margin-bottom: 0.8em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px!important;
}
.cat_1 .free_area h4{
	border-bottom: 1px solid #a9ad4a;
}
.free_area h4 * {
	font-style: normal !important;
	color: #120F10 !important;
	font-weight: normal!important;
	font-size: 100% !important;
}

.free_area h5 {
	margin-top: 60px;
    font-size: min(125%,2.4vw);
	letter-spacing: .1em;
	line-height: 1.4em;
    padding: 1em 1em;
    box-sizing: border-box;
    margin-bottom: 50px;
	border: 1px solid #d69c58;
	border-radius: 0.48em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
}
.cat_1 .free_area h5 {
	border: 1px solid #a9ad4a;
}
.free_area h5 * {
	font-style: normal !important;
	color: #120F10 !important;
	font-weight: normal!important;
	font-size: 100% !important;
}

.free_area ul,
.free_area ol {
	list-style: none;
}
.free_area ul > li,
.free_area ol > li {
	color: #120f10 !important;
	font-size: 110% !important;
	font-weight: 400 !important;
	line-height: 1.4em;
	position: relative;
	margin-bottom: .8em;
}
.free_area ul > li:last-child,
.free_area ol > li:last-child {
	margin-bottom: 1.5em;
}
.free_area ul > li a,
.free_area ol > li a {
	color: #331e11;
}
.free_area ul > li a:hover,
.free_area ol > li a:hover {
	text-decoration: none;
	color: #666;
}
.free_area ul > li {
	padding-left: 1.8em;
}
.free_area ul > li::before {
	font-family: 'fontello';
	content: '';
	background: #d69c58;
	width: 0.74em;
	height: 0.74em;
	border-radius: 0.74em;
	position: absolute;
	left: 0;
	top: 0.35em;
}
.cat_1 .free_area ul > li::before {
	background: #a9ad4a;
}
.free_area ol > li {
	padding-left: 2.2em;
	position: relative;
}
.free_area ol > li::before {
	content: "1";
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #d69c58;
	font-size: 136%;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: 0;
}
.cat_1 .free_area ol > li::before {
	color: #a9ad4a;
}
.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";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area h2 {
	font-size:3.3vw;
	margin-bottom: 6%;
	margin-top: 10%;
}	
.free_area h3 {
	margin-top: 5%;
	font-size:3.3vw;
	margin-bottom: 5%;
}
.free_area h4 {
	margin-top: 5%;
    font-size: 3.5vw;
}
.free_area h5 {
	margin-top: 5%;
    font-size: 2.7vw;
    margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area div.clearfix  {
	margin-bottom: 0;
}	
.free_area h2 {
	font-size:140%;
	letter-spacing: 0.1em;
	padding: 0.8em;
	margin-bottom: 8%;
	margin-top: 13%;
}	
.free_area h3 {
	margin-top: 7%;
	font-size:140%;
	letter-spacing: 0.1em;
	margin-bottom: 7%;
}
.free_area h4 {
	margin-top: 7%;
    font-size: 145%;
}
.free_area h5 {
	margin-top: 7%;
    font-size: 115%;
    margin-bottom: 6%;
}
	
.free_area ul > li,
.free_area ol > li {
	font-size: 105%;
	margin-bottom: .4em;
}
}



/*自由入力欄（カスタムスタイル）
---------------------------------------------------------*/
.free_area .free_style1,
.free_area .free_style2 {
	font-size: 140%;
	font-weight: 700 !important;
	letter-spacing: .05em;
	line-height: 1.6em;
	font-style: normal !important;
	margin-bottom: .5em;
}
.free_area .free_style2 {
	position: relative;
	padding-left: 1.0em;
}
.free_area .free_style2::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: .6em;
	height: .6em;
	background: #ccc;
	border-radius: 50%;
}
.free_area .free_style2.color1::before {
	background: #ffca8c;
}
.free_area .free_style2.color2::before {
	background: #cbdc9b;
}
.free_area .free_style2.color3::before {
	background: #a6ddf0;
}

/*リンクボタン*/
.free_area a.free_btn1 {
	display: inline-block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.0em 2.5em;
	padding-right: 4.5em;
	background: linear-gradient(90deg, rgba(232,146,46,1) 0%, rgba(250,197,53,1) 100%);
	border-radius: 3.0em;
	position: relative;
	margin-right: 1.0em;
}
.free_area a.free_btn1::before,
.free_area a.free_btn1::after {
	font-size: 80%;
	position: absolute;
}
.free_area a.free_btn1::before {
	font-family: 'fontello';
	content: '\e800';
	z-index: 1;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
}
.free_area a.free_btn1::after {
	content: '';
	width: 2.8em;
	height: 2.8em;
	border-radius: 50%;
	background: #ff951a;
	z-index: 0;
	right: .75em;
	top: 50%;
	transform: translateY(-50%) scale(0,0);
	transition: transform 0.4s;
}
.free_area a:hover.free_btn1::after {
	transform: translateY(-50%) scale(1,1);
}
.free_area a.free_btn1.color2 {
	background: linear-gradient(to right,  #4cbae0 0%,#79d1ef 100%);
}
.free_area a.free_btn1.color2::after {
	background: #331e11;
}
.free_area a.free_btn1.color3 {
	background: linear-gradient(to right, #97ba38 0%, #b5d266 100%);
}
.free_area a.free_btn1.color3::after {
	background: #331e11;
}
.free_area .com_timetable{
	max-width: 500px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.free_area a.free_btn1 {
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin: 1.0em auto 0;
	font-size: 105%;
	letter-spacing: .05em;
	padding-left: 2.0em;
}
}



/*自由入力欄（画像）
---------------------------------------------------------*/
.free_area img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.free_area img.alignright {
	padding-left: 2.0em;
	padding-bottom:.5em;
	display: inline;
}
.free_area img.alignleft {
	padding-right: 2.0em;
	padding-bottom: .5em;
	display: inline;
}	
.free_area .alignright {
	float: right;
}
.free_area .alignleft {
	float: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.free_area img.alignright {
	max-width: 50%;
	padding-left: 1.5em;
	padding-bottom:.5em;
	display: inline;
}
.free_area img.alignleft {
	max-width: 50%;
	padding-right: 1.5em;
	padding-bottom: .5em;
	display: inline;
}	
}

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



/*個別ページ（共通）
-----------------------------------------------------*/
.single_page .page_link {
	border-top: solid 1px rgba(51,30,17,0.2);
	border-bottom: solid 1px rgba(51,30,17,0.2);
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: 2.0em 5%;
}
.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: #dea535;
}
.cat_1.single_page .page_link a:hover {
	color: #a9ad4a;
}
.single_page .page_link li.flt_l a::before,
.single_page .page_link li.flt_r a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 70%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single_page .page_link li.flt_l a {
	padding-left: 1.8em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: rotate(180deg) translateY(50%);
}
.single_page .page_link li.flt_r a {
	padding-right: 1.8em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
	transform: translateY(-50%);
}
.single_page .com_btn1 a:hover {
	background: #d69c58;
	border-color: #d69c58;
}
.cat_1.single_page .com_btn1 a:hover {
	background: #a9ad4a;
	border-color: #a9ad4a;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.single_page .page_link {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.single_page .page_link {
	letter-spacing: normal;
	line-height: 1.4em;
	padding: .6em 3%;
}
.single_page .page_link li {
	width: 100%;
	margin: .8em 0;
}
.single_page .page_link li.flt_l {
	text-align: center;
	float: none;
}
.single_page .page_link li.flt_r {
	text-align: center;
	float: none;
}
}



/*子カテゴリーリンク（共通）
---------------------------------------------------------*/
.cat_select {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 100%;
	font-size: min(100%,1.4vw);
}
.cat_select > li {
	width: auto;
	max-width: 100%;
	margin: 20px 0.5% 0;
}
.cat_select > li.com_btn1 a{
	padding: 1.2em 3.8em 1.2em 1.8em;
	max-width: 100%!important;
}
.cat_9 .cat_select > li.com_btn1 a:hover,
.cat_9 .cat_select > li.com_btn1.active a{
	background: #d69c58;
	border-color: #d69c58;
	color: #fff;
}
.cat_1 .cat_select > li.com_btn1 a:hover,
.cat_1 .cat_select > li.com_btn1.active a{
	background: #a9ad4a;
	border-color: #a9ad4a;
	color: #fff;
}
.active .com_arrow1::before,.active .com_arrow1::after{
	color: #fff;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cat_select {
	font-size: 1.6vw;
}
.cat_select > li {
	margin-top: 10px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
    justify-content: space-between;
	font-size: 90%;
}
.cat_select > li {
	width: 49.5% !important;
	max-width: 100% !important;
	margin: 2% 0 0 !important;
}
.cat_select > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
}



/*一覧ページ（共通）
---------------------------------------------------------*/
/* アーカイブタイトル */
.archive-title {
	margin-top: 40px;
	text-align: center;
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.0em;
	padding-bottom: 1.0em;
	position: relative;
	margin-bottom: 80px;
}
.archive-title::before {
	content: "";
	position: absolute;
	width: 50%;
	max-width: 400px;
	height: 1px;
	background: #331e11;
	opacity: 0.4;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/*記事内子カテゴリー*/
.topics .child_cat_list2 {
	display: flex;
    flex-wrap: wrap;
}
.topics .child_cat_list2 li {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.0em;
	font-weight: bold;
	margin-top: .8em;
	margin-right: 1.0em;
}
.topics .child_cat_list2 li a {
	color: #d69c58;
	text-decoration: none;
}
.cat_1.topics .child_cat_list2 li a {
	color: #a9ad4a;
}
.topics .child_cat_list2 li a:hover {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.archive-title {
	margin-top: 3%;
	margin-bottom: 6%;
}
/*記事内子カテゴリー*/
.topics .child_cat_list2 li {
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* アーカイブタイトル */
.archive-title {
	margin-top: 6%;
	font-size: 100%;
	letter-spacing: .1em;
	padding-bottom: 1.0em;
	margin-bottom: 10%;
}
.archive-title::before {
	width: 70%;
}	
/*記事内子カテゴリー*/
.topics .child_cat_list2 {
	letter-spacing: normal;
}
}



/*一覧ページ
---------------------------------------------------------*/
/*サムネイル無し*/
.entry_list:not(.thumbnail_true) article {
	width: 100%;
	border-bottom: solid 1px #331e11;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.entry_list:not(.thumbnail_true) article:last-child {
	margin-bottom: 0;
}

/*サムネイル有り*/
.entry_list.thumbnail_true {
	display: flex;
    flex-wrap: wrap;
}
.entry_list .com_img_thum::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.entry_list.thumbnail_true article {
	width: 31%;
	max-width: 400px;
	margin-right: 3.5%;
	margin-top: 80px;
}
.entry_list.thumbnail_true article:nth-child(3n) {
	margin-right: 0;
}
.entry_list.thumbnail_true article:nth-child(-n+3) {
	margin-top: 0;
}
.entry_list .com_img_thum {
	margin-bottom: 1.5em;
	overflow: hidden;
	position: relative;
}
.com_img_thum span, .com_img_thum a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1.0s ease-out;
}
.entry_list .com_img_thum img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry_list .com_img_thum::before {
	padding-top: 55%;
}
.entry_list .blocklink:hover .com_img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.entry_list.thumbnail_true .entry-date {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	color: #d69c58;
}
.cat_1 .entry_list.thumbnail_true .entry-date {
	color: #a9ad4a;
}
.entry_list.thumbnail_true .entry-title a {
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .05em;
 	line-height: 1.6em;
	position: relative;
}

.entry_list.thumbnail_true .blocklink:hover .entry-title a {
	color: #d69c58;
}
.cat_1 .entry_list.thumbnail_true .blocklink:hover .entry-title a {
	color: #a9ad4a;
}
.entry_list.thumbnail_true .child_cat_list2 {
	margin-top: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*サムネイル無し*/
.entry_list:not(.thumbnail_true) article {
	padding-bottom: 6%;
	margin-bottom: 6%;
}	
/*サムネイル有り*/
.entry_list.thumbnail_true {
	margin-top: 8%;
}
.entry_list.thumbnail_true article {
	margin-top: 6%;
}
.entry_list .com_img_thum {
	margin-bottom: 1.0em;
}
.entry_list.thumbnail_true .entry-date {
	margin-bottom: .5em;
}
.entry_list.thumbnail_true .child_cat_list2 {
	margin-top: .4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*サムネイル無し*/
.entry_list:not(.thumbnail_true) article {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
/*サムネイル有り*/
.entry_list.thumbnail_true {
	margin-top: 8%;
    justify-content: space-between;
}
.entry_list.thumbnail_true article {
	width: 48%;
	margin-right: 0;
	margin-top: 8% !important;
}
.entry_list.thumbnail_true article:nth-child(-n+2) {
	margin-top: 0 !important;
}
.entry_list .com_img_thum {
	margin-bottom: 1.0em;
}
.entry_list.thumbnail_true .entry-date {
	margin-bottom: .5em;
}
.entry_list.thumbnail_true .child_cat_list2 {
	margin-top: .4em;
}
}



/*詳細ページ
---------------------------------------------------------*/
.topics .single_content .entry-inf {
	margin-bottom: 80px;
}
.topics .single_content .entry-date {
	letter-spacing: .15em;
	line-height: 1.2em;
	color: #d69c58;
	margin-bottom: 1.0em;
}
.cat_1.topics .single_content .entry-date {
	color: #a9ad4a;
}
.topics .single_content .entry-title {
	font-size: 223%;
	font-size: min(223%,3.9vw);
	letter-spacing: .05em;
	line-height: 1.6em;
}
.topics .single_content .entry-title a {
	color: #d69c58;
}
.cat_1 .topics .single_content .entry-title a {
	color: #a9ad4a;
}

/*目次*/
.single_content #toc_container {
	background: transparent !important;
	border-top: solid 1px rgba(51,30,17,0.2);
	border-left: none;
	border-right: none;
	border-bottom: solid 1px rgba(51,30,17,0.2);
	/*padding: .2em 0 1.5em;*/
	padding: .2em 0 0;
	width: 90%;
	max-width: 1100px;
	margin: 80px auto 100px;
	display: block !important;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.single_content #toc_container .toc_title {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1.2em;
	color: #d69c58;
	padding: .6em 0;
	padding-left: 1.2em;
	position: relative;
}
.cat_1 .single_content #toc_container .toc_title {
	color: #a9ad4a;
}
.single_content #toc_container .toc_title::before {
	font-family: 'fontello';
	content: '\e811';
	font-size: 74%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.single_content #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin-left: .5em;
	transform: translateY(-.1em);
}
.single_content #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	width: 3.5em;
	text-align: center;
}
.single_content #toc_container .toc_list {
	margin: 0 !important;
	width: 100% !important;
}
.single_content #toc_container .toc_list li {
	color: #331e11 !important;
	letter-spacing: .05em !important;
	font-weight: normal !important;
	line-height: 1.5em !important;
	padding: 1.2em .5em !important;
	margin: 0 !important;
}
.single_content #toc_container .toc_list li::before {
	display: none;
}
.single_content #toc_container .toc_list a {
	display: block;
	color: #331e11 !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 4.0em;
}
.single_content #toc_container .toc_list a:hover {
	color: #d69c58 !important;
}
.cat_1 .single_content #toc_container .toc_list a:hover {
	color: #a9ad4a !important;
}
.single_content #toc_container .toc_list > li {
	font-size: 100% !important;
}
.single_content #toc_container .toc_list > li:nth-child(odd) {
	background: #f9f0e6;
}
.cat_1 .single_content #toc_container .toc_list > li:nth-child(odd) {
	background: #f2f3e4;
}
.single_content #toc_container .toc_list > li ul {
	margin-left: 1.5em !important;
	margin-top: .5em !important;
}
.single_content #toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
.single_content #toc_container .toc_list > li li:last-child {
	padding-bottom: 0 !important;
}
.single_content #toc_container .toc_list .toc_number {
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: #d69c58;
	font-size: 130%;
	line-height: 1.0em;
	display: block;
	width: 2.5em;
	border-right: solid 1px #d69c58;
	position: absolute;
	left: 0;
	top: .1em;
}
.cat_1 .single_content #toc_container .toc_list .toc_number {
	color: #a9ad4a;
	border-color: #a9ad4a;
}
.single_content #toc_container .toc_list ul ul a {
	padding-left: 4.5em;
}
.single_content #toc_container .toc_list ul ul .toc_number {
	width: 3.2em;
}
.single_content #toc_container .toc_list ul ul ul a {
	padding-left: 5.5em;
}
.single_content #toc_container .toc_list ul ul ul .toc_number {
	width: 4.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics .single_content .entry-inf {
	margin-bottom: 6%;
}
.topics .single_content .entry-title {
	font-size: 3.2vw;
}
/*目次*/
.single_content #toc_container {
	font-size: 100%;
	margin: 6% auto 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics .single_content .entry-date {
	margin-bottom: .5em;
}
.topics .single_content .entry-inf {
	margin-bottom: 8%;
}
.topics .single_content .entry-title {
	font-size: 170%;
}
/*目次*/
.single_content #toc_container {
	width: 100%;
	font-size: 90%;
	letter-spacing: .05em;
	margin: 10% auto 12%;
}
.single_content #toc_container .toc_title {
	padding-top: .5em;
	padding-bottom: .5em;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	padding-top: 60px;
	clear: both;
	width: 100%;
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 105%;
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	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;
	width: 1.0em;
	line-height: 1.6em;
	box-sizing: border-box;
	margin: 0 .6em;
	letter-spacing: normal;
	position: relative;
	padding-bottom: 0.1em;
}

/* 現在地 */
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
	color: #d69c58;
	position: relative;
}
.cat_1 .wp-pagenavi span.current,
.cat_1 .wp-pagenavi a.page:hover {
	color: #a9ad4a;
}
.wp-pagenavi span.current::before,
.wp-pagenavi a.page:hover::before{
	position: absolute;
	content: "";
	background: #d69c58;
	width: 1.11em;
	height: 2px;
	left: -0.1em;
	right: 0;
	margin: auto;
	bottom: 0;
}
.cat_1 .wp-pagenavi span.current::before,
.cat_1 .wp-pagenavi a.page:hover::before{
	background: #a9ad4a;
}
/* 左右の矢印 */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	position: relative;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	font-style: normal;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 80%;
	opacity: 0.6;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before{
	display: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 2em;
	line-height: 1em;
}
.wp-pagenavi .previouspostslink {
	transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
	color: #dea535;
}
.cat_1 .wp-pagenavi .previouspostslink:hover,
.cat_1 .wp-pagenavi .nextpostslink:hover,
.cat_1 .wp-pagenavi .first:hover,
.cat_1 .wp-pagenavi .last:hover {
	color: #a9ad4a;
}
.wp-pagenavi .previouspostslink {
	transform: rotate(180deg);
}

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

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

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	background: #f9f0e6;
	padding: 80px 0;
}
.cat_1 .widget_box {
	background: #f2f3e4;
}
.widget_box .near_box {
	width: 50%;
	text-align: left;
	float: left;
}
.widget_box .calendar_box {
	width: 46%;
	max-width: 530px;
	float: right;
	position: relative;
}

.widget_box .wid_index {
	color: #d69c58;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: .3em;
}
.cat_1 .widget_box .wid_index {
	color: #a9ad4a;
}
.widget_box .near_list {
	letter-spacing: .1em;
	line-height: 1.4em;
}
.widget_box .near_list a {
	display: block;
	padding: .8em 0;
	border-bottom: solid 1px rgba(51,51,51,0.15);
	position: relative;
	padding-left: 1.2em;
}
.widget_box .near_list a:hover {
	color: #d69c58;
}
.cat_1 .widget_box .near_list a:hover {
	color: #a9ad4a;
}
.widget_box .near_list a::before {
	content: '';
	background: #d69c58;
	width: 0.6em;
	height: 0.6em;
	border-radius: 0.6em;
	position: absolute;
	left: 0;
	top: 1.25em;
}
.cat_1 .widget_box .near_list a::before {
	background: #a9ad4a;
}
.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #fff;
	font-size: 105%;
}
.widget_box #wp-calendar a {
	color: #d69c58;
	text-decoration: underline;
}
.cat_1 .widget_box #wp-calendar a {
	color: #a9ad4a;
}
.widget_box #wp-calendar a:hover {
	color: #ccc !important;
	text-decoration: none;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .15em;
	padding-bottom: 15px;
}

.widget_box #wp-calendar thead th {
	background: #d69c58;
	font-weight: 400;
	color: #fff;
	font-size: 110%;
	line-height: 1.0em;
	padding: .8em 0;
}
.cat_1 .widget_box #wp-calendar thead th {
	background: #a9ad4a;
}

.widget_box #wp-calendar tbody td {
	padding: .3em 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-weight: 400;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.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 {
	color: #333 !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
}
.widget_box #wp-calendar tfoot a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	line-height: 1.0em;
	border: 1px solid #333;
	border-left: 0;
	border-bottom: 0;
}
.widget_box #wp-calendar #prev a::before {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
}
.widget_box #wp-calendar #next a::before {
	right: 0;
}

.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;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	padding: 8% 0;
}
.widget_box .near_box,
.widget_box .calendar_box {
	width: 100%;
	max-width: 100%;
	float: none;
}
.widget_box .near_box {
	margin-bottom: 12%;
}
.widget_box .near_list {
	letter-spacing: .05em;
}
.widget_box #wp-calendar {
	font-size: 100%;
}
}



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

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

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