@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
  text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: currentColor;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* base */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20.5333333333vw;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 118px;
  }
}

body {
  min-height: 100svh;
  background-color: #f1f4e0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  font-size: clamp(19px, 18.5664739884px + 0.0011560694 * 100vw, 20px);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68;
}
@media (min-width: 992px) {
  body {
    min-width: 1240px;
    line-height: 1.6;
  }
}

ul, ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

a:not([class]) {
  color: #00aa5c;
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}

/* container */
.l-container__inner {
  padding: 0 4vw;
}
.l-container__inner > *:first-child {
  margin-top: 0;
}
.l-container__inner > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-container__inner {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 30px;
  }
}

/* header */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 20.5333333333vw;
  padding: 0 4vw;
  z-index: 300;
}
.l-header__logo img {
  width: 13.3333333333vw;
  height: auto;
}
.l-header__mypage__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  height: 11.7333333333vw;
  padding: 0 3.7333333333vw 0 2.4vw;
  border-radius: 5.8666666667vw;
  border: solid 0.5333333333vw #00aa5c;
  background-color: #fff;
  box-shadow: 0px 0.8vw 0px 0px #017942;
  font-size: 4.2666666667vw;
  color: #00aa5c;
  text-decoration: none;
}
.l-header__btn {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  background: #00aa5c;
  cursor: pointer;
}
.l-header__btn > span {
  transition: all .2s ease;
  position: relative;
  left: 2.9333333333vw;
  display: block;
  width: 6.4vw;
  height: 0.5333333333vw;
  background: #fff;
}
.l-header__btn > span:nth-child(1) {
  top: 3.4666666667vw;
}
.l-header__btn > span:nth-child(2) {
  top: 5.3333333333vw;
}
.l-header__btn > span:nth-child(3) {
  top: 7.4666666667vw;
  width: 4vw;
}
.is-open-nav .l-header__btn {
  background: #fff;
}
.is-open-nav .l-header__btn > span {
  left: 3.7333333333vw;
  transform-origin: left;
  background: #00aa5c;
}
.is-open-nav .l-header__btn > span:nth-child(1) {
  top: 7.7333333333vw;
  transform: rotate(-45deg);
}
.is-open-nav .l-header__btn > span:nth-child(2) {
  opacity: 0;
}
.is-open-nav .l-header__btn > span:nth-child(3) {
  top: 2.4vw;
  width: 6.4vw;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .l-header {
    justify-content: flex-end;
    gap: 18px;
    height: 118px;
    padding: 0 30px;
  }
  .l-header__logo {
    margin-right: auto;
  }
  .l-header__logo img {
    width: 100px;
  }
  .l-header__mypage__btn {
    gap: 10px;
    height: 54px;
    padding: 0 30px 0 12px;
    border-radius: 27px;
    border-width: 2px;
    box-shadow: 0px 3px 0px 0px #017942;
    font-size: 18px;
  }
  .l-header__mypage__btn img {
    width: 32px;
    height: auto;
  }
  .l-header__btn {
    width: 58px;
    height: 58px;
  }
  .l-header__btn > span {
    left: 14px;
    width: 30px;
    height: 2px;
  }
  .l-header__btn > span:nth-child(1) {
    top: 16px;
  }
  .l-header__btn > span:nth-child(2) {
    top: 26px;
  }
  .l-header__btn > span:nth-child(3) {
    top: 36px;
    width: 19px;
  }
  .is-open-nav .l-header__btn > span {
    left: 19px;
  }
  .is-open-nav .l-header__btn > span:nth-child(1) {
    top: 38px;
  }
  .is-open-nav .l-header__btn > span:nth-child(3) {
    top: 14px;
    width: 30px;
  }
}

