@charset "UTF-8";

.w900 {
	width: 94%;
	padding: 0 3%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}



/*共通
--------------------------------------------------------------------*/
article {
	box-sizing: border-box;
	border-top: solid 1px #c0bcb8;
	padding: 70px 5%;
}

.entry-inf {
	color: #a37b80;
	margin-bottom: 25px;
}
.entry-inf a {
	color: #a37b80;
	text-decoration: none !important;
	transition: all 0.5s;
}
.entry-inf a:hover {
	transition: all 0.2s;
	opacity: 0.6;
}
/* 日付 */
.entry-date {
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 105%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
/* タイトル */
.entry-title {
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

/* 記事 */
.txt_summary a,
.entry-content a {
	color: #a9a49d;
	text-decoration: underline;
}
.txt_summary a:hover {
	color: #4b4033;
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
article {
	padding: 5% 0;
}
.entry-inf {
	margin-bottom: .8em;
}
/* 日付 */
.entry-date {
	font-size: 90%;
	margin-bottom: .2em;
}
/* タイトル */
.entry-title {
	font-size: 160%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
article {
	padding: 10% 0;
}
.entry-inf {
	margin-bottom: .5em;
}
/* 日付 */
.entry-date {
	font-size: 90%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
/* タイトル */
.entry-title {
	font-size: 140%;
	letter-spacing: .05em;
}
}



/*子カテゴリー
--------------------------------------------------------------------*/
/*子カテゴリーリンク*/
.cat_select {
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.4em;
	width: 100%;
	max-width: 22em;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	margin-bottom: 50px;
}
.cat_select .open_btn {
	background: #c0bcb8;
	color: #fff;
	padding: 1.2em;
	position: relative;
	cursor: pointer;
}
.cat_select .open_btn::before {
	font-family: 'fontello';
	content: '\e801';
	width: 2.2em;
	line-height: 2.2em;
	border-radius: 50%;
	background: #e4e2e0;
	text-align: center;
	color: #4b4033;
	font-weight: normal;
	letter-spacing: normal;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
.cat_select .open_box {
	display: none;	/*初期表示*/
	position: absolute;
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
	background: #c0bcb8;
	padding: 0 5px 5px;
	top: 100%;
	left: 0;
}
.cat_select .open_box ul {
	background: #fff;
	padding: 0 3%;
}
.cat_select .child_cat_list a {
	display: block;
	padding: 1.0em 5%;
	padding-right: 3.0em;
	position: relative;
	border-bottom: solid 1px #c0bcb8;
}
.cat_select .child_cat_list a:hover {
	color: #c0bcb8;
}
.cat_select .child_cat_list li:last-child a {
	border-bottom: none;
}
.cat_select .child_cat_list a::before {
	font-family: 'fontello';
	content: '\e801';
	font-weight: normal;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}

/*記事内子カテゴリー*/
article .child_cat_list2 {
	display: flex;
    flex-wrap: wrap;
}
article .child_cat_list2 li {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.2em;
	border: solid 1px #d2cfcc;
	padding: .2em 1.0em;
	border-radius: 2em;
	margin-top: 1.0em;
	margin-right: 5px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*子カテゴリーリンク*/
.cat_select {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*子カテゴリーリンク*/
.cat_select {
	font-size: 90%;
	letter-spacing: .1em;
	width: 80%;
	max-width: 100%;
	margin-bottom: 5%;
}
.cat_select .open_btn {
	padding: .6em 1.2em;
}
.cat_select .open_btn::before {
	font-size: 80%;
}
.cat_select .child_cat_list a {
	padding: .8em 0;
	padding-right: 3.0em;
}

/*記事内子カテゴリー*/
article .child_cat_list2 li {
	font-size: 80%;
	margin-top: .5em;
}
}



/*一覧ページ
--------------------------------------------------------------------*/
.entry_list .float_box .img_thumbnail {
	float: left;
	width: 25%;
	max-width: 290px;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #b4a8a6;
}
.entry_list .float_box .txt_box {
	width: 72%;
	float: right;
}
.entry_list .float_box .img_thumbnail:before {
    content:"";		/*高さ*/
    display: block;
    padding-top: 66%;
}
.entry_list .float_box .img_thumbnail img {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
}

/* アーカイブタイトル */
.archive-title {
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 2.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry_list .float_box .img_thumbnail {
	width: 28%;
}
.entry_list .float_box .txt_box {
	width: 69%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list .float_box .img_thumbnail {
	float: none;
	width: 60%;
	margin: 0 auto 1.0em;
}
.entry_list .float_box .txt_box {
	width: 100%;
	float: none;
}

/* アーカイブタイトル */
.archive-title {
	font-size: 90%;
}
}



/*個別ページ
--------------------------------------------------------------------*/
.single_page article {
	padding-bottom: 150px;
}
.single_page article p {
	margin-top: 1.5em;
}
.single_page article p:first-child {
	margin-top: 0;
}
/* タイトル */
.single_page .entry-inf {
	margin-bottom: 60px !important;
}

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

/* 前後の記事へ */
.single_page .page_link {
	border-top: solid 1px #c0bcb8;
	border-bottom: solid 1px #c0bcb8;
	padding: 1.5em 0;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.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 {
	opacity: 0.6;
}
.single_page .page_link li.flt_l a::before,
.single_page .page_link li.flt_r a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	color: #938d85;
	font-size: 80%;
	font-weight: normal;
	top: 0;
}
.single_page .page_link li.flt_l a {
	padding-left: 1.5em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: scale(-1, 1);
}
.single_page .page_link li.flt_r a {
	padding-right: 1.5em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
}

.single_page .list_link {
	margin-top: 40px;
	text-align: center;
}
.single_page .list_link .com_link1 {
	display: inline-block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page article {
	padding-bottom: 10%;
}
.single_page .entry-inf {
	margin-bottom: 4% !important;
}
.single_page .list_link {
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page article {
	padding-bottom: 15%;
}
.single_page article p {
	margin-top: 1.0em;
}
.single_page .entry-inf {
	margin-bottom: 1.5em !important;
}
	
/* 前後の記事へ */
.single_page .page_link {
	width: 100%;
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.0em 0;
}
.single_page .page_link li {
	width: 100%;
}
.single_page .page_link li.flt_l {
	text-align: center;
	float: none;
}
.single_page .page_link li.flt_r {
	margin-top: 10px;
	text-align: center;
	float: none;
}
.single_page .list_link {
	margin-top: 1.0em;
}
	
/* 画像 */
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;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	border-top: solid 1px #c0bcb8;
	clear: both;
	width: 100%;
	padding: 60px 0 0;
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 140%;
	line-height: 1.5em;
	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.5em;
	box-sizing: border-box;
	margin: 0 10px;
	letter-spacing: normal;
	position: relative;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #938d85;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}

/* 現在地 */
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
	color: #938d85;
}
.wp-pagenavi span.current::before,
.wp-pagenavi a.page:hover::before {
	opacity: 1;
}

/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/topics/next@2x.png") no-repeat center .4em;
	background-size: 20% auto;
}
.wp-pagenavi .previouspostslink {
	background-image: url("../images/topics/prev@2x.png");
}

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

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

 
 
/*ウィジェット
-----------------------------------------------------*/
.widget_box {
	width: 100%;
	background: #f6f6d3;
	padding: 80px 0;
}

.widget_box .near_box {
	width: 50%;
	float: left;
}
.widget_box .calendar_box {
	width: 45%;
	float: right;
	position: relative;
}

.widget_box .wid_index {
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #a37b80;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.widget_box .near_list {
	line-height: 1.4em;
}
.widget_box .near_list a {
	display: block;
	padding: .8em 0;
	border-bottom: solid 1px #c0bcb8;
	position: relative;
	padding-left: 1.6em;
}
.widget_box .near_list a:hover {
	color: #a9a49d;
}
.widget_box .near_list a::before {
	content: "";
	position: absolute;
	letter-spacing: normal;
	line-height: 1.0em;
	font-weight: normal;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #a37b80;
	left: .5em;
	top: 1.4em;
}

.widget_box #wp-calendar {
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #f9f5fa;
}
.widget_box #wp-calendar a {
	color: #e87e3a;
}
.widget_box #wp-calendar a:hover {
	color: #333333 !important;
}
.widget_box #wp-calendar caption,
.widget_box #wp-calendar tfoot {
	line-height: 1.0em;
}
.widget_box #wp-calendar caption {
	letter-spacing: .2em;
	padding-bottom: 15px;
}

.widget_box #wp-calendar thead th {
	background: #a37b80;
	color: #fff;
	font-weight: 500;
	line-height: 1.0em;
	padding: 15px 0;
}

.widget_box #wp-calendar tbody {
}
.widget_box #wp-calendar tbody td {
	padding: .2em 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 a {
	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 #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:hover {
	color: #ccc !important;
}
.widget_box #wp-calendar tfoot a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	color: #bcafa4;
	top: 0;
}
.widget_box #wp-calendar #prev a::before {
	left: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.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;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.widget_box {
	padding: 10% 0;
}
.widget_box .near_box {
	width: 100%;
	float: none;
	font-size: 90%;
}
.widget_box .calendar_box {
	width: 100%;
	max-width: auto;
	float: none;
	margin: 8% auto 0;
}
.widget_box .wid_index {
	margin-bottom: .3em;
}
}

 
 
/*Not Found
-----------------------------------------------------*/
.no_page .com_bg_grad {
	padding-top: 100px;
	padding-bottom: 150px;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.no_page .com_bg_grad {
	padding-top: 10%;
	padding-bottom: 15%;
	font-size: 90%;
}
}