@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* 共通 */
* {
  min-width: 0;
  min-height: 0;
}

/* 共通 */
body {
  margin: 0;
  padding: 0;
  position: relative;
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
div {
  color: #333333;
  letter-spacing: 26;
  line-height: 1;
  font-family: Noto Sans JP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, Yu Gothic, "メイリオ", Meiryo, "MS ゴシック", sans-serif;
  font-size: 15px;
  letter-spacing: 1.8px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}

.wrap {
  max-width: 80%;
  /* full-width 1400pxに対して、1000px maxを想定 */
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .wrap {
    max-width: 100%;
    padding: 0 3%;
  }
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

div img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1000px) {
  .sp {
    display: block;
  }
}

/* header */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header-wrap .header-logo img {
  height: 55px;
  width: auto;
}
@media (max-width: 768px) {
  .header-wrap .header-logo img {
    height: 40px;
  }
}

.header-wrap .header-logo {
  display: inline-block;
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 10px 0;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .header-wrap .header-logo {
    padding: 15px;
    margin-right: 0px;
  }
}

.header-wrap {
  align-items: center;
}

.header-wrap .header-menu {
  overflow: hidden;
}

.header-wrap .header-menu a {
  border-top: 1px solid #00955f;
  border-bottom: 1px solid #00955f;
  padding: 15px 30px;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fff;
  transition: 0.3s;
}
.header-wrap .header-menu a:hover {
  background-color: #00955f;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1200px) {
  .header-wrap .header-menu a {
    padding: 15px;
  }
}

/* header */
.toppage-image {
  position: relative;
}
@media (max-width: 768px) {
  .toppage-image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.toppage-image .toppimage-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .toppage-image .toppimage-text {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .toppage-image .toppimage-text {
    font-size: 22px;
  }
}

.footer {
  background-color: #00955f;
  margin: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .footer {
    margin: 0 2.5% 2.5% 2.5%;
  }
}
.footer .footer-inner {
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer .footer-inner {
    padding: 30px;
    margin: 0 auto;
  }
}
.footer .footer-inner .content {
  color: #fff;
  width: 50%;
}
@media (max-width: 768px) {
  .footer .footer-inner .content {
    width: 100%;
  }
}
.footer .footer-inner .content h4 {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.footer .footer-inner .content h3 {
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.footer .footer-inner .content .sub {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .footer .footer-inner .content .sub {
    margin-bottom: 20px;
  }
}
.footer .footer-inner .content a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.footer .footer-inner .content:last-child {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer .footer-inner .content:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner .content:last-child ul {
    width: 100%;
  }
}
.footer .footer-inner .footerlogo img {
  height: 110px;
  width: auto;
}
@media (max-width: 768px) {
  .footer .footer-inner .footerlogo img {
    height: 70px;
  }
}
.footer .footer-inner ul:first-child {
  margin-right: 50px;
}
@media (max-width: 1000px) {
  .footer .footer-inner ul:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer .footer-inner ul li a {
  display: inline-block;
  color: #b3dccc !important;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .footer-inner ul li:last-child a {
  margin-right: 0px;
}
.footer .footer-inner .footer-text {
  color: #fff;
}
.footer .footercopy {
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .footercopy {
    padding-bottom: 60px;
  }
}

.page-topsubtitle {
  text-align: center;
  font-size: 20px !important;
}
@media (max-width: 1000px) {
  .page-topsubtitle {
    font-size: 14px !important;
  }
}
.page-topsubtitle img {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto 15px auto;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.75));
}
@media (max-width: 1000px) {
  .page-topsubtitle img {
    height: 40px;
  }
}

.project-wrap .inner {
  padding: 0 0 60px 0;
}
.project-wrap .inner .title {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .project-wrap .inner .title {
    margin-bottom: 30px;
  }
}
.project-wrap .inner .title h3 {
  font-size: 33px;
  font-weight: bold;
  color: #567b43;
}
@media (max-width: 1000px) {
  .project-wrap .inner .title h3 {
    font-size: 22px;
  }
}
.project-wrap .inner .content {
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .project-wrap .inner .content {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.project-wrap .inner .content:last-child {
  margin-bottom: 0px;
}
.project-wrap .inner .content .image {
  width: calc(60% - 50px);
  margin-right: 50px;
}
@media (max-width: 1000px) {
  .project-wrap .inner .content .image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.project-wrap .inner .content .text {
  width: 40%;
  text-align: left;
}
@media (max-width: 1000px) {
  .project-wrap .inner .content .text {
    width: 100%;
  }
}
.project-wrap .inner .content .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .project-wrap .inner .content .text h3 {
    font-size: 18px;
  }
}

/* リニューアル追記 */
.tb-page {
  margin: 104px auto 80px auto;
}

.tb-page div {
  font-size: 15px;
  color: #544c49;
}

.tb-page .top-img {
  max-width: 1300px;
  margin: 0 auto;
}

.tb-page .top-wrap {
  /* background-image:url(/wp-content/uploads/2023/08/dots-background-image2.png); */
  background-repeat: repeat;
}

.tb-page .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.tb-page .inner .title {
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0 50px 0;
}
@media (max-width: 768px) {
  .tb-page .inner .title {
    padding: 50px 0 30px 0;
  }
}

.tb-page .inner .title div {
  line-height: 1;
}

.tb-page .inner .title div:first-child {
  font-size: 20px;
  font-weight: bold;
}

.tb-page .inner .title div:nth-child(2) h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 15px 0;
  color: #544c49;
  letter-spacing: 0.3rem;
}

.tb-page .inner .title .title-subimage {
  height: 14px;
  margin-bottom: 25px;
}

.tb-page .inner .title div:last-child img {
  height: 9px;
  width: auto;
}

.tb-page .inner .about-title {
  max-width: 550px;
  margin: 0 auto 50px auto;
}

.tb-page .content {
  display: flex;
  align-items: center;
}

.tb-page .about-content .image {
  width: 40%;
  box-sizing: border-box;
}

.tb-page .about-content .text {
  width: calc(60% - 60px);
  margin-left: 60px;
}

.tb-page .about-content .text .period-subtext {
  font-size: 15px;
  color: #544c49;
}

.tb-page .about-content .text .content-title {
  font-size: 24px;
  font-weight: bold;
  color: #00955f;
  margin-bottom: 20px;
}

.tb-page .period-content .text {
  width: calc(60% - 60px);
  margin-right: 60px;
}

.tb-page .period-content .image {
  width: 40%;
}

.tb-page .period-content {
  margin-top: 50px;
}

.tb-page .period-content .content-title {
  font-size: 24px;
  font-weight: bold;
  color: #00955f;
  margin-bottom: 10px;
}

.tb-page .period-content .period-table {
  margin-top: 30px;
}

.tb-page .period-content .period-table table {
  margin: 0;
}

.tb-page .period-content .period-table table {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  border-spacing: 0px;
  line-height: 1;
}

.tb-page .period-content .period-table table th {
  box-sizing: border-box;
  padding: 15px;
  width: 25%;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  border-spacing: 0px;
  line-height: 1;
  background-color: #66c266;
}

.tb-page .period-content .period-table table tr {
  border-spacing: 0px;
  line-height: 1;
}

.tb-page .period-content .period-table table tr:last-child th {
  border-bottom: 0px;
}

.tb-page .period-content .period-table table td {
  box-sizing: border-box;
  padding: 15px;
  width: 75%;
  border-spacing: 0px;
  line-height: 1;
  border-bottom: 1px solid #66c266;
}

.tb-page .period-content .period-table table tr:last-child td {
  border-bottom: none;
}

.tb-page .period-content .period-table table tr:first-child th {
  border-radius: 10px 0 0 0;
}

.tb-page .period-content .period-table table tr:last-child th {
  border-radius: 0 0 0 10px;
}

.tb-page .period-content .period-table table tr:first-child td {
  border-radius: 0 10px 0 0;
  border-top: 1px solid #66c266;
  border-right: 1px solid #66c266;
}

.tb-page .period-content .period-table table tr:nth-child(2) td {
  border-right: 1px solid #66c266;
}

.tb-page .period-content .period-table table tr:last-child td {
  border-right: 1px solid #66c266;
  border-bottom: 1px solid #66c266;
  border-radius: 0 0 10px 0;
}

.gray-wrap .btn {
  justify-content: center;
  display: flex;
}

.gray-wrap .btn a {
  width: 400px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  border-radius: 45px;
  box-shadow: 2px 2px 3px rgba(217, 217, 217, 0.75);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.gray-wrap .btn a:first-child {
  background-color: #66c266;
  color: #fff;
  margin-right: 15px;
}

.gray-wrap .btn a:first-child:hover {
  background-color: #fff;
  color: #66c266;
}

.gray-wrap .btn a:last-child {
  background-color: #fff;
  color: #00955f;
  margin-left: 15px;
}

.gray-wrap .btn a:last-child:hover {
  background-color: #00955f;
  color: #fff;
}

.gray-wrap .btn a:first-child span {
  color: #fff;
}

.gray-wrap .btn a:first-child:hover span {
  color: #66c266;
}

.gray-wrap .btn a:first-child:after {
  background-color: #fff;
}

.gray-wrap .btn a:first-child:hover:after {
  background-color: #66c266;
}

.gray-wrap .btn a:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00955f;
  top: 43%;
  right: 30px;
  margin: auto;
  border-radius: 50%;
  transition: 0.3s;
}

.gray-wrap .btn a:hover::after {
  background-color: #fff;
}

.gray-wrap .btn a span {
  display: block;
  color: #00955f;
  font-size: 13px;
  transition: 0.3s;
  margin-top: 5px;
}

.gray-wrap .btn a:hover span {
  color: #fff;
}

.gray-wrap {
  padding: 200px 0 80px 0;
  background-color: #eeece8;
  margin-top: -140px;
}

.tb-page .feature-wrap {
  background-color: #aad176;
  padding: 80px 0;
}

.tb-page .feature-wrap .inner {
  background-image: url(/wp-content/uploads/2023/07/tb-background-mizutama.png);
  background-repeat: repeat;
  border: 7px solid #ae8f71;
  border-radius: 15px;
  position: relative;
  box-sizing: border-box;
  padding: 80px 80px;
  background-color: #fff;
}

.tb-page .feature-wrap .inner .content .image {
  width: 45%;
}

.tb-page .feature-wrap .inner .content .text {
  width: calc(55% - 35px);
  margin-left: 35px;
}

.tb-page .feature-wrap .inner .content-second .text {
  margin-left: 0;
  width: calc(55% - 35px);
  margin-right: 35px;
}

.tb-page .feature-wrap .content-title {
  font-size: 24px;
  font-weight: bold;
  color: #00955f;
  margin-bottom: 20px;
}

.tb-page .feature-wrap .inner-title {
  top: -6px;
  left: 88px;
  background-color: #ae8f71;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  position: absolute;
}

.tb-page .feature-wrap .inner-title img {
  height: 15px;
}

.faq-wrap {
  margin: 80px 0;
}

.faq-content {
  box-sizing: border-box;
  border-top: 1px solid #e4e5e7;
  padding: 40px 0;
}

.faq-content:last-child {
  border-bottom: 1px solid #e4e5e7;
}

.faq-content span img {
  height: 32px;
  width: auto;
  position: relative;
}

.faq-content .faq-q img {
  top: -2px;
}

.faq-content .faq-q .text {
  font-size: 23px;
  color: #00955f;
  font-weight: bold;
}

.faq-content .faq-q {
  margin-bottom: 15px;
  position: relative;
}

.faq-content .faq-q:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/tb-faq1@2x.png);
  background-size: contain;
  background-position: left center;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}

.faq-content .faq-a:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/tb-faq2@2x.png);
  background-size: contain;
  background-position: left center;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
}