/* nav */
.l-nav {
  transition: opacity .35s ease-out, display .35s ease-out allow-discrete;
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 26.6666666667vw 0 10.6666666667vw 0;
  background: #00aa5c;
  color: #fff;
  overflow-y: scroll;
  z-index: 200;
}
.l-nav__inner {
  padding: 0 4vw;
}
.l-nav__menu {
  margin-bottom: 10.6666666667vw;
}
.l-nav__menu ul {
  margin: 0;
}
.l-nav__menu ul > li + li {
  margin-top: .5em;
}
.l-nav__menu ul > li a {
  display: inline-block;
  padding-left: 9.3333333333vw;
  background: url("/images/common/icn_arw_white.svg") no-repeat left center;
  background-size: 6.4vw;
  color: inherit;
  text-decoration: none;
}
.l-nav__reserve {
  margin: 0 0 10.6666666667vw;
  padding: 10.6666666667vw 0;
  border-top: dotted 0.5333333333vw #fff;
  border-bottom: dotted 0.5333333333vw #fff;
}
.l-nav__reserve dt {
  margin-bottom: .5em;
  font-size: 6.6666666667vw;
  font-weight: bold;
}
.l-nav__reserve dd {
  margin: 0;
}
.l-nav__reserve dd p {
  margin: 0 0 1em;
  font-size: 5.0666666667vw;
  line-height: 1.68;
}
.l-nav__reserve dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  border-radius: 8vw;
  box-shadow: 0px 1.0666666667vw 0px 0px #017942;
  background: #fff url("/images/common/icn_arw_green.svg") no-repeat right 4vw center;
  background-size: 6.4vw 6.4vw;
  color: #00aa5c;
  font-weight: bold;
  text-decoration: none;
}
.l-nav__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.6666666667vw;
  margin: 0;
}
.l-nav__sns dt {
  font-weight: bold;
}
.l-nav__sns dd {
  margin: 0;
}
.l-nav__sns ul {
  display: flex;
  align-items: center;
  gap: 5.8666666667vw;
}
.l-nav__sns ul img {
  width: auto;
  height: 11.7333333333vw;
}
.is-open-nav .l-nav {
  display: block;
  opacity: 1;
}
@starting-style {
  .is-open-nav .l-nav {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .l-nav {
    padding: 220px 0 80px 0;
    overflow-y: auto;
  }
  .l-nav__inner {
    display: flex;
    justify-content: center;
    gap: 140px;
    padding: 0;
  }
  .l-nav__menu {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .l-nav__menu ul > li {
    font-size: 30px;
    font-weight: bold;
  }
  .l-nav__menu ul > li a {
    padding-left: 40px;
    background-size: 30px;
  }
  .l-nav__info {
    flex: 0 0 440px;
  }
  .l-nav__reserve {
    margin-bottom: 80px;
    padding: 50px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .l-nav__reserve dt {
    font-size: 30px;
  }
  .l-nav__reserve dd p {
    font-size: 20px;
    line-height: 1.6;
  }
  .l-nav__reserve dd a {
    height: 70px;
    border-radius: 35px;
    background-position: right 20px center;
    background-size: 26px;
    box-shadow: 0px 4px 0px 0px #017942;
    font-size: 24px;
  }
  .l-nav__sns {
    gap: 30px;
  }
  .l-nav__sns dt {
    font-size: 24px;
  }
  .l-nav__sns ul {
    gap: 20px;
  }
  .l-nav__sns ul img {
    height: 40px;
  }
}

/* footer */
.l-footer {
  margin-top: -10.6666666667vw;
  padding: 16vw 0 5.3333333333vw;
  background: #00aa5c;
  border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  color: #fff;
}
.l-footer__inner {
  position: relative;
}
.l-footer__ill {
  position: absolute;
  right: 8vw;
  top: -37.7333333333vw;
  width: 36vw;
  height: auto;
}
.l-footer__primary {
  display: flex;
  flex-direction: column;
  gap: 14.6666666667vw;
}
.l-footer__ttl {
  margin-bottom: .5em;
  font-size: 6.6666666667vw;
}
.l-footer__lead {
  margin: 0 0 1em 0;
  font-size: 5.0666666667vw;
  line-height: 1.68;
}
.l-footer__reserve {
  margin-bottom: 14.6666666667vw;
}
.l-footer__reserve dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3em;
  margin-bottom: .5em;
  font-size: 5.3333333333vw;
}
.l-footer__reserve dt span::before, .l-footer__reserve dt span::after {
  content: "｜";
}
.l-footer__reserve dt span::before {
  transform: rotate(-35deg);
}
.l-footer__reserve dt span::after {
  transform: rotate(35deg);
}
.l-footer__reserve dd {
  margin: 0;
}
.l-footer__reserve dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  border-radius: 8vw;
  box-shadow: 0px 1.0666666667vw 0px 0px #017942;
  background: #fff url("/images/common/icn_arw_green.svg") no-repeat right 4vw center;
  background-size: 6.4vw 6.4vw;
  color: #00aa5c;
  font-weight: bold;
  text-decoration: none;
}
.l-footer__tel {
  padding: 5.3333333333vw 3.2vw;
  border: solid 0.8vw #fff;
  border-radius: 3.7333333333vw;
}
.l-footer__tel__ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3em;
  margin-bottom: .35em;
  font-size: 5.3333333333vw;
}
.l-footer__tel__ttl span::before, .l-footer__tel__ttl span::after {
  content: "｜";
}
.l-footer__tel__ttl span::before {
  transform: rotate(-35deg);
}
.l-footer__tel__ttl span::after {
  transform: rotate(35deg);
}
.l-footer__tel__number {
  font-size: 11.7333333333vw;
  line-height: 1;
  text-align: center;
}
.l-footer__tel__number a {
  color: inherit;
  text-decoration: none;
}
.l-footer__tel__time {
  display: flex;
  flex-direction: column;
  margin: 1.2em 0 0 0;
}
.l-footer__tel__time dt {
  margin-bottom: .3em;
}
.l-footer__tel__time dd {
  margin: 0;
}
.l-footer__tel__time table th {
  padding-right: 1em;
  text-align: left;
  font-weight: normal;
}
.l-footer__menu {
  margin: 0 0 2em;
}
.l-footer__menu > li + li {
  margin-top: .5em;
}
.l-footer__menu > li a {
  display: inline-block;
  padding-left: 9.3333333333vw;
  background: url("/images/common/icn_arw_white.svg") no-repeat left center;
  background-size: 6.4vw;
  color: inherit;
  text-decoration: none;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 8.6666666667vw;
  margin: 0 0 17.3333333333vw;
}
.l-footer__sns dt {
  font-weight: bold;
}
.l-footer__sns dd {
  margin: 0;
}
.l-footer__sns ul {
  display: flex;
  align-items: center;
  gap: 5.8666666667vw;
}
.l-footer__sns ul img {
  width: auto;
  height: 11.7333333333vw;
}
.l-footer__secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vw;
}
.l-footer__logo img {
  width: 24vw;
  height: auto;
}
.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75em .5em;
  margin: 0;
  font-size: 4vw;
  line-height: 1;
}
.l-footer__links > li + li {
  padding-left: .5em;
  border-left: solid 1px #fff;
}
.l-footer__links > li a {
  color: inherit;
  text-decoration: none;
}
.l-footer__copyright {
  margin-top: 1em;
  width: 100%;
  font-size: 3.2vw;
}
.l-footer__reserve-btn {
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.l-footer__reserve-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6vw;
  padding: 2.6666666667vw 1.6vw;
  background: #f8f015;
  border-radius: 2.6666666667vw 0 0 0;
  box-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 3.7333333333vw;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}
