@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&family=Zen+Antique&display=swap');
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/* v5.7.2 */
html,body{
	overflow-x:hidden;
}

body{
	font-family: 'Zen Antique', serif;
}

.home .article h1,.page .date-tags,.author-info,.home .entry-title{
	display:none;
}




/* 【初期】 */
.home .entry-content{
	margin-top:0;
}
.flexslider,
.metaslider .flexslider,
.content,
.home .entry-content,
.home .article,
.footer,
.copyright,
.content-bottom{
	padding:0!important;
	margin:0!important;
}
.footer-bottom,
.tagline,
.widget-content-bottom{
	margin:0!important;
}


.page .article h2,.page .article h3,.page .article h4{
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.article p{
	margin:0;
}

.wpcf7-form p{
	margin-bottom:1em;
}



.pagination .current {
  	background-color: #00764d;
	color:#fff;
}
.pagination-next-link:hover,
.comment-btn:hover,
.pagination a:hover,
.entry-card-wrap:hover{
	background-color: #f0f2ea;
}


/* ヘッダー***************** */
.header-in{
	display:none;
}
.H-nav{
	background:#fff;
}
.H-nav .wrap-Hbox{
	max-width:1300px;
	margin:auto;
	display:flex;
	padding:1em;
}
.H-nav .image,
.H-nav .link-area{
	width:50%;
	margin: auto;
}

.H-nav .image img{
	width:250px;
}
.H-nav .link-area .H-tel{
	font-size:1.5em;
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom:0.3em;
}
.H-nav .link-area .H-tel i{
	padding-right:0.2em;
}
.H-nav .link-area .item{
	display: flex;
	justify-content: end;
}
.H-nav .link-area .item a{
	display: block;
	background: #165815;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	position: relative;
	margin: 0 0 0 1em;
	box-shadow: 1px 2px 2px #c0c0c0;
	transition:.6s;
}
.H-nav .link-area .item a:hover{
	background:#6b8731;
}
.H-nav .link-area .item a i{
	font-size: 1.6em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

#navi .navi-in a:hover{
/* 	background:#cbbc01; */
	background:#c7d5aa;
}

/* フッター***************** */
.F-nav{
	padding:3em 0 2em;
	position:relative;
}
.F-nav .bg-img{
	position:absolute;
	top:0;
	left:-50%;
	width:200%;
	height:100%;
 	background:#F0F2EA;
	z-index:-1;
	display: inline-block;
	overflow:hidden;
}
.F-nav .F-logo{
	display: block;
	margin: auto;
	width: 40%;
	max-width: 200px;
}

.F-nav a{
	display:block;
	text-decoration:none;
}

.F-nav .F-add{
/* 	text-align: center; */
	width: fit-content;
	max-width: 80%;
	margin: 1em auto;
/* 	font-size: 1.5em; */
/* 	letter-spacing: 0.1em; */
	color:#303030;
}
.F-nav .F-tel i{
	padding-right:0.2em;
}
.F-nav .F-contact{
	text-align: center;
	background: #165815;
	width: 80%;
	max-width: 450px;
	margin: auto;
	padding: 0.5em;
	font-size: 1.2em;
	border-radius: 10px;
	color:#fff;
	box-shadow: 0 2px 5px #000;
	transition:.6s;
}
.F-nav .F-contact:hover{
	background: #6b8731;
}

.F-nav .link-box{
	display:flex;
	justify-content: space-around;
	margin-top: 3em;
}
.F-nav .link-box a{
	color:#303030;
	margin-bottom:0.5em;
	transition:.6s;
}
.F-nav .link-box a:hover{
	text-shadow:0 0 15px #cbbc01;
}

/*モバイル：スライドインメニュー***************** */
.menu-drawer li a{
	margin: 20px 5px;
  	display: block;
  	border-bottom: solid 1px #cbbc01;
	position:relative;
	padding-left: 25px;
}
.menu-drawer li a::before{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	border: 10px solid transparent;
	border-left: 15px solid #6b8731;
}
.menu-drawer a{
    color:#303030; 
}


/*問い合わせ等送信ボタン***************** */
.wpcf7 .wpcf7-submit:disabled{
	background-color: #eee;
	color:#303030;
}

input[type="submit"]{
	background-color: #6b8731;
	color:#fff;
}


/* 【投稿ページ：アイキャッチ・P】 */
.eye-catch{
	margin: auto;
}
.eye-catch img{
	width:100%;
	max-width: 1000px;
}
.single p{
	margin-bottom:1em;
}
/* .category-id-20 .content-in{
	max-width:1000px;
	margin:auto;
} */
.single .entry-title{
	font-size:1.6em;
	margin:1.5em 0;
}


/*共通 ***************** */

.fl{
	display:flex;
	flex-wrap: wrap;
}

.wrap-box{
	max-width:1200px;
	margin:auto;
	position:relative;
	padding:0 1em;
}

.title-area h2{
	text-align:center;
	font-size:1.8em;
	letter-spacing: 0.05em;
	position:relative;
}
.title-area h2::before{
	content:"";
	background:url(https://tsukushi-bonsai.com/wp-content/uploads/2022/08/matsu_002.png) center no-repeat;
	background-size:contain;
	width: 110px;
	height: 70px;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}
.title-area h3{
	font-size:1.6em;
}

.title-area2 h2{
	text-align:center;
	font-size:1.8em;
	letter-spacing: 0.05em;
	position:relative;
}


.title-area .sub-title{
	font-family: 'Grape Nuts', cursive;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
/* 	letter-spacing: 0.1em; */
	position:relative;
	top:-8px;
}
.title-area h3 + .sub-title{
	text-align:left;
	padding-left:0.1em;
}


.mini{
	font-size:0.8em;
}

/* ======================
TOP
====================== */
.home .content-in{
	width:100%;
}
.home main{
/* 	background:transparent; */
}
.home .main{
	padding:0;
	border:none;
}

.top-sec01,
.top-sec02,
.top-sec03,
.top-sec04,
.top-sec05,
.top-sec06,
.top-img-area{
	position:relative;
	margin-bottom:0;
}


/* ---- */
.top-sec01{
	padding:15em 0 10em;
	min-height:50vh;
}
.top-sec01 .title-area{
	position: relative;
	z-index: 5;
}
.top-sec01 .M-title{
	font-family: 'Grape Nuts', cursive;
	font-size:3.5em;
	margin-bottom:1em!important;
	text-shadow: 8px 12px 0px #e5e5e5;
}

/* ** */
.tsukushi-01 p{
	width:fit-content;
	margin:0 auto 1.5em;
	text-align:center;
	letter-spacing:0.05em;
}

.tsukushi-01 .txt01{
	font-size: 1.6em;
	letter-spacing:0.1em;
}
.tsukushi-01 .txt01 span{
	font-size: 1.3em;
	padding:0 0.2em;
	color: #6b8731;
	text-shadow: 2px 2px 1px #c0c0c0;
}

.tsukushi-01 .txt04{
	font-size:1.2em;
	position:relative;
}
.tsukushi-01 .txt04::before{
	content: "";
	width: 105%;
	height: 10px;
	background: #e8df6e;
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}
/* ** */

.top-sec01 .img-01{
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-15deg);
	z-index:1;
}
.top-sec01 .img-02{
	position: absolute;
	bottom: -50px;
	right: 0;
	transform: rotate(15deg);
	z-index:1;
}
.top-sec01 .img-01 img,
.top-sec01 .img-02 img{
	vertical-align:top;
}
.top-sec01 .img-01::before,
.top-sec01 .img-02::before{
	content: "";
	border: solid 5px #e5e5e5;
	width: 95%;
	height: 95%;
	position: absolute;
	z-index: -1;
}
.top-sec01 .img-01::before{
	top: 15px;
	left: -15px;
}
.top-sec01 .img-02::before{
	top: 15px;
	right: -15px;
}

.top-sec01 .bg-img01{
	position: absolute;
	top: 0;
	right: -5px;
	width: 500px;
	z-index:-1;
}
.top-sec01 .bg-img02{
	position: absolute;
	bottom: -100px;
	left: -5px;
	width: 500px;
	z-index:-1;
}

/* ---- */
.top-sec02{
	padding:5em 0;
}

.top-sec02 .column-box{
	width: 100%;
	max-width: 900px;
	display: block;
	margin: auto;
}

/* ---- */
.top-img-area{
	background:url(https://tsukushi-bonsai.com/wp-content/uploads/2022/08/top-img01.png) center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
}

/* ---- */
.top-sec03{
	padding:8em 0 5em;
	background:linear-gradient(0deg, rgba(207, 231, 178, 1), rgba(255, 255, 255, 1) 40% 60%, rgba(207, 231, 178, 1));
}
.top-sec03::before{
	content: "";
	position: absolute;
	bottom: -140px;
	left: 50%;
	border: 100px solid transparent;
	border-top: 50px solid #d2e8b7;
	transform: translateX(-50%);
}

.top-sec03 .shop-image{
	margin: 1.5rem 0;
	
	width: 100vw;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
@media screen and (min-width:600px){
	.top-sec03 .shop-image{	
		width: 100%;
		margin: 3rem 0;
	}
}

.top-sec03 .but{
	background: #6B8731;
	max-width: 350px;
	width: 80%;
	display: block;
	margin:auto;
	text-align: center;
	padding: 0.5em;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 2px 2px #c0c0c0;
	transition:.6s;
}
.top-sec03 .but:hover{
	background: #165815;
}


.osusume-item{
	background: #fff;
	padding: 3em;
	margin: 2em 0 2.5em;
	box-shadow: 0px 0px 10px #c0c0c0;
}


/* ---- */
.top-sec04{
	padding:3em 0 0;
}
.top-sec04 a{
	width: calc((100% / 2) - 2em);
	margin: 1em;
	transition:.6s;
}
.top-sec04 a img{
	box-shadow: 0px 2px 5px #303030;
}

.top-sec04 a:hover{
	opacity:.6;
}

/* ---- */
.top-sec05{
	padding:8em 0 5em;
}
.top-sec05 .wrap-info a{
	width: calc((100% / 2) - 2em);
	margin: 1em;
	height: 40vh;
	min-height: 250px;
	position:relative;
	color:#333;
	display: block;
	overflow:hidden;
}
.top-sec05 .wrap-info a .bg-img{
	background: url(https://tsukushi-bonsai.com/wp-content/uploads/2022/08/bonsai000.jpg) center no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	transition-duration: 0.6s;
}
.top-sec05 .wrap-info a:hover .bg-img{
  	transform: scale(1.15);
  	transition-duration: 0.6s;
}
.top-sec05 .wrap-info a .item{
	background: linear-gradient(148deg, rgba(240, 244, 232, 0.7) 50%, rgba(255, 255, 255, 0) 50%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top-sec05 .wrap-info a .item .title-area{
	position: absolute;
	top: 15%;
	left: 8%;
}
.top-sec05 .wrap-info a .arrow-link{
	background: #6B8731;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	bottom: 15px;
	position: absolute;
	right: 30px;
	transition:.6s;
}
.top-sec05 .wrap-info a:hover .arrow-link{
	right: 15px;
}

.top-sec05 .wrap-info a .arrow-link::before{
  	font-family: 'Font Awesome 5 Free';
/* 	font-family: 'Font Awesome 6 Free'; */
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 48%;
	left: 53%;
	transform: translate(-50%,-50%);
	color:#fff;
	font-size:1.5em;
}


/* ---- */
.top-sec06{
	padding:5em 0 5em;
}


/* ショートコード========================= */
.Top-item{
	display: flex;
	flex-wrap: wrap;
}
.Top-item .Top-item-box{
	width:calc((100% / 3) - 1.6em);
	margin:0.8em;
	background: #F0F4E8;
}

.Top-item .top-product{
	display: block;
	color: #303030;
	text-decoration: none;
	padding: 1.3em 1em;
}
.Top-item .top-product img{
	transition:.6s;
}

.Top-item .top-item-price{
	text-align: right;
}

.Top-item .top-product:hover img{
	opacity:.6;
}


/* =========================
固定ページ
========================= */
@media screen and (min-width: 1024px) {
	.page-id-51 .article,
	.page-id-49 .article,
	.page-id-70 .article,
	.page-id-73 .article,
	.page-id-78 .article,
	.page-id-94 .article,
	.page-id-101 .article,
	.page-id-575 .article{
		width: 1000px;
		margin: 0 auto;
	}
}
.content{
	background:#fff;
}

.entry-header,
.archive-title{
	margin-top:100px;
}
.home .entry-header{
	margin:0;
}
.entry-title,
.archive-title{
	font-family: 'Grape Nuts','Zen Antique', cursive;
	font-size:3.5em;
	margin-bottom:1em!important;
	text-shadow: 8px 12px 0px #e0e0e0e0;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	font-weight:bold;
}
.entry-title::before,
.archive-title::before{
	content:"";
	background:url(https://tsukushi-bonsai.com/wp-content/uploads/2022/08/matsu_002.png) center no-repeat;
	background-size:contain;
	width: 110px;
	height: 70px;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
.entry-title::after,
.archive-title::after{
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow:none;
	font-size:0.3em;
	font-weight:normal;
}


/* -盆栽の育て方- */
.page-id-51 .entry-title::after{
	content:"盆栽の育て方";
}

.grow-item{
	padding:2em;
}
.grow-item .grow_image01{
	width:20%;
	max-width:100px;
	margin:0;
	margin-bottom: -1.8em;
}
.grow-item .grow_image02{
	width:65%;
	max-width:300px;
	margin:0 auto 1.5em;
}


/* -土筆について- */
.page-id-49 .entry-title::after{
	content:"土筆について";
}
.page-id-49 p{
	margin-bottom:1.5em;
}

.page-id-49 .tsukushi-01{
	margin-bottom:5em;
}

.tsukushi-01 .txt00{
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 3em;
}

.tsukushi-02 h2{
	text-align:center;
	margin-bottom:1.5em;
}

.tsukushi-02 table tr:nth-of-type(2n+1),
.tsukushi-02 table tr,
.tsukushi-02 table th,
.tsukushi-02 table td{
	background:none;
	border:none;
}
.tsukushi-02 table tr,
.tsukushi-02 table tr:nth-of-type(2n+1){
	border-bottom: solid 2px #6b8730;
}
.tsukushi-02 table th{
	width:25%;
}
.tsukushi-02 table td{
	padding:1em 0;
	padding-left:1em;
}
.tsukushi-02 table{
	max-width:800px;
	margin:auto;
}




/* -保証について- */
.page-id-70 .entry-title::after{
	content:"保証について";
}

.page-id-70 p{
	margin-bottom:1.5em;
}

.Guarantee-point{
/* 	width: 100%;
	max-width: 800px; */
	margin: 0 auto 2em;
}

.Guarantee-info{
	width: 100%;
	max-width: 500px;
	border-top: dotted 2px #6b8731;
	border-bottom: dotted 2px #6b8731;
	padding: 0.5em;
	margin-top: 3em;
}


/* -購入から到着まで- */
.page-id-73 .entry-title::after{
	content:"購入から到着まで";
}
.support-00 p{
	margin-bottom:0.5em;
}

.support-title{
	font-size:1.5em;
	position:relative;
	z-index:1;
	padding-left:1em;
}
.support-title::before{
	font-family: 'Grape Nuts','Zen Antique', cursive;
	position: absolute;
	top: -80px;
	left: -30px;
	font-size: 3em;
	color: #dbd364;
	z-index: -1;
	text-shadow: 10px 5px 3px #e6e1af;
	font-weight: bold;
}
.support-title01::before{
	content:"01";
}
.support-title02::before{
	content:"02";
}
.support-title03::before{
	content:"03";
}
.support-title04::before{
	content:"04";
}
.support-title05::before{
	content:"05";
}
.support-title06::before{
	content:"06";
}
.support-title07::before{
	content:"07";
}
.support-title08::before{
	content:"08";
}
.support-title09::before{
	content:"09";
}


/* -お問い合わせ- */
.page-id-78 .entry-title::after{
	content:"お問い合わせ";
}



/* -特定商取引法- */
.page-id-94 .entry-title{
	font-size:2em;
}
.page-id-94 table{
	margin:auto;
}
.page-id-94 table th {
  background-color: #f0f2ea;
	width:30%;
}
.page-id-94 table th,.page-id-94 table td {
	border: 1px solid #c0c0c0;
}

/* -プライバシーポリシー- */
.page-id-101 .entry-title::after{
	content:"プライバシーポリシー";
}
.page-id-101 p{
	margin-bottom:1.5em;
}

/* -コラム- */
.category-20 .archive-title{
	font-size:2em;
}

.is-list-horizontal .swiper-wrapper {
	display:flex;
	flex-wrap:wrap;
}

.is-list-horizontal .swiper-button-next {
	display:none;
}


/* -商品一覧- */
.category .archive-title .fa{
	display:none;
}
.category-2 .archive-title::after{
	content:"商品一覧";
}
.itemprice{
	text-align:right;
}

/* -各商品（個別ページ）- */
.table-S{
	margin-bottom:0;
}
.table-S tr th{
	background:#F0F2EA;
}
.table-S tr td{
	background:#fff;
	padding-left:0.5em;
}

.S-detail{
	margin-top:2em;
	border:solid 2px #6b8731;
}
.S-detail .title{
	text-align:center;
	font-size:1.2em;
	background:#6b8731;
	padding:0.3em 0;
	color:#fff;
}
.S-detail .box{
	padding:1em;
}
.S-detail .box .txt01{
	margin-bottom:1em;
}


/* -カテゴリー別- */
.category-16 .archive-title::after{
	content:"木の盆栽";
}
.category-17 .archive-title::after{
	content:"草の盆栽";
}


/* -Q&A- */
.page-id-575 .entry-title::after{
/* 	content:""; */
}
.accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.accordion_one .accordion_header {
  background-color: #00764d;
  color: #fff;
  font-size: 1.2em;
/*   font-weight: bold; */
  padding: 0.5em 11% 0.5em 5%;
/*   text-align: center; */
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
/*   margin-top: -20px; */
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform:translateY(-50%) rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform:translateY(-50%) rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #00764d;
  border-right: 2px solid #00764d;
  border-bottom: 2px solid #00764d;
  box-sizing: border-box;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header {
    font-size: 18px;
  }
  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
/*     margin-top: -15px; */
  }
}
@media screen and (max-width: 767px) {
  .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


.yahuoku {
	text-align: center;
  margin-top: 2em;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.H-nav{
		display:none;
	}
/* -TOP- */
	.top-sec01 .img-01 img, .top-sec01 .img-02 img{
		width:150px;
	}
	.top-sec01 .img-01::before, .top-sec01 .img-02::before{
/* 		width: 75%;
		height: 75%; */
	}
/* -TOP 過去商品カード- */	
	.sold-out-list .card{
		width: calc(30% - 16px);
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.top-img-area{
		height: 250px;
	}
	.top-sec01 .img-01{
		top:-50px;
	}
	.top-sec01 .img-02{
		bottom: -180px;
	}
/* --------- */
	.Top-item .Top-item-box{
		width: calc((100% / 2) - 1em);
		margin: 0.5em;
	}
	.osusume-item{
		padding:1.5em;
	}
	
	.sold-out-list .card {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 600px){
	.sp-600{
		display:none;
	}
}
@media screen and (max-width: 600px){
	.pc-600{
		display:none;
	}
	.sp-600{
		display:block;
	}
	.F-nav .link-box{
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	.F-nav .link-box .item{
		width:calc(100% / 2);
		padding-left: 1em;
	}
/* -TOP- */
	.title-area h2::before{
		width: 90px;
		height: 60px;
		top: -65px;
	}
	.top-sec01 .title-area h2::before{
		top: -45px;
	}
	.top-sec01 .main-text{
		font-size:1.1em;
	}
	.top-sec01 .bg-img01,
	.top-sec01 .bg-img02{
		width: 300px;
	}
	.top-img-area{
		height: 180px;
	}
	.tsukushi-01 p{
/* 		text-align:left; */
	}
	.tsukushi-01 .txt04 {
		font-size: 1em;
	}
	.top-sec04 a{
		width:90%;
		margin: 1.5em auto 0;
	}
	.top-sec05 .wrap-info a {
		width: 100%;
		margin: 1em 0;
	}
	.top-sec05 .wrap-info a .arrow-link{
		right: 15px;
	}
/* ------------ */
	.osusume-item{
		padding: 1em 0.5em;
	}
	.Top-item .Top-item-box {
  		width: calc((100% / 2) - 0.6em);
  		margin: 0.3em;
	}
	
/* --- */
	.entry-title::before,
	.archive-title::before{
		width: 90px;
		height: 60px;
		top: -75px;
	}
}

@media screen and (min-width: 480px){
	.sp-main,
	.sp-480{
		display:none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.pc-main{
		display:none;
	}
	.sp-main,
	.sp-480{
		display:block;
	}
	.entry-title,
	.archive-title{
		padding:0;
	}
	.F-nav .F-add{
		font-size:.8em;
		line-height: 1.5em;
	}
/* -TOP- */
	.top-sec01 .M-title{
		margin-bottom: .5em !important;
	}
	.top-sec01 .main-text {
  		font-size: 1em;
	}
	.top-sec01 .img-01 img, .top-sec01 .img-02 img {
  		width: 120px;
	}
	.top-sec01 .img-01{
		top: -145px;
	}
	.top-sec01 .img-02{
		right:30px;
	}
	.top-sec01 .img-01::before, .top-sec01 .img-02::before{
		border: solid 3px #e5e5e5;
	}
	.top-sec01 .img-02::before {
		top: 10px;
		right: -10px;
	}
	.top-sec01 .bg-img02{
		left:-75px;
	}
	.top-sec01 .bg-img01, .top-sec01 .bg-img02 {
  		width: 250px;
	}
	.top-img-area{
		height: 120px;
	}
	.tsukushi-01 p{
		margin-bottom:1em;
	}
	.tsukushi-01 p,
	.tsukushi-01 .txt04{
		font-size:.95em;
	}
	.tsukushi-01 .txt00{
		font-size:1.5em;
	}
	.tsukushi-01 .txt01 {
		font-size: 1.4em;
	}
/* ----------- */
	.Top-item .top-product{
		padding: 0.5em;
	}
	.Top-item .top-item-price{
		font-size:.8em;
	}
	
/* --- */
	.entry-title,
	.archive-title{
		font-size:3em;
	}
	
	.single .entry-title{
		text-align:left;
	}
	
	.support-title::before{
		top: -70px;
	}
}






.hissu{
	color:red;
	font-size:.8em;
}





























/* ====2024/04/26========================================== */
/* TOPページ、お知らせ箇所 */

.top-sec1-2{
	margin-top:5rem;
}

.top-sec1-2 .wrap-box{
	width:100%;
	max-width:1000px;
	margin:auto;
}
.top-sec1-2 .wrap-box .new-entry-card-date{
	display:block!important;
}
/* ====2024/10/8========================================== */
/* TOPページ、過去商品 */

/* スタイルを追加 */
.sold-out-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  margin: 8px;
  width: calc(25% - 16px);
  background-color: #fdfefb;
  border: 1px solid #e3f1d2;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
	margin-bottom: 24px;
}
.card a {
	display: block;
	text-align: right;
	display: block;
    text-align: right;
    color: #00764e;
    letter-spacing: 1px;
	font-size:16px;
}
.card-title {
	color: #6c8731;
	margin-bottom:4px !important;
	font-size: 20px !important;
}

.crad-info {
  display: flex;
    font-size: 18px;
    margin-bottom: 8px;
    align-items: center;
	justify-content: space-between;
}
.crad-info p:nth-child(2) {
	font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px !important;
    background-color: #333333;
    line-height: .8 !important;
    border-radius: 4px;
    margin-left: 16px;
}
.crad-img {
  text-align: center;
}

.crad-img img {
  width: 100%;
}

.card-table {
	display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.card-table td:nth-child(1) {
	padding-right: 8px;
    font-weight: bold;
    display: block;
    color: #6d8731;
}

.card-table th, .card-table td {
  border: 1px solid #fff;
  padding: 0px;
  text-align: left;
	background-color: #fff !important;
}

.card-table th {
  background-color: #f0f0f0;
}

.card p {
	font-size: 0.8em
}

.profile-title {
border-bottom: solid 2px;
  margin-bottom: 0.5em;
  color: #3f731c;
}

/* スマホ用スタイル */
@media (max-width: 600px) {
  .sold-out-list .card {
    width: 100%;
  }
}

/******佐々木龍之介2024.12.20********/


.sold-out-list .card .card-title{
	height: 50px;
}

/* ====2025/01/29========================================== */

.postid-881 .article h2{
	background-color: #00764d;
    color: white;
}

.postid-881 .article h2.matome-000{
	background-color: #6b8731;
    color: white;
}


.matome-wrap {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin: 4em auto;
  border: solid #6b8731;
}

.matome-title {
  text-align: center;
  background-color: #6b8731;
  color: white;
  font-size: 1.2em;
}

.matome-text {
  padding: 25px;
}

.postid-881 .intro-00{
	width: 75%;
	margin: 0 auto;
	margin-bottom: 3em;
}


/* 2025.03.10 イベント情報 */
.contact-link-001 {
  text-decoration: none;
}

.article h2.osirase-title-1{
	background-color: #ed808d;
	color: white;
}

.article h2.osirase-title-2{
	background-color: #068646;
	color: white;
}

.osirase-box-1{
	border-color: #ed808d;
}

.osirase-box-2{
	border-color: #068646;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	.page-id-820 .new-entry-card-link.widget-entry-card-link.a-wrap{
		width: 47%;
		max-width: none;
	}
}

/*680px以下*/
@media screen and (max-width: 680px){
	.matome-wrap,.postid-881 .intro-00{
		width: 100%;
	}
}


/*550px以下*/
@media screen and (max-width: 550px){
	.page-id-820 .new-entry-card-link.widget-entry-card-link.a-wrap{
		width: 100%;
	}
	
	
}


.wp-block-cocoon-blocks-blank-box-1.blank-box.block-box.has-border-color.has-teal-border-color {
  margin-top: 3em;
  margin-bottom: 3em;
}

.fa.fa-star {
  color: #ffbf00;
}

.wp-block-cocoon-blocks-blank-box-1.blank-box.block-box.osirase-box-2 {
  margin-top: 3em;
}

/* 申込フォーム */
.form-title-1{
	font-size: 2em;
}

.form-back-1{
	padding: 50px;
  background-color: #fff4f5;
  border-radius: 5px;
}

input[type="text"].w-50{
	width: 50%;
}

#wpcf7-f995-p985-o1 input[type="submit"]{
  background-color: #ed808d;
  color: #fff;
}


@media screen and (max-width: 550px){
	.form-back-1{
		padding: 50px 20px;
	}
}

.post-1012 .mb-01{
	margin-bottom: 4em;
}

/* ===== Bonsai Guide (scoped) ===================================== */
.bonsai-guide { 
  /* 既存テーマに馴染ませる：色・フォントは継承、余白と線のみ補助 */
  color: inherit;
  font: inherit;
  line-height: 1.8;
  --bdc: rgba(0,0,0,.12);
  --bdc-strong: rgba(0,0,0,.18);
  --bg-soft: rgba(0,0,0,.03);
  --accent: currentColor; /* テーマ色に追従 */
}

.bonsai-guide .hdg-1,
.bonsai-guide .hdg-2,
.bonsai-guide .hdg-3 { 
  margin: 0 0 .5em;
  line-height: 1.4;
}

.bonsai-guide .hdg-1 { font-size: clamp(1.4rem, 2vw, 1.9rem); font-weight: 700; }
.bonsai-guide .hdg-2 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); font-weight: 700; border-left: 4px solid var(--accent); padding-left: .6em; margin-top: 2.2em; }
.bonsai-guide .hdg-3 { font-size: 1.05rem; font-weight: 700; }

.bonsai-guide .lead { margin-top: .6em; opacity: .9; }

.bonsai-guide .bg__lead { 
  padding: 1rem 1.1rem; 
  background: var(--bg-soft);
  border: 1px solid var(--bdc);
  border-radius: .5rem;
  margin-bottom: 1.2rem;
}

/* section spacing */
.bonsai-guide .section { margin: 1.6rem 0; }

/* lists */
.bonsai-guide .keypoints,
.bonsai-guide .list { 
  margin: .8rem 0 0;
  padding-left: 1.2em;
}
.bonsai-guide .keypoints li + li,
.bonsai-guide .list li + li { margin-top: .4em; }

.bonsai-guide .checklist { 
  margin: .8rem 0 0; 
  padding-left: 1.2em; 
}
.bonsai-guide .checklist li + li { margin-top: .35em; }

/* note */
.bonsai-guide .note {
  margin-top: .6rem;
  padding: .7rem .9rem;
  border: 1px dashed var(--bdc);
  border-radius: .5rem;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,.02));
  font-size: .95em;
}

/* table */
.bonsai-guide .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bonsai-guide .tbl { 
  width: 100%; 
  border-collapse: collapse; 
  min-width: 520px;
  margin-top: .6rem;
}
.bonsai-guide .tbl th, 
.bonsai-guide .tbl td { 
  border: 1px solid var(--bdc);
  padding: .6em .7em; 
  vertical-align: top; 
}
.bonsai-guide .tbl thead th { 
  background: var(--bg-soft); 
  font-weight: 700; 
  text-align: left;
}

/* cards / columns */
.bonsai-guide .cols { display: grid; gap: .9rem; }
.bonsai-guide .cols--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 768px){
  .bonsai-guide .cols--2 { grid-template-columns: 1fr; }
}
.bonsai-guide .card {
  border: 1px solid var(--bdc);
  border-radius: .6rem;
  padding: .9rem 1rem;
  background: #fff; /* テーマの白背景を想定（色は継承） */
}

/* steps grid */
.bonsai-guide .grid { display: grid; gap: .7rem; }
.bonsai-guide .grid--steps { grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1024px){
  .bonsai-guide .grid--steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .bonsai-guide .grid--steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.bonsai-guide .step {
  position: relative;
  border: 1px solid var(--bdc);
  border-radius: .6rem;
  padding: .9rem .9rem .9rem 2.4rem;
  background: #fff;
}
.bonsai-guide .step__no {
  position: absolute; inset: .7rem auto auto .7rem;
  display: inline-grid; place-items: center;
  width: 1.4rem; height: 1.4rem; border-radius: 50%;
  border: 1px solid var(--bdc-strong);
  font-size: .85em;
  background: var(--bg-soft);
}

/* tags */
.bonsai-guide .tags { 
  display: flex; flex-wrap: wrap; gap: .5rem .6rem; 
  margin-top: .6rem; padding: 0; list-style: none;
}
.bonsai-guide .tags li {
  border: 1px solid var(--bdc);
  border-radius: 999px;
  padding: .25rem .6rem;
  background: #fff;
  font-size: .95em;
}

/* FAQ */
.bonsai-guide .faq { 
  border: 1px solid var(--bdc);
  border-radius: .5rem;
  padding: .4rem .7rem;
  margin-top: .6rem;
  background: #fff;
}
.bonsai-guide .faq > summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  outline: none;
}
.bonsai-guide .faq > summary::-webkit-details-marker { display: none; }
.bonsai-guide .faq > summary::after {
  content: "＋";
  float: right;
  transform: translateY(-1px);
  opacity: .7;
}
.bonsai-guide .faq[open] > summary::after { content: "－"; }
.bonsai-guide .faq__a { 
  margin-top: .5rem; 
  border-top: 1px dashed var(--bdc); 
  padding-top: .5rem;
}

/* calendar list */
.bonsai-guide .calendar { 
  margin: .6rem 0 0; 
  padding-left: 1.2em;
}
.bonsai-guide .calendar li + li { margin-top: .35em; }

.bonsai-guide {
  color: inherit; font: inherit; line-height: 1.8;
  --bdc: rgba(0,0,0,.12);
  --bdc-strong: rgba(0,0,0,.18);
  --bg-soft: rgba(0,0,0,.03);
  --accent: currentColor;
}

.bonsai-guide .hdg-1,.bonsai-guide .hdg-2,.bonsai-guide .hdg-3{margin:0 0 .5em;line-height:1.4}
.bonsai-guide .hdg-1{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:700}
.bonsai-guide .hdg-2{font-size:clamp(1.2rem,1.6vw,1.5rem);font-weight:700;border-left:4px solid var(--accent);padding-left:.6em;margin-top:2.2em}
.bonsai-guide .hdg-3{font-size:1.05rem;font-weight:700}
.bonsai-guide .lead{margin-top:.6em;opacity:.9}
.bonsai-guide .bg__lead{padding:1rem 1.1rem;background:var(--bg-soft);border:1px solid var(--bdc);border-radius:.5rem;margin-bottom:1.2rem}
.bonsai-guide .section{margin:1.6rem 0}

/* media (images/illustrations) */
.bonsai-guide .media{margin:.9rem 0 1.1rem;border:2px solid #6b8731;border-radius:.6rem;background:#fff;overflow:hidden;width: 85%;margin: 0 auto;}
.bonsai-guide .media img{display:block;width:100%;height:auto;vertical-align:middle}
.bonsai-guide .media figcaption{font-size:.92em;opacity:.85;padding:.5rem .8rem;border-top:1px dashed var(--bdc);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.02))}
.bonsai-guide .media--wide{margin-top:1rem}
.bonsai-guide .illus img{object-fit:contain}

/* lists / notes / table (同前) */
.bonsai-guide .keypoints,.bonsai-guide .list{margin:.8rem 0 0;padding-left:1.2em}
.bonsai-guide .keypoints li+li,.bonsai-guide .list li+li{margin-top:.4em}
.bonsai-guide .checklist{margin:.8rem 0 0;padding-left:1.2em}
.bonsai-guide .checklist li+li{margin-top:.35em}
.bonsai-guide .note{margin-top:.6rem;padding:.7rem .9rem;border:1px solid var(--bdc);border-radius:.5rem;background:#ffbdf2;font-size:.95em}

.bonsai-guide .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.bonsai-guide .tbl{width:100%;border-collapse:collapse;min-width:520px;margin-top:.6rem}
.bonsai-guide .tbl th,.bonsai-guide .tbl td{border:1px solid var(--bdc);padding:.6em .7em;vertical-align:top}
.bonsai-guide .tbl thead th{background:var(--bg-soft);font-weight:700;text-align:left}

/* cards / columns */
.bonsai-guide .cols{display:grid;gap:.9rem}
.bonsai-guide .cols--2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:768px){.bonsai-guide .cols--2{grid-template-columns:1fr}}
.bonsai-guide .card{border:1px solid var(--bdc);border-radius:.6rem;padding:.9rem 1rem;background:#fff}

/* steps grid */
.bonsai-guide .grid{display:grid;gap:.7rem}
.bonsai-guide .grid--steps{grid-template-columns:repeat(5,minmax(0,1fr))}
@media (max-width:1024px){.bonsai-guide .grid--steps{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.bonsai-guide .grid--steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
.bonsai-guide .step{position:relative;border:1px solid var(--bdc);border-radius:.6rem;padding:.9rem .9rem .9rem 2.4rem;background:#fff}
.bonsai-guide .step__no{
  position: absolute;
  inset: .7rem auto auto .7rem;
  width: 1.4rem;
  height: 1.4rem;

  display: flex;                 /* 中央寄せは flex で */
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid var(--bdc-strong);
  background: var(--bg-soft);

  font-size: .84em;
  line-height: 1;                /* 余分な行間を無くす */
  text-align: center;

  /*（任意）数字の見え方を安定させる */
  font-variant-numeric: tabular-nums;
}

/* tags */
.bonsai-guide .tags{display:flex;flex-wrap:wrap;gap:.5rem .6rem;margin-top:.6rem;padding:0;list-style:none}
.bonsai-guide .tags li{border:1px solid var(--bdc);border-radius:999px;padding:.25rem .6rem;background:#ddd;font-size:.95em}

/* FAQ / calendar (既出のまま) */
.bonsai-guide .calendar{margin:.6rem 0 0;padding-left:1.2em}
.bonsai-guide .calendar li+li{margin-top:.35em}

/* === Section eyecatch (circle icon + photo) ====================== */
.bonsai-guide .eyecatch {
  margin: 0 0 .8rem;
  display: flex;
  justify-content: center;
}
.bonsai-guide .eyecatch img {
  display: block;
  width: min(420px, 80%);
  height: auto;
  border-radius: .6rem;      /* 画像は円形内デザインなので外枠は角丸だけ */
  box-shadow: 0 3px 16px rgba(0,0,0,.06);
}

/* 見出しとの距離を詰めて“浮かない”ように */
.bonsai-guide .section > .hdg-2 { margin-top: .8rem; }

/* モバイルでの圧迫回避 */
@media (max-width: 640px){
  .bonsai-guide .eyecatch img { width: 92%; }
}

/* アイキャッチの見直し（枠・影オフ、余白最小化） */
.bonsai-guide .eyecatch {
  margin: .2rem 0 .4rem;            /* 見出しと詰める */
  display: flex;
  justify-content: center;
}
.bonsai-guide .eyecatch img {
  display: block;
  width: min(360px, 78%);           /* ちょい小さめ推奨：320〜360px */
  height: auto;
  border: none;
  border-radius: 0;                 /* 角丸オフ（元画像の丸をそのまま見せる） */
  box-shadow: none;                 /* 影オフ */
  background: transparent;
}

/* H2の上マージンをさらに詰める（アイキャッチ直後の見出し） */
.bonsai-guide .section > .hdg-2 { margin-top: .4rem; }

/* モバイルは幅広めに */
@media (max-width: 640px){
  .bonsai-guide .eyecatch img { width: 88%; }
}

.page-id-1159 .entry-title {
  left: 50%;
	font-size: 1.4em;
  font-weight: normal;
transform: translateX(-50%);
  text-shadow: none;
	padding-bottom:2em;
}

/* 余白を少しだけ圧縮してテンポ良く */
.bonsai-guide { max-width: 860px; margin-inline: auto; }
.bonsai-guide .section { margin: 1.2rem 0; }
.bonsai-guide .eyecatch { margin: .1rem 0 .3rem; }
.bonsai-guide .eyecatch img { width: min(340px, 78%); }
.bonsai-guide .section > .hdg-2 { margin-top: .3rem; }

@media (max-width: 640px){
  .bonsai-guide .eyecatch img { width: 88%; }
}

/* 箇条書きは詰め気味に */
.bonsai-guide .keypoints,
.bonsai-guide .list,
.bonsai-guide .checklist { margin-top: .4rem; }
.bonsai-guide .keypoints li + li,
.bonsai-guide .list li + li,
.bonsai-guide .checklist li + li { margin-top: .3rem; }

/* テーブルの読みやすさ微調整 */
.bonsai-guide .tbl { margin: .5rem 0 1rem; }
.bonsai-guide .tbl tbody tr:nth-child(even){ background: rgba(0,0,0,.02); }
.bonsai-guide .tbl td, .bonsai-guide .tbl th { padding: .5em .65em; }

/* ========== Compact layout (アイキャッチ左・本文右) ========== */
.bonsai-guide .section.section--compact{
/*  display: grid;*/
  grid-template-columns: 180px 1fr;   /* 左=画像 右=本文 */
  column-gap: 1.2rem;
  align-items: start;
  margin: 100px 0;                     /* セクション間詰め */
}

/* アイキャッチ画像を小さく・軽く */
.bonsai-guide .section.section--compact .eyecatch{
  margin: 0;                          /* 余白ナシ */
}
.bonsai-guide .section.section--compact .eyecatch img{
  width: 200px;                       /* 140〜170pxで微調整 */
  height: auto;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* 見出しと本文を上に寄せて“縦間延び”を抑える */
.bonsai-guide .section.section--compact > .hdg-2{
  margin-top: 0;                      /* 画像右に来るので上マージン不要 */
  line-height: 1.35;
}
.bonsai-guide .section.section--compact .keypoints,
.bonsai-guide .section.section--compact .list,
.bonsai-guide .section.section--compact .checklist{
  margin-top: .35rem;
}
.bonsai-guide .section.section--compact .keypoints li + li,
.bonsai-guide .section.section--compact .list li + li,
.bonsai-guide .section.section--compact .checklist li + li{
  margin-top: .28rem;
}

/* セクション内の“サブ図版（media）”は右カラムの幅で自然に収まる */
.bonsai-guide .section.section--compact .media{
  margin: .6rem 0 .8rem;
  margin: 1.6em auto;
  padding: 1em;
}

/* 参考：見出し下の“斜めライン”の簡易演出（任意） */
.bonsai-guide .section.section--compact .hdg-2 + .keypoints{
  position: relative;
}
.bonsai-guide .section.section--compact .hdg-2 + .keypoints::after{
  content:"";
  position: absolute;
  left: 0; right: 35%;
  bottom: -10px;                      /* キーワードの少し下にライン */
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.05));
  transform: skewX(-18deg);           /* 斜めっぽく */
}

/* モバイルは縦積みに戻す */
@media (max-width: 900px){
  .bonsai-guide .section.section--compact{
    display: block;
  }
  .bonsai-guide .section.section--compact .eyecatch{
    display: flex; justify-content: center; margin: .2rem 0 .3rem;
  }
  .bonsai-guide .section.section--compact .eyecatch img{
    width: 56vw; max-width: 340px;
  }
  .bonsai-guide .section.section--compact > .hdg-2{
    margin-top: .4rem;
  }
}

/* cards / columns */
.bonsai-guide .cols{display:grid;gap:.9rem}
.bonsai-guide .cols--2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:768px){.bonsai-guide .cols--2{grid-template-columns:1fr}

	.bonsai-guide .media {
		width:100%;
	}
}

.bonsai-guide .b-card{
  border:1px solid var(--bdc);
  border-radius:.6rem;
  padding:.9rem 1rem;
  background:#02a46c;
  box-shadow:none;        /* テーマ側の影が乗らないよう明示 */
  margin:0;
}

/* コンパクト横並び時のカード調整（あれば） */
.bonsai-guide .section.section--compact .b-card{ padding:.7rem .8rem }




