@charset "UTF-8";
/* === ヘッダー、フッター
==================================== */
.cmn-page-header .langage {
  right: 0;
}

.cmn-page-footer {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .cmn-page-footer {
    margin-top: 120px;
  }
}
.cmn-page-footer .cmn-ft-cont {
  padding-bottom: 170px;
}

/* === MV
==================================== */
.mv {
  position: relative;
}
@media (min-width: 769px) {
  .mv {
    margin-left: 130px;
  }
}
.mv .mv-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
@media (max-width: 768px) {
  .mv .swiper {
    padding-bottom: 35px;
  }
}
.mv .swiper,
.mv .swiper-wrapper {
  z-index: unset;
}
.mv .swiper-slide {
  position: relative;
  overflow: hidden;
  width: calc(100% + 2px) !important;
}
@media (max-width: 768px) {
  .mv .swiper-slide {
    aspect-ratio: 375/410;
  }
}
@media (min-width: 769px) {
  .mv .swiper-slide {
    aspect-ratio: none;
    height: 768px;
  }
}
.mv .swiper-slide .img-cover {
  width: 100%;
  height: 100%;
  transition: 7s 1s ease-out;
}
.mv .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .swiper-slide[class*=-active] .img-cover {
  transition-delay: 0s;
  transform: scale(1.1);
}
.mv .swiper-pagination {
  bottom: 5px;
}
@media (min-width: 769px) {
  .mv .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
    padding: 37px 80px;
    background: #fff;
    align-items: center;
    gap: 26px;
  }
}
.mv .swiper-pagination span {
  position: relative;
  margin: 0 14px !important;
  width: 4px;
  height: 4px;
  background: #C7C5BE;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .mv .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 !important;
  }
}
.mv .swiper-pagination span::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(180deg);
  width: 12px;
  height: 12px;
  background: url(../images/common/icon-flower.svg) center/100% no-repeat;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .mv .swiper-pagination span::before {
    width: 16px;
    height: 16px;
  }
}
.mv .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.mv .swiper-pagination span.swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