.l-footer__reserve-btn a img {
  width: 5.8666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: -80px;
    padding: 100px 0 40px 0;
    border-radius: 80px 80px 0 0;
  }
  .l-footer__ill {
    right: 17px;
    top: -237px;
    width: 184px;
  }
  .l-footer__primary {
    flex-direction: row;
    gap: 160px;
    margin-bottom: 50px;
  }
  .l-footer__primary > div {
    position: relative;
  }
  .l-footer__primary > div:nth-child(1) {
    flex: 0 0 600px;
  }
  .l-footer__primary > div:nth-child(2) {
    flex: 1 0 0%;
  }
  .l-footer__ttl {
    font-size: 30px;
  }
  .l-footer__lead {
    font-size: 20px;
  }
  .l-footer__reserve {
    margin-bottom: 50px;
    width: 440px;
  }
  .l-footer__reserve dt span {
    font-size: 24px;
  }
  .l-footer__reserve dd a {
    height: 70px;
    border-radius: 35px;
    background-position: right 20px center;
    background-size: 26px;
    box-shadow: 0px 4px 0px 0px #017942;
    font-size: 24px;
  }
  .l-footer__tel {
    padding: 25px;
    border-width: 3px;
    border-radius: 14px;
  }
  .l-footer__tel__ttl span {
    font-size: 24px;
  }
  .l-footer__tel__number {
    font-size: 55px;
  }
  .l-footer__tel__time {
    justify-content: center;
    flex-direction: row;
    gap: 28px;
  }
  .l-footer__menu > li a {
    padding-left: 30px;
    background-size: 20px;
  }
  .l-footer__sns {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    gap: 30px;
  }
  .l-footer__sns dt {
    font-size: 24px;
  }
  .l-footer__sns ul {
    gap: 20px;
  }
  .l-footer__sns ul img {
    height: 40px;
  }
  .l-footer__secondary {
    flex-direction: row;
    gap: 40px;
  }
  .l-footer__logo img {
    width: 100px;
  }
  .l-footer__links {
    flex: 0 0 auto;
    font-size: 18px;
  }
  .l-footer__copyright {
    margin-top: 0;
    font-size: 16px;
    text-align: right;
  }
  .l-footer__reserve-btn a {
    gap: 10px;
    padding: 20px 15px;
    border-radius: 10px 0 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 1.33;
  }
  .l-footer__reserve-btn a img {
    width: 32px;
  }
}

/* main */
@media (min-width: 768px) {
  .l-main {
    overflow: hidden;
  }
}

/* section */
.l-section {
  padding: 20vw 0;
}
.l-section--pt-zero {
  padding-top: 0 !important;
}
.l-section:last-child {
  padding-bottom: 40vw !important;
}
@media (min-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
  .l-section:last-child {
    padding-bottom: 260px !important;
  }
}

.c-btn {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  width: 100%;
  height: 16vw;
  border-radius: 8vw;
  background: #00aa5c url("/images/common/icn_arw_white.svg") no-repeat right 4vw center;
  box-shadow: 0px 1.0666666667vw 0px 0px #017942;
  background-size: 6.4vw;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-btn--map {
  width: 66.6666666667vw;
  height: 11.7333333333vw;
  border-radius: 5.8666666667vw;
}
.c-btn--back {
  background: #00aa5c url("/images/common/icn_arw_white-l.svg") no-repeat left 4vw center;
  background-size: 6.4vw;
}
@media (min-width: 768px) {
  .c-btn {
    height: 70px;
    border-radius: 35px;
    background: #00aa5c url("/images/common/icn_arw_white.svg") no-repeat right 20px center;
    box-shadow: 0px 4px 0px 0px #017942;
    background-size: 26px;
    font-size: 24px;
  }
  .c-btn--map {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    background-position: right 12px center;
    background-size: 20px;
    font-size: 20px;
  }
  .c-btn--tour {
    height: 100px;
    border-radius: 50px;
    font-size: 30px;
  }
  .c-btn--back {
    background: #00aa5c url("/images/common/icn_arw_white-l.svg") no-repeat left 20px center;
    background-size: 26px;
  }
}

/* title */
.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
  margin: 20.5333333333vw 0 10.6666666667vw 0;
  padding: 8vw 4vw 0;
  font-weight: bold;
  text-align: center;
}
.c-title > small {
  display: flex;
  align-items: center;
  gap: .2em;
  font-size: 5.3333333333vw;
}
.c-title > small::before, .c-title > small::after {
  content: "｜";
  display: block;
  color: #00aa5c;
}
.c-title > small::before {
  transform: rotate(-25deg);
}
.c-title > small::after {
  transform: rotate(25deg);
}
.c-title > span {
  font-size: 8vw;
  line-height: 1.33;
  color: #00aa5c;
}
@media (min-width: 768px) {
  .c-title {
    margin: 118px 0 50px 0;
    gap: 5px;
    padding: 20px 0 0;
  }
  .c-title > small {
    font-size: 32px;
  }
  .c-title > span {
    font-size: 50px;
  }
}

