@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #444444;
}

.wrap {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 1200px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    display: block;
    pointer-events: painted;
  }
}

/*************************************************************************************
デバイスごとの切り替え
**************************************************************************************/
@media (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-below {
  display: none;
}
@media (max-width: 1199px) {
  .tab-below {
    display: block;
  }
}

@media (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

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

/*************************************************************************************
共通インナー幅
**************************************************************************************/
.common-inner--1200 {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .common-inner--1200 {
    width: 92 .common-inner--1200;
  }
}
@media (max-width: 767px) {
  .common-inner--1200 {
    width: 87%;
  }
}

.common-inner--1100 {
  max-width: 1100px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .common-inner--1100 {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .common-inner--1100 {
    width: 87%;
  }
}

/*************************************************************************************
セクションタイトル
**************************************************************************************/
.section__title {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  background-color: #2E3838;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 10px 34px;
}
@media (max-width: 1199px) {
  .section__title {
    font-size: 24px;
    padding: 10px 28px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 18px;
    padding: 5px 28px;
    width: fit-content;
    text-align: center;
  }
}

/*************************************************************************************
下層ページタイトル
**************************************************************************************/
.page-title {
  height: 540px;
  position: relative;
}
@media (max-width: 767px) {
  .page-title {
    height: 252px;
  }
}

.page-title__title {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media (max-width: 1199px) {
  .page-title__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-title__title {
    font-size: 16px;
  }
}
.page-title__title::before {
  font-family: "Lato", sans-serif;
  display: block;
  content: attr(data-en);
  margin-bottom: -10px;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .page-title__title::before {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-title__title::before {
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-title__title--transaction {
    font-size: 20px;
  }
}

/*************************************************************************************
共通メイン
**************************************************************************************/
.main {
  background-color: #F4F4F4;
}

/*************************************************************************************
ヘッダー
**************************************************************************************/
.header {
  position: fixed;
  max-width: 1340px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header {
    top: 15px;
  }
}

.header__logo {
  position: absolute;
  left: 0;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1199px) {
  .header__logo {
    margin-top: -10px;
  }
}
.header__logo a {
  display: block;
}

.header__nav, .header__links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 26px;
  max-width: 628px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  .header__nav, .header__links {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__nav, .header__links {
    display: none;
  }
}

.header__link a {
  text-decoration: none;
  display: block;
  padding: 14px 0;
}

.header__link__text {
  text-align: center;
  font-size: 15px;
}
.header__link__text::before {
  display: block;
  text-align: center;
  content: attr(data-en);
  margin-bottom: -2px;
  font-family: "Lato", sans-serif;
  color: #005840;
  font-size: 11px;
}

/*************************************************************************************
ドロワーメニュー
**************************************************************************************/
#drawer-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  background-color: #2E3838;
  transition: all 0.6s;
}
@media (min-width: 1200px) {
  #drawer-nav {
    display: none;
  }
}
@media (max-width: 1199px) {
  #drawer-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  #drawer-nav {
    display: block;
  }
}

#drawer-nav.panelactive {
  right: 0;
}

.drawer-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#drawer-nav ul {
  position: absolute;
  z-index: 999;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

.drawer__link {
  list-style: none;
}
.drawer__link a {
  text-decoration: none;
  color: #ffffff;
  padding: 19px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.drawer__link a span {
  font-size: 11px;
  font-family: "Lato", sans-serif;
}

/*************************************************************************************
ハンバーガーボタン
**************************************************************************************/
.hamburger {
  appearance: none;
  border: none;
  background-color: #005840;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 18px;
}

.hamburger span:nth-of-type(1) {
  top: 23px;
}

.hamburger span:nth-of-type(2) {
  top: 30px;
}

.hamburger span:nth-of-type(3) {
  top: 37px;
}

.hamburger.active span:nth-of-type(1) {
  top: 23px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 18px;
  background-color: #ffffff;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 35px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 18px;
  background-color: #ffffff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
@media (min-width: 1200px) {
  #overlay {
    position: static;
  }
}

/* Prevent background scrolling when menu is active */
body.panelactive {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.panelactive {
    overflow: auto;
  }
}

/*************************************************************************************
フッター
**************************************************************************************/
.footer {
  background-color: #2E3838;
  color: #ffffff;
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 40px;
  width: 167px;
  height: 202px;
  background: url(../img/common/footer-illust.webp) no-repeat center/cover;
  z-index: 1;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: block;
    padding-bottom: 55px;
  }
}

.footer__information {
  width: 305px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.footer__address {
  display: flex;
  margin: 5px;
}
.footer__address dd {
  margin: 0;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer__nav {
    width: fit-content;
    margin-top: 55px;
    position: relative;
    z-index: 2;
  }
}

.footer__link a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer__link a {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .footer__link:nth-of-type(1) {
    order: 1;
  }
  .footer__link:nth-of-type(2) {
    order: 7;
  }
  .footer__link:nth-of-type(3) {
    order: 4;
  }
  .footer__link:nth-of-type(4) {
    order: 3;
  }
  .footer__link:nth-of-type(5) {
    order: 2;
  }
  .footer__link:nth-of-type(6) {
    order: 8;
  }
  .footer__link:nth-of-type(7) {
    order: 5;
  }
  .footer__link:nth-of-type(8) {
    order: 6;
  }
  .footer__link:nth-of-type(9) {
    order: 9;
  }
}

.footer__copy {
  display: block;
  text-align: right;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__copy {
    text-align: left;
  }
}

/*************************************************************************************
FV動画とレイヤー
**************************************************************************************/
.hero {
  position: relative;
  z-index: 1;
}

.video-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.video-bg.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.video-bg video {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  display: block;
}

.video-bg img {
  display: block;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

.fv, .message, .images {
  min-height: 100dvh;
  position: relative;
  z-index: 1; /* 重要：テキストを動画より前へ */
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.overlay.is-active {
  opacity: 1;
}

.overlay-end {
  height: 1px;
}

/* 初期状態：少し下＆透明 */
.js-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: auto;
}

.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 連続で出すと気持ちいいので、軽い段差（任意） */
.images__img2 {
  transition-delay: 80ms;
}

.images__img3 {
  transition-delay: 200ms;
}

.images__img4 {
  transition-delay: 350ms;
}

.images__img5 {
  transition-delay: 450ms;
}

/*************************************************************************************
FV
**************************************************************************************/
.fv {
  position: relative;
}

.fv__message {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -150%); /* vhを使わない */
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .fv__message {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fv__message {
    font-size: 22px;
    text-align: center;
  }
}

/*************************************************************************************
メッセージ
**************************************************************************************/
.message__wrap {
  max-width: 980px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .message__wrap {
    display: block;
    width: 87%;
  }
}

.message__h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media (max-width: 1199px) {
  .message__h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .message__h2 {
    font-size: 24px;
  }
}

.message__text {
  line-height: 300%;
  margin: 0;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 15px;
    margin-top: 60px;
  }
}

/*************************************************************************************
images
**************************************************************************************/
.images {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: clamp(700px, 80vw, 1000px);
}
@media (max-width: 767px) {
  .images {
    height: clamp(1100px, 380vw, 1500px);
  }
}

.images__img {
  position: absolute;
}
.images__img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.images__img1 {
  top: clamp(220px, 21.5972222222vw, 311px);
  left: 0;
  width: clamp(150px, 20.625vw, 297px);
}
@media (max-width: 767px) {
  .images__img1 {
    top: 0;
    left: clamp(18px, 8.8vw, 33px);
    width: clamp(140px, 50.9333333333vw, 191px);
  }
}
.images__img1 img {
  aspect-ratio: 297/314;
}
@media (max-width: 767px) {
  .images__img1 img {
    aspect-ratio: 172/172;
  }
}

.images__img2 {
  top: clamp(-90px, -8.5416666667vw, -123px);
  left: clamp(60px, 9.375vw, 135px);
  width: clamp(140px, 18.4027777778vw, 265px);
}
@media (max-width: 767px) {
  .images__img2 {
    top: clamp(170px, 60.2666666667vw, 226px);
    left: clamp(100px, 40.8vw, 153px);
    width: clamp(140px, 50.6666666667vw, 190px);
  }
}
.images__img2 img {
  aspect-ratio: 265/265;
}
@media (max-width: 767px) {
  .images__img2 img {
    aspect-ratio: 190/281;
  }
}

.images__img3 {
  top: clamp(80px, 8.9583333333vw, 129px);
  left: clamp(200px, 35.2083333333vw, 507px);
  width: clamp(140px, 19.9305555556vw, 287px);
}
@media (max-width: 767px) {
  .images__img3 {
    top: clamp(400px, 141.6vw, 531px);
    left: 0;
    width: clamp(120px, 44.8vw, 168px);
  }
}
.images__img3 img {
  aspect-ratio: 287/425;
}
@media (max-width: 767px) {
  .images__img3 img {
    aspect-ratio: 168/178;
  }
}

.images__img4 {
  top: clamp(-30px, -2.8472222222vw, -41px);
  left: clamp(420px, 59.0277777778vw, 850px);
  width: clamp(235px, 32.7083333333vw, 471px);
}
@media (max-width: 767px) {
  .images__img4 {
    top: clamp(560px, 199.7333333333vw, 749px);
    left: clamp(40px, 17.3333333333vw, 65px);
    width: clamp(175px, 65.3333333333vw, 245px);
  }
}
.images__img4 img {
  aspect-ratio: 471/540;
}
@media (max-width: 767px) {
  .images__img4 img {
    aspect-ratio: 244/280;
  }
}

.images__img5 {
  top: clamp(420px, 41.875vw, 603px);
  left: clamp(520px, 72.6388888889vw, 1046px);
  width: clamp(165px, 22.8472222222vw, 329px);
}
@media (max-width: 767px) {
  .images__img5 {
    top: clamp(800px, 285.0666666667vw, 1069px);
    left: clamp(90px, 38.4vw, 144px);
    width: clamp(150px, 56.2666666667vw, 211px);
  }
}
.images__img5 img {
  aspect-ratio: 328/328;
}

.bg-gray {
  background: #F4F4F4;
  position: relative;
  z-index: 20;
  padding-top: 70px;
}

/*************************************************************************************
来園される方へ
**************************************************************************************/
.visitors__blocks {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .visitors__blocks {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .visitors__blocks {
    flex-direction: column;
    width: 100% !important;
    margin-top: 16px;
  }
}

.visitors__block a {
  display: block;
  cursor: pointer;
  pointer-events: all;
}
.visitors__block:first-of-type {
  background: url(../img/top/visitors1.webp) no-repeat center/cover;
}
.visitors__block:last-of-type {
  background: url(../img/top/visitors2.webp) no-repeat center/cover;
}
.visitors__block {
  width: 100%;
  aspect-ratio: 584/310;
  object-fit: contain;
  position: relative;
}
@media (min-width: 1200px) {
  .visitors__block {
    transition: all 0.6s;
  }
  .visitors__block:hover {
    opacity: 0.8;
  }
  .visitors__block:hover .visitors__content .visitors__block__btn::after {
    right: 9px;
  }
}

.visitors__content {
  position: absolute;
  bottom: 44px;
  left: 44px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .visitors__content {
    bottom: 20px;
    left: 20px;
  }
}

.visitors__block__title span {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media (max-width: 1199px) {
  .visitors__block__title span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .visitors__block__title span {
    font-size: 18px;
  }
}
.visitors__block__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 180%;
  padding-top: 134px;
}
@media (max-width: 1199px) {
  .visitors__block__title {
    font-size: 16px;
  }
}

.visitors__block__btn {
  text-decoration: none;
  margin-top: 14px;
  display: block;
  width: fit-content;
  background-color: #ffffff;
  padding: 8px 47px;
  border-radius: 35px;
  color: #2E3838;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 767px) {
  .visitors__block__btn {
    font-size: 15px;
    padding: 4px 50px;
  }
}
.visitors__block__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url(../img/common/btn-arrow.webp) no-repeat center/cover;
  transition: all 0.6s;
}

/*************************************************************************************
インスタグラム
**************************************************************************************/
.instagram {
  padding: 70px 0;
  position: relative;
  border-bottom: 1px solid #C8C8C8;
}
.instagram::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 59px;
  height: 120px;
  background: url(../img/top/instagram-illust.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .instagram::after {
    top: auto;
    bottom: 50px;
    width: 35px;
    height: 72px;
  }
}

.instagram__btn a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 52px;
  padding: 8px 24px;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 1200px) {
  .instagram__btn a {
    transition: all 0.6s;
  }
  .instagram__btn a:hover {
    transition: all 0.6s;
    opacity: 0.6;
  }
}
.instagram__btn a img {
  width: 17px;
  height: 17px;
}

/*************************************************************************************
TOP庭園ガイド、会社概要
**************************************************************************************/
.top-garden-guide {
  margin-top: 70px;
  flex-direction: row-reverse;
  position: relative;
}
.top-garden-guide::after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: -80px;
  width: 50px;
  height: 178px;
  background: url(../img/top/garden-guide-illust.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top-garden-guide::after {
    bottom: auto;
    top: -10px;
    left: calc(50% - 120px);
    transform: translateX(-50%);
    width: 23px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .top-garden-guide {
    margin-top: 60px;
  }
}

.columns-link {
  display: flex;
  gap: 5.8%;
}
@media (max-width: 767px) {
  .columns-link {
    flex-direction: column;
  }
}

.columns-link__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 2%;
  width: 220px;
  height: 420px;
}
@media (max-width: 767px) {
  .columns-link__content {
    display: contents;
  }
}

.columns-link__title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 34px 12px !important;
  height: fit-content;
}
@media (max-width: 767px) {
  .columns-link__title {
    order: 1;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 5px 28px !important;
    width: fit-content;
  }
}

.columns-link__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 160%;
}
@media (max-width: 767px) {
  .columns-link__text {
    order: 3;
    writing-mode: horizontal-tb;
    font-size: 15px;
  }
}

