﻿@charset "utf-8";
/* CSS Document */
/* ブログページ設定 */

@media print,screen and (min-width: 768px){

/* PC用設定 */

#blog {}
#blog .thumbnail {
}
#blog .thumbnail li {
	float: left;
	width:215px;
	padding-top: 15px;
	padding-right:26px;
	padding-bottom: 15px;
	background-image: url(../img/blog/right_line.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-size: 14px;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	margin-bottom: 15px;
}
#blog .thumbnail li:nth-child(1),
#blog .thumbnail li:nth-child(2),
#blog .thumbnail li:nth-child(3) {
	border:none!important;
}
#blog .thumbnail li:nth-child(3n) {
	background-image:none;
	padding-left:26px!important;
	padding-right:0!important;
}
#blog .thumbnail li:nth-child(3n-1) {
	padding-left:26px!important;
}
#blog .thumbnail li:nth-child(3n+1) {
	clear:both!important;
}
#blog .thumbnail li img {
	width:215px;
	height: 161px;
	margin-bottom:1em;
	object-fit: cover; /* 自動トリミング */
}
#blog .thumbnail li h5 {
    font-size: 16px;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-top: 0.5em;
	font-weight: normal;
}
#blog .thumbnail li h5 a {
	text-decoration: underline;
}
#blog .thumbnail li h5 a:hover {
	text-decoration: none;
}
#blog .thumbnail li h6 {
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    background-color: #6EBA2A;
    display: inline-block;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    border-radius: 13px;
    font-weight: normal;
    margin-top: 1em;
}
#blog .thumbnail li h6 a {
	text-decoration: none;
	color: #FFF;
}
#blog .thumbnail li h6 a:hover {
	text-decoration: none;
	color: #FF0;
}
#blog .wp-pagenavi {
	margin-top: 5em;
	text-align:center!important;
}

/* 記事ページ用設定 */

#blog .entry-meta,
#blog .entry-utility,
#blog .nocomments {
	display:none;
}
#blog .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
#blog .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
#blog .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#blog .blog_title {
	font-size: 20px!important;
	line-height: 1.3em!important;
	background-color: #FFF!important;
	border-left: none!important;
	margin-top: 0.5em!important;
	margin-bottom: 2em!important;
	padding-top: 0.7em!important;
	padding-bottom: 0.5em!important;
	padding-left: 0.5em!important;
	font-weight: bold!important;
	border-top-width: 1px!important;
	border-bottom-width: 1px!important;
	border-top-style: dashed!important;
	border-bottom-style: solid!important;
	border-top-color: #875b30!important;
	border-bottom-color: #875b30!important;
}
#blog .category_name {
	width:650px;
	float:left;
	margin-top:1em;
}
#blog .category_name h6 {
	font-size: 13px;
	line-height: 1em;
	color: #FFF;
	background-color: #6EBA2A;
	display: inline-block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-radius: 13px;
	font-weight: normal;
}
#blog .category_name h6 a {
	text-decoration: none;
	color: #FFF;
}
#blog .category_name h6 a:hover {
	text-decoration: none;
	color: #FF0;
}
#blog .blog_date {
	font-size: 15px;
	line-height: 1em;
	width:100px;
	float:right;
	margin-top:1.8em;
	text-align:right;
}
#blog .page_navi {
	padding-top:4em;
}
#blog .page_navi li {
	font-size: 14px;
	line-height: 1em;
	background-color: #fbf8f6;
	text-align: center;
	padding-top: 1.2em;
	padding-bottom: 1em;
	float: right;
	width: 49%;
	background-image: url(../img/blog/next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#blog .page_navi li:first-child {
	float: left!important;
	background-image: url(../img/blog/previous.png)!important;
	background-position: left center!important;
}
#blog .page_navi li a {
	color: #595959;
	text-decoration: none;
}
#blog .page_navi li a:hover {
	color: #FEA500;
	text-decoration: underline;
}
#blog .PhotoSwipeImage {
	height: auto!important;
	width: 400px!important;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	display: block;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */
#blog {}
#blog .thumbnail {
}
#blog .thumbnail li {
	float: left;
	width:44%;
	padding-top: 10px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom: 10px;
	background-image: url(../img/blog/right_line.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-size: 13px;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	margin-bottom: 10px;
}
#blog .thumbnail li:nth-child(1),
#blog .thumbnail li:nth-child(2) {
	border:none!important;
}
#blog .thumbnail li:nth-child(even) {
	background-image:none;
}
#blog .thumbnail li:nth-child(2n+1) {
	clear:both!important;
}
#blog .thumbnail li img {
	width:130px;
	height: 97px;
	margin-bottom:1em;
	object-fit: cover; /* 自動トリミング */
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#blog .thumbnail li h5 {
    font-size: 16px;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-top: 0.5em;
	font-weight: normal;
}
#blog .thumbnail li h5 a {
	text-decoration: underline;
}
#blog .thumbnail li h5 a:hover {
	text-decoration: none;
}
#blog .thumbnail li h6 {
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    background-color: #6EBA2A;
    display: inline-block;
    margin-top: 0.7em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    border-radius: 13px;
    font-weight: normal;
}
#blog .thumbnail li h6 a {
	text-decoration: none;
	color: #FFF;
}
#blog .thumbnail li h6 a:hover {
	text-decoration: none;
	color: #FF0;
}
#blog .wp-pagenavi {
	margin-top: 5em;
	text-align:center!important;
}

/* 記事ページ用設定 */

#blog .entry-meta,
#blog .entry-utility,
#blog .nocomments {
	display:none;
}
#blog .alignleft,
#blog .alignright,
#blog .aligncenter {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1em;
	height: auto;
	width: 280px;
}

#blog .blog_title {
	font-size: 16px!important;
	line-height: 1.3em!important;
	background-color: #FFF!important;
	border-left: none!important;
	margin-top: 0.5em!important;
	margin-bottom: 2em!important;
	padding-top: 0.7em!important;
	padding-bottom: 0.5em!important;
	padding-left: 0.5em!important;
	font-weight: bold!important;
	border-top-width: 1px!important;
	border-bottom-width: 1px!important;
	border-top-style: dashed!important;
	border-bottom-style: solid!important;
	border-top-color: #875b30!important;
	border-bottom-color: #875b30!important;
}
#blog .category_name {
	width:auto;
	float:none;
	margin-top:1em;
}
#blog .category_name h6 {
	font-size: 13px;
	line-height: 1em;
	color: #FFF;
	background-color: #6EBA2A;
	display: inline-block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-radius: 13px;
	font-weight: normal;
}
#blog .category_name h6 a {
	text-decoration: none;
	color: #FFF;
}
#blog .category_name h6 a:hover {
	text-decoration: none;
	color: #FF0;
}
#blog .blog_date {
	font-size: 13px;
	line-height: 1em;
	width:auto;
	float:none;
	margin-top:1em;
	text-align:right;
}
#blog .page_navi {
	padding-top:2em;
	display:flex
}
#blog .page_navi li {
	font-size: 12px;
	line-height: 1.3em;
	background-color: #fbf8f6;
	text-align: left;
	padding-top: 1.2em;
	padding-bottom: 1em;
	float: left;
	width: 34%;
	background-image: url(../img/blog/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 4%;
	padding-right: 10%;
	background-size:15px;
	overflow: hidden;
}
#blog .page_navi li:first-child {
	background-image: url(../img/blog/previous.png)!important;
	background-position: left center!important;
	padding-left: 10%!important;
	padding-right: 4%!important;
	margin-right:4%;
}
#blog .page_navi li a {
	color: #595959;
	text-decoration: none;
}
#blog .page_navi li a:hover {
	color: #FEA500;
	text-decoration: underline;
}
#blog .PhotoSwipeImage {
	height: auto!important;
	width: 280px!important;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	display: block;
}

}
