/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
lp
========================================================= */
.p-lp {
  overflow: hidden;
}
.p-lp-mv {
  background-color: #fcf9dc;
  position: relative;
}
.p-lp-mv_nav {
  background-image: url(../images/mv-btn-bg.webp);
  background-repeat: repeat-x;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 15px 10%;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-lp-mv_nav {
    flex-direction: row;
    gap: 2%;
    height: 80px;
    padding: 0 2%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-lp-mv_nav > li {
  max-width: 500px;
}
.p-lp-mv_nav > li a {
  display: block;
}
.p-lp-about {
  background: url(../images/about-bg01.webp) no-repeat top center;
  background-size: contain;
  background-color: #F2F0E9;
  padding: 3% 0 0;
  position: relative;
}
.p-lp-about-container {
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .p-lp-about-container {
    width: 1400px;
  }
}
.p-lp-about-container--wrap {
  margin: 0 auto 2%;
  max-width: 1200px;
}
.p-lp-about-title {
  margin: 0 auto 5%;
  max-width: 416px;
}
@media screen and (min-width: 860px) {
  .p-lp-about-title {
    margin-bottom: 25px;
  }
}
.p-lp-about--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 860px) {
  .p-lp-about--list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-lp-about--item a {
  box-shadow: 0px 0px 15px -5px #777777;
  display: block;
  transition: 0.3s;
}
.p-lp-about--item a:hover {
  opacity: 0.7;
}
.p-lp-about--item a picture {
  border-radius: 10px;
  background: #fff;
  display: block;
  overflow: hidden;
  width: auto;
}
.p-lp-about--item a picture img {
  width: 100%;
}
.p-lp-dogrun {
  background: url(../images/about-bg02.webp) no-repeat top center;
  background-size: contain;
  background-color: #E9C79D;
  padding: 3% 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-dogrun {
    padding: 10% 0 0;
  }
}
.p-lp-dogrun-container {
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .p-lp-dogrun-container {
    width: 1400px;
  }
}
.p-lp-dogrun-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-dogrun picture {
  display: inline-block;
  margin-left: -6%;
}
@media screen and (min-width: 860px) {
  .p-lp-dogrun picture {
    margin-left: -26%;
  }
}
.p-lp-dogrun-price {
  margin: 20px auto 0;
  max-width: 836px;
}
.p-lp-dogrun-price table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-lp-dogrun-price table tr {
  border: 2px solid #437d33;
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-lp-dogrun-price table tr {
    display: table;
    font-size: 20px;
  }
}
.p-lp-dogrun-price table tr th {
  background: #437d33;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 860px) {
  .p-lp-dogrun-price table tr th {
    border: 2px solid #437d33;
    display: table-cell;
    width: 10%;
  }
}
.p-lp-dogrun-price table tr td {
  border: 2px solid #437d33;
  border-top: none;
  background: #fff;
  color: #000;
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 860px) {
  .p-lp-dogrun-price table tr td {
    border: 2px solid #437d33;
    display: table-cell;
    width: 45%;
  }
}
.p-lp-dogrun-price p {
  color: #000;
  font-size: clamp(15px, 1.61vw, 16px);
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-lp-dogrun-price p {
    font-size: 16px;
    margin-top: 40px;
  }
}
.p-lp-bbq {
  background: url(../images/about-bg03.webp) no-repeat top center;
  background-size: contain;
  background-color: #5A9745;
  padding: 3% 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-bbq {
    padding: 7% 0 2%;
  }
}
.p-lp-bbq-container {
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .p-lp-bbq-container {
    width: 1400px;
  }
}
.p-lp-bbq-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-bbq picture {
  display: inline-block;
  margin-right: -15%;
}
@media screen and (min-width: 860px) {
  .p-lp-bbq picture {
    margin-right: -13%;
  }
}
.p-lp-bbq-price {
  margin-top: 20px;
}
.p-lp-bbq-price #bbq-price-title {
  display: none;
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-lp-bbq-price--box {
  background: #ffffff;
  border: 2px solid #4f7039;
  margin-bottom: 20px;
}
.p-lp-bbq-price--box.wide {
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--box.wide .p-lp-bbq-price--note {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--box.wide .p-lp-bbq-price--dog {
    width: 50%;
  }
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--box.wide .p-lp-bbq-price--dog .p-lp-bbq-price--list {
    width: 100%;
  }
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--box.wide .p-lp-bbq-price--list {
    width: 50%;
  }
}
.p-lp-bbq-price--title {
  background: #4f7039;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 992px) {
  .p-lp-bbq-price--title {
    font-size: 20px;
  }
}
.p-lp-bbq-price--list {
  padding: 10px 20px 0;
}
.p-lp-bbq-price--list div {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 992px) {
  .p-lp-bbq-price--list div {
    font-size: 20px;
  }
}
.p-lp-bbq-price--list div dt {
  display: table-cell;
  text-align: left;
  width: 55%;
}
.p-lp-bbq-price--list div dd {
  display: table-cell;
  text-align: right;
  width: 45%;
}
.p-lp-bbq-price--list div dd span {
  font-size: 50%;
}
.p-lp-bbq-price--note {
  padding: 0 10px 10px;
  font-size: clamp(16px, 2vw, 18px);
}
@media screen and (min-width: 992px) {
  .p-lp-bbq-price--note {
    font-size: 16px;
  }
}
@media screen and (min-width: 860px) {
  .p-lp-bbq-price--columns {
    display: flex;
  }
}
.p-lp-bbq-price--caption {
  color: #ffffff;
  text-align: center;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .p-lp-bbq-price--caption {
    font-size: 14px;
  }
}
.p-lp-bbq-price--link {
  padding: 10px;
  text-align: center;
}
.p-lp-bbq-price--button {
  background: #ffffff;
  border: 1px solid #597e40;
  border-radius: 10px;
  color: #597e40;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  transition: 0.3s;
}
.p-lp-bbq-price--button:hover {
  opacity: 0.7;
}
.p-lp-autocamping {
  background: url(../images/about-bg04.webp) no-repeat top center;
  background-size: contain;
  background-color: #EC9B50;
  padding: 3% 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping {
    padding: 7% 0 2%;
  }
}
.p-lp-autocamping-container {
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .p-lp-autocamping-container {
    width: 1400px;
  }
}
.p-lp-autocamping-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-autocamping-price {
  margin: 10px auto 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping-price {
    margin: 20px auto 0;
  }
}
.p-lp-autocamping-price--title {
  background: #4f7039;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.p-lp-autocamping-price table {
  border: 1px solid #4f7039;
  background-color: #ffffff;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping-price table {
    background: url(../images/about-icon.webp) no-repeat bottom 10px right 10px;
    background-size: 100px auto;
    background-color: #ffffff;
    font-size: 20px;
  }
}
.p-lp-autocamping-price table tr {
  display: block;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping-price table tr {
    display: table;
    width: calc(100% - 100px);
  }
}
.p-lp-autocamping-price table tr th {
  display: block;
  padding: 10px 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping-price table tr th {
    text-align: left;
    display: table-cell;
    width: 70%;
  }
}
.p-lp-autocamping-price table tr td {
  border-bottom: 1px dotted #437d33;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-lp-autocamping-price table tr td {
    border: none;
    display: table-cell;
    text-align: right;
    width: 30%;
  }
}
.p-lp-autocamping-price table tr td .small {
  font-size: 60%;
}
.p-lp-facility {
  background: url(../images/facility-bg02.webp) repeat-y center;
  background-size: 100%;
  background-color: #F2F0E9;
  position: relative;
}
.p-lp-facility:after {
  content: "";
  display: block;
  background: url(../images/how-bg01.webp) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30%;
}
.p-lp-facility-container {
  background: url(../images/facility-bg01.webp) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  overflow: hidden;
  padding: 12vw 0;
  position: relative;
  z-index: 10;
}
.p-lp-facility-container--wrap {
  margin: auto;
  max-width: 1200px;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-facility-container--wrap {
    width: 1400px;
  }
}
.p-lp-facility-title {
  margin: 0 auto 5%;
  max-width: 416px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-title {
    margin-bottom: 25px;
  }
}
.p-lp-facility picture {
  display: inline-block;
}
.p-lp-facility-price {
  border-top: 5px dotted #e3c8a2;
  padding-top: 20px;
  margin-top: 20px;
}
.p-lp-facility-price-title {
  margin: 0 auto 5%;
  max-width: 416px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price-title {
    margin-bottom: 25px;
  }
}
.p-lp-facility-price__list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-lp-facility-price__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.p-lp-facility-price__card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__card--wide {
    grid-column: 1/-1;
    min-height: auto;
  }
}
.p-lp-facility-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #437d33;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__title {
    min-height: 42px;
    padding: 8px;
    font-size: 20px;
  }
}
.p-lp-facility-price__items {
  display: grid;
  gap: 12px;
  padding: 24px 20px 16px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__items {
    gap: 8px;
    padding: 18px 16px 12px;
  }
}
.p-lp-facility-price__items div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 992px) {
  .p-lp-facility-price__items div {
    font-size: 20px;
  }
}
.p-lp-facility-price__items dt {
  font-weight: 700;
  line-height: 1.4;
}
.p-lp-facility-price__items dt span {
  font-size: 65%;
}
.p-lp-facility-price__items dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.p-lp-facility-price__note {
  margin: auto 16px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #437d33;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__note {
    margin: auto 16px 10px;
    font-size: 10px;
  }
}
.p-lp-facility-price__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 180px;
  margin: auto 0 20px;
  padding: 8px 20px;
  border: 2px solid #437d33;
  border-radius: 8px;
  background: #fff;
  color: #437d33;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__button {
    min-width: 130px;
    margin-bottom: 16px;
    padding: 6px 12px;
    font-size: 12px;
  }
}
.p-lp-facility-price__button:hover {
  background: #437d33;
  color: #fff;
}
.p-lp-facility-price__camp {
  display: grid;
  gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__camp {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 16px 180px;
  }
}
.p-lp-facility-price__camp p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__camp p {
    font-size: 12px;
  }
}
.p-lp-facility-price__camp p span {
  margin-right: 12px;
  font-size: 22px;
}
@media screen and (min-width: 860px) {
  .p-lp-facility-price__camp p span {
    font-size: 18px;
  }
}
.p-lp-facility-price__camp .p-lp-facility-price__button {
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.p-lp-facility-price__camp .p-lp-facility-price__button:hover {
  opacity: 0.7;
}
.p-lp-how {
  background-color: #EAC588;
  padding: 0 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-how {
    padding: 0;
  }
}
.p-lp-how-container {
  margin: 0 auto;
  overflow: hidden;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-how-container {
    width: 1400px;
  }
}
.p-lp-how-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-how-title {
  margin: 0 auto 5%;
  max-width: 586px;
}
@media screen and (min-width: 860px) {
  .p-lp-how-title {
    margin-bottom: 25px;
  }
}
.p-lp-reservation {
  background-color: #dadada;
  background-image: url(../images/reservation-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 12vw 0;
}
.p-lp-reservation-container {
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-reservation-container {
    width: 1400px;
  }
}
.p-lp-reservation-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-reservation-title {
  margin: auto;
  max-width: 628px;
}
.p-lp-reservation-tab > input {
  display: none;
}
.p-lp-reservation-ui {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: clamp(20px, 2vw, 40px);
}
@media screen and (min-width: 860px) {
  .p-lp-reservation-ui {
    gap: 2%;
  }
}
.p-lp-reservation-ui li {
  max-width: 305px;
  width: 48%;
}
@media screen and (min-width: 860px) {
  .p-lp-reservation-ui li {
    width: 32%;
  }
}
.p-lp-reservation-ui label {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 860px) {
  .p-lp-reservation-ui label {
    min-height: 71px;
  }
}
.p-lp-reservation-ui label:hover {
  transform: translateY(-3px);
}
.p-lp-reservation-ui .bbq label {
  background: #f17233;
}
.p-lp-reservation-ui .camp label {
  background: #68954f;
}
.p-lp-reservation-ui .dogrun label {
  background: #ffd45a;
}
.p-lp-reservation-panel {
  display: none;
  margin-top: clamp(30px, 4vw, 60px);
}
.p-lp-reservation-panel iframe {
  display: block;
  border: 0;
  width: 100%;
}
.p-lp-reservation #reservation-bbq:checked ~ .p-lp-reservation-panel--bbq,
.p-lp-reservation #reservation-camp:checked ~ .p-lp-reservation-panel--camp,
.p-lp-reservation #reservation-dogrun:checked ~ .p-lp-reservation-panel--dogrun {
  display: block;
}
.p-lp-reservation #reservation-bbq:checked ~ .p-lp-reservation-ui .bbq label,
.p-lp-reservation #reservation-camp:checked ~ .p-lp-reservation-ui .camp label,
.p-lp-reservation #reservation-dogrun:checked ~ .p-lp-reservation-ui .dogrun label {
  box-shadow: 0 0 0 4px #fff, 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.p-lp-reservation #reservation-bbq:checked ~ .p-lp-reservation-ui .bbq label {
  background: #c94d10;
}
.p-lp-reservation #reservation-camp:checked ~ .p-lp-reservation-ui .camp label {
  background: #3d6a29;
}
.p-lp-reservation #reservation-dogrun:checked ~ .p-lp-reservation-ui .dogrun label {
  background: #fdc40a;
}
.p-lp-reservation_form {
  position: relative;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 24px 18px 28px;
  border: 4px solid #4f8f3a;
  border-radius: 28px;
  background: #fffdf4;
  box-shadow: 0 12px 0 rgba(70, 112, 48, 0.18);
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form {
    margin-top: 42px;
    padding: 38px 42px 44px;
    border-radius: 36px;
  }
}
.p-lp-reservation_form::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(244, 160, 58, 0.22);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form::before {
    top: -70px;
    right: -60px;
    width: 190px;
    height: 190px;
  }
}
.p-lp-reservation_form::after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: -42px;
  width: 120px;
  height: 120px;
  border-radius: 45% 55% 52% 48%;
  background: rgba(105, 156, 63, 0.18);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form::after {
    bottom: -72px;
    left: -60px;
    width: 170px;
    height: 170px;
  }
}
.p-lp-reservation_form--head {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form--head {
    margin-bottom: 34px;
  }
}
.p-lp-reservation_form--en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #4f8f3a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-lp-reservation_form--title {
  margin: 14px 0 0;
  color: #3f6f2d;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.35;
}
.p-lp-reservation_form--lead {
  margin: 10px 0 0;
  color: #5f4b35;
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.8;
}
.p-lp-reservation_form--body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form--body {
    gap: 18px;
  }
}
.p-lp-reservation_form--field {
  display: grid;
  gap: 12px;
  padding: 18px 16px;
  border: 2px solid #efe1be;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 0 rgba(169, 132, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form--field {
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 22px 24px;
    border-radius: 22px;
  }
}
.p-lp-reservation_form--field > *:not(.p-lp-reservation_label) {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_form--privacy {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
.p-lp-reservation_form--privacy .p-lp-reservation_label {
  padding-top: 0;
}
.p-lp-reservation_form input[type=text],
.p-lp-reservation_form input[type=email],
.p-lp-reservation_form input[type=tel],
.p-lp-reservation_form select {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 54px;
  padding: 0 16px;
  border: 2px solid #dfcfaa;
  border-radius: 12px;
  background: #fffdf7;
  color: #4a392b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.p-lp-reservation_form input[type=text]::-moz-placeholder, .p-lp-reservation_form input[type=email]::-moz-placeholder, .p-lp-reservation_form input[type=tel]::-moz-placeholder, .p-lp-reservation_form select::-moz-placeholder {
  color: #b5a68e;
}
.p-lp-reservation_form input[type=text]::placeholder,
.p-lp-reservation_form input[type=email]::placeholder,
.p-lp-reservation_form input[type=tel]::placeholder,
.p-lp-reservation_form select::placeholder {
  color: #b5a68e;
}
.p-lp-reservation_form input[type=text]:focus,
.p-lp-reservation_form input[type=email]:focus,
.p-lp-reservation_form input[type=tel]:focus,
.p-lp-reservation_form select:focus {
  outline: none;
  border-color: #4f8f3a;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(79, 143, 58, 0.16);
}
.p-lp-reservation_form select {
  padding-right: 34px;
  cursor: pointer;
}
.p-lp-reservation_label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #3f6f2d;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_label {
    padding-top: 0;
    font-size: 1.6rem;
  }
}
.p-lp-reservation_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f08a2b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}
.p-lp-reservation_split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 640px);
}
@media screen and (max-width: 767px) {
  .p-lp-reservation_split {
    grid-template-columns: 1fr;
  }
}
.p-lp-reservation_split--item {
  min-width: 0;
}
.p-lp-reservation_tel {
  width: min(100%, 520px);
}
.p-lp-reservation_tel .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #5f4b35;
  font-size: 1.5rem;
  font-weight: 800;
}
.p-lp-reservation_tel input[type=text],
.p-lp-reservation_tel input[type=tel] {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  text-align: center;
}
.p-lp-reservation_count {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 720px);
}
@media screen and (max-width: 767px) {
  .p-lp-reservation_count {
    grid-template-columns: 1fr;
  }
}
.p-lp-reservation_count--item {
  display: grid;
  grid-template-columns: auto minmax(72px, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: #f8f2df;
}
.p-lp-reservation_count--name {
  color: #3f6f2d;
  font-size: 1.4rem;
  font-weight: 800;
  white-space: nowrap;
}
.p-lp-reservation_count--unit {
  color: #5f4b35;
  font-size: 1.4rem;
  font-weight: 800;
  white-space: nowrap;
}
.p-lp-reservation_count select {
  min-width: 72px;
  padding-right: 28px;
}
.p-lp-reservation_options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.p-lp-reservation_options .mwform-checkbox-field {
  display: inline-flex;
  margin: 0;
}
.p-lp-reservation_options .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
.p-lp-reservation_options .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 15px;
  border: 2px solid #dfcfaa;
  border-radius: 999px;
  background: #fffdf7;
  color: #4a392b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.p-lp-reservation_options .mwform-checkbox-field input {
  width: 16px;
  height: 16px;
  accent-color: #4f8f3a;
}
.p-lp-reservation_note {
  margin: 2px 0 0;
  color: #8a765b;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_note {
    grid-column: 2/3;
  }
}
.p-lp-reservation_privacy {
  max-height: 220px;
  overflow-y: auto;
  padding: 18px;
  border: 2px solid #dfcfaa;
  border-radius: 16px;
  background: #fffdf7;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_privacy {
    max-height: 260px;
    padding: 22px;
  }
}
.p-lp-reservation_privacy--title {
  margin: 0 0 14px;
  color: #3f6f2d;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
}
.p-lp-reservation_privacy--heading {
  margin: 18px 0 8px;
  color: #4f8f3a;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}
.p-lp-reservation_privacy--text {
  margin: 0;
  color: #5f4b35;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}
.p-lp-reservation_privacy--text + .p-lp-reservation_privacy--text {
  margin-top: 12px;
}
.p-lp-reservation_agree {
  margin-top: 14px;
}
.p-lp-reservation_agree .mwform-checkbox-field {
  display: inline-flex;
  margin: 0;
}
.p-lp-reservation_agree .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
.p-lp-reservation_agree .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border: 2px solid #4f8f3a;
  border-radius: 999px;
  background: #f3faef;
  color: #3f6f2d;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}
.p-lp-reservation_agree .mwform-checkbox-field input {
  width: 18px;
  height: 18px;
  accent-color: #4f8f3a;
}
.p-lp-reservation_agree .mwform-checkbox-field input:disabled + span {
  opacity: 0.45;
}
.p-lp-reservation_notice {
  margin: 10px 0 0;
  color: #9a6a2f;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-lp-reservation_submit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_submit {
    flex-direction: row;
    margin-top: 34px;
  }
}
.p-lp-reservation_submit--btn, .p-lp-reservation_submit--back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 56px;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.p-lp-reservation_submit--btn:hover, .p-lp-reservation_submit--back:hover {
  transform: translateY(-2px);
}
.p-lp-reservation_submit--btn {
  border: 2px solid #d8731e;
  background: #f08a2b;
  color: #fff;
  box-shadow: 0 6px 0 #c76719;
}
.p-lp-reservation_submit--btn:hover {
  box-shadow: 0 8px 0 #c76719;
}
.p-lp-reservation_submit--back {
  border: 2px solid #c9b990;
  background: #fffdf7;
  color: #6e5838;
  box-shadow: 0 4px 0 rgba(130, 100, 55, 0.22);
}
.p-lp-reservation .p-lp-reservation_form .error {
  display: block;
  margin-top: 8px;
  color: #d9442f;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
}
.p-lp-reservation_type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-lp-reservation_type .mwform-radio-field {
  display: inline-flex;
  margin: 0;
}
.p-lp-reservation_type .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
.p-lp-reservation_type .mwform-radio-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid #dfcfaa;
  border-radius: 999px;
  background: #fffdf7;
  color: #4a392b;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}
.p-lp-reservation_type .mwform-radio-field input {
  width: 17px;
  height: 17px;
  accent-color: #4f8f3a;
}
.p-lp-reservation_branch {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_branch {
    gap: 18px;
  }
}
.p-lp-reservation_branch.is-hide {
  display: none;
}
.p-lp-reservation_textarea,
.p-lp-reservation textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 140px;
  padding: 16px;
  border: 2px solid #dfcfaa;
  border-radius: 12px;
  background: #fffdf7;
  color: #4a392b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.p-lp-reservation_textarea::-moz-placeholder, .p-lp-reservation textarea::-moz-placeholder {
  color: #b5a68e;
}
.p-lp-reservation_textarea::placeholder,
.p-lp-reservation textarea::placeholder {
  color: #b5a68e;
}
.p-lp-reservation_textarea:focus,
.p-lp-reservation textarea:focus {
  outline: none;
  border-color: #4f8f3a;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(79, 143, 58, 0.16);
}
.p-lp-reservation_branch {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-lp-reservation_branch {
    gap: 18px;
  }
}
.p-lp-reservation_branch.is-hide {
  display: none;
}
.p-lp-reservation_textarea,
.p-lp-reservation textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 140px;
  padding: 16px;
  border: 2px solid #dfcfaa;
  border-radius: 12px;
  background: #fffdf7;
  color: #4a392b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.p-lp-reservation_textarea::-moz-placeholder, .p-lp-reservation textarea::-moz-placeholder {
  color: #b5a68e;
}
.p-lp-reservation_textarea::placeholder,
.p-lp-reservation textarea::placeholder {
  color: #b5a68e;
}
.p-lp-reservation_textarea:focus,
.p-lp-reservation textarea:focus {
  outline: none;
  border-color: #4f8f3a;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(79, 143, 58, 0.16);
}
.p-lp-qa {
  background: url(../images/qa-bg01.webp) no-repeat top center;
  background-size: 100%;
  background-color: #FDF9D9;
  position: relative;
}
.p-lp-qa-container {
  margin: 0 auto;
  overflow: hidden;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-qa-container {
    width: 1400px;
  }
}
.p-lp-qa-container--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-lp-qa-title {
  margin: 0 auto 5%;
  max-width: 586px;
}
@media screen and (min-width: 860px) {
  .p-lp-qa-title {
    margin-bottom: 25px;
  }
}
.p-lp-qa__list {
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__list {
    gap: 2.6rem;
  }
}
.p-lp-qa__item {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #c1dfb9;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__item {
    border-radius: 2rem;
  }
}
.p-lp-qa__item[open] .p-lp-qa__question::after {
  transform: rotate(225deg);
}
.p-lp-qa__question {
  position: relative;
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  align-items: center;
  min-height: 6.8rem;
  padding-right: 4.8rem;
  cursor: pointer;
  list-style: none;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__question {
    grid-template-columns: 15.6rem 1fr;
    min-height: 9.4rem;
    padding-right: 8rem;
  }
}
.p-lp-qa__question::-webkit-details-marker {
  display: none;
}
.p-lp-qa__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-right: 0.3rem solid #437d33;
  border-bottom: 0.3rem solid #437d33;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__question::after {
    right: 5.4rem;
    width: 3rem;
    height: 3rem;
    border-width: 0.4rem;
  }
}
.p-lp-qa__number {
  display: grid;
  place-items: center;
  height: 100%;
  background: #437d33;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__number {
    font-size: clamp(3.2rem, 5vw, 4.8rem);
  }
}
.p-lp-qa__text {
  padding-left: 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__text {
    padding-left: 4rem;
    font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  }
}
.p-lp-qa__answer {
  padding: 0 1.6rem 2rem 8.8rem;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__answer {
    padding: 0 4rem 3rem 19.6rem;
  }
}
.p-lp-qa__answer p {
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__answer p {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.p-lp-qa__button {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__button {
    margin-top: 3.6rem;
  }
}
.p-lp-qa__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  min-height: 3.6rem;
  padding: 0.4rem 2.4rem;
  border: 0.2rem solid #437d33;
  border-radius: 0.8rem;
  background: #fff;
  color: #437d33;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 860px) {
  .p-lp-qa__link {
    min-width: 19rem;
    font-size: 1.8rem;
  }
}
.p-lp-qa__link:hover {
  background: #437d33;
  color: #fff;
}
.p-lp-gallery {
  background: url(../images/gallery-bg01.webp) no-repeat top center;
  background-size: contain;
  background-color: #5A9745;
  padding: 3% 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-gallery {
    padding: 7% 0 2%;
  }
}
.p-lp-gallery-container {
  margin: 0 auto;
  overflow: hidden;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-gallery-container {
    width: 1400px;
  }
}
.p-lp-gallery-container--wrap {
  margin: auto;
}
.p-lp-gallery-title {
  margin: 0 auto 5%;
  max-width: 586px;
}
@media screen and (min-width: 860px) {
  .p-lp-gallery-title {
    margin-bottom: 25px;
  }
}
.p-lp-gallery ul li {
  padding: 0 10px;
}
.p-lp-gallery ul li img {
  border-radius: 10px;
  aspect-ratio: 850/567;
  display: block;
  margin: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp-gallery__button {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-gallery__button {
    margin-top: 3.6rem;
  }
}
.p-lp-gallery__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  min-height: 3.6rem;
  padding: 0.4rem 2.4rem;
  border: 0.2rem solid #437d33;
  border-radius: 0.8rem;
  background: #fff;
  color: #437d33;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 860px) {
  .p-lp-gallery__link {
    min-width: 19rem;
    font-size: 1.8rem;
  }
}
.p-lp-gallery__link:hover {
  background: #437d33;
  color: #fff;
}
.p-lp-gallery-modal li {
  text-align: center;
  margin-bottom: 10px;
}
.p-lp-gallery-modal li img {
  display: inline-block;
}
.p-lp-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}
.p-lp-modal[hidden] {
  display: none;
}
.p-lp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.p-lp-modal__content {
  position: relative;
  z-index: 1;
  width: min(900px, 100% - 32px);
  max-height: 90vh;
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
  overflow-y: auto;
}
.p-lp-modal__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #437d33;
}
.p-lp-modal__body {
  display: grid;
  gap: 2rem;
}
.p-lp-modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: #437d33;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.p-lp-modal__section {
  margin-bottom: 10px;
}
.p-lp-modal__section h3 {
  background: #437d33;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
.p-lp-modal__section table {
  width: 100%;
  font-size: 16px;
}
.p-lp-modal__section table tr th {
  background: #c1dfb9;
  color: #5A9745;
  padding: 10px;
}
.p-lp-modal__section table tr td {
  background: #FDF9D9;
  color: #000;
  padding: 10px;
}
.p-lp-modal__section p {
  margin-top: 10px;
  font-size: 14px;
}
.p-lp-modal__note {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.p-lp-access {
  background: url(../images/access-bg01.webp) no-repeat top center;
  background-size: contain;
  background-color: #F1E0C3;
  padding: 3% 0 2%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .p-lp-access {
    padding: 7% 0 2%;
  }
}
.p-lp-access-container {
  margin: 0 auto;
  overflow: hidden;
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .p-lp-access-container {
    width: 1400px;
  }
}
.p-lp-access-container--wrap {
  margin: auto;
}
.p-lp-access-title {
  margin: 60px auto 5%;
  max-width: 586px;
}
@media screen and (min-width: 860px) {
  .p-lp-access-title {
    margin: 0 auto 25px;
  }
}
.p-lp-access .text-main {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-access .text-main {
    font-size: 34px;
  }
}
.p-lp-access .text-sub {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-access .text-sub {
    font-size: 19px;
  }
}
.p-lp-access--map {
  width: calc(100% - 32px);
  margin: 20px auto 0;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 860px) {
  .p-lp-access--map {
    width: 90%;
    max-width: 890px;
    border-radius: 12px;
  }
}
.p-lp-access--map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 860px) {
  .p-lp-access--map iframe {
    height: 324px;
  }
}
.p-lp-access--btn {
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-lp-access--btn {
    margin-top: 40px;
  }
}
.p-lp-access--btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 10px;
  background: #437d33;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 860px) {
  .p-lp-access--btn a {
    min-width: 230px;
    min-height: 40px;
    font-size: 20px;
  }
}
.p-lp-access--btn a:hover {
  opacity: 0.8;
}
.p-lp-foot {
  position: relative;
  text-align: center;
}
.p-lp-foot:before {
  content: "";
  display: block;
  background: url(../images/access-bg02.webp) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.p-lp-foot:after {
  content: "";
  display: block;
  background: url(../images/foot-img.webp) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.p-lp-foot img {
  width: 100%;
}

body.is-modal-open {
  overflow: hidden;
}
/*# sourceMappingURL=style-lp.css.map */