@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
}

#disp {
  background: #d8d2c6;
}

.g-header {
  width: 100%;
  background-color: unset;
  position: fixed;
}

.c-visual-type2 .catchcopy {
  top: 50%;
  left: 60px;
  margin: inherit;
  width: fit-content;
}

.c-headline__type5-ttl {
  font-weight: normal;
  color: #562000;
}

.u-font-kc {
  color: #562000;
}

.c-headline__type5-ttl:after {
  content: none;
}

.c-card-choice__box-ttl {
  font-size: 3rem;
  color: #f39800;
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.c-visual-type2 {
  height: 100vh;
  width: 100%;
}

.c-after__dig--ac {
  background-color: #d3f090;
}

.c-after__dots--ac2 {
  background-image:
    radial-gradient(#d3f090 10%, transparent 20%),
    radial-gradient(#d3f090 10%, transparent 20%);
}

.g-header__contact-btn a {
  background-color: #00660f;
}

.c-btn {
  background: unset;
  border: 1px solid #401800;
  color: #401800;
}

.c-shadow-box--kc {
  box-shadow: inherit;
  border-radius: 20px;
}

.c-visual-type2 .catchcopy-title {
  transform: rotate(0deg);
  text-shadow: inherit;
  background: none;
  text-align: left;
}

.mv_sbttl {
  font-size: 5rem;
  display: block;
  margin-top: -20px;
}

.c-visual-type2 .catchcopy-title > * {
  font-family: inherit;
  font-size: 8.5rem;
}

.c-visual-type2__image:before {
  content: "";
  /* background-color: rgba(0,0,0,0.5); */
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  z-index: 1;
}

.c-visual-sub .catchcopy-body {
  margin-left: 0;
}

.c-visual-sub-image:before {
  background-color: #000;
}

.c-section--line {
  background-image: url(../img/common/line_bk.png);
  background-color: inherit;
  min-height: 115px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.c-headline__type3-ttl {
  color: #4c1d00 !important;
}

.dot01 {
  background-color: #d3f090;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #efffcb),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #e7f8fc),
    color-stop(0.75, #efffcb),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 7px 7px;
}

.dot02 {
  background-color: #ffecec;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #ffe2e2),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #ffe2e2),
    color-stop(0.75, #ffe2e2),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 7px 7px;
}

.c-numbering__panel:before {
  display: none;
}

.c-em {
  font-size: 24px;
  color: #f88c3a;
}

.c-em02 {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #fff;
}

.recruit_btn {
  background: #f88c3a;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  padding: 10px 20px;
}

.recruit_btn:hover {
  color: #fff;
  text-decoration: none;
}

.g-cta__mail-icon {
  background: rgb(248 140 58);
}

.g-cta__mail-contact-btn {
  background: unset;
  border: 1px solid #401800;
  color: #401800;
}

.g-cta .fa-brands {
  margin-right: 10px;
}

.g-nav__list .nav-link {
  color: #562000;
  font-size: 2rem;
  text-align: revert;
  border-bottom: 1px solid #562000;
}

.g-nav__list .nav-link:hover:after {
  color: #000;
}

.g-nav__list .nav-link:hover {
  color: #562000;
}

.g-pagetop a {
  background: none;
  border: 1px solid #000;
}

.g-cta__title {
  font-size: 5rem;
  color: #401800;
  font-weight: bold;
}

.g-cta__smalltitle {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  margin-top: -40px;
}

.g-cta__tel {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
}

.g-cta__description {
  color: #000;
}

.g-cta .c-after__sc {
  opacity: 0.9;
}

.g-footer__copyright {
  color: #fff;
  background-color: #6b4438;
}

.fs20 {
  font-size: 20px;
}

.c-headline__type3-body {
  font-size: 1.8rem;
}

.g-cta__mail-title {
  border: inherit;
}

.c-headline__type2-ttl {
  font-family: inherit;
}

.c-shadow-box {
  box-shadow: 5px 5px 10px 0px #f88c3a7d;
}

.c-after__black--9 {
  background-color: #d3f090;
}

.c-visual-sub .catchcopy-title {
  font-family: inherit;
}

.g-header__contact-btn {
  color: #fff;
}

.bk_white {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.grid_nav {
  display: flex;
  flex-wrap: wrap;
  /* height: 100vh; */
}

.grid_nav li {
  width: 50%;
  padding: 0px 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.grid_nav li:nth-child(even) {
  border-left: unset;
}

.grid_nav li svg {
  width: 20%;
  height: auto;
  margin: 50px 0px;
}

.grid_nav h3 {
  font-size: 2rem;
}

.fifth {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #afb5a9;
  height: 100vh;
}

.fifth h3 {
  font-size: 2rem;
}

.fifth svg {
  width: 80%;
}

.ma0auto {
  margin: 0 auto;
}

.bk_orange {
  background: #e6dbc5;
}

.top_ttl {
  font-size: 6rem;
  line-height: 70px;
  word-break: break-word;
}

.bk_blue {
  background: #bddaba !important;
}

.g-labttl {
  font-size: 4rem;
  margin: 5px 0 0px;
  text-align: left;
}

.g-lab h4 {
  font-size: 5rem;
  margin: 10px 0 30px;
  font-weight: bold;
  line-height: 60px;
}

.mission {
  font-size: 3rem;
  font-weight: bold;
}

.g-lab_text {
  font-size: 2rem;
  line-height: 50px;
}

.vh100 {
  height: 100vh;
  position: relative;
}

.st_text {
  font-size: 2rem;
  width: 30%;
  text-align: left;
  position: absolute;
  bottom: 200px;
  left: 30px;
}

.stttl {
  font-size: 5rem;
  line-height: 60px;
  text-align: left;
  margin-left: 20px;
}

.stttl span {
  font-size: 4rem;
}

.sticky {
  position: sticky;
  height: 100vh;
  top: 0;
}

.container90 {
  width: 90%;
  margin: 0 auto;
}

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

.f_contents a:hover {
  text-decoration: none;
}

.f_contents li {
  width: 46%;
  margin: 0 auto 100px;
  position: relative;
}

.f_contents li h4 {
  font-size: 3rem;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.f_contents li svg {
  position: absolute;
  right: 0;
  top: 250px;
  width: 30px;
}

.g-footer {
  background: #d8d2c6;
}

.g-fixarea__contact-img {
  position: fixed;
  bottom: 200px;
  right: -75px;
  z-index: 100;
}

.g-fixarea__contact-img ul li {
  font-size: 2.6rem;
  height: 60px;
}

.g-fixarea__contact-img ul li a {
  color: #000;
  text-decoration: none;
}

.g-fixarea__contact-img ul li a svg {
  width: 10%;
  transform: rotate(90deg);
}

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

.caselist li {
  width: 30%;
  margin: 20px auto;
}

.pt0 {
  padding-top: 0;
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  color: #000;
}

/*child page */

.feature h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.feature h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}

.feature h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.feature ul {
  list-style-type: none;
}

.feature ul li {
  position: relative;
  line-height: 1.8;
}

.feature ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

.dashed {
  border-bottom: 3px dashed #f88c3a;
  padding-bottom: 5px;
}

.sub_title {
  font-size: 18px;
  color: #f88c3a;
  border-bottom: 5px solid #b7835c;
  padding-bottom: 0px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}

.price {
  margin-top: 20px;
  display: flex;
}

.price span {
  color: #fff;
  background: #f88c3a;
  padding: 5px;
  margin: 0 10px 0px 0;
  border-radius: 1rem;
  font-weight: bold;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.block {
  display: block;
}

.red {
  color: red;
}

.mt50 {
  margin-top: 50px;
}

.price02 {
  margin-top: 20px;
  display: block;
}

.price02 span {
  color: #fff;
  background: #f88c3a;
  padding: 5px;
  margin: 0 10px 0px 0;
  border-radius: 1rem;
  font-weight: bold;
}

.price02 li {
  margin-top: 20px;
}

.lead {
  font-size: inherit;
}

.c-sitemap .nav-item a {
  color: #107627 !important;
  background-color: #d3f090;
}

.c-sitemap .nav-item a:hover {
  background-color: #d3f090a8;
}

.contain {
  background-size: contain !important;
}

.bk_black::after {
  content: "";
  background-color: #00000059;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover_menu {
  position: absolute;
  left: 30%;
  font-size: 26px;
  color: #fff;
  top: 35%;
  text-align: center;
}

.menu_border {
  border-bottom: 1px solid #fff;
}

.fs24 {
  font-size: 24px;
}

.c-table th {
  border-bottom: rgb(76 29 0) 1px solid;
}

.c-image__src--150:after {
  padding: 150% 0 0;
}

.mr7 {
  margin-right: 7%;
}

.c-table td,
.c-table th {
  padding: 10px !important;
  vertical-align: middle !important;
}

.service_area {
  background: #ffffffc7;
  width: 50%;
  padding: 40px;
  margin-left: 10%;
}

.service_title {
  font-size: 3.5rem;
  color: #401800;
}

.service_area {
  background: #ffffffde;
  padding: 40px;
  margin-left: 10%;
  box-sizing: border-box;
  outline: 1px solid #975a00;
  outline-offset: -20px;
  line-height: 40px;
}

.btn-center {
  margin: 0 auto;
}

.c-after__sc {
  background-color: #f7f3eaeb;
  z-index: 2;
}

.c-section {
  background-color: #d8d2c6;
}

.c-section:nth-child(odd) {
  background-color: #d8d2c6;
}

.c-visual-type2 .catchcopy span {
  background: unset;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 10px;
  color: #6b4438;
  font-size: 6rem;
  text-align: left;
  text-shadow: 1px 2px 2px #fff;
}

.c-btn-solid-border {
  width: 100%;
  height: 80px;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-btn-solid-border__txt {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}

.c-btn-solid-border__l {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.c-btn-solid-border__t {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.c-btn-solid-border__r {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.c-btn-solid-border__b {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.c-btn-solid-border__icon {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.c-btn-solid-border__txt-in {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

a:hover {
  color: #cdcdcd;
  text-decoration: underline;
}

.concept_wrap {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
  z-index: 100;
}

.news_wrap {
  width: 90%;
  margin: 0 auto;
  line-height: 50px;
}

.mr-20 {
  margin-right: 20px;
}

.bk_ttl {
  font-size: 7rem;
  position: absolute;
  transform: rotate(90deg);
}

.bk_bottom {
  background-position: bottom;
}

.justify-content-right {
  justify-content: right;
}

.justify-content-left {
  justify-content: left;
}

.around {
  justify-content: space-around;
}

.menu_wrap {
  background: #fff5dd;
  padding: 50px;
}

.menuimg_fix {
  position: absolute;
  top: 5%;
}

.menu_content {
  margin-top: 100px;
  margin-bottom: 15%;
}

.menu_text {
  display: block;
  text-align: left;
  min-height: 150px;
}

.pd0 {
  padding: 0;
}

.menu_title {
  position: absolute;
  font-size: 10rem;
  top: -180px;
  left: -140px;
}

/*slick menu */

.m_list_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px;
  background: #fbfaef;
}

.m_list_wrap picture {
  width: 40%;
}

.menu_area {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
}

.menu_area h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: serif;
  color: #4c1d00;
}

.price {
  font-size: 2rem;
  color: #4c1d00;
  font-weight: bold;
}

.m_text {
  margin: 20px 0;
}

.menu_area ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.menu_area li {
  width: fit-content;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  margin: 0px 5px 5px 0;
}

.stylist {
  font-size: 2rem;
  margin: 0 20px 10px 0;
  color: #000;
  /* border: 1px solid #000; */
  width: fit-content;
  font-size: 3rem;
  font-weight: normal;
}

.staff_ttl {
  position: absolute;
  right: 0;
  top: -70px;
  font-size: 10rem;
}

.slick-list {
  padding: 0 !important;
}

.c-slick-photo__prev {
  left: -35px;
}

.c-slick-photo__next {
  right: -35px;
}

.detail {
  background: none;
  width: 100%;
  padding: 20px 0px;
}

.c-shadow-box--kc {
  border-radius: 0;
}

.c-btn:hover {
  color: #5a5a5a;
}

.pt30 {
  padding-top: 30px;
}

.g-cta__mail-contact-btn:hover {
  color: #6b4438bd;
  text-decoration: none !important;
}

.fs6rem {
  font-size: 6rem;
}

.c-headline__type3-ttl {
  font-weight: normal;
}

.staff_wrap {
  background: #ffffff;
  padding: 50px;
}

.container90 {
  max-width: 90%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #cbb070;
  display: block;
  content: "";
  cursor: pointer;
  z-index: 100;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 90%;
  max-width: 330px;
  /*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff5dd;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  position: fixed;
  right: 10px;
  z-index: 100;
  top: 10px;
}

.g-nav__list {
  text-align: center;
  margin-top: 70px;
}

.g-nav__list li {
  z-index: 3;
}

.c-after__sc_sp {
  background-color: #f7f3eaeb;
  z-index: 2;
}

.l-main {
  width: 100%;
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding: 0;
}

.l-aside {
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.plant_category ul li {
  background: #d8d2c6;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 5px;
}

.plant_category ul a {
  color: #000;
}

.p-table {
  width: 100%;
}

.p-table tr th,
td {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid;
}

.pt0 {
  padding-top: 0 !important;
}

.p-table tr th {
  width: 35%;
}

.p-table tr td {
  width: 70%;
}

.plant-content {
  background: #f8fdee;
  margin: 50px 0;
  padding: 20px;
}

.case_area .c-card__item {
  border: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.case_area .c-card__item-body {
  padding: 0;
}

@media (min-width: 1500px) {
  .caselist li {
    width: 23%;
    margin: 20px auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  .c-visual-type2 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-visual-type2 {
    height: auto;
  }

  .c-visual-type2 .catchcopy {
    width: 100%;
    top: 40%;
    left: 0;
  }

  .c-visual-type2 .catchcopy-title {
    padding: 10px 0;
  }

  .c-headline__type3-body {
    font-size: 3vw;
    word-break: break-word;
  }

  .c-headline__type5-ttl {
    font-size: 2.4rem;
  }

  .fs20 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .g-nav__list .nav-link {
    color: #fff;
  }

  .g-nav {
    background-color: #401800;
  }

  .g-nav__list .nav-link {
    color: #000;
    font-size: 2rem;
  }

  .g-nav__list .nav-link:hover:after {
    color: #fff;
    background-color: #fff;
  }

  .g-nav__list .nav-link:hover {
    color: #fff;
  }

  .g-fixarea-footer__item:first-child {
    border-right: 1px solid #fbfbfb;
  }

  .g-fixarea-footer__item {
    background: #401800;
  }

  .spmt20 {
    margin-top: 20px;
  }

  .price {
    display: flex;
    width: 96%;
    margin: 20px auto;
    justify-content: start;
    text-align: center;
    padding-bottom: 25px;
  }

  .g-form input {
    width: 100%;
  }

  .g-form textarea {
    width: 100%;
  }

  .g-form input[type="checkbox"] + span,
  .g-form input[type="radio"] + span {
    font-size: 1rem;
  }

  .c-visual-sub .catchcopy {
    top: 75px;
  }

  .c-visual-sub .catchcopy-title {
    font-size: 5vw;
    margin-bottom: 0;
    padding: 20px 0 5px 0px;
  }

  .c-visual-sub .catchcopy-body {
    font-size: 2rem;
  }

  .c-visual-sub {
    margin-top: 0;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    padding-right: -5px;
    padding-left: -5px;
  }

  .c-visual-type2 .catchcopy-title > * {
    font-size: 10vw;
    word-break: break-word;
  }

  .g-nav .navbar-toggler {
    width: 150px;
  }

  .service_area {
    background: #ffffffde;
    padding: 20px;
    margin-left: 0;
    outline: 1px solid #975a00;
    outline-offset: -10px;
    line-height: 40px;
    width: 100%;
  }

  .service_title {
    color: #401800;
  }

  .sp_col_50 {
    flex: 0 0 50%;
  }

  .mr7 {
    margin-right: 0;
  }

  .sp_text {
    text-align: left;
    letter-spacing: 0;
  }

  .g-cta {
    padding: 20px 0 50px;
  }

  /* .c-visual-type2 {
        height: 300px;
    } */

  .fifth {
    height: auto;
  }

  .hauto {
    height: auto;
  }

  .concept_wrap {
    margin: 300px auto 100px;
    line-height: 35px;
  }

  .bk_bottom {
    background-position: bottom;
    height: 200px;
    margin-top: 50px;
  }

  .concept_wrap {
    margin: 0 auto;
    line-height: 35px;
    width: 96%;
  }

  .menuimg_fix {
    position: inherit;
    top: unset;
  }

  .menu_content {
    margin: 0 auto 30%;
  }

  .menu_title {
    position: unset;
    font-size: 6rem !important;
  }

  .menu_text {
    display: block;
    text-align: left;
    min-height: 0;
    margin-bottom: 30px;
  }

  .menu_blk02 {
    margin-top: 100px;
  }

  .g-lab h4 {
    font-size: 4rem;
  }

  /*メニューカルーセル*/

  .m_list_wrap picture {
    width: 100%;
  }

  .menu_area {
    width: 98%;
    margin: 20px auto 0;
    text-align: left;
  }

  .c-slick-photo__next,
  .c-slick-photo__prev {
    top: 30%;
  }

  .c-slick-photo__next {
    right: 10px;
  }

  .c-slick-photo__prev {
    left: 10px;
  }

  .c-visual-type2 .catchcopy span {
    font-size: 2rem;
  }

  .staff_ttl {
    position: absolute;
    right: unset;
    top: -25px;
    font-size: 6rem;
  }

  .c-visual-type2__image {
    height: 100%;
  }

  .c-visual-type2 {
    height: 100%;
  }

  .c-visual-type2__image .src:after {
    padding: 600px 0 0;
  }

  .c-visual-type2__image .src {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  #nav-drawer {
    position: relative;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #cbb070;
    display: block;
    content: "";
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff5dd;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    position: fixed;
    right: 10px;
    z-index: 100;
    top: 10px;
  }

  .g-nav__list {
    text-align: center;
  }

  .g-nav__list li {
    z-index: 3;
  }

  .c-after__sc_sp {
    background-color: #f7f3eaeb;
    z-index: 2;
  }

  .u-mt-sp-100 {
    margin-top: 100px;
  }

  .bk_white {
    padding: 30px 0;
  }

  .container90 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
  }

  .grid_nav {
    height: inherit;
  }

  .grid_nav li:nth-child(even) {
    border-left: 1px solid #000;
  }

  .g-lab_text {
    font-size: 1.8rem;
  }

  .d-block-sp {
    display: block;
  }

  .lh-25-sp {
    line-height: 25px;
  }
}

/*iPhone*/
.g-fixarea-footer__item a,
.g-nav .navbar-toggler,
.c-visual-sub .catchcopy-title,
.c-visual-sub .catchcopy-body,
.c-table,
.g-form .agree .mwform-checkbox-field-text {
  white-space: nowrap;
}

.g-form input {
  width: 100%;
}

.g-form input,
.g-form select,
.g-form textarea {
  width: 100%;
}

.g-form input[type="checkbox"] + span {
  font-size: 12px;
  white-space: nowrap;
}

.container-minx {
  max-width: 960px;
}

/* .c-table th {
    white-space: pre-wrap !important;
} */

/* From uiverse.io by @alexmaracinaru */
.detail {
  background: none;
}

.detail span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.detail svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  margin: 0 !important;
  width: 10% !important;
}

.detail:hover svg {
  transform: translateX(0);
}

.detail:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.detail:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*========= 左固定レイアウトのためのCSS ===============*/

/*左と右を囲う全体のエリア*/
#wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #e6dbc5;
}

/*左エリア*/
#fixed-area {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 46%;
  height: 96vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/bk_01.png) no-repeat center;
  background-size: cover;
  color: #fff;
  margin: 2% auto;
  border-radius: 50px;
}

/*右エリア*/
#container001 {
  /*横半分50%にする*/
  width: 50%;
}

/*plantページ*/
.fixed-plant {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #e9e0ce;
  /* padding: 100px 30px 170px 30px; */
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  height: 100vh;
}

.plant-left {
  background-size: cover;
  height: 100vh;
  width: 60%;
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.plant-left::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.205);
  z-index: 0;
}

.plant-left p {
  font-family: "Luckiest Guy", cursive;
  color: #fff;
  font-size: 7rem;
  letter-spacing: 0;
  z-index: 1;
  margin-top: 10%;
}

.plant-right {
  width: 40%;
  height: 100vh;
  background: #f6f9e8;
}

.plant-right ul {
  width: 90%;
  margin: 64px auto 0;
}

.plant-right ul li {
  width: 100%;
  font-size: 5rem;
  text-align: left;
  font-weight: bold;
}

.pd0 {
  padding: 0 !important;
}

.bk_suny-and-dry {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/23988512_m.jpg);
  background-size: cover;
  background-position: center;
}

.bk_suny-but-moist {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/3256349_m.jpg);
  background-size: cover;
  background-position: center;
}

.bk_dry-shade {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/339003705_3310304595779888_2036286524090596445_n.jpg);
  background-size: cover;
  background-position: center;
}

.bk_damp-shade {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/35414096_382152368938551_1570916638205673472_n.jpg);
  background-size: cover;
  background-position: center;
}

.bk_half-shade-and-dry {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/182012889_1088582001628914_6867797474612135589_n.jpg);
  background-size: cover;
  background-position: center;
}

.bk_half-shade-but-moist {
  background: url(https://planted-garden.jp/cms/wp-content/uploads/2023/04/182012889_1088582001628914_6867797474612135589_n.jpg);
  background-size: cover;
  background-position: center;
}

.en_ttl {
  font-size: 3rem !important;
}

.w90 {
  width: 90%;
}

/*singleページ 画像の位置調整*/

.bp_left {
  background-position: left !important;
}

.bk-gray {
  background-color: #c8c1b4;
}

/*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 768px) {
  #wrapper {
    display: block;
    /*display:flex;を解除*/
  }

  section {
    min-height: auto;
    /*縦を100vh⇒解除*/
  }

  #fixed-area {
    position: relative !important;
    width: 100%;
    height: unset;
    padding: 20px 0;
    margin: 2% 0 10%;
  }

  #container001 {
    width: 100%;
  }

  #container {
    width: 100%;
    /*横幅を100%にして1列に見せる*/
  }

  .c-visual-type2 {
    height: auto;
  }
}

