@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

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

/* # =================================================================
   # 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;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   クリアフィックス
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #46b830;
} /* unvisited link */
a:visited {
  color: #46b830;
} /* visited link */
a:hover {
  color: #46b830;
} /* mouse over link */
a:active {
  color: #46b830;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

span.online-shop {
  translate: -10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  span.online-shop.pc {
    translate: 0;
  }
}

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
.m-img-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-img-sp-none {
    display: block;
  }
}
.m-img-pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-img-pc-none {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

.m-mb-0 {
  margin-bottom: 0 !important;
}

.m-pb-0 {
  padding-bottom: 0 !important;
}

/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-ttl-us {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl-us {
    font-size: 1.8rem;
  }
}
.m-cmn-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-cmn-ttl {
    font-size: 4rem;
  }
}

.m-cmn-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .m-cmn-txt {
    font-size: 1.6rem;
  }
}
.m-cmn-section-ttl-us {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #009944;
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-ttl-us {
    font-size: 1.8rem;
  }
}
.m-cmn-section-ttl-us::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #009944;
  vertical-align: 2px;
  margin-right: 5px;
  translate: 0 2px;
}
@media screen and (min-width: 1200px) {
  .m-cmn-section-ttl-us::before {
    translate: 0 1px;
  }
}

.m-cmn-section-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-ttl {
    font-size: 4rem;
  }
}
.m-cmn-section-ttl span {
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-ttl span {
    font-size: 3rem;
  }
}
.m-cmn-btn {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn {
    width: 260px;
  }
}
.m-cmn-btn a {
  position: relative;
  display: block;
  background-color: #009944;
  border: 2px solid #009944;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a {
    font-size: 1.6rem;
    padding: 15px 0 15px 0;
  }
}
.m-cmn-btn a:hover {
  background-color: #009944;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a:hover {
    background-color: #fff;
    color: #009944;
  }
}
.m-cmn-btn a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a::after {
    width: 36px;
    height: 36px;
  }
}
.m-cmn-btn.white {
  width: 210px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.white {
    width: 260px;
  }
}
.m-cmn-btn.white a {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px;
  color: #009944;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.white a {
    font-size: 1.6rem;
    padding: 15px 0 15px 0;
  }
}
.m-cmn-btn.white a:hover {
  opacity: 0.7;
}

.m-cmn-btn.white a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.white a::after {
    width: 36px;
    height: 36px;
  }
}
.m-cmn-btn.gaibulink {
  width: 210px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.gaibulink {
    width: 260px;
  }
}
.m-cmn-btn.gaibulink a {
  position: relative;
  display: block;
  background-color: #009944;
  border: 2px solid #009944;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.gaibulink a {
    font-size: 1.6rem;
    padding: 15px 0 15px 0;
  }
}
.m-cmn-btn.gaibulink a:hover {
  background-color: #009944;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.gaibulink a:hover {
    background-color: #fff;
    color: #009944;
  }
}
.m-cmn-btn.gaibulink a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_gaibu_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn.gaibulink a::after {
    width: 36px;
    height: 36px;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.8;
  overflow-y: scroll;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #595656;
  min-width: 375px;
  background-image: url(../img/common/main_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}
.l-header-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.l-header-inner.is-open .l-header-logo {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-header-inner.is-open .l-header-logo {
    display: none;
  }
}
.l-header-logo {
  position: relative;
  width: 85px;
  display: inline-block; /* 要素のインライン表示を統一 */
  margin: 18px 0 0 10px;
  font-size: 0; /* テキストの余白をなくす */
  padding: 0; /* パディングを統一 */
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 145px;
    margin: 25px 0 0 40px;
  }
}
.l-header-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 153, 68, 0.25);
}
@media screen and (min-width: 768px) {
  .l-header-info {
    border-radius: 0 0 0 60px;
  }
}
.l-header-info-calendar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header-info-calendar {
    height: 100%;
    display: block;
  }
}
.l-header-info-calendar a {
  height: 100%;
  display: flex;
  padding: 25px 30px 30px 30px;
  border-radius: 0 0 60px 0;
  background-color: #7bc86c;
}

.l-header-info-calendar img {
  width: 48px;
  margin-right: 10px;
}

.l-header-info-calendar-txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
}

.l-header-info-tel {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 70px 0 15px;
}
@media screen and (min-width: 768px) {
  .l-header-info-tel {
    padding: 0 120px 0 20px;
    font-size: 3.6rem;
  }
}
.l-header-info-tel a {
  color: #009944;
}

