/*
Theme Name: 観葉植物ノチカラ-theme
Author: mmDesign
Ver:22.07
*/


html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
/*html.is-fixed,
html.is-fixed body {
    height: auto;
    overflow: hidden;
  }
*/

::selection {
	background: #9bac71;
	color: white;
}

/* font */
.setofont {
	font-family: setofont-sp, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.braisetto {
	font-family: braisetto, script;
	font-weight: 400;
	font-style: normal;
}
.braisetto.bold {
	font-family: braisetto, script;
	font-weight: 700;
	font-style: normal;
}
.kokoro {
	font-family: "Kokoro";
	
	
}
.rock3d {
	font-family: 'Rock 3D', cursive;
}
body,p {
	word-break: normal !important;
	word-wrap: break-word !important;
}

/*Ads*/

ins,iframe {
	max-width: 100%;
	width: 100%;
}
.movie {
  width: 100%;
  aspect-ratio: 9 / 16;
	margin-bottom: 1em;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

body {
	line-height: 1.75;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	position: relative;
	background: #fafafa;
	color: #4f4f4f;
	font-feature-settings: 'palt';
	letter-spacing: .06em;
	background-color: white;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

a,
a img {
	transition: 1s;
}

img {
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: 0.8;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex img {
	width: 100%;
	height: auto;
	display: block;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.pad20 {
	padding: 20px;
}
header {
	width: 100%;
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	padding: 15px 0;
	box-sizing: border-box;
	z-index: 1000;
	position: relative;
	padding-bottom: 0;
}
.head_pr {
	background: #E8E8E8;
	text-align: center;
	font-size: 12px;
}
.head_pr a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 24px;
	display: block;
}
main {
	
}
.menu {
	display: none;
}

.mainImg {
	position: relative;
	overflow: hidden;
	/*background-image: url(img/bg-blue.jpg);*/
	background-size: cover;
}
.mainImg img {
	width: 100%;
	height: auto;
}


/*======================*/
/*======================*/

.new-list li {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 1em;
	text-align: left;
}
.new-list li .flex {
	align-items: center;
}
.new-list li .eyecatch {
	margin-right: 3%;
	width: 30%;
}
.new-list li .txt {
	width: 67%;
} 
/*======================*/
/*======================*/

.tsubuyaki-list {
	max-width: 600px;
	margin: auto;
	padding: 0 5%;
}
.tsubuyaki {
	padding: 0 0 20px;
	position: relative;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tsubuyaki .photo {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 0;
}
.tsubuyaki .photo img {
	/*width: 300px;*/
	position: absolute;
	/*left: -25%;*/
	margin: auto;
	top: 0;
	bottom: 0;
	display: block;
	max-width: inherit;
}
.tsubuyaki .txt {
	border: 2px solid #efefef;
	background: none;
	border-radius: 40px;
	padding: 20px 20px;
	width: calc(97% - 100px);
	text-align: left;
}
.tsubuyaki .txt p {
	padding-bottom: 0;
}
.tsubuyaki .txt::before {
	content: none;
    left: -17px;
    border-right: 12px solid #efefef;
}
.tsubuyaki a {
	text-decoration: underline;
}
.tsubuyaki .date {
	font-size: 10px;
	z-index: 1;
	text-align: right;
	/*position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;*/
	margin: auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}
/*======================*/
/*======================*/

/**/







@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.mainImg .slick-current.slick-slide img {
	/*animation: zoomUp 40s linear 0s 1 normal both;
	display: inherit;
	vertical-align: top;
	width: 100%;
	height: auto;*/

}

.mainImgList {
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	margin-top: 0;
}
.mainImgList li.slick-slide {
	margin: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
	box-shadow: 0 4px 8px -4px rgba(0,0,0,.3);
	
}
.mainImgList .slick-slide {
  transform: scale(.8);
			transition: 1s;
}
.mainImgList .slick-current {
  transform: scale(1);
}
.mainImgList li a {
	display: block;
}
.mainImgList li a:hover {
	 box-shadow: 0 0 3px rgba(243, 58, 144, 0.3);
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	z-index: 1000;
}
.slick-arrow i {
	font-size: 36px;
	color: #6fa1cf;
}
.slick-dots li.slick-active button:before {
	color: #9bac71;
}

.prev {
	left: 16.5%;
}
.next {
	right: 16.5%;
}
.catch {
	position: absolute;
	top: 30%;
	right: 20%;
	width: 24%;
}
.catch img {
	width: 100%;
	height: auto;
}
.catch {
	/* じわっと画像が表示される */
	animation: fadeIn 5s ease 0s 1 normal;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
	0% {
		opacity: 0
	} /* 始め */
	50% {
		opacity: 0.3
	}
	100% {
		opacity: 1
	} /* 終わり */
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0.3
	}
	100% {
		opacity: 1
	}
}


.description {
	font-size: 10px;
	text-align: center;
	color: #666;
	padding: 0;
	line-height: 1.3;
}
.logo {
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	/*z-index: 2424242424;*/
	position: relative;
	max-width: 240px;
}
.logo img {
	width: 100%;
	height: auto;
	display: block;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 10px auto;
}
.menu li {
	padding: 0 15px;
}
.blog-desc {
	margin: 0 auto 2em;
	justify-content: space-between;
	align-items: center;
	background: url("img/main.jpg");
	padding: 2em;
	background-size: cover;
}
.blog-desc-box {
	max-width: 96%;
	width: 600px;
	border-radius: 2em;
	margin: 0 auto;
	background: rgba(255,255,255,.7);
	padding-top: 2em;
}
.blog-desc .photo {
	width: 240px;
	margin: 0 auto;
}
.blog-desc .txt {
	font-size: 14px;
	padding: 1.4em 2em;
}



h2.plant_ttl {
	width: 300px;
	margin: 0 auto;
	border: none;
}
.category-plant {
	position: relative;
	text-align: center;
}/*
body::before {
	background-image: url(img/bg_plant-top.png);
	background-size: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding-bottom: 72.19%;
	opacity: .6;
	width: 34%;
}
body::after {
	background-image: url("img/bg_plant-bottom.png");
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 34%;
	z-index: -1;
	padding-bottom: 50%;
	opacity: .6;
}*/
.category-plant header {
	background: none;
}

.plant_list .ttl,
.pickUpList .ttl{
	background-color: rgba(255,255,255,.9);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 12px;
	line-height: 1.4;
	font-size: 14px;
	display: flex;
	font-weight: bold;
	align-items: center;
	text-align: left;
	/*position: absolute;
	right: -10px;
	bottom: -10px;*/
	z-index: 242;
	letter-spacing: .2em;
}

.pickUp {
	background: #fff;
	background-size: cover;
	padding: 2em 0;
	position: relative;
}
.home .pickUp h2,
.category-plant h2 {
	max-width: 280px;
	margin: .6em auto .8em;
	display: block;
	padding: .8em 0 0;
	border: none;
}
.pickUp::before {
    content: '';
    display: block;
    width: 100vw;
    height: 12vh;
    background-position: center 14px;
    background-image: url(img/plant-illust.png);
    background-repeat: repeat-x;
    background-size: 24%;
   
}
.pickUpList li,
.plant_list li {
	position: relative;
	font-size: 12px;
	width: calc(33% - 12px);
	padding-top: 5px;
	padding: 1em .84em 0;
}
.plant_list li::after {
	content: "・・・";
	color: #9bac71;
	font-weight: bold;
	font-size: 120%;
	margin: 0 auto;
	display: inline-block;
	
}
.pickUpList li.first_article::before {
	content: "NEW";
	font-family: 'Rock 3D','kokoro', cursive;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	margin: auto;
	z-index: 2424;
	display: block;
	font-size: 200%;
	line-height: 1;
}

.pickup-eyecatch {
	position: relative;
}

.pickUpList li img {
	height: auto;
	display: block;
}

/*top page plant-area*/
.plant_area {
	background: #d8f4f3;
	position: relative;
	margin-bottom: 2em;
}
.plant_area h2 {
	text-align: center;
	max-width: 140px;
	z-index: 242424242;
	border: none;
	padding-top: 120px;
	display: block;
}
.plant_area::before {
	content: '';
	display: block;
	width: 100vw;
	height: 12vh;
	background-position: center 14px;
	background-image: url("img/plant-illust.png");
	background-repeat: repeat-x;
	background-size: 24%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 242424242424;
}

.plant_list {
	position: relative;
	align-items: center;
	counter-reset: plantnumber;
	justify-content: space-between;
}
.plant_list li {
	margin-bottom: 2.4em;
	text-align: center;
	
}
.plant_list li img {
	width: 100%;
}
.plant_list li a {
	text-align: right;
	display: block;
}

/*.plant_list li::before {
	font-family: 'Rock 3D','kokoro', cursive;
	position: absolute;
	top: -6px;
	left: 2px;
	z-index: 242;
	display: block;
	font-size: 200%;
	line-height: 1;
	counter-increment: plantnumber;
	content: counter(plantnumber);
}
*/
.plant_list li:first-child::before {
	content: 'NEW';
	font-family: 'Rock 3D','kokoro', cursive;
	position: absolute;
	top: -6px;
	left: 2px;
	z-index: 242;
	display: block;
	font-size: 200%;
	line-height: 1;
}
.plant_list a {
	
}
.plant_list .ttl {
	width: inherit;
	height: inherit;
	border-radius: 0;
	right: 0;
	bottom: 0;
}
.plant_list .ttl::before {
	font-family: fontawesome;
	content: "\f06c";
	font-weight: 900;
	color: #9bac71;
	margin-right: .4em;
}
.plant_list .info {
	position: absolute;
	z-index: 242;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -14px;
	padding-top: 1em;
}
.plant_list .date {
	text-align: right;
	padding-bottom: 0;
	font-family: "kokoro";
	background: #9bac71;
	color: white;
	border-radius: 6px 6px 0 0;
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	bottom: -1px;
}
.plant_list .date::before {
	font-family: fontawesome;
	content: "\f133";
	font-weight: 900;
	margin-right: .24em;
}
.ttl_area {
	text-align: left;
	padding: 10px 0;
}
.cat {
	border: #9bac71 1px solid;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	letter-spacing: 1px;
	z-index: 999999;
	text-align: center;
	display: inline-block;
}

.pickUpList li a {
	display: inline-block;
}
.slick-dots {
	padding-top: 20px;
	position: inherit;
	bottom: inherit;
	margin-bottom: 0;
}
.slick-dots li {
	width: 20px;
	margin: 0 5px;
	background: transparent;
}
.slick-dots li:first-child::before {
	content: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.mainArea {
	/*background: #fff;*/
	padding: 20px;
	box-sizing: border-box;
	justify-content: space-between;
}
.mainL {
	width: 70%;
}
.mainR {
	width: 30%;
	padding-left: 20px;
}
.mainR li {
	width: 100%;
}
.home .mainL {
	text-align: center;
}
.newPostArea {
	text-align: left;
}
.main-category-list .cat-item.cat-item-11 {
	width: inherit;
	align-items: center;
}
.main-category-list {
	max-width: 90%;
	margin: auto;

}

.main-category-list li {
	transition: 2s;
	/*background: #fff;*/
	font-size: 13px;
	border-bottom: 1px dashed #333;
	min-height: 60px;
}
.main-category-list li:first-child {
	
}
.main-category-list li:last-child {
	max-width: 240px;
}
.main-category-list li:hover {
	
}
.main-category-list li a {
	width: 100%;
	height: 100%;
	padding: 0 1em;
	box-sizing: border-box;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.main-category-list li.plant-link {
	max-width: 180px;
}

.commentArea-wrapper {
	align-items: center;
}
.commentProfile {
	width: 15%;
	margin-right: 3%;
}
.commentArea {
	width: 82%;
	border-radius: 10px;
	padding: 30px;
	font-size: 90%;
	background: #C5ECFF;
	position: relative;
}

.commentArea::before {
    content: "";
    position: absolute;
    top: calc(50% + 5px);
    left: -23px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 15px solid #C5ECFF;
}
.marker_pink {
	background:linear-gradient(transparent 70%, #FAD7E9 70%);
}
.marker_yellow {
	background:linear-gradient(transparent 70%, #FFFCC9 70%);
}

/*サイドナビ*/
.sidebar {
	max-width: 1300px;
	font-size: 14px;
	margin: 0 auto 60px;
}
.sidebar h2,.home .sidebar h2,.insta_are h2 {
	background: rgba(255,255,255,.4);
	padding: 10px;
	margin-bottom: 20px;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	color: #9bac71;
	text-align: center;
	display: block;
	font-size: 220%;
	font-family: 'braisetto','setofont-sp', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .04em;
	border: none;
}

/*.sidebar #custom_html-4 h2.widgettitle {
	margin-top: 0;
}*/
.sidebar h2::before,
.sidebar h2::after,
.insta_are h2::before,
.insta_are h2::after {
	content: none;
}
input,
select {
	border: 2px solid #9bac71;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
}
.sidebar ul {
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 1em;
}
footer .sidebar ul {
	max-width: 400px;
	margin: auto;
}
footer .sidebar li {
	text-align: center;
}
.sidebar li.side-category,
.sidebar li.side-tag
{

}
#block-18 {
	width: 22%;
}
.side_contents {
	padding: 0 .6em;
}
.side-search .side_contents {
	padding-left: 1.4em;
	padding-right: 1.4em;
}
.category-list li,
.side-profile li {
	width: 100%;
}
.side-profile {
	align-items: center;
	margin: 0;
}
.side-profile .side_contents {
	padding-left: 1em;
}
.side-profile .photo {
	/*width: 45%;
	margin-right: 5%;*/
	margin: 1em auto;
	max-width: 115px;
}
.side-profile .txt {
	/*width: 50%;*/
}
.side-profile li::before {
    font-family: fontawesome;
    content: "\f0c8";
    font-size: .8em;
    margin-right: .3em;
}

.side-profile .flex {
	align-items: center;
	border-top: 3px #9bac71 dotted;
	border-bottom: 3px #9bac71 dotted;
	padding: 10px 0;
}
.sidebar h3 {
	margin: 0;
	text-align: center;
	border: none;
	padding: 0;
	font-size: 14px;
}
.sidebar h3::before,
.sidebar h3::after {
	border: none;
}
.sidebar p {
	padding-bottom: 10px;
}

.sidebar a {
	color: #9bac71;
}
ul.sns_link {
	font-size: 2em;
	justify-content: flex-start;
}

.sns_link li {
	margin-right: 20px;
	width: inherit;
}
.sns_link li:last-child {
	margin-right: 0;
}
.sns_link li {
	width: inherit;
}
.line-icon i {
	color: #00B901;
}
.bold {
	font-weight: bold;
}

#searchform {
	position: relative;
}
#searchsubmit {
	border: none;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	height: 20px;
	margin: auto;
	cursor: pointer;
}
input#s::-ms-clear {
	display: none;
}
#custom_html-5 .textwidget {
	padding: 0 4% 4%;
	box-sizing: border-box;
	font-size: 13px;
}
.category-list li a,.wpp-list li a {
	border-bottom: 1px dotted #9bac71;
	padding: .4em .4em 0;
	margin-bottom: .1em;
	display: inline-block;
	color: black;
}
.sidebar .category-list .children li {
	display: flex;
	flex-wrap: wrap;
}
.sidebar .category-list .children li a {
	max-width: calc(100% - 14px);
}
.sidebar ul.tagcloud {
	justify-content: flex-start;
}
.tagcloud a {
	border: 1px solid #9bac71;
	border-radius: 20px;
	padding: .2em .6em;
	color: #9bac71;
	display: inline-block;
	font-size: 11px !important;
	margin-bottom: .4em;
}
.tagcloud a::before {
	content: '#';
}
.tagcloud li {
	margin-right: 7px;
	width: inherit;
}
.tagcloud li:last-child {
	margin-right: 0;
}
.children .cat-item::before {
	content: "∟";
	color: #9bac71;
	font-size: 10px;
}
.wpp-list {
	counter-reset: number 0;
}
.wpp-list li::before {
	counter-increment: number 1;
	content: counter(number);
	font-family: 'Rock 3D', cursive;
	font-size: 108%;
	width: 28px;
	text-align: center;
}


.wpp-list li {
	width: 100%;
	display: flex;
}
.wpp-list li a {
	padding-top: 0;
	width: calc(100% - 40px);
	display: block;
}
.cat-item {
	font-size: 90%;
	color: #666;
}
.cat-item.cat-item-11 {
	width: 100%;
	max-width: inherit;
}
.pr_area {
	overflow: hidden;
}
.pr_area iframe {
	width: 100% !important;
}
.pr_area img {
	width: auto;
	margin: auto;
	max-width: 200px;
}
.pr_area p {
	margin-bottom: 1em;
	margin-top: 1em;
}



.screen-reader-text {
	display: none;
}
.newPost {
	margin-top: 20px;
	
	
}
.newPost li {
	position: relative;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	width: 30%;
	margin: 1.66666%;
}
.newPost li a {
	display: block;
}
.newPost li img {
	display: block;
}
.newPost li .eyecatch {

}
.eyecatch img {
	display: block;
}
.newPost li .txt {

}
.newPost li .ttl {
	line-height: 1.3;
}

.column3List {
	display: flex;
	flex-wrap: wrap;

	justify-content: space-between;
}
.column3List li {
		width: 31%;
	}




li .ttl {
	line-height: 1.3;
	padding-top: 5px;
}
p {
	word-break: break-all;
	padding-bottom: 15px;
}

.banner:first-child {
	max-width: 300px;
}
.banner:nth-child(2) {
	max-width: 300px;
}

footer {
	padding: 0;
	/*background: url("img/bg-line.png") repeat-x;
	background-position: top;*/
	font-size: 80%;
	z-index: 1;
	position: relative;
}
footer.simple {
	padding-top: 2em;
}
footer ul {
	justify-content: center;
}
footer li {
	margin-right: 20px;
}

.footer_link {
	margin-top: 60px;
}
.copyRight {
	padding-top: 20px;
}


/*single*/

.single header {
	position: relative;
	z-index: 999444;
	background: none;
}
h1.singleTitle {
	padding-top: 0;
	font-weight: bold;
}

.single main {

	padding-top: 0;
	position: relative;
	/*border-top: 4px solid #eee;*/
	border: none;
}
.back-thumbnail {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}

.single .single-content {
	background-color: rgba(255,255,255,.8);
	position: relative;
	z-index: 3;
	max-width: 1200px;
	margin: auto;
}
.flex form img {
	width: inherit;
}
.single h2::before {
	border-left: 10px solid rgba(255,255,255,.90);
}
.single main::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,.74) 80%,rgba(255,255,255,.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#ffffff',GradientType=0 );
	animation: 3s bgwhite;
	
}
@keyframes bgwhite {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .34;
	}
	100% {
		opacity: 1;
	}
}
.profile_area {
	background: rgb(227,242,247);
	background: linear-gradient(292deg, rgba(227,242,247,1) 0%, rgba(255,244,252,1) 23%, rgba(227,255,252,1) 49%, rgba(252,255,231,1) 75%, rgba(227,244,247,1) 100%);
	margin-bottom: 2em;
	padding: 20px;
	font-size: 13px;
	line-height: 1.3;
	border-radius: 20px;
}
.profile_area .photo {
	max-width: 100px;
}
.profile_area .flex {
	align-items: center;
}
.blog-txt .profile_area p {
	padding-bottom: 0;
}
.blog-txt .profile_area .white {
	background: white;
	padding: .4em;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: .4em;
}
.blog-txt .profile_area ul {
	margin-top: .4em;
}
.blog-txt .profile_area li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: .4em;
	text-align: left;
}
.blog-txt .profile_area li::before {
	position: static;
}
.blog-txt .profile_area li span {
	width: calc(100% - 24px);
}
.alignitemsCenter {
	display: flex;
	align-items: center;
}


