@charset "UTF-8";
/*-- commonフォルダの中の_index.scss --*/
/*! 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] {
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  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;
}

/*-- baseフォルダの中の_index.scss --*/
.u-fs-12 {
  font-size: 0.75rem;
}

.u-fs-13 {
  font-size: 0.8125rem;
}

.u-fs-14 {
  font-size: 0.875rem;
}

.u-fs-15 {
  font-size: 0.9375rem;
}

.u-fs-16 {
  font-size: 1rem;
}

.u-fs-17 {
  font-size: 1.0625rem;
}

.u-fs-18 {
  font-size: 1.125rem;
}

.u-fs-19 {
  font-size: 1.1875rem;
}

.u-fs-20 {
  font-size: 1.25rem;
}

.u-fs-21 {
  font-size: 1.3125rem;
}

.u-fs-22 {
  font-size: 1.375rem;
}

.u-fs-23 {
  font-size: 1.4375rem;
}

.u-fs-24 {
  font-size: 1.5rem;
}

.u-fs-25 {
  font-size: 1.5625rem;
}

.u-fs-26 {
  font-size: 1.625rem;
}

.u-fs-27 {
  font-size: 1.6875rem;
}

.u-fs-28 {
  font-size: 1.75rem;
}

.u-fs-29 {
  font-size: 1.8125rem;
}

.u-fs-30 {
  font-size: 1.875rem;
}

.u-fs-31 {
  font-size: 1.9375rem;
}

.u-fs-32 {
  font-size: 2rem;
}

/*------------------
** base
------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: clip !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  color: #231815;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

nav ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

input,
select {
  padding: 8px;
  padding-left: 12px;
  cursor: pointer;
  font-size: 1.6rem;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #c8c8c8;
}
input::placeholder,
select::placeholder {
  color: #c8c8c8;
}
input:focus,
select:focus {
  outline: solid #229228 2px;
}

option,
textarea {
  field-sizing: content;
}
option::-moz-placeholder, textarea::-moz-placeholder {
  color: #c8c8c8;
}
option::placeholder,
textarea::placeholder {
  color: #c8c8c8;
}
option:focus,
textarea:focus {
  outline: solid #229228 2px;
}

h1,
h2,
h3,
h4 {
  line-height: 1.55;
}

.u-fw-b {
  font-weight: bold;
}
.u-fw-4 {
  font-weight: 400;
}
.u-fw-6 {
  font-weight: 600;
}
.u-fw-8 {
  font-weight: 800;
}

.font__poppins {
  font-family: "Poppins", sans-serif;
}

.u-color-green {
  color: #229228;
}

.u-color-lightgreen {
  color: #86CE53;
}

.u-color-orange {
  color: #FB9657;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/*-- common/componentフォルダの中の_index.scss --*/
.c-button__disabled, .c-button__green {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.375rem;
  color: #fff;
  font-size: 0.8125rem;
  width: clamp(10rem, 20%, 13.75rem);
  letter-spacing: 0.06em;
  transition: background 0.3s, color 0.3s;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .c-button__disabled, .c-button__green {
    width: 50%;
  }
}
@media (any-hover: hover) {
  .c-button__disabled:hover, .c-button__green:hover {
    background: #86CE53;
    opacity: 1;
  }
}

.c-button__green {
  background: #229228;
  border: 1px solid #229228;
}
.c-button__green:hover {
  opacity: 1;
  background: color-mix(in srgb, #229228 90%, white);
  background: initial;
  color: #229228;
}
.c-button__green:hover.has-arrow::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjE2OSIgaGVpZ2h0PSIxMC45MjQiIHZpZXdCb3g9IjAgMCA2LjE2OSAxMC45MjQiPiA8cGF0aCBpZD0i44OR44K5XzIwMiIgZGF0YS1uYW1lPSLjg5HjgrkgMjAyIiBkPSJNOTcuMDI5LDUyMjkuNzgxbDUuMTA5LDUuMTA4TDk3LjAyOSw1MjQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTYuNjc1IC01MjI5LjQyOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIyOTIyOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}
.c-button__disabled {
  background: #979797 !important;
  pointer-events: none !important;
}

.has-arrow::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.6875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQ5NiIgaGVpZ2h0PSI5LjU4IiB2aWV3Qm94PSIwIDAgNS40OTYgOS41OCI+IDxwYXRoIGlkPSLjg5HjgrlfNDUzIiBkYXRhLW5hbWU9IuODkeOCuSA0NTMiIGQ9Ik0xNDEuNjM3LDM2NTQuMzk1bDQuNDM2LDQuNDM4LTQuNDM2LDQuNDM2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQxLjI4MyAtMzY1NC4wNDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5625rem;
  transition: 0.3s;
}

.c-badge {
  color: #fff;
  padding: 0.125rem 0.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  line-height: 1.5;
}
.c-badge.badge-lightblue {
  background: #5ebeda;
}
.c-badge.badge-orange {
  background: #FB9657;
}

