@charset "UTF-8";
/* -------------------------------------------------------
style.css for 西南学院大学舞鶴幼稚園 w/Dart Sass compiler
creation date:05-20-2024
scss/style.scss - > css/style.css
 ---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------------------------------
main.scss for 西南学院大学舞鶴幼稚園 w/Dart Sass compiler
creation date:05-20-2024
 ---------------------------------------------------------*/
/*======================================
site rest
=======================================*/
html {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 220, 94, 0.3);
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: YakuHanJPs, "Overpass", "Sawarabi Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.8888888889vw;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #00472D;
  background: #F4F9F6;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.75;
  }
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: rgba(255, 220, 94, 0.7);
  color: rgba(0, 71, 45, 0.6);
}

::selection {
  background: rgba(255, 220, 94, 0.7);
  color: rgba(0, 71, 45, 0.6);
}

.___memo {
  color: rgba(68, 68, 68, 0.5);
  border: 1px dotted rgba(68, 68, 68, 0.5);
  padding: 2px 16px;
  background: rgba(75, 188, 171, 0.1);
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.___memo dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

.___select-font {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0 24px;
}
.___select-font li {
  margin: 0;
  padding: 0;
}
.___select-font li a {
  color: #005e3c;
  text-decoration: none;
  font-size: 18px;
}
@media print {
  .js .animate-box {
    opacity: 1;
  }
}
.u-skiptocontent {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

/* v.$ img   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

figure {
  margin: 0;
  padding: 0;
}

/* v.$ links   ========================================================================== */
/*[ A:TXT ]*******/
a,
a:link {
  cursor: pointer;
  color: #005e3c;
  transition: color 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
a:focus-visible .underline-text-link,
a:link:focus-visible .underline-text-link {
  color: color-mix(in srgb, currentColor 60%, transparent);
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (any-hover: hover) {
  a:hover .underline-text-link,
  a:link:hover .underline-text-link {
    color: color-mix(in srgb, currentColor 60%, transparent);
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.underline-text-link {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

/* $ button  ========================================================================== */
.c-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  letter-spacing: 0.05em;
}
.c-button:focus-visible .c-button__label {
  text-decoration: none;
  background-position: 0 100%;
  background-size: 100% 2px;
  color: color-mix(in srgb, currentColor 60%, transparent);
}
.c-button:focus-visible .c-button__label .icon-btn {
  fill: color-mix(in srgb, currentColor 60%, transparent);
}
@media (any-hover: hover) {
  .c-button:hover .c-button__label {
    text-decoration: none;
    background-position: 0 100%;
    background-size: 100% 2px;
    color: color-mix(in srgb, currentColor 60%, transparent);
  }
  .c-button:hover .c-button__label .icon-btn {
    fill: color-mix(in srgb, currentColor 60%, transparent);
  }
}
.c-button .c-button__label {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.c-button .c-button__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.c-button .c-button__icon .icon-btn {
  width: 24px;
  height: 24px;
  fill: #005e3c;
}

/*[ A:IMG ]*******/
a:link img,
a:visited img {
  border: 0;
}
a:link img:focus-visible,
a:visited img:focus-visible {
  border: 0;
}
@media (any-hover: hover) {
  a:link img:hover,
  a:visited img:hover {
    border: 0;
  }
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.75em;
}

p {
  margin-block: calc((1em - 1lh) / 2);
  text-spacing-trim: trim-start;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  line-height: 1.75;
}

hr,
.hr {
  border: 1px solid;
  margin: -1px 0;
}

b,
i,
strong,
em,
small,
code {
  line-height: 0;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

label,
input[type=checkbox] {
  cursor: pointer;
}

.hidden-pc {
  display: block;
}
@media screen and (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
}

picture {
  margin: 0;
  padding: 0;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

.svg-symbol {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

* {
  min-inline-size: 0;
}

/* ==========================================================================
   v.$ header / page-nav
========================================================================== */
/* $ ヘッダーコンテナ　haeder   ========================================================================== */
.site-header-container {
  width: 100%;
  z-index: 99;
  padding: 3.3333333333vw;
}
@media screen and (min-width: 992px) {
  .site-header-container {
    position: fixed;
    top: 0;
    left: 0;
    padding: unset;
    background: #F1F4DF;
    height: 100vh;
    width: 23%;
    text-align: center;
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .site-header-container {
    width: 280px;
  }
}

@media screen and (min-width: 992px) {
  .site-header__body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    overscroll-behavior-block: contain;
    display: grid;
    place-items: center;
    height: 100vh;
    padding: 24px 0 0 0;
  }
}

.site-header__body::-webkit-scrollbar {
  width: 1px;
}

.site-header__body::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 94, 60, 0.2);
}

.site-header__body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 94, 60, 0.4);
}

@media screen and (min-width: 992px) {
  .site-header__body-container {
    text-align: center;
  }
}

.site-title {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .site-title {
    display: grid;
    gap: 40px 0;
    margin: 0;
    padding: 0;
  }
}
.site-title a {
  display: inline-grid;
  grid-template-columns: 20.8333333333vw 30.5555555556vw;
  -moz-column-gap: 3.3333333333vw;
       column-gap: 3.3333333333vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-title a {
    grid-template-columns: 175px 210px;
    -moz-column-gap: 3.3333333333vw;
         column-gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .site-title a {
    display: block;
    font-size: 1em;
    line-height: 1em;
  }
}
.site-title a .logo {
  margin: 0;
  padding: 0;
  translate: 0 -1.6666666667vw;
}
.site-title a .logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-title a .logo {
    translate: 8px 0;
    margin: 0 0 0.875em 0;
  }
  .site-title a .logo img {
    width: 70%;
  }
}
.site-title a .kin-logo {
  margin-block: 0 !important;
}
@media screen and (min-width: 992px) {
  .site-title a .kin-logo {
    width: 70%;
    margin-inline: auto;
  }
}
.site-title a .kin-logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-title a .kin-logo img {
    width: 70% !important;
  }
}

.gnav {
  margin: 40px 0;
}
.gnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gnav ul li {
  margin: 0;
  padding: 0;
  font-size: 4.4444444444vw;
  line-height: 2.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .gnav ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .gnav ul li {
    font-size: 16px;
    line-height: 2.8;
  }
}
.gnav ul li.sns {
  margin: 1em 0;
}
.gnav ul li.sns a:focus-visible .icon_instagram {
  fill: color-mix(in srgb, #005e3c 80%, transparent);
}
@media (any-hover: hover) {
  .gnav ul li.sns a:hover .icon_instagram {
    fill: color-mix(in srgb, #005e3c 80%, transparent);
  }
}
.gnav ul li a:not(.current) {
  color: #00472D;
  text-decoration: none;
}
.gnav ul li a:not(.current) span {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(0deg, currentColor, currentColor);
  background-size: 0 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.gnav ul li a:not(.current):focus-visible span {
  color: color-mix(in srgb, #005e3c 80%, transparent);
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media (any-hover: hover) {
  .gnav ul li a:not(.current):hover span {
    color: color-mix(in srgb, #005e3c 80%, transparent);
    background-position: 0 100%;
    background-size: 100% 2px;
  }
}
.gnav ul li .current {
  color: #898483;
  text-decoration: none;
}

.icon_instagram {
  width: 32px;
  height: 32px;
  fill: #00472D;
}

/* $ グローバルナビ   ========================================================================== */
/* ==========================================================================
   $ drawer moble-nav
   ========================================================================== */
.mobile-fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .mobile-fixed-nav {
    display: none;
  }
}

.drawer-open {
  overflow: hidden;
}
.drawer-open .main, .drawer-open .f-image-slider, .drawer-open .footer {
  opacity: 0;
}

.mobile-fixed-nav--close {
  top: 0 !important;
}

.mobile-fixed-nav {
  width: 22.2222222222vw;
  height: 25vw;
  overflow: hidden;
  border-bottom-left-radius: 8.8888888889vw;
}
@media screen and (min-width: 768px) {
  .mobile-fixed-nav {
    width: 130px;
    height: 140px;
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 992px) {
  .mobile-fixed-nav {
    display: none;
  }
}
.mobile-fixed-nav[data-active=true] {
  position: fixed !important;
  top: 0 !important;
}

.drawer-hamburger {
  position: relative;
  display: block;
  width: 22.2222222222vw;
  height: 25vw;
  margin: 0 auto;
  padding: 0 5.8333333333vw;
  border: unset;
  background: #005e3c;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    width: 130px;
    height: 140px;
    padding: 0 32px;
  }
}
.drawer-hamburger:after {
  content: "Menu";
  font-size: 2.7777777778vw;
  text-transform: uppercase;
  color: #F6F6F6;
  position: absolute;
  bottom: 5.8333333333vw;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger:after {
    bottom: 24px;
    font-size: 16px;
  }
}
.drawer-hamburger:focus-visible {
  cursor: pointer;
  background: color-mix(in srgb, #005e3c 80%, transparent);
}
@media (any-hover: hover) {
  .drawer-hamburger:hover {
    cursor: pointer;
    background: color-mix(in srgb, #005e3c 80%, transparent);
  }
}

.drawer-open .drawer-hamburger:after {
  content: "Close";
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 0 0 5.8333333333vw 0;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon {
    margin: 0 0 24px 0;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 0.5555555556vw;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: 2px;
  }
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -2.2222222222vw;
  left: 0;
  content: " ";
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    top: -12px;
  }
}

.drawer-hamburger-icon:after {
  top: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon:after {
    top: 12px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 100dvh;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .drawer-nav {
    display: block;
    opacity: 1;
    position: static;
    height: auto;
    min-height: auto;
    background: unset;
    transform: unset;
    top: auto;
  }
}
.drawer-nav.open-nav {
  opacity: 1;
  display: block;
}
.drawer-nav.open-nav .drawer-inner {
  background: #F1F4DF;
  min-height: 100dvh;
  height: 100%;
  animation-name: drawer-inner;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer-nav.open-nav .gnav {
  animation-name: drawer;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  .drawer-nav.open-nav .gnav {
    animation: unset;
  }
}

.drawer-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16.6666666667vw 8.8888888889vw;
}
@media screen and (min-width: 992px) {
  .drawer-inner {
    position: static;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    opacity: unset;
    height: auto;
    min-height: auto;
    padding: unset;
  }
}

/*フェードインアニメ*/
@keyframes drawer-inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drawer-inner2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawer {
  0% {
    opacity: 0;
    transform: translateY(7%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.f-image-slider {
  margin: 0;
  background: #fff;
  padding: 8.3333333333vw 0;
}
@media screen and (min-width: 992px) {
  .f-image-slider {
    padding: 60px 0 60px 0;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  }
}

.f-image-wrapper {
  transition-timing-function: linear !important;
}

.f-image-slide {
  height: 61.1111111111vw;
}
@media screen and (min-width: 992px) {
  .f-image-slide {
    height: 440px;
  }
}
.f-image-slide img {
  border-radius: 4.4444444444vw;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .f-image-slide img {
    border-radius: 24px;
  }
}

/* ==========================================================================
   v.$ footer
========================================================================== */
.footer {
  background: #fff;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-left: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-left: 280px;
  }
}

.f-logos {
  background: #005e3c;
}

.footer-container {
  background: #F4F9F6;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 8.8888888889vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .footer-container {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 60px 40px;
  }
}

.external-links-container {
  margin-bottom: 8.8888888889vw;
}
@media screen and (min-width: 992px) {
  .external-links-container {
    margin-bottom: 50px;
  }
}

.external-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0vw 4.4444444444vw;
  flex-wrap: wrap;
  margin-bottom: 3.6em;
}
@media screen and (min-width: 768px) {
  .external-links {
    gap: 0 24px;
    margin-bottom: 0;
  }
}
.external-links li a {
  color: #005e3c;
  text-decoration: none;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 768px) {
  .external-links li a {
    font-size: 12px;
  }
}
.f-title {
  margin-bottom: 0.875em;
}
@media screen and (min-width: 768px) {
  .f-title {
    margin-bottom: 1.75em;
  }
}
.f-title img {
  width: 50vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .f-title img {
    width: 280px;
  }
}

.f-l-address {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #005e3c;
}
.f-l-address li {
  font-style: normal;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 768px) {
  .f-l-address li {
    font-size: 13px;
  }
}
.f-l-address li a {
  color: #005e3c;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.f-l-address li a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .f-l-address li a:hover {
    text-decoration: none;
  }
}

.copyright {
  margin-top: 2em;
  font-style: normal;
  color: #005e3c;
  text-transform: uppercase;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 11px;
  }
}

.f-googlemap {
  margin-left: 0.435em;
}

.f-googlemap__icon .icon-map-pin {
  fill: #005e3c;
  width: auto;
  height: 0.7692307692lh;
  vertical-align: text-top;
}

.page-cover {
  margin: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.618/1;
  border-radius: 3.3333333333vw;
  margin-top: -2.2288888889vw;
}
@media screen and (min-width: 768px) {
  .page-cover {
    border-radius: 20px;
    margin-top: -40px;
  }
}

/* ==========================================================================
   v.$ contents
========================================================================== */
.monogram--index {
  background: #fff;
}

.monogram {
  background: url(../img/bg.webp);
  background-position: center;
  background-size: 350vw auto;
}
@media screen and (min-width: 992px) {
  .monogram {
    background-size: 1920px auto;
  }
}

.main {
  z-index: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media screen and (min-width: 992px) {
  .article {
    margin: 0;
    padding: 0;
    padding-left: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .article {
    padding-left: 280px;
  }
}

.article-head {
  padding: 0 4.44vw;
}
@media screen and (min-width: 768px) {
  .article-head {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .article-head {
    padding: 0 40px;
  }
}

.article-head-wrapper {
  width: 100%;
  margin-inline: auto;
}

.heading-content-title {
  margin: 0;
  word-break: auto-phrase;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  padding: 8.8888888889vw 0 6.6666666667vw;
  font-size: 10.5555555556vw;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #005e3c;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .heading-content-title {
    font-size: 54px;
    padding: 50px 0 1em;
  }
}
@media screen and (min-width: 992px) {
  .heading-content-title {
    padding: 90px 0 60px;
  }
}
.heading-content-title span {
  filter: drop-shadow(0 0 10px #F4F9F6);
  display: inline-block;
  padding: 1px;
}

.heading-content-title__about {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .heading-content-title__about {
    letter-spacing: unset;
    font-size: 54px;
  }
  .heading-content-title__about br {
    display: none;
  }
}

.heading-content-copy {
  line-height: 1.5;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .heading-content-copy {
    margin-top: -1lh;
  }
}

/* ==========================================================================
   $ hero
   ========================================================================== */
.index-hero-contents {
  padding: 0 4.44vw 8.8888888889vw;
}
@media screen and (min-width: 768px) {
  .index-hero-contents {
    padding: 0 4.44vw 64px;
  }
}
@media screen and (min-width: 992px) {
  .index-hero-contents {
    padding: 40px 40px;
  }
}

.hero {
  position: relative;
}

.hero-image img {
  border-radius: 5.5555555556vw;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .hero-image img {
    border-radius: 32px;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
}

.hero-about {
  max-width: 940px;
  margin: 0 auto;
}

.hero-contents-container {
  position: relative;
  padding: 4.4444444444vw;
}
@media screen and (min-width: 768px) {
  .hero-contents-container {
    padding: 32px;
  }
}
@media screen and (min-width: 992px) {
  .hero-contents-container {
    padding: 32px;
    margin-block: 2em;
    border-radius: 32px;
    position: relative;
    max-width: 1110px;
    margin-inline: auto;
  }
}

.hero-contents {
  padding: 8.8888888889vw 0 0;
}
@media screen and (min-width: 768px) {
  .hero-contents {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-contents {
    align-items: start;
    padding: unset;
    padding: unset;
    display: block grid;
    grid-template-columns: 60% 1fr;
    gap: 0 2.4em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-contents {
    padding: unset;
    display: block grid;
    grid-template-columns: 60% 1fr;
    gap: 0 2.4em;
  }
}

.hero-lead {
  grid-column: 2;
  grid-row: 1;
}

.hero-title {
  width: 70%;
  height: auto;
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .hero-title {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .hero-title {
    text-align: center;
    margin-bottom: 0;
    margin-left: 20%;
  }
}
.hero-title img {
  max-width: 330px;
  width: 100%;
}

.hero-text {
  background: url(../img/index/illust10.gif) no-repeat;
  background-position: right 90%;
  background-size: 31.9444444444vw auto;
  padding-bottom: 22.2222222222vw;
}
@media screen and (min-width: 992px) {
  .hero-text {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 8em;
    background: url(../img/index/illust10.gif) no-repeat;
    background-position: 100% 100%;
  }
}

.heading-index-hero--read {
  font-weight: 500;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 10.5555555556vw;
  line-height: 1.2;
  margin-top: -2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .heading-index-hero--read {
    font-size: clamp(3rem, 0.6268rem + 4.8309vw, 4.25rem);
    margin-top: 0;
  }
}
.heading-index-hero {
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  display: block grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 0.435em;
       column-gap: 0.435em;
  font-size: 5vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .heading-index-hero {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .heading-index-hero {
    margin-top: unset;
    margin-block: 1em;
    font-size: 18px;
  }
}
.heading-index-hero .heading-index-hero--icon {
  block-size: 1.8em;
  aspect-ratio: 4/3;
}
.heading-index-hero .heading-index-hero--label {
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 500;
}

.hero-lead-image {
  text-align: center;
  position: relative;
  margin-bottom: 2lh;
  margin-inline: auto;
}
.hero-lead-image figure {
  margin-inline: auto;
}
.hero-lead-image figure img {
  border-radius: 33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .hero-lead-image figure img {
    border-radius: 160px;
  }
}

.hero-text--text {
  line-height: 2.2;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
  .hero-text--text {
    margin-block: 2.4em;
    font-size: 20px;
    line-height: 2.2;
  }
}

.pickup-link {
  background: #F6F6F6;
  display: block;
  text-decoration: none;
  border: 1px solid #00472D;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 2.2222222222vw 4.4444444444vw;
}
@media screen and (min-width: 992px) {
  .pickup-link {
    font-size: 16px;
    padding: 14px 24px;
  }
}
.pickup-link:focus-visible {
  background: color-mix(in srgb, currentColor 60%, transparent) !important;
}
.pickup-link:focus-visible .pickup__label {
  color: #F6F6F6;
}
.pickup-link:focus-visible .icon_arrow-right {
  fill: #F6F6F6 !important;
}
@media (any-hover: hover) {
  .pickup-link:hover {
    background: color-mix(in srgb, currentColor 60%, transparent) !important;
  }
  .pickup-link:hover .pickup__label {
    color: #F6F6F6;
  }
  .pickup-link:hover .icon_arrow-right {
    fill: #F6F6F6 !important;
  }
}
.pickup-link .pickup__icon {
  block-size: 1.5em;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.pickup-link .pickup__icon .icon_arrow-right {
  fill: #005e3c;
}
@media screen and (min-width: 992px) {
  .pickup-link .pickup__icon .icon_arrow-right {
    width: 24px;
    height: 24px;
  }
}

.pickup-link--single {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .pickup-link--single {
    width: 60%;
    max-width: 280px;
  }
}

.pickup-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 992px) {
  .pickup-link-list {
    grid-template-columns: repeat(1, 70%);
  }
}
@media screen and (min-width: 1200px) {
  .pickup-link-list {
    grid-template-columns: repeat(2, 280px);
  }
}
.pickup-link-list li {
  margin: 0;
  padding: 0;
}

.float-ma {
  display: inline;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}

.float-cloud {
  position: absolute;
  width: 36.1111111111vw;
  height: auto;
  top: 0;
  left: -20%;
}
@media screen and (min-width: 768px) {
  .float-cloud {
    width: 40.2777777778vw;
    left: -20%;
    top: 7%;
  }
}
@media screen and (min-width: 992px) {
  .float-cloud {
    width: 150px;
    top: 7%;
    left: -26%;
  }
}
@media screen and (min-width: 1200px) {
  .float-cloud {
    width: 160px;
    left: -26%;
  }
}
.float-cloud img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-sun {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 8.3333333333vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .float-sun {
    right: -4.1666666667vw;
  }
}
@media screen and (min-width: 992px) {
  .float-sun {
    width: 40px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .float-sun {
    top: unset;
    bottom: 0;
    right: 0;
    width: 40px;
  }
}
.float-sun img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-u {
  position: absolute;
  right: 45px;
  bottom: -10.5555555556vw;
  width: 15.2777777778vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .float-u {
    width: 15.2777777778vw;
  }
}
@media screen and (min-width: 992px) {
  .float-u {
    bottom: -65px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .float-u {
    top: unset;
    bottom: -65px;
  }
}
.float-u img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-k {
  position: absolute;
  right: 0;
  bottom: -16%;
  z-index: 3;
  width: 30.5555555556vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .float-k {
    bottom: -8%;
    width: 31.9444444444vw;
  }
}
@media screen and (min-width: 992px) {
  .float-k {
    right: 0;
    bottom: -36%;
    width: auto;
  }
}
.float-k img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-t {
  position: absolute;
  right: 0;
  bottom: -10%;
  z-index: 3;
  width: 22.2222222222vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .float-t {
    bottom: -8%;
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 992px) {
  .float-t {
    right: -13px;
    bottom: -20%;
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .float-t {
    bottom: -20%;
  }
}
.float-t img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-r {
  position: absolute;
  left: -3%;
  bottom: -4%;
}
@media screen and (min-width: 992px) {
  .float-r {
    left: 10%;
    bottom: -12%;
  }
}
.float-r img {
  width: 58%;
}
@media screen and (min-width: 768px) {
  .float-r img {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .float-r img {
    width: 75%;
  }
}

.float-wu {
  position: absolute;
  left: 1%;
  bottom: -4%;
  width: 20vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .float-wu {
    width: 20vw;
    bottom: -6%;
  }
}
@media screen and (min-width: 992px) {
  .float-wu {
    width: auto;
    left: 3%;
    bottom: -10%;
  }
}
.float-wu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-doro {
  position: absolute;
  bottom: -8%;
  width: 31.9444444444vw;
  height: auto;
  right: 0%;
}
@media screen and (min-width: 768px) {
  .float-doro {
    width: 230px;
    bottom: -8%;
    right: 0%;
  }
}
@media screen and (min-width: 992px) {
  .float-doro {
    bottom: -6%;
  }
}
@media screen and (min-width: 1200px) {
  .float-doro {
    right: 3%;
  }
}
@media screen and (min-width: 1280px) {
  .float-doro {
    right: 8%;
  }
}
@media screen and (min-width: 1400px) {
  .float-doro {
    right: 16%;
  }
}
.float-doro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 8px);
  }
  75% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, 0);
  }
  75% {
    transform: translate(-8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes mix {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, -8px);
  }
  75% {
    transform: translate(-8px, 8px);
  }
}
.floating-element {
  display: inline-block;
  animation: float 6s ease-in-out infinite;
}

.floating-element--rvs {
  display: inline-block;
  animation: float 12s ease-in-out infinite;
}

.sliding-element {
  display: inline-block;
  animation: slide 6s ease-in-out infinite;
}

.rotate-element {
  animation: rotate360 12s infinite linear;
}

.mix-elemnt {
  display: inline-block;
  animation: mix 7s ease-in-out infinite;
}

/* ==========================================================================
   $ loading
   ========================================================================== */
.l-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  background: #F6F6F6;
  transition: opacity 1s ease-in-out;
}

.l-loader__container {
  display: grid;
  place-items: center;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.l-loader__container p {
  display: grid;
  place-items: center;
  width: 50%;
  margin-top: -1.5em;
}
@media screen and (min-width: 992px) {
  .l-loader__container p {
    width: 25%;
  }
}

.l-loader__container.fade-in {
  opacity: 1;
}

.l-loader.fade-out,
.l-loader__container.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.l-loader.hidden {
  visibility: hidden;
}

.idea-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block: 2em;
  width: 85%;
  margin-inline: auto;
}
.idea-image img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   $ contents [main]
   ========================================================================== */
.p-contents-container {
  background: #fff;
  padding: 8.8888888889vw 6.66vw 6.6666666667vw;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}
@media screen and (min-width: 992px) {
  .p-contents-container {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    padding: 80px 40px 40px;
  }
}
.p-contents-container > * + * {
  margin-top: 3lh;
}
@media screen and (min-width: 768px) {
  .p-contents-container > * + * {
    margin-top: 4.2lh;
  }
}

.go-news-list {
  text-align: right;
  margin: 1.5em 0;
}

.assist {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
}

.p-content {
  max-width: 940px;
  width: 100%;
  margin-inline: auto;
}

.p-content-body {
  display: block grid;
  gap: 2.2em 0;
}

.p-content-body p {
  line-height: 2;
}

.p-content__morenews {
  margin-top: 7.2lh;
}

/* ==========================================================================
   $ p-index-news-event
   ========================================================================== */
.p-index-news-event,
.p-index-access,
.p-index-contact {
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
}

.c-heading__index {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  margin-block: calc((1em - 1lh) / 2);
}

.p-index-content-head {
  padding: 6.6666666667vw 0 0;
}
@media screen and (min-width: 992px) {
  .p-index-content-head {
    padding: 32px 0 0;
  }
}

.news-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-body ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.news-body ul li:nth-child(odd) {
  background: #F6F6F6;
}
.news-body ul li .btn-news-event {
  display: block;
  padding: 4.4444444444vw 3.3333333333vw;
  color: #00472D;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .news-body ul li .btn-news-event {
    padding: 16px 0 16px 24px;
    display: block flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.news-body ul li .btn-news-event:focus-visible {
  color: color-mix(in srgb, #005e3c 80%, transparent);
}
.news-body ul li .btn-news-event:focus-visible svg {
  fill: color-mix(in srgb, #005e3c 80%, transparent) !important;
}
@media (any-hover: hover) {
  .news-body ul li .btn-news-event:hover {
    color: color-mix(in srgb, #005e3c 80%, transparent);
  }
  .news-body ul li .btn-news-event:hover svg {
    fill: color-mix(in srgb, #005e3c 80%, transparent) !important;
  }
}
.news-body ul li .btn-news-event .icon-news-event {
  display: none;
}
@media screen and (min-width: 992px) {
  .news-body ul li .btn-news-event .icon-news-event {
    display: block;
    padding: 0 20px;
    border-left: 1px solid #00472D;
  }
}
.news-body ul li .btn-news-event .icon-news-event svg {
  display: grid;
  place-items: center;
  fill: #00472D;
  width: auto;
  height: 0.75lh;
}
@media screen and (min-width: 992px) {
  .news-body ul li .btn-news-event.has-pdf {
    gap: 24px 140px !important;
  }
}
.news-body ul li .btn-news-event .news-event-item {
  width: 100%;
  display: block grid;
}
@media screen and (min-width: 992px) {
  .news-body ul li .btn-news-event .news-event-item {
    display: block flex;
    gap: 0 3em;
    align-items: center;
  }
}
.news-body ul li .btn-news-event .news-event-item .news-date {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 768px) {
  .news-body ul li .btn-news-event .news-event-item .news-date {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .news-body ul li .btn-news-event .news-event-item .news-date {
    font-size: 14px;
    margin: 0.875em 0;
    flex-shrink: 0;
    flex-basis: 9em;
  }
}
.news-body ul li .btn-news-event .news-event-item .news-title {
  flex-shrink: 1;
}

.is-pdf {
  padding: 0 2.2222222222vw 4.4444444444vw 2.2222222222vw;
}
.is-pdf-none {
  display: none;
}
@media screen and (min-width: 992px) {
  .is-pdf {
    padding: unset;
    position: absolute;
    top: 50%;
    right: 84px;
    translate: 0 -50%;
    line-height: 1.4;
  }
}
.is-pdf .is-pdf-btn {
  width: 100%;
  display: inline flex;
  border-radius: 999px;
  border: 1px dashed #005e3c;
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  padding: 0.5555555556vw 3.3333333333vw;
}
@media screen and (min-width: 992px) {
  .is-pdf .is-pdf-btn {
    padding: 4px 16px;
  }
}
.is-pdf .is-pdf-btn:focus-visible {
  background: #005e3c;
  color: #F6F6F6;
}
.is-pdf .is-pdf-btn:focus-visible .icon-arrow__down {
  fill: #F6F6F6;
}
@media (any-hover: hover) {
  .is-pdf .is-pdf-btn:hover {
    background: #005e3c;
    color: #F6F6F6;
  }
  .is-pdf .is-pdf-btn:hover .icon-arrow__down {
    fill: #F6F6F6;
  }
}
.is-pdf .is-pdf-btn .btn-icon__label {
  font-size: 93%;
}
.is-pdf .is-pdf-btn .btn-icon {
  display: grid;
  place-items: center;
  height: 1lh;
  width: 5vw;
}
@media screen and (min-width: 992px) {
  .is-pdf .is-pdf-btn .btn-icon {
    width: 24px;
  }
}
.is-pdf .is-pdf-btn .icon-arrow__down {
  width: auto;
  height: 24px;
  fill: #005e3c;
}

/* ==========================================================================
   $ p-index-access
   ========================================================================== */
@media screen and (min-width: 992px) {
  .access-body {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 36px;
  }
}

.googlemaps iframe {
  aspect-ratio: 600/450;
}

.access-data h3 {
  font-size: 6.3888888889vw;
  margin: 0;
  font-weight: 500;
  padding: 0 0 8px 0;
}
@media screen and (min-width: 768px) {
  .access-data h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .access-data p {
    font-size: 16px;
  }
}
.access-data .access-trans {
  margin: 2.4em 0;
}
@media screen and (min-width: 992px) {
  .access-data .access-trans {
    margin: 3em 0;
  }
}
.access-data .access-trans p.access-trans-note {
  text-decoration: #005e3c wavy underline;
  -webkit-text-decoration: #005e3c wavy underline;
}
@media screen and (min-width: 992px) {
  .access-data .access-trans p.access-trans-note {
    font-size: 85%;
  }
}
.access-data .access-trans h4 {
  font-size: 4.4444444444vw;
  margin: 0 0 0.435em 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .access-data .access-trans h4 {
    font-size: 16px;
  }
}
.access-data .access-trans ul {
  padding-left: 1.3em;
}
@media screen and (min-width: 768px) {
  .access-data .access-trans ul li {
    font-size: 16px;
  }
}

.access-trans-note-icon svg {
  block-size: 1.2em;
  aspect-ratio: 1;
  fill: #005e3c;
}

.go-googlemap {
  text-align: right;
}

.news-detail-body {
  margin: 3.6em 0;
}

:where(.news-detail-body) p {
  line-height: 2.4;
}

.c-button-container {
  margin: 1.75em auto;
}

/* ==========================================================================
   $ index-contact
   ========================================================================== */
.p-contact-address {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contact-address {
    font-size: 16px;
  }
}
.p-contact-address .brand {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .p-contact-address .brand {
    font-size: 20px;
  }
}
.p-contact-address .kana {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact-address .kana {
    font-size: 14px;
    display: inline;
  }
}

.p-contact-list {
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
.p-contact-list li {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
  .p-contact-list li {
    font-size: 20px;
  }
}
.p-contact-list li .kind {
  font-size: 125%;
}
.p-contact-list li .note {
  font-size: 3.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-list li .note {
    font-size: 14px;
  }
}

.contact-email {
  font-size: 5.5555555556vw;
  color: #F6F6F6;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media screen and (min-width: 768px) {
  .contact-email {
    font-size: unset;
  }
}
.contact-email:focus-visible {
  text-decoration: none;
}
.contact-email:focus-visible span {
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media (any-hover: hover) {
  .contact-email:hover {
    text-decoration: none;
  }
  .contact-email:hover span {
    background-position: 0 100%;
    background-size: 100% 2px;
  }
}
.contact-email span {
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

/* $ heading   ========================================================================== */
h2:where(.c-heading) {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.4;
  -moz-column-gap: 0.5ex;
       column-gap: 0.5ex;
  margin-bottom: 0.875em;
  color: #937300;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 500;
  font-size: 7.2222222222vw;
}
@media screen and (min-width: 768px) {
  h2:where(.c-heading) {
    font-size: 37px;
  }
}
h2:where(.c-heading) .c-heading-icon {
  inline-size: 1em;
  aspect-ratio: 1;
}
h2:where(.c-heading) .c-heading-icon .icon-heading {
  fill: currentColor;
  margin-block: calc((1em - 1lh) / 2);
}

h3:where(.c-heading) {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  line-height: 1.4;
  font-size: 5.5555555556vw;
  -moz-column-gap: 0.1ex;
       column-gap: 0.1ex;
  margin-bottom: 1.5em;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h3:where(.c-heading) {
    font-size: 24px;
  }
}
h3:where(.c-heading) .c-heading-icon {
  inline-size: 1.3em;
  aspect-ratio: 1;
}
h3:where(.c-heading) .c-heading-icon .icon-heading {
  fill: currentColor;
  margin-block: calc((1em - 1lh) / 2);
}

h3:where(.p-heading) {
  border-bottom: 1px solid #005e3c;
  line-height: 1.4;
  font-size: 5vw;
  padding: 0.435em 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  h3:where(.p-heading) {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .c-heading__newstitle {
    margin-bottom: 0;
  }
}

.news-date {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 768px) {
  .news-date {
    font-size: 14px;
    margin: 0.875em 0;
  }
}

/* $ BTN   ========================================================================== */
/* ==========================================================================
   $ ページトップへ戻る　gopagetop
 ========================================================================== */
.gopagetop {
  font-family: YakuHanJPs, "Overpass", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  display: block;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: calc(100% - 6.6666666667vw);
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .gopagetop {
    left: calc(100% - 32px);
    translate: 0 -50%;
  }
}

.link-gopagetop {
  text-decoration: none;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -writing-mode: vertical-rl;
  color: #00472D !important;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .link-gopagetop {
    font-size: 16px;
  }
}
.link-gopagetop .c-button__icon--gopagetop .icon_gopagetop {
  width: 24px;
  fill: currentColor;
  width: auto;
  height: 1lh;
}
.link-gopagetop:focus-visible {
  color: #005e3c !important;
}
@media (any-hover: hover) {
  .link-gopagetop:hover {
    color: #005e3c !important;
  }
}

/* ==========================================================================
   $ パンくず　breadcrumb
 ========================================================================== */
.breadcrumb-container {
  width: 100%;
  white-space: nowrap;
  padding: 1em 6.66vw 1em 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb-container {
    text-align: right;
    margin: 0 auto;
    padding: 0 30px 1em;
  }
}

.breadcrumb {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-size: 2.7777777778vw;
  overflow: auto;
  list-style: none;
  color: rgba(0, 71, 45, 0.8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    justify-content: flex-end;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    color: rgba(0, 71, 45, 0.8);
  }
}

.breadcrumb__item {
  margin: 0;
  padding: 0;
}
.breadcrumb__item + .breadcrumb__item {
  padding-top: 8px;
}
.breadcrumb__item + .breadcrumb__item::before {
  float: left;
  padding-bottom: 8px;
  color: #00472D;
  content: ">";
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item + .breadcrumb__item::before {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.breadcrumb__item a {
  color: #00472D;
  text-decoration: none;
}
.breadcrumb__item a:focus-visible {
  color: #005e3c;
}
@media (any-hover: hover) {
  .breadcrumb__item a:hover {
    color: #005e3c;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb__item a {
    color: #00472D;
  }
}
.breadcrumb__item.active {
  color: #00472D;
}
/* ==========================================================================
   $ information / list / individual
   ========================================================================== */
.idea-history {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.idea-history dt {
  margin: 0;
  padding: 0;
  display: subgrid;
  width: main-content;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.idea-history dd {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   $ ページ送り　pagination
 ========================================================================== */
.pagination-container {
  margin-inline: auto;
  display: grid;
  align-items: center;
  border-top: 1px solid #00472D;
  margin-top: 3em;
  padding-top: 3em;
}
@media screen and (min-width: 768px) {
  .pagination-container {
    margin-top: 3em;
    padding-top: 3em;
  }
}

.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
  margin-inline: auto;
  padding: 0;
}

.pagination__item__link {
  line-height: 1;
  text-decoration: none;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: dotted 1px #005e3c;
  transition: all 0.15s linear;
}
@media screen and (min-width: 768px) {
  .pagination__item__link {
    width: 45px;
    height: 45px;
  }
}
.pagination__item__link.pagination__item--icon {
  border: unset;
}

.pagination__item--icon:focus-visible {
  fill: #fff;
}
@media (any-hover: hover) {
  .pagination__item--icon:hover {
    fill: #fff;
  }
}

.pagination__icon__prev,
.pagination__icon__next {
  width: 3.8888888889vw;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .pagination__icon__prev,
  .pagination__icon__next {
    width: 20px;
  }
}

.pagination__icon__prev {
  rotate: 180deg;
}

.pagination__item__link.isCurrent {
  background: #005e3c;
  color: #fff;
  pointer-events: none;
  font-weight: bold;
}

.pagination__item__link:not(.isCurrent):focus-visible {
  background: color-mix(in srgb, #005e3c 80%, transparent);
  color: #fff;
}
@media (any-hover: hover) {
  .pagination__item__link:not(.isCurrent):hover {
    background: color-mix(in srgb, #005e3c 80%, transparent);
    color: #fff;
  }
}

.share-container {
  border-top: 1px solid #00472D;
  margin-top: 3em;
  padding-top: 1.5em;
}

.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  -moz-column-gap: 0.875em;
       column-gap: 0.875em;
}
.share .share__title {
  margin: 0;
  padding: 0;
}
.share .share__item {
  margin: 0;
  padding: 0;
}
.share .share__item a {
  line-height: 1;
  display: grid;
  place-items: center;
  text-decoration: none;
  border: dotted 1px #005e3c;
  border-radius: 50%;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
}
@media screen and (min-width: 768px) {
  .share .share__item a {
    width: 45px;
    height: 45px;
  }
}
.share .share__item a:focus-visible {
  background: color-mix(in srgb, currentColor 60%, transparent);
}
@media (any-hover: hover) {
  .share .share__item a:hover {
    background: color-mix(in srgb, currentColor 60%, transparent);
  }
}

.share__icon .icon__x {
  fill: #000;
}
.share__icon .icon__fb {
  fill: #1877f2;
}
.share__icon .icon__line {
  fill: #06c755;
}
.share__icon svg {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
}
@media screen and (min-width: 768px) {
  .share__icon svg {
    width: 16px;
    height: 16px;
  }
}

.sns_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.435em;
  line-height: 1;
  margin: 1.75em 0;
}
.sns_share p {
  margin: 0;
  text-transform: uppercase;
}
.sns_share .list-sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0 16px;
}
.sns_share .list-sns li {
  margin: 0;
  padding: 0;
}
.sns_share .list-sns li img {
  width: 8.8888888889vw;
  height: auto;
}
@media screen and (min-width: 992px) {
  .sns_share .list-sns li img {
    width: 32px;
  }
}

/* ==========================================================================
   $ どんな幼稚園 /aboutus/
 ========================================================================== */
.facility-map {
  margin-block: 1lh;
}
.facility-map img {
  width: 100%;
  height: auto;
}

.p-ytube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.p-schedule {
  display: block grid;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-schedule .schedule-item {
  padding: 2.2222222222vw;
  border: 2px solid #ccc;
  border-radius: 4.4444444444vw;
  display: block grid;
  row-gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-item {
    border-radius: 32px;
    padding: 16px;
  }
}
.p-schedule .schedule-item.season--spring {
  border-color: #ffcccc;
}
.p-schedule .schedule-item.season--spring .month-event-title {
  background: rgba(255, 204, 204, 0.5);
}
.p-schedule .schedule-item.season--summer {
  border-color: #99cc99;
}
.p-schedule .schedule-item.season--summer .month-event-title {
  background: rgba(153, 204, 153, 0.5);
}
.p-schedule .schedule-item.season--autumn {
  border-color: #ffcc66;
}
.p-schedule .schedule-item.season--autumn .month-event-title {
  background: rgba(255, 204, 102, 0.5);
}
.p-schedule .schedule-item.season--winter {
  border-color: #99ccff;
}
.p-schedule .schedule-item.season--winter .month-event-title {
  background: rgba(153, 204, 255, 0.5);
}
.p-schedule .schedule-item .month:first-child dt {
  border-top-right-radius: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-item .month:first-child dt {
    border-top-right-radius: 16px;
  }
}
.p-schedule .month-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.p-schedule .month-item .month-photo img {
  width: 100%;
  height: auto;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-schedule .month-item .month-photo img {
    border-radius: 16px;
  }
}
.p-schedule .month-item .month-event {
  margin: 0;
  padding: 0;
}
.p-schedule .month-item .month-event dt {
  margin: 0;
  padding: 0.2em 0.875em;
}
.p-schedule .month-item .month-event dd {
  margin: 0;
  padding: 0;
}
.p-schedule .month-item .month-event dd ul {
  padding-top: 0.435em;
  margin-block: 0;
}
.p-schedule .month-item .month-event dd ul li {
  line-height: 1.4;
  font-size: 85%;
  margin-block: 0;
}

.qa-container {
  display: block grid;
  row-gap: 1.5lh;
}

.qa-item h3 {
  font-size: 5vw;
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.435em;
       column-gap: 0.435em;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
@media screen and (min-width: 768px) {
  .qa-item h3 {
    font-size: 22px;
  }
}
.qa-item h3:before {
  font-size: 85%;
  padding: 1.1111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  display: block grid;
  place-items: center;
  block-size: 1lh;
  content: "Q";
  font-weight: bold;
  background: #005e3c;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .qa-item h3:before {
    padding: 4px;
  }
}

.qa-message {
  padding: 4.4444444444vw 6.6666666667vw;
  background: #F6F6F6;
  border-radius: 4.4444444444vw;
}
@media screen and (min-width: 768px) {
  .qa-message {
    border-radius: 16px;
    padding: 16px 24px;
  }
}
.qa-message h3 {
  margin-block: 0;
  color: #937300;
  font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
.qa-message p {
  margin-top: 0.5lh;
  font-size: 93%;
}

.p-section-schedule-detail {
  background: url(../img/bg-schedule.gif);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 16px;
}
.p-section-schedule-detail.detail-spring .heading-schedule-detail {
  background: #ffe5e5;
}
.p-section-schedule-detail.detail-summer .heading-schedule-detail {
  background: #cce5cc;
}
.p-section-schedule-detail.detail-autumn .heading-schedule-detail {
  background: #ffe5b2;
}
.p-section-schedule-detail.detail-winter .heading-schedule-detail {
  background: #cce5ff;
}
.p-section-schedule-detail .heading-schedule-detail {
  margin: 0;
  padding: 1.1111111111vw 4.4444444444vw;
  font-size: 5vw;
  background: #ccc;
  border-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-section-schedule-detail .heading-schedule-detail {
    font-size: 22px;
    padding: 6px 12px;
  }
}
.p-section-schedule-detail .schedule-read {
  margin-block: 1em;
}
.p-section-schedule-detail .schedule-images {
  display: block grid;
  grid-template-columns: 1fr;
  gap: 1.75em;
}
@media screen and (min-width: 768px) {
  .p-section-schedule-detail .schedule-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-section-schedule-detail .schedule-images .schedule-image {
  display: grid;
  row-gap: 1em;
}
.p-section-schedule-detail .schedule-images .schedule-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.p-section-schedule-detail .schedule-images .schedule-image p {
  font-size: 93%;
}

/* ==========================================================================
   $ 子育て支援　/care/
 ========================================================================== */
.p-open-garden {
  display: grid;
  grid-template-columns: 25% 1fr;
  row-gap: 1em;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-open-garden {
    grid-template-columns: 12.5% 1fr 12.5% 1fr;
  }
}
.p-open-garden dt {
  margin: 0;
  padding: 6px 0.875em;
  font-weight: bold;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #fff;
  background: #696;
}
.p-open-garden dd {
  margin: 0;
  padding: 6px 0.875em;
  background: #e0ebe0;
}

.c-info-notes {
  opacity: 0.7;
  background: #fafafa;
  font-size: 72%;
  border: 1px dashed #005e3c;
  border-radius: 2.2222222222vw;
  padding: 16px 24px 16px 32px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-info-notes {
    border-radius: 16px;
  }
}
/* ==========================================================================
   $ 園児募集　/guidelines/
 ========================================================================== */
.c-text-link {
  color: #005e3c;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.c-text-link:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-text-link:hover {
    text-decoration: none;
  }
}

.c-notes {
  font-size: 85%;
}

.p-contact-info {
  display: grid;
  margin: 0;
  padding: 1em 1.5em;
  background: #F6F6F6;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-contact-info {
    border-radius: 16px;
  }
  .p-contact-info .p-contact-body {
    display: flex;
    gap: 1.5em;
  }
}
.p-contact-info dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.p-contact-info dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em 0 0;
  padding: 0;
}

.p-guidelines-data {
  margin: 0;
  padding: 0;
}

.p-guidelines-data dt {
  font-size: 107%;
  margin: 2lh 0 0.5lh 0;
  padding: 0;
  font-weight: bold;
  border-bottom: 1px solid #005e3c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-guidelines-data dt:first-child {
  margin-top: 0;
}

.p-guidelines-data dd {
  margin: 2px 0 2px 1em;
  padding: 0;
}

.p-guidelines-data dd.cautions {
  margin: 0 0 0 1em;
  font-size: 85%;
}

.p-guidelines-schedule {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 1em;
}
.p-guidelines-schedule dt {
  margin: 0;
  padding: 0;
  display: subgrid;
  width: main-content;
}
.p-guidelines-schedule dt span {
  font-size: 85%;
}
.p-guidelines-schedule dd {
  margin: 0;
  padding: 0;
}

.p-section-info--note {
  margin-top: -3em;
  font-size: 85%;
}

.p-section-info-detail {
  margin-bottom: 1em;
  border: 1px solid rgba(0, 94, 60, 0.5);
  background: #F6F6F6;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-section-info-detail {
    border-radius: 16px;
  }
}

.p-section-info-detail dl {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-section-info-detail dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

.p-section-info-detail dl dt {
  padding: 0.435em 0 0.435em 0.875em;
  font-weight: bold;
  margin: 0;
  border-top: 1px solid rgba(0, 94, 60, 0.5);
  background: rgba(0, 177, 113, 0.07);
  min-width: 135px;
}
@media screen and (min-width: 768px) {
  .p-section-info-detail dl dt {
    width: fit-contet;
    padding: 0.875em 0.875lh 0.875em 0.875em;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
.p-section-info-detail dl dt:first-child {
  border-top: none;
}

.p-section-info-detail dl dd {
  margin: 0;
  padding: 0.875em 0.875em;
  border-top: 1px solid rgba(0, 94, 60, 0.5);
}
@media screen and (min-width: 768px) {
  .p-section-info-detail dl dd {
    padding: 0.875em;
  }
  .p-section-info-detail dl dd:nth-of-type(1) {
    border-top: none;
  }
}
.p-section-info-detail dl dd p {
  margin-top: 1lh;
}
.p-section-info-detail dl dd p:first-child {
  margin-top: 0;
}

.p-chibikko-photos {
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-chibikko-photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}

.p-photos-item-container {
  display: grid;
  grid-template-columns: 50% 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.p-photos-item-container .p-chibikko-photo img {
  width: 100%;
  height: auto;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-photos-item-container .p-chibikko-photo img {
    border-radius: 16px;
  }
}
.p-photos-item-container .p-chibikko-detail {
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 93%;
}
.p-photos-item-container .p-chibikko-detail h3 {
  margin: 0 0 0.435em;
}
.p-photos-item-container .p-chibikko-detail p {
  line-height: 1.5;
  font-size: 93%;
}

.p-care-titles {
  margin: 0;
}
.p-care-titles li {
  margin-bottom: 0.435em;
  line-height: 1.5;
}
.p-care-titles .care-date {
  font-weight: bold;
  font-size: 107%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}

/* ---------------------------------------
  instagram
-----------------------------------------*/
.follow-instagram {
  max-width: 820px;
  margin-inline: auto;
  background: #F6F6F6;
  padding: 6.6666666667vw;
  display: block grid;
  grid-template-columns: 1fr;
  align-items: center;
  row-gap: 1em;
  border-radius: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .follow-instagram {
    border-radius: 32px;
    grid-template-columns: 240px 1fr;
    padding: 40px 40px;
    gap: 2lh;
  }
}

.instagram-qr figure {
  margin: 0;
  padding: 0;
}

.instagram-txt dl {
  margin: 0;
  padding: 0;
}
.instagram-txt dl dt {
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.435em;
       column-gap: 0.435em;
  font-size: 72%;
  margin-block: 2em;
}
.instagram-txt dl dt .instagram-icon .icon-instagram {
  block-size: 1em;
  aspect-ratio: 1;
}
.instagram-txt dl dd {
  margin: 0;
  padding: 0;
}
.instagram-txt dl dd p {
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .instagram-txt dl dd p {
    font-size: 22px;
  }
}
.instagram-txt dl dd.instagram-account {
  font-size: 85%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-block: 1lh;
}
.instagram-txt dl dd.instagram-account a {
  color: #005e3c;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.instagram-txt dl dd.instagram-account a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .instagram-txt dl dd.instagram-account a:hover {
    text-decoration: none;
  }
}

/* ---------------------------------------
  scroll-animation
-----------------------------------------*/
.slideUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}

.s-target.is-show.slideUp,
.s-target.is-show .slideUp {
  opacity: 1;
  transform: translate(0, 0);
}

.s-target.is-show.fadeIn,
.s-taget.is-show .fadeIn {
  opacity: 1;
  filter: blur(0);
}

.delay1 {
  transition-delay: 0.5s !important;
}

.delay2 {
  transition-delay: 1s !important;
}

.delay3 {
  transition-delay: 1.5s !important;
}

.delay4 {
  transition-delay: 2s !important;
}

.delay5 {
  transition-delay: 2.5s !important;
}

/* v.$ print   --------------------------------------------------------- */
@media print {
  .mobile-fixed-nav,
  .gopagetop,
  .breadcrumb-container,
  .gnav,
  .drawer-nav,
  .l-footer__banner,
  .l-index-banners,
  .table-of-content,
  .l-aside,
  .popup-close,
  .f-illust,
  .l-section__footer-container,
  .f-image-slider,
  .external-links-container,
  .pagination-container,
  .share-container,
  .p-content__morenews {
    display: none !important;
  }
  html,
  body {
    margin: 0;
  }
  html {
    overflow-y: auto;
    font-size: 9pt !important;
  }
  body {
    display: block;
    -webkit-print-color-adjust: exact;
    font-size: 9pt !important;
  }
  /* $ ヘッダーコンテナ　haeder   ========================================================================== */
  .site-header-container {
    padding: 6mm 8mm;
  }
  .site-title a {
    grid-template-columns: 37.5mm 55mm;
    -moz-column-gap: 6mm;
         column-gap: 6mm;
  }
  /* ==========================================================================
   $ hero
   ========================================================================== */
  .index-hero-contents {
    padding: 0 8mm 16mm;
  }
  .hero-image img {
    border-radius: 12mm;
  }
  .hero-contents-container {
    padding: 4mm;
  }
  .hero-contents {
    align-items: start;
    padding: unset;
    display: block grid;
    grid-template-columns: 60% 1fr;
    gap: 0 2.4em;
  }
  .hero-title {
    margin-bottom: 0;
  }
  .hero-text {
    padding-bottom: 44mm;
    background: url(../img/index/icon-z.svg) no-repeat;
    background-position: 90% 95%;
  }
  .heading-index-hero--read {
    font-weight: 500;
    font-family: YakuHanJPs, "Kiwi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    font-size: 38pt;
    line-height: 1.2;
    margin-top: 10mm;
  }
  .pickup-link {
    padding: 4mm 8mm;
  }
  .float-t {
    width: 24mm;
  }
  .float-cloud {
    width: 40mm;
  }
  .heading-index-hero {
    font-size: 18pt;
  }
  .pickup-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
  .float-wu {
    width: 36mm;
    bottom: -12%;
  }
  /* $ heading   ========================================================================== */
  h2:where(.c-heading) {
    font-size: 22pt;
  }
  h3:where(.c-heading) {
    font-size: 18pt;
  }
  h3:where(.p-heading) {
    font-size: 14pt;
  }
  .news-date {
    font-size: 11pt !important;
  }
  .p-index-content-head {
    padding: 12mm 0 0;
  }
  .heading-content-title__about br {
    display: none;
  }
  /* ==========================================================================
   $ contents [main]
   ========================================================================== */
  .p-contents-container {
    padding: 12mm 8mm;
    border-top-right-radius: 12mm;
    border-top-left-radius: 12mm;
  }
  .p-contents-container > * + * {
    margin-top: 6mm;
  }
  .news-body ul li .btn-news-event {
    display: block;
    padding: 4mm 2mm;
  }
  .news-body ul li .btn-news-event .news-date {
    font-size: 11pt;
  }
  .is-pdf {
    padding: 0 4mm 4mm 4mm;
  }
  .is-pdf .is-pdf-btn {
    padding: 1mm 8mm;
  }
  .is-pdf .is-pdf-btn .btn-icon {
    width: 24px;
  }
  .access-data h3 {
    font-size: 14pt;
  }
  .access-data .access-trans h4 {
    font-size: 14pt;
  }
  .p-contact-address .brand {
    font-size: 14pt;
  }
  .p-contact-list {
    margin: 2em 0;
    padding: 0;
    list-style: none;
  }
  .p-contact-list li {
    font-size: 11pt;
  }
  .p-contact-list li .note {
    font-size: 10pt;
  }
  .contact-email {
    font-size: 14pt;
  }
  .f-title img {
    width: 45mm;
  }
  .f-l-address li {
    font-style: normal;
    font-size: 9pt;
  }
  .copyright {
    font-size: 7pt;
  }
  .footer-container {
    border-top-left-radius: 8mm;
    border-top-right-radius: 8mm;
    padding: 12mm 8mm;
  }
  .heading-content-title {
    padding: 8mm 0 12mm;
    font-size: 36pt;
  }
  .p-chibikko-photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
  .p-schedule {
    grid-template-columns: repeat(2, 1fr);
  }
  .qa-item h3 {
    font-size: 16pt;
  }
  .qa-item h3:before {
    padding: 1mm;
  }
  .qa-message {
    padding: 6mm 8mm;
    border-radius: 8mm;
  }
  .follow-instagram {
    padding: 8mm;
    border-radius: 8mm;
    grid-template-columns: 240px 1fr;
    gap: 2lh;
  }
  .instagram-txt dl dd p {
    font-size: 14pt;
  }
  .p-open-garden {
    display: grid;
    grid-template-columns: 12.5% 1fr 12.5% 1fr;
  }
  .heading-content-copy {
    margin-top: -1lh;
    margin-bottom: 4mm;
    text-align: center;
  }
  .p-section-schedule-detail .heading-schedule-detail {
    padding: 4mm 4mm;
    font-size: 16pt;
    line-height: 1.1;
  }
  .p-section-schedule-detail .schedule-images {
    grid-template-columns: repeat(2, 1fr);
  }
  @page {
    margin: 16mm 0;
    size: A4 portrait;
  }
}