.l-header-info-tel a::before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 14px;
  background-image: url(../img/common/cmn_ico_tel.png);
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header-info-tel a::before {
    height: 29px;
    width: 23px;
    margin-right: 8px;
  }
}
/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-wrap {
  width: 0;
  height: 100%;
  opacity: 0;
  background-image: url(../img/common/nav_bg.png);
  background-size: cover;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1000px) {
  .l-gnav-wrap::before {
    content: "";
    display: inline-block;
    width: 145px;
    height: 43px;
    background-image: url(../img/common/header_logo_white.png);
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 40px;
  }
}
.is-open .l-gnav-wrap {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-gnav-inner {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  top: 0;
  right: 0;
  z-index: 11;
  border-radius: 200px 0 0 0;
  background-image: url(../img/common/header_nav_bg_flower.png), url(../img/common/main_bg.jpg);
  background-position: bottom, center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .l-gnav-inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-inner {
    background-image: url(../img/common/header_nav_bg_flower_sp.png), url(../img/common/main_bg.jpg);
    background-size: contain, cover;
    background-position: left 0 bottom -100px;
  }
}
.is-open .l-gnav-inner {
  width: 900px;
  margin-right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 999px) {
  .is-open .l-gnav-inner {
    width: 100%;
  }
}
#l-gnav {
  height: 100%;
  width: 100%;
  padding: 100px;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
@media screen and (max-width: 999px) {
  #l-gnav {
    padding: 80px 20px;
  }
}
.l-gnav-lists-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-box {
    margin-bottom: 30px;
  }
}
.l-gnav-lists-row {
  display: flex;
  flex-direction: row;
}

.l-gnav-lists-item {
  width: 50%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.l-gnav-lists-item:nth-of-type(2) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item:nth-of-type(2) {
    padding-left: 0;
  }
}
.l-gnav-lists-item a {
  color: #565656;
}

.l-gnav-lists-item p a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 29px;
  background-image: url(../img/common/cmn_ico_nav_arrow.png);
  background-size: cover;
  vertical-align: -5px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item p a::before {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 5px;
  }
}
.l-gnav-lists-item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item ul {
    margin-top: 10px;
    padding-left: 20px;
  }
}
.l-gnav-lists-item ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item ul li {
    font-size: 1.4rem;
  }
}
.l-gnav-lists-item ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #009944;
  margin-right: 5px;
  vertical-align: 1px;
}
@media screen and (max-width: 767px) {
  .l-gnav-lists-item ul li::before {
    width: 8px;
    height: 8px;
    margin-right: 2px;
  }
}
.l-gnav-contact-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 45px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 0;
}
@media screen and (max-width: 999px) {
  .l-gnav-contact-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-contact-wrap {
    padding: 30px;
  }
}
.l-gnav-contact-tel {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-gnav-contact-tel {
    font-size: 3.5rem;
  }
}
.l-gnav-contact-tel a {
  color: #009944;
}

.l-gnav-contact-tel::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 33px;
  background-image: url(../img/common/cmn_ico_tel.png);
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-gnav-contact-tel::before {
    width: 20px;
    height: 26px;
    margin-right: 5px;
  }
}
.l-gnav-contact-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-gnav-contact-desc a {
  color: #009944;
  text-decoration: underline;
}

.l-gnav-contact-btn-box {
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  .l-gnav-contact-btn-box {
    padding-left: 0;
  }
}
.l-gnav-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 2%;
}
@media screen and (max-width: 999px) {
  .l-gnav-btn-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.l-gnav-btn-wrap li {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  background-color: #d9f0e3;
  border-radius: 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .l-gnav-btn-wrap li {
    width: 100%;
  }
}
.l-gnav-btn-wrap li:nth-of-type(2) {
  background-color: #cae9c4;
}

.l-gnav-btn-wrap li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-gnav-btn-wrap li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-wrap li:hover {
    opacity: 1;
  }
}
.l-gnav-btn-ico {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-ico {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }
}
.l-gnav-btn-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #009944;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-ttl {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
.l-gnav-btn-ttl.insta {
  font-size: 2.4rem;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-ttl.insta {
    font-size: 1.7rem;
  }
}
.l-gnav-btn-ttl.insta span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-ttl.insta span {
    font-size: 1rem;
  }
}
.l-gnav-btn-desc {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-gnav-btn-desc {
    display: none;
  }
}
.l-gnav-btn-gaibu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .l-gnav-btn-gaibu {
    width: 32px;
    height: 32px;
  }
}
.left-to-right img {
  max-width: 100%;
  opacity: 0;
}

