@charset "UTF-8";
body {
  background: #fff;
}

main {
  font-weight: 500;
  color: #000;
}
main img {
  width: 100%;
  height: auto;
}

main * {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

body.location .l-header {
  z-index: 100;
}

.u-only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block;
  }
}

.u-only_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-only_pc {
    display: block;
  }
}

.kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv {
    margin-top: 37px;
  }
}
.kv__content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv__content {
    background: linear-gradient(to bottom, transparent 0, transparent 166px, #fff 166px, #fff 100%);
    margin-top: -166px;
    position: relative;
    padding-top: 38px;
    padding-bottom: 84px;
  }
  .kv__content::after {
    content: "";
    aspect-ratio: 57/137;
    background: url("../img/kv-accent-2.png") no-repeat center/contain;
    display: block;
    width: 57px;
    position: absolute;
    top: 51px;
    right: 11px;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  .kv__content {
    position: absolute;
    top: 50%;
    width: 43.5417%;
    max-width: 627px;
    transform: translateY(-50%);
  }
}
.kv__contentBg {
  width: 100%;
  height: 166px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.kv__contentBg img {
  width: 100%;
  height: 100%;
}
.kv__contentInner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .kv__contentInner {
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
  }
  .kv__contentInner::after {
    content: "";
    background: url("../img/kv-accent-2-desktop.png") no-repeat center/contain;
    width: 46px;
    height: 36px;
    position: absolute;
    right: 36px;
    bottom: 136px;
  }
}
.kv__heading {
  width: 308px;
  margin-inline: auto;
  position: relative;
  padding-right: 11px;
}
.kv__heading img {
  aspect-ratio: 297/122;
}
.kv__heading::before {
  content: "";
  aspect-ratio: 93/117;
  background: url("../img/kv-accent-1.png") no-repeat center/contain;
  display: block;
  width: 48px;
  position: absolute;
  top: -4px;
  left: -34.6px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .kv__heading {
    padding-top: 27.8309%;
    width: 81.0207%;
    padding-right: 0;
    padding-left: 1.9139%;
  }
  .kv__heading img {
    aspect-ratio: 496/221;
  }
  .kv__heading::before {
    background-image: url("../img/kv-accent-1-desktop.png");
    width: 179px;
    height: 124px;
    top: 21.2658%;
    left: 26%;
  }
  .kv__heading::after {
    content: "";
  }
}
.kv__lead {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 13.5px;
  position: relative;
}
.kv__lead::before {
  content: "";
  background: url("../img/accent-mountain.svg") no-repeat center/contain;
  display: block;
  width: 46px;
  height: 17px;
  position: absolute;
  bottom: -33px;
  left: -18px;
}
@media screen and (min-width: 768px) {
  .kv__lead {
    font-size: 21px;
    line-height: 1.619;
    margin-top: 27px;
  }
  .kv__lead::before {
    width: 89px;
    height: 33px;
    bottom: -53px;
    left: -104px;
  }
}
.kv__banners {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .kv__banners {
    background: #fff;
    border-radius: 11px;
    gap: 34px;
    justify-content: flex-start;
    position: absolute;
    top: 17px;
    right: 19px;
    padding: 16px 13px 14px 19px;
  }
}
.kv__banner {
  display: block;
}
.kv__banner__welcomeBaby {
  width: 115px;
}
.kv__banner__toyKingdom {
  width: 153px;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .kv__banner__welcomeBaby {
    width: 155px;
  }
  .kv__banner__toyKingdom {
    width: 175px;
    padding: 0;
  }
}
.kv__scroll {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .kv__scroll {
    padding: 4px;
    bottom: 84px;
    right: 22px;
  }
}
@media screen and (min-width: 768px) {
  .kv__scroll {
    width: 72px;
    left: 50%;
    bottom: 5.9011%;
    transform: translateX(-50%);
  }
}

.floatButton {
  background: #F58634;
  color: #fff;
  display: block;
  font-size: 19px;
  text-decoration: none;
  line-height: 1.4211;
  padding: 14px 35px 17px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.floatButton.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .floatButton {
    aspect-ratio: 1/1;
    background: transparent;
    right: 18px;
    bottom: 19px;
    width: 157px;
    position: fixed;
    bottom: 18px;
    right: 17px;
    left: unset;
    padding: 0;
  }
  .floatButton::before {
    content: "";
    aspect-ratio: 1/1;
    background: #bdbdbd;
    border-radius: 50%;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0.6;
  }
  .floatButton::after {
    content: "";
    background: url("../img/floatButton-accent.png") no-repeat center/contain;
    width: 41px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 23px;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  .floatButton__inner {
    aspect-ratio: 1/1;
    background: #F58634;
    display: flex;
    padding: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .floatButton__text {
    display: block;
    padding-right: 19px;
    position: relative;
  }
  .floatButton__text::before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS42NjIiIGhlaWdodD0iMTkuNjYyIiB2aWV3Qm94PSIwIDAgMTkuNjYyIDE5LjY2MiI+CiAgPHBhdGggaWQ9IuODkeOCuV83ODM0IiBkYXRhLW5hbWU9IuODkeOCuSA3ODM0IiBkPSJNMCwxMS44MzlIMTEuOTU3TDExLjg0LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDIxIDkuODc2KSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4=") no-repeat center/contain;
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .floatButton__text {
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .floatButton__text span {
    font-size: 23px;
    display: block;
  }
}

section + section {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .service {
    background: #F8F5E4;
  }
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 105px;
  }
}
.service__inner {
  padding-top: 69px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__inner {
    background: #F8F5E4;
    border-radius: 10px;
    margin: 0 auto 111px;
    width: 1247px;
    max-width: calc(100% - 96px);
    padding: 79px 48px 83px;
  }
}
.service__inner::before {
  content: "";
  width: 105px;
  height: 39px;
  background: url("../img/accent-mountain-yellow.svg") no-repeat center/contain;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .service__inner::before {
    width: 134px;
    height: 52px;
    top: -45px;
  }
}
.service__inner::after {
  content: "";
  aspect-ratio: 180/161;
  background: url("../img/service-1.png") no-repeat center/contain;
  width: 180px;
  position: absolute;
  top: -28px;
  right: calc(50% + 46px);
}
@media screen and (min-width: 768px) {
  .service__inner::after {
    aspect-ratio: 320/266;
    background-image: url("../img/service-1-desktop.png");
    max-width: 25.6116%;
    width: 320px;
    top: -54px;
    left: 42px;
  }
}
.service__subHeading {
  width: 62px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__subHeading {
    width: 78px;
  }
}
.service__heading {
  align-items: center;
  color: #006043;
  font-size: 19px;
  font-weight: bold;
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.service__heading span {
  background: #FFE672;
  display: inline-block;
  padding: 0 11px;
  line-height: 1.3158;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .service__heading {
    position: relative;
  }
  .service__heading.only_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .service__heading {
    font-size: 25px;
    line-height: 1.68;
    padding: 0 6px;
  }
  .service__heading.only_sp {
    display: none;
  }
}
.service__heading::before {
  content: "";
  aspect-ratio: 134/160;
  background: url("../img/service-2.png") no-repeat center/contain;
  width: 134px;
  position: absolute;
  top: -36px;
  left: calc(50% + 84px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service__heading::before {
    aspect-ratio: 370/266;
    background-image: url("../img/service-2-desktop.png");
    width: 370px;
    max-width: 29.6712%;
    top: -53px;
    right: -47px;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .service__heading::after {
    content: "";
    aspect-ratio: 1/1;
    background: url("../img/service-3.png") no-repeat center/contain;
    width: 103px;
    position: absolute;
    bottom: -49px;
    right: calc(50% + 73px);
    z-index: 1;
  }
}
.service__anchor {
  margin: 33px 20px 84px;
}
@media screen and (min-width: 768px) {
  .service__anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 57px;
    width: 100%;
    margin: 47px 0 0;
  }
}
.service__anchorItem {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__anchorItem + .service__anchorItem {
    margin-top: 20px;
  }
}
.service__anchorIcon {
  width: 102px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__anchorIcon {
    z-index: 2;
    width: 84px;
  }
}
.service__anchorIcon::before {
  content: "";
  position: absolute;
  z-index: 3;
}
.anchor1 .service__anchorIcon::before {
  background: url("../img/anchor-accent-1.png") no-repeat center/contain;
  aspect-ratio: 56/51;
  width: 56px;
  top: -1.6px;
  right: -57px;
}
@media screen and (min-width: 768px) {
  .anchor1 .service__anchorIcon::before {
    background-image: url("../img//anchor-accent-1-desktop.png");
    aspect-ratio: 64/75;
    width: 64px;
    top: -2px;
    right: unset;
    left: -96px;
  }
}
.anchor2 .service__anchorIcon::before {
  background: url("../img/anchor-accent-2.png") no-repeat center/contain;
  aspect-ratio: 56/57;
  width: 56px;
  top: 15px;
  left: -78px;
}
@media screen and (min-width: 768px) {
  .anchor2 .service__anchorIcon::before {
    background-image: url("../img//anchor-accent-2-desktop.png");
    aspect-ratio: 180/92;
    width: 180px;
    top: -15px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.anchor3 .service__anchorIcon::before {
  background: url("../img/anchor-accent-3.png") no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 53px;
  top: 10px;
  right: -104px;
}
@media screen and (min-width: 768px) {
  .anchor3 .service__anchorIcon::before {
    background-image: url("../img//anchor-accent-3-desktop.png");
    aspect-ratio: 53/46;
    width: 53px;
    top: 12px;
    right: -73px;
  }
}
.anchor4 .service__anchorIcon::before {
  background: url("../img/anchor-accent-4.png") no-repeat center/contain;
  aspect-ratio: 34/41;
  width: 34px;
  top: 4px;
  left: -53px;
}
@media screen and (min-width: 768px) {
  .anchor4 .service__anchorIcon::before {
    background-image: url("../img//anchor-accent-4-desktop.png");
    aspect-ratio: 45/53;
    width: 45px;
    top: 12px;
    left: unset;
    right: -92px;
  }
}
.service__anchorVoice {
  aspect-ratio: 393/70;
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  max-width: 393px;
  width: 100%;
  padding-bottom: 14px;
  margin: -45px auto 0;
  position: relative;
  z-index: 2;
}
.service__anchorVoice p {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .service__anchorVoice p::before {
    content: "「";
  }
  .service__anchorVoice p::after {
    content: "」";
  }
}
@media screen and (min-width: 768px) {
  .service__anchorVoice {
    width: 203px;
    aspect-ratio: 203/213;
    padding: 16px 14px 14px;
    z-index: 1;
  }
  .service__anchorVoice p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.anchor1 .service__anchorVoice {
  background: url("../img/balloon-anchor-green.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .anchor1 .service__anchorVoice {
    background-image: url("../img/balloon-anchor-green-desktop.svg");
  }
}
.anchor2 .service__anchorVoice {
  background: url("../img/balloon-anchor-yellow.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .anchor2 .service__anchorVoice {
    background-image: url("../img/balloon-anchor-yellow-desktop.svg");
  }
}
.anchor3 .service__anchorVoice {
  background: url("../img/balloon-anchor-pink.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .anchor3 .service__anchorVoice {
    background-image: url("../img/balloon-anchor-pink-desktop.svg");
  }
}
.anchor4 .service__anchorVoice {
  background: url("../img/balloon-anchor-purple.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .anchor4 .service__anchorVoice {
    background-image: url("../img/balloon-anchor-purple-desktop.svg");
  }
}
.service__anchorDescription {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.5625;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .service__anchorDescription {
    font-size: 15px;
    line-height: 1.6667;
    margin-top: -4px;
  }
}
.service__anchorLink {
  color: #000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1.2857;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 7px 11px 9px;
  margin-top: 4px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service__anchorLink::before {
    content: "";
    aspect-ratio: 1/1;
    width: 36px;
    background: #FFE672;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    inset: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .service__anchorLink {
    border-radius: 44px;
    background: #FFE672;
    font-size: 15px;
    line-height: 1.4;
    padding: 10.5px 12.5px 12.5px;
    margin: 13px auto 0;
    width: 100%;
    max-width: 198px;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .service__anchorLink:hover {
    color: #fff;
    background: #F58634;
  }
}

.serviceItem {
  overflow: hidden;
}
.serviceItem.guestroom {
  background: #DBEDE8;
  padding: 55px 20px 24px;
  position: relative;
}
.serviceItem.guestroom::before {
  content: "";
  aspect-ratio: 105/39;
  width: 105px;
  background: url("../img/accent-mountain.svg") no-repeat center/contain;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .serviceItem.guestroom {
    padding: 87px 0;
  }
}
.serviceItem.diningBath {
  background: #F8E6CA;
  padding: 21px 20px 24px;
}
@media screen and (min-width: 768px) {
  .serviceItem.diningBath {
    padding: 87px 0;
  }
}
.serviceItem.rentalAmenities {
  background: #FFE3EA;
  padding: 24px 20px 24px;
}
@media screen and (min-width: 768px) {
  .serviceItem.rentalAmenities {
    padding: 87px 0;
  }
}
.serviceItem.facilities {
  background: #E8E6FF;
  padding: 25px 20px 45px;
}
@media screen and (min-width: 768px) {
  .serviceItem.facilities {
    padding: 87px 0;
  }
}
.serviceItem__inner {
  border-radius: 14px;
  background-color: #fff;
  background-image: url("../img/bg-check.png");
  background-repeat: repeat;
  background-size: 78px 78px;
  padding: 48px 40px 69px;
}
.guestroom .serviceItem__inner {
  padding-bottom: 41px;
}
.facilities .serviceItem__inner {
  padding-top: 52px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .serviceItem__inner {
    width: 1247px;
    max-width: calc(100% - 96px);
    margin-inline: auto;
    padding: 42px 48px 87px;
  }
  .guestroom .serviceItem__inner {
    padding-bottom: 45px;
    padding-bottom: 81px;
  }
  .facilities .serviceItem__inner {
    padding-top: 48px;
    padding-bottom: 87px;
  }
}
.serviceItem__head {
  position: relative;
}
.serviceItem__head::before, .serviceItem__head::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .serviceItem__head {
    width: 100%;
    max-width: 922px;
    margin-inline: auto;
  }
}
.guestroom .serviceItem__head::before {
  background: url("../img/guestroom-image.png") no-repeat center/contain;
  width: 139px;
  height: 135px;
  top: -81px;
  left: -29px;
}
@media screen and (min-width: 768px) {
  .guestroom .serviceItem__head::before {
    background-image: url("../img/guestroom-image-desktop.png");
    width: 223px;
    height: 204px;
    top: -78px;
    left: -87px;
  }
}
.guestroom .serviceItem__head::after {
  background: url("../img/guestroom-accent.png") no-repeat center/contain;
  width: 50px;
  height: 51px;
  top: 11px;
  right: 24px;
}
@media screen and (min-width: 768px) {
  .guestroom .serviceItem__head::after {
    background-image: url("../img/guestroom-accent-desktop.png");
    width: 76px;
    height: 78px;
    top: unset;
    bottom: -28px;
    right: -65px;
  }
}
.diningBath .serviceItem__head::before {
  background: url("../img/diningBath-accent-1.png") no-repeat center/contain;
  width: 68px;
  height: 79px;
  top: -66px;
  left: 9px;
}
@media screen and (min-width: 768px) {
  .diningBath .serviceItem__head::before {
    background-image: url("../img/diningBath-accent-1-desktop.png");
    width: 128px;
    height: 166px;
    top: -112px;
    left: 47px;
  }
}
.diningBath .serviceItem__head::after {
  background: url("../img/diningBath-image.png") no-repeat center/contain;
  width: 118px;
  height: 118px;
  top: -46px;
  right: -26px;
}
@media screen and (min-width: 768px) {
  .diningBath .serviceItem__head::after {
    display: none;
  }
}
.rentalAmenities .serviceItem__head::before {
  background: url("../img/rentalAmenities-image.png") no-repeat center/contain;
  width: 92px;
  height: 92px;
  top: -68px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .rentalAmenities .serviceItem__head::before {
    background-image: url("../img/rentalAmenities-accent-desktop.png");
    width: 64px;
    height: 88px;
    top: 31px;
    left: 33px;
  }
}
.rentalAmenities .serviceItem__head::after {
  background: url("../img/rentalAmenities-accent.png") no-repeat center/contain;
  width: 70px;
  height: 81px;
  top: -56px;
  right: 9px;
}
@media screen and (min-width: 768px) {
  .rentalAmenities .serviceItem__head::after {
    background-image: url("../img/rentalAmenities-accent-2-desktop.png");
    width: 96px;
    height: 96px;
    top: 31px;
    right: 17px;
  }
}
.facilities .serviceItem__head::before {
  background: url("../img/facilities-accent-1.png") no-repeat center/contain;
  width: 57px;
  height: 105px;
  top: -60px;
  left: 18px;
}
@media screen and (min-width: 768px) {
  .facilities .serviceItem__head::before {
    background-image: url("../img/facilities-image-desktop.png");
    width: 226px;
    height: 226px;
    top: 33px;
    left: -61px;
  }
}
.facilities .serviceItem__head::after {
  background: url("../img/facilities-image.png") no-repeat center/contain;
  width: 130px;
  height: 131px;
  top: -78px;
  right: -16px;
}
@media screen and (min-width: 768px) {
  .facilities .serviceItem__head::after {
    background-image: url("../img/facilities-accent-1-desktop.png");
    width: 83px;
    height: 153px;
    top: -6px;
    right: 48px;
  }
}
.serviceItem__icon {
  margin: auto;
}
.guestroom .serviceItem__icon {
  width: 44px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .guestroom .serviceItem__icon {
    width: 58px;
  }
}
.diningBath .serviceItem__icon {
  width: 30px;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .diningBath .serviceItem__icon {
    width: 39px;
    margin-bottom: 7px;
  }
}
.rentalAmenities .serviceItem__icon {
  width: 41px;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .rentalAmenities .serviceItem__icon {
    width: 53px;
  }
}
.facilities .serviceItem__icon {
  width: 35px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .facilities .serviceItem__icon {
    width: 45px;
    margin-bottom: 9px;
  }
}
.serviceItem__heading {
  color: #006043;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4545;
  padding-bottom: 3px;
  border-bottom: 0.8px solid #006043;
}
@media screen and (min-width: 768px) {
  .serviceItem__heading {
    font-size: 25px;
    line-height: 1.44;
    padding-bottom: 6px;
  }
}
.serviceItem__description {
  color: #006043;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4286;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .serviceItem__description {
    font-size: 15px;
    margin-top: 11px;
    line-height: 1.6667;
  }
}
.serviceItem__block {
  margin-top: 32px;
}
.serviceItem__block + .serviceItem__block {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .serviceItem__block {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 922px;
    margin-inline: auto;
  }
  .serviceItem__block + .serviceItem__block {
    margin-top: 61px;
  }
  .serviceItem__block.guestroom {
    margin-top: 48px;
  }
  .serviceItem__block.diningBath1 {
    margin-top: 48px;
  }
  .serviceItem__block.diningBath2, .serviceItem__block.facilities2 {
    flex-direction: row;
  }
  .serviceItem__block.rentalAmenities2 {
    max-width: 963px;
    position: relative;
  }
  .serviceItem__block.rentalAmenities3 {
    background: #E6F0ED;
    border-radius: 12px;
    padding: 38px 30px 38px 40px;
    flex-direction: row;
    margin-top: 83px;
  }
}
.serviceItem__blockSlider {
  width: calc(100% + 120px);
  margin: 0 -60px;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockSlider {
    width: 50%;
    margin: 0;
  }
}
.serviceItem__blockSliderThumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockSliderThumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
    gap: 7px;
  }
}
.serviceItem__blockSliderThumb {
  width: calc((100% - 21px) / 4);
}
.serviceItem__blockSliderPagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.serviceItem__blockSliderPagination .swiper-pagination-bullet {
  background: #E0EAE7;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0;
}
.serviceItem__blockSliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006043;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockSliderPagination {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.serviceItem__blockImage {
  width: 92.5567%;
  margin-inline: auto;
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockImage {
    width: 49.5305%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .serviceItem__blockSlider + .serviceItem__blockText {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .serviceItem__blockImage + .serviceItem__blockText {
    margin-top: 23px;
  }
}
.serviceItem__blockText {
  position: relative;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockText {
    width: 42.6247%;
  }
}
.diningBath1 .serviceItem__blockText::before {
  content: "";
  background: url("../img/diningBath-accent-2.png") no-repeat center/contain;
  width: 125px;
  height: 71px;
  position: absolute;
  top: -46px;
  right: -50px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .diningBath1 .serviceItem__blockText {
    padding-top: 17.7px;
  }
  .diningBath1 .serviceItem__blockText::before {
    background-image: url("../img/diningBath-accent-2-desktop.png");
    width: 360px;
    height: 247px;
    top: unset;
    right: unset;
    bottom: 5.5px;
    left: -13px;
  }
}
.diningBath2 .serviceItem__blockText::before {
  content: "";
  background: url("../img/diningBath-accent-3.png") no-repeat center/contain;
  width: 59px;
  height: 60px;
  position: absolute;
  top: -88px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .diningBath2 .serviceItem__blockText {
    padding-top: 18px;
  }
  .diningBath2 .serviceItem__blockText::before {
    background-image: url("../img/diningBath-accent-3-desktop.png");
    width: 362px;
    height: 241px;
    top: unset;
    left: unset;
    bottom: -29px;
    right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .rentalAmenities2 .serviceItem__blockText {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rentalAmenities3 .serviceItem__blockText {
    width: 44.2488%;
  }
}
.facilities1 .serviceItem__blockText::before {
  content: "";
  background: url("../img/facilities-accent-2.png") no-repeat center/contain;
  width: 58px;
  height: 44px;
  position: absolute;
  top: -44px;
  right: -3px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .facilities1 .serviceItem__blockText {
    padding-top: 133px;
  }
  .facilities1 .serviceItem__blockText::before {
    background-image: url("../img/facilities-accent-2-desktop.png");
    width: 137px;
    height: 81px;
    top: 66px;
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .facilities2 .serviceItem__blockText {
    padding-top: 18px;
  }
  .facilities2 .serviceItem__blockText::before {
    content: "";
    background: url("../img/facilities-image2-desktop.png") no-repeat center/contain;
    width: 268px;
    height: 223px;
    position: absolute;
    bottom: 17px;
    right: 0;
  }
}
.facilities3 .serviceItem__blockText::before {
  content: "";
  background: url("../img/facilities-accent-3.png") no-repeat center/contain;
  width: 76px;
  height: 69px;
  position: absolute;
  top: -67px;
  left: -6px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .facilities3 .serviceItem__blockText {
    padding-top: 57px;
  }
  .facilities3 .serviceItem__blockText::before {
    background-image: url("../img/facilities-accent-3-desktop.png");
    width: 365px;
    height: 213px;
    top: unset;
    left: 0;
    bottom: 13px;
  }
}
.serviceItem__blockTitle {
  color: #006043;
  font-size: 14px;
  line-height: 1.4286;
  font-weight: bold;
  text-align: center;
}
.guestroom .serviceItem__blockTitle {
  width: 46px;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockTitle {
    font-size: 18px;
    line-height: 1.444;
    text-align: left;
  }
  .guestroom .serviceItem__blockTitle {
    width: 70px;
    margin: 0;
  }
}
.serviceItem__blockTitle + .serviceItem__blockDescription {
  margin-top: 13px;
}
.serviceItem__blockDescription {
  font-size: 14px;
  line-height: 1.7857;
}
.guestroom .serviceItem__blockDescription {
  letter-spacing: -0.074em;
}
.facilities1 .serviceItem__blockDescription, .facilities2 .serviceItem__blockDescription {
  letter-spacing: -0.04em;
}
.serviceItem__blockDescription span {
  background: #FFE672;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockDescription {
    font-size: 15px;
    line-height: 1.8;
  }
}
.serviceItem__blockList {
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.rentalAmenities3 .serviceItem__blockList {
  margin-top: 11.5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 17px;
}
@media screen and (min-width: 768px) {
  .rentalAmenities3 .serviceItem__blockList {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 7px;
    position: relative;
    width: 294px;
    max-width: 100%;
  }
  .rentalAmenities3 .serviceItem__blockList::before {
    content: "";
    background: url("../img/rentalAmenities-image-desktop.png") no-repeat center/contain;
    width: 213px;
    height: 240px;
    position: absolute;
    top: 0;
    right: -171px;
    z-index: 2;
  }
}
.serviceItem__blockList li {
  border-bottom: 0.5px solid #000;
  font-size: 14px;
  line-height: 1.4286;
  padding: 3.5px 0 4.5px 15px;
  position: relative;
}
.serviceItem__blockList li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #E0EAE7;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockList li {
    font-size: 15px;
    line-height: 1.4;
    padding: 6px 0 7px 20px;
  }
  .serviceItem__blockList li::before {
    width: 10px;
    height: 10px;
    left: 6.9px;
    width: 10px;
    height: 10px;
    top: 12px;
    left: 7px;
  }
  .rentalAmenities3 .serviceItem__blockList li {
    line-height: 1.3333;
    padding: 8px 0 8px 20px;
  }
  .rentalAmenities3 .serviceItem__blockList li::before {
    background: #fff;
  }
}
.serviceItem__blockAnnotation {
  margin-top: 18px;
  font-size: 11px;
  line-height: 1.3636;
  width: calc(100% + 10px);
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .serviceItem__blockAnnotation {
    font-size: 13px;
    line-height: 1.4615;
  }
  .rentalAmenities2 .serviceItem__blockAnnotation {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 61.2115%;
  }
}
.serviceItem__button {
  color: #000;
  background: #EFC500;
  border-radius: 48px;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  padding: 12px 15px 15px;
  margin: 26px auto 0;
  width: 307px;
  max-width: 100%;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .serviceItem__button {
    font-size: 18px;
    padding: 16px 16px 18px;
    margin-top: 40px;
    width: 380px;
  }
}
@media (any-hover: hover) {
  .serviceItem__button:hover {
    color: #fff;
    background: #F58634;
  }
}
.serviceItem__slide {
  padding-top: 4.4186%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .serviceItem__slide {
    padding-top: 4.7722%;
  }
}
.serviceItem__slideTitle {
  aspect-ratio: 269/53;
  text-align: center;
  display: flex;
  font-size: 13.5px;
  line-height: 1.6296;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  width: calc(100% - 17px);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .serviceItem__slideTitle {
    aspect-ratio: 464/71;
    font-size: 18px;
    line-height: 1.444;
    padding-bottom: 14px;
    width: 100%;
  }
}
.guestroom .serviceItem__slideTitle {
  background: url("../img/balloon-slide-green.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .guestroom .serviceItem__slideTitle {
    background-image: url("../img/balloon-slide-green-desktop.svg");
  }
}
.diningBath .serviceItem__slideTitle {
  background: url("../img/balloon-slide-yellow.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .diningBath .serviceItem__slideTitle {
    background-image: url("../img/balloon-slide-yellow-desktop.svg");
  }
}
.rentalAmenities .serviceItem__slideTitle {
  background: url("../img/balloon-slide-pink.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .rentalAmenities .serviceItem__slideTitle {
    background-image: url("../img/balloon-slide-pink-desktop.svg");
  }
}
.facilities .serviceItem__slideTitle {
  background: url("../img/balloon-slide-purple.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .facilities .serviceItem__slideTitle {
    background-image: url("../img/balloon-slide-purple-desktop.svg");
  }
}

.certified {
  border-bottom: 0.5px solid #000;
  padding-bottom: 36px;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .certified {
    border: none;
    padding: 0;
    margin-bottom: 54px;
  }
}
.certified__head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 35px;
  padding-right: 11px;
}
@media screen and (min-width: 768px) {
  .certified__head {
    margin-top: 4px;
  }
}
.certified__text {
  padding-bottom: 4px;
  font-size: 15.5px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5484;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .certified__text {
    font-size: 19px;
    line-height: 1.6316;
    padding-bottom: 6px;
  }
}
.certified__image {
  width: 37.9195%;
}
.certified__description {
  font-size: 14px;
  letter-spacing: -0.003en;
  line-height: 1.5714;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .certified__description {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .pajamas {
    width: 42.6247%;
  }
}
.pajamas__head {
  position: relative;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .pajamas__head {
    margin-top: 0;
  }
}
.pajamas__left {
  position: absolute;
  top: 25.1133%;
  padding-top: 24px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .pajamas__left {
    position: relative;
    top: unset;
    padding-top: 202px;
  }
}
.pajamas__logo {
  width: 146px;
}
@media screen and (min-width: 768px) {
  .pajamas__logo {
    width: 185px;
  }
}
.pajamas__text {
  margin-top: 14.5px;
}
.pajamas__text span {
  display: block;
  font-size: 15.5px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.46667;
}
.pajamas__text span + .pajamas__text span {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .pajamas__text {
    margin-top: 12.3px;
  }
  .pajamas__text span {
    display: inline-block;
    font-size: 19px;
    line-height: 1.5789;
    margin: 0;
  }
}
.pajamas__image {
  width: 66.343%;
  margin-left: auto;
  margin-right: -28px;
  position: relative;
  z-index: 2;
}
.pajamas__image::before {
  content: "";
  aspect-ratio: 1/1;
  background: #F8F5E4;
  border-radius: 50%;
  width: 96.5854%;
  position: absolute;
  top: 13.9024%;
  left: -5.3659%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pajamas__image {
    position: absolute;
    top: 4px;
    right: -46px;
    width: 323px;
  }
  .pajamas__image::before {
    top: 9px;
    left: -131px;
    width: 70.2786%;
  }
}
.pajamas__description {
  font-size: 14px;
  line-height: 1.7857;
  position: relative;
  margin-top: -4px;
  z-index: 3;
}
.pajamas__description span {
  font-size: 11px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .pajamas__description {
    font-size: 15px;
    line-height: 1.5333;
    margin-top: 15px;
  }
  .pajamas__description span {
    display: block;
    font-size: 13px;
    line-height: 1.5333;
    margin-top: 12px;
  }
}

.toyKingdom {
  margin: 45px 20px 0;
  border-radius: 14px;
  background: #F8DA48;
  padding: 38px 40px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .toyKingdom {
    width: 1247px;
    max-width: calc(100% - 96px);
    margin: 87px 0 0;
    padding: 82px 48px 71px;
    margin-inline: auto;
  }
}
.toyKingdom::before {
  content: "";
  background: url("../img/toyKingdom-accent-1.png") no-repeat center/contain;
  width: 44px;
  height: 45px;
  position: absolute;
  top: 19px;
  right: 22px;
}
@media screen and (min-width: 768px) {
  .toyKingdom::before {
    background-image: url("../img/toyKingdom-accent-1-desktop.png");
    width: 267px;
    height: 203px;
    top: -44px;
    right: unset;
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .toyKingdom::after {
    content: "";
    background: url("../img/toyKingdom-accent-2-desktop.png") no-repeat center/contain;
    width: 294px;
    height: 317px;
    position: absolute;
    bottom: 30px;
    right: -21px;
  }
}
.toyKingdom__logo {
  width: 249px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .toyKingdom__logo {
    width: 402px;
  }
}
.toyKingdom__heading {
  align-items: center;
  color: #006043;
  display: flex;
  font-size: 15.5px;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5484;
  gap: 3px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .toyKingdom__heading {
    background: #fff;
    font-size: 25px;
    line-height: 1.4444;
    flex-direction: row;
    width: fit-content;
    margin: 17px auto 0;
  }
}
.toyKingdom__heading span {
  display: block;
  background: #fff;
  padding: 0 3px;
}
.toyKingdom__heading span:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .toyKingdom__heading span:nth-of-type(2)::before {
    content: "";
    background: url("../img/toyKingdom-accent-2.png") no-repeat center/contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -24px;
    bottom: -20px;
  }
  .toyKingdom__heading span:nth-of-type(2)::after {
    content: "";
    background: url("../img/accent-wave.png") no-repeat center/contain;
    width: 21px;
    height: 16px;
    position: absolute;
    right: -16px;
    bottom: -12px;
  }
}
@media screen and (min-width: 768px) {
  .toyKingdom__heading span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .toyKingdom__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 922px;
    margin-inline: auto;
    margin-top: 51px;
  }
}
.toyKingdom__slider {
  width: calc(100% + 120px);
  margin: 44.5px -60px 0;
}
.toyKingdom__sliderPagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.toyKingdom__sliderPagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0;
}
.toyKingdom__sliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .toyKingdom__slider {
    width: 49.5305%;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .toyKingdom__sliderPagination {
    justify-content: flex-start;
  }
}
.toyKingdom__sliderThumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .toyKingdom__sliderThumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
    gap: 7px;
  }
}
.toyKingdom__sliderThumb {
  width: calc((100% - 21px) / 4);
}
.toyKingdom__body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .toyKingdom__body {
    margin-top: 0;
    padding-top: 51px;
    width: 46.3124%;
    position: relative;
    z-index: 2;
  }
  .toyKingdom__body::before {
    content: "";
    background: url("../img/toyKingdom-accent3.png") no-repeat center/contain;
    width: 612px;
    height: 331px;
    position: absolute;
    top: -34px;
    left: -92px;
    z-index: -1;
  }
}
.toyKingdom__subHeading {
  color: #006043;
  font-weight: bold;
  font-size: 15.5px;
  line-height: 1.4667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toyKingdom__subHeading {
    padding-left: 39px;
    text-align: left;
    font-size: 19px;
    line-height: 1.4211;
    position: relative;
  }
  .toyKingdom__subHeading::before {
    content: "";
    background: url("../img/toyKingdom-accent-4.png") no-repeat center/contain;
    width: 48px;
    height: 36px;
    position: absolute;
    top: -39px;
    left: 2px;
  }
}
.toyKingdom__list {
  margin-top: 17.2px;
}
@media screen and (min-width: 768px) {
  .toyKingdom__list {
    padding-left: 39px;
    margin-top: 18px;
  }
}
.toyKingdom__list li {
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.4286;
  padding-left: 16px;
  position: relative;
}
.toyKingdom__list li.startWithBrackets {
  padding-left: 8px;
}
.toyKingdom__list li + li {
  margin-top: 9px;
}
.toyKingdom__list li::before {
  content: "";
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .toyKingdom__list li {
    font-size: 15px;
    line-height: 1.4;
  }
}
.toyKingdom__link {
  border: 1px solid #006043;
  border-radius: 48px;
  color: #006043;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 24px;
  padding: 12px 20px 15px;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .toyKingdom__link {
    font-size: 18px;
    margin-top: 81px;
    padding: 16px 20px 18px;
  }
}
@media (any-hover: hover) {
  .toyKingdom__link:hover {
    color: #fff;
    background: #006043;
  }
}

.voice {
  margin-top: 39px;
  background: #FFDED8;
  padding: 41px 20px 45px;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 81px;
    padding: 54px 0 92px;
  }
}
.voice__heading {
  font-size: 19px;
  line-height: 1.4211;
  padding-top: 19px;
  text-align: center;
  position: relative;
}
.voice__heading::before {
  content: "";
  background: url("../img/voice-accent.png") no-repeat center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .voice__heading {
    font-size: 25px;
    line-height: 1.44;
    padding-top: 32px;
  }
  .voice__heading::before {
    width: 44px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .voice__items {
    display: grid;
    gap: 29px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 922px;
    margin-inline: auto;
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .voice__item.voice1 {
    margin-top: 36px;
  }
  .voice__item.voice2 {
    margin-top: 24px;
  }
  .voice__item.voice3 {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .voice__item {
    display: flex;
    flex-direction: column;
    padding-top: 96px;
    position: relative;
  }
  .voice__item::before {
    content: "";
    position: absolute;
    top: 0;
    letter-spacing: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 192px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
  }
  .voice__item::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 3;
  }
  .voice__item.voice1::before {
    background-image: url("../img/voice-image-1-desktop.png");
  }
  .voice__item.voice1::after {
    background-image: url("../img/voice-accent-1-desktop.png");
    width: 61px;
    height: 62px;
    top: 60px;
    left: calc(50% + 30px);
  }
  .voice__item.voice2::before {
    background-image: url("../img/voice-image-2-desktop.png");
  }
  .voice__item.voice2::after {
    background-image: url("../img/voice-accent-2-desktop.png");
    width: 51px;
    height: 51px;
    top: 71px;
    left: calc(50% + 22px);
  }
  .voice__item.voice3::before {
    background-image: url("../img/voice-image-3-desktop.png");
  }
  .voice__item.voice3::after {
    background-image: url("../img/voice-accent-3-desktop.png");
    width: 50px;
    height: 59px;
    top: 68px;
    left: calc(50% + 30px);
  }
}
.voice__itemInner {
  background: #fff;
  border-radius: 14px;
  position: relative;
  padding: 27px 40px 29px;
}
.voice__itemInner::before {
  content: "";
  background: url("../img/balloon-voice-triangle.svg") no-repeat center/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -9px;
  left: -7px;
}
@media screen and (max-width: 767px) {
  .voice__itemInner::after {
    content: "";
    position: absolute;
  }
  .voice1 .voice__itemInner::after {
    background: url("../img/voice-image-1.png") no-repeat center/contain;
    width: 78px;
    height: 62px;
    top: -7.6px;
    right: 22.3px;
  }
  .voice2 .voice__itemInner::before {
    left: unset;
    right: -7px;
    transform: scaleX(-1);
  }
  .voice2 .voice__itemInner::after {
    background: url("../img/voice-image-2.png") no-repeat center/contain;
    width: 96px;
    height: 67px;
    top: -16px;
    right: 13.6px;
  }
  .voice3 .voice__itemInner {
    margin-top: 14px;
  }
  .voice3 .voice__itemInner::after {
    background: url("../img/voice-image-3.png") no-repeat center/contain;
    width: 76px;
    height: 73px;
    top: -20.4px;
    right: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  .voice__itemInner {
    padding: 48px 31px 68px;
    flex: 1;
  }
  .voice__itemInner::before {
    background-image: url("../img/balloon-voice-triangle-desktop.svg");
    width: 46px;
    height: 40px;
    top: unset;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.voice__itemHeading {
  text-align: center;
}
.voice__itemHeading span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4286;
}
.voice__itemHeading img {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice__itemHeading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .voice__itemHeading span {
    display: none;
  }
  .voice__itemHeading img {
    display: block;
    width: 160px;
    height: 33px;
  }
}
.voice__name {
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: -0.033em;
}
@media screen and (min-width: 768px) {
  .voice__name {
    font-size: 18px;
    line-height: 1.2222;
    text-align: center;
    position: relative;
    z-index: 4;
  }
}
.voice__comment {
  font-size: 14px;
  line-height: 1.5174;
  margin-top: 11px;
}
.voice2 .voice__comment {
  letter-spacing: -0.081em;
}
@media screen and (min-width: 768px) {
  .voice__comment {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
    position: relative;
    z-index: 4;
  }
}

.trouble {
  border-radius: 14px;
  padding: 49px 35px 57px;
  background-color: #fff;
  background-image: url("../img/bg-check.png");
  background-repeat: repeat;
  background-size: 78px 78px;
}
@media screen and (min-width: 768px) {
  .trouble {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .trouble__inner {
    padding: 62px 0 114px;
    width: 100%;
    max-width: 922px;
    margin-inline: auto;
  }
}
.trouble__heading {
  color: #006043;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4211;
  padding-top: 69px;
  position: relative;
  z-index: 2;
}
.trouble__heading::before {
  content: "";
  background: url("../img/icon-exclamation.png") no-repeat center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .trouble__heading {
    font-size: 25px;
    line-height: 1.44;
    padding-top: 92px;
    width: 100%;
  }
  .trouble__heading::before {
    width: 116px;
    height: 116px;
  }
}
.trouble__item {
  margin-top: 36px;
}
.trouble__item + .trouble__item {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .trouble__item {
    margin-top: 60px;
    text-align: center;
  }
  .trouble__item + .trouble__item {
    margin-top: 60px;
  }
  .trouble__item:nth-of-type(3) {
    margin-top: 42px;
  }
}
.trouble__itemHeading {
  color: #006043;
  font-size: 15.5px;
  font-weight: bold;
  padding-bottom: 4px;
  line-height: 1.5484;
  letter-spacing: -0.01em;
  border-bottom: 0.5px solid #006043;
}
@media screen and (min-width: 768px) {
  .trouble__itemHeading {
    font-size: 21px;
    line-height: 1.4286;
    padding-bottom: 5px;
  }
}
.trouble__itemDescription {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5714;
}
@media screen and (min-width: 768px) {
  .trouble__itemDescription {
    font-size: 18px;
    margin-top: 19px;
  }
  .item2 .trouble__itemDescription br {
    display: none;
  }
}
.trouble__itemAnnotation {
  margin-top: 6px;
}
.trouble__itemAnnotation li {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .trouble__itemAnnotation {
    text-align: center;
  }
  .trouble__itemAnnotation li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-indent: 0;
    padding-left: 0;
  }
}

.gallery {
  margin-top: 28.5px;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 115px;
  }
}
.gallery__heading {
  width: 66px;
  margin-inline: auto;
  position: relative;
}
.gallery__heading::before {
  content: "";
  background: url("../img/gallery-accent-1.png") no-repeat center/contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: -21px;
  left: -45px;
}
.gallery__heading::after {
  content: "";
  background: url("../img/gallery-accent-2.png") no-repeat center/contain;
  width: 31px;
  height: 26px;
  position: absolute;
  bottom: -17.3px;
  right: -49px;
}
@media screen and (min-width: 768px) {
  .gallery__heading {
    width: 99px;
  }
  .gallery__heading::before {
    width: 34px;
    height: 38px;
    top: -24px;
    left: -54px;
  }
  .gallery__heading::after {
    width: 39px;
    height: 34px;
    bottom: -26px;
    right: -52px;
  }
}
.gallery__slider {
  margin-top: 28.5px;
}
@media screen and (min-width: 768px) {
  .gallery__slider {
    margin-top: 49px;
  }
}
.gallery__sliderPagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.gallery__sliderPagination .swiper-pagination-bullet {
  background: #E0EAE7;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0;
}
.gallery__sliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006043;
}
.gallery__link {
  color: #000;
  background: #EFC500;
  border-radius: 48px;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  padding: 12px 15px 15px;
  margin-top: 27px;
  width: 307px;
  max-width: 100%;
  margin-inline: auto;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gallery__link {
    font-size: 18px;
    padding: 16px 16px 18px;
    margin-top: 64px;
    width: 447px;
  }
}
@media (any-hover: hover) {
  .gallery__link:hover {
    color: #fff;
    background: #F58634;
  }
}

.pagetop {
  display: block;
  padding: 8px;
  width: 28px;
  height: 63px;
  margin: 41px 18px 25px auto;
}
@media screen and (min-width: 768px) {
  .pagetop {
    margin: 71px 59px 57px auto;
  }
}

.l-footer__btt {
  display: none !important;
}

.point {
  padding: 45px 21px;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 128px 45px 123px;
  }
}
.point__box {
  align-self: unset;
  background: #F8F5E4;
  border-radius: 14px;
  padding: 45px 40px 34px;
}
@media screen and (min-width: 768px) {
  .point__box {
    width: 100%;
    max-width: 1247px;
    margin-inline: auto;
    padding: 103px 163px 131px 108px;
    position: relative;
  }
  .point__box::before {
    aspect-ratio: 387/301;
    content: "";
    width: 387px;
    background: url("../img/point-right.png") no-repeat center/contain;
    position: absolute;
    top: -77px;
    right: -26px;
    pointer-events: none;
  }
  .point__box::after {
    aspect-ratio: 307/232;
    content: "";
    width: 307px;
    background: url("../img/point-left.png") no-repeat center/contain;
    position: absolute;
    left: -29px;
    bottom: -31px;
    pointer-events: none;
  }
}
.point__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 27px 40px;
}
@media screen and (min-width: 768px) {
  .point__inner {
    grid-template-columns: 250px 1fr;
  }
}
.point__image {
  width: 267px;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .point__text {
    padding-top: 29px;
  }
}
.point__heading {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4211;
}
@media screen and (min-width: 768px) {
  .point__heading {
    font-size: 25px;
    line-height: 1.44;
  }
}
.point__description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7857;
}
@media screen and (min-width: 768px) {
  .point__description {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-top: 17px;
  }
}
.point__note {
  font-size: 11px;
  margin-top: 20px;
  line-height: 1.4545;
}
@media screen and (min-width: 768px) {
  .point__note {
    font-size: 13px;
    margin-top: 39px;
  }
}