/*========= 紙芝居風レイアウトのためのCSS ===============*/

section.fixed {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 70px;
  /*Header高さ分で止まるようにする*/
  /*装飾のためのCSS*/
  background: #fff;
  /* padding:100px 30px 170px 30px; */
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
}

.bk_about {
  background: url("https://planted-garden.jp/cms/wp-content/uploads/2023/02/2.jpg")
    no-repeat center !important;
  background-size: cover !important;
}

.bk_about::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100vh;
  z-index: -1;
  border-radius: 20px;
}

section.fixed:nth-of-type(1) {
  background: url("http://planted-garden.jp/cms/wp-content/uploads/2022/12/Image-by-Masaaki-Komori-1.webp")
    no-repeat center;
  background-size: cover;
}

section.fixed:nth-of-type(2) {
  background-size: cover;
  top: 270px;
  background: #d8d2c6;
}

section.fixed:nth-of-type(3) {
  background-size: cover;
  top: 270px;
  background: #d8d2c6;
}

section.fixed:nth-of-type(4) {
  background-size: cover;
  top: 270px;
  background: #d8d2c6;
}

.st-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-contents img {
  width: 70%;
  border-radius: 20px;
}

.stwrap {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.st-contents p {
  margin-left: 20px;
}

.mh100 {
  min-height: 100vh;
}

/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 768px) {
  section.fixed,
  section.fixed:last-of-type {
    position: relative !important;
    /*sticky解除*/
    top: 70px;
    /*70px⇒0pxに戻す*/
    min-height: auto;
    padding: 5px;
  }

  section.fixed:first-of-type {
    padding: 100px 30px 30px 30px;
    /*最初の要素は上部にHeaderの高さ以上の余白をとる*/
  }

  section.fixed:nth-of-type(2n) {
    padding: 100px 30px;
  }

  section.fixed:nth-of-type(1) {
    background: url(http://planted-garden.jp/cms/wp-content/uploads/2022/12/Image-by-Masaaki-Komori-1.webp)
      no-repeat center;
    background-size: cover;
    height: 100vh;
    padding: 5px;
  }

  .stttl {
    font-size: 3.6rem;
    line-height: 60px;
    text-align: left;
    margin-left: 20px;
  }

  .st_text {
    font-size: 2rem;
    width: 96%;
    text-align: left;
    position: absolute;
    bottom: 150px;
    left: 5px;
    background: #00000024;
    word-break: break-word;
  }

  section.fixed:nth-of-type(2n) {
    padding: 20px 0 40px;
  }

  section.fixed:nth-of-type(2) {
    top: 70px;
  }

  section.fixed:nth-of-type(3) {
    top: 70px;
  }

  .stwrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
  }

  .st-contents img {
    margin: 10px auto;
  }

  .top_ttl {
    font-size: 5rem;
  }

  .text-left-sp {
    text-align: left;
  }

  .grid_nav li {
    width: 100%;
    border: 1px solid #000;
  }

  .grid_nav li svg {
    width: 30%;
  }

  .f_contents li {
    width: 100%;
    margin: 0 auto 70px;
    position: relative;
    text-align: left;
  }

  .f_contents li svg {
    bottom: -75px;
    width: 40px;
  }

  .fixed-plant {
    height: 100vh;
  }

  .plant-left {
    width: 100%;
    height: 50vh;
  }

  .plant-right {
    width: 100%;
    height: 50vh;
  }

  .plant-left::before {
    width: 100%;
    height: 50vh;
  }

  .plant-right ul {
    width: 90%;
    margin: 40px auto 0;
  }

  .plant-right ul li {
    font-size: 2rem;
  }

  .plant-left p {
    font-size: 4.5rem;
  }
}
