/*
  Theme Name:twentytwentyone_child
  Template:twentytwentyone
  Version:1.4
*/
/*========= Cancel ===============*/
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.menu-content ul li a {
  font-family: 'Kaisei Decol', serif !important;
}

.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: 0 !important;
}
ul{
  padding-left:0 !important;
}
h2 {
  font-size: 2em !important;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 1.5em !important;
  margin-top: 1.5em !important;
}

h3 {
  font-size: 1.3em !important;
  margin-bottom: 1.5em !important;
}

h4 {
  text-align: center;
  margin-bottom: 1em !important;
}

.red{
  color: red;
}

.bold {
  font-weight: bold;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background-color: #f7aa187a !important;
  color: #333 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.sb_instagram_header,
#sbi_load {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  width: 50%;
  margin: auto;
}

.singular .entry-title {
  font-size: 2em !important;
  font-weight: bold;
}
.entry-title {
  margin-top: 1em !important;
}
.entry-title a{
  text-decoration: none !important;
}
.page-header{
  display: none !important;
}
.entry-header .post-thumbnail{
  display: none !important;
}
.grecaptcha-badge { visibility: hidden; }

#recaptcha{
  font-size: .5em;
  text-align: center;
  padding: 0.5em;
}

/*========= スクロールダウンのためのCSS ===============*/

/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 400px;
  right: 8%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 70px;
  }

  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: #333;
}


/*========= fade ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #e9ecef;
  text-align: center;
  display: none;
}

/* Loading画像中央配置*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 50%;
}

.hd-logo {
  margin: 1em;
  width: 55px;
  z-index: 1;
  position: fixed;
  bottom: 0;
  right: 0;
}

/*========= content-item ===============*/

#content-wrap {
  /* width: 80%; */
  margin: 0 auto;
}

.single {
  margin: 2em 0;
  /* background-image: url(images/yasai-bk.png); */
  background-size: auto;
}

/*========= header ===============*/

/* header{
  width: 100%;
  display: none;
  left: 0;
  box-sizing: border-box;
  min-width: 100% !important;
  padding: 0 !important;
  z-index: 99997;
}

header ul {
  width: 100% !important;
  display: flex !important;
  justify-content: space-around !important;
}
header ul li{
  list-style: none !important;
  color: #222 !important;
  font-weight: bold;
}
header ul li a{
  text-decoration: none;
} */

/*========= SEC ===============*/


.slider-wrapper {
  position: relative;
  margin: 0 !important;
}

#slider {
  width: 100%;
  height: 100vh !important;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.slider-logo img {
  position: absolute;
  width: 56%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* .container{
background:#F3F3FB;
height: 10000px;
margin: 0 !important;
} */

.single {
  width: 100%;
  /* background-color: #FDFAF6; */
  background-color: #e9ecef;
  /* height: 500px;
  background-color: #fff; */
}

.concept {
  height: 100vh;
  position: relative;
  display: flex;
  background-image: url(images/top-9.webp);
  background-size: cover;
}

.concept img {
  width: 750px;
  /* margin-left: 6em; */
}

.concept-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 49% 50% 37% 88%/79% 73% 55% 67%;
  padding: 2em;
  position: absolute;
  top: 45%;
  right: 3%;
  width: 50%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.concept-title {
  font-size: 2em !important;
}

.concept-txt {
  font-size: 1.8em;
}

.height-txt-wrap-1 {
  position: relative;
  margin-left: 5em;
  width: 4em;
  text-align: center;
  /* margin-left: 10%; */
  background: #008000b3;

}

.height-txt-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2.5em;
  color: #fff;
}

/*========= SEC ===============*/
.riyu {
  max-width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  background-image: url(images/top-10.webp);
  background-size: cover;
}

.riyu-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 3em 2em;
  position: absolute;
  top: 45%;
  left: 10%;
  width: 45%;
  height: 46%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 73% 50% 37% 88%/79% 73% 55% 67%;
}

.riyu-title {
  font-size: 2em !important;
}

.riyu-txt {
  font-size: 1.8em;
}

.height-txt-wrap-2 {
  margin-right: 5em;
  width: 4em;
  text-align: center;
  position: absolute;
  right: 0;
  background: #008000b3;
  height: 100%;
}

.height-txt-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2.3em;
  color: #fff;
}

/*========= SEC ===============*/

.logo img {
  width: 100%;
  padding: 4em 22em;
}

/*========= SEC ===============*/

.explan-wrap {
  display: flex;
  height: 500px;
  margin-bottom: 1em;
}

.item-img-box-1 {
  position: relative;
  width: 45%;
  background-image: url(images/yasai.webp);
  background-size: cover;

}

.item-img-box-1 p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  /* border-top: solid #064420 8px;
  border-bottom: solid #064420 8px; */
}

.item-img-box-2 {
  position: relative;
  width: 45%;
  background-image: url(images/kudamono.webp);
  background-size: cover;
}

.item-img-box-2 p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  /* border-top: solid #064420 8px;
  border-bottom: solid #064420 8px; */

}

.item-img-box-3 {
  position: relative;
  width: 45%;
  background-image: url(images/zoutei-2.webp);
  background-size: cover;
  background-position-y: 66%;
}


.item-img-box-3 p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  /* border-top: solid #064420 8px;
  border-bottom: solid #064420 8px; */

}

.item-txt-box {
  width: 55%;
  background-color: #E4EFE7;
}