/* p-top */
.p-top__kv {
  padding-top: 20.5333333333vw;
  background: #00aa5c url("/images/top/kv_bg-sp.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}
.p-top__kv__title {
  margin-bottom: 8.6666666667vw;
}
.p-top__kv__title figure {
  display: block;
  margin: 0 0 0 auto;
  width: 92vw;
}
.p-top__kv__title figure img {
  border-radius: 4vw 0 0 4vw;
}
.p-top__kv__title h1 {
  width: 46.8vw;
  margin: -6.4vw 0 0 4vw;
}
.p-top__kv__body {
  position: relative;
  padding-bottom: 28vw;
}
.p-top__kv__lead {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.88;
  text-align: center;
}
.p-top__kv__img {
  margin: 0;
}
.p-top__kv__img--01, .p-top__kv__img--03 {
  width: 40vw;
}
.p-top__kv__img--01 img, .p-top__kv__img--03 img {
  border-radius: 1.3333333333vw 0 0 1.3333333333vw;
}
.p-top__kv__img--02 {
  width: 53.6vw;
}
.p-top__kv__img--02 img {
  border-radius: 0 1.3333333333vw 1.3333333333vw 0;
}
.p-top__kv__img--01 {
  position: absolute;
  right: 0;
  top: -44vw;
}
.p-top__kv__img--02 {
  margin-top: 10.6666666667vw;
}
.p-top__kv__img--03 {
  position: absolute;
  right: 0;
  bottom: 20vw;
}
.p-top__kv__ill {
  position: absolute;
  height: auto;
}
.p-top__kv__ill--01 {
  right: 2.5333333333vw;
  bottom: 59.6vw;
  width: 35.0666666667vw;
}
.p-top__kv__ill--02 {
  left: 8vw;
  bottom: -4vw;
  width: 37.3333333333vw;
}
.p-top__h2 {
  margin: 0 0 .65em 0;
  font-size: 8vw;
  color: #00aa5c;
}
.p-top__h3 {
  margin: 0 0 .85em 0;
  font-size: 6.6666666667vw;
  line-height: 1.4;
}
.p-top__lead {
  margin: 0;
  line-height: 1.58;
}
.p-top__lead + .p-top__lead {
  margin-top: 1em;
}
.p-top__tour .l-container__inner {
  position: relative;
}
.p-top__tour__img {
  margin: 0 0 1.75em 0;
  transform: translateX(-4vw);
}
.p-top__tour__img img {
  border-radius: 0 4vw 4vw 0;
}
.p-top__tour__btn {
  margin-top: 2em;
}
.p-top__tour__ill {
  right: 4vw;
  bottom: -37.3333333333vw;
  position: absolute;
  width: 32vw;
  height: auto;
}
.p-top__facility {
  background: url("/images/top/facility_bg-sp.jpg") no-repeat center top;
  background-size: 100% auto;
}
.p-top__facility__items {
  display: flex;
  flex-direction: column;
  gap: 22.6666666667vw;
  margin: 24vw 0 0 0;
}
.p-top__facility__item {
  filter: drop-shadow(0 0 4vw rgba(0, 0, 0, 0.15));
}
.p-top__facility__item__title {
  position: relative;
  margin: 0;
  padding: 14.6666666667vw 2.6666666667vw 6vw;
  background: #00aa5c;
  border-radius: 3.7333333333vw 3.7333333333vw 0 0;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-top__facility__item__title > i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 24vw;
}
.p-top__facility__item__title::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4.2666666667vw 4.4vw 0 4.4vw;
  border-color: #00AA5C transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.p-top__facility__item__body {
  padding: 8vw 4vw;
  background: #fff;
  border-radius: 0 0 3.7333333333vw 3.7333333333vw;
}
.p-top__facility__item__body figure {
  margin: 0;
}
.p-top__facility__item__body figure img {
  border-radius: 2.6666666667vw;
}
.p-top__facility__item__body h5 {
  margin: 1em 0 .5em;
  font-size: 5.8666666667vw;
  color: #00aa5c;
  text-align: center;
}
.p-top__facility__item__body p {
  margin: 0;
}
.p-top__facility__btn {
  margin-top: 10.6666666667vw;
}
.p-top__facility .l-container__inner {
  position: relative;
}
.p-top__facility__ill {
  left: 4vw;
  bottom: -34vw;
  position: absolute;
  width: 32vw;
  height: auto;
}
.p-top__price__lead {
  margin: 0;
  text-align: center;
}
.p-top__price__panels {
  display: flex;
  flex-direction: column;
  gap: 16vw;
  margin-top: 12vw;
}
.p-top__price__panel {
  position: relative;
  background: #fff;
  border-radius: 3.7333333333vw;
}
.p-top__price__panel__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  width: 80vw;
  height: 10.6666666667vw;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #00aa5c;
  border-radius: 2.1333333333vw;
  font-size: 5.8666666667vw;
  color: #fff;
}
.p-top__price__panel__title::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.2vw 3.2vw 0 3.2vw;
  border-color: #00aa5c transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.p-top__price__panel__body {
  padding: 13.3333333333vw 1.3333333333vw 6.6666666667vw;
  font-size: 8.5333333333vw;
  font-weight: bold;
  line-height: 1;
  color: #00aa5c;
  text-align: center;
}
.p-top__price__panel__body strong {
  font-size: 14.9333333333vw;
}
.p-top__price__panel__body small {
  font-size: 5.0666666667vw;
}
.p-top__price__panel--onetime .p-top__price__panel__title {
  background: #7eba2a;
}
.p-top__price__panel--onetime .p-top__price__panel__title::after {
  border-color: #7eba2a transparent transparent transparent;
}
.p-top__price__panel--onetime .p-top__price__panel__body {
  color: #7eba2a;
}
.p-top__faq__title {
  margin-bottom: 8vw;
  text-align: center;
}
.p-top__faq__title img {
  width: 37.0666666667vw;
  height: auto;
}
.p-top__faq__items {
  border-top: dotted 0.5333333333vw #000;
}
.p-top__faq__item {
  border-bottom: dotted 0.5333333333vw #000;
}
.p-top__faq__item__q, .p-top__faq__item__a {
  margin: 1em;
}
.p-top__faq__item__q dl, .p-top__faq__item__a dl {
  display: flex;
  margin: 0;
}
.p-top__faq__item__q dl dt, .p-top__faq__item__a dl dt {
  flex: 0 0 2em;
}
.p-top__faq__item__q dl dd, .p-top__faq__item__a dl dd {
  margin: 0;
  flex: 1 0 0%;
}
.p-top__faq__item__q {
  padding-right: 13.3333333333vw;
  background: url("/images/common/icn_arw_down.svg") no-repeat right center;
  background-size: 8vw;
  color: #00aa5c;
  cursor: pointer;
}
.p-top__faq__item__a {
  display: none;
}
.p-top__faq__item.is-open .p-top__faq__item__q {
  background: url("/images/common/icn_arw_up.svg") no-repeat right center;
}
.p-top__access {
  padding-bottom: 26.6666666667vw;
}
.p-top__access__inner {
  display: flex;
  flex-direction: column;
  gap: 12vw;
}
.p-top__access__detail {
  margin: 0;
}
.p-top__access__detail dt {
  position: relative;
  padding-left: 4vw;
}
.p-top__access__detail dt::before {
  position: absolute;
  left: 0;
  top: .4em;
  bottom: .25em;
  content: "";
  display: block;
  width: 1.0666666667vw;
  background: #00aa5c;
}
.p-top__access__detail dd {
  margin: 0;
}
.p-top__access__detail table th {
  font-weight: normal;
  padding-right: 1em;
  text-align: left;
}
.p-top__access__btn {
  margin: 6.6666666667vw 0 17.3333333333vw;
}
.p-top__access__map iframe {
  display: block;
  margin: 0 auto;
  width: 80vw;
  height: 60vw;
  border-radius: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-top__kv {
    padding-top: 118px;
    background: #00aa5c url("/images/top/kv_bg-pc.jpg") no-repeat center top;
    background-size: cover;
  }
  .p-top__kv__title {
    position: relative;
    width: 1240px;
    margin: 0 auto 85px;
  }
  .p-top__kv__title figure {
    margin-right: -102px;
    width: 960px;
  }
  .p-top__kv__title figure img {
    border-radius: 30px 0 0  30px;
  }
  .p-top__kv__title h1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 429px;
    margin: 0;
  }
  .p-top__kv__body {
    width: 1240px;
    margin: 0 auto;
    padding: 80px 0 155px;
  }
  .p-top__kv__lead {
    font-size: 24px;
    line-height: 1.9;
  }
  .p-top__kv__img {
    position: absolute;
  }
  .p-top__kv__img img {
    border-radius: 10px !important;
  }
  .p-top__kv__img--01 {
    right: 0;
    top: 0;
    width: 252px;
  }
  .p-top__kv__img--02 {
    margin: 0;
    width: 300px;
    left: 0;
    top: 0;
  }
  .p-top__kv__img--03 {
    width: 210px;
    right: 100px;
    bottom: 190px;
  }
  .p-top__kv__ill--01 {
    width: 209px;
    right: 148px;
    bottom: -18px;
  }
  .p-top__kv__ill--02 {
    width: 248px;
    left: 182px;
    bottom: -18px;
  }
  .p-top__h2 {
    margin-bottom: .8em;
    font-size: 44px;
  }
  .p-top__h3 {
    font-size: 32px;
  }
  .p-top__h3--access {
    margin-bottom: 1em;
    font-size: 24px;
  }
  .p-top__tour {
    padding: 120px 0;
  }
  .p-top__tour__inner {
    display: flex;
  }
  .p-top__tour__img {
    flex: 0 0 750px;
    margin: 0 0 0 -30px;
  }
  .p-top__tour__body {
    flex: 0 0 400px;
    margin: 0 auto;
  }
  .p-top__tour__ill {
    right: 0;
    bottom: -146px;
    width: 188px;
  }
  .p-top__facility {
    background: url("/images/top/facility_bg-pc.jpg") no-repeat center top;
    background-size: 1440px auto;
  }
  .p-top__facility__items {
    flex-direction: row;
    gap: 35px;
    margin-top: 110px;
  }
  .p-top__facility__item {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  }
  .p-top__facility__item__title {
    padding: 60px 15px 20px;
    border-radius: 14px 14px 0 0;
    font-size: 20px;
  }
  .p-top__facility__item__title > i {
    width: 90px;
  }
  .p-top__facility__item__title::after {
    border-width: 14px 13px 0 13px;
  }
  .p-top__facility__item__body {
    padding: 30px 15px;
    border-radius: 0 0 14px 14px;
  }
  .p-top__facility__item__body figure img {
    border-radius: 10px;
  }
  .p-top__facility__item__body h5 {
    font-size: 24px;
  }
  .p-top__facility__item__body p {
    padding: 0 .6em;
  }
  .p-top__facility__btn {
    width: 440px;
    margin: 70px auto 0;
  }
  .p-top__facility__ill {
    left: 0;
    bottom: -153px;
    width: 210px;
  }
  .p-top__price__panels {
    flex-direction: row;
    margin-top: 80px;
    gap: 40px;
  }
  .p-top__price__panel {
    flex: 1 0 0%;
    border-radius: 14px;
  }
  .p-top__price__panel__title {
    width: 450px;
    height: 54px;
    border-radius: 8px;
    font-size: 24px;
  }
  .p-top__price__panel__title::after {
    border-width: 16px 16px 0 16px;
  }
  .p-top__price__panel__body {
    padding: 80px 10px 50px;
    font-size: 40px;
  }
  .p-top__price__panel__body strong {
    font-size: 70px;
  }
  .p-top__price__panel__body small {
    font-size: 24px;
  }
  .p-top__faq__inner {
    display: flex;
    gap: 90px;
  }
  .p-top__faq__title {
    margin-bottom: 0;
  }
  .p-top__faq__title img {
    width: 165px;
  }
  .p-top__faq__items {
    flex: 1 0 0%;
    border-width: 2px;
  }
  .p-top__faq__item {
    border-width: 2px;
  }
  .p-top__faq__item__q {
    padding-right: 80px;
    background-size: 30px;
  }
  .p-top__access {
    padding-bottom: 160px;
  }
  .p-top__access__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
  .p-top__access__body {
    flex: 1 0 0%;
  }
  .p-top__access__detail dt {
    margin-bottom: .3em;
    padding-left: 15px;
  }
  .p-top__access__detail dt::before {
    width: 4px;
  }
  .p-top__access__btn {
    margin: 15px 0 50px;
  }
  .p-top__access__map {
    flex: 0 0 600px;
  }
  .p-top__access__map iframe {
    width: 100%;
    height: 450px;
    border-radius: 14px;
  }
}

