@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #42210B;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: #42210B;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@font-face {
  font-family: "Zen Maru Gothic", serif;
  font-style: Regular;
  font-weight: 400;
  src: url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
}
.f-wrap {
  max-width: 1440px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.f-inner-wrap {
  max-width: 1100px;
  width: calc(100% - 100px);
  margin: 0 auto;
}

.l-header {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 25px 30px 15px;
  z-index: 999;
}
@media screen and (max-width: 1599px) {
  .l-header {
    transform: translateY(-50%) translateX(-101%);
    transition: transform 0.8s;
  }
  .l-header.active {
    transform: translateY(-50%) translateX(0%);
  }
}

.l-header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #576C07;
  border-radius: 0 50px 50px 0;
  left: 0;
  bottom: 0;
  opacity: 0.85;
  filter: drop-shadow(2px 4px 6px block);
  z-index: -1;
}

.l-header__bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background: #576C07;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -96%);
}

.l-header__ttl {
  font-size: clamp(19px * 14 / 18, 100vw * 19 / 1920, 19px);
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .l-header__ttl {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}

.l-header__nav {
  text-align: center;
}

.l-header__nav-item {
  margin-bottom: 20px;
}
.l-header__nav-item a {
  color: #ffffff;
  font-size: clamp(20px * 14 / 18, 100vw * 20 / 1920, 20px);
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .l-header__nav-item a {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}
.l-header__nav-item a:hover {
  color: #fff;
}
.l-header__nav-item .contact_btn {
  background-color: #ffffff;
  color: #DD5B05;
  padding: 10px 38px;
  border-radius: 20px;
  transition: 0.3s;
}

.contact_btn:hover {
  color: #ffffff;
  background: #DD5B05;
}

.icon {
  color: #ffffff;
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
  margin: 0 15px;
}

.burger {
  width: 97px;
  height: 97px;
  border: none;
  background-color: transparent;
  position: fixed;
  top: -30px;
  left: -25px;
  z-index: 99;
  margin-right: 22px;
  text-align: right;
  background: #576C07;
  opacity: 0.85;
  border-radius: 60px;
  transition: transform 0.8s;
  display: none;
}
@media screen and (max-width: 1599px) {
  .burger {
    display: block;
  }
}

.burger-content {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 100%;
  height: 100%;
}

.burger span {
  transition: all 0.4s;
  position: absolute;
  left: 2px;
  width: 40%;
  height: 3px;
  background-color: #fff;
}

.burger span:nth-of-type(1) {
  top: 10px;
}

.burger span:nth-of-type(2) {
  top: 20px;
}

.burger span:nth-of-type(3) {
  top: 30px;
}

.burger.active {
  transform: translateY(-50%) translateX(-101%);
  transition: transform 0.8s;
}

.overlay {
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.overlay.active {
  visibility: visible;
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

.l-list__row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  margin-bottom: 40px;
}
.l-list__row.en {
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 699px) {
  .l-list__row {
    grid-template-columns: 1fr;
  }
  .l-list__row.en {
    grid-template-columns: 1fr;
  }
}

.l-list__ttl.ore {
  color: #DD5B05;
  font-size: clamp(21px * 14 / 18, 100vw * 21 / 1920, 21px);
  font-weight: 700;
  margin-bottom: 20px;
}
.l-list__ttl.ore.en {
  font-size: clamp(20px * 14 / 18, 100vw * 20 / 1920, 20px);
}

.l-list__ttl.gre {
  color: #576C07;
  font-size: clamp(21px * 14 / 18, 100vw * 21 / 1920, 21px);
  font-weight: 700;
  margin-bottom: 20px;
}

.l-list__dec-ttl {
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
}
.l-list__dec-ttl span {
  font-size: clamp(15px * 14 / 18, 100vw * 15 / 1920, 15px);
}
.l-list__dec-ttl.list {
  padding-left: 25px;
}
.l-list__dec-ttl.list li {
  list-style-type: disc;
}

.l-list__dec-note {
  font-size: clamp(14px * 14 / 18, 100vw * 14 / 1920, 14px);
  font-weight: 700;
  margin-top: 24px;
}

.l-sched__title.ore {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  color: #DD5B05;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .l-sched__title.ore {
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.l-sched__title.gre {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  color: #576C07;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .l-sched__title.gre {
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.l-sched__txt {
  font-size: clamp(14px * 14 / 18, 100vw * 14 / 1920, 14px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .l-sched__txt {
    margin-bottom: 20px;
  }
}

.l-sched__img {
  max-width: 550px;
  margin: 0 auto;
}

.l-sched__txt-note {
  font-size: clamp(14px * 14 / 18, 100vw * 14 / 1920, 14px);
  font-weight: 700;
  margin: 60px 0 0 70px;
}
@media screen and (max-width: 699px) {
  .l-sched__txt-note {
    margin: 30px auto 0;
  }
}

.l-footer__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background-color: #ffffff;
  padding: 20px 0 57px;
  margin: -5px auto 100px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.l-footer__menu-up {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
  text-align: center;
}
.l-footer__menu-up a:hover {
  color: #DD5B05;
}
@media screen and (max-width: 699px) {
  .l-footer__menu-up {
    flex-direction: column;
  }
}

.l-footer__menu-down {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  max-width: 700px;
  margin: 0 auto 90px;
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
  text-align: center;
}
.l-footer__menu-down a:hover {
  color: #DD5B05;
}
@media screen and (max-width: 699px) {
  .l-footer__menu-down {
    flex-direction: column;
  }
}

.l-footer__vegetables {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__vegetables-item {
  width: 5%;
}
.l-footer__vegetables-item.greenonion {
  width: 2%;
  transform: rotate(-35deg);
}
.l-footer__vegetables-item.onion {
  width: 8%;
}
@media screen and (max-width: 699px) {
  .l-footer__vegetables-item {
    display: none;
  }
}

.l-footer__logo {
  width: 200px;
}
@media screen and (max-width: 699px) {
  .l-footer__logo {
    width: 130px;
  }
}

.l-footer__small {
  font-size: clamp(18px * 14 / 18, 100vw * 18 / 1920, 18px);
  font-weight: 700;
  text-align: center;
}

.pc-none {
  display: inherit;
}
@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

.tb-none {
  display: inherit;
}
@media screen and (min-width: 960px) {
  .tb-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 699px) {
  .sp-only {
    display: inherit;
  }
}

.c-modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.c-modal__button-content {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 699px) {
  .c-modal__button-content {
    flex-direction: column;
  }
}

.c-modal-button {
  color: #42210B;
  font-size: clamp(26px * 14 / 18, 100vw * 26 / 1920, 26px);
  font-weight: 700;
  line-height: 1.1153846154;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin: 40px auto 1px;
  padding: 10px 20px;
  max-width: 300px;
  border: 3px solid #42210B;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-modal-button span {
  font-size: clamp(14px * 14 / 18, 100vw * 14 / 1920, 14px);
}
.c-modal-button.point {
  width: 200px;
}
.c-modal-button.en {
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
}
@media screen and (max-width: 699px) {
  .c-modal-button {
    font-size: clamp(15px, 100vw * 15 / 375, 19.5px);
    margin: 10px auto;
    height: 53px;
    width: 237px;
  }
}

.c-modal-button:hover {
  color: #FFFFFF;
  background-color: #42210B;
  transition: 0.6s;
}

.c-modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.c-modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.c-modal-wrapper .c-modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 85%;
  max-width: 800px;
  padding: 20px 45px 20px 25px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.c-modal-wrapper .c-modal-window .c-modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.c-modal_title {
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .c-modal_title {
    font-size: clamp(15px, 100vw * 15 / 375, 19.5px);
  }
}

.c-modal-content-txt {
  font-size: clamp(27px * 14 / 18, 100vw * 27 / 1920, 27px);
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .c-modal-content-txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.c-modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal-wrapper .c-modal-close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 35px;
}

.c-application__btn-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  margin: 0 auto 55px;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 844px) {
  .c-application__btn-content {
    grid-template-columns: 1fr;
  }
}

.c-application__stay-btn {
  padding: 15px 45px 20px;
  background: #FBC571;
  border-radius: 43px;
  border-bottom: 5px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  font-size: clamp(37px * 14 / 18, 100vw * 37 / 1920, 37px);
  line-height: 0.94em;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .c-application__stay-btn {
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.c-application__experience-btn {
  display: block;
  padding: 15px 45px 20px;
  background: #E0CE94;
  border-radius: 43px;
  border-bottom: 5px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  font-size: clamp(37px * 14 / 18, 100vw * 37 / 1920, 37px);
  line-height: 0.94em;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .c-application__experience-btn {
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.c-application__stay-btn:hover,
.c-application__experience-btn:hover {
  margin-top: 5px;
  border-bottom: 0px solid rgba(51, 51, 51, 0.3);
  border-right: 0px solid rgba(51, 51, 51, 0.3);
}

.c-application__pay {
  display: grid;
  grid-template-columns: 13em 1fr;
  font-size: clamp(22px * 14 / 18, 100vw * 22 / 1920, 22px);
  font-weight: bold;
  line-height: 1.5454545455;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .c-application__pay {
    grid-template-columns: 1fr;
    text-align: center;
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.c-application__payment {
  border: 3px solid #DD5B05;
  padding: 14px 20px;
  border-radius: 10px;
  color: #DD5B05;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .c-application__payment {
    margin: 0 auto 20px;
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.p-bg {
  background-image: url(../images/common/bg.jpg);
}

.p-top__hoge {
  color: #42210B;
}

.pcbr {
  display: none;
}
@media screen and (max-width: 1079px) {
  .pcbr {
    display: block;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 699px) {
  .spbr {
    display: block;
  }
}

.p-fv {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .p-fv {
    height: 90vh;
  }
}

.p-fv::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/common/fv.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-fv__logo {
  width: 10%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 699px) {
  .p-fv__logo {
    padding-top: 10px;
    min-width: 70px;
  }
}

.p-fv__language-list {
  position: absolute;
  top: 5%;
  right: 10%;
  display: flex;
  justify-content: end;
}
.p-fv__language-list_item {
  margin-left: 20px;
}

.language_btn {
  font-size: clamp(20px * 14 / 18, 100vw * 20 / 1920, 20px);
  font-weight: 700;
  color: #ffffff;
  padding: 13px 30px;
  background-color: #666666;
  border-radius: 20px;
}
.language_btn.orange_btn {
  background-color: #DD5B05;
}
@media screen and (max-width: 699px) {
  .language_btn {
    font-size: clamp(10px, 100vw * 10 / 375, 13px);
    padding: 8px 14px;
  }
}

.p-fv__ttl {
  width: 40%;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .p-fv__ttl {
    transform: translateY(560%);
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .p-fv__ttl {
    transform: translateY(650%);
    width: 80%;
  }
}
@media screen and (max-width: 399px) {
  .p-fv__ttl {
    transform: translateY(710%);
    width: 87%;
  }
}

.p-fv__photo-owner {
  width: 35%;
  margin: 190px auto 0;
}
@media screen and (max-width: 1439px) {
  .p-fv__photo-owner {
    width: 40%;
    margin-top: 75px;
  }
}
@media screen and (max-width: 699px) {
  .p-fv__photo-owner {
    width: 50%;
    transform: translateY(-25%);
  }
}
@media screen and (max-width: 499px) {
  .p-fv__photo-owner {
    width: 85%;
    transform: translateY(-25%);
  }
}

.p-fv__map {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 25%;
}
@media screen and (max-width: 699px) {
  .p-fv__map {
    display: none;
  }
}

.p-lead {
  text-align: center;
}

.p-lead__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: -380px auto 0;
  padding-top: 400px;
  padding-bottom: 100px;
}
@media screen and (max-width: 699px) {
  .p-lead__white_bg {
    padding-top: 300px;
    margin: -240px auto 0;
  }
}

.p-lead__container {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}

.p-lead__ttl {
  font-size: clamp(72px * 1 / 3, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 70px;
  text-shadow: 5px 5px 0px #E0CE94;
  display: inline-block;
}
.p-lead__ttl span::before {
  content: "";
  background-image: url(../images/common/line_l.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: -60px;
}
.p-lead__ttl span::after {
  content: "";
  background-image: url(../images/common/line_r.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: -60px;
}
@media screen and (max-width: 699px) {
  .p-lead__ttl {
    font-size: 1.6111111111em;
  }
}

.p-lead__emphasis {
  font-size: clamp(48px * 14 / 18, 100vw * 48 / 1920, 48px);
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 699px) {
  .p-lead__emphasis {
    font-size: clamp(28px, 100vw * 28 / 375, 36.4px);
  }
}

.p-lead__emphasis::after {
  content: "";
  display: block;
  background-image: url(../images/common/wave.svg);
  background-repeat: no-repeat;
  width: 63%;
  height: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.p-lead__txt {
  font-size: clamp(20px * 14 / 18, 100vw * 20 / 1920, 20px);
  line-height: 2.15;
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .p-lead__txt {
    margin-bottom: 700px;
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 559px) {
  .p-lead__txt {
    margin-bottom: 500px;
  }
}

.p-lead__txt span {
  font-size: clamp(28px * 14 / 18, 100vw * 28 / 1920, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 699px) {
  .p-lead__txt span {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.p-lead__vegetables {
  position: relative;
}

.p-lead__greenonion {
  position: absolute;
  width: 4%;
  transform: translate(-50px, -480px) rotate(-35deg);
}
@media screen and (max-width: 1489px) {
  .p-lead__greenonion {
    transform: translate(20px, -480px) rotate(-35deg);
  }
}
@media screen and (max-width: 1259px) {
  .p-lead__greenonion {
    transform: translate(50px, -480px) rotate(-35deg);
  }
}
@media screen and (max-width: 699px) {
  .p-lead__greenonion {
    width: 6%;
    transform: translate(194px, -590px) rotate(-35deg);
  }
}
@media screen and (max-width: 559px) {
  .p-lead__greenonion {
    width: 7%;
    transform: translate(158px, -475px) rotate(-35deg);
  }
}

.p-lead__potato {
  position: absolute;
  width: 8%;
  transform: translate(1072px, -456px);
}
@media screen and (max-width: 1259px) {
  .p-lead__potato {
    transform: translate(926px, -456px);
  }
}
@media screen and (max-width: 1079px) {
  .p-lead__potato {
    transform: translate(820px, -456px);
  }
}
@media screen and (max-width: 959px) {
  .p-lead__potato {
    transform: translate(750px, -456px);
  }
}
@media screen and (max-width: 869px) {
  .p-lead__potato {
    transform: translate(680px, -456px);
  }
}
@media screen and (max-width: 799px) {
  .p-lead__potato {
    transform: translate(620px, -456px);
  }
}
@media screen and (max-width: 719px) {
  .p-lead__potato {
    transform: translate(580px, -456px);
  }
}
@media screen and (max-width: 699px) {
  .p-lead__potato {
    display: none;
  }
}

.p-lead__onion {
  position: absolute;
  width: 10%;
  transform: translate(-184px, -130px);
}
@media screen and (max-width: 1489px) {
  .p-lead__onion {
    transform: translate(-50px, -130px);
  }
}
@media screen and (max-width: 1259px) {
  .p-lead__onion {
    transform: translate(50px, -130px);
  }
}
@media screen and (max-width: 869px) {
  .p-lead__onion {
    transform: translate(10px, -130px);
  }
}
@media screen and (max-width: 759px) {
  .p-lead__onion {
    transform: translate(-10px, -130px);
  }
}
@media screen and (max-width: 699px) {
  .p-lead__onion {
    transform: translate(54px, -510px);
    width: 12%;
  }
}
@media screen and (max-width: 559px) {
  .p-lead__onion {
    width: 22%;
    transform: translate(22px, -400px);
  }
}

.p-lead__tomato {
  position: absolute;
  width: 7%;
  transform: translate(1086px, -160px);
}
@media screen and (max-width: 1259px) {
  .p-lead__tomato {
    transform: translate(920px, -160px);
  }
}
@media screen and (max-width: 1079px) {
  .p-lead__tomato {
    transform: translate(820px, -160px);
  }
}
@media screen and (max-width: 959px) {
  .p-lead__tomato {
    transform: translate(750px, -160px);
  }
}
@media screen and (max-width: 869px) {
  .p-lead__tomato {
    transform: translate(700px, -160px);
  }
}
@media screen and (max-width: 799px) {
  .p-lead__tomato {
    transform: translate(670px, -160px);
  }
}
@media screen and (max-width: 759px) {
  .p-lead__tomato {
    transform: translate(640px, -160px);
  }
}
@media screen and (max-width: 719px) {
  .p-lead__tomato {
    transform: translate(610px, -160px);
  }
}
@media screen and (max-width: 699px) {
  .p-lead__tomato {
    transform: translate(310px, -600px);
    width: 12%;
  }
}
@media screen and (max-width: 559px) {
  .p-lead__tomato {
    width: 15%;
    transform: translate(260px, -497px);
  }
}

.p-lead__map {
  position: absolute;
  top: 55%;
  right: -30px;
  transform: translate(0, -50%);
  width: 80%;
  display: none;
}
@media screen and (max-width: 699px) {
  .p-lead__map {
    display: block;
  }
}

.p-application {
  padding: 80px 100px;
  box-shadow: 2px 3px 16px -6px #333333;
  border-radius: 50px;
  margin-bottom: 50px;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1079px) {
  .p-application {
    padding: 50px 20px;
    max-width: 900px;
  }
}
@media screen and (max-width: 699px) {
  .p-application {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}

.p-application__ttl {
  font-size: clamp(60px * 14 / 18, 100vw * 60 / 1920, 60px);
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .p-application__ttl {
    font-size: clamp(30px, 100vw * 30 / 375, 39px);
    line-height: 1.3;
  }
}

.p-point {
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.p-point__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: 0 auto;
}

.p-point__container::before {
  content: "";
  display: block;
  background-image: url(../images/common/wheat.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .p-point__container::before {
    width: calc(100% + 100vw - 1600px);
    left: calc(-1 * (100vw - 1600px) / 2);
  }
}

.p-point__container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.p-point__ttl {
  font-size: clamp(72px * 14 / 18, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .p-point__ttl {
    font-size: clamp(32px, 100vw * 32 / 375, 41.6px);
    line-height: 1.46875;
  }
}

.p-point__ttl-emphasis {
  font-size: clamp(180px * 14 / 18, 100vw * 180 / 1920, 180px);
  position: relative;
  text-shadow: 8px 8px 0 #E0CE94;
}
@media screen and (max-width: 699px) {
  .p-point__ttl-emphasis {
    font-size: clamp(100px, 100vw * 100 / 375, 130px);
    line-height: 0.8;
  }
}

@media screen and (max-width: 699px) {
  .p-point__sp-ttl {
    font-size: clamp(50px, 100vw * 50 / 375, 65px);
  }
}

.p-point__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 70px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.p-point__txt {
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
}
@media screen and (max-width: 699px) {
  .p-point__txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.p-point__item {
  padding: 5px 20px 30px;
  background-color: #fff;
  box-shadow: 3px 3px 16px -6px #333333;
  border-radius: 50px;
  width: 32%;
  min-width: 275px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 855px) {
  .p-point__item {
    width: 100%;
    padding: 5px 30px 20px;
  }
}

.p-point__item-no {
  font-size: clamp(100px * 14 / 18, 100vw * 100 / 1920, 100px);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.p-point__item-no span::after {
  content: "";
  background-image: url(../images/common/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 18px;
  width: 35px;
  height: 31px;
}
@media screen and (max-width: 699px) {
  .p-point__item-no span::after {
    width: 21px;
    height: 18px;
  }
}
@media screen and (max-width: 699px) {
  .p-point__item-no {
    font-size: clamp(64px, 100vw * 64 / 375, 83.2px);
  }
}

.p-point__item-ttl {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  line-height: 0.9761904762;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
  flex-grow: 1;
}
@media screen and (max-width: 699px) {
  .p-point__item-ttl {
    font-size: clamp(24px, 100vw * 24 / 375, 31.2px);
  }
}
.en-page .p-point__item-ttl {
  height: 7rem;
  flex-grow: 0;
}
@media screen and (max-width: 1079px) {
  .en-page .p-point__item-ttl {
    height: 9rem;
  }
}
@media screen and (max-width: 855px) {
  .en-page .p-point__item-ttl {
    height: auto;
  }
}

.p-point__item__title {
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 20px 0;
}
@media screen and (max-width: 699px) {
  .p-point__item__title {
    font-size: clamp(15px, 100vw * 15 / 375, 19.5px);
  }
}

.p-point__item-txt {
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .p-point__item-txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.p-slidersec {
  margin-bottom: 80px;
}
@media screen and (max-width: 499px) {
  .p-slidersec {
    display: none;
  }
}

.p-slidersec__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  padding: 80px 0;
  margin: -80px auto;
}

.p-experience {
  padding-top: 100px;
  padding-bottom: 5px;
  margin-top: -100px;
  position: relative;
}

.p-experience__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.p-experience__container {
  max-width: 1100px;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-experience__icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin: 0 auto 80px;
  align-items: center;
}

.p-experience__icon {
  display: block;
  max-width: 100%;
  padding: 20px 5px 20px 75px;
  background-color: #fff;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  overflow-wrap: break-word;
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .p-experience__icon {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}
.p-experience__icon.bed {
  background-image: url(../images/common/bed.svg);
}
.p-experience__icon.ex {
  background-image: url(../images/common/experience.svg);
}
.p-experience__icon.meal {
  background-image: url(../images/common/meal.svg);
}
.p-experience__icon.dog {
  background-image: url(../images/common/dog.svg);
}

.p-experience__content {
  display: grid;
  gap: 50px;
  margin: 0 auto 50px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .p-experience__content {
    grid-template-columns: 1fr;
  }
}

.p-experience__content.right .p-experience__desc {
  order: 2;
}
@media screen and (max-width: 959px) {
  .p-experience__content.right .p-experience__desc {
    order: 0;
  }
}

.p-experience__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-experience__img.right {
  background: url(../images/common/stay.jpg) no-repeat center center/cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 959px) {
  .p-experience__img.right {
    max-width: calc(100% - 50px);
    margin-left: 50px;
  }
}
.p-experience__img.right span {
  position: absolute;
  bottom: 25px;
  left: 50px;
  color: #ffffff;
}
.p-experience__img.left {
  background: url(../images/common/study.jpg) no-repeat center center/cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 959px) {
  .p-experience__img.left {
    max-width: calc(100% - 50px);
  }
}
.p-experience__img.left span {
  position: absolute;
  bottom: 25px;
  right: 50px;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .p-experience__img {
    height: 50vw;
  }
}
@media screen and (max-width: 699px) {
  .p-experience__img {
    height: 273px;
  }
}

.p-experience__desc-content.left {
  max-width: 600px;
  min-width: 490px;
  margin: 0 0 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .p-experience__desc-content.left {
    margin: 0 auto;
    min-width: initial;
    padding-left: 0;
  }
}

.p-experience__desc-content.right {
  min-width: 490px;
  padding-right: 50px;
}
@media screen and (max-width: 959px) {
  .p-experience__desc-content.right {
    margin: 0 auto;
    min-width: initial;
    padding-right: 0;
  }
}

.p-experience__desc.left {
  box-shadow: 3px 3px 16px -6px #333333;
  background: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding: 50px;
  padding-left: max((100vw - 1440px) / 2);
}
@media screen and (max-width: 959px) {
  .p-experience__desc.left {
    max-width: calc(100% - 30px);
    padding: 30px;
  }
}

.p-experience__desc.right {
  box-shadow: 3px 3px 16px -6px #333333;
  background: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 50px;
  padding-right: max((100vw - 1440px) / 2);
}
@media screen and (max-width: 959px) {
  .p-experience__desc.right {
    max-width: calc(100% - 30px);
    padding: 30px;
    margin-left: 30px;
  }
}

.p-experience__ttl {
  font-size: clamp(72px * 14 / 18, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.p-experience__ttl.en {
  font-size: clamp(53px * 14 / 18, 100vw * 53 / 1920, 53px);
}
.p-experience__ttl.orange {
  text-shadow: 5px 5px 0 #FBB03B;
  color: #DD5B05;
}
.p-experience__ttl.green {
  color: #576C07;
  text-shadow: 5px 5px 0 #8CC63F;
}
@media screen and (max-width: 699px) {
  .p-experience__ttl {
    font-size: clamp(31px, 100vw * 31 / 375, 40.3px);
  }
}

.orange span::after {
  content: "";
  background-image: url(../images/common/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: -0.4em;
  width: 40px;
  height: 35px;
}
@media screen and (max-width: 959px) {
  .orange span::after {
    display: none;
  }
}

.green span::after {
  content: "";
  background-image: url(../images/common/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -14px;
  right: -0.7em;
  width: 40px;
  height: 35px;
}
@media screen and (max-width: 959px) {
  .green span::after {
    display: none;
  }
}

.p-experience__desc-icon {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.p-experience__desc-icon li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 699px) {
  .p-experience__desc-icon li img {
    width: 30px;
    height: 30px;
  }
}

.p-experience__desc-txt {
  font-size: clamp(33px * 14 / 18, 100vw * 33 / 1920, 33px);
}
.p-experience__desc-txt.small {
  font-size: clamp(28px * 14 / 18, 100vw * 28 / 1920, 28px);
}
@media screen and (max-width: 699px) {
  .p-experience__desc-txt.small {
    font-size: clamp(15px, 100vw * 15 / 375, 19.5px);
  }
}
.p-experience__desc-txt span {
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
}
@media screen and (max-width: 699px) {
  .p-experience__desc-txt span {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}
@media screen and (max-width: 699px) {
  .p-experience__desc-txt {
    font-size: clamp(16px, 100vw * 16 / 375, 20.8px);
  }
}

.p-price__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  padding: 50px 0 200px;
  margin: -5px auto 0;
}
@media screen and (max-width: 699px) {
  .p-price__white_bg {
    padding-bottom: 100px;
  }
}

.p-price__border {
  border: 3px solid #E0CE94;
  border-radius: 50px;
  max-width: 1100px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1299px) {
  .p-price__border {
    margin: 0 10px 35px;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #fff;
  }
}

.p-price__content {
  max-width: 1100px;
  margin: 75px auto 45px;
  padding: 0 24px;
}
@media screen and (max-width: 1299px) {
  .p-price__content {
    padding: 0 10px;
  }
}

.p-price__ttl-content {
  display: flex;
  margin-bottom: 65px;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-price__ttl-content {
    flex-direction: column;
  }
}

.p-price__ttl {
  font-size: clamp(60px * 14 / 18, 100vw * 60 / 1920, 60px);
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .p-price__ttl {
    font-size: clamp(36px, 100vw * 36 / 375, 46.8px);
  }
}

.p-price__ttl-txt {
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 699px) {
  .p-price__ttl-txt {
    font-size: clamp(20px, 100vw * 20 / 375, 26px);
  }
}

.p-price__img {
  margin-bottom: 50px;
}

.p-price-txt {
  text-align: center;
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-price-txt {
    text-align: left;
    margin-left: 10%;
  }
}
@media screen and (max-width: 699px) {
  .p-price-txt {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}

.p-price-txt::after {
  content: "";
  display: block;
  background-image: url(../images/jp/Chachamaru1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -34px;
  right: 200px;
  width: 230px;
  height: 240px;
}
.en-page .p-price-txt::after {
  background-image: url(../images/en/Chachamaru1.png);
}
@media screen and (max-width: 1299px) {
  .p-price-txt::after {
    right: 110px;
    width: 190px;
    height: 200px;
  }
}
@media screen and (max-width: 1049px) {
  .p-price-txt::after {
    right: 30px;
  }
}
@media screen and (max-width: 799px) {
  .p-price-txt::after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-price-txt::after {
    width: 140px;
    height: 150px;
  }
}

.p-access__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: -5px auto 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 699px) {
  .p-access__white_bg {
    padding-bottom: 180px;
  }
}

.p-access__container {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.p-access__ttl {
  font-size: clamp(72px * 14 / 18, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .p-access__ttl {
    font-size: clamp(40px, 100vw * 40 / 375, 52px);
  }
}

.p-access__img {
  max-width: 700px;
  margin-bottom: 80px;
}

.p-access__dec {
  counter-reset: number;
  position: relative;
  margin-bottom: 70px;
}
.p-access__dec.en {
  padding-right: 100px;
}
@media screen and (max-width: 959px) {
  .p-access__dec.en {
    padding-right: 0;
  }
}

.p-access__dec::after {
  content: "";
  display: block;
  background-image: url(../images/common/map.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  margin-right: calc(50% - 50vw);
  width: calc(100% - 650px);
  height: auto;
  aspect-ratio: 920/1252;
  background-size: 100% auto;
}
@media screen and (max-width: 959px) {
  .p-access__dec::after {
    display: none;
  }
}

.p-access__dec::before {
  content: "";
  display: block;
  background-image: url(../images/common/wave.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.p-access__dec li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-access__dec li {
    padding-left: 10px;
  }
}

.p-access__dec-ttl {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  display: inline-block;
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 150px;
  overflow-wrap: break-word;
  min-width: 610px;
  width: 65%;
}
@media screen and (max-width: 959px) {
  .p-access__dec-ttl {
    display: flex;
    gap: 10px;
    padding-top: 60px;
    background-position: top center;
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 699px) {
  .p-access__dec-ttl {
    font-size: clamp(21px, 100vw * 21 / 375, 27.3px);
    background-size: 100px;
    padding-top: 40px;
  }
}
.p-access__dec-ttl.en {
  max-width: 800px;
  width: 84%;
}
@media screen and (max-width: 1449px) {
  .p-access__dec-ttl.en {
    width: 70%;
    min-width: 640px;
  }
}
@media screen and (max-width: 699px) {
  .p-access__dec-ttl.en {
    font-size: clamp(17px, 100vw * 17 / 375, 22.1px);
    width: 100%;
    min-width: initial;
  }
}
.p-access__dec-ttl.plane {
  background-image: url(../images/common/plane.png);
}
.p-access__dec-ttl.train {
  background-image: url(../images/common/train.png);
}
.p-access__dec-ttl.car {
  background-image: url(../images/common/car.png);
}
.p-access__dec-ttl::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #42210B;
  border-radius: 50%;
  background-color: #42210B;
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-access__dec-ttl::before {
    position: relative;
    font-size: clamp(30px * 14 / 18, 100vw * 30 / 1920, 30px);
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    flex-shrink: 0;
  }
}

.p-access__dec-txt {
  font-size: clamp(24px * 14 / 18, 100vw * 24 / 1920, 24px);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-access__dec-txt {
    padding-left: 2.6em;
  }
}
@media screen and (max-width: 699px) {
  .p-access__dec-txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}
.p-access__dec-txt span {
  font-size: clamp(33px * 14 / 18, 100vw * 33 / 1920, 33px);
}
@media screen and (max-width: 699px) {
  .p-access__dec-txt span {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}
@media screen and (max-width: 699px) {
  .p-access__dec-txt.en {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}

.p-access__txt {
  font-size: clamp(33px * 14 / 18, 100vw * 33 / 1920, 33px);
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .p-access__txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
  }
}

.p-access__note {
  font-size: clamp(23px * 14 / 18, 100vw * 23 / 1920, 23px);
  font-weight: 500;
}
@media screen and (max-width: 699px) {
  .p-access__note {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
  }
}

.p-access__sp-map {
  display: none;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-access__sp-map {
    display: block;
  }
}
.p-access__sp-map::before {
  content: "";
  background-image: url(../images/common/wave.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: calc(100% - 40px);
  height: 10px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.p-review__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: -5px auto 0;
  padding-bottom: 130px;
}

.p-review__container {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.p-review__ttl {
  margin: 0 auto 80px;
  font-size: clamp(72px * 14 / 18, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  display: block;
  background-position: right 60px center;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}
.p-review__ttl span {
  font-size: 1.4em;
  position: relative;
}
.p-review__ttl.wave {
  background-size: calc(100% - 9em) 10px;
  background-image: url(../images/common/wave.svg);
}
@media screen and (max-width: 959px) {
  .p-review__ttl.wave {
    background-image: none;
  }
}
@media screen and (max-width: 1439px) {
  .p-review__ttl {
    max-width: 800px;
  }
}
@media screen and (max-width: 1079px) {
  .p-review__ttl {
    max-width: 600px;
  }
}
@media screen and (max-width: 959px) {
  .p-review__ttl {
    text-align: center;
    font-size: clamp(33px, 100vw * 33 / 375, 42.9px);
  }
}

.p-review__ttl span::after {
  content: "";
  background-image: url(../images/common/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -12px;
  left: 1.1em;
  width: 40px;
  height: 35px;
}

.p-review__ttl::before {
  content: "";
  display: block;
  background-image: url(../images/common/chachamaru2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -37px;
  left: 0;
  width: 120px;
  height: 185px;
  transform: translateX(-113%);
}
@media screen and (max-width: 959px) {
  .p-review__ttl::before {
    transform: translateX(-30%);
    top: -68px;
  }
}
@media screen and (max-width: 499px) {
  .p-review__ttl::before {
    width: 90px;
    height: 140px;
    top: -34px;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 399px) {
  .p-review__ttl::before {
    width: 60px;
    height: 93px;
    top: -16px;
    transform: translateX(-30%);
  }
}

.p-review__ttl-en {
  margin: 0 auto 80px;
  font-size: clamp(72px * 14 / 18, 100vw * 72 / 1920, 72px);
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-review__ttl-en {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1079px) {
  .p-review__ttl-en {
    padding-left: 150px;
  }
}
@media screen and (max-width: 959px) {
  .p-review__ttl-en {
    font-size: clamp(33px, 100vw * 33 / 375, 42.9px);
  }
}
@media screen and (max-width: 539px) {
  .p-review__ttl-en {
    font-size: clamp(24px, 100vw * 24 / 375, 31.2px);
    padding-left: 100px;
  }
}
@media screen and (max-width: 399px) {
  .p-review__ttl-en {
    padding-left: 65px;
  }
}
.p-review__ttl-en span {
  position: relative;
}
.p-review__ttl-en span::before {
  content: "";
  background-image: url(../images/common/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -0.5em;
  width: 40px;
  height: 35px;
}
@media screen and (max-width: 1079px) {
  .p-review__ttl-en span::before {
    right: 2em;
  }
}
@media screen and (max-width: 539px) {
  .p-review__ttl-en span::before {
    right: 1.7em;
    top: -20px;
  }
}
.p-review__ttl-en::before {
  content: "";
  display: block;
  background-image: url(../images/common/chachamaru2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -37px;
  width: 120px;
  height: 185px;
  transform: translateX(-113%);
}
@media screen and (max-width: 959px) {
  .p-review__ttl-en::before {
    top: -68px;
  }
}
@media screen and (max-width: 499px) {
  .p-review__ttl-en::before {
    width: 90px;
    height: 140px;
    top: -34px;
  }
}
@media screen and (max-width: 399px) {
  .p-review__ttl-en::before {
    width: 60px;
    height: 93px;
    top: -16px;
  }
}

.p-review__content {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.p-review__card {
  width: 31%;
  min-width: 300px;
  box-shadow: 2px 3px 16px -6px #333333;
  border-radius: 50px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 829px) {
  .p-review__card {
    width: 90%;
    min-width: initial;
  }
}
@media screen and (max-width: 419px) {
  .p-review__card {
    width: 315px;
    padding: 30px 25px;
  }
}
.p-review__card.ja {
  background-color: #F0E7E1;
}
.p-review__card.can {
  background-color: #E5EDB6;
}
.p-review__card.fr {
  background-color: #E7F5D7;
}

.p-review__card-ttl {
  font-size: clamp(25px * 14 / 18, 100vw * 25 / 1920, 25px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 24px;
  height: 4.2em;
}
.en-page .p-review__card-ttl {
  height: 5.6em;
}
@media screen and (max-width: 1749px) {
  .p-review__card-ttl {
    height: 2.8em;
  }
}
@media screen and (max-width: 999px) {
  .p-review__card-ttl {
    height: auto;
  }
}
@media screen and (max-width: 699px) {
  .p-review__card-ttl {
    font-size: clamp(19px, 100vw * 19 / 375, 24.7px);
  }
}

.p-review__card-txt {
  font-size: clamp(18px * 14 / 18, 100vw * 18 / 1920, 18px);
  margin-bottom: 30px;
  flex-grow: 1;
}
@media screen and (max-width: 699px) {
  .p-review__card-txt {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
    margin-bottom: 20px;
  }
}

.p-reviewer {
  font-size: clamp(20px * 14 / 18, 100vw * 20 / 1920, 20px);
  font-weight: 700;
  display: block;
  padding: 20px 0 10px 120px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}
@media screen and (max-width: 699px) {
  .p-reviewer {
    font-size: clamp(14px, 100vw * 14 / 375, 18.2px);
    padding: 20px 0 10px 125px;
  }
}
.p-reviewer.ja {
  background-size: 80px 80px;
  background-image: url(../images/common/girl_japanese.png);
}
.p-reviewer.can {
  background-size: 80px 80px;
  background-image: url(../images/common/boy_canadian.png);
}
.p-reviewer.fr {
  background-size: 100px 80px;
  background-image: url(../images/common/girl_French.png);
}
.p-reviewer span {
  font-size: 1.2rem;
}

.p-owner__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: -5px auto 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .p-owner__white_bg {
    padding-bottom: 65px;
  }
}

.p-owner__container {
  max-width: 1440px;
  margin: 0 auto 240px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-owner__container {
    margin-bottom: 0;
  }
}

.p-owner__ttl {
  font-size: clamp(60px * 14 / 18, 100vw * 60 / 1920, 60px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .p-owner__ttl {
    font-size: clamp(40px, 100vw * 40 / 375, 52px);
  }
}

.p-owner__content {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 0 150px;
}
@media screen and (max-width: 1439px) {
  .p-owner__content {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-owner__content {
    flex-direction: column;
    padding: 0 10px;
  }
}

.p-owner__dec {
  max-width: 400px;
  position: relative;
  padding: 40px 25px;
}
@media screen and (max-width: 1079px) {
  .p-owner__dec {
    box-shadow: 2px 3px 16px -6px #333333;
    background-color: #ffffff;
    border-radius: 56px;
  }
}
@media screen and (max-width: 959px) {
  .p-owner__dec {
    max-width: 100%;
  }
}

.p-owner__dec-container {
  position: relative;
}
.p-owner__dec-container.nao::before {
  content: "";
  display: block;
  background-image: url(../images/common/nao_fukuoka.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 0;
  width: 200px;
  height: 619px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1219px) {
  .p-owner__dec-container.nao::before {
    transform: translateX(-72%);
    width: 180px;
  }
}
@media screen and (max-width: 959px) {
  .p-owner__dec-container.nao::before {
    background-image: url(../images/common/nao_upper.png);
    background-position: bottom center;
    transform: none;
    position: static;
    width: 100%;
    height: 240px;
  }
}
.p-owner__dec-container.yoka::before {
  content: "";
  display: block;
  background-image: url(../images/common/yoka_tanaka.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -122px;
  right: 0;
  width: 250px;
  height: 687px;
  transform: translateX(75%);
}
@media screen and (max-width: 1219px) {
  .p-owner__dec-container.yoka::before {
    transform: translateX(60%);
    width: 220px;
  }
}
@media screen and (max-width: 959px) {
  .p-owner__dec-container.yoka::before {
    background-image: url(../images/common/yoka_upper.png);
    background-position: bottom center;
    transform: none;
    position: static;
    width: 100%;
    height: 240px;
  }
}

.p-owner__name {
  font-size: clamp(54px * 14 / 18, 100vw * 54 / 1920, 54px);
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .p-owner__name {
    font-size: clamp(38px, 100vw * 38 / 375, 49.4px);
  }
}
.p-owner__name span {
  font-size: 0.5em;
}
.p-owner__name.ore {
  color: #DD5B05;
}
.p-owner__name.gre {
  color: #576C07;
}

.p-owner__dec-txt {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

.p-owner__dog {
  position: relative;
  margin-top: 30px;
}

.p-owner__dog-content {
  max-width: 400px;
  position: absolute;
  padding: 40px 25px;
  left: 50%;
}
.p-owner__dog-content::before {
  content: "";
  display: block;
  background-image: url(../images/common/chachamaru3.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 25px;
  left: -120%;
  width: 479px;
  height: 178px;
}
@media screen and (max-width: 959px) {
  .p-owner__dog-content::before {
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 699px) {
  .p-owner__dog-content::before {
    top: -122px;
    width: 360px;
    height: 127px;
  }
}
@media screen and (max-width: 1079px) {
  .p-owner__dog-content {
    box-shadow: 2px 3px 16px -6px #333333;
    background-color: #ffffff;
    border-radius: 56px;
  }
}
@media screen and (max-width: 959px) {
  .p-owner__dog-content {
    max-width: 100%;
    background-position: bottom center;
    position: static;
    margin: 200px 10px 0;
  }
}

.p-owner__dog-name {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  margin-bottom: 35px;
}
.p-owner__dog-name span {
  font-size: 0.5em;
}
@media screen and (max-width: 959px) {
  .p-owner__dog-name {
    text-align: center;
  }
}

.p-contact__white_bg {
  max-width: 1600px;
  width: calc(100% - 40px);
  background: #ffffff;
  margin: -5px auto 0;
  padding-bottom: 100px;
}

.p-contact__container {
  max-width: 1100px;
  border-radius: 50px;
  background-color: #F4EEDA;
  padding: 70px 100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .p-contact__container {
    margin: 0 10px;
  }
}
@media screen and (max-width: 699px) {
  .p-contact__container {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 499px) {
  .p-contact__container {
    padding: 50px 10px;
  }
}

.p-contact__ttl {
  font-size: clamp(60px * 14 / 18, 100vw * 60 / 1920, 60px);
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 699px) {
  .p-contact__ttl {
    font-size: clamp(40px, 100vw * 40 / 375, 52px);
  }
}

.p-contact__txt {
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  letter-spacing: 0.06em;
  font-weight: 900;
  margin-bottom: 70px;
}
@media screen and (max-width: 699px) {
  .p-contact__txt {
    font-size: clamp(18px, 100vw * 18 / 375, 23.4px);
    font-weight: 700;
  }
}

.p-contact__btn {
  color: #42210B;
  font-size: clamp(36px * 14 / 18, 100vw * 36 / 1920, 36px);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  max-width: 500px;
  padding: 27px 48px;
  border: 3px solid #42210B;
  border-radius: 60px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .p-contact__btn {
    font-size: clamp(23px, 100vw * 23 / 375, 29.9px);
    padding: 10px 20px;
  }
}

.p-contact__btn:hover {
  color: #ffffff;
  background-color: #42210B;
}/*# sourceMappingURL=style.css.map */