.item-txt-box h4 {
  padding: 1em 0;
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 0.8);
}

.item-txt-box p {
  text-align: left;
  font-size: 1.3em;
  padding: 3em 2em;
}



/*========= SEC ===============*/
#shiire {
  padding: 2em 0;
  background-image: url(images/yasai-bk.png);

}

.flow-wrap {

  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.flow-img {
  text-align: center;
  padding: 3em;
  width: 25%;
}

.flow-img img {
  max-height: 300px;
  max-width: 300px;
  /* width: 100%; */
}

.flow-txt-right {
  border-bottom: double;
  border-right: double;
  padding: 1em;
}

.flow-txt-right h4 {
  border-bottom: double;
  padding: 1em 0;
}

.flow-txt-left {
  height: auto;
  min-width: 800px;
  max-width: 800px;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border-bottom: solid #8fc31e 8px;
  border-right: solid #8fc31e 8px;
}

.flow-txt-left h4 {
  border-bottom: double #8fc31e 5px;
  padding: 1em 0;
}
.flow-txt-left p{
  padding: 3em;
}

.illust-wrap {
  text-align: center;
}

.illust-wrap img {
  width: 100%;
}

.illust-wrap-yajitusi {
  text-align: center;
}

.illust-wrap-yajitusi img {
  width: 50%;
}

/*========= SEC ===============*/


.slick-slide img {
  padding: 0.5em;
  width: 100%;
  display: block;
  border-radius: 20%;
}

.slick-next:before {
  background-color: transparent !important;
}

/* .slick-next:before,.slick-prev:before{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
} */
.slick-dots>li>button {
  background-color: transparent !important;
}

.item-list {
  margin: 4em 0 !important;
}

/*========= SEC ===============*/

#blog {
  /* border: solid 3px#528f51a6; */
  padding: 3em;
}

#blog h2 {
  margin-top: 0 !important;
}

.blog-content {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.blog-content a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Kaisei Decol', serif !important;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  width: 200px;
}

.blog-content a:hover {
  color: darkseagreen;
}

.blog-content img {
  margin-bottom: 1em;
  height: 200px !important;
  width: 200px !important;
  object-fit: cover;
}

/*========= SEC ===============*/

.delivery-content {
  display: flex;
  justify-content: center;
}

.delivery-txt-wrap {
  padding: 1em;
  width: 300px;
  /* height: 300px; */
  /* background-color:rgba(255,255,255,0.8); */
}

.delivery-wrap {
  width: 80%;
}

.d-md-block {
  background-color: rgba(219, 216, 216, 0.911);
}

/*========= SEC ===============*/


.chirashi-wrap {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.chirashi-wrap a {
  text-decoration: none;
  color: #333;
}

.chirashi-wrap a:hover {
  color: #008000;
}

.chirashi-wrap img {
  padding: 2em 2em 0;
}

.gyomu-text h3 {
  padding-top: 1em;
  font-weight: bold;
  text-align: center;
}

.gyomu-text p {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 1em 0;
  text-align: center;
}

.tel-wrap {
  text-align: center;
  margin: 5em 1em;
}

.tel-wrap img {
  width: 50%;
}



/*========= SEC ===============*/


.gift-wrap {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.gift-wrap a {
  text-decoration: none;
  color: #333;
}

.gift-wrap a:hover {
  color: #008000;
}

.gift-wrap img {
  padding: 2em 2em 0;
}

/*========= SEC ===============*/

.insta-wrap {
  text-align: center;
  padding: 0 10% 10%;
}

.insta-wrap img {
  width: 70%;
}

/*========= SEC ===============*/
table {
  margin: 3em auto;
  width: 80% !important;
}

table th {
  width: 300px !important;
  border: none !important;
  border-bottom: solid !important;
}

table td {
  border: none !important;
  border-bottom: solid !important;
}

/*========= SEC ===============*/

iframe {
  margin: 0 !important;
}

footer {
  min-width: 100%;
  padding: 0 !important;
}

.footer-content {
  margin: 0 !important;
  width: 100%;
}

.footer-bottom {
  width: 100%;
}

.footer-bottom p {
  text-align: center;
  padding-right: 1em;
}
.footer-bottom .sp {
  display: none;
}
.footer-bottom .pc {
  display: block;
}

.address {
  text-align: center;
}

.address dd {
  padding: 0;
  text-decoration: none;
  color: #333;
}

.address dd a {
  text-decoration: none;
  color: #333;
}

form {
  text-align: center;
}

#comments,
.entry-footer {
  display: none !important;
}

#form-sec {
  padding: 2em 0;
  background-image: url(images/logo-bk.png) !important;
  background-position: 250px;
  /* background-size: cover; */
}

/*========= SEC ===============*/

.menu-btn {
  position: fixed;
  top: 5%;
  right: 0%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /* background-color: #3584bb; */
  cursor: pointer;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 43px;
  border-radius: 3px;
  background-color: #ffb102fa;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  position: relative;
  width: 20% !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

.menu-content ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* padding: 25% 0px; */
  background-color: rgba(255, 255, 255, 0.9);
  border-top: solid #008000;
  border-bottom: solid #008000;

}

.menu-content ul li {
  text-align: center;
  list-style: none;
}

.menu-content ul li a {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.5em;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content ul li a:hover {
  background: #008000;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
  left: 80%;
  /*メニューを画面内へ*/
}

/*========= 支援SEC ===============*/

.sien{
  text-align: center;
  margin: 0 0 2em 0;
}