@charset "UTF-8";

@import url("./wp.css");

/* ========================================================
  
  common

======================================================== */

/*---------------------------------------------------------
date/title
---------------------------------------------------------*/
.entry-date {
	display: block;
	font: var(--font_fut);
	letter-spacing: .1em;
	line-height: 1;
	font-size: 94%;
	margin-bottom: .5em;
}
.menu_sym .entry-date {
	display: none;
}

.entry-title {
	position: relative;
	line-height: 1.5;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry-date {
	font-size: 110%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-date {
	font-size: 90%;
	margin-bottom: .3em;
}
}

/*---------------------------------------------------------
post_cat
---------------------------------------------------------*/
article .post_cat {
	display: flex;
    flex-wrap: wrap;
	gap: .5em 1em;
	color: var(--color_dgrn);
	font-size: 88%;
	line-height: 1.2;
	margin-top: 1em;
}
article .post_cat li a {
	text-decoration: underline;
	transition: all 0.4s;
}
article .post_cat li a:hover {
	text-decoration: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
article .post_cat {
	font-size: 80%;
}
}



/* ========================================================
  
  list_page

======================================================== */
.entry_list {
	max-width: 1300px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31%);
	margin: 0 auto;
}
.entry_list article:nth-child(n+4) {
	margin-top: 25%;
}
.entry_list article > a {
	display: block;
}
.entry_list .img_thum {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 380/222;
	border-radius: 6.5% / 11.2%;
	margin-bottom: 1.2em;
}
.entry_list .img_thum img {
	display: block;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .entry-title {
	padding-left: 1em;
}
.entry_list .entry-title::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	color: var(--color_dgrn);
	left: 0;
	top: 0;
}
.entry_list article > a:hover img {
	transition: all 0.4s ease-out;
	transform: scale(1.1);
}
/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.archive-title {
	font-size: 110%;
	margin-bottom: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list {
	display: grid;
	grid-template-columns: repeat(2,48%);
}
.entry_list article:nth-child(n+3) {
	margin-top: 7%;
}
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* 画像なし */
.entry_list:not(.thum_true) article > a {
	padding-top: 1.2em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}


/* ========================================================
  
  single_page

======================================================== */
.single_page .entry-inf {
	margin-bottom: 50px;
}
.single_page .entry-date {
	color: var(--color_dgrn);
	font-size: min(2vw,117%);
	margin-bottom: .8em;
}
.single_page .entry-title {
	font-size: min(3vw,205%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 8%;
}
.single_page .entry-date {
	font-size: 105%;
}
.single_page .entry-title {
	font-size: 130%;
	letter-spacing: .05em;
}
}
/*single_page: TOC
---------------------------------------------------------*/
.single_page #toc_container {
	width: 90% !important;
	max-width: 1160px;
	display: block !important;
	background: transparent !important;
	font-size: 100%;
	letter-spacing: .12em;
	box-sizing: border-box;
	padding: 2.3%;
	margin: 7% auto;
	border: 1px solid #cbcacd;
	border-radius: 1.7em;
}
.single_page #toc_container .toc_title {
	position: relative;
	text-align: left;
	color: var(--color_dgrn);
	font: var(--font_min);
	font-style: normal;
	font-size: min(2vw,141%);
	letter-spacing: .12em;
	line-height: 1.2;
	padding-left: 1.8em;
	background: url("../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	margin-left: 3%;
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: 0.1em;
	font-size: 70%;
	font-weight: normal;
}
.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: 1em 0 0 !important;
	width: 100% !important;
}
.single_page #toc_container .toc_list li {
	display: block;
	font-size: 100%;
	font-weight: normal !important;
	letter-spacing: .04em;
	line-height: 1.5em;
	padding: 1em 1.5em 1em 5%;
	margin: 0;
	border-bottom: none;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}
.single_page #toc_container .toc_list a:hover {
	opacity: 0.8;
}
.single_page #toc_container .toc_list > li:nth-of-type(odd) {
	background-color: #faf6f5;
}
.single_page #toc_container .toc_list > li ul {
	margin: .5em 0 0 0;
}
.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: var(--font_fut);
	font-size: 125%;
	letter-spacing: .12em;
	line-height: 1;
	line-height: 1.0em;
	color: var(--color_dgrn);
	border-right: solid 1px currentColor;
	padding-right: .7em;
	margin-right: .6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page #toc_container {
	width: 96% !important;
	padding: 4%;
	border-radius: 1em;
}
.single_page #toc_container .toc_title {
	font-size: 105%;
}
.single_page #toc_container .toc_list {
	margin-top: .5em;
}
.single_page #toc_container .toc_list li {
	font-size: 85% !important;
}
}
/*single_page:image
---------------------------------------------------------*/
.single_page article img {
	display: block;
	max-width: max-content;
	margin: 1.5em 0;
}
.single_page article .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.single_page article figure.alignleft,
.single_page article figure.alignright {
	max-width: max-content;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.single_page article img {
	width: 50%;
}
.single_page article .alignright {
	float: right;
	margin-left: 3% !important;
}
.single_page article .alignleft {
	float: left;
	margin-right: 3% !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article img {
	text-align: center;
	width: 90%;
	margin: 5% auto;
}
.single_page article .alignright,
.single_page article .alignleft {
	float: none;
}
}

/*---------------------------------------------------------
 nav_area
---------------------------------------------------------*/
.nav_area {
	position: relative;
	text-align: center;
	border-top: solid 1px #d2d1d0;
	padding: 5% 5% 0;
	margin-top: min(10vw,100px);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.nav_area .com_btn1 {
	margin-top: -0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nav_area {
	padding: 6% 2% 0;
	margin-top: 12%;
}
}

/*---------------------------------------------------------
page_link
---------------------------------------------------------*/
.page_link {
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 94%;
	letter-spacing: .05em;
	line-height: 1.4em;
	white-space: nowrap;
}
.page_link li {
	position: relative;
	width: 48%;
}
.page_link li.link_next {
	text-align: right;
}
.page_link a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.page_link .com_icon {
	display: none;
	position: absolute;
	font-size: 80%;
	top: 50%;
	translate: 0 -50%;
}
.page_link a + .com_icon {
	display: block;
}
.page_link li.link_prev a {
	padding-left: 2.5em;
}
.page_link li.link_prev .com_icon {
	left: 0;
	scale: -1 1;
}
.page_link li.link_next a {
	padding-right: 2.5em;
}
.page_link li.link_next .com_icon {
	right: 0;
}
.page_link a:hover {color: var(--color_dgrn);}
.page_link a:hover .com_icon {background-color: #199b70;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.page_link {
	position: absolute;
	width: 90%;
	inset: auto 0 1em 0;
	margin: auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.page_link {
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.4em;
}
}



/*---------------------------------------------------------
cat_select
---------------------------------------------------------*/
.cat_select {
	display: flex;
	flex-wrap: wrap;
	gap: .4em 1em;
	margin-bottom: 6%;
}
.cat_select a {
	display: block;
	min-width: 12em;
	max-width: 100%;
	text-align: center;
	color: var(--color_dgrn);
	font-size: 94%;
	line-height: 1.5;
	letter-spacing: .1em;
	background-color: #FFF;
	border: 1px solid var(--color_dgrn);
	border-radius: .6em;
	box-sizing: border-box;
	padding: .6em 1em;
}
.cat_select a:hover,
.cat_select .active a {
	color: #FFF;
	background: var(--color_dgrn);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
	justify-content: space-between;
	column-gap: 2%;
}
.cat_select > li {
	width: 49%;
}
.cat_select a {
	min-width: 10em;
	font-size: 85%;
	letter-spacing: .05em;
}
}

/*---------------------------------------------------------
pagenavi
---------------------------------------------------------*/
.wp-pagenavi {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1em;
	text-align: center;
	font: var(--font_fut);
	font-size: min(2vw,135%);
	letter-spacing: .15em;
	line-height: 1;
	margin-top: 80px;
	padding-top: 5%;
	border-top: 1px solid #dad9d9;
	margin-bottom: min(10vw,100px);
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1.1;
	width: .86em;
	box-sizing: border-box;
	padding: .2em 0;
	letter-spacing: normal;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	position: absolute;
	content: "";
	display: block;
	background-color: currentColor;
	width: .86em;
	height: 2px;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
	width: 0;
	transition: width .5s;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	color: var(--color_dgrn);
}
.wp-pagenavi a:hover::before,
.wp-pagenavi span.current::before {
	width: 100%;
}
/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 1em;
	height: 1em;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	display: inline-block;
	font-family: 'fontello';
	content: '\e801';
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
	transition: color .4s;
	inset: 0;
	rotate: -90deg;
}
.wp-pagenavi .previouspostslink::after {
	rotate: 90deg;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp-pagenavi {
	font-size: 110%;
	margin-top: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp-pagenavi {
	font-size: 95%;
	padding-top: 8%;
	margin-top: 12%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 .4em;
}
}


/*---------------------------------------------------------
wp_f_box
---------------------------------------------------------*/
.wp_f_box {
	background-color: var(--color_bei);
	padding: min(10vw,100px) 0;
	margin-top: min(10vw,100px);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.wp_f_box .widget_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49% 45%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp_f_box {
	padding: 12% 0;
	margin-top: 12%;
}
}
/*wp_f_box:near_box
-----------------------------------------------------*/
.widget_box .wid_index {
	font: var(--font_min);
	font-size: min(2vw,117%);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.widget_box .near_list > li:not(:last-child) {
	margin-bottom: .8em;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	padding: 0 0 .5em 1.5em;
	border-bottom: 1px solid #ccc;
}
.widget_box .near_list a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	color: var(--color_dgrn);
	left: 0;
	top: 0;
}
.widget_box .near_list a:hover {
	color: var(--color_dgrn);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box .wid_index {
	font-size: 105%;
}
.widget_box .near_list a {
	font-size: 90%;
}
}
/*widget_box:calendar
---------------------------------------------------------*/
.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 {
	font: var(--font_min);
	font-size: 94%;
	letter-spacing: .15em;
	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: normal;
	background: var(--color_dgrn);
	color: #fff;
	font-size: 112%;
	line-height: 1.0em;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody td {
	font-size: 95%;
	line-height: 1.7;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody a {
	color: var(--color_dgrn);
	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 {
	display: block;
	position: relative;
	text-decoration: none;
}
.widget_box #wp-calendar tfoot a::before {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	rotate: -45deg;
	top: .4em;
}
.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 {
	color: var(--color_dgrn);
}
.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 #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) {
.widget_box .calendar_box {
	max-width: auto;
	margin: 8% auto 0;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	font-size: 90%;
}
.widget_box #wp-calendar thead th {
	font-size: 90%;
	padding: .8em 0;
}
.widget_box #wp-calendar tbody td {
	font-size: 80%;
	padding: .6em 0;
}
.widget_box #wp-calendar #prev a {
	padding-left: 1em;
}
.widget_box #wp-calendar #next a {
	padding-right: 1em;
}
}


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

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

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

}


