@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

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

/* # =================================================================
# Common
# ================================================================= */
@media (hover: hover) {
  a:hover {
    color: #335b3c;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: #000000;
}

.en {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pc-only {
    display: block;
  }
@media screen and (max-width: 768px) {
    .pc-only {
    display: none;
  }
}

/* # =================================================================
# Component
# ================================================================= */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.c-section-heading__text {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  color: #5c3815;
  text-align: center;
  line-height: 1.5;
}
.c-section-heading__sub {
  font-size: 21px;
  color: #335b3c;
  font-family: "Abril Fatface", "serif";
  letter-spacing: 2px;
  font-style: italic;
  margin-top: 5px;
}
.c-section-heading--white .c-section-heading__text {
  color: #ffffff;
}
.c-section-heading--white .c-section-heading__sub {
  color: #99cc99;
}

@media screen and (max-width: 768px) {
    .c-section-heading__text {
      font-size: 26px;
    }
    .c-section-heading__sub {
      font-size: 17px;
      margin-top: 0;
    }
}


/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  width: 100%;
  overflow: hidden;
}
.l-section--school {
  position: relative;
  padding-bottom: 10px;
}
.l-section--school .l-section__bg {
  background-color: #704b25;
}
.l-section--school::before,
.l-section--school::after {
  content: "";
  position: absolute;
  left: 0%;
  width: 120%;
  height: 21px;
  background-image: url("../img/bg/bg_ground01.svg");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top center;
}
.l-section--school::before {
  top: 220px;
}
.l-section--school::after {
  bottom: 0px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.l-section--community {
  padding-top: 185px;
}
.l-section--experience {
  position: relative;
  padding-top: 160px;
}
.l-section--experience .l-section__bg {
  background-color: #f0ebe5;
  padding-top: 35px;
}
.l-section--experience::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0%;
  width: 100vw;
  height: 160px;
  background-image: url("../img/bg/bg_wave01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.l-section--guide {
  padding-top: 185px;
}
.l-section--calendar {
  background-color: #f0ebe5;
  padding-top: 185px;
}
.l-section--sns {
  padding-top: 185px;
}
.l-section--contact {
  padding-top: 160px;
}
.l-section__inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 0 15px;
  }
  .l-section--community {
    padding-top: 80px;
  }
  .l-section--experience::before {
    height: 60px;
    top: 101px;
  }
  .l-section--guide {
    padding-top: 100px;
  }
  .l-section--calendar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .l-section--sns {
    padding-top: 100px;
  }
}
/* # =================================================================
# Modal
# ================================================================= */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 720px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.modal.is-open {
  display: block;
}
.modal__img-wrap {
  height: 60.0890207715%;
}
.modal__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__text-wrap {
  min-height: 39.9109792285%;
  padding: 0 10.4166666667% 40px;
}
.modal__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}
.modal__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #99cc99;
  border-radius: 50%;
  border: 6px solid #ffffff;
}
.modal__heading-text {
  width: calc(100% - 75px);
  font-size: 24px;
  line-height: 2;
  color: #286a3a;
  font-weight: bold;
}
.modal__text {
  font-size: 90%;
  line-height: 2;
  font-size: 15px;
  margin-top: 12px;
}
.modal__close {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #286a3a;
  margin: 30px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon/icon_add.svg");
  background-size: 14px 14px;
  background-position: center;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.modal__close:hover {
  opacity: 0.5;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.5;
  z-index: 99;
}
.modal-bg.is-open {
  display: block;
}

@media screen and (max-width: 768px) {
    .modal__heading-text {
        font-size: 18px;
    }
}

/* # =================================================================
# Header
# ================================================================= */

.header .sp-only {
  display: none;
}

.page-title {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5a371b;
  border-radius: 0 0 40px 0;
  padding: 25px 35px 10px 25px;
  z-index: 90;
  transform-origin: top left;
  transition: transform 1s;
}
.page-title:not(.is-top) {
  transform: scale(0.7);
}
.page-title img {
  width: 123px;
  height: auto;
}

.navigation {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ffffff;
  border-radius: 90px;
  padding: 17px 45px 8px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 90;
}
.navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__list .navigation__item a {
  position: relative;
  display: inline-block;
  padding: 5px;
}
.navigation__list .navigation__item a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #335b3c;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  margin-top: 7px;
}
.navigation__list .navigation__item a:hover::after {
  width: 100%;
}
.navigation__list .navigation__item span {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 15px;
}
.navigation__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Zen Maru Gothic";
  background-color: #335b3c;
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 10px 20px;
  margin: 0 20px 0 30px;
}
.navigation__contact:hover {
  background-color: #ffffff;
  border-color: #335b3c;
}
.navigation__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.navigation__icon:hover {
  background-color: #5a371b;
}
.navigation__icon:hover span {
  background-color: #ffffff;
}
.navigation__icon span {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #5a371b;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navigation__icon--instagram span {
  -webkit-mask-image: url("../img/icon/icon_instagram.svg");
          mask-image: url("../img/icon/icon_instagram.svg");
}
.navigation__icon--tel span {
  -webkit-mask-image: url("../img/icon/icon_tel.svg");
          mask-image: url("../img/icon/icon_tel.svg");
}
.navigation__icon--pin span {
  -webkit-mask-image: url("../img/icon/icon_pin.svg");
          mask-image: url("../img/icon/icon_pin.svg");
}