.profile-page .profile_area {
	display: none;
}

.breadscrumb {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 1.4em;
}
.breadscrumb li {
	padding: 0 5px;
}

h1 {
	font-size: 24px;
	line-height: 1.3;
	padding: 20px 0;
	font-weight: normal;

}
h2 {
	padding: .4em;
	line-height: 30px;
	margin: 1em auto;
	color: #3e3124;
	display: inline-block;
	border-bottom: 1px solid #3e3124;
	font-size: 1.24em;
	font-weight: normal;
	position: relative;
}
/*h2::before {
	content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
h2::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 10px solid transparent;
	border-left: 10px solid rgba(62,49,36,.1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.home h2 {
/*	text-align: center;
	border: none;
	font-family: braisetto, script;
	font-weight: 400;
	font-style: normal;
	font-size: 4em;
	margin-bottom: 0;
	margin-top: 0;
	color: #5f7da3;
	background: linear-gradient(to right, #5f7da3, #84b0e7, #5f7da3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;*/
}
.home h2::before,
.home h2::after {
	content: none;
}
.home h2 span {
	display: block;
	font-size: 11px;
	color: #929191;
}
h3 {
	position: relative;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 30px;
	margin: 30px 0 20px;
	padding: 10px 5px;
	border: none;
}
h3::before,
h3::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
}
h3::before {
	bottom: 0;
	border-top: 1px solid #999;
	border-bottom: 2px solid #999;
}
h3::after {
	top: 0;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
h4 {
	position: relative;
	margin: 20px 0;
	padding: 5px;
	border-bottom: 2px solid #77A0D0;
	font-size: 1.2em;
	font-weight: normal;
}
.blog-txt {
	margin-top: 2em;
}
.blog-txt p {
	padding-bottom: 2em;
}
.blog-txt p.pb0 {
	padding-bottom: 0;
}
.blog-txt h2 {
	padding-left: .8em;
	background: #9bac71;
	color: white;
	display: block;
	border: none;
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 2em;
}
.blog-txt h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #9bac71;
}
.blog-txt h3 {
	margin-top: 1em;
}
.has-background {
	margin-bottom: 2em;
	padding: 1.4em !important;
}
.blog-txt img {
	display: inline;
	padding-left: 5px;
}
.photo {
	width: 50%;
	margin-right: 3%;
}
.flex .blog-txt .photo img {
	width: 100%;
}
.border {
	padding: 3%;
	margin: 1em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	border-color: rgba(165,165,165,.2);
}

