@charset "utf-8";
/* ブログ */
.article h1::after {
  background: url(../images/top/article.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.article img{
	max-width: 100%;
}
.w100p{
	width: 100% !important;
}
.blog-wrap{
	width: 100%;
	margin: 30px auto 0;
}
.articlelist li{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.article__img{
	margin-bottom: 5px;
	width: 38%;
}
.article__img img{
	border-radius: 5px;
	width: 100%;
}
.article__ttl{
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 1.4;
}
.article__txt{
	width: 58%;
}
.article__txt2{
	font-size: 12px !important;
	margin-top: 5px;
}
.article__date{
	color: #666666;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: underline;
	margin-top: 5px;
}
.article .sec-ttl::after {
  background: url(../images/top/article.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.post-text-s h2{
	font-size: 18px;
	border-bottom: 1px solid;
  margin-bottom: 10px;
  color: #8a5200;
}
.post-text-s h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.post-text-s h3::before{
	content: "●";
	margin-right: .3em;
}

/* セレクト */
select{
	-webkit-appearance: none;
}
#sidebar select {
  margin: 10px auto 0;
  background: #cee8a0;
  text-align: center;
  border-radius:3px;
  border: 0;
  color: #222;
  width: 100%;
  padding: 10px 1em !important;
  font-size: 14px;
  position: relative;
}
#sidebar select {
  background-image: url(/images/common/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
/* ブログシングル */
.post-wrap.flex {
  flex-direction: column;
}
.post-content {
  margin-top: 30px;
}
.post-title-s {
  font-size: 20px;
  line-height: 1.4;
  border-left: 6px solid rgb(206 232 160);
  padding-left: .5em;
  letter-spacing: .1em;
}
.post-text-s {
	margin-top: 10px;
  letter-spacing: .1em;
}
.post-text-s img {
  padding: 10px 0;
}
.post-tag,
.post-cat {
  text-align: right;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
.post-tag,
.side-tag{
	display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.post-tag a,
.side-tag a{
	padding: 3px 10px 2px;
	background: #eee;
	font-size: 12px;
	margin: 5px;
}
.side-tag a{
	font-size: 10px;
  margin: 5px 3px;
}
.post-tag a::before,
.side-tag a::before {
  content: "#";
}

/* ページナビ */
.prevnextarea{
	margin-top: 20px;
	overflow: hidden;
}
.wp-pagenavi {
    margin-top: 30px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #444 !important;
    padding: 5px 7px !important;
    margin: 5px !important;
    color: #444;
}
.nextR {
float: right;
padding-top: 20px;
padding-bottom: 20px;
font-size: 18px;
}
.nextL {
float: left;
padding-top: 20px;
padding-bottom: 20px;
font-size: 18px;
}
.nextL a,.nextR a{
	color: #222;
  padding: 5px 7px;
  font-size: 14px;
  background: rgba(206, 232, 161, 0.5);
	display: block;
	text-align: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    font-weight: normal !important;
    background: #e6f3d0;
}

/* コンタクトページ */
#contact h2{
	margin: 10px auto 0;
	text-align: center;
  font-size: 18px;
}

#box{
	width: 85%;
	margin: 30px auto;
	padding: 20px;
	position: relative;
	z-index:1;
	background: url(../images/top/bg.jpg)
}
.menu{
	font-weight: bold;
	font-size: 14px !important;
	margin: 10px 0 5px;
}
.mwform-zip-field input{
	font-size: 14px;
	padding: 3px;
}

.contactf{
	font-size:14px;
	margin-bottom:3px;
}
.con{
	height:20px;
	padding:3px ;
	margin-bottom: 10px;
	width:93%;
	font-size:14px;
	background-color:#fff;
	color:#454545;
  text-align:left;
	border:1px solid #ccc;
}

.mess{
	padding:10px;
	margin-bottom: 10px;
	width:91%;
	font-size:14px;
	background-color:#fff;
	color:#454545;
}
.submit01{
	width: 130px;
	display: block;
	margin: 10px auto;
	padding: 5px 0;
	background: #6e6968;
	color: #fff;
}
/* サイド */
#sidebar {
  width: 100%;
}
.sp-select{
	padding-top: 30px;
}
.side-bnr p{
	margin-top: 15px;
}
.side-title{
  margin-top: 30px;
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
