@charset "utf-8";
/* article */
.sec-ttl{
	margin-bottom: 120px;
}
.sec-ttl::after{
	background: url(../images/top/article.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.articlelist li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}
.articlelist li:nth-of-type(3n){
	margin: 0;
}
.article__img{
	margin-bottom: 15px;
}
.article__img img{
	border-radius: 5px;
	width: 100%;
}
.article__txt a span{
	display: block;
}
.article__ttl{
	font-weight: bold;
  margin-bottom: 5px;
  border-left: 6px solid rgb(206 232 160);
  padding-left: .5em;
  font-size: 16px;
  line-height: 1.4;
}
.article__txt2{
	font-size: 14px;
	margin-top: 10px;
}
.article__date{
	color: #666666;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 2px;
	margin-top: 10px;
}
/* ブログ */
.blog-main {
  width: 70%;
  flex: 1;
}
#sidebar {
  width: 220px;
  margin-left: 5%;
}
.post-list{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.post-list li{
	margin-top: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.post-list li img{
	width: 200px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.post-title-s {
  line-height: 1.4;
  border-left: 6px solid rgb(206 232 160);
  padding-left: .5em;
  letter-spacing: .1em;
  font-size: 24px;
}
.post-text-s{
	line-height: 1.7;
	letter-spacing: .1em;
	margin-top: 20px;
}
.post-text-s img {
  padding: 10px 0;
}
.post-tag,
.post-cat {
  text-align: right;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
.post-tag,
.side-tag{
	display: flex;
  flex-wrap: wrap;
}
.post-tag a,
.side-tag a{
	padding: 5px 10px;
	background: #eee;
	font-size: 13px;
	margin: 5px;
}
.side-tag a{
	font-size: 11px;
  margin: 5px 3px;
}
.post-tag a::before,
.side-tag a::before {
  content: "#";
}
.side-tag{
  margin-top: 10px;
}
.side-title{
  padding-bottom: 5px;
  background: rgba(206, 232, 161, 0.5);
  line-height: 1.4;
  padding: 7px 10px;
  font-size: 16px;
  text-align: center;
}
.side-title-t{
  margin-top: 50px;
}
.side-blog{
	margin-top: 10px;
}
.side-blog li a {
  padding: 7px 10px;
  display: block;
  color: #222;
}
.side-blog li a:hover{
  background: rgba(206, 232, 161, 0.2);
	transition: .3s;
}
.post-text-s h2{
	font-size: 20px;
	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;
}

/* ブログシングル */
.single-title{
	margin-top: 30px;
	font-size: 22px;
}
.single-post{
	margin-top: 20px;
	line-height: 1.8;
	letter-spacing: .1em;
	font-size: 16px;
}
.single-post img{
	max-width: 760px;
  width: auto;
	height: auto;
	margin: 10px 0;
}
.single-tag{
	margin-top: 20px;
	text-align: right;
	letter-spacing: .1em;
}
.bdb{
	border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
}
/* お知らせ */
.info-single {
  width: 86%;
  margin: 0 auto;
}
.info-single .post-content li:nth-child(n+2) {
  margin-top: 60px;
}
/* ページナビ */
.prevnextarea{
	margin-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
.nextL a,.nextR a{
	display: block;
  color: #222;
  text-align: center;
  padding: 5px 10px;
  transition: .3s;
  font-size: 16px;
  background: rgba(206, 232, 161, 0.5);
}
.nextL a{
	float: left;
}
.nextR a{
	float: right;
}
.nextL a:hover,.nextR a:hover{
	color: #222;
	transition: .3s;
}
#pnavi {
	text-align: center;
	padding: 50px 0;
}
.wp-pagenavi a{
  text-decoration: none;
  border: 1px solid #444 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #444;
  background: #fff;
}
.wp-pagenavi a:hover{
  background: #e6f3d0;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #444 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #444;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background: #e6f3d0;
  color: #444;
}

/* コンタクト */
#box{
margin:0 auto;
padding: 30px 1em;
position: relative;
}
.menu{
	font-size:14px;
	margin: 10px 0;
	color: #454545;
	font-weight: bold;
}
.con{
	height: 24px;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #454545;
	text-align: left;
	font-size: 16px;
	border: 1px solid #ccc;
}
.con2 {
    font-size: 16px;
    height: 22px;
}
.mess{
	width: 600px;
	height: 250px;
	margin-bottom: 10px;
	font-size:14px;
	background-color:#fff;
	color:#454545;
	border:1px solid #ccc;
        overflow-y:auto;
       _overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}
p.shounin {
  text-align: center;
}
.submit01{
	width:130px;
	display: block;
  margin: 20px 0;
  padding: 5px 20px;
  background: #0068b8;
  font-size: 14px;
  color: #fff;
	transition: .3s;
}
.submit01:hover{
	cursor: pointer;
	background: #6e6968;
	transition: .3s;
}
/* サイドバナー */
.side-bnr p{
	margin-top: 15px;
}
@media screen and (max-width: 950px) {
.post-wrap.flex {
    flex-direction: column;
}
.blog-main {
  width: 100%;
}
#sidebar {
  width: 100%;
  margin-left: 0;
  display: flex;
}
.wi30{
	width: 30%;
	margin-right: 5%;
}
.side-title-t{
  margin-top: 0;
}

}
#sidebar select {
  margin: 10px auto 0;
  text-align: center;
  border-radius:3px;
  color: #222;
  width: 100%;
  padding: 10px 1em !important;
  font-size: 14px;
  position: relative;
}
/* ブロックエディター */
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
  flex-grow: 1 !important;
}