.more {
	width: 100%;
	text-align: center;
	position: relative;
}
.more a {
	font-size: 18px;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-align: center;
	margin: 20px auto;
	width: 100%;
	height: 100%;
	max-width: 300px;
	font-family: braisetto, script;
	position: relative;
}

b, em, strong {
    background-image: url("img/stripe.png");
    background-size: 4.5px;
    background-repeat: repeat-x;
    background-position: bottom left;
    font-weight: 700;
}
blockquote {
    font-size: .95em;
    padding: 6% 4% 2%;
    margin: 2.5em 0 3em;
    position: relative;
    border: 1px solid;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}
code {
  padding: 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
	margin: 0 0 1.4em;
}
.concert {
	font-family: 'Concert One', cursive;
}


.blog-txt a[target=_blank]::after {
    font-family: fontawesome;
    content: "\f35d";
    font-size: .9em;
    margin: 0 3px 0 2px;
}
.blog-txt .a-nashi a[target=_blank]::after {
	content: none;
}
.prBox a[target=_blank]::after,
.pr-box a[target=_blank]::after {
	content: none;
}
ol.has-background, ul.has-background {
	padding: 1.25em !important;
	padding-left: 2.8em !important;
}
.blog-txt a {
	color: #11b5d6;
}
.blog-txt ul {
	margin-bottom: 1.4em;
}
.blog-txt ul li {
	
}
.blog-txt ul li::before {
	content: "";
	background-image: url("img/checkmark.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	bottom: -6.4px;
	margin-right: 4px;
}
.blog-txt ul li ul {
	font-size: 90%;
	padding-left: 18px;
	padding-top: .4em;
}
.blog-txt ul li ul li {
	display: list-item;
}
.blog-txt ul li ul li::before {
	content: "";
	background-image: url("img/square.png");
	width: 16px;
	height: 16px;
	bottom: -2.4px;
}
.setup {
	position: relative;
	padding-right: 4%;
	margin-bottom: 2em;
	font-size: 90%;
}
.setup::before {
	content: "[目次]";
	font-size: 80%;
}
.setup li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-txt ul.setup li::before {
	position: static;
}
.setup li a {
	border-bottom: 2px dashed #fff;
	padding: .4em 0;
	display: inline-block;
	width: calc(100% - 30px);
}
.setup li li a {
	width: inherit;
}
.blog-txt ul.setup li li li::before {
	content: none;
	
}
.blog-txt ul.setup li li li {
	border-left: #efefef solid 6px;
	padding-left: .4em;
}

.blog-txt img {
	max-width: 100%;
}
.blog-txt figure {
	margin: 0 0 1.4em;
}
.blog-txt th,
.blog-txt td {
	padding: .4em;
}
.wp-caption {
	width: 100%;
	max-width: 100%;
}
.wp-caption-text::before {
	font-family: fontawesome;
	content: "\f0a6";
	font-weight: 900;
	margin-right: .3em;
	margin-left: .3em;
}
p.wp-caption-text {
	background: #efefef;
	margin-bottom: 15px;
	padding: .3em;
	color: #999;
	letter-spacing: 0;
}
.share {
	justify-content: space-between;
	margin: 15px 0;
}
.share li {
	width: 24%;
}
.share a {
	position: relative;
	display: block;
	padding: 10px 3px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	font-size: 11px;
}
.share a:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: none!important;
	color: #fff;
}
.share a::after {
	content: none;
}
.facebook a {
	background: #1f6aba;
	 box-shadow: 0 3px 0 #2c4373;
}
.twitter a {
	background: #00acee;
	box-shadow: 0 3px 0 #0092ca;
}
.hatebu a {
	background: #2f70be;
	box-shadow: 0 3px 0 #43638b;
}
.line a {
	background: #25af00;
	box-shadow: 0 3px 0 #219900;
}
.share .hatebu a::before {
    content: "B!";
    font-weight: 700;
    line-height: 1;
}
.share a:before,
.share a i {
    margin-right: .2em;
    margin-left: .2em;
    font-size: 1.1em;
}