.c-button__orange {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #FB9657;
  border: 1px solid #FB9657;
  color: #fff;
  padding: 14px 20px;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 0.625rem;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .c-button__orange {
    font-size: 1rem;
    padding: 14px 18px;
  }
}
.c-button__orange:hover {
  opacity: 1;
  background: color-mix(in srgb, #FB9657 90%, white);
  background: initial;
  color: #FB9657;
}
.c-button__orange:hover.has-arrow::before {
  width: 0.375rem;
  height: 0.6875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQ5NiIgaGVpZ2h0PSI5LjU4IiB2aWV3Qm94PSIwIDAgNS40OTYgOS41OCI+IDxwYXRoIGlkPSLjg5HjgrlfMjA4IiBkYXRhLW5hbWU9IuODkeOCuSAyMDgiIGQ9Ik02MDYuMDg2LDYzODQuNzY5bDQuNDM2LDQuNDM4LTQuNDM2LDQuNDM2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjA1LjczMyAtNjM4NC40MTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmYjk2NTciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9zdmc+");
  background-repeat: no-repeat;
}

.c-reserve-button__green {
  text-align: center;
  background: #229228;
  color: #fff;
  padding: 0.625rem;
  border-radius: 5px;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .c-reserve-button__green:hover {
    background: color-mix(in srgb, #fff 20%, #229228);
  }
}
.c-reserve-button__lightgreen {
  text-align: center;
  background: #86CE53;
  color: #fff;
  padding: 0.375rem;
  border-radius: 5px;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .c-reserve-button__lightgreen:hover {
    background: color-mix(in srgb, #fff 20%, #86CE53);
  }
}
.c-reserve-button__orange {
  text-align: center;
  background: #FB9657;
  color: #fff;
  padding: 0.375rem;
  border-radius: 5px;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .c-reserve-button__orange:hover {
    background: color-mix(in srgb, #fff 20%, #FB9657);
  }
}
.c-reserve-button__gray {
  text-align: center;
  background: #C8C8C8;
  color: #fff;
  padding: 0.375rem;
  border-radius: 5px;
  transition: background 0.2s;
}
@media (any-hover: hover) {
  .c-reserve-button__gray:hover {
    background: color-mix(in srgb, #fff 20%, #C8C8C8);
  }
}
.c-reserve-button-outline__green {
  text-align: center;
  border: 1px solid #229228;
  color: #000000;
  padding: 0.625rem 0.75rem;
  transition: background 0.2s, color 0.2s;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-reserve-button-outline__green:hover {
    background: color-mix(in srgb, #229228 10%, #fff);
  }
}
.btn-check:checked + .c-reserve-button-outline__green {
  background: color-mix(in srgb, #229228 20%, #fff);
  border-color: #229228;
  color: #000000;
}
.btn-check:disabled + .c-reserve-button-outline__green {
  background: #ebebeb;
  color: #b1b1b1;
  border-color: #ebebeb;
  cursor: not-allowed;
  pointer-events: none;
}

@media (any-hover: hover) {
  .c-button__hover {
    transition: 0.2s;
  }
  .c-button__hover:hover {
    background-color: #e2e2e2;
  }
}

.c-text__underline {
  text-decoration: underline;
}
.c-text__underline-green {
  color: #229228;
  text-decoration: underline;
}

.c-title__section {
  font-size: clamp(27px, 27px + 1 * (100vw - 375px) / 825, 28px);
  font-weight: bold;
  color: #229228;
  text-align: center;
  line-height: 1.4;
}
.c-title__section > span {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.c-title__section .deco {
  display: block;
  color: #000;
  font-size: clamp(18px, 18px + 0 * (100vw - 375px) / 825, 18px);
  font-family: "Poppins", sans-serif;
  padding-top: 0.625rem;
  padding-bottom: 0;
  border-top: 1px solid #229228;
  text-transform: uppercase;
}

.c-subtitle__underline-green, .c-subtitle__black, .c-subtitle__orange, .c-subtitle__green {
  margin-top: 3rem;
  margin-bottom: 2.375rem;
  text-align: center;
  font-size: clamp(23px, 23px + 1 * (100vw - 375px) / 825, 24px);
  font-weight: bold;
  line-height: 1.5;
}

.c-subtitle__green {
  color: #229228;
}
.c-subtitle__orange {
  color: #FB9657;
}
.c-subtitle__black {
  color: #4b4b4b;
}
.c-subtitle__underline-green {
  text-align: left;
  color: #229228;
  border-bottom: 1px solid #229228;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
}

.c-subtitle__leftline-green {
  font-size: clamp(1 * 1rem, calc(0.9166666667 * 1rem + 0.4166666667vi), 1.25 * 1rem);
  color: #229228;
  line-height: 1.3;
  font-weight: bold;
  border-left: 5px solid #229228;
  padding-left: 0.75rem;
  margin-bottom: 1.125rem;
  margin-top: 2.375rem;
}

.c-breadcrumb {
  margin: 1rem 0 3rem;
}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb li {
  display: flex;
  align-items: center;
}
.c-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
}
.c-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.c-breadcrumb a:hover {
  opacity: 1;
  color: #229228;
}

.form-control {
  --bs-border-color: #AFAFAF;
  --bs-border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
  outline: solid #229228 2px;
}
.form-control:disabled {
  cursor: default;
  border: none;
  background-color: #EEEEEE;
}

.form-check-input {
  flex-shrink: 0;
}
.form-check-input:checked {
  background-color: #229228;
  box-shadow: none;
  outline: 1px solid #229228;
  box-shadow: none;
  border-color: #229228;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.125rem rgba(34, 146, 40, 0.25);
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23229228'/%3e%3c/svg%3e");
}
.form-check-input[type=radio] {
  background-color: #fff;
  border: 1px solid #C8C8C8;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
}
.form-check-input[type=radio]:checked {
  box-shadow: none;
  outline: 1px solid #C8C8C8;
  box-shadow: none;
  border-color: #C8C8C8;
}

.form-check-input-guest {
  flex-shrink: 0;
}
.form-check-input-guest:checked {
  background-color: #FB9657;
  box-shadow: none;
  outline: 1px solid #FB9657;
  box-shadow: none;
  border-color: #FB9657;
}
.form-check-input-guest:focus {
  box-shadow: 0 0 0 0.125rem rgba(251, 150, 87, 0.25);
  border: 1px solid #FB9657;
}
.form-check-input-guest:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23229228'/%3e%3c/svg%3e");
}

.fc-theme-standard .fc-scrollgrid {
  border: 0;
}

.fc .fc-col-header-cell-cushion {
  line-height: 1.4;
}
.fc .fc-col-header-cell-cushion .weekday {
  font-size: 0.875rem;
}
.fc .fc-col-header-cell.fc-day-sun, .fc .fc-col-header-cell.is-holiday {
  background: rgb(255, 238, 238);
}
.fc .fc-col-header-cell.fc-day-sat {
  background: rgb(237, 249, 253);
}

.c-table__01 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 599.98px) {
  .c-table__01 {
    font-size: 15px;
  }
}
.c-table__01 th,
.c-table__01 td {
  border: 1px solid #ccc;
  padding: 0.625rem;
}
.c-table__01 th {
  background: #229228;
  color: #fff;
  text-align: center;
}
.c-table__01 td:nth-of-type(1) {
  background: #f5f5f5;
  color: #229228;
  font-weight: bold;
  vertical-align: middle;
}

.c-table-wrapper {
  overflow-x: auto;
}

.c-list__dot {
  list-style: none;
}
.c-list__dot li::before {
  content: "・ ";
}

.btn-outline-success {
  --bs-btn-color: #229228;
  --bs-btn-border-color: #229228;
  --bs-btn-hover-bg: #229228;
  --bs-btn-hover-border-color: #229228;
  --bs-btn-active-bg: #229228;
  --bs-btn-active-border-color: #229228;
  --bs-btn-disabled-color: #229228;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #229228;
}
@media (any-hover: hover) {
  .btn-outline-success:hover {
    opacity: 1;
  }
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 146, 40, var(--bs-bg-opacity)) !important;
}

/*-- common/lauoutフォルダの中の_index.scss --*/
.l-container {
  width: 100%;
  padding: 0 1.75rem;
  max-width: 1190px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .l-container {
    padding: 0 1.75rem;
  }
}
@media screen and (max-width: 599.98px) {
  .l-container {
    padding: 0 1rem;
  }
}

.l-section {
  margin-block: 3.75rem;
}

/*-- common/utilityフォルダの中の_index.scss --*/
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-mx-auto {
  margin-inline: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-inline-block {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 599.98px) {
  .u-sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .u-md-none {
    display: none;
  }
}

@media screen and (max-width: 999.98px) {
  .u-lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .u-xl-none {
    display: none;
  }
}

@media screen and (max-width: 1399.98px) {
  .u-xxl-none {
    display: none;
  }
}

.u-font-ruika {
  font-family: "ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fw-regular {
  font-weight: 400;
}

.u-link-underline {
  text-decoration: underline;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-d-none {
  display: none;
}

.u-hide {
  display: block;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.u-rounded-40 {
  border-radius: 2.5rem;
}

.u-flex {
  display: flex !important;
}

.u-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.u-flex-between {
  display: flex !important;
  justify-content: space-between !important;
}

.u-flex-evenly {
  display: flex !important;
  justify-content: space-evenly !important;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-column {
  display: flex !important;
  flex-direction: column !important;
}

@media screen and (max-width: 767.98px) {
  .u-flex-md-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 767.98px) {
  .u-flex-md-column_re {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 999.98px) {
  .u-flex-lg-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 999.98px) {
  .u-flex-lg-column_re {
    flex-direction: column-reverse;
  }
}

/*-- pageフォルダの中の_index.scss --*/
.p-header {
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #C8C8C8;
}
.p-header .p-header__logo {
  position: relative;
  top: 6px;
  left: 16px;
  z-index: 10;
}
.p-header .p-header__logo img {
  width: 10rem;
}
@media screen and (max-width: 599.98px) {
  .p-header .p-header__logo img {
    width: 8.125rem;
  }
}
.p-header .p-header__nav {
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-header .p-header__nav {
    display: none;
  }
}
.p-header .p-header__nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-header .p-header__nav ul li {
  padding-inline: 1.5625rem;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__nav ul li {
    padding-inline: 1rem;
  }
}
.p-header .p-header__nav ul li a {
  display: flex block;
  align-items: center;
  height: 100%;
  font-size: 0.8125rem;
  border-bottom: 4px solid transparent;
  transition: border-bottom-color 0.3s;
}
@media (any-hover: hover) {
  .p-header .p-header__nav ul li a:hover {
    opacity: 1;
    border-bottom-color: #229228;
  }
}
.p-header .p-header__reserve {
  background-color: #229228;
  color: #fff;
  height: 100%;
  display: flex block;
  align-items: center;
  justify-content: center;
  width: 8.4375rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__reserve {
    flex-wrap: wrap;
    width: 6.25rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-header .p-header__reserve {
    margin-left: auto;
    margin-right: 1.25rem;
  }
}
.p-header .p-header__reserve::before {
  content: "";
  width: 1.25rem;
  height: 1.11875rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNy44NDgiIHZpZXdCb3g9IjAgMCAyMCAxNy44NDgiPiA8ZyBpZD0i44Kw44Or44O844OXXzcwNSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3My42MTkgLTI5LjI1KSI+IDxnIGlkPSLplbfmlrnlvaJfNTM1IiBkYXRhLW5hbWU9IumVt+aWueW9oiA1MzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNzMuNjE5IDMxLjA5OCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiPiA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHN0cm9rZT0ibm9uZSIvPiA8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE1IiBmaWxsPSJub25lIi8+IDwvZz4gPGcgaWQ9IuOCsOODq+ODvOODl183MDQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDcwNCI+IDxyZWN0IGlkPSLplbfmlrnlvaJfNTM2IiBkYXRhLW5hbWU9IumVt+aWueW9oiA1MzYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNzcuMDE3IDM2LjE5MykiIGZpbGw9IiNmZmYiLz4gPHJlY3QgaWQ9IumVt+aWueW9ol81MzciIGRhdGEtbmFtZT0i6ZW35pa55b2iIDUzNyIgd2lkdGg9IjMiIGhlaWdodD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI4Mi4xODkgMzYuMTkzKSIgZmlsbD0iI2ZmZiIvPiA8cmVjdCBpZD0i6ZW35pa55b2iXzUzOCIgZGF0YS1uYW1lPSLplbfmlrnlvaIgNTM4IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjg3LjM2MiAzNi4xOTMpIiBmaWxsPSIjZmZmIi8+IDxyZWN0IGlkPSLplbfmlrnlvaJfNTM5IiBkYXRhLW5hbWU9IumVt+aWueW9oiA1MzkiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNzcuMDE3IDQwLjg5KSIgZmlsbD0iI2ZmZiIvPiA8cmVjdCBpZD0i6ZW35pa55b2iXzU0MCIgZGF0YS1uYW1lPSLplbfmlrnlvaIgNTQwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjgyLjE4OSA0MC44OSkiIGZpbGw9IiNmZmYiLz4gPHJlY3QgaWQ9IumVt+aWueW9ol81NDEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDU0MSIgd2lkdGg9IjMiIGhlaWdodD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI4Ny4zNjIgNDAuODkpIiBmaWxsPSIjZmZmIi8+IDwvZz4gPGxpbmUgaWQ9Iue3ml8xODYiIGRhdGEtbmFtZT0i57eaIDE4NiIgeTI9IjQuNTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjc4LjYzNiAyOS4yNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gPGxpbmUgaWQ9Iue3ml8xODciIGRhdGEtbmFtZT0i57eaIDE4NyIgeTI9IjQuNTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjg4Ljg2MiAyOS4yNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gPC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5625rem;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__reserve::before {
    display: block;
    width: 100%;
    margin-inline: auto;
    background-position: center;
    margin-bottom: -18px;
  }
}
.p-header .p-header__reserve::after {
  content: "";
  width: 0.31875rem;
  height: 0.6375rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjE2OSIgaGVpZ2h0PSIxMC45MjQiIHZpZXdCb3g9IjAgMCA2LjE2OSAxMC45MjQiPiA8cGF0aCBpZD0i44OR44K5XzQ1NyIgZGF0YS1uYW1lPSLjg5HjgrkgNDU3IiBkPSJNMTM0OC44MDgsMzMuNjczbDUuMTA5LDUuMTA5LTUuMTA5LDUuMTA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0OC40NTQgLTMzLjMxOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.625rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__reserve::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-header .p-header__reserve:hover {
    background: #86CE53;
    opacity: 1;
  }
  .p-header .p-header__reserve:hover::after {
    transform: translateX(0.3125rem);
  }
}
.p-header .button__hamburger {
  position: relative;
  z-index: 100;
  display: none;
  border: unset;
  writing-mode: initial;
  background: initial;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-header .button__hamburger {
    display: block;
    cursor: pointer;
  }
}
.p-header .button__hamburger .icon__hamburger {
  display: block;
  align-self: stretch;
  width: 30px;
  height: 1px;
  background: #4b4b4b;
}
.p-header .button__hamburger .icon__hamburger::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #4b4b4b;
  translate: 0 -7px;
  transition: translate 0.3s;
}
.p-header .button__hamburger .icon__hamburger::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #4b4b4b;
  translate: 0 6px;
  transition: translate 0.3s;
}
.p-header .button__hamburger:hover .icon__hamburger::before {
  translate: 0 -12px;
}
.p-header .button__hamburger:hover .icon__hamburger::after {
  translate: 0 12px;
}
.p-header .button__hamburger.is-active .icon__hamburger {
  background: transparent;
  transition: transform 0.3s;
}
.p-header .button__hamburger.is-active .icon__hamburger::before {
  transform: rotate(45deg);
  transform-origin: center;
  translate: 0 1px;
}
.p-header .button__hamburger.is-active .icon__hamburger::after {
  transform: rotate(-45deg);
  transform-origin: center;
  translate: 0 0;
}
@media (any-hover: hover) {
  .p-header .button__hamburger.is-active:hover .icon__hamburger {
    transform: scale(1.2);
  }
}
.p-header .menu__sp {
  transform: translateX(100%);
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  padding: 140px 15px 0;
}
.p-header .menu__sp .button__wrapper {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 599.98px) {
  .p-header .menu__sp .button__wrapper {
    flex-direction: column;
  }
}
.p-header .menu__sp .button__wrapper a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  height: 5.5rem;
  border-width: 1px;
  border-style: solid;
  transition: 0.3s;
  font-size: 15px;
}
@media screen and (max-width: 599.98px) {
  .p-header .menu__sp .button__wrapper a {
    flex: auto;
  }
}
.p-header .menu__sp .button__wrapper a.button__instagram {
  background: #FB9657;
  color: #fff;
  border-color: #FB9657;
}
.p-header .menu__sp .button__wrapper a.button__instagram::before {
  content: "";
  display: block;
  width: 2em;
  height: 1.4em;
  background: url(../images/icon_instagram-white.svg) no-repeat;
  background-size: contain;
  margin-bottom: 0.25rem;
  transition: 0.3s;
}
.p-header .menu__sp .button__wrapper a.button__reserve {
  background: #229228;
  color: #fff;
  border-color: #229228;
}
.p-header .menu__sp .button__wrapper a.button__reserve::before {
  content: "";
  display: block;
  width: 2em;
  height: 1.4em;
  background: url(../images/icon_reserve-white.svg) no-repeat;
  background-size: contain;
  margin-bottom: 0.25rem;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-header .menu__sp .button__wrapper a:hover {
    background: initial;
  }
  .p-header .menu__sp .button__wrapper a:hover.button__instagram {
    color: #FB9657;
  }
  .p-header .menu__sp .button__wrapper a:hover.button__instagram::before {
    background: url(../images/icon_instagram-orange.svg) no-repeat;
    background-size: contain;
  }
  .p-header .menu__sp .button__wrapper a:hover.button__reserve {
    color: #229228;
  }
  .p-header .menu__sp .button__wrapper a:hover.button__reserve::before {
    width: 2em;
    height: 1.4em;
    background: url(../images/icon_reserve-green.svg) no-repeat;
    background-size: contain;
  }
}
.p-header .menu__sp ul li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #4b4b4b;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: background 0.3s, color 0.3s;
}
.p-header .menu__sp ul li a:hover {
  opacity: 1;
  background: #229228;
  color: #fff;
}
.p-header .menu__sp ul li:not(:last-of-type) a {
  border-bottom: 1px solid #d7d7d7;
}
.p-header .menu__sp:not(.is-active) {
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
}
.p-header .menu__sp.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.p-header .menu__sp:hover .icon__close::before {
  transform: translate(0, 0);
}
.p-header .menu__sp:hover .icon__close::after {
  transform: translate(0, 0);
}

.p-footer {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 1.875rem;
  padding-bottom: 0.75rem;
  font-family: Arial, sans-serif;
  color: #333;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer__logo {
  margin-bottom: 0.5625rem;
}
.footer__logo img {
  width: 9.625rem;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.footer__org-name,
.footer__address {
  font-size: 0.8125rem;
  color: #787878;
}

.footer__sns {
  margin-top: 1rem;
}
.footer__sns img {
  width: 2rem;
}

.footer__nav {
  width: 57.2%;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 999.98px) {
  .footer__nav {
    justify-content: space-between;
    gap: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav {
    width: 100%;
    justify-content: start;
    flex-direction: column;
    gap: 2rem;
  }
}

.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu-item {
  margin-bottom: 0.75rem;
  color: #646464;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .footer__menu-item {
    font-size: 0.9375rem;
  }
}
.footer__menu-item a {
  text-decoration: none;
  color: #646464;
  font-size: 0.8125rem;
  transition: color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .footer__menu-item a {
    font-size: 0.9375rem;
  }
}
.footer__menu-item a::before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljc4NyIgaGVpZ2h0PSIxMC4xNTkiIHZpZXdCb3g9IjAgMCA1Ljc4NyAxMC4xNTkiPiA8cGF0aCBpZD0i44OR44K5XzQ0MyIgZGF0YS1uYW1lPSLjg5HjgrkgNDQzIiBkPSJNNjEwLjYzNywzNzg4LjMwNWw0LjcyNiw0LjcyNi00LjcyNiw0LjcyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMC4yODMgLTM3ODcuOTUyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzg3ODc4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5625rem;
}
@media (any-hover: hover) {
  .footer__menu-item a:hover {
    color: #229228;
    opacity: 1;
    text-decoration: underline;
  }
  .footer__menu-item a:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjE2OSIgaGVpZ2h0PSIxMC45MjQiIHZpZXdCb3g9IjAgMCA2LjE2OSAxMC45MjQiPiA8cGF0aCBpZD0i44OR44K5XzIwMiIgZGF0YS1uYW1lPSLjg5HjgrkgMjAyIiBkPSJNOTcuMDI5LDUyMjkuNzgxbDUuMTA5LDUuMTA4TDk3LjAyOSw1MjQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTYuNjc1IC01MjI5LjQyOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIyOTIyOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  }
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

/* トップへ戻るボタン */
.footer__scroll-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #2c7c2c;
  color: white;
  border: none;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  transition: background-color 0.3s;
  z-index: 1000;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s;
}
.footer__scroll-top::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4xNzgiIGhlaWdodD0iOC43OTYiIHZpZXdCb3g9IjAgMCAxNi4xNzggOC43OTYiPiA8cGF0aCBpZD0i44OR44K5XzQ1MSIgZGF0YS1uYW1lPSLjg5HjgrkgNDUxIiBkPSJNMTMyNy4xMzcsMzk4My43NjlsNy43MzYtNy43MzYsNy43MzYsNy43MzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzI2Ljc4NCAtMzk3NS4zMjYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .footer__scroll-top:hover {
    opacity: 1;
    background-color: #86CE53;
  }
  .footer__scroll-top:hover::after {
    position: relative;
    transform: translateY(-0.3125rem);
  }
}
.footer__scroll-top.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s;
  transform: translateY(-10px);
}

/* まるはスポーツパークのセクション */
.facility {
  background-color: #5A5A5A;
  color: #fff;
  /* 予約ボタン */
}
.facility .facility__container {
  display: flex;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__container {
    flex-direction: column;
  }
}
.facility .facility__info {
  width: calc(50% - 0.625rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2.625rem;
  padding-bottom: 3.375rem;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__info {
    width: 100%;
  }
}
.facility .facility__info .facility__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.875rem;
}
.facility .facility__info .facility__address {
  line-height: 1.2;
}
.facility .facility__info .facility__hours {
  margin-bottom: 1.75rem;
}
.facility .facility__info .facility__address,
.facility .facility__info .facility__hours {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__info .facility__address,
  .facility .facility__info .facility__hours {
    font-size: 0.9375rem;
  }
}
.facility .facility__info .facility__access {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 999.98px) {
  .facility .facility__info .facility__access {
    flex-direction: column;
  }
}
.facility .facility__info .facility__access-item {
  flex: 1;
}
.facility .facility__info .facility__access-title {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__info .facility__access-title {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
  }
}
.facility .facility__info .facility__access-text {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__info .facility__access-text {
    font-size: 0.9375rem;
  }
}
.facility .facility__button {
  width: 9.375rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #FB9657;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  transition: filter 0.3s;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__button {
    width: 70%;
    margin-inline: auto;
    margin-top: 2.5rem;
    padding-block: 1.125rem;
  }
}
.facility .facility__button::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.6875rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQ5NiIgaGVpZ2h0PSI5LjU4IiB2aWV3Qm94PSIwIDAgNS40OTYgOS41OCI+IDxwYXRoIGlkPSLjg5HjgrlfNDUzIiBkYXRhLW5hbWU9IuODkeOCuSA0NTMiIGQ9Ik0xNDEuNjM3LDM2NTQuMzk1bDQuNDM2LDQuNDM4LTQuNDM2LDQuNDM2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQxLjI4MyAtMzY1NC4wNDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
  margin-right: 0.5625rem;
}
.facility .facility__button:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.facility .facility__map {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50vw;
  height: 100%;
}
.facility .facility__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .facility .facility__map {
    position: relative;
    width: calc(100% + 2rem);
    padding-inline: calc(50% - 50vw);
    left: -1rem;
    height: 68vw;
  }
}
@media screen and (max-width: 767.98px) {
  .facility .facility__container {
    flex-direction: column;
  }
  .facility .facility__access {
    flex-direction: column;
  }
}