.left-to-right.show img {
  opacity: 1;
  animation: anime-left-to-right 2s ease forwards;
}

@keyframes anime-left-to-right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.right-to-left img {
  max-width: 100%;
  opacity: 0;
}

.right-to-left.show img {
  opacity: 1;
  animation: anime-right-to-left 2s ease forwards;
}

@keyframes anime-right-to-left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------
   #l-gnav li
   ------------------------------ */
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  position: fixed;
  right: 40px;
  top: 35px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 12;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle {
    height: 32px;
    width: 32px;
    right: 20px;
    top: 15px;
  }
}
#l-nav-toggle div {
  position: relative;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #595656;
  border-radius: 2px;
  transition: all 0.3s ease;
}

#l-nav-toggle span:nth-child(1) {
  width: 30px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(1) {
    width: 24px;
  }
}
#l-nav-toggle span:nth-child(1)::before {
  content: "";
  display: block;
  width: 4.8px;
  height: 4.8px;
  background-color: #009944;
  border-radius: 5px;
  position: absolute;
  top: -1px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(1)::before {
    top: -1px;
    left: -8px;
  }
}
#l-nav-toggle.is-open span:nth-child(1) {
  width: 100%;
  right: auto;
}

#l-nav-toggle.is-open span:nth-child(1)::before {
  display: none;
}

#l-nav-toggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(2) {
    top: 9px;
  }
}
#l-nav-toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(3) {
    top: 18px;
  }
}
#l-nav-toggle {
  display: block;
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 6px;
  transform: rotate(-45deg);
  border-bottom: solid 3px #565656;
  right: 2px;
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(45deg);
  border-bottom: solid 3px #009944;
}
.l-nav-toggle-caption {
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  top: 25px;
  left: 53%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-nav-toggle-caption {
    font-size: 0.9rem;
    top: 23px;
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
.l-main {
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-fixed-beside-nav {
  display: block;
  position: fixed;
  width: 60px;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 15px 15px 0;
  border: 2px solid #009944;
  border-left: none !important;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .l-fixed-beside-nav {
    display: none;
  }
}
.l-fixed-beside-nav-online a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #009944;
  color: #009944;
  transition: all 0.3s ease;
}

.l-fixed-beside-nav-online a:hover {
  opacity: 0.7;
}

.l-fixed-beside-nav-online p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-fixed-beside-nav-online img {
  width: 26px;
  margin-top: 10px;
}

.l-fixed-beside-nav-instagram a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  color: #565656;
  transition: all 0.3s ease;
}

.l-fixed-beside-nav-instagram a:hover {
  opacity: 0.7;
}

.l-fixed-beside-nav-instagram p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-left: 5px;
}

.l-fixed-beside-nav-instagram img {
  width: 29px;
  margin-top: 10px;
}

.l-fixed-eigyobi-calendar {
  display: none;
  width: max-content;
  position: fixed;
  bottom: 20px;
  right: 0;
  background-color: #7bc86c;
  z-index: 11;
  border-radius: 35px 0 0 35px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-fixed-eigyobi-calendar {
    display: block;
  }
}
.l-fixed-eigyobi-calendar.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.l-fixed-eigyobi-calendar a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  color: #fff;
}

.l-fixed-eigyobi-calendar:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-fixed-eigyobi-calendar:hover {
    opacity: 1;
  }
}
.l-fixed-eigyobi-calendar img {
  width: 24px;
}

