@charset "UTF-8";

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

/* ========================================================
  
  FV

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


/* ========================================================
  
  commmon

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

/*---------------------------------------------------------
 date/title
---------------------------------------------------------*/
.entry-date {
	display: block;
    color: #999;
    font: var(--font_wed);
    font-size: min(1.6vw,112%);
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 1.2em;
}
.entry-title {
	font-size: min(218%,3vw);
	line-height: 1.5;
	letter-spacing: .15em;
	margin-bottom: .5em;
}

.entry_list.list__col2 .entry-title {
    font-size: 106%;
	margin-bottom: .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.entry_list.list__col2 .entry-date {
    font-size: 80%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-date {
	font-size: 80%;
	margin-bottom: .8em;
}
.entry-title {
	font-size: 120%;
	letter-spacing: .05em;
}
}

/*---------------------------------------------------------
post_cat
---------------------------------------------------------*/
article .post_cat {
	font-size: 94%;
	line-height: 1.2;
	margin-top: .6em;
	display: flex;
    flex-wrap: wrap;
	column-gap: 1em;
	row-gap: .5em;
	margin-top: 1em;
}
article .post_cat li a {
	color: var(--color_och);
	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
---------------------------------------------------------*/
.entry_list article > a {
	display: block;
}
/* img_thum */
.entry_list .img_thum {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 1.5em;
}
.entry_list .img_thum::before {
	content: "";
	display: block;
	padding-top: 64%;
}
.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 article > a:hover img {
	transition: all 0.4s ease-out;
	transform: scale(1.1);
}
/* list__nodetail */
.entry_list.list__nodetail article {
	padding: 5.2% 8.9%;
	border-bottom: 1px solid #595959;
}
.entry_list.list__nodetail article:last-of-type {
	border-bottom: none;
}
/* list__col2 */
.entry_list.list__col2 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,min(48%,825px));
	row-gap: 70px;
}
.entry_list.list__col2 article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list.list__nodetail article {
	padding: 8% 5%;
}
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* list__col2 */
.entry_list.list__col2 {
	row-gap: 2em;
}
}

/*---------------------------------------------------------
 cat_select
---------------------------------------------------------*/
.cat_select a {
	position: relative;
	font-size: 94%;
	line-height: 1.5;
	padding-left: 1.2em;
}
.cat_select a::before {
	position: absolute;
	content: "";
	background-color: var(--color_dgrn);
	width: 0.5em;
	height: 0.22em;
	left: 0;
	top: 0.4em;
}
.cat_select a:hover,
.cat_select .active a {
	color: var(--color_dgrn);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cat_select {
	display: flex;
	flex-wrap: wrap;
	gap: .5em 1em;
}
.cat_select a {
	font-size: 90%;
}
}

/*---------------------------------------------------------
 col_wrap
---------------------------------------------------------*/
.topics_side .com_h__en {
	color: var(--color_dgrn);
	margin-bottom: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.col_wrap {
	max-width: 1220px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 26% 68%;
	margin: 0 auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics_side {
	margin-bottom: 10%;
}
}

/*---------------------------------------------------------
 archive
---------------------------------------------------------*/
.archive-title {
	display: none;
	text-align: right;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}



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

======================================================== */
.single_page article {
	max-width: 1100px;
	margin: 0 auto;
}
.single_page .entry-inf {
	margin-bottom: 6%;
}
.single_page .com_link1 {
	margin-top: 6%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10% !important;
}
}
/*---------------------------------------------------------
 TOC
---------------------------------------------------------*/
.single_page #toc_container {
	display: block !important;
	background: transparent !important;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-weight: var(--fw_bold);
	letter-spacing: .15em;
	padding: 1.2em 0;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}