.button-wrapper button {
  flex: 1;
}

.p-section__buttons {
  background: #e3e8e9;
  padding-block: 2.5rem;
}
.p-section__buttons ul {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 999.98px) {
  .p-section__buttons ul {
    gap: 1.756954612vw;
  }
}
@media screen and (max-width: 599.98px) {
  .p-section__buttons ul {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-section__buttons ul li {
  flex: 1;
  text-align: center;
}
.p-section__buttons ul li a {
  height: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  display: block;
  background: #fff;
  padding: 1.75rem 1rem 1.375rem;
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 599.98px) {
  .p-section__buttons ul li a {
    padding-block: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-section__buttons ul li a:hover {
    opacity: 1;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
    background: color-mix(in srgb, #229228 10%, white);
  }
}
.p-section__buttons ul li figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.p-section__buttons ul li h2 {
  font-size: clamp(1.0625 * 1rem, calc(0.9583333333 * 1rem + 0.5208333333vi), 1.375 * 1rem);
  font-weight: bold;
  color: #4b4b4b;
}
.p-section__buttons ul li h2 span {
  display: block;
  color: #229228;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2em;
}
@media screen and (max-width: 999.98px) {
  .p-section__buttons ul li h2 {
    font-size: 2.2693997072vw;
  }
  .p-section__buttons ul li h2 span {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 599.98px) {
  .p-section__buttons ul li h2 {
    font-size: 1.125rem;
  }
  .p-section__buttons ul li h2 span {
    font-size: 0.875rem;
  }
}
.p-section__buttons .c-subtitle__black {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

.no-mv {
  padding-top: 5rem;
}

.p-section__pagemv {
  margin-top: 5rem;
  position: relative;
}
.p-section__pagemv h1 {
  min-height: 15.625rem;
  margin-block: auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 1.3;
}
.p-section__pagemv h1 span {
  font-size: 2.9375rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 599.98px) {
  .p-section__pagemv h1 span {
    font-size: 2.375rem;
  }
}

.section-text__wrapper p + p {
  margin-top: 0.9em;
}

.anime_rotate {
  animation: rotate 7s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aboutus .p-section__pagemv {
  background: url(../images/pages/aboutus_pagemv.jpg) no-repeat;
  background-size: cover;
}
.aboutus .p-section__about {
  padding-bottom: 4.375rem;
}
.aboutus .p-section__about h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #FB9657;
  font-size: 1.5rem;
  font-weight: bold;
}
.aboutus .p-section__about .about__wrapper {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__about .about__wrapper {
    flex-direction: column;
  }
}
.aboutus .p-section__about .about__wrapper figure {
  width: 35%;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__about .about__wrapper figure {
    width: 100%;
  }
}
.aboutus .p-section__about .about__wrapper figure img {
  width: 100%;
}
.aboutus .p-section__about .about__wrapper > div {
  flex: 1;
}
.aboutus .p-section__about .about__wrapper > div p + p {
  margin-top: 1em;
}
.aboutus .p-section__outline {
  padding-bottom: 4.375rem;
}
.aboutus .p-section__outline .outline__wrapper {
  margin-top: 3rem;
  width: 100%;
}
.aboutus .p-section__outline .outline__wrapper .outline__item {
  display: flex;
  border-top: 1px solid #c8c8c8;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__outline .outline__wrapper .outline__item {
    flex-direction: column;
  }
}
.aboutus .p-section__outline .outline__wrapper .outline__item dt {
  width: 9em;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__outline .outline__wrapper .outline__item dt {
    margin-bottom: 0.5em;
  }
}
.aboutus .p-section__outline .outline__wrapper .outline__item dd {
  margin-bottom: 0;
}
.aboutus .p-section__outline .outline__wrapper .outline__item a {
  color: #229228;
  text-decoration: underline;
}
.aboutus .p-section__outline .outline__wrapper .outline__item:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
.aboutus .p-section__message {
  padding-bottom: 4.375rem;
}
.aboutus .p-section__message h3 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  text-align: center;
  color: #229228;
  font-size: 1.5rem;
  font-weight: bold;
}
.aboutus .p-section__message .message__wrapper {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__message .message__wrapper {
    text-align: left;
  }
}
.aboutus .p-section__message .message__wrapper p + p {
  margin-top: 1.2em;
}
.aboutus .p-section__message .message__sign {
  margin-block: 1.875rem;
}
.aboutus .p-section__message .message__sign img {
  margin-inline: auto;
}
.aboutus .p-section__message .message__photo img {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
}
.aboutus .p-section__history {
  padding-bottom: 4.375rem;
}
.aboutus .p-section__history .history__wrapper {
  margin-top: 3rem;
  width: 100%;
}
.aboutus .p-section__history .history__wrapper .history__item {
  display: flex;
  border-top: 1px solid #c8c8c8;
  padding: 1.375rem 1rem 1.625rem;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__history .history__wrapper .history__item {
    flex-direction: column;
  }
}
.aboutus .p-section__history .history__wrapper .history__item dt {
  width: 8em;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .aboutus .p-section__history .history__wrapper .history__item dt {
    margin-bottom: 0.5em;
  }
}
.aboutus .p-section__history .history__wrapper .history__item dd {
  margin-bottom: 0;
}
.aboutus .p-section__history .history__wrapper .history__item dd h3 {
  font-weight: bold;
}
.aboutus .p-section__history .history__wrapper .history__item dd p {
  margin-top: 0.7em;
}
.aboutus .p-section__history .history__wrapper .history__item dd .history__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, calc((100% - 1.5rem) / 3)));
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 599.98px) {
  .aboutus .p-section__history .history__wrapper .history__item dd .history__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.aboutus .p-section__history .history__wrapper .history__item dd .history__images figure {
  width: 100%;
}
.aboutus .p-section__history .history__wrapper .history__item dd .history__images figure img {
  width: 100%;
}
.aboutus .p-section__supporters {
  padding-bottom: 6.25rem;
}
.aboutus .p-section__supporters .supporters__list {
  margin-top: 2.25rem;
}
.aboutus .p-section__supporters .supporters__list .supporters__item {
  display: flex;
  font-weight: bold;
}
.aboutus .p-section__supporters .supporters__list .supporters__item::before {
  content: "・";
}

.support .p-section__pagemv {
  background: url(../images/pages/support_pagemv.jpg) no-repeat;
  background-size: cover;
}
.support .p-section__support {
  padding-bottom: 4.375rem;
}
.support .p-section__support .support__wrapper {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .support .p-section__support .support__wrapper {
    flex-direction: column;
  }
}
.support .p-section__support .support__wrapper figure {
  width: 35%;
}
@media screen and (max-width: 767.98px) {
  .support .p-section__support .support__wrapper figure {
    width: 100%;
  }
}
.support .p-section__support .support__wrapper > div {
  flex: 1;
}
.support .p-section__support .support__wrapper > div p + p {
  margin-top: 1em;
}
.support .p-section__youcando {
  padding-bottom: 4.375rem;
}
.support .p-section__youcando .youcando__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 999.98px) {
  .support .p-section__youcando .youcando__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .support .p-section__youcando .youcando__wrapper {
    grid-template-columns: 1fr;
  }
}
.support .p-section__youcando .youcando__wrapper .youcando__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media screen and (max-width: 767.98px) {
  .support .p-section__youcando .youcando__wrapper .youcando__item {
    margin-bottom: 0;
  }
}
.support .p-section__youcando .youcando__wrapper .youcando__item dt {
  background: #229228;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: clamp(1.0625 * 1rem, calc(0.9583333333 * 1rem + 0.5208333333vi), 1.375 * 1rem);
  text-align: center;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .p-section__youcando .youcando__wrapper .youcando__item dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #229228;
  border-bottom: 0;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -20px;
}
.support .p-section__youcando .youcando__wrapper .youcando__item dd {
  background: #eee;
  padding: 2.25rem 1.125rem;
  font-size: clamp(1 * 1rem, calc(0.9583333333 * 1rem + 0.2083333333vi), 1.125 * 1rem);
  font-weight: bold;
  line-height: 1.6;
}
.support .p-section__howto {
  padding-bottom: 5rem;
}
.support .p-section__howto p {
  margin-top: 2.5rem;
}
.support .p-section__howto ul {
  margin-block: 2.5rem;
}
.support .p-section__howto ul li {
  color: #229228;
  font-size: clamp(1.125 * 1rem, calc(1.0416666667 * 1rem + 0.4166666667vi), 1.375 * 1rem);
  font-weight: bold;
}
.support .p-section__howto ul li::before {
  content: "";
  display: inline-block;
  width: 0.8ic;
  height: 0.8ic;
  border-radius: 50%;
  background: #229228;
  vertical-align: middle;
}

.contact .p-section__pagemv {
  background: url(../images/pages/contact_pagemv.jpg) no-repeat;
  background-size: cover;
}
.contact .p-section__contact {
  padding-bottom: 5rem;
}
.contact .p-section__contact .contact-form {
  margin-top: 3.75rem;
  color: #4d4d4d;
}
.contact .p-section__contact .contact-form .contact-form__required {
  color: #ff0000;
  margin-left: 0.125rem;
}
.contact .p-section__contact .contact-form__note {
  font-size: 0.8125rem;
  margin-bottom: 1.875rem;
}
.contact .p-section__contact .contact-form__group {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .contact .p-section__contact .contact-form__group {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.contact .p-section__contact .contact-form__label {
  display: flex;
  align-items: center;
  width: 12ic;
  padding-block: 1.25rem;
  border-bottom: 2px solid #229228;
}
@media screen and (max-width: 767.98px) {
  .contact .p-section__contact .contact-form__label {
    padding-bottom: 0.75rem;
  }
}
.contact .p-section__contact .contact-form__input-wrapper {
  flex: 1;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767.98px) {
  .contact .p-section__contact .contact-form__input-wrapper {
    border-bottom: none;
  }
}
.contact .p-section__contact .contact-form__input-wrapper .contact-form__input {
  margin-block: 1.25rem;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .contact .p-section__contact .contact-form__input-wrapper .contact-form__input {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
  }
}
.contact .p-section__contact .contact-form__input-wrapper .contact-form__input--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"></path></svg>') no-repeat right 12px center;
  background-size: 16px;
  padding-right: 30px;
}
.contact .p-section__contact .contact-form__input-wrapper .contact-form__input--textarea {
  min-height: 120px;
  resize: vertical;
}
.contact .p-section__contact .contact-form__buttons {
  display: flex;
  justify-content: center;
  gap: 7%;
  margin-top: 3.75rem;
}
.contact .p-section__contact .contact-form__button {
  width: 48%;
  max-width: 18.125rem;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s;
  border: none;
}
.contact .p-section__contact .contact-form__button:hover {
  opacity: 0.8;
}
.contact .p-section__contact .contact-form__button--reset {
  background: #c8c8c8;
  color: #fff;
}
.contact .p-section__contact .contact-form__button--submit {
  background: #229228;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .contact-confirm .contact-form__group {
    margin-bottom: 0.75rem;
  }
}
.contact-confirm .contact-form__label {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .contact-confirm .contact-form__label {
    padding-bottom: 0.5rem !important;
  }
}
.contact-confirm .contact-form__input-wrapper {
  display: grid;
  align-items: center;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .contact-confirm .contact-form__input-wrapper {
    padding-left: 0;
  }
}

.contact-completed p {
  margin-bottom: 2.625rem;
}
.contact-completed a {
  font-size: 1rem;
}

.news .p-section__pagemv {
  background: url(../images/pages/news_pagemv.jpg) no-repeat;
  background-size: cover;
}
.news .p-section__news .news-card__wrapper {
  grid-template-columns: auto;
  gap: 0;
}
.news .p-section__news .news-card__wrapper .news-card__item {
  border-bottom: 1px solid #e6e6e6;
  padding-block: 1rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news .p-section__news .news-card__wrapper .news-card__item {
    padding-block: 1.5rem;
  }
}
.news .p-section__news .news-card__wrapper .news-card__item figure {
  margin-bottom: 0;
}
.news .p-section__news .news-card__wrapper .news-card__item .news-card__link {
  display: grid;
  grid-template-columns: 150px auto 30px;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .news .p-section__news .news-card__wrapper .news-card__item .news-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0.75rem;
  }
}
.news .p-section__news .news-card__wrapper .news-card__item .news-card__link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljc4NyIgaGVpZ2h0PSIxMC4xNTkiIHZpZXdCb3g9IjAgMCA1Ljc4NyAxMC4xNTkiPiA8cGF0aCBpZD0i44OR44K5XzQ0MyIgZGF0YS1uYW1lPSLjg5HjgrkgNDQzIiBkPSJNNjEwLjYzNywzNzg4LjMwNWw0LjcyNiw0LjcyNi00LjcyNiw0LjcyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMC4yODMgLTM3ODcuOTUyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzg3ODc4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .news .p-section__news .news-card__wrapper .news-card__item .news-card__link::after {
    display: none;
  }
}
.news .p-section__news .news-card__wrapper .news-card__item .news-card__date {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.news .p-section__news .news-card__wrapper .news-card__item .news-card__badge {
  margin-left: 0.625rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 2.5rem;
}
.pagination .page-numbers {
  display: flex;
  gap: 5px;
}
.pagination .page-link {
  text-decoration: none;
  font-weight: bold;
  color: #c8c8c8;
  cursor: pointer;
  pointer-events: visible;
  margin-inline: 0.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .pagination .page-link {
    font-size: 1.25rem;
  }
}
.pagination .page-link.active {
  color: #333;
  pointer-events: none;
  cursor: default;
}
.pagination .prev,
.pagination .next {
  margin-inline: 0.75rem;
  margin-bottom: 0.25rem;
  width: 0.625rem;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
.pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .disabled svg path {
  stroke: #868686;
}

.news-single {
  padding-bottom: 5rem;
}
.news-single .p-section__news-single .news-single__date {
  font-weight: bold;
}
.news-single .p-section__news-single .news-single__badge {
  margin-left: 0.5rem;
}
.news-single .p-section__news-single .news-single__title {
  font-size: clamp(1 * 1rem, calc(0.9166666667 * 1rem + 0.4166666667vi), 1.25 * 1rem);
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .news-single .p-section__news-single .news-single__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
}
.news-single .p-section__news-single .news-single__content p + p {
  margin-top: 0.7em;
}
.news-single .p-section__news-single .news-single__image {
  margin-top: 3.75rem;
}
.news-single .p-section__news-single .news-single__image img {
  margin-inline: auto;
}

.howtouse .p-section__pagemv {
  background: url(../images/pages/hottouse_pagemv.jpg) no-repeat;
  background-size: cover;
}
.howtouse .p-section__pagemv h1 span {
  font-size: clamp(40px, 40px + 6 * (100vw - 375px) / 825, 46px);
}
.howtouse .p-section__nav-buttons .hottouse-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(200px, 14em), 1fr));
  gap: 0.625rem;
  text-align: center;
}
.howtouse .p-section__nav-buttons .hottouse-nav__list .hottouse-nav__item {
  flex: 1;
  min-width: 12.5rem;
  background: #f5f5f5;
  color: #229228;
  font-weight: bold;
  font-size: clamp(0.875 * 1rem, calc(0.8541666667 * 1rem + 0.1041666667vi), 0.9375 * 1rem);
}
.howtouse .p-section__nav-buttons .hottouse-nav__list .hottouse-nav__item .nav__link {
  display: block;
  padding: 1.25rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .howtouse .p-section__nav-buttons .hottouse-nav__list .hottouse-nav__item .nav__link {
    padding: 1rem;
  }
}
.howtouse .p-section__nav-buttons .hottouse-nav__list .hottouse-nav__item .nav__link::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjE2OSIgaGVpZ2h0PSIxMC45MjQiIHZpZXdCb3g9IjAgMCA2LjE2OSAxMC45MjQiPiA8cGF0aCBpZD0i44OR44K5XzIwMiIgZGF0YS1uYW1lPSLjg5HjgrkgMjAyIiBkPSJNOTcuMDI5LDUyMjkuNzgxbDUuMTA5LDUuMTA4TDk3LjAyOSw1MjQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTYuNjc1IC01MjI5LjQyOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIyOTIyOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}
.howtouse .member__steps {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767.98px) {
  .howtouse .member__steps {
    flex-direction: column;
    align-items: center;
  }
}
.howtouse .member__steps .member__step {
  display: flex;
  position: relative;
  gap: 1.25rem;
}
@media screen and (max-width: 599.98px) {
  .howtouse .member__steps .member__step {
    flex-direction: column;
  }
}
.howtouse .member__steps .member__step dt {
  background: #229228;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 10.3125rem;
  height: 10.3125rem;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  display: grid;
  place-items: center;
  margin-bottom: 0.625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .howtouse .member__steps .member__step dt {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 599.98px) {
  .howtouse .member__steps .member__step dt {
    margin-inline: auto;
  }
}
.howtouse .member__steps .member__step dd {
  align-self: center;
}
.howtouse .member__steps .member__step dd p + p {
  margin-top: 1.125rem;
}
.howtouse .member__steps .member__step dd ul {
  margin-block: 1.125rem;
}
.howtouse .member__steps .member__step dd ul li::before {
  content: "・";
}
.howtouse .member__steps .member__step dd ul.cation__list li::before {
  content: "※ ";
}
.howtouse .member__steps .member__step:first-of-type {
  margin-bottom: 4.375rem;
}
.howtouse .member__steps .member__step:first-of-type::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC45NDgiIGhlaWdodD0iMjEuNjA1IiB2aWV3Qm94PSIwIDAgMjQuOTQ4IDIxLjYwNSI+IDxwYXRoIGlkPSLjg5HjgrlfNTg0IiBkYXRhLW5hbWU9IuODkeOCuSA1ODQiIGQ9Ik0xNjguNjY0LDY1NDMuODY1bDEyLjQ3NC0yMS42MDVIMTU2LjE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1Ni4xOSAtNjUyMi4yNikiIGZpbGw9IiNjOGM4YzgiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 4.375rem;
  bottom: -3rem;
}
@media screen and (max-width: 767.98px) {
  .howtouse .member__steps .member__step:first-of-type::after {
    width: 1.6em;
    height: 1.6em;
    top: initial;
    bottom: -52px;
    left: 2.875rem;
  }
}
@media screen and (max-width: 599.98px) {
  .howtouse .member__steps .member__step:first-of-type::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.howtouse .member__button {
  padding-block: 1.375rem;
  padding-inline: 1.625rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .howtouse .member__button {
    padding-inline: 3.75rem;
  }
}
.howtouse .p-section__signupInfo .signupInfo__list-unorder li {
  font-weight: bold;
}
.howtouse .p-section__signupInfo .signupInfo__list-unorder li span {
  font-weight: 500;
  margin-left: 1em;
}
.howtouse .p-section__signupInfo .signupInfo__list-unorder li::before {
  content: "・ ";
}
.howtouse .p-section__signupInfo .signupInfo__list-order {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
  padding-block: 0.625rem;
  margin-block: 0.875rem;
}
.howtouse .p-section__signupInfo .signupInfo__list-order li {
  font-weight: bold;
}
.howtouse .p-section__cansel .section-text__wrapper {
  margin-top: 1.2em;
}
.howtouse .p-section__fees .fees__table-top {
  min-width: 62.5rem;
}
.howtouse .p-section__fees .fees__table-bottom {
  min-width: 70.875rem;
}
.howtouse .p-section__fees .fees__table-bottom tr:nth-of-type(odd) td:nth-of-type(2) {
  color: #229228;
  font-weight: bold;
}
.howtouse .p-section__fees .fees__table-bottom tr:nth-of-type(even) td:first-of-type {
  background: inherit;
  color: #229228;
}
.howtouse .p-section__fees .fees__table-bottom tr td {
  width: 10em;
  vertical-align: middle;
}
.howtouse .p-section__fees .fees__texts {
  margin-top: 1rem;
}
.howtouse .p-section__guideFacility .guideFacility__image {
  margin-top: 1.25rem;
}
.howtouse .p-section__guideFacility .guideFacility__bottom {
  display: grid;
  gap: 0.5rem clamp(30px, 3vw, 60px);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: [title] auto [desc] auto [media] 1fr;
}
@media screen and (max-width: 599.98px) {
  .howtouse .p-section__guideFacility .guideFacility__bottom {
    grid-template-columns: 1fr;
  }
}
.howtouse .p-section__guideFacility .guideFacility__bottom figure {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  align-content: start;
  background: #fff;
}
.howtouse .p-section__guideFacility .guideFacility__bottom figure img {
  width: 100%;
}
.howtouse .p-section__guideFacility .guideFacility__bottom figure figcaption p {
  margin-top: 1.6em;
}

.notations .p-section__pagemv {
  background: url(../images/pages/notations_pagemv.jpg) no-repeat;
  background-size: cover;
}
.notations .p-section__notations {
  padding-bottom: clamp(4.375 * 1rem, calc(3.5416666667 * 1rem + 4.1666666667vi), 6.875 * 1rem);
}
.notations .notations__wrapper {
  margin-top: 3rem;
}
.notations .notations__wrapper .notations__item {
  display: flex;
  border-top: 1px solid #c8c8c8;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .notations .notations__wrapper .notations__item {
    flex-direction: column;
  }
}
.notations .notations__wrapper .notations__item dt {
  width: 17em;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .notations .notations__wrapper .notations__item dt {
    margin-bottom: 0.5em;
    width: 100%;
  }
}
.notations .notations__wrapper .notations__item a {
  color: #229228;
  text-decoration: underline;
  display: inline-block;
}
.notations .notations__wrapper .notations__item:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}