.l-fixed-eigyobi-calendar p {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-footer-cv {
  position: relative;
  padding: 80px 40px;
  background-color: #009944;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .l-footer-cv {
    padding: 50px 20px;
  }
}
.l-footer-cv-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.l-footer-cv-details {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .l-footer-cv-details {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.page-contact .l-footer-cv-details {
  display: none;
}

.page-thanks .l-footer-cv-details {
  display: none;
}

.l-footer-cv-details-ttl-box {
  width: 45%;
  background-color: #fff;
  padding: 50px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .l-footer-cv-details-ttl-box {
    width: 100%;
    text-align: center;
    padding: 35px 40px;
  }
}
.l-footer-cv-details-ttl-box .m-cmn-ttl {
  color: #009944;
  margin-bottom: 20px;
}

.l-footer-cv-details-tel-box {
  width: 55%;
  background-color: #f0f0f0;
  padding: 50px 30px;
}
@media screen and (max-width: 999px) {
  .l-footer-cv-details-tel-box {
    width: 100%;
    padding: 35px 40px;
  }
}
.l-footer-cv-tel {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-tel {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
}
.l-footer-cv-tel a {
  color: #009944;
}

.l-footer-cv-tel::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 33px;
  background-image: url(../img/common/cmn_ico_tel.png);
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-tel::before {
    width: 20px;
    height: 26px;
    margin-right: 5px;
  }
}
.l-footer-cv-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-desc {
    margin-bottom: 15px;
  }
}
.l-footer-cv-desc a {
  color: #009944;
  text-decoration: underline;
}

.l-footer-cv-details-tel-box .m-cmn-btn {
  margin: 0 auto;
}

.l-footer-cv-deco01 {
  position: absolute;
  bottom: 9.3vw;
  left: -4.67vw;
  width: 11.73vw;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-deco01 {
    width: 100px;
  }
}
.l-footer-cv-deco02 {
  width: 10vw;
  position: absolute;
  top: 6.67vw;
  right: -4vw;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-deco02 {
    width: 80px;
  }
}
.l-footer-cv-deco03 {
  width: 6vw;
  position: absolute;
  right: 2vw;
  bottom: 8.67vw;
}
@media screen and (max-width: 767px) {
  .l-footer-cv-deco03 {
    width: 60px;
  }
}
.l-footer .l-gnav-btn-wrap {
  gap: 2%;
  padding-bottom: 0;
}
@media screen and (max-width: 999px) {
  .l-footer .l-gnav-btn-wrap {
    gap: 10px;
  }
}
.l-footer-btn-wrap-desc {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer-btn-wrap-desc {
    font-size: 1.6rem;
  }
}
.l-footer-contents {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .l-footer-contents {
    padding: 0 40px;
  }
}
.l-footer-contents-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-contents-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 15px 20px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-wrap {
    padding: 50px 0 70px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-contents-nav-wrap {
    flex-direction: row;
    gap: 0;
  }
}
.l-footer-contents-nav-left {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-left {
    width: max-content;
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-contents-nav-left {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer-contents-nav-ttl-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-ttl-box {
    width: auto;
  }
}
.l-footer-contents-nav-ttl-box a {
  transition: all 0.3s ease;
}

.l-footer-contents-nav-ttl-box a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-ttl-box a:hover {
    opacity: 0.7;
  }
}
.l-footer-logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 200px;
  }
}
.l-footer-logo-txt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #565656;
}
@media screen and (min-width: 768px) {
  .l-footer-logo-txt {
    font-size: 2.4rem;
  }
}
.l-footer-address {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer-address {
    width: auto;
  }
}
.l-footer-contents-nav-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-right {
    width: 600px;
  }
}
.l-footer-contents-nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items {
    gap: 35px 0;
  }
}
.l-footer-contents-nav-items > li {
  width: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items > li {
    width: 32%;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.l-footer-contents-nav-items > li:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items > li:first-of-type {
    width: 32%;
  }
}
.l-footer-contents-nav-items > li > a {
  color: #009944;
  transition: all 0.3s ease;
}

.l-footer-contents-nav-items > li > a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items > li > a:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-nav-child-items {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid #009944;
}

.l-footer-contents-nav-child-items li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-child-items li {
    font-size: 1.4rem;
  }
}
.l-footer-contents-nav-child-items li a {
  color: #595656;
  transition: all 0.3s ease;
}

.l-footer-contents-nav-child-items li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-child-items li a:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-nav-child-items li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #009944;
  vertical-align: 2px;
  margin-right: 3px;
}

.l-footer-policy-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid #737373;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-policy-wrap {
    flex-direction: row;
    padding: 15px 0;
    gap: 0;
  }
}
.l-footer-policy {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-footer-policy a {
  color: #737373;
  transition: all 0.3s ease;
}

.l-footer-policy a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-policy a:hover {
    opacity: 0.7;
  }
}
.l-footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #737373;
}

[data-anim=kv],
[data-anim=flower],
[data-anim=ball] {
  display: block;
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 20px, 0) scale(0.86);
  backface-visibility: hidden;
  will-change: clip-path, opacity, transform, filter;
}

[data-anim=fade] {
  opacity: 0;
}

section.not-found {
  padding: 60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section.not-found {
    padding-top: 30px;
  }
}
section.not-found p {
  text-align: center;
  margin: 0 auto;
}