.faq-content .faq-a {
  top: 4px;
  position: relative;
  padding-left: 45px;
}

.map-wtap iframe {
  border-radius: 15px;
}

.map-wtap .address {
  text-align: center;
  margin-top: 20px;
}

.map-wtap .address a {
  color: #00955f;
  margin-top: 20px;
  display: inline-block;
}

.tb-page .inner .image {
  position: relative;
}

.tb-page .inner .image .bordered-image {
  position: relative;
  display: inline-block;
}

.tb-page .inner .image .bordered-image img {
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(217, 217, 217, 0.75);
  display: block;
}

.tb-page .inner .image .bordered-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 9px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  border-radius: 10px;
  box-sizing: border-box;
}

.tb-page .feature-wrap .content-second {
  margin-top: 30px;
}

.faq-content .faq-q {
  padding-left: 45px;
}

@media (max-width: 1300px) {
  .tb-page .top-img {
    max-width: 95%;
  }
}
@media (max-width: 1100px) {
  .tb-page .inner {
    max-width: 95%;
  }
}
@media (max-width: 800px) {
  .feature-wrap .content {
    flex-wrap: wrap;
  }
  .tb-page .feature-wrap .inner .content .image {
    width: 100%;
  }
  tb-page .feature-wrap .inner .content .text {
    width: 100%;
    margin-left: 0px;
  }
  .tb-page .feature-wrap .inner .content .text {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .tb-page .feature-wrap .inner {
    padding: 80px 40px;
  }
  .feature-wrap .content-second {
    flex-wrap: wrap-reverse;
    margin-top: 40px;
  }
  .faq-content .text {
    display: inline-block;
    padding-left: 45px;
    line-height: 1.5rem;
    font-size: 16px !important;
  }
  .tb-page .inner .title div:first-child {
    font-size: 16px;
  }
  .tb-page .inner .title div:nth-child(2) h3 {
    font-size: 22px;
  }
  .tb-page .content {
    flex-wrap: wrap;
  }
  .tb-page .content .image {
    width: 100%;
  }
  .tb-page .content .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .tb-page .period-content {
    flex-wrap: wrap-reverse;
    margin-top: 40px;
  }
  .tb-page .period-content .text {
    margin-right: 0;
  }
  .tb-page .period-content .period-table table th {
    width: 30%;
  }
  .tb-page .period-content .period-table table td {
    width: 70%;
  }
  .tb-page .period-content .period-table {
    margin-top: 20px;
  }
  .gray-wrap {
    margin-top: -100px;
    padding: 150px 0 50px 0;
  }
  .gray-wrap .btn {
    flex-wrap: wrap;
  }
  .gray-wrap .btn a:first-child {
    margin-right: 0px;
  }
  .gray-wrap .btn a:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .tb-page .about-content .text .content-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tb-page .period-content .content-title {
    font-size: 20px;
  }
  .tb-page .feature-wrap .content-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tb-page .inner .about-title {
    margin: 0 auto 30px auto;
  }
  .gray-wrap .btn a {
    font-size: 18px;
  }
  .tb-page .feature-wrap .inner {
    padding: 60px 20px 30px 20px;
  }
  .tb-page .feature-wrap .inner-title {
    padding: 5px 15px 10px 15px;
    left: 20px;
  }
  .tb-page .feature-wrap .inner-title img {
    height: 10px;
  }
  .tb-page .feature-wrap .content-second {
    flex-wrap: wrap-reverse;
  }
  .tb-page .feature-wrap {
    padding: 50px 0;
  }
  .faq-wrap {
    margin: 50px 0;
  }
  .faq-content {
    padding: 20px 0;
  }
  .faq-content .faq-q .text {
    font-size: 18px;
  }
  .faq-content .faq-q {
    padding-left: 0;
  }
  .faq-content .faq-a {
    padding-left: 0;
  }
  .faq-content .faq-q:before {
    top: -2px;
  }
  .tb-page .sp {
    display: block;
  }
  .tb-page .pc {
    display: none;
  }
  .tb-page {
    margin: 80px auto;
  }
}
.flow-wrap h3 {
  font-size: 30px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.flow-wrap .inner .title {
  padding: 60px 0 30px 0;
}

.flow-wrap .inner .title img {
  margin-bottom: 0 !important;
}

.flow-wrap .inner .row {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  box-sizing: border-box;
  position: relative;
}

.flow-wrap .inner .row .row-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px 0;
  font-weight: bold;
}

.flow-wrap .inner .row:first-child::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/tabuchi-flow-dots5@2x.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  background-size: contain;
  height: 7px;
  position: absolute;
  right: -25px;
  bottom: 50%;
}