.error {
  background-color: #fafafa;
}
.error .p-section__error {
  margin-top: 11.25rem;
  margin-bottom: 5rem;
}
.error .p-section__error .text-num {
  text-align: center;
  font-size: clamp(64px, 64px + 36 * (100vw - 375px) / 825, 100px);
  font-family: "Poppins", sans-serif;
  color: color-mix(in srgb, #229228 30%, white);
  line-height: 1.4;
}
.error .p-section__error h1 {
  font-size: clamp(27px, 27px + 1 * (100vw - 375px) / 825, 28px);
  text-align: center;
}
.error .p-section__error .text-wrapper {
  margin-top: 3rem;
  text-align: center;
}
.error .p-section__error .text-wrapper p + p {
  margin-top: 0.6em;
}
.error .p-section__error a {
  margin-top: 3.75rem;
  font-size: clamp(16px, 16px + 0 * (100vw - 375px) / 825, 16px);
}

.p-section__toc {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-section__toc ol li + li {
  margin-top: 0.4em;
}

.reserve-1 .p-section__member h2,
.reserve-1 .p-section__guest h2 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.reserve-1 .p-section__member h3,
.reserve-1 .p-section__guest h3 {
  font-size: 1.0625rem;
}
.reserve-1 .p-section__member p,
.reserve-1 .p-section__member a,
.reserve-1 .p-section__member label,
.reserve-1 .p-section__member button,
.reserve-1 .p-section__guest p,
.reserve-1 .p-section__guest a,
.reserve-1 .p-section__guest label,
.reserve-1 .p-section__guest button {
  font-size: 0.9375rem;
}
.reserve-1 .p-section__member .card,
.reserve-1 .p-section__guest .card {
  border-radius: 0.3125rem;
  border: 1px solid #C8C8C8;
}
.reserve-1 .p-section__member .border-top,
.reserve-1 .p-section__guest .border-top {
  --bs-border-color: #C8C8C8;
}

.reserve-2 .p-section__registration {
  margin-inline: auto;
  max-width: 43.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration {
    padding-inline: 1.125rem;
  }
}
.reserve-2 .p-section__registration .card {
  padding-inline: 2rem;
  padding-block: 2.625rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .card {
    padding-inline: 1.125rem;
  }
}
.reserve-2 .p-section__registration h2 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration h2 {
    font-size: 1.3125rem;
  }
}
.reserve-2 .p-section__registration .form-wrapper .form-item {
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .form-wrapper .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reserve-2 .p-section__registration .form-wrapper .form-item label {
  width: 5.6em;
  text-align: center;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .form-wrapper .form-item label {
    text-align: left;
    width: 100%;
  }
}
.reserve-2 .p-section__registration .form-wrapper .form-item .input-wrapper {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .form-wrapper .form-item .input-wrapper {
    width: 100%;
  }
}
.reserve-2 .p-section__registration .form-wrapper .form-item input {
  padding: 0.75rem 1.25rem;
}
.reserve-2 .p-section__registration .form-wrapper .form-item input::-moz-placeholder {
  color: #969696;
}
.reserve-2 .p-section__registration .form-wrapper .form-item input::placeholder {
  color: #969696;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .form-wrapper .button-wrapper {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}
.reserve-2 .p-section__registration .form-wrapper .button-wrapper button {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .reserve-2 .p-section__registration .form-wrapper .button-wrapper button {
    width: 100%;
  }
}

.reserve-3 .button-wrapper {
  margin-top: 4.375rem;
}

.reserve-4 .calendar-wrapper {
  overflow-x: auto;
}
@media screen and (max-width: 767.98px) {
  .reserve-4 #calendar,
  .reserve-4 #calendar-header {
    min-width: initial;
  }
}
.reserve-4 #calendar .calendar-button,
.reserve-4 #calendar-header .calendar-button {
  width: 1.6875rem;
  height: 1.6875rem;
  background: #229228;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .reserve-4 #calendar .calendar-button,
  .reserve-4 #calendar-header .calendar-button {
    transition: 0.2s;
  }
  .reserve-4 #calendar .calendar-button:hover,
  .reserve-4 #calendar-header .calendar-button:hover {
    filter: opacity(0.8);
  }
}
.reserve-4 .sidebar {
  width: clamp(19.375rem, 28%, 20.625rem);
  min-width: 19.375rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-4 .sidebar {
    width: 100%;
  }
}
.reserve-4 .sidebar h2 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.75rem;
  margin-bottom: 2rem;
}
.reserve-4 .sidebar .accordion {
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wOTUiIGhlaWdodD0iMTIuMjA2IiB2aWV3Qm94PSIwIDAgMTQuMDk1IDEyLjIwNiI+IDxwYXRoIGQ9Ik02MzkxLjg0Miw3MzY1LjM1NGw3LjA0Ny0xMi4yMDZoLTE0LjA5NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Mzg0Ljc5NSAtNzM1My4xNDgpIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wOTUiIGhlaWdodD0iMTIuMjA2IiB2aWV3Qm94PSIwIDAgMTQuMDk1IDEyLjIwNiI+IDxwYXRoIGQ9Ik02MzkxLjg0Miw3MzY1LjM1NGw3LjA0Ny0xMi4yMDZoLTE0LjA5NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Mzg0Ljc5NSAtNzM1My4xNDgpIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.reserve-4 .sidebar .accordion .accordion-button {
  font-weight: bold;
  color: #fff;
  padding: 0.5rem;
  background-color: #229228;
}
.reserve-4 .sidebar .accordion .accordion-button::after {
  background-size: 80% 80%;
  transform-origin: center;
  background-position: center;
  margin-left: 0.5rem;
}
.reserve-4 .sidebar .accordion .accordion-button:disabled {
  background-color: #C8C8C8;
}
.reserve-4 .sidebar .accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #000;
  outline-offset: -2px;
}
.reserve-4 .sidebar .accordion .accordion-body {
  background-color: #F5F5F5;
}
.reserve-4 .sidebar .accordion .accordion-body p {
  font-size: 0.9375rem;
}
.reserve-4 .sidebar .accordion .accordion-body .time-slot-wrapper {
  overflow-y: hidden;
  max-height: 27.75rem;
}
.reserve-4 .sidebar .accordion .collapse-confirm .confirm-title {
  font-size: 0.9375rem;
}
.reserve-4 .sidebar .accordion .collapse-confirm .confirm-content {
  font-size: 1.0625rem;
  line-height: 1.3;
}
.reserve-4 .sidebar .accordion .collapse-confirm .confirm-link {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.reserve-4 .sidebar .accordion .reserve-button__white {
  background: #fff;
  color: #229228;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid #E6E6E6;
}
@media (any-hover: hover) {
  .reserve-4 .sidebar .accordion .reserve-button__white {
    transition: 0.2s;
  }
  .reserve-4 .sidebar .accordion .reserve-button__white:hover {
    background: color-mix(in srgb, #229228 20%, #fff);
  }
}
.reserve-4 .sidebar .accordion .reserve-button__green {
  background: #229228;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
}
@media (any-hover: hover) {
  .reserve-4 .sidebar .accordion .reserve-button__green {
    transition: 0.2s;
  }
  .reserve-4 .sidebar .accordion .reserve-button__green:hover {
    background: color-mix(in srgb, #fff 30%, #229228);
  }
}
.reserve-4 .sidebar .accordion .form-check-input {
  width: 1rem;
  height: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
}
.reserve-4 .sidebar .accordion .card-image {
  flex-shrink: 0;
}
.reserve-4 .sidebar .accordion .card-num {
  font-size: 0.88125rem;
}

.reserve-10 .title {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .reserve-10 .title {
    font-size: 1.3125rem;
  }
}
.reserve-10 .details-list .details-item {
  border-top: 1px solid #C8C8C8;
  padding: 0.625rem 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.reserve-10 .details-list .details-item dt {
  width: 7em;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .reserve-10 .details-list .details-item dt {
    width: 5.4em;
    font-size: 1.0625rem;
  }
}
.reserve-10 .details-list .details-item dd {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-10 .details-list .details-item dd {
    font-size: 1.0625rem;
  }
}
.reserve-10 .details-list .details-item:last-of-type {
  border-bottom: 1px solid #C8C8C8;
}
.reserve-10 .notes-item dt {
  font-size: 1.125rem;
  padding-left: 0.5rem;
}
.reserve-10 .notes-item dd {
  padding-left: 0.5rem;
}
.reserve-10 .panel-title {
  font-size: 1.5rem;
}
.reserve-10 .card-info__panel {
  width: clamp(15.625rem, 80%, 43.75rem);
  margin-inline: auto;
  padding: 1.25rem 1.875rem 3.125rem;
  margin-top: 3.625rem;
}
.reserve-10 .panel-item {
  background: #F5F5F5;
}
.reserve-10 .button-wrapper {
  width: clamp(15.625rem, 80%, 43.75rem);
  margin-inline: auto;
}

.reserve-11 .title {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.375rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-11 .title {
    font-size: 1.3125rem;
    margin-bottom: 1.375rem;
  }
}
.reserve-11 .card {
  --bs-card-border-color: #C8C8C8;
}
.reserve-11 .card-content-list .card-content-item {
  border-bottom: 1px solid #C8C8C8;
  padding: 1rem 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.reserve-11 .card-content-list .card-content-item dt {
  width: 6em;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .reserve-11 .card-content-list .card-content-item dt {
    width: 5.4em;
    font-size: 1.0625rem;
  }
}
.reserve-11 .card-content-list .card-content-item dd {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-11 .card-content-list .card-content-item dd {
    font-size: 1.0625rem;
  }
}
.reserve-11 .c-reserve-button__green {
  padding-block: 0.75rem;
}

.reserve-12 .title {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.375rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-12 .title {
    font-size: 1.3125rem;
  }
}
.reserve-12 .p-section-12__wrapper {
  min-height: 70vh;
}
.reserve-12 .card-content-item {
  border-bottom: 1px solid #C8C8C8;
  padding: 1rem 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.reserve-12 .card-content-item dt {
  width: 6em;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .reserve-12 .card-content-item dt {
    width: 5.4em;
    font-size: 1.0625rem;
  }
}
.reserve-12 .card-content-item dd {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .reserve-12 .card-content-item dd {
    font-size: 1.0625rem;
  }
}
.reserve-12 .button-wrapper {
  max-width: 39.375rem;
}

.p-section__mv {
  margin-top: 5rem;
  position: relative;
}

.slider-container {
  position: relative;
}

.indicators {
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .indicators {
    bottom: 7%;
  }
}

.indicator {
  position: relative;
  width: 5.125rem;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .indicator {
    width: 3.75rem;
  }
}
.indicator:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #229228;
}
.indicator.active:after {
  animation: expandIndicatorAnim 5s forwards linear;
}
.indicator.active.completed:after {
  animation: none;
  width: 100%;
}

@keyframes expandIndicatorAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.swiper-slide-active .swiper-image img,
.swiper-slide-duplicate-active .swiper-image img,
.swiper-slide-prev .swiper-image img {
  animation: zoomUp 16s linear 0s forwards;
}

.swiper .slider-container {
  position: relative;
}
.swiper .swiper-wrapper {
  overflow: hidden;
}
.swiper .swiper-slide {
  height: 100%;
}
.swiper .swiper-slide .swiper-image img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .swiper .swiper-slide .swiper-image img {
    aspect-ratio: 1366/800;
    -o-object-position: top;
       object-position: top;
  }
}
.swiper .swiper-slide .swiper-text {
  position: absolute;
  left: 3.6vw;
  bottom: 38%;
  z-index: 100;
}
.swiper .swiper-slide .swiper-text__01 img {
  width: 22.6vw;
}
@media screen and (max-width: 999.98px) {
  .swiper .swiper-slide .swiper-text__01 img {
    width: 34vw;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper .swiper-slide .swiper-text__01 img {
    width: 37vw;
  }
}
@media screen and (max-width: 599.98px) {
  .swiper .swiper-slide .swiper-text__01 img {
    width: 41vw;
  }
}
@media screen and (max-width: 999.98px) {
  .swiper .swiper-slide .swiper-text__01 {
    left: 1.875rem;
    bottom: 24%;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper .swiper-slide .swiper-text__01 {
    left: 1.125rem;
    bottom: 26%;
  }
}
@media screen and (max-width: 599.98px) {
  .swiper .swiper-slide .swiper-text__01 {
    bottom: 24%;
  }
}

.p-section__news {
  padding-bottom: 3.375rem;
}
.p-section__news .news-card__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 767.98px) {
  .p-section__news .news-card__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
}
.p-section__news .news-card__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-row: span 3;
}
.p-section__news .news-card__item figure {
  overflow: hidden;
  aspect-ratio: 285/180;
  margin-bottom: 0.375rem;
}
.p-section__news .news-card__item figure img {
  transition: transform 0.5s;
}
.p-section__news .news-card__date {
  vertical-align: middle;
}
.p-section__news .news-card__badge {
  margin-left: 0.375rem;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline-block;
}
.p-section__news .news-card__title {
  line-height: 1.6;
  margin-top: 0.375rem;
}
.p-section__news .news-card__link {
  transition: color 0.5s;
}
@media (any-hover: hover) {
  .p-section__news .news-card__link:hover {
    opacity: 1;
  }
  .p-section__news .news-card__link:hover figure img {
    transform: scale(1.15);
  }
  .p-section__news .news-card__link:hover .news-card__title {
    color: #229228;
  }
}

.p-section__links {
  margin-bottom: 3.75rem;
}
.p-section__links .links__wrapper {
  gap: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-section__links .links__wrapper {
    flex-direction: column;
  }
}
.p-section__links .links__wrapper .links__item {
  flex: 1;
  overflow: hidden;
}
.p-section__links .links__wrapper .links__item a {
  min-height: 17.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .p-section__links .links__wrapper .links__item a {
    min-height: 12.5rem;
  }
}
.p-section__links .links__wrapper .links__item .links__item-inner p {
  font-weight: bold;
  line-height: 1.3;
}
.p-section__links .links__wrapper .links__item .links__item-inner p:nth-of-type(1) {
  font-size: clamp(0.8125 * 1rem, calc(0.7708333333 * 1rem + 0.2083333333vi), 0.9375 * 1rem);
  margin-bottom: 0.6em;
}
.p-section__links .links__wrapper .links__item .links__item-inner p:nth-of-type(2) {
  margin-bottom: 0.6em;
  font-size: 0.8125rem;
}
.p-section__links .links__wrapper .links__item .links__item-inner h2 {
  font-size: clamp(1.3125 * 1rem, calc(1.1666666667 * 1rem + 0.7291666667vi), 1.75 * 1rem);
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 0.6em;
}
.p-section__links .links__wrapper .links__item:nth-of-type(1) a {
  color: #4b4b4b;
}
.p-section__links .links__wrapper .links__item:nth-of-type(1) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/frontpage/links_img01.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s, filter 0.5s;
}
.p-section__links .links__wrapper .links__item:nth-of-type(1) a .links__item-inner {
  height: 100%;
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .p-section__links .links__wrapper .links__item:nth-of-type(1) a .links__item-inner {
    margin-left: 49%;
  }
}
.p-section__links .links__wrapper .links__item:nth-of-type(2) a {
  color: #fff;
  justify-content: center;
}
.p-section__links .links__wrapper .links__item:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/frontpage/links_img02.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s, filter 0.5s;
}
.p-section__links .links__wrapper .links__item:nth-of-type(2) a .links__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-section__links .links__wrapper .links__item:nth-of-type(2) a .links__item-inner p:nth-of-type(1) {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 999.98px) {
  .p-section__links .links__wrapper .links__item:nth-of-type(2) a .links__item-inner h2 {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.p-section__links .links__wrapper .links__item a {
  transition: transform 0.3s, filter 0.5s;
}
@media (any-hover: hover) {
  .p-section__links .links__wrapper .links__item a:hover {
    opacity: 1;
  }
  .p-section__links .links__wrapper .links__item a:hover::before {
    transform: scale(1.1);
    filter: brightness(1.1);
  }
}

.p-section__about .about__top {
  background: url(../images/frontpage/about_bg.jpg) no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.p-section__about .about__top .about__top-inner {
  min-height: 25rem;
  display: grid;
  align-items: stretch;
  grid-template-columns: 32% 1fr;
}
@media screen and (max-width: 999.98px) {
  .p-section__about .about__top .about__top-inner {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top .about__top-inner {
    display: flex;
    flex-direction: column;
    padding-inline: calc(50% - 50vw);
  }
}
.p-section__about .about__top figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  min-width: 18.75rem;
}
@media screen and (max-width: 999.98px) {
  .p-section__about .about__top figure {
    min-width: auto;
  }
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top figure {
    padding-block: 2.5rem;
  }
}
.p-section__about .about__top figure img {
  position: relative;
  z-index: 1;
}
.p-section__about .about__top figure img:nth-of-type(1) {
  width: 70%;
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top figure img:nth-of-type(1) {
    max-width: 12.5rem;
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-section__about .about__top figure img:nth-of-type(2) {
  width: 95%;
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top figure img:nth-of-type(2) {
    max-width: 17.5rem;
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-section__about .about__top figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #229228;
  mix-blend-mode: multiply;
}
.p-section__about .about__top .right__wrapper {
  text-align: center;
  align-self: center;
  padding-inline: 1rem;
  padding-top: 1.625rem;
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top .right__wrapper {
    padding-block: 3rem;
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.p-section__about .about__top .right__wrapper h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(23px, 23px + 3 * (100vw - 375px) / 825, 26px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599.98px) {
  .p-section__about .about__top .right__wrapper h2 {
    line-height: 1.7;
  }
}
.p-section__about .about__bottom {
  padding-block: 3.125rem;
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-section__about .about__bottom {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.p-section__about .about__bottom h3 {
  color: #229228;
  font-size: clamp(23px, 23px + 1 * (100vw - 375px) / 825, 24px);
  font-weight: bold;
  margin-bottom: 0.9em;
}
.p-section__about .about__bottom p {
  line-height: 2;
}
.p-section__about .about__bottom p + p {
  margin-top: 1.2em;
}

.p-section__guide {
  padding: 2.5rem 0 3.75rem;
}
.p-section__guide .guide__wrapper dl {
  -moz-column-width: 320px;
       column-width: 320px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.p-section__guide .guide__wrapper dl > div {
  display: flex;
  line-height: 1.5;
}
.p-section__guide .guide__wrapper dl > div dt {
  width: 12em;
  font-weight: 500;
}
.p-section__guide .guide__wrapper dl > div dd {
  font-weight: bold;
}
.p-section__guide .guide__wrapper dl > div::before {
  content: "・";
}
.p-section__guide .guide__wrapper h2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  font-size: 0.8125rem;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #229228;
  margin-bottom: 1.5rem;
}
.p-section__guide .guide__wrapper h2 span {
  color: #229228;
  font-family: "Poppins", sans-serif;
  font-size: clamp(33px, 33px + 3 * (100vw - 375px) / 825, 36px);
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-section__guide .guide__wrapper h2 {
    line-height: 1.3;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0.625rem;
  }
  .p-section__guide .guide__wrapper h2 span {
    margin-bottom: 0.375rem;
  }
}
.p-section__guide .guide__wrapper .total-cost {
  text-align: right;
  border-top: 1px solid #c8c8c8;
  padding-top: 0.5em;
  margin-top: 1.4em;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */