<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*メインイメージ
--------------------------------------------------------------------*/
#m_img .m_img_area {
	background-image: url(../images/topics/m_img_news.jpg);
}
.cat_1 #m_img .m_img_area {
	background-image: url(../images/topics/m_img_blog.jpg);
}



/*共通
--------------------------------------------------------------------*/
.entry_list,
.single_page{
	padding-top: 70px;
	padding-bottom: 100px;
}

article {
	padding-bottom: 50px;
	border-bottom: solid 1px #D0DACB;
	margin-bottom: 50px;
}

.entry-summary .img_thumbnail {
	float: right;
	width: 32%;
	max-width: 280px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
.entry-summary .txt_summary {
	width: 65%;
	float: left;
}
.entry-summary .img_thumbnail:before {
    content:"";
    display: block;
    padding-top: 55%;
}
.img_thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

article img {
	max-width: 100%;
	height: auto;
}

/* タイトル */
article .entry-inf {
padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
article .entry-inf::after {
    content: "";
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 5px;
	background: #FFF40A;
}

article .entry-date {
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	line-height: 1.2em;
	margin-bottom: 5px;
}
article .entry-date::before {
	font-family: 'fontello';
	content: '\e809';
	margin-right: 5px;
	color: #FFDE6A;
}

article .entry-title {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
article .entry-title,
article .entry-title a {
	color: #444;
	text-decoration: none;
}
article .entry-title a:hover {color: #FFDE6A;}

/* 記事内リンク */
.txt_summary a,
.entry-content a {
	color: #FF9C6F;
	text-decoration: underline;
}
.txt_summary a:hover,
.entry-content a:hover {
font-weight: bold;
	text-decoration: none;
}

/* 色の設定 */
.cat_1 article .entry-inf::after {background: #AAD002;}
.cat_1 article .entry-date::before {color: #91C943;}
.cat_1 article .entry-title a:hover {color: #AAD002;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry_list,
.single_page{
	padding-top: 7%;
	padding-bottom: 10%;
}

article {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list,
.single_page{
	padding-top: 7%;
	padding-bottom: 10%;
}

article {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
.entry-summary .img_thumbnail {
	float: none;
	width: 100%;
	max-width: 200px;
}
.entry-summary .txt_summary {
	float: none;
	width: 100%;
	margin-top: 5%;
}
/* タイトル */
article .entry-inf {
	padding-bottom: 20px;
	margin-bottom: 25px;
	text-align: center;
}
article .entry-inf::after {
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
article .entry-date {
	margin-bottom: 5px;
}
article .entry-title {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
/* 記事 */
article .entry-content,
article .txt_summary {
	font-size: 94%;
	line-height: 1.6em;
}
}



/*一覧
--------------------------------------------------------------------*/
/* アーカイブタイトル */
.entry_list .archive-title {
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: #726452;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
/* 続きを読む */
.txt_summary .more {
	font-weight: bold;
	color: #776552;
	text-decoration: none;
}
.txt_summary .more::after {
	font-family: 'fontello';
	content: '\e802';
	color: #776552;
	padding-left: 5px;
}
.txt_summary .more:hover {color: #FFDE6A;}

/* 色の設定 */
.cat_1 article .txt_summary .more:hover {color: #AAD002;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* アーカイブタイトル */
.entry_list .archive-title {
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* アーカイブタイトル */
.entry_list .archive-title {
	margin-bottom: 5%;
}
}



/*個別ページ
--------------------------------------------------------------------*/
.single_page article {
	padding-bottom: 100px;
	margin-bottom: 0;
}
.single_page .entry-content p {
	margin-top: 30px;
}
/* 画像 */
article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright {
	padding-left: 20px;
	padding-bottom: 10px;
	display: inline;
}
article img.alignleft {
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline;
}	
article .alignright {
	float: right;
}
article .alignleft {
	float: left;
}
/* 前後の記事へ */
.topics .page_link {
	width: 100%;
	padding: 15px 0;
    border-bottom: solid 1px #D0DACB;
}
.topics .page_link li {
	width: 48%;
}
.topics .page_link li.flt_l {
	text-align: left;
}
.topics .page_link li.flt_r {
	text-align: right;
}
.topics .page_link li a,
.topics .list_link a {
	color: #776552;
	font-size: 96%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-decoration: none;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.topics .page_link li a:hover,
.topics .list_link a:hover {
	opacity: 0.6;
}
.topics .page_link li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.topics .page_link li a::before,
.topics .page_link li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.topics .page_link li.flt_l a {
	padding-left: 15px;
}
.topics .page_link li.flt_r a {
	padding-right: 15px;
}
.topics .page_link li.flt_l a::before{
	left: 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #776552;
	border-left: 1px solid #776552;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topics .page_link li.flt_r a::before{
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #776552;
	border-right: 1px solid #776552;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 一覧へもどる */
.topics .list_link {
	padding-top: 15px;
}
.topics .list_link a{
	position: relative;
	display: inline-block;
	padding-right: 25px;
	vertical-align: middle;
	text-decoration: none;
}
.topics .list_link a::before,
.topics .list_link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.topics .list_link a::before {
	right: 0;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid #776552;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.topics .list_link a::after {
	right: 3px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 2px solid transparent;
	border-left: 5px solid #776552;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page article {
	padding-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article {
	padding-bottom: 10%;
}
/* 画像 */
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;
}
/* 前後の記事へ */
.topics .page_link {
	width: 100%;
	padding: 15px 0;
}
.topics .page_link li {
	width: 100%;
}
.topics .page_link li.flt_l {
	text-align: center;
	float: none;
}
.topics .page_link li.flt_r {
	margin-top: 5px;
	text-align: center;
	float: none;
}

.topics .list_link {
	text-align: center;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	clear:both;
	margin:0;
	padding:0;
	width: 100%;
	display: inline-block;
	text-align:center;
	background: transparent;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 5px 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #726452;
	letter-spacing: normal;
	display: inline-block;
	text-align:center;
}
.wp-pagenavi .current {
	background: rgba(98,82,65,0.6);
	color: #fff;
}
.wp-pagenavi a:hover {
	background: rgba(98,82,65,1.0);
	color: #fff;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	border: none;
	padding:3px 5px;
	width: auto;
	height: auto;
	margin-right: 10px;
	font-size: 96%;
	line-height: 1.2em;
	color: #726452;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}
 
 
 
/*ウィジェット
-----------------------------------------------------*/ 
.widget_box {
	background: rgba(184,185,168,0.1);
	padding: 50px 0;
}
.widget_box .near_box {
	width: 48%;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	float: right;
}

.widget_box h5 {
	color: #756452;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 2px #756452;
	margin-bottom: 20px;
}
.widget_box .near_list li {
	margin-bottom: 5px;
}
.widget_box .near_list li a::after {
	font-family: 'fontello';
	content: '\e802';
	font-size: 90%;
	color: #776552;
	padding-left: 5px;
}
.widget_box .near_list a:hover {
	text-decoration: underline;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	color: #756452;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .2em;
	padding-bottom: 15px;
}
.widget_box #wp-calendar thead th {
	background: #998B81;
	color: #fff;
	font-size: 100%;
	line-height: 1.0em;
	font-weight: bold;
	padding: 15px 0;
}

.widget_box #wp-calendar tbody td {
	background: #fff;
	padding: 10px 0;
}
.widget_box #wp-calendar a {
	color: #FF9C6F;
	font-weight: bold;
	text-decoration: underline;
}
.widget_box #wp-calendar a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.widget_box #wp-calendar tfoot {
	width: 100%;
	position: absolute;
	top: 0;
}
.widget_box #wp-calendar tfoot a {
	color: #756452 !important;
	text-decoration: none;
}
.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;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	margin-top: 10%;
	padding-top: 8%;
}
.widget_box .near_box {
	width: 100%;
	float: none;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 6% auto 0;
	padding-top: 6%;
}
}</pre></body></html>