/* === アンカーリンクナビ
==================================== */
.anchor-navi {
  margin: 32px 16px 0;
}
@media (min-width: 769px) {
  .anchor-navi {
    margin: 65px auto 0;
    padding: 0 max(10.541727672vw, 100px) 0 max(15.3733528551vw, 140px);
  }
}
.anchor-navi ul {
  display: flex;
  gap: 5px;
}
@media (min-width: 769px) {
  .anchor-navi ul {
    gap: 8px;
  }
}
.anchor-navi li {
  width: 100%;
}
.anchor-navi li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 20px 0 16px;
  background: #DAE5D2;
  font-size: 14px;
  font-weight: bold;
  color: #3B621F;
}
@media (min-width: 769px) {
  .anchor-navi li a {
    min-height: 65px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAE5D2;
    transition: 0.4s;
  }
  .anchor-navi li a:hover {
    border: 1px solid #1A1A16;
    color: #1A1A16;
    background: #fff;
    opacity: 1;
  }
  .anchor-navi li a:hover:after {
    background: #1A1A16;
  }
}
.anchor-navi li a::after {
  content: "";
  width: 8px;
  height: 18px;
  background: #3B621F;
  -webkit-mask: url(../images/lang/home/icon-arrow.svg) center/contain no-repeat;
  mask: url(../images/lang/home/icon-arrow.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .anchor-navi li a::after {
    position: absolute;
    right: 25px;
    transition: 0.4s;
  }
}

/* === 百草園について
==================================== */
.sec-about {
  position: relative;
  margin-top: 64px;
}
@media (min-width: 769px) {
  .sec-about {
    margin-top: 96px;
    padding: 0 10.541727672vw 0 max(15.3733528551vw, 140px);
  }
}
.sec-about .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #3B621F;
  margin: 0 16px 32px;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-about .lead {
    margin: 0 0 80px;
    font-size: 30px;
    line-height: 1.73333333;
  }
}
.sec-about .box {
  position: relative;
  margin: 0 16px;
}
@media (min-width: 769px) {
  .sec-about .box {
    margin: 0;
  }
}
.sec-about .box + .box {
  margin-top: 52px;
}
@media (min-width: 769px) {
  .sec-about .box + .box {
    margin-top: 64px;
  }
}
.sec-about .box .text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.85714286;
  order: 3;
}
@media (min-width: 769px) {
  .sec-about .box .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
    flex: 1;
  }
}
.sec-about .box01 {
  z-index: 2;
}
.sec-about .box-lead {
  position: relative;
  font-size: 18px;
  padding: 3px 0 5px 10px;
  margin-bottom: 30px;
}
.sec-about .box-lead span {
  animation-delay: 0.6s;
}
@media (min-width: 769px) {
  .sec-about .box-lead {
    padding: 3px 0 5px 24px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.sec-about .box-lead::before {
  content: "";
  width: 1px;
  height: 0%;
  background: #1A1A16;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s 0.4s;
}
.sec-about .box.in-view .box-lead::before {
  height: 100%;
}
@media (min-width: 769px) {
  .sec-about .box-cont {
    display: flex;
    gap: 3.513909224vw;
  }
  .sec-about .box-cont.revers {
    flex-direction: row-reverse;
  }
}
.sec-about .box-photo {
  position: relative;
}
@media (min-width: 769px) {
  .sec-about .box-photo {
    width: 33.0893118594vw;
  }
}
.sec-about .box-photo .caption {
  margin-top: 6px;
  font-size: 10px;
}
@media (min-width: 769px) {
  .sec-about .box-photo .caption {
    margin-top: 8px;
    font-size: 12px;
  }
}
.sec-about .box-photo .swiper-pagination {
  display: flex;
  gap: 16px;
  bottom: 4px;
  right: 0;
  left: auto;
  width: auto;
}
.sec-about .box-photo .swiper-pagination.no-caption {
  position: relative;
  bottom: 0;
  margin: 12px 0 0 auto;
  justify-content: flex-end;
}
.sec-about .box-photo .swiper-pagination-bullet {
  margin: 0;
  width: 4px;
  height: 4px;
  background: #C7C5BE;
}
.sec-about .box-photo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3B621F;
}
.sec-about .facility-box {
  position: relative;
  margin-top: 64px;
}
@media (min-width: 769px) {
  .sec-about .facility-box {
    display: flex;
    gap: 3.6603221083vw;
  }
  .sec-about .facility-box .box {
    margin: 0;
    width: calc((100% - 3.6603221083vw) / 2);
  }
}
.sec-about .facility-box .box-ttl {
  margin-bottom: 24px;
  text-align: center;
  color: #3B621F;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec-about .facility-box .box-ttl {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .sec-about .facility-box .box-photo {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sec-about .facility-box .text {
    margin-top: 24px;
    padding-left: 16px;
    border-left: 1px solid #C7C5BE;
  }
}
.sec-about .location {
  position: relative;
  margin: 64px 16px 0;
}
@media (min-width: 769px) {
  .sec-about .location {
    margin: 96px 0 0;
  }
}
.sec-about .location .point-ttl {
  margin-top: 48px;
  font-size: 18px;
  padding: 3px 10px 4px;
  border-left: 1px solid;
}
@media (min-width: 769px) {
  .sec-about .location .point-ttl {
    font-size: 20px;
    padding: 10px 24px 12px;
  }
}
.sec-about .location .point-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .sec-about .location .point-list {
    gap: 4.3191800878vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sec-about .location .point-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .sec-about .location .point-list li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .sec-about .location .point-list li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.sec-about .location .point-list li .name {
  font-size: clamp(14px, 1.4641288433vw, 20px);
  font-weight: 500;
  line-height: 1.66666667;
}
@media (max-width: 768px) {
  .sec-about .location .point-list li .name {
    width: calc(100% - 16px - 49.3333333333vw);
    text-align: center;
    font-size: 18px;
  }
}
.sec-about .location .point-list li .photo {
  width: 49.3333333333vw;
}
@media (min-width: 769px) {
  .sec-about .location .point-list li .photo {
    width: 100%;
    margin-top: 10px;
  }
}
.sec-about .location .point-list li .text {
  width: 100%;
  font-size: 12px;
  line-height: 1.83333333;
}
@media (min-width: 769px) {
  .sec-about .location .point-list li .text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.71428571;
  }
}