/*
.balloon {
	margin: 20px 0;
	justify-content: space-between;
	align-items: center;
}
.balloonImg {
	width: 20%;
}
.balloonComment {
	width: 75%;
	position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 3%;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #efefef;
	border-radius: 5px;
}
.balloonComment::before {
	content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: -23px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #efefef;
}*/

.balloonArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
	position: relative;
}
.balloonArea::before {
	content: "";
	width: 60px;
	height: 60px;
	background: url("img/profile_circle.png") no-repeat;
	background-size: 100%;
	display: block;
}
.balloonArea::after {
	content: "";
	width: 68px;
	height: 68px;
	background: #fff;
	position: absolute;
	border: 4px solid #d2fafa;
	left: -8px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
}
.balloonArea p,
.balloonArea .wp-block-group__inner-container,
.balloon div {
	width: calc(100% - 86px);
	color: #555;
  background: #efefef;
	border-radius: 15px;
	position: relative;
	padding: 3%;
}
.balloonArea p::before,
.balloonArea .wp-block-group__inner-container::before,
.balloon div::before {
	content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: -23px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #efefef;
}
.wp-block-group__inner-container p {
	width: 100%;
	padding-bottom: 0;
	padding-top: 0;
}
.wp-block-group__inner-container {
	padding: .4em;
}
.flex .wp-block-group__inner-container img {
	width: inherit;
}

