@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body {
  font-size: 62.5%;
  background: #f7f7f7;
}

body {
  color: #1A1A1A;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

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

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

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

main {
  overflow: hidden;
  position: relative;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.txt--bold {
  font-weight: bold;
}

.txt--center {
  text-align: center;
}

.txt--red {
  color: #ff6060;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: grid;
  place-content: center;
  width: 90%;
  height: 50px;
  border-radius: 999px;
  background: #9e8251;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 40px auto 0;
}
.c-btn a span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.c-btn a span img {
  width: 6px;
}

.c-sec {
  padding: 50px 0;
}
.c-sec .c-sec__ttl-en {
  font-size: 3rem;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  color: #5b6954;
}
.c-sec .c-sec__ttn-img {
  width: 100%;
  margin-top: 8px;
}
.c-sec .c-sec__ttn-img img {
  width: 32px;
  margin-inline: auto;
}
.c-sec .c-sec__ttl-txt {
  text-align: center;
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}
.c-sec .c-sec__box {
  margin-top: 24px;
  padding: 0 20px;
}

.c-list-caution {
  margin-top: 8px;
  text-align: left;
}
.c-list-caution li {
  display: flex;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .c-list-caution li {
    font-size: 1.3rem;
  }
}
.c-list-caution li .c-list-caution__head {
  margin-right: 10px;
}

.p_cta_btn {
  position: fixed;
  z-index: 3;
  bottom: 0px;
  display: flex;
  width: 100%;
  max-width: 600px;
}
.p_cta_btn .p_cta_btn__tel {
  width: 50%;
  background: #3F3C3C;
}
.p_cta_btn .p_cta_btn__tel a {
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
  height: 80px;
  letter-spacing: 0.1em;
}
.p_cta_btn .p_cta_btn__tel a img {
  width: 17px;
}
.p_cta_btn .p_cta_btn__venue {
  width: 50%;
  background: #9E8251;
}
.p_cta_btn .p_cta_btn__venue a {
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
  height: 80px;
  letter-spacing: 0.1em;
}
.p_cta_btn .p_cta_btn__venue a img {
  width: 20px;
}
.p_cta_btn.is-active {
  opacity: 1;
  visibility: visible;
}

.p-mv .p-mv__head {
  background-color: #5b6954;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 4px;
}
.p-mv .p-mv__head span {
  font-size: 1.5rem;
}
.p-mv video {
  width: 100%;
}
.p-mv .p-mv__link {
  padding: 10px 20px;
  display: grid;
  gap: 10px;
}
.p-mv .p-mv__link li a {
  display: block;
  position: relative;
  line-height: 1.5;
  text-align: center;
  background: #5b6954;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 4px 8px;
  letter-spacing: 0em;
}
.p-mv .p-mv__link li a .p-mv__link-txt-sub {
  font-size: 1.2rem;
}
.p-mv .p-mv__link li a .p-mv__link-txt {
  font-size: 1.6rem;
}
.p-mv .p-mv__link li a .p-mv__link-ico {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.p-mv .p-mv__link li a .p-mv__link-ico img {
  width: 6px;
}

.p-intro {
  padding: 40px 0;
  background: url(../img/bg_sec_01.webp) center center no-repeat;
  background-size: cover;
}
.p-intro .p-intro__ttl {
  text-align: center;
}
.p-intro .p-intro__ttl h2 {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 8px 24px;
  background: url(../img/bg_intro-h2_01.svg) center center no-repeat;
  background-size: contain;
  font-size: 2.2rem;
}
.p-intro .p-intro__ttl h2 span {
  font-size: 1.8rem;
}
.p-intro .p-intro__ttl h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #5b6954;
  line-height: 1.75;
}
.p-intro .p-intro__img {
  margin-top: 24px;
  padding-right: 20px;
}
.p-intro .p-intro__img img {
  border-radius: 0 10px 10px 0;
}
.p-intro .p-intro_txt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
}

.p-plan .p-plan__img {
  margin-top: 24px;
  padding-right: 20px;
}
.p-plan .p-plan__img img {
  border-radius: 0 10px 10px 0;
}
.p-plan .p-plan__item {
  padding-bottom: 40px;
}
.p-plan .p-plan__item .p-plan__item-head {
  text-align: center;
}
.p-plan .p-plan__item .p-plan__item-head .p-plan__item-head-txt {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-plan .p-plan__item .p-plan__item-head .p-plan__item-head-img img {
  width: 235px;
  margin-inline: auto;
}
.p-plan .p-plan__item h3 {
  text-align: center;
  margin-top: 16px;
  font-weight: 400;
  font-size: 1.7rem;
}
.p-plan .p-plan__item .p-plan__fee {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 400;
  gap: 16px;
}
.p-plan .p-plan__item .p-plan__fee .p-plan__fee-people {
  font-size: 1.5rem;
}
.p-plan .p-plan__item .p-plan__fee .p-plan__fee-people span {
  margin-left: 16px;
}
.p-plan .p-plan__item .p-plan__fee .p-plan__fee-num {
  font-size: 3.3rem;
  color: #5b6954;
}
.p-plan .p-plan__item .p-plan__fee .p-plan__fee-num .p-plan__fee-num-unit {
  font-size: 2rem;
}
.p-plan .p-plan__item .p-plan__fee .p-plan__fee-num .p-plan__fee-num-tax {
  font-size: 1.5rem;
}
.p-plan .p-plan__item .p-plan__menu {
  text-align: center;
  margin-top: 24px;
}
.p-plan .p-plan__item .p-plan__menu h4 {
  font-size: 1.7rem;
  font-weight: 400;
}
.p-plan .p-plan__item .p-plan__menu .p-plan__menu-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 10px;
}
.p-plan .p-plan__item .p-plan__menu .p-plan__menu-list li {
  background: #f2efdf;
  padding: 4px;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}

.p-offers {
  padding: 40px 0;
  background: url(../img/bg_sec_01.webp) center center no-repeat;
  background-size: cover;
}
.p-offers .p-offers__lists {
  display: grid;
  gap: 20px;
}
.p-offers .p-offers__lists .p-offers__lists-item {
  border: 1px solid #000;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 16px;
}
.p-offers .p-offers__lists .p-offers__lists-item h3 {
  text-align: center;
  padding-bottom: 20px;
}
.p-offers .p-offers__lists .p-offers__lists-item h3 span {
  border-bottom: 10px solid transparent;
  padding-bottom: 5px;
  border-image: url(../img/img_offers_line.webp) 9 round;
  font-size: 1.7rem;
  font-weight: 400;
}
.p-offers .p-offers__lists .p-offers__lists-item h4 {
  margin-top: 8px;
  text-align: center;
  font-size: 1.5rem;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-benefits {
  margin-top: 10px;
  letter-spacing: 0em;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-benefits li {
  margin-bottom: 0;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-2col {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-2col .p-offers__lists-2col-img {
  height: 100%;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-2col .p-offers__lists-2col-img img {
  aspect-ratio: 6/4.5;
  object-fit: cover;
  border-radius: 10px;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-2col .p-offers__lists-2col-txt {
  line-height: 1.75;
  letter-spacing: 0em;
  font-size: 1.5rem;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-2col .p-offers__lists-2col-txt--s {
  line-height: 1.75;
  letter-spacing: 0em;
  font-size: 1.4rem;
}
.p-offers .p-offers__lists .p-offers__lists-item:last-of-type {
  position: relative;
  background: rgba(226, 232, 210, 0.4);
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-ico {
  position: absolute;
  top: -10px;
  left: -10px;
}
.p-offers .p-offers__lists .p-offers__lists-item .p-offers__lists-ico img {
  width: 106px;
}

.p-about .p-about__img {
  margin-top: 24px;
  padding-right: 20px;
}
.p-about .p-about__img img {
  border-radius: 0 10px 10px 0;
}
.p-about .p-about__ttl {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  color: #5b6954;
  line-height: 1.75;
  font-weight: 400;
  line-height: 2;
}
.p-about .p-about__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}
.p-about .p-about__box {
  margin-top: 40px;
}
.p-about .p-about__cont {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  padding: 0 20px;
}
.p-about .p-about__cont .p-about__cont-item .p-about__cont-head {
  text-align: center;
  font-size: 2.3rem;
  font-family: "Kiwi Maru", serif;
  color: #5b6954;
}
.p-about .p-about__cont .p-about__cont-item .p-about__cont-img {
  margin-top: 8px;
}
.p-about .p-about__cont .p-about__cont-item .p-about__cont-img img {
  border-radius: 10px;
}
.p-about .p-about__cont .p-about__cont-item .p-about__cont-ttl {
  text-align: center;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5b6954;
}
.p-about .p-about__cont .p-about__cont-item .p-about__cont-txt {
  margin-top: 24px;
  font-size: 1.5rem;
}

.p-access {
  padding: 40px 20px;
  background: url(../img/bg_sec_01.webp) center center no-repeat;
  background-size: cover;
}
.p-access .p-access__txt {
  font-size: 1.5rem;
  margin-top: 16px;
}
.p-access .p-access__map {
  margin-top: 20px;
}
.p-access .p-access__map iframe {
  width: 100%;
}

.p-fair .p-fair__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 16px;
  text-align: center;
}
.p-fair .p-fair__box {
  margin-top: 24px;
}

.p_form {
  padding: 40px 20px;
  background: url(../img/bg_sec_01.webp) center center no-repeat;
  background-size: cover;
}
.p_form .p_form__ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  color: #5b6954;
}
.p_form .p_form__ttl-img {
  max-width: 240px;
  margin: 0 auto 40px;
}
.p_form .p_form__txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__txt {
    font-size: 2rem;
    margin-bottom: 8rem;
  }
}
.p_form .p_form__wrap .form__list {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list {
    margin-bottom: 6rem;
  }
}
.p_form .p_form__wrap .form__list .form__list-item {
  width: 100%;
  margin-bottom: 3rem;
}
.p_form .p_form__wrap .form__list .form__list-item .heading {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .heading {
    font-size: 1.8rem;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .heading small {
  font-size: 1.1rem;
}
.p_form .p_form__wrap .form__list .form__list-item .heading .icon {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  background: #8C8C8C;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  padding: 5px 8px;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .heading .icon {
    font-size: 1.6rem;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .heading .icon.icon-required {
  background: #BA4747;
  border-radius: 5px;
}
.p_form .p_form__wrap .form__list .form__list-item .heading.col2 {
  display: flex;
  align-items: baseline;
}
.p_form .p_form__wrap .form__list .form__list-item .heading.col2 .ttl_note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.p_form .p_form__wrap .form__list .form__list-item .text {
  width: 100%;
}
.p_form .p_form__wrap .form__list .form__list-item .text input {
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 5px;
  outline: none;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .text input {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .text input::placeholder {
  color: #A8A8A8;
}
.p_form .p_form__wrap .form__list .form__list-item .text input[type=date] {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.p_form .p_form__wrap .form__list .form__list-item .text input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.p_form .p_form__wrap .form__list .form__list-item .text input[type=date]::after {
  content: "";
  background-image: url(../img/ico_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .text input[type=date]::after {
    width: 60px;
    height: 30px;
    right: 0;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .text.calendar {
  position: relative;
}
.p_form .p_form__wrap .form__list .form__list-item .text.calendar input {
  background: #fff url(../img/ico_calendar.svg) no-repeat;
  background-size: 30px;
  background-position: right 10px center;
}
@media screen and (min-width: 769px) {
  .p_form .p_form__wrap .form__list .form__list-item .text.calendar input {
    background-position: right 15px center;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .text textarea {
  width: 100%;
  border: 1px solid #808080;
  padding: 10px;
  height: 125px;
  font-size: 1.6rem;
  font-weight: 300;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .text textarea {
    height: 160px;
    padding: 30px 25px;
    border-radius: 10px;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .text textarea::placeholder {
  color: #A8A8A8;
  font-size: 1.6rem;
}
.p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item .checkbox_icon {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  vertical-align: -5px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item .checkbox_icon {
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
}
.p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item input[type=checkbox]:checked {
  background: #48BE99;
}
.p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(50deg);
  width: 7px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form__list .form__list-item .form_checkbox .form_checkbox-item input[type=checkbox]:checked:before {
    width: 9px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.p_form .p_form__wrap .form_privacy {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy {
    margin-bottom: 7rem;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy_ttl {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy_ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__txt {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__txt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__link {
  text-align: center;
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__link a {
  display: inline-block;
  color: #5B6954;
  border-bottom: 1px solid #5B6954;
  transition: all 0.3s;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media (hover: hover) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__link a:hover {
    opacity: 0.7;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  vertical-align: -5px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item input[type=checkbox] {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item input[type=checkbox]:checked {
  background: #1B3B89;
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(50deg);
  width: 7px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item input[type=checkbox]:checked:before {
    width: 9px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item span {
  font-size: 1.6rem;
  font-weight: 200;
}
@media screen and (min-width: 1025px) {
  .p_form .p_form__wrap .form_privacy .form_privacy__inner .form_privacy__item span {
    font-size: 2.2rem;
  }
}
.p_form .p_form__wrap .form__button {
  text-align: center;
}
.p_form .p_form__wrap .form__button button {
  display: grid;
  place-content: center;
  width: 90%;
  height: 50px;
  border-radius: 999px;
  background: #5B6954;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 40px auto 0;
}
.p_form .p_form__wrap .form__button button span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.p_form .p_form__wrap .form__button button span img {
  width: 6px;
}
.contact-page-wrap {
  padding: 40px 20px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .contact-page-wrap {
    padding: 120px 0;
  }
}

.contact__heading {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 2em;
  color: #5b6954;
}
@media screen and (min-width: 1025px) {
  .contact__heading {
    font-size: 2rem;
  }
}

.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.34);
}

.contact__text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .contact__text {
    font-size: 1.6rem;
  }
}

.confirm form {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .confirm form {
    padding: 40px;
  }
}
.confirm form .form__list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .confirm form .form__list {
    margin-bottom: 60px;
  }
}
.confirm form .form__list .form__list-text {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
.confirm form .form__list .form__list-text .heading {
  width: 100%;
  min-width: 10em;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.2em;
}
.confirm form .form__list .form__list-text .text {
  width: 100%;
  text-align: left;
}
.confirm .form__button-submit {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .confirm .form__button-submit {
    margin-bottom: 20px;
  }
}
.confirm .form__button-submit button {
  display: grid;
  place-content: center;
  width: 90%;
  height: 50px;
  border-radius: 999px;
  background: #5B6954;
  color: #fff;
  text-align: center;
  position: relative;
  margin: auto;
}
.confirm .form__button-submit button span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.confirm .form__button-submit button span img {
  width: 6px;
}
.confirm .form__button-return {
  text-align: center;
}
.confirm .form__button-return button {
  display: grid;
  place-content: center;
  width: 90%;
  height: 50px;
  border-radius: 999px;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  position: relative;
  margin: auto;
}
.confirm .form__button-return button span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.confirm .form__button-return button span img {
  width: 6px;
}

.thanks {
  padding: 40px 20px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  background: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .thanks {
    padding: 120px 0;
  }
}
.thanks .contact__heading {
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #5b6954;
}
@media screen and (min-width: 1025px) {
  .thanks .contact__heading {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.thanks .contact__img {
  width: 80%;
  margin: 0 auto 2em;
}
.thanks .contact__button {
  text-align: center;
}
.thanks .contact__button a {
  display: grid;
  place-content: center;
  width: 90%;
  height: 50px;
  border-radius: 999px;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  position: relative;
  margin: auto;
}
.thanks .contact__button a span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.thanks .contact__button a span img {
  width: 6px;
}

.error_messe {
  text-align: center;
}

input[type=date],
input[type=time],
input[type=datetime-local] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 4em;
}

input[type=date]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.l-container {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  background: #fff;
}

.l-header {
  text-align: center;
  padding: 8px 20px;
}
.l-header h1 img {
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
}
.l-header h2 {
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header h2 span {
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #233434;
  margin: 0 15px;
}

.l-footer {
  margin-bottom: 80px;
}
.l-footer .l-footer__ttl {
  text-align: center;
  background: url(../img/bg_footer_01.webp) center top no-repeat;
  background-size: cover;
  padding: 80px 0 300px;
}
@media screen and (min-width: 1025px) {
  .l-footer .l-footer__ttl {
    padding: 80px 0 500px;
  }
}
.l-footer .l-footer__ttl .l-footer__ttl-txt {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 24px;
  background: url(../img/bg_footer-txt_01.svg) center center no-repeat;
  background-size: contain;
  font-size: 2.2rem;
}
.l-footer .l-footer__ttl .l-footer__ttl-txt span {
  font-size: 1.8rem;
}
.l-footer .l-footer__ttl .l-footer__logo {
  text-align: center;
}
.l-footer .l-footer__ttl .l-footer__logo img {
  width: 70%;
  margin-inline: auto;
}
.l-footer .l-footer__ttl h2 {
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer .l-footer__ttl h2 span {
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #233434;
  margin: 0 15px;
}
.l-footer .l-footer__btn {
  text-align: center;
}
.l-footer .l-footer__btn a {
  display: grid;
  place-content: center;
  width: 90%;
  max-width: 234px;
  height: 50px;
  border-radius: 999px;
  background: #9e8251;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 20px auto 0;
  font-size: 2.2rem;
}
.l-footer .l-footer__btn a span {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.l-footer .l-footer__btn a span img {
  width: 6px;
}
.l-footer small {
  display: block;
  text-align: center;
  padding: 10px;
}