.flow-wrap .inner .row:nth-child(2)::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/tabuchi-flow-dots2@2x.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  background-size: contain;
  height: 7px;
  position: absolute;
  right: -25px;
  bottom: 50%;
}

.flow-wrap .inner .row:first-child .row-title {
  background-color: #55bb55;
  border: 2px solid #55bb55;
  border-radius: 10px 10px 0 0;
}

.flow-wrap .inner .row:first-child .row-text {
  border: 2px solid #55bb55;
  border-radius: 0 0 10px 10px;
}

.flow-wrap .inner .row:nth-child(2) .row-title {
  background-color: #e5bd2a;
  border: 2px solid #e5bd2a;
  border-radius: 10px 10px 0 0;
}

.flow-wrap .inner .row:nth-child(2) .row-text {
  border: 2px solid #e5bd2a;
  border-radius: 0 0 10px 10px;
}

.flow-wrap .inner .row:last-child .row-title {
  background-color: #3abdb6;
  border: 2px solid #3abdb6;
  border-radius: 10px 10px 0 0;
}

.flow-wrap .inner .row:last-child .row-text {
  border: 2px solid #3abdb6;
  border-radius: 0 0 10px 10px;
}

.flow-wrap .inner .row:last-child {
  margin-right: 0;
}

.flow-wrap .inner .row .row-text {
  height: 80px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 13px;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .flow-wrap .inner .content {
    flex-wrap: wrap;
  }
  .flow-wrap .inner .row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .flow-wrap .inner .row:last-child {
    margin-bottom: 0px;
  }
  .flow-wrap .inner .row:first-child::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/tabuchi-flow-dots3@2x.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 18px;
    right: 50%;
    bottom: -23px;
  }
  .flow-wrap .inner .row:nth-child(2)::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/tabuchi-flow-dots4@2x.png);
    width: 7px;
    height: 18px;
    right: 50%;
    bottom: -23px;
  }
  .flow-wrap h3 {
    margin-bottom: 0px;
  }
}
.toppage-topimage {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .toppage-topimage {
    padding: 10px;
  }
}