.balloon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
	position: relative;
}
.balloon::before {
	content: "";
	width: 60px;
	height: 60px;
	background: url("img/balloon_circle.png") no-repeat;
	background-size: 100%;
	display: block;
}
.balloon p {
	padding-bottom: 0;
}
.balloon2::before {
	background: url("img/balloon_circle2.png") no-repeat;
}
.wp-block-group.pr-box {
	margin-top: 0;
}
.prBox,.pr-box {
	width: 100%;
	border: 1px solid #ddd;
	margin: 2em 0;
	font-size: 12px;
	text-align: center;
	padding: 5% 4% 4%;
	position: relative;
}
.prBox::before,.pr-box::before {
	content: "PR";
	position: absolute;
	top: -3px;
	left: 3px;
	font-size: 12px;
	color: #9bac71;
	font-family: 'setofont-sp', cursive;
	
}
.prBox table {
	width: 100%;
}
.prBox td {
	vertical-align: middle;
	padding: 0 3%;
}
.prBox a[target=_blank]::after {
	content: none;
}
.prBox td img {
	max-width: 150px;
	margin: auto;
}
.prBox td div {
	margin-bottom: 10px;
}
.prBox td:first-child {
	width: 30%;
}
.prBox a,.pr-box a {
	text-align: center;
	display: block;
	width: 100%;
}
.prBox img {
	width: auto;
}
.prBox .balloonArea {
	margin-top: 1.4em;
	margin-bottom: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.prBox .border-line a {
	border-bottom: 2px dashed #5fc8da;
	margin-bottom: .4em;
	display: inline-block;
	padding: .24em;
	width: inherit;
}
.prBox .border-line a i {
	color: #5fc8da;
}
.kaerebalink-link1 div a {
	margin-bottom: .4em;
}
.shoplinkrakuten a {
	background: #da5f8b!important;
	text-decoration: none;
	margin: 0 auto;
	color: #fff!important;
	padding: 5px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
	max-width: 300px;
}
.shoplinkamazon a {
	background: #daaf5f!important;
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto;
	color: #fff!important;
	padding: 5px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
}
.shoplinkyahoo a {
	background: #5fc8da;
	text-decoration: none;
	margin: 0 auto;
	color: #fff!important;
	padding: 5px;
	transition: .2s all!important;
	border-radius: 2px;
	position: relative;
	font-size: 0.9em;
	max-width: 300px;
}
.related_article .thumbnail, 
.more_article .thumbnail 
{
	width: 25%;
	font-size: 13px;
}
.related_article .newPost li .ttl,
.more_article .newPost li .ttl

{
	font-size: 80%;
	font-weight: normal;
	padding-bottom: 5px;
}
.thumbnail {
	
}
.thumbnail img {
	display: block;
}

.headline {
	border: 1px solid #f3f3f3;
	padding: 3%;
	box-sizing: border-box;
	width: 85%;
	margin: 10px auto;
	font-size: 14px;
}
.headline li {
	list-style-type: decimal;
}
.blog-txt .headline ul li::before {
	content: none;
}
.blog-txt .headline ul li {
	padding-left: 0;
}
.aisatsu {
	padding: 4% 0;
}

.headline li a {
	display: block;
	padding: .5em 0 .5em .5em;
	border-bottom: 1px dotted #ddd;
	color: #11b5d6;
}
.postinfo {
	color: #999;
	padding-bottom: .3em;
}

time {
	font-family: 'Playfair Display', serif;
	padding: 10px 0;
	display: block;
}
time::after {
	font-family: fontawesome;
	content: "\f133";
	font-size: .9em;
	margin-right: .2em;
}
.time_txt {
	font-size: 90%;
}
.cat-name {
	position: inherit;
	display: inline-block;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	padding: .3em .8em .3em .5em;
	margin: 10px 0;
}
.cat-name::before {
	font-family: fontawesome;
	content: "\f08d";
	font-size: 1.15em;
	display: inline-block;
	margin-right: .5em;
	-webkit-transform: rotate(-20deg);
	color: #98ddf1;
}
.single-content-left {
	position: relative;
}
.article-footer a::before {
	font-family: fontawesome;
	margin-right: .2em;
}
.article-footer a {
	padding: .35em .5em;
	margin-right: .3em;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 1.1;
	font-size: .75em;
	border-radius: .4em;
	display: inline-block;
}
.footerCat a::before {
	content: "\f07b";
}
.footerCat a {
	background: #9bac71;
	color: #fff;
}
.footerTag a::before {
	content: "\f292";
}
.footerTag a {
	color: #11b5d6;
	border: 1px solid #11b5d6;
}

.blog-txt .wp-embedded-content {
	width: 100%;
	max-width: 100%;
}
.wp-embed-footer {
	display: none;
}
.custom-html-widget a[target=_blank]::after {
	content: none;
}
.readmore {
	border: 1px solid #9bac71;
	position: relative;
	margin-bottom: 1em;
	margin-top: .4em;
	padding: .4em;
	display: inline-block;
}
.readmore::before {
	content: "\f15c  合わせて読んでほしい";
	position: absolute;
	font-size: 11px;
	top: -26px;
	left: -1px;
	background: #9bac71;
	color: white;
	padding: .3em .6em;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.readmore p {
	padding-bottom: 0;
}
.readmore a::after {
	font-family: fontawesome;
	content: "\f360";
	padding-right: .2em;
}
/*ブログカード*/
.blog-card {
	border: 1px solid #9bac71;
	margin-bottom: 1em;
	position: relative;
	margin-top: 2.4em;
	background: #fafffb;
}
.blog-card::before {
	content: "\f15c  関連記事";
	position: absolute;
	font-size: 11px;
	top: -26px;
	left: -1px;
	background: #9bac71;
	color: white;
	padding: .3em .6em;
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.blog-card a {
	align-items: center;
	padding: 14px;
	box-sizing: border-box;
}
.blog-card-thumbnail {
	width: 15%;
}
.blog-card-content {
	width: 85%;
	padding-left: 10px;
}
.blog-card img {
	display: block;
	padding: 0;
}
.blog-card-excerpt {
	font-size: 12px;
}
a .blog-card-excerpt {
	color: #4f4f4f;
}
.blog-card-url {
	font-size: .7em;
}
.blog-card-url::before {
	content: "\f0c1";
	font-family: Font Awesome\ 5 Free;
	font-weight: 700;
}
/*ブログについて*/
.ttl_blue {
	background-color: #00a4e4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 16px !important;
	margin-bottom: 1em;
}
.demerit {
	background: #eee;
	position: relative;
	padding: 2em;
	margin-bottom: 2em;
} 
.demerit::before {
	font-family: Font Awesome\ 5 Free;
	content:"\f071 デメリットポイント";
	font-size: 94%;
	display: block;
	font-weight: 900;
}
.shiny-btn {
	position: relative;
	display: block;
	width: 90%;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:linear-gradient(67deg,rgb(72,233,251) 0%,rgb(255,170,251) 49%,rgb(72,233,251) 100%);
	cursor: pointer;
	overflow: hidden;
	margin: 0 auto 2em;
	border-radius: 24px;
}
.shiny-btn a {
	color: white;
	display: block;
}
.shiny-btn::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.code-html::before {
	content: "html";
	font-size: 12px;
	color: #9bac71;
}
.code-css::before {
	content: "css";
	font-size: 12px;
	color: #9bac71;
}

/*コメント*/
.everyone {
	margin: 40px 0;
}
.commets-list {
	width: 100%;
	background: none;
	border: none;
}
.commets-list li {
	padding: 15px;
	box-sizing: border-box;
	margin: 5px 0;
	background-color: #F5F5F4;
	position: relative;
}
.commets-list li li {
	background: white;
}
.commets-list li::marker {
	content: none !important;
}

.commentmetadata {
	font-size: 80%;
	padding: 0 1em;
	position: absolute;
	top: 48px;
	left: 72px;
	
}
.comment-body p {
	padding: 0 1em;
}
.comment-author img {
	width: 50px;
	padding-right: 5px;
	
}
.comment-author {
	font-size: 90%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.reply {
	position: absolute;
	top: 10px;
	right: 0;
}
.reply a {
	
	background: url("img/stripe.png");
	padding: 10px;
	margin: 20px auto;
	transition: 0.6s;
}
textarea#comment {
	width: 100%;
	border-radius: 10px;
	background: #efefef;
	font-size: 16px;
	padding: .4em;
	box-sizing: border-box;
}
input {
	font-size: 16px;
	padding: .4em;
	box-sizing: border-box;
}
input[type="submit"] {
	background: url("img/stripe.png");
	padding: 10px;
	margin: 20px auto;
	transition: 0.6s;
	-webkit-appearance: none;
	color: black;
}
input[type="submit"]:hover {
	opacity: 0.6;
}
.form-submit {
	text-align:  center;
}
input#author {
	border-radius: 10px;
	background: #efefef;
	font-size: 16px;
	padding: .4em;
	box-sizing: border-box;
}
ul.children li {
	/*border: 2px solid #fff;*/
	border-radius: 30px;
}
ul.children li::before {
	content: none;
}

.comment-author img {
	
}
/*.comment-author::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(img/profile-illust.png);
	background-size: 100%;
	margin-right: 5px;
}*/

.children .comment-author img {
	display: inherit;
}
.children .comment-author::before {
	content: none;
}
.says {
	font-size: 80%;
	padding-left: .4em;
}

.flex .blog-txt img {
	width: auto;
	max-width: 100%;
	margin: auto;
}
.prArea a[target=_blank]:after {
	content: none;
}


.bgBox {
	padding: 3%;
	box-sizing: border-box;
	margin: 10px 0;
}
.bgGray {
	background-color: #F5F5F4;
}
.bgBox p {
	padding-bottom: 0;
}
.bgBlue {
	background-color: #C5ECFF;
}

ol {
	background-color: #F5F5F4;
	display: inline-block;
	padding: 2%;
	box-sizing: border-box;
	border: 1px dashed #eee;
	margin-bottom: 15px;
	padding-left: 6%;
}
ol li {
	list-style-type: decimal;
	
}
.has-background ol {
	background: none;
}

.pagelink {
	justify-content: space-between;
}
.pagelink span {
	width: 49%;
	position: relative;
	box-sizing: border-box;
}
.pagelink span a {
	border: 1px solid #9bac71;
	width: 100%;
	height: 100%;
	padding: 4%;
	box-sizing: border-box;
	color: black;
	font-size: 90%;
	display: flex;
	align-items: center;
}
.pagelink span a::before {
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	color: #9bac71;
	height: 16px;
	line-height: 1;
}
.pagelink .oldpage a {
	padding-left: 30px;
}
.oldpage a::before {
	content: "\f060";
	left: 10px;
}
.pagelink .newpage a {
	padding-right: 20px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.newpage a::before {
	right: 10px;
	content: "\f061";
}




.banner img {
	width: inherit;
}
.banner a::after {
	content: none;
}



.menu-sns-container i {
	padding-right: 5px;
}
.menu-sns-container li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	border: 1px solid #C5ECFF;
	font-size: 90%;
	padding: 0;
	
}
.menu-sns-container li a {
	display: inline-block;
	padding: 5px 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
}


/*AdSense*/
ins {
	background: none!important;

}


.border-blue {
	border-bottom: 3px solid #40A9EB;
}


/**サイトマップページ
 page-all.php
*/

.sitemap-page h1 {
	margin-bottom: 1em;
	text-align: center;
}
.sitemap-page h1 span {
	font-size: 13px;
	display: block;
}
.mainL h2 {
	
}
.sitemap-page .mainL h2 {
	background: none;
	font-size: 1.2em;
	margin: 0 0 .6em .4em;
	padding: 0;
	font-family: 'setofont-sp', cursive;
	font-weight: bold;
	border: none;
}
.sitemap-page .mainL h2::before,.sitemap-page .mainL h2::after {
	content: none;
}
.site_map_list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.site_map_list li::before {
	content: '∟';
	font-family: 'setofont-sp', cursive;
	padding-left: .4em;
	color: #9bac71;
	font-size: 10px;
	font-weight: bold;
	width: 18px;
	box-sizing: border-box;
}
.site_map_list li a {
	max-width: calc(100% - 18px);
	background: #9bac71;
	color: white;
	padding: 0.6em;
	box-sizing: border-box;
	border-top-left-radius: 22px;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 28px;
	font-size: 14px;
	margin-bottom: 0.4em;
	line-height: 1.4;
}
.site_map_list li:nth-child(3n) a {
	border-top-left-radius: 28px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 22px;
}
.site_map_list li:nth-child(even) a {
	border:1px solid #9bac71;
	color: #9bac71;
	background: none;
}
.site_map_list {
	margin-bottom: 1em;
	font-size: 15px;
}
.site_map_list.plant li a {
	background: #9bac71;
	border-color: #9bac71;
}
.site_map_list.plant li:nth-child(even) a {
  color: #9bac71;
	background: none;
}
.site_map_list.plant li::before {
	color: #9bac71;
}

/*＝＝＝＝＝＝＝＝＝＝wpの自動class
＝＝＝＝＝＝＝＝＝＝*/

.wp-block-columns {
	align-items: center;
}


/*=======codoc*/
.codoc-support {
    background: #9bac71!important;
    margin: 24px auto 2em!important;
}
.codoc-support .codoc-support-title {
    font-size: 14px!important;
    font-weight: normal!important;
    color: #fff;
}

.codoc-buy-creator {
	display: none;
}
.codoc-support .codoc-btn {
    font-size: 12px!important;
    font-weight: 700!important;
    border:none!important;
    color: #9bac71 !important;
}
.modal-container .codoc-btn-buy-bg {
	background: #9bac71 !important;
	border: none !important;
}
.codoc-entry .codoc-btn {
	 background: #9bac71!important;
}

/*========投稿内追加class=====*/
.mw250 {
	max-width: 200px;
	margin: 0 auto !important;
}

.post-table table {
	border: 1px solid #F0F0F0 !important;
}
.post-table th {
	letter-spacing: .09em;
	padding: .4em;
}
.post-table td:first-child {
	width: 100px;
	border-right: 1px solid #F0F0F0 !important;
	letter-spacing: .09em;
}
.post-table td {
	padding: .4em;
	text-align: center;
}
.post-table td:nth-child(2)::after {
	content: '人';
}


/* 
　category- blogページ
*/
.date {
	display: block;
}
.flex.between {
    justify-content: space-between;
}
.category .newPost {
    
		padding-left: 24px;
	padding-right: 24px;
}
.category .newPost li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: rgba(255,255,255,.94);
	transition: 1s;
	border-radius: 10px;
}
.category .newPost li a:hover::after {
	background-color: rgba(255,255,255,.8);
}
.category .newPost li {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E8E6E7;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
	text-align: center;
	padding: 0;
	width: 32%;
	margin: 0 0 2%;
	/*padding-left: 24px;
	padding-right: 24px;*/
}
.category .newPost li.bg-lazy {
    background-image: none!important;
}
.category .newPost li .ttl {
	letter-spacing: .04em;
	font-size: 16px;
}
.category .newPost li a {
	padding: 15% 24px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newPost .info {
	z-index: 100;
	position: relative;
}
.category .newPost .cat {
	font-size: .8em;
	font-weight: normal;
	color: #29abe2;
	font-family: 'Caveat', cursive;
	background: none;
	position: static;
}
.category .newPost li:first-child,
.category .newPost li:nth-child(9) {
	width: 59%;
}
.category .newPost li:nth-child(2),
.category .newPost li:nth-child(8) {
	width: 23%;
}
.category .newPost li:nth-child(3),
.category .newPost li:nth-child(7) {
	width: 14%;
}
.category .newPost li:nth-child(14) {
	width: 60%;
}
.category .newPost li:nth-child(13),
.category .newPost li:nth-child(15) {
	width: 19%;
}
/*トップページのカテゴリーリンク*/
.category .newPost.category-link li {
	width: 23%;
	background: rgba(255,255,255,.64);
	border: 10px solid #E8E6E7;
	
}
.newPost.category-link li:first-child, .category .newPost.category-link li:nth-child(9) {
	margin: 0 0 2%;
}
.category .newPost.category-link li a i {
	color: #9bac71;
	margin-right: 4px;
}
.category .newPost.category-link li a::after {
	content: none;
}

.instagram-media.instagram-media-rendered {
	margin: auto !important;
}

.blog-txt figure img {
	padding-left: 0;
}
.wp-block-image figcaption {
	background: #eee;
	font-weight: bold;
	text-align: center;
	margin: 0 !important;
	font-family: 'setofont-sp', cursive;
}
.banner_area {
	font-size: 12px;
	font-family: setofont-sp, sans-serif;
	text-align: center;
	margin-bottom: .4em;
	margin-top: 2em;
}
.banner_area p {
	padding-bottom: 0;
}
.banner_area img {
	width: 240px !important;
}

.btn {
	font-family: 'braisetto','setofont-sp', sans-serif;
	font-style: normal;
	position: relative;
	display: block;
	width: 300px;
	max-width: 96%;
	padding: .24em 0;
	margin: 1em auto 3em;
	border: 1px solid #666;
	transition: .5s;
	font-weight: lighter;
	font-size: 144%;
	text-align: center;
	letter-spacing: 2px;
}
.btn::after {
	background-color: #666;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.1s;
	transition-delay: 0.1s;
	top: 6px;
	right: -6px;
	height: 100%;
	width: 1px;
}

.btn::before {
	background-color: #23234B;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.1s;
	transition-delay: 0.2s;
	bottom: -6px;
	height: 1px;
	right: -6px;
	width: 100%;
}

.btn:hover::before {
	width: 0;
	transition-delay: 0.2s;
}

.btn:hover::after {
	height: 0;
	transition-delay: 0.3s;
}
.btn a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	color: #9bac71;
}


/*==
wp page nav
==*/
/*ページナビ*/

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-family: "Kokoro";
}
.wp-pagenavi a {
    color: #9bac71;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 6px 6px 0;
	
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wp-pagenavi span.current {
    border: none;
    background: #9bac71;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #9bac71;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}
.postid-1974 .blog-txt p i {
	padding-right: .4em;
	padding-left: .4em;
	color: #9bac71;
}


.mb1em {
	margin-bottom: 1em;
}

/*カテゴリーlesson用*/
.logo.braisetto {
	font-size: 3.24em;
	color: #666;
	padding: 0;
}
.single main.lesson-page {
	
}
.search_area {
	top: 1em;
	right: 1em;
	position: absolute;
}
.search_area p {
	padding: 0;
	font-size: 12px;
	text-align: center;
}