.deco01 {
  z-index: -1;
  position: absolute;
  top: -80px;
  right: 0;
  overflow: hidden;
}
.deco01 img {
  width: 128px;
  aspect-ratio: 1/1;
  transform: translateX(24px);
}
@media (min-width: 769px) {
  .deco01 {
    top: -130px;
    right: auto;
    left: max(6.9546120059vw, 140px);
  }
  .deco01 img {
    width: 210px;
    transform: none;
  }
}

.deco02 {
  z-index: -1;
  position: absolute;
  top: -280px;
  right: -10.541727672vw;
  overflow: hidden;
}
.facility-box .deco02 {
  top: -80px;
  right: auto;
  left: 0;
}
@media (min-width: 769px) {
  .facility-box .deco02 {
    top: -200px;
    left: auto;
    right: -5.6368960469vw;
  }
}
.deco02 img {
  display: block;
  aspect-ratio: 127/132;
}
.facility-box .deco02 img {
  width: 127px;
  transform: translateX(-12px);
}
@media (min-width: 769px) {
  .facility-box .deco02 img {
    width: 264px;
    aspect-ratio: 264/187;
    transform: translateX(0px);
  }
}
@media (min-width: 769px) {
  .deco02 img {
    width: 203px;
    transform: translateX(21px);
  }
}

.location .deco03 {
  z-index: -1;
  position: absolute;
  top: -80px;
  right: 0;
  overflow: hidden;
}
.location .deco03 img {
  display: block;
  width: 168px;
  aspect-ratio: 168/120;
  transform: translateX(28px);
}

/* === 利用案内
==================================== */
.sec-information {
  margin: 64px 16px 0;
}
@media (min-width: 769px) {
  .sec-information {
    margin: 120px 0 0;
    padding: 0 max(10.541727672vw, 100px) 0 max(15.3733528551vw, 140px);
  }
}
.sec-information .cmn-sec-ttl {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #3B621F;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .sec-information .cmn-sec-ttl {
    font-size: 30px;
    gap: 24px;
  }
}
.sec-information .cmn-sec-ttl .ttl-deco {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 12px;
}
@media (min-width: 769px) {
  .sec-information .cmn-sec-ttl .ttl-deco {
    width: 170px;
    height: 16px;
  }
}
.sec-information .cmn-sec-ttl .ttl-deco::before, .sec-information .cmn-sec-ttl .ttl-deco::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec-information .cmn-sec-ttl .ttl-deco::before {
  background: #3B621F;
  left: 0;
  width: calc(100% - 6px);
  height: 1px;
}
@media (min-width: 769px) {
  .sec-information .cmn-sec-ttl .ttl-deco::before {
    width: calc(100% - 8px);
  }
}
.sec-information .cmn-sec-ttl .ttl-deco::after {
  width: 12px;
  background: url(../images/common/icon-flower.svg) center/contain no-repeat;
  right: 0;
  height: 100%;
}
@media (min-width: 769px) {
  .sec-information .cmn-sec-ttl .ttl-deco::after {
    width: 16px;
  }
}
@media (min-width: 769px) {
  .sec-information .cmn-sec-ttl {
    margin-bottom: 32px;
  }
}