/* tour */
.p-tour__panel {
  padding: 4vw 4vw 7.4666666667vw 4vw;
  border-radius: 3.7333333333vw;
  background: #fff;
}
.p-tour__panel__inner {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
.p-tour__panel__balloon {
  position: relative;
  padding: 5.3333333333vw 4vw;
  background: #def5c0;
  border-radius: 3.7333333333vw;
}
.p-tour__panel__balloon::after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.p-tour__panel__balloon strong {
  font-size: 5.8666666667vw;
  color: #00aa5c;
}
.p-tour__panel__btn {
  margin-top: 7.7333333333vw;
}
.p-tour__panel__img figure {
  margin: 0;
}
.p-tour__panel__img figure img {
  border-radius: 3.7333333333vw;
}
.p-tour__panel__imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
.p-tour__panel__imgs figure {
  flex: 0 0 calc(1 / 2 * 100% - 2vw);
  margin: 0;
}
.p-tour__panel__imgs figure img {
  border-radius: 1.8666666667vw;
}
.p-tour__panel__title {
  margin: 0 0 .5em;
  font-size: 5.8666666667vw;
  color: #00aa5c;
}
.p-tour__panel__lead {
  margin: 0 0 1.5em 0;
}
.p-tour__panel__chara {
  display: flex;
  align-items: center;
  gap: 6.6666666667vw;
}
.p-tour__panel__chara figure {
  flex: 0 0 22.9333333333vw;
  margin: 0;
}
.p-tour__panel__chara .p-tour__panel__balloon::after {
  left: 100%;
  top: 50%;
  border-width: 2.1333333333vw 0 2.1333333333vw 4.8vw;
  border-color: transparent transparent transparent #DEF5C0;
  transform: rotate(0deg) translateY(-50%);
}
.p-tour__panel--intro .p-tour__panel__inner, .p-tour__panel--outro .p-tour__panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5333333333vw;
}
.p-tour__panel--intro .p-tour__panel__balloon::after, .p-tour__panel--outro .p-tour__panel__balloon::after {
  left: 50%;
  top: 100%;
  border-width: 6.1333333333vw 2.6666666667vw 0 2.6666666667vw;
  border-color: #DEF5C0 transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.p-tour__panel--intro figure, .p-tour__panel--outro figure {
  margin: 0;
  text-align: center;
}
.p-tour__panel--intro figure img, .p-tour__panel--outro figure img {
  width: 24vw;
  height: auto;
}
.p-tour__panel--intro figcaption, .p-tour__panel--outro figcaption {
  display: block;
  margin-top: 1em;
  font-size: 3.2vw;
}
.p-tour__separator {
  margin: 2.4vw 0;
  text-align: center;
}
.p-tour__separator img {
  width: 1.6vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-tour__panel {
    padding: 40px;
    border-radius: 14px;
  }
  .p-tour__panel__inner {
    flex-direction: row;
    gap: 40px;
  }
  .p-tour__panel__balloon {
    padding: 25px 35px;
    border-radius: 14px;
  }
  .p-tour__panel__balloon strong {
    font-size: 24px;
  }
  .p-tour__panel__btn {
    margin: 50px auto;
    width: 560px;
  }
  .p-tour__panel__img {
    flex: 0 0 420px;
  }
  .p-tour__panel__img figure img {
    border-radius: 14px;
  }
  .p-tour__panel__imgs {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .p-tour__panel__imgs figure {
    flex: 1 0 0%;
  }
  .p-tour__panel__imgs figure img {
    border-radius: 10px;
  }
  .p-tour__panel__title {
    font-size: 32px;
  }
  .p-tour__panel__chara {
    gap: 28px;
  }
  .p-tour__panel__chara figure {
    flex: 0 0 100px;
  }
  .p-tour__panel__chara .p-tour__panel__balloon {
    flex: 1 0 0%;
  }
  .p-tour__panel__chara .p-tour__panel__balloon::after {
    border-width: 9px 0 9px 20px;
  }
  .p-tour__panel--intro .p-tour__panel__inner, .p-tour__panel--outro .p-tour__panel__inner {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 14px;
  }
  .p-tour__panel--intro .p-tour__panel__balloon::after, .p-tour__panel--outro .p-tour__panel__balloon::after {
    left: auto;
    right: 100%;
    top: 50%;
    border-width: 16px 28px 16px 0;
    border-color: transparent #DEF5C0 transparent transparent;
    transform: rotate(0deg) translateX(0%) translateY(-50%);
  }
  .p-tour__panel--intro figure img, .p-tour__panel--outro figure img {
    width: 178px;
  }
  .p-tour__panel--intro figcaption, .p-tour__panel--outro figcaption {
    font-size: 14px;
  }
  .p-tour__panel--outro .p-tour__panel__inner {
    gap: 42px;
  }
  .p-tour__panel--imgs .p-tour__panel__inner {
    flex-direction: column;
  }
  .p-tour__panel--imgs .p-tour__panel__chara {
    justify-content: center;
  }
  .p-tour__panel--imgs .p-tour__panel__chara .p-tour__panel__balloon {
    flex: 0 0 auto;
  }
  .p-tour__separator {
    margin: 12px 0;
  }
  .p-tour__separator img {
    width: 6px;
  }
}

/* facility */
.p-facility__h2 {
  margin: 0 0 1em 0;
  padding-bottom: .3em;
  border-bottom: solid 0.8vw #00aa5c;
  font-size: 6.6666666667vw;
  line-height: 1.4;
  text-align: center;
}
.p-facility__h3 {
  margin: 2.5em 0 1em;
  font-size: 5.8666666667vw;
  line-height: 1.45;
  text-align: center;
}
.p-facility__main {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
.p-facility__main figure {
  margin: 0;
}
.p-facility__main figure img {
  border-radius: 3.7333333333vw;
}
.p-facility__main > div p {
  margin: 0;
}
.p-facility__main > div p + p {
  margin-top: 1em;
}
.p-facility__main + .p-facility__items {
  margin-top: 10.6666666667vw;
}
.p-facility__items {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
}
.p-facility__items--arw > div + div {
  position: relative;
}
.p-facility__items--arw > div + div::after {
  position: absolute;
  left: 50%;
  top: -9.3333333333vw;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4.5333333333vw 4.5333333333vw 0 4.5333333333vw;
  border-color: #00aa5c transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.p-facility__item__img {
  margin: 0;
}
.p-facility__item__img img {
  border-radius: 3.7333333333vw;
}
.p-facility__item__title {
  margin: .75em 0 .5em;
  font-size: 5.8666666667vw;
  color: #00aa5c;
}
.p-facility__item__lead {
  margin: 0;
}
.p-facility__lead {
  margin-bottom: 2em;
}
.p-facility__rec {
  margin-top: 10.6666666667vw;
  padding: 10.6666666667vw 0;
  background: #def5c0;
  border-radius: 3.2vw;
}
.p-facility__rec h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1em 0;
  font-size: 5.8666666667vw;
  line-height: 1.45;
  text-align: center;
}
.p-facility__rec h3::before, .p-facility__rec h3::after {
  content: "｜";
  display: block;
  color: #00aa5c;
  font-size: 2em;
}
.p-facility__rec h3::before {
  transform: rotate(-25deg);
}
.p-facility__rec h3::after {
  transform: rotate(25deg);
}
.p-facility__rec ul {
  display: table;
  margin: 0 auto;
  font-weight: bold;
}
.p-facility__rec ul li {
  padding-left: 8.2666666667vw;
  background: url("/images/common/icn_check.svg") no-repeat left center;
  background-size: 6.1333333333vw;
}
.p-facility__rec ul li + li {
  margin-top: .2em;
}
@media (min-width: 768px) {
  .p-facility__h2 {
    display: table;
    margin: 0 auto 1.3em;
    padding-bottom: .2em;
    border-bottom-width: 6px;
    font-size: 40px;
  }
  .p-facility__h3 {
    margin-top: 3em;
    font-size: 36px;
    line-height: 1.38;
  }
  .p-facility__main {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
  .p-facility__main figure {
    flex: 0 0 600px;
  }
  .p-facility__main figure img {
    border-radius: 14px;
  }
  .p-facility__main figure.w462 {
    flex: 0 0 462px;
  }
  .p-facility__main + .p-facility__items {
    margin-top: 80px;
  }
  .p-facility__items {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px 32px;
  }
  .p-facility__items > div {
    flex: 0 0 calc(1 / 3 * 100% - 21.3333333333px);
  }
  .p-facility__items--col2 {
    justify-content: center;
    gap: 36px;
  }
  .p-facility__items--col2 > div {
    flex: 0 0 calc(1 / 2 * 100% - 18px);
  }
  .p-facility__items--arw > div + div::after {
    left: -23px;
    top: 120px;
    border-width: 17px 0 17px 18px;
    border-color: transparent transparent transparent #00aa5c;
    transform: rotate(0deg) translateX(0);
  }
  .p-facility__item__img img {
    border-radius: 14px;
  }
  .p-facility__item__title {
    margin: 1em 0 .5em;
    font-size: 24px;
  }
  .p-facility__narrow {
    width: 960px;
    margin: 0 auto;
  }
  .p-facility__rec {
    width: 750px;
    padding: 50px;
    border-radius: 14px;
    margin: 80px auto;
  }
  .p-facility__rec h3 {
    font-size: 32px;
    gap: .8em;
  }
  .p-facility__rec h3::before, .p-facility__rec h3::after {
    content: "|";
    font-size: .8em;
  }
  .p-facility__rec h3::before {
    transform: rotate(-35deg);
  }
  .p-facility__rec h3::after {
    transform: rotate(35deg);
  }
  .p-facility__rec ul {
    font-size: 24px;
  }
  .p-facility__rec ul li {
    padding-left: 36px;
    background-size: 26px;
  }
}

/* about */
.p-about__contents {
  background: #fff;
  margin-bottom: 37.3333333333vw !important;
  padding: 8vw 0 13.3333333333vw;
  border-radius: 3.7333333333vw;
}
.p-about__kv {
  margin: 0 0 10vw 0;
}
.p-about__section {
  padding: 0 4vw;
}
.p-about__section + .p-about__section {
  margin-top: 16vw;
}
.p-about__section__desc {
  text-align: center;
}
.p-about__section__desc p {
  margin: 0;
  font-size: 5.0666666667vw;
}
.p-about__section__desc p + p {
  margin-top: 1.5em;
}
.p-about__section__kv {
  margin: 0 -4vw 6.6666666667vw;
}
.p-about__section__kv img {
  aspect-ratio: 690 / 342;
  object-fit: cover;
}
.p-about__section__sub {
  margin: 0 0 9.3333333333vw 0;
  text-align: center;
}
.p-about__section--sec01 .p-about__section__sub img {
  width: 66.6666666667vw;
}
.p-about__section--sec02 .p-about__section__sub img {
  width: 83.6vw;
}
.p-about__subsection + .p-about__subsection {
  margin-top: 18.6666666667vw;
}
.p-about__subsection__kv {
  margin-bottom: 8vw;
}
.p-about__subsection__kv figure {
  margin: 0;
}
.p-about__subsection__kv p {
  margin: 1em 0 0 0;
}
.p-about__subsection__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw 4vw;
}
.p-about__subsection__items > li {
  flex: 0 0 calc(1 / 2 * 100% - 2vw);
}
.p-about__subsection__item figure {
  margin: 0;
}
.p-about__subsection__item h4 {
  margin: .6em 0 .3em;
  font-size: 5.8666666667vw;
  line-height: 1.45;
}
.p-about__subsection__item p {
  margin: 0;
}
.p-about__h2 {
  margin: 0 0 1em 0;
  font-size: 6.6666666667vw;
  line-height: 1.4;
  text-align: center;
}
.p-about__h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw;
  margin: 0 0 .8em 0;
  text-align: center;
  font-size: 5.8666666667vw;
  line-height: 1;
}
.p-about__h3 i img {
  width: 22.2666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-about__contents {
    margin-bottom: 260px !important;
    padding: 100px 0 100px 0;
    border-radius: 14px;
  }
  .p-about__kv {
    width: 960px;
    margin: 0 auto 75px;
  }
  .p-about__section {
    padding: 0 140px;
  }
  .p-about__section + .p-about__section {
    margin-top: 120px;
  }
  .p-about__section__desc p {
    font-size: 24px;
    line-height: 1.91;
  }
  .p-about__section__kv {
    margin: 0 -140px 60px;
  }
  .p-about__section__kv img {
    aspect-ratio: unset;
  }
  .p-about__section__sub {
    margin-bottom: 50px;
  }
  .p-about__section--sec01 .p-about__section__sub img {
    width: 350px;
  }
  .p-about__section--sec02 .p-about__section__sub img {
    width: 811px;
  }
  .p-about__subsection + .p-about__subsection {
    margin-top: 120px;
  }
  .p-about__subsection__kv {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 -140px 60px;
  }
  .p-about__subsection__kv > * {
    flex: 0 0 620px;
  }
  .p-about__subsection__kv > p {
    margin: 0;
    padding: 0 60px 0 140px;
  }
  .p-about__subsection__items {
    gap: 40px 20px;
  }
  .p-about__subsection__items > li {
    flex: 0 0 calc(1 / 4 * 100% - 15px);
  }
  .p-about__subsection__item h4 {
    margin: 1em 0 .6em;
    font-size: 24px;
  }
  .p-about__h2 {
    font-size: 40px;
    line-height: 1.35;
  }
  .p-about__h3 {
    margin-bottom: 1.4em;
    gap: 10px;
    font-size: 36px;
  }
  .p-about__h3 i img {
    width: 100px;
  }
}

