﻿*{
	box-sizing: border-box;
}
.wrapper{
	margin: 0 auto;
	width: 90%;
}
#wrapper{
	flex-direction: column;
	margin: 0 auto 30px;
	width: 90%;
}
img{
	max-width: 100%;
	height: auto;
}
/*ボタン*/
.viewmore {
	text-align: center;
	width: 75%;
	margin: auto;
}
.viewmore a{
	display: block;
	background: #fff;
	padding: 12px 0 10px;
	border: 1px solid #a499af;
}
/* サイドバー */
#p_side {	
  width: 90%;
  max-width: 400px;
  margin: 30px auto 0;
}
#searchform{
	position: relative;
}
#sbox{
	width: 100%;
	padding: 8px 8px 6px;
	box-sizing: border-box;
	border-radius: 0;
	border: solid 1px #7d7d7d;
	font-size: 14px;
}
#sbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	width: 35px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.bannerarea{
	margin-top: 40px;
}
.bannerarea p:nth-child(n+2){
	margin-top: 10px;
}
select.cateselect{
  width: 100%;
  padding: 9px;
  background: #000;
  color: #fff;
  margin-top: 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}
.nav-arrow select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sp-select {
    margin-bottom: 40px;
}
/* ブログ一覧 */
.blog-title{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-top: 30px;
  letter-spacing: 2px;
}
.blog-title span{
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}
.blog-titlef{
	font-size: 17px;
}
.post-date a,
.single-date a{
	color: #a07a00;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 4px;
}
.post-date a:nth-child(n+2)::after {
  content: " ";
  margin-right: .5em;
}
.post-date a:hover,
.single-date a:hover{
	color: #666;
}
.post-date {
  font-size: 11px;
  margin-top: 8px;
	display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.5px;
}
.post-date span{
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}
.single-date{
	text-align: right;
	font-size: 13px;
	margin-top: 10px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 900;
}
/* ブログシングル */
.breadcrumbs {
  font-size: 10px;
}
.single-title {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 1px;
}
.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: 30px;
}
.single-post h1{
	margin-bottom: 20px;
}
.single-post h1 span{
	font-size: 20px!important;
	font-weight: bold!important
}
.single-post h1 span,
.single-post h3 span{
	font-size: 15px!important;
}
.single-post p {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.7;
  font-weight: 400;
}
.post-tag span,
.single-tag span {
  margin: 5px 0 0 5px;
  background: #f5f5f5;
  padding: 2px 5px;
  display: inline-block;
}
.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,
.single-tag a{
	font-size: 10px;
	display: block;
	color: #000;
}
.post-tag,
.single-tag {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
/* ページナビ */
.prevnextarea {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dotted #aaaaaa;
  border-bottom: 1px dotted #aaaaaa;
  margin-top: 80px;
  padding: 12px 0 10px;  
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}
.prevnextarea p{
	width: 30%;
  text-align: center;
}
.prevnextarea p .fa{
  font-size: 15px;
}
.prevnextarea p a{
	color: #000;
	font-size: 14px;
	display: block;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
}
.prevnextarea p a:hover{
	color: #666;
}
/* ピックアップ部分 */
.blog-title2 {
  margin-top: 80px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 900;
}
.post-list {
	width: 100%;
	margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-list li{
	width: 47%;
  margin: 30px  0 0;
  position: relative;
}
.post-title{
	padding: 0 4px;
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.post-thumb img{
	width: 100%;
	border-radius:3px;
}
/*ページ送り*/
#pnavi{
 text-align: center;
 margin-top: 40px;	
}
.wp-pagenavi span.current{
	background: #847284;
	color: #fff;
  border-color: #000;
}
/* 追記 */
#wrapper>.flex{
	flex-direction: column;
}
.post-thumb.no-thum img{
	border: 1px solid #d6d6d6;
}