.columns-link__link {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .columns-link__link {
    display: contents;
    position: static;
  }
}
.columns-link__link .column-link__img {
  margin: 0;
}
@media (max-width: 767px) {
  .columns-link__link .column-link__img {
    order: 2;
    margin-top: 16px;
  }
}
.columns-link__link .column-link__img img {
  display: block;
  width: 100%;
  aspect-ratio: 800/459;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .columns-link__link .column-link__img img {
    aspect-ratio: 800/650;
  }
}
@media (max-width: 767px) {
  .columns-link__link .column-link__img img {
    aspect-ratio: 335/192;
  }
}
.columns-link__link a {
  position: absolute;
  bottom: 20px;
  right: 28px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 8px 47px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .columns-link__link a {
    order: 4;
    position: relative;
    padding: 4px 77px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    right: auto;
  }
}
.columns-link__link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/common/btn-arrow.webp) no-repeat center/cover;
  transition: all 0.6s;
}
@media (min-width: 1200px) {
  .columns-link__link a:hover::after {
    transition: all 0.6s;
    right: 9px;
  }
}

.top-company {
  margin-top: 60px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
.top-company::after {
  position: absolute;
  content: "";
  bottom: 80px;
  right: -100px;
  width: 108px;
  height: 155px;
  background: url(../img/top/company-illust.webp) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .top-company::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-company::after {
    display: block;
    bottom: auto;
    top: -10px;
    right: calc(50% - 125px);
    transform: translateX(-50%);
    width: 24px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .top-company {
    margin-top: 40px;
  }
}

/*************************************************************************************
背景画像固定のパララックス(２つ共通)
**************************************************************************************/
.partition {
  position: relative;
  height: 478px;
}
@media (max-width: 1199px) {
  .partition {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .partition {
    height: 277px;
  }
}

.partition-image {
  position: fixed;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.partition-image img {
  display: block;
  height: 100vh;
  object-fit: cover;
}
.partition.is-active .partition-image {
  opacity: 1;
}

/*************************************************************************************
カフェ、ガーデンセンター
**************************************************************************************/
.cafe {
  position: relative;
  z-index: 2;
}
.cafe::before {
  bottom: 0;
  left: -120px;
  width: 101px;
  height: 142px;
  background: url(../img/top/cafe-illust.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .cafe::before {
    display: none;
  }
}
.cafe::after {
  bottom: 0;
  right: -40px;
  width: 157px;
  height: 217px;
  background: url(../img/top/cafe-family.webp) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cafe::after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .cafe::after {
    width: 70px;
    height: 98px;
    right: 0;
  }
}

.garden-center {
  flex-direction: row-reverse !important;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .garden-center {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .garden-center {
    flex-direction: column !important;
  }
}
.garden-center::before {
  bottom: 10px;
  left: -100px;
  width: 140px;
  height: 210px;
  background: url(../img/top/garden-center-couple.webp) no-repeat center/cover;
  z-index: 2;
}
@media (max-width: 1199px) {
  .garden-center::before {
    display: none;
  }
}
.garden-center::after {
  bottom: 0;
  right: 0;
  width: 60px;
  height: 145px;
  background: url(../img/top/garden-center-illust.webp) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .garden-center::after {
    display: none;
  }
}

.shop-information {
  display: flex;
  flex-direction: row;
  gap: 35px;
  position: relative;
}
.shop-information::before {
  position: absolute;
  content: "";
}
.shop-information::after {
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  .shop-information {
    flex-direction: column;
    gap: 0;
  }
}
.shop-information:last-of-type {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .shop-information:last-of-type {
    margin-top: 42px;
  }
}

.shop-information__contents {
  width: 485px;
}
@media (max-width: 767px) {
  .shop-information__contents {
    display: contents;
    margin-top: 10px;
  }
}

.shop-information__title {
  margin-left: 0;
}
@media (max-width: 767px) {
  .shop-information__title {
    order: 1;
    margin-left: auto;
    width: fit-content;
  }
}

.shop-information__message {
  font-size: 26px;
  color: #005840;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .shop-information__message {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .shop-information__message {
    order: 3;
    margin-top: 16px;
  }
}

.shop-information__text {
  margin: 0;
  margin-top: 14px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .shop-information__text {
    order: 4;
    margin-top: 10px;
  }
}

.shop-information__data {
  padding: 14px;
  border: 1px solid #2E3838;
  width: 360px;
  margin: 0;
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .shop-information__data {
    order: 5;
    margin-top: 16px;
    width: 100%;
  }
}
.shop-information__data dd {
  margin: 0;
}

.shop-information__attention {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .shop-information__attention {
    order: 6;
  }
}

.swiper__wrap {
  overflow: hidden;
  width: 580px;
}
@media (max-width: 767px) {
  .swiper__wrap {
    order: 2;
    margin-top: 16px;
    width: 100%;
  }
}

.swiper-slide figure {
  margin: 0;
}
.swiper-slide figure img {
  width: 100%;
  aspect-ratio: 580/429;
  object-fit: cover;
}

.swiper-button-prev {
  color: transparent;
}
.swiper-button-prev::after {
  background: url(../img/common/swiper-arrow-left.png) no-repeat center/cover;
}

.swiper-button-next {
  color: transparent;
}
.swiper-button-next::after {
  background: url(../img/common/swiper-arrow-right.png) no-repeat center/cover;
}

/*************************************************************************************
お取り扱い商品(TOP)
**************************************************************************************/
.top-product {
  max-width: 990px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .top-product {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .top-product {
    width: 87%;
  }
}

.top-product__text {
  text-align: center;
  margin-top: 20px;
  line-height: 180%;
  position: relative;
}
@media (max-width: 1199px) {
  .top-product__text {
    font-size: 15px;
    text-align: left;
  }
}
.top-product__text::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 83px;
  height: 142px;
  background: url(../img/top/product-illust.webp) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .top-product__text::after {
    display: none;
  }
}

.top-product__wrap {
  display: flex;
  gap: 60px;
  margin-top: 62px;
}
@media (max-width: 1199px) {
  .top-product__wrap {
    gap: 30px;
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .top-product__wrap {
    display: block;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-product__list a {
  text-decoration: none;
  position: relative;
}
.top-product__list a span {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  top: -40px;
  left: -20px;
  color: #005840;
}
@media (max-width: 767px) {
  .top-product__list a span {
    font-size: 30px;
    top: -25px;
  }
}
@media (min-width: 1200px) {
  .top-product__list a {
    transition: all 0.6s;
  }
  .top-product__list a:hover {
    transition: all 0.6s;
    opacity: 0.8;
  }
  .top-product__list a:hover .top-product__btn {
    transition: all 0.6s;
  }
  .top-product__list a:hover .top-product__btn::after {
    transition: all 0.6s;
    right: -8px;
  }
}
.top-product__list:not(:last-of-type) {
  margin-bottom: 60px;
}

.top-product__img {
  width: 100%;
}
.top-product__img img {
  width: 100%;
  aspect-ratio: 290/341;
  object-fit: cover;
}

.top-product__btn {
  margin-top: 20px;
  border-bottom: 1px solid #2E3838;
  position: relative;
}
.top-product__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/btn-arrow.webp) no-repeat center/cover;
  transition: all 0.6s;
}

/*************************************************************************************
バナー
**************************************************************************************/
.banner {
  padding: 70px 0;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .banner {
    max-width: 800px;
  }
}

.banner__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media (max-width: 1199px) {
  .banner__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .banner__wrap {
    grid-template-columns: 1fr;
  }
}

.banner__list a {
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #F4F4F4;
  border: 1px solid #2E3838;
}
.banner__list a img {
  width: 114px;
  aspect-ratio: 114/121;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner__list a img {
    width: 98px;
  }
}
@media (min-width: 1200px) {
  .banner__list a {
    transition: all 0.3s;
  }
  .banner__list a:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}

.banner__list__content {
  padding: 17px;
  line-height: 180%;
}
@media (max-width: 767px) {
  .banner__list__content {
    padding: 14px;
  }
}
.banner__list__content span {
  font-size: 13px;
}
@media (max-width: 767px) {
  .banner__list__content span {
    font-size: 12px;
  }
}
.banner__list__content p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .banner__list__content p {
    font-size: 15px;
  }
}

/*************************************************************************************
庭園ガイド(ページタイトル)
**************************************************************************************/
.page-title--guide {
  background: url(../img/guide/page-title-guide.webp) no-repeat center/cover;
}

/*************************************************************************************
営業案内
**************************************************************************************/
.guide-information {
  padding: 65px 0;
  padding-top: 120px;
  margin-top: -60px;
}

.guide-information__title {
  margin-bottom: -35px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .guide-information__title {
    margin-bottom: -25px;
  }
}

.guide-information__container {
  max-width: 955px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .guide-information__container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .guide-information__container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.guide-information__container::after {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 100px;
  width: 72px;
  height: 146px;
  background: url(../img/top/instagram-illust.webp) no-repeat center/cover;
  transform: rotate(-35deg);
}
@media (max-width: 1199px) {
  .guide-information__container::after {
    bottom: 60px;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .guide-information__container::after {
    display: none;
  }
}

.guide-information__wrap {
  max-width: 776px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .guide-information__wrap {
    width: 92%;
  }
}

.guide-information__list:not(:first-of-type) {
  margin-top: 20px;
}

.guide-information__description {
  display: flex;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1199px) {
  .guide-information__description {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .guide-information__description {
    display: block;
  }
}
.guide-information__description dt {
  color: #005840;
  border: 1px solid #005840;
  display: block;
  width: 180px;
  padding: 3px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .guide-information__description dt {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .guide-information__description dt {
    width: 100%;
  }
}
.guide-information__description dd {
  margin: 0;
  width: 100%;
  font-size: 15px;
  line-height: 180%;
}
.guide-information__description dd .guide-information__detail li:not(:first-of-type) {
  margin-top: 18px;
}
.guide-information__description dd .guide-information__detail li dl dt {
  color: #2E3838;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .guide-information__description dd .guide-information__detail li dl dt {
    font-size: 16px;
    text-align: left;
  }
}
.guide-information__description dd .guide-information__detail li dl dd .guide-information__detail--list li {
  margin-top: 0;
}

.guide__btn a {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  background-color: #ffffff;
  padding: 10px 47px;
  border-radius: 35px;
  color: #2E3838;
  position: relative;
}
@media (min-width: 1200px) {
  .guide__btn a {
    transition: all 0.6s;
  }
  .guide__btn a:hover::after {
    right: 9px;
  }
}
@media (max-width: 767px) {
  .guide__btn a {
    font-size: 15px;
    margin-top: 20px;
  }
}
.guide__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url(../img/common/btn-arrow.webp) no-repeat center/cover;
  transition: all 0.6s;
}

/*************************************************************************************
園内ガイド
**************************************************************************************/
/*************************************************************************************
サービス案内
**************************************************************************************/
.guide-service {
  background-color: #ffffff;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .guide-service {
    padding-bottom: 40px;
  }
}

.guide-service__wrap {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .guide-service__wrap {
    margin-top: 36px;
  }
}

.guide-service__list {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .guide-service__list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .guide-service__list {
    flex-direction: column-reverse;
    gap: 15px;
    max-width: 550px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.guide-service__list:not(:last-of-type) {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .guide-service__list:not(:last-of-type) {
    padding-bottom: 20px;
  }
}
.guide-service__list:not(:first-of-type) {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .guide-service__list:not(:first-of-type) {
    padding-top: 20px;
  }
}
.guide-service__list:first-of-type::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -100px;
  width: 100px;
  height: 140px;
  background: url(../img/top/cafe-illust.webp) no-repeat center/cover;
  transform: rotate(-20deg);
}
@media (max-width: 1199px) {
  .guide-service__list:first-of-type::after {
    display: none;
  }
}
.guide-service__list:last-of-type::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 107px;
  height: 154px;
  background: url(../img/top/company-illust.webp) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .guide-service__list:last-of-type::after {
    display: none;
  }
}

.guide-service__contents {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .guide-service__contents {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .guide-service__contents {
    width: 100%;
  }
}

.guide-service__subtitle {
  color: #005840;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .guide-service__subtitle {
    font-size: 18px;
  }
}

.guide-service__text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .guide-service__text {
    margin: 5px 0;
  }
}

.guide-service__dl {
  display: flex;
  gap: 20px;
  font-size: 15px;
}
.guide-service__dl dd {
  margin: 0;
}

.guide-service__img {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .guide-service__img {
    width: 100%;
  }
}
.guide-service__img img {
  display: block;
  width: 100%;
  aspect-ratio: 492/292;
  object-fit: cover;
}

/*************************************************************************************
おすすめスポット
**************************************************************************************/
.guide-spot {
  padding-top: 60px;
  padding-bottom: 100px;
}

.guide-spot__wrap {
  margin-top: 40px;
}

.guide-spot__list {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (max-width: 1199px) {
  .guide-spot__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .guide-spot__list {
    flex-direction: column;
    max-width: 550px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.guide-spot__list:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .guide-spot__list:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.guide-spot__list:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .guide-spot__list:nth-of-type(odd) {
    flex-direction: column;
  }
}
.guide-spot__list:last-of-type {
  position: relative;
}
.guide-spot__list:last-of-type::after {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 157px;
  height: 217px;
  background: url(../img/top/cafe-family.webp) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  .guide-spot__list:last-of-type::after {
    display: none;
  }
}

.guide-spot__contents {
  width: 50%;
}
@media (max-width: 1199px) {
  .guide-spot__contents {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .guide-spot__contents {
    width: 100%;
  }
}

.guide-spot__label {
  font-size: 34px;
  border-bottom: 1px solid #2E3838;
  padding-bottom: 8px;
}
@media (max-width: 1199px) {
  .guide-spot__label {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .guide-spot__label {
    font-size: 20px;
  }
}
.guide-spot__label::after {
  display: block;
  content: attr(data-en);
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1199px) {
  .guide-spot__label::after {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.guide-spot__lead {
  padding-top: 15px;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .guide-spot__lead {
    font-size: 18px;
    padding-top: 10px;
  }
}

.guide-spot__text {
  font-size: 15px;
  line-height: 180%;
}
@media (max-width: 1199px) {
  .guide-spot__text {
    margin: 5px 0;
  }
}

.guide-spot__map {
  color: #005840;
  font-size: 16px;
}

.guide-spot__imgs {
  max-width: 665px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .guide-spot__imgs {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .guide-spot__imgs {
    width: 100%;
  }
}

.guide-spot__img {
  margin: 0;
}
.guide-spot__img img {
  display: block;
  width: 100%;
  aspect-ratio: 665/490;
  object-fit: cover;
}

/*************************************************************************************
会社概要(ページタイトル)
**************************************************************************************/
.page-title--company {
  background: url(../img/company/page-title-company.webp) no-repeat center/cover;
}

/*************************************************************************************
真鍋庭園の２つの事業
**************************************************************************************/
.business {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .business {
    padding-bottom: 40px;
  }
}

.business__project {
  max-width: 1000px;
  width: 98%;
  margin: 80px auto;
}
@media (max-width: 1199px) {
  .business__project {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .business__project {
    width: 89%;
    margin-top: 40px;
  }
}
.business__project:last-of-type .business__container {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .business__project:last-of-type .business__container {
    margin-top: 40px;
  }
}

.business__container {
  background-color: #ffffff;
  padding: 48px 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .business__container {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .business__container {
    padding: 40px 15px;
    padding-bottom: 20px;
  }
}

.business__number {
  position: absolute;
  font-size: 40px;
  top: -30px;
  left: 10px;
  color: #2E3838;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1199px) {
  .business__number {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .business__number {
    font-size: 28px;
    top: -20px;
  }
}

.business__label {
  font-size: 34px;
  font-weight: 500;
  border-bottom: 1px solid #2E3838;
  color: #2E3838;
}
@media (max-width: 1199px) {
  .business__label {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .business__label {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.business__label span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .business__label span {
    display: block;
    font-size: 12px;
  }
}

.business__lead {
  font-size: 15px;
}

.business__movie {
  margin-top: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #A9A9A9;
}
@media (max-width: 767px) {
  .business__movie {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.business__movie iframe {
  display: block;
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 767px) {
  .business__movie iframe {
    aspect-ratio: 16/9;
  }
}

.business__explanation__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 36px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .business__explanation__contents {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .business__explanation__contents {
    flex-direction: column-reverse;
  }
}

.business__explanation__content {
  max-width: 374px;
  width: 100%;
  color: #2E3838;
}
@media (max-width: 767px) {
  .business__explanation__content {
    max-width: 100%;
  }
}
.business__explanation__content h4 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .business__explanation__content h4 {
    font-size: 18px;
  }
}
.business__explanation__content P {
  font-size: 15px;
  margin: 0;
  margin-top: 20px;
  line-height: 180%;
}
@media (max-width: 767px) {
  .business__explanation__content P {
    margin-top: 6px;
  }
}

.business__explanation__img {
  max-width: 470px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1199px) {
  .business__explanation__img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .business__explanation__img {
    max-width: 100%;
  }
}
.business__explanation__img img {
  display: block;
  width: 100%;
  aspect-ratio: 470/324;
  object-fit: cover;
}

.business__contact__lead {
  font-size: 15px;
  text-align: center;
}

.business__btn a {
  text-decoration: none;
  background-color: #005840;
  color: #ffffff;
  display: block;
  width: 336px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
  border-radius: 42px;
  padding: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .business__btn a:hover::after {
    transition: all 0.6s;
    right: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .business__btn a:hover::after {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .business__btn a {
    max-width: 300px;
  }
}
.business__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/company/business-btn-arrow.png) no-repeat center/cover;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .business__btn a::after {
    right: 30px;
  }
}

/*************************************************************************************
会社概要テーブル
**************************************************************************************/
.overview {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .overview {
    padding: 40px 0;
  }
}

.overview-agriculture {
  background-color: #ffffff;
}

.overview-greening {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .overview-greening {
    padding-bottom: 50px;
  }
}

.overview__table {
  max-width: 900px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-color: transparent;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .overview__table {
    width: 95%;
  }
}
.overview__table tbody tr {
  border-top: 1px solid #CECECE;
}
.overview__table tbody tr:last-of-type {
  border-bottom: 1px solid #CECECE;
}
@media (max-width: 767px) {
  .overview__table tbody tr {
    font-size: 15px;
  }
}
.overview__table tbody tr th {
  width: 200px;
  color: #005840;
  text-align: left;
  padding: 12px;
}
@media (max-width: 767px) {
  .overview__table tbody tr th {
    width: 100px;
  }
}
.overview__table tbody tr td {
  line-height: 180%;
  padding: 24px 8px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .overview__table tbody tr td {
    padding: 10px 8px;
  }
}
.overview__table tbody tr td ol {
  list-style: decimal;
  list-style-position: inside;
}
.overview__table tbody dl {
  display: flex;
  margin: 0;
}
.overview__table tbody dl dt {
  width: 180px;
}
.overview__table tbody dl dd {
  margin: 0;
  margin-left: 15px;
}

/*************************************************************************************
プライバシーポリシー(ページタイトル)
**************************************************************************************/
.page-title--privacy {
  background: url(../img/summary/page-title-privacy.webp) no-repeat center/cover;
}

/*************************************************************************************
プライバシーポリシー内容
**************************************************************************************/
.privacy {
  max-width: 900px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .privacy {
    width: 92%;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .privacy {
    width: 89%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.privacy__lead {
  margin: 0;
}

.privacy__block {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .privacy__block {
    margin: 34px 0;
  }
}
.privacy__block dt {
  font-size: 18px;
  font-weight: 600;
}
.privacy__block dd {
  margin: 0;
  line-height: 180%;
  word-break: break-all;
}

/*************************************************************************************
お問い合わせ(ページタイトル)
**************************************************************************************/
.page-title--contact {
  background: url(../img/summary/page-title-contact.webp) no-repeat center/cover;
}

.contact {
  max-width: 1000px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .contact {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .contact {
    width: 89%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/*************************************************************************************
問い合わせステップ
**************************************************************************************/
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: auto;
  overflow-y: hidden;
  margin-bottom: 30px;
}

.step {
  background-color: #D9D9D9;
  text-align: center;
  padding: 7px;
  position: relative;
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .step {
    padding-left: 25px;
  }
}
.step span {
  padding-right: 8px;
}
@media (max-width: 767px) {
  .step span {
    display: block;
  }
}
.step::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #D9D9D9;
  border-right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .step::after {
    right: -19px;
  }
}
.step:not(:first-of-type)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #F4F4F4;
  border-right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .step:not(:first-of-type)::before {
    left: -7px;
  }
}
@media (max-width: 767px) {
  .step:not(:last-of-type) {
    width: calc(100% - 15px);
  }
}

/* STEP1 */
.smf-input .step--input {
  background-color: #2E3838;
  color: #fff;
}

.smf-input .step--input::after {
  border-left-color: #2E3838;
}

/* STEP2 */
.smf-confirm .step--confirm {
  background-color: #2E3838;
  color: #fff;
}

.smf-confirm .step--confirm::after {
  border-left-color: #2E3838;
}

/* STEP3 */
.smf-complete .step--thanks {
  background-color: #2E3838;
  color: #fff;
}

.smf-complete .step--thanks::after {
  border-left-color: #2E3838;
}

.snow-monkey-form {
  background-color: #ffffff;
  padding: 54px 0;
}
@media (max-width: 767px) {
  .snow-monkey-form {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.snow-monkey-form .smf-item {
  max-width: 720px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.snow-monkey-form .smf-item:not(:first-of-type) {
  margin-top: 20px;
}
.snow-monkey-form .smf-item .smf-item__col {
  margin-bottom: 5px;
}
.snow-monkey-form .smf-item .smf-item__col .smf-item__label .smf-item__label__text br {
  display: none;
}
.snow-monkey-form .smf-item .smf-item__col .smf-item__label .smf-item__label__text strong {
  background-color: #E05F5F;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 14px;
}
.snow-monkey-form .smf-item .smf-checkboxes-control__control {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767px) {
  .snow-monkey-form .smf-item .smf-checkboxes-control__control {
    flex-direction: column;
    gap: 10px;
  }
}
.snow-monkey-form .smf-item .smf-textarea-control textarea {
  resize: none;
  min-height: 260px;
}
.snow-monkey-form .smf-item input, .snow-monkey-form .smf-item textarea {
  background-color: #f4f4f4;
}
.snow-monkey-form .contact-privacy {
  display: block;
  text-align: center;
}
.snow-monkey-form .contact-privacy a {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 8px 30px;
  margin-bottom: 12px;
}
.snow-monkey-form .smf-checkbox-control__control:checked {
  background-color: #005840;
  border-color: #005840;
}
.snow-monkey-form .smf-action {
  max-width: 868px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .snow-monkey-form .smf-action {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .snow-monkey-form .smf-action {
    width: 89%;
  }
}
.snow-monkey-form .smf-action .smf-button-control {
  appearance: none;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
  appearance: none !important;
  width: 100%;
  background-image: none;
  background-color: #005840;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 12px;
  font-size: 16px;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
    transition: all 0.3s;
  }
  .snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}

/*************************************************************************************
確認画面
**************************************************************************************/
.smf-confirm .contact-privacy {
  display: none;
}
.smf-confirm .smf-action {
  max-width: 500px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .smf-confirm .smf-action {
    width: 89%;
  }
}
.smf-confirm .smf-action .smf-button-control {
  margin-left: 0;
}

body.smf-confirm button.smf-button-control__control[data-action=back] {
  background-color: gray !important;
}

/*************************************************************************************
完了画面
**************************************************************************************/
.smf-complete .snow-monkey-form {
  padding: 30px 0;
}
.smf-complete .smf-complete-content {
  text-align: center;
}
.smf-complete .smf-complete-content .thanks-btn {
  margin-top: 40px;
}
.smf-complete .smf-complete-content .thanks-btn a {
  background-color: #005840;
  min-width: 300px;
  width: 95%;
}

/*************************************************************************************
特定商取引法に基づく表記(ページタイトル)
**************************************************************************************/
.page-title--transaction {
  background: url(../img/summary/page-title-product.webp) no-repeat center/cover;
}

/*************************************************************************************
特定商取引法テーブル
**************************************************************************************/
.transaction {
  background-color: #ffffff;
}

.transaction__container {
  padding-top: 60px;
  padding-bottom: 46px;
  max-width: 900px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .transaction__container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .transaction__container {
    width: 89%;
  }
}

.transaction__table {
  width: 100%;
  border-collapse: collapse;
  border-color: #B3B3B3;
}
.transaction__table:first-of-type {
  margin-top: 36px;
}
.transaction__table:last-of-type {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .transaction__table tbody tr {
    font-size: 14px;
  }
}
.transaction__table tbody tr th {
  background-color: #D7E6E2;
  padding: 7px 18px;
  white-space: nowrap;
  width: 200px;
  text-align: left;
}
@media (max-width: 767px) {
  .transaction__table tbody tr th {
    padding: 5px 10px;
    width: 120px;
  }
}
.transaction__table tbody tr td {
  padding: 9px 18px;
}
@media (max-width: 767px) {
  .transaction__table tbody tr td {
    padding: 5px 10px;
  }
}

.transaction__table__label {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

/*************************************************************************************
真鍋庭園通信販売の流れ
**************************************************************************************/
.flow {
  max-width: 900px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .flow {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .flow {
    width: 89%;
  }
}

.flow__text {
  line-height: 180%;
  font-weight: 300;
  margin-top: 36px;
}

.flow__block {
  margin-top: 40px;
}
.flow__block:first-of-type {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .flow__block {
    margin-top: 20px;
  }
}

.flow__label {
  padding: 6px 14px;
  background-color: #005840;
  color: #ffffff;
}

.flow__wrap {
  margin-top: 24px;
}

.flow__list {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .flow__list {
    align-items: flex-start;
    gap: 14px;
  }
}

.flow__step {
  background-color: #2E3838;
  color: #ffffff;
  text-align: center;
  padding: 12px 13px;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .flow__step {
    font-size: 8px;
    padding: 6px 10px;
  }
}
.flow__step span {
  display: block;
  line-height: 100%;
}
@media (max-width: 767px) {
  .flow__step span {
    font-size: 14px;
  }
}

.flow__step__text {
  margin: 0;
}
.flow__step__text strong {
  display: block;
  color: #ED2626;
}

.flow__contents {
  margin-top: 30px;
}
.flow__contents:first-of-type {
  margin-top: 14px;
}

.flow_contents__label {
  font-weight: 600;
  font-size: 18px;
}

.flow__contents__text {
  line-height: 180%;
  margin-top: 3px;
}

.flow__contents__table {
  border-collapse: collapse;
  width: 522px;
}
@media (max-width: 767px) {
  .flow__contents__table {
    width: 100%;
  }
}
.flow__contents__table tbody tr {
  text-align: center;
}
.flow__contents__table tbody tr th {
  padding: 7px;
  background-color: #D7E6E2;
}
.flow__contents__table tbody tr td {
  padding: 7px;
  font-weight: 300;
  background-color: #ffffff;
}

.flow__contents--flex {
  position: relative;
}

.flow__contents__text--red {
  color: #F26946;
  margin: 0;
}

.flow__contents__comments {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.flow__contents__comments span {
  color: #F26946;
}
@media (max-width: 767px) {
  .flow__contents__comments {
    position: static;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .postage-table__wrap {
    overflow-x: scroll;
  }
}

.postage-table {
  margin: 0;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .postage-table {
    min-width: 600px;
    margin-top: 15px;
  }
}
.postage-table img {
  width: 100%;
  aspect-ratio: 896/512;
  object-fit: cover;
}

.postage-table__caption {
  font-size: 14px;
}
@media (max-width: 767px) {
  .postage-table__caption {
    font-size: 12px;
  }
}

.flow__information {
  background-color: #ffffff;
  padding: 16px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .flow__information {
    margin-top: 25px;
  }
}
.flow__information dl {
  margin: 0;
}
.flow__information dl dt {
  font-weight: 600;
  margin-bottom: 9px;
}
.flow__information dl dd {
  margin: 0;
}

/*************************************************************************************
取扱商品(ページタイトル)
**************************************************************************************/
.page-title--products {
  background: url(../img/summary/page-title-product.webp) no-repeat center/cover;
}

/*************************************************************************************
取扱商品一覧
**************************************************************************************/
.products {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .products {
    padding: 60px 0;
    width: 92%;
  }
}

.products__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .products__category {
    gap: 10px;
  }
}
.products__category .is-active a {
  background-color: #2E3838;
  color: #ffffff;
}

.products__category__list a {
  text-decoration: none;
  display: block;
  min-width: 200px;
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 1px solid #2E3838;
  border-radius: 4px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .products__category__list a {
    min-width: 150px;
  }
}
.products__category__list a:hover {
  background-color: #2E3838;
  color: #ffffff;
  transition: all 0.6s;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 23px;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    gap: 15px;
  }
}

.products__card a {
  display: flex;
  flex-direction: column-reverse;
  background-color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .products__card a:hover .products__card__text .products__btn::after {
    right: 9px;
    transition: all 0.6s;
  }
}

.products__card__text {
  padding: 12px;
}
@media (max-width: 767px) {
  .products__card__text {
    padding: 8px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}

.products__name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.products__btn {
  background-color: #F4F4F4;
  text-align: center;
  max-width: 220px;
  width: 100%;
  border-radius: 35px;
  position: relative;
  margin-top: 10px;
}
.products__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url(../img/common/btn-arrow.webp) no-repeat center/cover;
  transition: all 0.6s;
}

.products__img {
  width: 100%;
  margin: 0;
}
.products__img img {
  width: 100%;
  aspect-ratio: 258/238;
  object-fit: cover;
}

/*************************************************************************************
共通TOP
**************************************************************************************/
.products__article {
  padding-top: 40px;
  padding-bottom: 100px;
}

.products__container {
  background-color: #ffffff;
  padding: 40px 0;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .products__container {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .products__container {
    width: 92%;
  }
}

.products__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 48px;
  max-width: 1020px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .products__wrap {
    width: 92%;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .products__wrap {
    flex-direction: column-reverse;
  }
}
.products__wrap .products__table {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  max-width: 576px;
  width: 100%;
}
@media (max-width: 767px) {
  .products__wrap .products__table {
    font-size: 15px;
  }
}
.products__wrap .products__table tbody tr {
  border-top: 1px solid #CECECE;
}
.products__wrap .products__table tbody tr:last-of-type {
  border-bottom: 1px solid #CECECE;
}
.products__wrap .products__table tbody tr th {
  width: 123px;
  text-align: left;
  padding: 12px;
}
.products__wrap .products__table tbody tr td {
  padding: 12px;
}
.products__wrap .products__img {
  max-width: 396px;
  width: 100%;
}
.products__wrap .products__img img {
  width: 100%;
  aspect-ratio: 396/446;
  object-fit: cover;
}

.products__attention {
  margin-top: 30px;
  text-align: center;
  color: #ED2626;
}
@media (max-width: 767px) {
  .products__attention {
    max-width: 450px;
    width: 89%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-top: 15px;
  }
}

.products__article__btn a {
  display: block;
  text-decoration: none;
  background-color: #005840;
  color: #ffffff;
  padding: 14px;
  max-width: 336px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  margin-top: 28px;
  text-align: center;
  position: relative;
}
.products__article__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 18px;
  height: 18px;
  background: url(../img/company/business-btn-arrow.png) no-repeat center/cover;
  transition: all 0.6s;
}
@media (min-width: 1200px) {
  .products__article__btn a:hover::after {
    right: 45px;
    transition: all 0.6s;
  }
}

/*************************************************************************************
見積もり依頼フォーム
**************************************************************************************/
.page-title--estimate {
  background: url(../img/summary/page-title-quote-request.webp) no-repeat center/cover;
}

/*************************************************************************************
404ページ(ページタイトル)
**************************************************************************************/
.page-title--404 {
  background-color: #2E3838;
}

/*************************************************************************************
404ページ(コンテンツ)
**************************************************************************************/
.not-found {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .not-found {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.not-found__content {
  background-color: #ffffff;
  text-align: center;
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .not-found__content {
    padding: 40px 20px;
  }
}

.not-found__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.not-found__btn {
  display: inline-block;
  background-color: #005840;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .not-found__btn {
    transition: all 0.3s;
  }
  .not-found__btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .not-found__btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}