/* contact */
.p-contact__contents {
  background: #fff;
  margin-bottom: 37.3333333333vw !important;
  padding: 8vw 4vw 13.3333333333vw;
  border-radius: 3.7333333333vw;
}
.p-contact__form__item {
  margin: 0;
  padding: 1.5em 0;
  border-bottom: dotted 0.5333333333vw #000;
}
.p-contact__form__item--mail1 {
  padding-bottom: 0 !important;
  border-bottom: none;
}
.p-contact__form__item--mail2 {
  padding-top: .8em;
}
.p-contact__form__item > div:nth-child(1) {
  margin-bottom: .5em;
  font-weight: bold;
}
.p-contact__form__item > div:nth-child(1) span {
  color: #c00;
}
.p-contact__form__item > div:nth-child(2) ul {
  margin: 0;
}
.p-contact__form__item > div:nth-child(2) dl, .p-contact__form__item > div:nth-child(2) dd {
  margin: 0;
}
.p-contact__form__item dl {
  display: flex;
  align-items: flex-start;
}
.p-contact__form__item dl dt {
  flex: 0 0 1.5em;
  padding-top: .25em;
}
.p-contact__form__item dl dd {
  flex: 1 0 0%;
}
.p-contact__form__input, .p-contact__form__textarea {
  width: 100%;
  padding: .5em;
  font-size: inherit;
  border-radius: 1.6vw;
  outline: none;
  border: 1px solid #D9D9D9;
}
.p-contact__form__input:placeholder-shown, .p-contact__form__textarea:placeholder-shown {
  color: #666;
}
.p-contact__form__input::-webkit-input-placeholder, .p-contact__form__textarea::-webkit-input-placeholder {
  color: #666;
}
.p-contact__form__input:-moz-placeholder, .p-contact__form__textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.p-contact__form__input::-moz-placeholder, .p-contact__form__textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.p-contact__form__input:-ms-input-placeholder, .p-contact__form__textarea:-ms-input-placeholder {
  color: #666;
}
.p-contact__form__checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: .3em;
  text-align: left;
  cursor: pointer;
}
.p-contact__form__checkbox input {
  margin-top: .5em;
  width: 1.75em;
  height: 1.75em;
  accent-color: #00aa5c;
}
.p-contact__form__name > li + li {
  margin-top: .5em;
}
.p-contact__form__privacy {
  margin: 2em 0;
  padding: 4vw;
  background: #def5c0;
  border-radius: 3.2vw;
  text-align: center;
}
.p-contact__form__privacy > h2 {
  margin: 0 0 .5em;
  font-size: 5.0666666667vw;
  font-weight: bold;
}
.p-contact__form__privacy > div {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.p-contact__form__privacy > div label.error {
  margin-top: 0;
  padding-left: 2em;
}
.p-contact__form__privacy > p {
  font-size: 4.2666666667vw;
}
.p-contact__form label.error {
  display: block;
  margin-top: .25em;
  font-size: 4vw;
  color: #c00;
}
.p-contact__form__btns {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media (min-width: 768px) {
  .p-contact__contents {
    margin-bottom: 260px !important;
    padding: 80px 60px;
    border-radius: 14px;
  }
  .p-contact__form {
    padding-top: 20px;
  }
  .p-contact__form__item {
    display: flex;
    align-items: center;
    padding: 1.5em 1em;
    border-bottom-width: 2px;
  }
  .p-contact__form__item > div:nth-child(1) {
    flex: 0 0 16em;
  }
  .p-contact__form__item > div:nth-child(2) {
    flex: 1 0 0%;
  }
  .p-contact__form__input, .p-contact__form__textarea {
    border-radius: 6px;
  }
  .p-contact__form__checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 1em;
  }
  .p-contact__form__name {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .p-contact__form__name > li {
    flex: 1 0 0%;
  }
  .p-contact__form__name > li + li {
    margin-top: 0;
  }
  .p-contact__form__privacy {
    padding: 50px;
    border-radius: 12px;
  }
  .p-contact__form__privacy > h2 {
    font-size: 24px;
  }
  .p-contact__form__privacy > p {
    font-size: 18px;
  }
  .p-contact__form__submit {
    width: 440px;
    margin: 0 auto;
  }
  .p-contact__form label.error {
    font-size: 16px;
  }
  .p-contact__form__btns {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
  .p-contact__form__btns > div {
    width: 340px;
  }
}

/* line-height */
.u-lh-m {
  line-height: 1.5 !important;
}
.u-lh-high {
  line-height: 1.8 !important;
}
.u-lh-low {
  line-height: 1.3 !important;
}

/* font-weight */
.u-fw-bold {
  font-weight: 700 !important;
}
.u-fw-normal {
  font-weight: 400 !important;
}

/* text-align */
.u-align-left {
  text-align: left !important;
}
.u-align-right {
  text-align: right !important;
}
.u-align-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .u-align-left-pc {
    text-align: left !important;
  }
  .u-align-right-pc {
    text-align: right !important;
  }
  .u-align-center-pc {
    text-align: center !important;
  }
}

/* vertical-align */
.u-vertical-baseline {
  vertical-align: baseline !important;
}
.u-vertical-bottom {
  vertical-align: bottom !important;
}
.u-vertical-middle {
  vertical-align: middle !important;
}
.u-vertical-sub {
  vertical-align: sub !important;
}
.u-vertical-super {
  vertical-align: super !important;
}
.u-vertical-text-bottom {
  vertical-align: text-bottom !important;
}
.u-vertical-text-top {
  vertical-align: text-top !important;
}
.u-vertical-top {
  vertical-align: top !important;
}

/* mplus */
.u-ff-mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.u-ff-mplus-m {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* background-color */
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-black {
  background-color: #000 !important;
}
.u-bg-body {
  background-color: #f1f4e0 !important;
}
.u-bg-main {
  background-color: #00aa5c !important;
}
.u-bg-sub {
  background-color: #7eba2a !important;
}
.u-bg-panel {
  background-color: #def5c0 !important;
}

/* text color */
.u-color-main {
  color: #00aa5c !important;
}
.u-color-sub {
  color: #7eba2a !important;
}
.u-color-white {
  color: #fff !important;
}
.u-color-black {
  color: #000 !important;
}

/* display */
@media (min-width: 768px) {
  .u-for-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-for-pc {
    display: none !important;
  }
}

/* image */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--mw {
  width: auto;
  max-width: 100%;
}

/* other */
.u-oro {
  transition: opacity .3s ease;
  opacity: 1;
}
.u-oro:hover {
  opacity: 0.75;
}

.u-youtube {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}
.u-youtube iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