.toppage-topimage img {
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .toppage-topimage img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.toppage-topimage .topimage-text {
  position: absolute;
  top: 150px;
  left: 150px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .toppage-topimage .topimage-text {
    left: 50px;
  }
}

.online-shop-btn {
  position: fixed;
  top: 450px;
  right: 90px;
  z-index: 10;
}
@media (max-width: 768px) {
  .online-shop-btn {
    right: 10px;
  }
}

.online-shop-btn img {
  width: 150px;
  height: auto;
}
@media (max-width: 768px) {
  .online-shop-btn img {
    width: 100px;
  }
}

.back-gray {
  background-color: #eeece8;
  padding: 0px 0 90px 0;
}
@media (max-width: 768px) {
  .back-gray {
    padding: 50px 0 0 0;
  }
}

.back-gray .title {
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  .back-gray .title {
    padding: 0 0 30px 0 !important;
  }
}

.back-gray .image {
  width: 45% !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .back-gray .image {
    width: 100% !important;
  }
}

.back-gray .text {
  width: calc(55% - 60px) !important;
  margin-left: 60px;
  box-sizing: border-box;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  .back-gray .text {
    width: 100% !important;
    margin-left: 0px;
    text-align: center;
  }
}

.btn a {
  background-color: #fff;
  color: #00955f;
  margin-left: 15px;
  width: 400px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  border-radius: 45px;
  box-shadow: 2px 2px 3px rgba(217, 217, 217, 0.75);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  border: 3px solid #009f5f;
  margin: 40px 0 0 0;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  .btn a {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.btn a span {
  display: block;
  color: #00955f;
  font-size: 13px;
  transition: 0.3s;
  line-height: 1;
  margin-top: 5px;
}

.btn a:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00955f;
  top: 43%;
  right: 30px;
  margin: auto;
  border-radius: 50%;
  transition: 0.3s;
}

.back-gray .subtext {
  color: #00955f;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .back-gray .subtext {
    padding-bottom: 50px;
    text-align: center;
  }
}

.home .tb-page {
  margin: 0px auto 80px auto;
}

.price-wrap {
  padding: 90px 0;
  background-image: url(/wp-content/uploads/2023/08/dots-background-image2.png);
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .price-wrap {
    padding: 50px 0;
  }
}
.price-wrap .inner .content .row {
  width: 50%;
}
@media (max-width: 768px) {
  .price-wrap .inner .content .row {
    width: 100% !important;
  }
}
.price-wrap .inner .content .text {
  width: calc(50% - 40px);
  margin-right: 40px;
  border: 6px solid #ae8f71;
  box-sizing: border-box;
  padding: 50px 40px 40px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .price-wrap .inner .content .text {
    width: 100% !important;
    margin-right: 0px;
    padding: 60px 30px 30px 30px;
    margin-top: 20px;
  }
}
.price-wrap .inner .content .text .absolute {
  position: absolute;
  line-height: 1;
  left: 40px;
  top: 0;
  z-index: 2;
  background-color: #ae8f71;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 768px) {
  .price-wrap .inner .content .text .absolute {
    left: 30px;
  }
}
.price-wrap .inner .content .text .absolute img {
  height: 12px;
  width: auto;
}
.price-wrap .inner .content .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00955f;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .price-wrap .inner .content .text h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.price-wrap .inner .content .text .flex {
  padding: 10px 20px;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
  width: 100%;
}
.price-wrap .inner .content .text .flex div {
  width: 50%;
  color: #333333;
  font-size: 17px;
}
.price-wrap .inner .content .image .bordered-image {
  width: 100%;
}
.price-wrap .inner .content .image img {
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}

.time-wrap {
  background-image: url(/wp-content/uploads/2023/08/tb-time-backimage2@2x-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .time-wrap {
    padding: 50px 0;
    background-position: center;
  }
}
.time-wrap h3 {
  font-size: 24px;
  color: #fff;
}
.time-wrap img {
  height: 33px;
  width: auto;
  margin: 20px 0 30px 0;
}
@media (max-width: 768px) {
  .time-wrap img {
    margin: 15px 0;
  }
}
.time-wrap .text {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-shadow: 2px 2px 3px rgba(38, 38, 38, 0.75);
}
@media (max-width: 768px) {
  .time-wrap .text {
    max-width: 95%;
    margin: 0 auto;
  }
}

.map-wtap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .map-wtap {
    margin-top: 50px;
  }
}

.ichigo-faq {
  margin: 90px 0;
}
@media (max-width: 768px) {
  .ichigo-faq {
    margin: 50px 0 80px 0;
  }
}
.ichigo-faq .faq-content .faq-q:before {
  top: -8px;
}
@media (max-width: 768px) {
  .ichigo-faq .faq-content .faq-q:before {
    top: -5px;
  }
}
.ichigo-faq .faq-content .faq-a:before {
  top: -8px;
}
@media (max-width: 768px) {
  .ichigo-faq .faq-content .faq-a:before {
    top: -5px;
  }
}

.current-page {
  background-color: #00955f; /* 背景色を設定 */
}

/*ハンバーガーメニュー*/
nav {
  display: none;
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  width: 35%;
  background: #00955f;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1000px) {
  nav {
    width: 350px;
    display: block;
  }
}
nav .inner {
  padding: 25px;
  box-sizing: border-box;
  margin-top: 40px;
}
nav .inner form input {
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
}
nav .inner ul li:last-child {
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  nav .inner ul li:last-child {
    margin-top: 0px;
  }
}
nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (max-width: 1000px) {
  nav {
    right: -350px;
  }
}

.toggle_btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
  /*#00955f 背景に丸*/
  background-color: #00955f;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1000px) {
  .toggle_btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .toggle_btn {
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.toggle_btn .toggle_line {
  width: 100%;
  height: 100%;
}
.toggle_btn .toggle_line span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .toggle_btn .toggle_line span {
    width: 20px;
  }
}
.toggle_btn .toggle_line span:nth-child(1) {
  top: 30%;
}
.toggle_btn .toggle_line span:nth-child(2) {
  top: 50%;
  transform: translate(-50%);
}
.toggle_btn .toggle_line span:nth-child(3) {
  top: 70%;
}

.toggle_btn.open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%) rotate(-315deg);
}
.toggle_btn.open span:nth-child(2) {
  opacity: 0;
}
.toggle_btn.open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%) rotate(315deg);
}