.guide-block .b-ttl {
  position: relative;
  font-size: 18px;
  padding: 3px 0 5px 10px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .guide-block .b-ttl {
    font-size: 20px;
    padding: 10px 0 10px 24px;
    margin-bottom: 24px;
  }
}
.guide-block .b-ttl span {
  animation-delay: 0.6s;
}
.guide-block .b-ttl::before {
  content: "";
  width: 1px;
  height: 0%;
  background: #1A1A16;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s 0.4s;
}
.guide-block .b-ttl .separate {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 1em;
  background: url(../images/guide/separate.svg) center/auto no-repeat;
  top: 3px;
}
.guide-block.in-view .b-ttl::before {
  height: 100%;
}
@media (min-width: 769px) {
  .guide-block .b-cont {
    flex: 1;
  }
}
.guide-block .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.85714286;
}
@media (min-width: 769px) {
  .guide-block .text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.guide-block .cmn-btn {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .guide-block .cmn-btn {
    margin-top: 16px;
  }
}

.guide-block + .guide-block {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .guide-block + .guide-block {
    margin-top: 64px;
  }
}

.guide-list .bundle {
  padding: 8px 0;
  border-bottom: 1px solid #C7C5BE;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 1.85714286;
  letter-spacing: 0.075em;
}
.guide-list .bundle:first-child {
  border-top: 1px solid #C7C5BE;
}
@media (min-width: 769px) {
  .guide-list .bundle {
    font-size: 16px;
    padding: 24px 0;
  }
}
@media screen and (min-width: 900px) {
  .guide-list .bundle {
    flex-direction: row;
  }
}
.guide-list dt {
  font-weight: 500;
}
@media (min-width: 769px) {
  .guide-list dt {
    width: clamp(100px, 19.0336749634vw, 260px);
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .guide-list dd {
    flex: 1;
  }
}
.guide-list .note {
  font-size: 12px;
}
@media (min-width: 769px) {
  .guide-list .note {
    font-size: 14px;
  }
}
.guide-list .note + p {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .guide-list .note + p {
    margin-top: 24px;
  }
}
.guide-list .tel a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .guide-list .tel a {
    font-size: 16px;
  }
}
.guide-list .tel a::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #EAE8E5 url(../images/common/icon-tel.svg) center/9px no-repeat;
}
@media (min-width: 769px) {
  .guide-list .tel + .note {
    margin-top: 10px;
  }
}
.guide-list .list-type01 li {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
@media (min-width: 769px) {
  .guide-list .list-type01 li {
    gap: 8px;
  }
}
.guide-list .list-type01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #C7C5BE;
  border-radius: 100%;
  flex-shrink: 0;
  transform: translateY(-2px);
}
@media (min-width: 769px) {
  .guide-list .list-type01 li::before {
    width: 8px;
    height: 8px;
  }
}
.guide-list .list-type01 li + li {
  margin-top: 8px;
}
.guide-list .map {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .guide-list .map {
    margin-top: 0;
  }
}
.guide-list .map .btn-zoom {
  position: absolute;
  top: -40px;
  right: 0;
}
@media (min-width: 769px) {
  .guide-list .map .btn-zoom {
    display: none;
  }
}

/* === アクセス
==================================== */
.sec-access {
  margin: 64px 16px 0;
}
@media (min-width: 769px) {
  .sec-access {
    margin: 80px 0 0;
    padding: 0 max(10.541727672vw, 100px) 0 max(15.3733528551vw, 140px);
  }
}
.sec-access .cmn-sec-ttl {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #3B621F;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .sec-access .cmn-sec-ttl {
    font-size: 30px;
    gap: 24px;
  }
}
.sec-access .cmn-sec-ttl .ttl-deco {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 12px;
}
@media (min-width: 769px) {
  .sec-access .cmn-sec-ttl .ttl-deco {
    width: 170px;
    height: 16px;
  }
}
.sec-access .cmn-sec-ttl .ttl-deco::before, .sec-access .cmn-sec-ttl .ttl-deco::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec-access .cmn-sec-ttl .ttl-deco::before {
  background: #3B621F;
  left: 0;
  width: calc(100% - 6px);
  height: 1px;
}
@media (min-width: 769px) {
  .sec-access .cmn-sec-ttl .ttl-deco::before {
    width: calc(100% - 8px);
  }
}
.sec-access .cmn-sec-ttl .ttl-deco::after {
  width: 12px;
  background: url(../images/common/icon-flower.svg) center/contain no-repeat;
  right: 0;
  height: 100%;
}
@media (min-width: 769px) {
  .sec-access .cmn-sec-ttl .ttl-deco::after {
    width: 16px;
  }
}
@media (min-width: 769px) {
  .sec-access .cmn-sec-ttl {
    margin-bottom: 32px;
  }
}
/*# sourceMappingURL=map/lang-home.css.map */