*{
	box-sizing: border-box;
}
#wrapper>.flex{
	width: 100%;
}
/*ボタン*/
.viewmore {
	text-align: center;
	width: 240px;
	margin: auto;
}
.viewmore a{
	display: block;
	background: #fff;
	padding: 14px 0 12px;
	border: 1px solid #a499af;
}
/*共通*/
.wrapper{
	display: flex;
	justify-content: space-between;
  margin: 50px auto 120px;
  position: relative;
  width: 90%;
  max-width: 1200px;
}
.main{
  margin-right: 5%;
  flex: 1;
}
@media screen and (max-width:950px){
	.main{
		margin-right: 0;
	}
}
/*商品詳細サイド・PCハンバーガーメニュー*/
#p_side{
	min-width: 220px;
	width: 220px;
	margin-top: 30px;
}
@media screen and (max-width:950px){
	#p_side{
		display: none;
	}
}
.singleP #p_side{
	margin-top: 10px;
}
#searchform{
	position: relative;
}
#sbox{
	width: 100%;
	padding: 7px 8px 5px;
	box-sizing: border-box;
	border-radius: 0;
	border: solid 1px #7d7d7d;
}
#sbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	width: 35px;
	background: #000;
	color: #fff;
}
.bannerarea{
	margin-top: 40px;
}
.bannerarea p:nth-child(n+2){
	margin-top: 10px;
}
#p_side h3{
	margin: 40px 0 15px;
	line-height: 1.2em;
	padding-left: 8px;
	font-size: 15px;
	border-left: 6px solid #a07a00;
	letter-spacing: 1px;
}
.catelist1 li {
  cursor: pointer;
}
.catelist1 li a{
	display: block;
	font-size: 13px;
	padding: 11px 3px 6px;
	border-bottom: solid 1px #d6d6d6;
	position: relative;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
}
.catelist1 li a:hover{
	color: #000;
}
.catelist1 li a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f054";
	font-size: 10px;
	opacity: 1;
	color: #4e4e4e;
	margin-right: 12px;
}
.sidesnsn2{
	display: flex;
	margin-top: 25px;
	justify-content: center;
}
.sidesnsn2 li{
	font-size: 24px;
	padding-right: 14px;
}
.sidesnsn2 a{
	padding: 0;
	color: #998f99;
}
.sidesnsn2 a:hover{
	color: #3e3448;
}
.recent-list li {
  display: flex !important;
  align-items: center;
  padding: 6px;
  background: #e9e9e9;
  position: relative;
}
.recent-list li a{
	display: block;
}
.recent-list li:nth-child(n+2){
	margin-top: 10px;
}
.side-post-img {
  width: 30%;
  margin-right: 3%;
}
.side-post-title {
  width: 67%;
  font-size: 10px;
  font-weight: 400;
}
.recent-list li::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 2em solid transparent;
  border-right: 2em solid #a07a00;
  position: absolute;
  z-index: 1;
}
.recent-list li::after {
  content: "1";
  display: block;
  bottom: 0;
  color: #fff;
  right: 5px;
  position: absolute;
  z-index: 2;
  font-size: 11px;
  font-weight: bold;
}
.recent-list li:nth-child(2)::after{
  content: "2";
}
.recent-list li:nth-child(3)::after{
  content: "3";
}
/* ブログ一覧 */
.blog-title {
  font-size: 28px;
  letter-spacing: 3px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d6d6d6;
}
.blog-titlef{
	font-size: 22px;
	letter-spacing: 3px;
}
.post-date a,
.single-date a{
	color: #a07a00;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 5px;
	font-size: 13px;
}
.post-date a:nth-child(n+2)::after {
  content: " ";
  margin-right: 1em;
}
.post-date a:hover,
.single-date a:hover{
	color: #666;
}
.post-date {
  font-size: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.post-date span{
  font-size: 13px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 900;
}
.single-date{
	text-align: right;
	font-size: 15px;
  margin-top: 10px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 900;
}
/* ブログシングル */
.breadcrumbs {
  font-size: 10px;
}
.single-title {
  font-size: 28px;
  letter-spacing: 2px;
}
.single-tag {
  text-align: right;
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.wp-block-image {
  margin: 30px 0 0;
}
.singleP .single-date{
	margin-bottom: 50px;
}
.single-post h1{
	margin-bottom: 25px;
}
.single-post h1 span{
	font-size: 29px!important;
	font-weight: bold!important
}
.single-post h1 span,
.single-post h3 span{
	font-size: 22px!important;
}
.single-post p {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.6;
}
.single-post p img{
	display: block;
}
.single-tag span {
  margin: 5px 0 0 5px;
  background: #000;
  padding: 3px 5px;
  display: inline-block;
}
.post-tag span {
  margin: 10px 0 0 5px;
  background: #f5f5f5;
  padding: 2px 5px;
}
.single-tag span:hover,
.post-tag span:hover{
	background: #ccc;
}
.single-tag span a::before,
.post-tag span a::before{
	content: "#";
}
.single-tag a{
	color: #fff;
}
.post-tag a{
	font-size: 10px;
	display: block;
}
.post-tag {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
/* ページナビ */
.prevnextarea {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dotted #9a909b;
  border-bottom: 1px dotted #9a909b;
  margin-top: 80px;
  padding: 20px 0;
}
.prevnextarea p{
	width: 20%;
  text-align: center;
}
.prevnextarea p .fa{
  font-size: 15px;
}
.prevnextarea p a{
	color: #000;
	font-size: 15px;
	display: block;
	margin: 0 auto;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
}
.prevnextarea p a:hover{
	color: #666;
}
/* ピックアップ部分 */
.blog-title2 {
  margin-top: 80px;
  text-align: center;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}
.post-list {
  display: flex;
  flex-wrap: wrap;
}
.post-list li{
	width: 31%;
  margin: 40px 3.5% 0 0;
}
.post-list li:nth-child(3n){
	margin-right: 0;
}
.post-title{
	padding: 0 5px;
	font-size: 13px;
	margin-top: 7px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 1px;
}
.post-thumb img{
	width: 100%;
	border-radius: 4px;
}
/*ページ送り*/
#pnavi{
 text-align: center;
 margin-top: 40px;	
}
.wp-pagenavi span.current{
	background: #847284;
	color: #fff;
  border-color: #000;
}
.post-thumb.no-thum img{
	border: 1px solid #d6d6d6;
}