@charset "UTF-8";
/*
Theme Name: OomoriGarden-ShopBlog
Theme URI: https://omorigarden.shop-pro.jp/
Author: One-X Co.,Ltd.
Author URI: https://one-x.co.jp/
Description: 
Version: 1.0
*/
section.post-excerpt { margin-bottom: 50px;}

#information h1 {
	font-size: 24px;
	line-height: 32px;
	border-bottom: solid 1px #333;
	background: url(./images/icn_leaf.png) no-repeat 0% 100%;
	background-size: 1em;
	padding-left: 1.2em;
	position: relative;
	margin: 0 0 15px;
}
#information h1 span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	font-style: italic;
	font-family: serif;
}
.categorylist {
	width: 100%;
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
}
.categorylist li {
	width: 50%;
	text-align: center;
	border-left: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
}
.categorylist li a {
	padding: 8px 0;
	display: block;
	border-top: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	background: #fff;
	text-decoration: none;
}
.categorylist li.active a,.categorylist li a:hover { background: #C6C6C6; color: #fff;}
.categorylist li:nth-child(n+2) { margin-left: -1px;}
.categorylist li:nth-child(7) { margin-left: 0px;}
.categorylist li:nth-child(n+7) { margin-top: -1px;}
.newslist ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#information .entrydeta {
	width: 100%;
	text-align: right;
}
#information .newslist .entrydeta {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
}
#information .entrydeta .category {
	background: url(./images/icn_ribbon.png) no-repeat 0% 50%;
	background-size: 1em;
	padding-left: 1.4em;
}
#information .entrydeta .datetime {
	margin-right: 15px;
}
#information .post-excerpt h2 {
	font-size: 26px;
	line-height: 1.45;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: solid 1px #707070;
}
#information .post-excerpt {
	font-size: 16px;
	line-height: 1.8;
}
#information .post-excerpt {
	font-size: 16px;
	line-height: 1.8;
}
#information .post-excerpt .entrydeta {
	font-size: 12px;
	margin-bottom: 30px;
}
#information .post-excerpt p,
#information .post-excerpt table,
#information .post-excerpt ul,
#information .post-excerpt ol {
	margin-bottom: 1.5em;
}
#information .post-excerpt ul li {
	list-style: disc;
	margin-left: 1.5em;
}
#information .post-excerpt ol li {
	list-style: decimal;
	margin-left: 1.5em;
}
#information .post-excerpt .dlStyle01,
#information .post-excerpt .dlStyle02 {
	width: 100%;
	margin: 0 0 30px;
	line-height: inherit;
}
#information .post-excerpt .dlStyle01 dt,
#information .post-excerpt .dlStyle02 dt {
	width: auto;
	margin-bottom: 5px;
}
#information .post-excerpt .dlStyle01 dd,
#information .post-excerpt .dlStyle02 dd {
	padding-right: 15px;
	margin-bottom: 5px;
}
#information .post-excerpt .dlStyle01 dd:after,
#information .post-excerpt .dlStyle02 dd:after {
	content: "";
	display: block;
	clear: left;
}
.newslist ul {
	margin: 0 0 50px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.newslist li {
	width: 100%;
	height: 220px;
	margin: 0 0 30px;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.newslist li .thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.newslist li .category-label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}
.newslist li .category-label a {
	display: inline-block;
	padding: 5px 15px;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	background: #2c0000;
}
.newslist li .text {
	background:rgba(255,255,255,0.8);
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.newslist li .text .datetime {
	font-size: 12px;
}
.newslist li .text .entry-title {
	font-size: 14px;
	font-weight: bold;
}


.pagenation {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
	border-top: solid 1px #333;
	padding-top: 10px;
}
.pagenation .prev { text-align: left;}
.pagenation .next { text-align: right;}
.pagenation .list { text-align: center;}
.pagenation a { 
	text-decoration: none;
}
.wp-pagenavi {
	text-align: center;
	margin-bottom: 60px;
}
.wp-pagenavi a, .wp-pagenavi span { padding: 8px 10px}

.blognav h2 {
	background: #2C0000;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
}
.blognav ul {
	margin: 0 15px 20px;
	list-style: none;
}
.blognav ul li { margin-bottom: 5px;}

.slider-box { width: 100%; overflow-x: hidden; margin-bottom: 40px; position: relative;}
.slider  { margin-bottom: 15px;}
.slider-thumbnail .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.slider-thumbnail .swiper-slide { border: solid 1px #7c7c7c; width: 32% !important; height: 100%; margin-right: 2%; margin-bottom: 1%; opacity: .3; overflow: hidden; }
.slider-thumbnail .swiper-slide:not(.swiper-slide-thumb-active) { cursor: pointer; }
.slider-thumbnail .swiper-slide:last-child { margin-right: 0; }
.slider-thumbnail .swiper-slide-thumb-active { opacity: 1; }
.slider-thumbnail .swiper-slide img { width: 100%; height: 68px; object-fit: cover; }
.swiper-button-next:after, .swiper-button-prev:after { color: #000; }
/*.swiper-container { width: 100%; max-width: 100%; margin: 0 auto; }
.slider.swiper-container, .entry-photo { border: solid 1px #7c7c7c; }*/

.def-lst-dd img {
	width: 40px;
}
.mail-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 200;
}
.line-button {
  position: fixed;
  bottom: 66px;
  left: 10px;
  z-index: 200;
}

@media screen and (min-width: 768px) {
	.categorylist li { width: 16%;}
	.newslist li {
		width: 32%;
		margin-right: 15px;
	}
	.newslist li:nth-child(3n) { margin-right: 0;}
	.newslist li .category-label a:hover {
		background: #333;
	}
	.blognav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blognav .blognav-column {
		width: 48%;
	}

	.slider-thumbnail .swiper-slide { width: 18%!important; margin-right: 2%; }
	.slider-thumbnail .swiper-slide img { height: 84px; }
	
}