.open nav {
  right: 0;
  opacity: 1;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
}

#mask {
  display: none;
  transition: all 0.5s;
}

#navArea .inner {
  text-align: left;
}

.price-wrap .content {
  flex-wrap: wrap-reverse;
}

.map-wtap a {
  color: #333333 !important;
  border-bottom: 1px solid #333333;
}

.home .header-menu ul li:first-child a {
  background-color: #00955f;
  color: #fff;
}

.page-template-kuroedamame-picking .header-menu ul li:nth-child(3) a {
  background-color: #00955f;
  color: #fff;
}

.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu ul li:first-child a {
  border-left: 1px solid #00955f;
  border-radius: 22.5px 0 0 22.5px;
}
.header-menu ul li:last-child a {
  border-right: 1px solid #00955f;
  border-radius: 0 22.5px 22.5px 0;
}

.page-template-kuroedamame-picking .tb-page {
  margin: 0 auto 70px auto;
}
.page-template-kuroedamame-picking .tb-page .top-img {
  max-width: 100%;
  padding: 20px;
}
.page-template-kuroedamame-picking .tb-page .top-img img {
  border-radius: 10px;
}
.page-template-kuroedamame-picking .period-content {
  align-items: flex-start;
  margin-top: 0px;
}
.page-template-kuroedamame-picking .period-content .period-subtext {
  margin-bottom: 20px;
}
.page-template-kuroedamame-picking .period-content .period-subtextbottom {
  line-height: 1.5rem;
}
.page-template-kuroedamame-picking .period-content .period-table table a {
  display: inline-block;
  color: #00955f;
  text-decoration: underline;
}
.page-template-kuroedamame-picking .period-content .period-table table td {
  line-height: 1.5rem;
}
.page-template-kuroedamame-picking .top-wrap {
  background-image: url(/wp-content/uploads/2023/08/dots-background-image2.png);
}
.page-template-kuroedamame-picking .top-wrap .inner {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-template-kuroedamame-picking .top-wrap .inner {
    padding-bottom: 50px;
  }
}
.page-template-kuroedamame-picking .gray-wrap {
  padding: 70px 0 80px 0;
  background-color: #eeece8;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .page-template-kuroedamame-picking .gray-wrap {
    padding: 50px 0;
  }
}
.page-template-kuroedamame-picking .gray-wrap .content {
  flex-wrap: wrap;
}
.page-template-kuroedamame-picking .gray-wrap .content .row:first-child {
  width: calc(60% - 60px);
  margin-right: 60px;
}
@media (max-width: 900px) {
  .page-template-kuroedamame-picking .gray-wrap .content .row:first-child {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.page-template-kuroedamame-picking .gray-wrap .content .row:last-child {
  width: 40%;
}
@media (max-width: 900px) {
  .page-template-kuroedamame-picking .gray-wrap .content .row:last-child {
    width: 100%;
  }
}
.page-template-kuroedamame-picking .gray-wrap .content .row .title {
  text-align: left;
  padding: 0 0 30px 0;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00955f;
  line-height: 2rem;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex {
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .page-template-kuroedamame-picking .gray-wrap .content .row .flex {
    flex-wrap: nowrap;
  }
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex:last-child {
  margin-bottom: 0;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date {
  width: 80px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  position: relative;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 1px;
  background-image: url(/wp-content/uploads/2023/08/tb-border-image3@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date-one {
  background-color: #c2a384;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date-two {
  background-color: #ae8f71;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date-three {
  background-color: #9a7c5d;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date-four {
  background-color: #86683f;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .date-five {
  background-color: #73542b;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .flex .text {
  padding-left: 30px;
  margin-top: 0px;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .row-inner .absolute {
  left: 40px;
  top: 20px;
  z-index: 0;
}
.page-template-kuroedamame-picking .gray-wrap .content .row .row-inner .absolute img {
  height: 210px;
  width: auto;
}
@media (max-width: 900px) {
  .page-template-kuroedamame-picking .gray-wrap .btn a {
    width: 340px;
    font-size: 16px;
  }
}
.page-template-kuroedamame-picking .gray-wrap .btn a:first-child {
  border: none;
}
@media (max-width: 900px) {
  .page-template-kuroedamame-picking .gray-wrap .btn a:first-child {
    margin-top: 30px;
  }
}
.page-template-kuroedamame-picking .tabekurabe-table {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.page-template-kuroedamame-picking .tabekurabe-table table {
  margin: 0;
  width: 100%;
}
.page-template-kuroedamame-picking .tabekurabe-table table thead tr th {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #66c266;
  margin: 0 10px;
}
.page-template-kuroedamame-picking .tabekurabe-table table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.page-template-kuroedamame-picking .tabekurabe-table table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.page-template-kuroedamame-picking .tabekurabe-table table tbody tr:first-child {
  background-color: #f7f7f7;
}
.page-template-kuroedamame-picking .tabekurabe-table table tbody tr:nth-child(3) {
  background-color: #f7f7f7;
}
.page-template-kuroedamame-picking .tabekurabe-table table tbody tr:nth-child(5) {
  background-color: #f7f7f7;
}
.page-template-kuroedamame-picking .tabekurabe-table table tbody td {
  padding: 15px;
  font-size: 12px;
  line-height: 1.2rem;
}

.tb-page .period-content .period-table table tr:nth-child(3) td {
  border-right: 1px solid #66c266;
}

.onlineshop-page {
  margin: 0;
}
.onlineshop-page .top-img {
  padding: 20px;
  box-sizing: border-box;
  max-width: 100%;
}
.onlineshop-page .online-btn-wrap {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .onlineshop-page .online-btn-wrap {
    margin-bottom: 0px;
  }
}
.onlineshop-page .online-btn-wrap .balloon1 {
  position: relative;
  display: inline-block;
  padding: 15px;
  max-width: 300px;
  color: #00955f;
  font-size: 18px;
  background: #FFF;
  border: solid 3px #00955f;
  box-sizing: border-box;
  border-radius: 5px;
}
.onlineshop-page .online-btn-wrap .balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.onlineshop-page .online-btn-wrap .balloon1 p {
  margin: 0;
  padding: 0;
}
.onlineshop-page .online-btn-wrap .online-btn {
  margin-top: -25px;
}
@media (max-width: 768px) {
  .onlineshop-page .online-btn-wrap .online-btn {
    margin-top: -10px;
  }
}
.onlineshop-page .online-btn-wrap .online-btn a {
  display: inline-block;
  width: 500px;
  text-align: center;
  padding: 50px 0;
  background-color: #00955f;
  border-radius: 60px;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 768px) {
  .onlineshop-page .online-btn-wrap .online-btn a {
    width: 100%;
    font-size: 16px;
    padding: 30px 0;
  }
}
.onlineshop-page .online-btn-wrap .online-btn a:hover {
  opacity: 1;
}
.onlineshop-page .btn {
  justify-content: center;
  padding-bottom: 80px;
}
.onlineshop-page .btn a {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .onlineshop-page .btn a {
    padding: 20px 0;
  }
}
.onlineshop-page .btn a:first-child {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .onlineshop-page .btn a:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .onlineshop-page .btn a:first-child {
    margin-right: 0px;
  }
}
.onlineshop-page .btn a:last-child {
  margin-left: 20px;
  color: #b38842;
  border: 3px solid #b38842;
}
@media (max-width: 900px) {
  .onlineshop-page .btn a:last-child {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .onlineshop-page .btn a:last-child {
    margin-left: 0px;
  }
}
.onlineshop-page .btn a:last-child::after {
  background-color: #b38842;
  top: 42%;
}
@media (max-width: 900px) {
  .onlineshop-page .btn a {
    width: 300px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .onlineshop-page .btn a {
    width: 100%;
    font-size: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.onlineshop-page .inner .title {
  padding: 30px 0;
}

.page .online-shop-btn {
  top: 250px;
}
@media (max-width: 768px) {
  .page .online-shop-btn {
    top: 80%;
  }
}

.online-shop-topwrap {
  background-image: url(/wp-content/uploads/2023/08/dots-background-image2.png);
  background-repeat: repeat;
}

.home .topimage-text {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* ここで1秒はフェードアニメーションの時間を指定しています */
}

.footer-sns {
  text-align: right;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-sns {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-sns a {
  display: inline-block;
}
.footer-sns a:first-child {
  margin-right: 10px;
}
.footer-sns img {
  height: 35px;
  width: auto;
}

@media (max-width: 768px) {
  .page .page-title {
    padding: 90px 0 30px 0 !important;
  }
}

.kuroedamame-pages .top-image img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=common.css.map */