@media screen and (max-width: 1100px) {
  .navigation {
    padding: 5px 20px;
  }
  .navigation__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .navigation__list .navigation__item span {
    font-size: 14px;
  }
  .navigation__contact {
    margin: 0 10px 0 15px;
  }
}
@media screen and (max-width: 950px) {
  html.is-fixed {
    position: fixed;
    overflow: hidden;
  }
  .header .pc-only {
    display: none;
  }
  .header .sp-only {
    display: block;
  }
  .header .is-open .js-header-instagram {
    display: none;
  }
  .header .is-open .js-header-trigger {
    background-color: #ffffff !important;
  }
  .header .is-open .navigation__item .js-header-trigger {
    background-color: transparent!important;
  }
  .header .is-open .js-header-trigger span {
    background-color: #335b3c !important;
  }
  .header .is-open .js-header-trigger span:nth-child(1) {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
  }
  .header .is-open .js-header-trigger span:nth-child(2) {
    display: none;
  }
  .header .is-open .js-header-trigger span:nth-child(3) {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
  }
  .header .is-open .js-header-trigger {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .is-open .js-header-trigger:hover {
    background-color: #99cc99 !important;
  }
  .header .is-open .navigation__item .js-header-trigger:hover {
    background-color: transparent!important;
  }
  .header .is-open.js-sp-header {
    right: 0;
    opacity: 1;
  }
  .header .navigation-icons {
    position: fixed;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    z-index: 100;
  }
  .header .navigation-icons .navigation__icon {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .header .navigation-icons .navigation__icon--instagram {
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .navigation-icons .navigation__icon--instagram:hover {
    background-color: #5a371b;
  }
  .header .navigation-icons .navigation__icon--trigger {
    position: relative;
    background-color: #335b3c;
  }
  .header .navigation-icons .navigation__icon--trigger span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 50%;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(1) {
    top: 30%;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(2) {
    top: 50%;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(3) {
    top: 70%;
  }
  .header .navigation-icons .navigation__icon--trigger:hover {
    background-color: #5a371b;
  }
  .header .navigation-icons .navigation__icon--trigger:hover span {
    background-color: #ffffff;
  }
  .header .navigation {
    position: fixed;
    top: 0;
    right: -100vw;
    display: block;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background-color: #335b3c;
    opacity: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .header .navigation__inner {
    width: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10vh auto 0;
  }
  .header .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .header .navigation__list .navigation__item span {
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header .navigation__list .navigation__item a:hover span {
    color: #99cc99;
  }
  .header .navigation__contact {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .header .navigation__contact span {
    color: #335b3c;
    font-size: 20px;
    font-weight: 600;
  }
  .header .navigation__contact:hover {
    border-color: #ffffff;
    background-color: #335b3c;
  }
  .header .navigation__contact:hover span {
    color: #335b3c;
  }
  .header .navigation__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
  .header .navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #99cc99;
  }
  .header .navigation__icon:hover {
    background-color: #ffffff;
  }
  .header .navigation__icon:hover span {
    background-color: #335b3c;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    border-radius: 0 0 20px 0;
    padding: 15px 15px 5px 15px;
  }
  .page-title:not(.is-top) {
    transform: scale(1);
  }
  .page-title img {
    width: 70px;
    height: auto;
  }
}


/* # =================================================================
# hero
# ================================================================= */
.c-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.c-hero-img {
  height: 100vh;
}
.c-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-title-wrap {
  width: 100%;
  max-width: 768px;
  padding: 0 30px;
}

.c-hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1010px;
  padding: 0 30px;
  margin: 0 auto;
}
.c-hero-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
}
.c-hero-title__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 42px;
  font-weight: 600;
  font-family: "Zen Maru Gothic";
  text-shadow: 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16);
}
.c-hero-title__sub-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Abril Fatface", "serif";
  text-shadow: 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16), 0px 0px 10px rgb(65, 36, 16);
  font-style: italic;
  letter-spacing: 1.5px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .c-hero {
    height: 50vh;
    min-height: 400px;
  }
  .c-hero .slick-list,
  .c-hero .slick-track,
  .c-hero .c-hero-img.slick-slide {
    height: 100%;
  }
  .c-hero-img {
    height: 100%;
  }
  .c-hero-title__heading {
    font-size: 27px;
  }
  .c-hero-title__sub-heading {
    font-size: 20px;
  }
}
/* # =================================================================
# Footer
# ================================================================= */
.footer {
  position: relative;
  background-color: #335b3c;
  padding-bottom: 10px;
}
.footer::before {
  content: "";
  position: absolute;
  top: -168px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100vw;
  height: 170px;
  background-image: url("../img/bg/bg_wave-footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.footer__bg {
  position: relative;
  width: 100vw;
}
.footer__bg * {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.footer__bg .tree01 {
  top: -230px;
  left: 20%;
  background-image: url("../img/bg/bg_tree01.png");
  width: 80px;
  height: 100px;
}
.footer__bg .horse02 {
  top: -153px;
  left: 40%;
  background-image: url("../img/item/item_horse02.png");
  width: 60px;
  height: 45px;
}
.footer__bg .horse03 {
  top: -171px;
  left: 72%;
  background-image: url("../img/item/item_horse03.png");
  width: 67px;
  height: 74px;
}
.footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 900px;
  padding: 60px 30px;
  margin: 0 auto;
}
.footer__info {
  width: 350px;
  padding-right: 30px;
}
.footer__info p {
    color: #fff;
    font-size: 14px;
}
.footer__logo {
  width: 47.3684210526%;
}
.footer__address {
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
}
.footer__tel {
  color: #ffffff;
  margin-top: 10px;
}
.footer__tel p {
  font-size: 22px;
  width: fit-content;
  display: inline-block;
}
.footer__tel a span {
  font-size: 32px;
  color: #fff;
}
.footer__note {
  color: #ffffff;
  text-indent: -1rem;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1rem;
  margin-top: 10px;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}
.footer__button {
  width: 52.6315789474%;
  background-color: #dbd8cd;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 12px 5px;
}
.footer__button span {
  color: #335b3c;
  font-weight: bold;
}
.footer__button:hover {
  background-color: #335b3c;
  border-color: #ffffff;
}
.footer__button:hover span {
  color: #ffffff;
}
.footer__sns {
  width: 41px;
  height: 41px;
}
.footer__sns:hover {
  opacity: 0.5;
}
.footer__bunner {
  width: 52.6315789474%;
  margin-top: 10px;
}
.footer__map {
  width: calc(100% - 380px);
  border-radius: 20px;
  overflow: hidden;
}
.footer__copy {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  font-family: 'Quicksand', sans-serif;
    
}

@media screen and (max-width: 1280px) {
  .footer__bg .tree01 {
    top: -210px;
    left: 20%;
  }
  .footer__bg .horse02 {
    top: -140px;
    left: 40%;
  }
  .footer__bg .grass01 {
    top: -100px;
    left: 58%;
  }
  .footer__bg .horse03 {
    top: -164px;
    left: 85%;
  }
}
@media screen and (max-width: 768px) {
  .footer__bg .tree01 {
    top: -210px;
    left: 10%;
  }
  .footer__bg .grass01 {
    top: -116px;
    left: 38%;
  }
  .footer__bg .horse03 {
    top: -150px;
    left: 80%;
  }
  .footer__inner {
/*    flex-direction: column;*/
    padding: 0 30px 0;
  }
  .footer__info {
    width: 100%;
    max-width: 380px;
    padding: 0;
  }
  .footer__map {
    width: 100%;
  }
  .footer__copy {
    margin: 60px 0 20px;
  }
}
 @media screen and (max-width: 440px) {
/*
  .footer__bg {
    overflow-y: hidden;
  }
*/
　　.footer__bg .tree01 {
      top: -200px;
  }
  .footer__inner {
      flex-direction: column;
    }
} 