.single_page #toc_container .toc_title {
	text-align: left;
	color: var(--color_och);
	font-weight: bold;
	font-style: normal;
	font-size: 125%;
	letter-spacing: .12em;
	line-height: 1.2em;
	padding-left: 1.8em;
	background: url("../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	position: relative;
	margin: 0;
}
.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: .5em 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;
	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: #f1eee7;
}
.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-size: 118%;
	font: var(--font_wed);
	letter-spacing: .1em;
	border-right: solid 1px #ccc;
	padding-right: .7em;
	margin-right: .6em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page #toc_container {
	margin-top: 6%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.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;
}
}
/*---------------------------------------------------------
 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;
}
}

/*---------------------------------------------------------
pagenavi
---------------------------------------------------------*/
.pagenavi_wrap {
	margin-top: 80px;
	box-sizing: border-box;
	padding: 5% 4.4% 0;
	border-top: 1px solid #595959;
}
.wp-pagenavi {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 1.6em;
	align-items: center;
	text-align: center;
	font-size: min(100%);
	letter-spacing: .12em;
	white-space: nowrap;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	position: relative;
	display: block;
	color: #adb3b8;
	font: var(--font_wed);
	line-height: 1.1;
	width: 1.1em;
	box-sizing: border-box;
	padding: .4em 0;
	border-bottom: 1px solid transparent;
	margin: 0;
	letter-spacing: normal;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current{
	color: #000;
	border-color: currentColor;
}
/* 左右の矢印 */
/* .wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: none;
} */

.wp-pagenavi .first,
.wp-pagenavi .last {
	position: absolute;
	font-size: 106%;
	top: 0;
}
.wp-pagenavi .first {
	left: 0;
}
.wp-pagenavi .last {
	right: 0;
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::after {
	display: inline-block;
	font-family: 'fontello';
	content: '\e801';
	color: #b34644;
	text-align: center;
	font-size: 70%;
	font-weight: normal;
	line-height: 1.6;
	width: 1.5em;
	padding-left: .1em;
	border: 1px solid currentColor;
	border-radius: 50%;
	vertical-align: 0.2em;
	transition: all .5s;
}
.wp-pagenavi .first::before {
	scale: -1 1;
	margin-right: .8em;
}
.wp-pagenavi .last::after {
	margin-left: .8em;
}
.wp-pagenavi .first:hover::before,
.wp-pagenavi .last:hover::after {
	color: #FFF;
	background-color: #b34644;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagenavi_wrap {
	padding: 6% 2% 0;
	margin-top: 14%;
}
.wp-pagenavi {
	font-size: 95%;
	column-gap: 1.2em;
}
}

/*---------------------------------------------------------
page_link
---------------------------------------------------------*/
.page_link {
	display: flex;
	justify-content: space-between;
	font-size: 106%;
	letter-spacing: .05em;
	line-height: 1.4em;
	white-space: nowrap;
	padding: 1.5em 1em;
	border-top: solid 1px #595959;
	border-bottom: solid 1px #595959;
	margin-top: 8.2%;
}
.page_link li {
	width: 48%;
}
.page_link li.link_next {
	text-align: right;
}
.page_link a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.page_link li a::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e801';
	text-align: center;
	color: var(--color_dred);
	font-size: 75%;
	font-weight: normal;
	line-height: 1.6;
	width: 1.5em;
	padding-left: .1em;
	border: 1px solid currentColor;
	border-radius: 50%;
	top: 0;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.page_link li.link_prev a {
	padding-left: 2.5em;
}
.page_link li.link_prev a::before {
	left: 0;
	scale: -1 1;
}
.page_link li.link_next a {
	padding-right: 2.5em;
}
.page_link li.link_next a::before {
	right: 0;
}
.page_link li a:hover {
	color: var(--color_dred);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.page_link {
	margin-top: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.page_link {
	width: 100%;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 1.5em .5em;
	margin-top: 15%;
}
}

/* ========================================================
  
  wp_f_box

======================================================== */
.wp_f_box {
	color: #FFF;
	background-color: #a2695a;
	padding: min(10vw,120px) 0;
	margin-top: min(10vw,120px);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.wp_f_box .widget_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 50% 45%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp_f_box {
	padding: 11% 0 12%;
}
}
/*wp_f_box:near_box
-----------------------------------------------------*/
.widget_box .near_box {
	line-height: 1.5;
	letter-spacing: .15em;
}
.widget_box .wid_index {
	font-size: 112%;
	margin-bottom: .4em;
}
.widget_box .near_list > li {
	border-bottom: 1px solid #be968b;
}
.widget_box .near_list a {
	display: block;
	position: relative;
	padding: .8em 0;
	padding-left: 1.8em;
}
.widget_box .near_list a::before {
	position: absolute;
	content: "";
	background-color: #c39d94;
	border-radius: 50%;
	width: .6em;
	height: .6em;
	left: .4em;
	top: 1.2em;
	transition: background-color .5s;
}
.widget_box .near_list a:hover::before {
	background-color: var(--color_dred);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.widget_box .wid_index {
	font-size: 105%;
	letter-spacing: .1em;
}
.widget_box .near_list a {
	font-size: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box .wid_index {
	font-size: 100%;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
.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 {
	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-color: var(--color_dred);
	color: #fff;
	font-size: 118%;
	line-height: 1.0em;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody td {
	color: #000;
	font-size: 95%;
	line-height: 1.7;
	padding: 1em 0;
}
.widget_box #wp-calendar tbody a {
	color: var(--color_dred);
	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: #be968b;
}
.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;
}
}




/* ========================================================
  
  カテ別

======================================================== */
/* news */
.cat_30 .entry_list article:last-of-type {
	border-bottom: none;
}
.cat_30 .entry_list article > a {
	pointer-events: none;
}
.cat_30 article .post_cat {
	display: none;
}
/* blog */
.blog .wp_f_box {
	background-color: #a19161;
}
.blog .com_link1 .com_arw-r,
.blog .widget_box .near_list a:hover::before,
.blog .widget_box #wp-calendar thead th {
	background-color: #8f7e45;
}
.blog .page_link li a:hover,
.blog .page_link li a::before,
.blog .widget_box #wp-calendar tbody a {
	color: #8f7e45;
}
.blog .widget_box .near_list a::before  {
	background-color: #c2b798;
}
.blog .widget_box #wp-calendar tfoot a:hover  {
	color: #c2b798;
}
.blog .widget_box .near_list > li {
	border-color: #bdb290;
}




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

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

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

}


