@charset "UTF-8";
/*!
Theme Name: クラーク動物病院
Theme URI: https://clark-animal-hospital.jp
Description: クラーク動物病院オリジナル子テーマ（Arkhe child theme for クラーク動物病院）
Author: SUZUKI D
Author URI: https://suzukid.co.jp
Template: arkhe
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arkhe-child-clark-ah
Tags: veterinary, animal-hospital, medical, responsive, accessibility
*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --clark-color-primary: var(--ark-color--main, #7FA670);
  --clark-color-text: var(--ark-color--text, #333333);
  --clark-color-link: var(--ark-color--link, #0d77d9);
  --clark-color-bg: var(--ark-color--bg, #FFFFFF);
  --clark-color-gray: var(--ark-color--gray, #F3F4F6);
  --clark-color-header-bg: var(--ark-color--header_bg, #FFFFFF);
  --clark-color-header-txt: var(--ark-color--header_txt, #333333);
  --clark-color-footer-bg: var(--ark-color--footer_bg, #FFFFFF);
  --clark-color-footer-txt: var(--ark-color--footer_txt, #333333);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}
body .l-content {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
}
body .l-content .l-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body .l-content .l-container.l-content__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  body .l-content .l-container {
    padding: 0;
    padding-bottom: 8px;
  }
}
body .l-content .l-container.p-breadcrumb__list {
  padding: 0;
}
body .l-content .l-container.l-container--narrow {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #7FA670;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #57754C;
}
a:focus-visible:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

ul,
ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 8px;
}

img {
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
}

th {
  font-weight: 700;
}

blockquote {
  padding: 24px;
  margin: 24px 0;
  border-left: 4px solid #7FA670;
  background-color: #FFFFFF;
  font-style: italic;
}

code,
pre {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
  background-color: #FFFFFF;
  border-radius: 4px;
}

code {
  padding: 2px 6px;
}

pre {
  padding: 24px;
  overflow-x: auto;
  margin-bottom: 24px;
}

hr {
  border: none;
  height: 1px;
  background-color: #E5E7EB;
  margin: 48px 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  font-size: 1rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #7FA670;
}
input[type=text]:focus-visible:focus-visible,
input[type=email]:focus-visible:focus-visible,
input[type=tel]:focus-visible:focus-visible,
input[type=password]:focus-visible:focus-visible,
input[type=number]:focus-visible:focus-visible,
input[type=search]:focus-visible:focus-visible,
textarea:focus-visible:focus-visible,
select:focus-visible:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
button:focus-visible:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media screen and (max-width: 767px) {
  .l-scrollObserver {
    top: 70px;
  }
}

body.admin-bar {
  --ark-adminbar_height: 0;
}

.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 100;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .l-header {
    -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  html[data-scrolled=true] .l-header {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}

.l-header__body {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__body {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__body {
    padding: 4px 16px;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
  }
  html[data-scrolled=true] .l-header__body {
    padding: 4px 16px;
  }
}

.l-header__center {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .l-header__center {
    padding: 0;
  }
}

.l-header__logo {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 0;
}
.l-header__logo:hover {
  opacity: 0.8;
}
.l-header__logo:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

.l-header__logoImg {
  display: block;
  height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-header__logoImg {
    width: 180px;
    max-width: 100%;
    height: auto;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  html[data-scrolled=true] .l-header__logoImg {
    width: 140px;
  }
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__navTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-header__navTop .l-header__navBtn--info,
  .l-header__navTop .l-header__navBtn--access,
  .l-header__navTop .l-header__navBtn--reserve,
  .l-header__navTop .l-header__navBtn--phone {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__navTop .l-header__navBtn--info,
  .l-header__navTop .l-header__navBtn--access {
    display: none;
  }
}

.l-header__navBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border: 2px solid #A5C393;
  border-radius: 100vh;
  background-color: #F3F4F6;
  color: #333333;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.l-header__navBtn:hover {
  background-color: #F9FAFB;
  border-color: #7FA670;
}
.l-header__navBtn:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.l-header__navBtn .l-header__navIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 18px;
}
.l-header__navBtn--reserve {
  background-color: #f0f4e8;
  min-height: 50px;
}
.l-header__navBtn--reserve .l-header__navText {
  color: #333;
}
.l-header__navBtn--reserve .l-header__navIcon {
  width: 24px;
  height: 24px;
}
.l-header__navBtn--reserve:hover {
  background-color: #e5f2cc;
  border-color: #7FA670;
}
.l-header__navBtn--phone {
  background-color: #f0f4e8;
  padding: 8px 16px;
  min-height: 50px;
}
.l-header__navBtn--phone .l-header__navIcon {
  width: 24px;
  height: 24px;
}
.l-header__navBtn--phone:hover {
  background-color: #e5f2cc;
  border-color: #7FA670;
}

.l-header__phoneContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__phoneLabel {
  font-size: 0.75rem;
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.l-header__phoneNumber {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.02em;
}

.l-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: width 0.2s ease, height 0.2s ease, gap 0.2s ease, opacity 0.3s ease;
  transition: width 0.2s ease, height 0.2s ease, gap 0.2s ease, opacity 0.3s ease;
}
.l-header__hamburger:hover {
  opacity: 0.7;
}
.l-header__hamburger:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  html[data-scrolled=true] .l-header__hamburger {
    width: 32px;
    height: 32px;
    gap: 5px;
  }
}

.l-header__hamburgerLine {
  width: 100%;
  height: 4px;
  background-color: #7FA670;
  border-radius: 100vh;
  -webkit-transition: all 0.3s ease, height 0.2s ease;
  transition: all 0.3s ease, height 0.2s ease;
}
@media screen and (max-width: 767px) {
  html[data-scrolled=true] .l-header__hamburgerLine {
    height: 3px;
  }
}

.l-fixedBottomNav {
  display: none;
}

.l-fixedBottomNav__item {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 0.875rem;
  min-height: 60px;
  gap: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-fixedBottomNav__item:active {
  background-color: #F9FAFB;
}
.l-fixedBottomNav__item--reserve {
  background-color: #E8A87C;
  color: #FFFFFF;
}
.l-fixedBottomNav__item--reserve:active {
  background-color: #D08850;
}
.l-fixedBottomNav__item--reserve svg {
  color: #FFFFFF;
}
.l-fixedBottomNav__item:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

.l-fixedBottomNav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: currentColor;
}
.l-fixedBottomNav__icon svg {
  width: 100%;
  height: 100%;
}

.l-fixedBottomNav__text {
  font-size: 0.875rem;
  line-height: 1;
}

.l-fixedHamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #FFFFFF;
  border: 2px solid #7FA670;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
html[data-header-visible=false] .l-fixedHamburger {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-drawerMenu.is-active ~ .l-fixedHamburger {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.l-fixedHamburger:hover {
  background-color: #D3EEC3;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}
.l-fixedHamburger:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
body.admin-bar .l-fixedHamburger {
  top: 48px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-fixedHamburger {
    top: 62px;
  }
}

.l-fixedHamburger__line {
  width: 20px;
  height: 3px;
  background-color: #7FA670;
  border-radius: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .l-header,
  .l-header__logoImg,
  .c-headLogo__img,
  .l-header__navBtn,
  .l-header__hamburger,
  .l-fixedBottomNav__item,
  .l-header__hamburgerLine,
  .l-fixedHamburger {
    -webkit-transition: none;
    transition: none;
  }
  .l-fixedHamburger {
    -webkit-transform: none;
            transform: none;
  }
  html[data-header-visible=false] .l-fixedHamburger {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c-headLogo__img {
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }
  html[data-scrolled=true] .c-headLogo__img {
    height: 32px;
  }
}

.l-drawerMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.l-drawerMenu.is-active {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.l-drawerMenu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f4e8;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.is-active .l-drawerMenu__overlay {
  opacity: 1;
}

.l-drawerMenu__drawer {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  max-width: none;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.is-active .l-drawerMenu__drawer {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .is-active .l-drawerMenu__drawer {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) {
  .l-drawerMenu__drawer {
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
  }
}

.l-drawerMenu__inner {
  height: 100%;
  padding: 16px;
  border: 10px solid #a5c393;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__inner {
    height: auto;
    max-height: calc(100vh - 82px);
    max-height: calc(100dvh - 82px);
    grid-template-columns: 1fr;
    padding: 8px 16px;
    gap: 8px;
    border-width: 6px;
    border-radius: 24px;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}

.l-drawerMenu__header {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__header {
    right: 20px;
    top: 20px;
  }
}

.l-drawerMenu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #7FA670;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-drawerMenu__close:hover {
  background-color: #FFFFFF;
  border-color: #7FA670;
  color: #7FA670;
}
.l-drawerMenu__close:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.l-drawerMenu__close svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__close {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
  }
}

.l-drawerMenu__left {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__left {
    grid-column: 1;
  }
}

.l-drawerMenu__logo img {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__logo img {
    width: 250px;
    height: auto;
  }
}

.l-drawerMenu__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding-top: 16px;
  }
}

.l-drawerMenu__item {
  margin: 0;
}

.l-drawerMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 4px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.l-drawerMenu__link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.l-drawerMenu__link:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__link {
    padding: 4px;
    gap: 2px;
  }
}

.l-drawerMenu__linkMain {
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__linkMain {
    font-size: 0.875rem;
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

.l-drawerMenu__linkSub {
  font-size: 0.875rem;
  color: #6B7280;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__linkSub {
    font-size: 10px;
    line-height: 1.1;
  }
}

.l-drawerMenu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.l-drawerMenu__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-drawerMenu__snsLink svg {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__snsLink svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__snsLink {
    width: 100%;
    height: 32px;
  }
}
.l-drawerMenu__snsLink:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .l-drawerMenu__snsLink {
    -webkit-transition: none;
    transition: none;
  }
  .l-drawerMenu__snsLink:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.l-drawerMenu__snsLink:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.l-drawerMenu__snsLink--line {
  background-color: #06C755;
}
.l-drawerMenu__snsLink--line:hover {
  color: #fff;
  background-color: #059f44;
}
.l-drawerMenu__snsLink--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.l-drawerMenu__snsLink--instagram:hover {
  color: #fff;
  background: linear-gradient(45deg, #e98011 0%, #dd4e1c 25%, #bc1e37 50%, #a91d55 75%, #98136e 100%);
}

.l-drawerMenu__access {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__access {
    display: none;
  }
}

.l-drawerMenu__accessTitle {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #7FA670;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__accessTitle {
    font-size: 1.125rem;
  }
}

.l-drawerMenu__accessAddress {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 8px 16px;
  background-color: #f0f4e8;
  border-radius: 4px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__accessAddress {
    word-break: break-all;
  }
}

.l-drawerMenu__accessParking,
.l-drawerMenu__accessNote {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: #333333;
}

.l-drawerMenu__accessMapBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 24px;
  background-color: #7FA670;
  color: #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-drawerMenu__accessMapBtn:hover {
  background-color: #6a925b;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.l-drawerMenu__accessMapBtn:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.l-drawerMenu__accessMapBtn svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-drawerMenu__accessMap img {
  width: 100%;
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__accessMap {
    display: none;
  }
}

.l-drawerMenu__aside {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__aside {
    grid-column: 1;
    gap: 16px;
    padding-top: 16px;
  }
}

.l-drawerMenu__hours {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__hours {
    padding: 8px;
  }
}

.l-drawerMenu__hoursTitle {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #7FA670;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__hoursTitle {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__hoursTitle {
    font-size: 1.125rem;
  }
}

.l-drawerMenu__hoursSubtitle {
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  margin-bottom: 8px;
  line-height: 1.2;
}

.l-drawerMenu__hoursTableWrapper {
  border-radius: 8px;
  overflow: hidden;
}

.l-drawerMenu__animals {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animals {
    padding: 8px;
  }
}

.l-drawerMenu__animalsTitle {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #7FA670;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalsTitle {
    font-size: 1.125rem;
  }
}

.l-drawerMenu__animalsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalsGrid {
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-drawerMenu__animalCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  height: 140px;
  padding: 8px 8px 16px;
  background-color: #FFFFFF;
  border: 1px solid #7FA670;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalCard {
    height: 100px;
    padding: 8px 4px 16px;
  }
}
.l-drawerMenu__animalCard:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.l-drawerMenu__animalIcon {
  width: 80px;
  height: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalIcon {
    width: 48px;
    height: 48px;
  }
}
.l-drawerMenu__animalIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-drawerMenu__animalCard--molmot .l-drawerMenu__animalIcon {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalCard--molmot .l-drawerMenu__animalIcon {
    width: 32px;
    height: 32px;
  }
}

.l-drawerMenu__animalName {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .l-drawerMenu__animalName {
    font-size: 0.75rem;
  }
}

.l-drawerMenu__animalsNote {
  font-size: 0.75rem;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #666666;
  margin-top: 16px;
  text-align: center;
  line-height: 1.4;
}

.l-drawerMenu__reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.l-drawerMenu__reservation .c-cta-card--tel {
  background-color: #FBF5E0;
  border: 2px solid #7FA670;
}
.l-drawerMenu__reservation .c-cta-card--web {
  background-color: #D3EEC3;
}
.l-drawerMenu__reservation .c-cta-card--line {
  background-color: #defdeb;
}

@media (prefers-reduced-motion: reduce) {
  .l-drawerMenu,
  .l-drawerMenu__overlay,
  .l-drawerMenu__drawer,
  .l-drawerMenu__link,
  .l-drawerMenu__close,
  .l-drawerMenu__animalCard {
    -webkit-transition: none;
    transition: none;
  }
}
/**
 * Layout - Footer
 *
 * Footer layout (3-section structure)
 * - Section 1: CTA Area (診療時間表 + 予約ボタン)
 * - Section 2: Info Area (ロゴ + 住所 + サイトマップ + 駐車場マップ)
 * - Section 3: Bottom Area (SNSリンク + Copyright)
 *
 *
 * @package arkhe_child
 */
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #A5C393;
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 575px) {
  .l-footer {
    margin-top: 16px;
  }
}

.l-footer__decoration {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: visible;
  z-index: 1;
  margin-top: -40px;
  pointer-events: none;
  background-color: #fff;
  color: #A5C393;
}
.l-footer__decoration svg {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__decoration-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__decoration-line svg {
  width: 100%;
  height: 100%;
}

.l-footer__decoration-animal {
  position: absolute;
  bottom: 25px;
  width: auto;
  height: 60px;
  z-index: 2;
}

.l-footer__decoration-cat {
  left: 40%;
}

.l-footer__decoration-dog1 {
  left: 20%;
}

.l-footer__decoration-dog2 {
  right: 30%;
}

.l-footer__decoration-rabbit {
  right: 10%;
}

@media screen and (max-width: 1023px) {
  .l-footer__decoration {
    height: 60px;
    margin-top: -30px;
  }
  .l-footer__decoration-animal {
    height: 45px;
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__decoration {
    height: 40px;
    margin-top: -30px;
  }
  .l-footer__decoration-animal {
    height: 45px;
    bottom: 18px;
  }
  .l-footer__decoration-cat {
    left: 28%;
  }
  .l-footer__decoration-dog1 {
    left: 5%;
  }
  .l-footer__decoration-dog2 {
    display: none;
  }
  .l-footer__decoration-rabbit {
    display: none;
  }
}
.l-footer__cta-area {
  padding: 40px 40px;
  background-color: #D3EEC3;
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-footer__cta-area {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__cta-area {
    padding: 24px 16px;
  }
}

.l-footer__cta-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__cta-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.l-footer__cta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__clinic-hours {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__clinic-hours {
    padding: 16px;
  }
}
.l-footer__clinic-hours table {
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__clinic-hours table {
    font-size: 0.75rem;
  }
}
.l-footer__clinic-hours th,
.l-footer__clinic-hours td {
  padding: 8px 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.l-footer__clinic-hours th {
  background-color: rgba(127, 166, 112, 0.15);
  font-weight: 600;
}

.l-footer__cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.c-cta-card {
  display: block;
  background: #FFFFFF;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  line-height: 1.25;
}
.c-cta-card__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .c-cta-card__row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.c-cta-card--tel {
  padding: 24px 20px;
  margin-bottom: 0;
  border: 2px solid #7FA670;
}
@media screen and (max-width: 767px) {
  .c-cta-card--tel {
    padding: 20px 16px;
  }
}
.c-cta-card__label {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #666666;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-cta-card__label {
    font-size: 0.75rem;
  }
}
.c-cta-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-cta-card__number {
    font-size: 1.5rem;
  }
}
.c-cta-card__number img {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-cta-card__number img {
    width: 28px;
    height: 28px;
  }
}
.c-cta-card__hours {
  font-size: 1rem;
  font-weight: 700;
  color: #6B7280;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-cta-card__hours {
    font-size: 0.75rem;
  }
}
.c-cta-card--web, .c-cta-card--line {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cta-card--web, .c-cta-card--line {
    padding: 16px 24px;
  }
}
.c-cta-card__icon {
  margin-bottom: 12px;
}
.c-cta-card__icon img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-cta-card__icon img {
    width: 36px;
    height: 36px;
  }
}
.c-cta-card__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-cta-card__text {
    font-size: 0.75rem;
  }
}
.c-cta-card--web {
  border: 2px solid #7FA670;
}
.c-cta-card--web:hover {
  background-color: rgba(127, 166, 112, 0.05);
}
.c-cta-card--web .c-cta-card__text {
  color: #57754C;
}
.c-cta-card--line {
  border: 2px solid #06C755;
}
.c-cta-card--line:hover {
  background-color: #defdeb;
  color: #FFFFFF;
}
.c-cta-card--line .c-cta-card__text {
  color: #06C755;
}

.l-footer .l-footer__sns-area {
  padding: 24px 40px;
  background-color: #D3EEC3;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-footer__sns-area {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns-area {
    padding: 16px 16px;
  }
}
.l-footer .l-footer__sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.l-footer .l-footer__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .l-footer .l-footer__sns-links {
    gap: 8px;
  }
}
.l-footer .l-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer .l-footer__sns-link svg {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns-link svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns-link {
    height: 40px;
  }
}
.l-footer .l-footer__sns-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .l-footer .l-footer__sns-link {
    -webkit-transition: none;
    transition: none;
  }
  .l-footer .l-footer__sns-link:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.l-footer .l-footer__sns-link--line {
  background-color: #06C755;
}
.l-footer .l-footer__sns-link--line:hover {
  color: #fff;
  background-color: #059f44;
}
.l-footer .l-footer__sns-link--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.l-footer .l-footer__sns-link--instagram:hover {
  color: #fff;
  background: linear-gradient(45deg, #e98011 0%, #dd4e1c 25%, #bc1e37 50%, #a91d55 75%, #98136e 100%);
}

.l-footer__info-area {
  padding: 40px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-area {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-area {
    padding: 24px 16px;
  }
}

.l-footer__info-container {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.l-footer__info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__info-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.l-footer__logo {
  margin: 0;
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 200px;
  }
}

.l-footer__address {
  font-style: normal;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #333333;
}
.l-footer__address p {
  margin: 0;
}
.l-footer__address a {
  color: #333333;
  text-decoration: none;
}
.l-footer__address a:hover {
  text-decoration: underline;
  color: #7FA670;
}

.l-footer__address-zip {
  font-size: 1rem;
  color: #666666;
}

.l-footer__address-tel {
  margin-top: 8px !important;
  font-weight: 700;
  font-size: 1.25rem;
}

.l-footer__info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-center {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-right {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__info-right .l-footer__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .l-footer__info-right .l-footer__sns-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 16px;
  }
}
.l-footer__info-right .l-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 0.875rem;
  font-weight: 700;
}
.l-footer__info-right .l-footer__sns-link svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__info-right .l-footer__sns-link .l-footer__sns-text {
  white-space: nowrap;
}
.l-footer__info-right .l-footer__sns-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__info-right .l-footer__sns-link {
    -webkit-transition: none;
    transition: none;
  }
  .l-footer__info-right .l-footer__sns-link:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.l-footer__info-right .l-footer__sns-link--line {
  background-color: #06C755;
}
.l-footer__info-right .l-footer__sns-link--line:hover {
  background-color: #059f44;
}
.l-footer__info-right .l-footer__sns-link--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.l-footer__info-right .l-footer__sns-link--instagram:hover {
  background: linear-gradient(45deg, #e98011 0%, #dd4e1c 25%, #bc1e37 50%, #a91d55 75%, #98136e 100%);
}

.l-footer__nav {
  width: 100%;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav-item:not(:last-child)::after {
  content: "|";
  color: #6B7280;
  margin: 0 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item:not(:last-child)::after {
    margin: 0 8px;
  }
}

.l-footer__nav-link {
  color: #333333;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.l-footer__nav-link:hover {
  color: #7FA670;
}
.l-footer__nav-link[aria-current=page] {
  color: #7FA670;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 0.75rem;
  }
}

.l-footer__sitemap {
  display: none;
}

.l-footer__bottom-area {
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-area {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__bottom-area {
    margin-bottom: 48px;
  }
}

.l-footer__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.l-footer__copyright-text {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #333333;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-text {
    font-size: 0.75rem;
  }
}

.l-footer__policy-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer__policy-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.l-footer__separator {
  margin: 0 0.5em;
  opacity: 0.6;
}

.l-footer__logo-area,
.l-footer__nav-area {
  display: none;
}

.l-mainContent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-mainContent {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.l-main--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.l-article {
  margin-left: auto;
  margin-right: auto;
}
.l-article .l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.post-type-archive .l-content__body {
  display: block;
}

body .p-page-hero + .l-content__body {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  body .p-page-hero + .l-content__body {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  body.page-template-two-column .l-two-column-wrapper,
  body.post-template-two-column .l-two-column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  body.page-template-two-column .l-two-column-wrapper,
  body.post-template-two-column .l-two-column-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-two-column .l-main.l-article,
  body.post-template-two-column .l-main.l-article {
    width: 880px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-two-column .l-sidebar,
  body.post-template-two-column .l-sidebar {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.page-template-two-column .l-sidebar,
  body.post-template-two-column .l-sidebar {
    width: 100%;
    margin-top: 48px;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  min-width: 160px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 100vh;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
}
.c-btn--primary {
  color: #FFFFFF;
  background-color: #7FA670;
}
.c-btn--primary:hover {
  background-color: #57754C;
}
.c-btn--secondary {
  color: #FFFFFF;
  background-color: #A67C52;
}
.c-btn--secondary:hover {
  background-color: #76583A;
}
.c-btn--accent {
  color: #FFFFFF;
  background-color: #E8A87C;
  -webkit-box-shadow: 0 4px 6px rgba(232, 168, 124, 0.3);
          box-shadow: 0 4px 6px rgba(232, 168, 124, 0.3);
}
.c-btn--accent:hover {
  background-color: #D08850;
  -webkit-box-shadow: 0 6px 12px rgba(232, 168, 124, 0.4);
          box-shadow: 0 6px 12px rgba(232, 168, 124, 0.4);
}
.c-btn--outline {
  color: #7FA670;
  background-color: transparent;
  border: 2px solid #7FA670;
}
.c-btn--outline:hover {
  color: #FFFFFF;
  background-color: #7FA670;
}
.c-btn--neutral {
  color: #A67C52;
  background-color: #e9e6e6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.c-btn--neutral:hover {
  background-color: #d6d0d0;
}
.c-btn--icon {
  gap: 16px;
}
.c-btn--icon svg {
  width: 20px;
  height: 20px;
}
.c-btn--sm {
  min-width: 120px;
  padding: 8px 24px;
  font-size: 0.875rem;
}
.c-btn--lg {
  min-width: 200px;
  padding: 24px 48px;
  font-size: 1.125rem;
}
.c-btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: auto;
  padding: 24px;
  gap: 16px;
}
.c-btn--block svg {
  width: 100px;
  height: 100px;
}
.c-btn:disabled, .c-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.p-fixBtnWrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: fixed;
  right: 3%;
  text-align: center;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .p-fixBtnWrap {
    bottom: 8%;
  }
}
.p-fixBtnWrap .c-fixBtn {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80px;
  height: 80px;
  opacity: 0.75;
}
.p-fixBtnWrap .c-fixBtn.-pagetop .c-fixBtn__icon {
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 575px) {
  .p-fixBtnWrap .c-fixBtn.-pagetop .c-fixBtn__icon {
    width: 60px;
    height: 60px;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-card:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
}
.c-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-card__image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}
.c-card__icon img,
.c-card__icon svg {
  width: 100%;
  height: 100%;
}
.c-card__content {
  padding: 24px;
}
.c-card__title {
  margin: 0 0 16px 0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
}
.c-card__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-card__title a:hover {
  color: #7FA670;
}
.c-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}
.c-card__date {
  display: inline-block;
  margin: 0 16px 0 0;
  font-size: 0.875rem;
  color: #666666;
}
.c-card__category {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #7FA670;
  border-radius: 4px;
}
.c-card--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-card--horizontal .c-card__image {
  width: 40%;
  aspect-ratio: 1/1;
}
.c-card--horizontal .c-card__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-card--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-card--horizontal .c-card__image,
  .c-card--horizontal .c-card__content {
    width: 100%;
  }
}
.c-card--featured {
  border: 3px solid #A5C393;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.c-section-title {
  margin: 0 0 8px 0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #7FA670;
  border-bottom: 3px solid #7FA670;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.c-section-title--center {
  text-align: center;
}
.c-section-title--left {
  text-align: left;
}
.c-section-title--border {
  position: relative;
  padding-bottom: 24px;
}
.c-section-title--border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #7FA670;
}
.c-section-title--border.c-section-title--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-section-title--bg {
  display: inline-block;
  padding: 16px 24px;
  background-color: #D3EEC3;
  border-radius: 8px;
}
.c-section-title__sub {
  display: block;
  margin-top: 8px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .c-section-title__sub {
    font-size: 0.75rem;
  }
}
.c-section-title__en {
  display: block;
  margin-top: 4px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7FA670;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 0.75rem;
  }
}

.c-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 64px;
  height: auto;
  padding: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 16px 0 0 16px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}
.c-contact-btn__wrap {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-contact-btn__wrap.is-hidden {
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-contact-btn__wrap {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-transform: none;
            transform: none;
  }
  .c-contact-btn__wrap.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-contact-btn:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .c-contact-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: 60px;
    min-height: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 8px;
    padding: 8px;
    border-radius: 16px 16px 0 0;
  }
}
.c-contact-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
.c-contact-btn__icon svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .c-contact-btn__icon {
    width: 24px;
    height: 24px;
  }
  .c-contact-btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.c-contact-btn__text {
  font-size: 1rem;
  line-height: 1.125;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .c-contact-btn__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 0.875rem;
  }
}
.c-contact-btn--phone {
  background-color: #FBF5E0;
  color: #A67C52;
}
.c-contact-btn--phone:hover {
  background-color: #f8eec9;
}
.c-contact-btn--reservation {
  background-color: #FFDFCA;
  color: #76583A;
}
.c-contact-btn--reservation:hover {
  background-color: #ffd0b1;
}
.c-contact-btn--line {
  background-color: #06C755;
  color: #fff;
}
.c-contact-btn--line:hover {
  background-color: #059540;
  color: #fff;
}

.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-icon--xs {
  width: 12px;
  height: 12px;
}
.c-icon--xs svg {
  width: 12px;
  height: 12px;
}
.c-icon--sm {
  width: 18px;
  height: 18px;
}
.c-icon--sm svg {
  width: 18px;
  height: 18px;
}
.c-icon--md {
  width: 20px;
  height: 20px;
}
.c-icon--md svg {
  width: 20px;
  height: 20px;
}
.c-icon--lg {
  width: 24px;
  height: 24px;
}
.c-icon--lg svg {
  width: 24px;
  height: 24px;
}
.c-icon--xl {
  width: 32px;
  height: 32px;
}
.c-icon--xl svg {
  width: 32px;
  height: 32px;
}
.c-icon--xxl {
  width: 100px;
  height: 100px;
}
.c-icon--xxl svg {
  width: 100px;
  height: 100px;
}
.c-icon--primary {
  color: #7FA670;
}
.c-icon--primary svg {
  fill: currentColor;
}
.c-icon--secondary {
  color: #A67C52;
}
.c-icon--secondary svg {
  fill: currentColor;
}
.c-icon--accent {
  color: #E8A87C;
}
.c-icon--accent svg {
  fill: currentColor;
}
.c-icon--white {
  color: #FFFFFF;
}
.c-icon--white svg {
  fill: currentColor;
}
.c-icon--text {
  color: #333333;
}
.c-icon--text svg {
  fill: currentColor;
}
.c-icon--center {
  margin-left: auto;
  margin-right: auto;
}
.c-icon--inline {
  vertical-align: middle;
  margin: 0 4px;
}

.c-table {
  width: 100%;
  border: 1px solid #f59d66;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.c-table__header {
  background-color: #f59d66;
  color: #FFFFFF;
  font-weight: 700;
}
.c-table__header th {
  padding: 8px 16px;
  text-align: center;
  font-size: 0.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.c-table__header th:last-child {
  border-right: none;
}
.c-table__header-day {
  font-size: 0.75rem;
}
.c-table__body tr {
  border-bottom: 1px solid #E8A87C;
}
.c-table__body tr:last-child {
  border-bottom: none;
}
.c-table__body td {
  padding: 8px 16px;
  text-align: center;
  font-size: 1rem;
  border-right: 1px solid #E8A87C;
}
.c-table__body td:last-child {
  border-right: none;
}
.c-table__cell--center {
  text-align: center;
}
.c-table__cell--left {
  text-align: left;
}
.c-table__cell--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
}
.c-table__cell--time {
  font-weight: 500;
  white-space: nowrap;
}
.c-table__cell--holiday {
  color: #666666;
  font-size: 0.875rem;
}
.c-table__cell--emphasis {
  font-weight: 700;
  color: #7FA670;
}
.c-table__paw-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table {
    font-size: 0.875rem;
  }
  .c-table__header th, .c-table__body td {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 479px) {
  .c-table__header th:not(:first-child) {
    font-size: 0.75rem;
  }
}
.c-table--compact__header th, .c-table--compact__body td {
  padding: 4px 8px;
  font-size: 0.875rem;
}
.c-table--striped .c-table__body tr:nth-child(even) {
  background-color: rgba(165, 195, 147, 0.05);
}
.c-table--drawer {
  border: 2px solid #7FA670;
  border-radius: 8px;
  border-collapse: separate;
  table-layout: fixed;
}
.c-table--drawer .c-table__header th {
  padding: 8px 16px;
  border: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  border-top: none;
}
.c-table--drawer .c-table__header th:first-child {
  width: 30%;
  min-width: 80px;
  border-left: none;
}
.c-table--drawer .c-table__header th:last-child {
  border-right: none;
}
.c-table--drawer .c-table__body tr {
  border-bottom: 1px solid #E5E7EB;
}
.c-table--drawer .c-table__body tr:last-child {
  border-bottom: none;
}
.c-table--drawer .c-table__body td {
  padding: 8px 16px;
  border: 1px solid #E5E7EB;
  font-size: 0.875rem;
}
.c-table--drawer .c-table__body td:first-child {
  font-weight: 700;
  font-size: 0.875rem;
  width: 30%;
  min-width: 80px;
  white-space: nowrap;
}
.c-table--drawer .c-table__body td:last-child {
  border-right: 1px solid #E5E7EB;
}
.c-table--drawer .c-table__body tr:first-child td {
  border-top: none;
}
.c-table--drawer .c-table__body td:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .c-table--drawer .c-table__header th,
  .c-table--drawer .c-table__body td {
    padding: 4px 4px !important;
  }
  .c-table--drawer .c-table__body td {
    font-size: 0.75rem;
  }
  .c-table--drawer .c-table__body td:first-child {
    font-size: 0.75rem;
  }
}

.c-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-badge--primary {
  background-color: #A5C393;
  color: #333333;
}
.c-badge--secondary {
  background-color: #D6BFA7;
  color: #FFFFFF;
}
.c-badge--accent {
  background-color: #E8A87C;
  color: #333333;
}
.c-badge--info {
  background-color: #e3f2fd;
  color: #1565c0;
}
.c-badge--success {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.c-badge--warning {
  background-color: #fff3e0;
  color: #e65100;
}
.c-badge--error {
  background-color: #ffebee;
  color: #c62828;
}
.c-badge--neutral {
  background-color: #F3F4F6;
  color: #666666;
}
.c-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.c-badge--outline.c-badge--primary {
  color: #7FA670;
}
.c-badge--outline.c-badge--secondary {
  color: #A67C52;
}
.c-badge--outline.c-badge--accent {
  color: #E8A87C;
}
.c-badge--sm {
  padding: 4px 8px;
  font-size: 0.75rem;
}
.c-badge--md {
  padding: 4px 16px;
  font-size: 0.875rem;
}
.c-badge--lg {
  padding: 8px 24px;
  font-size: 1rem;
}
.c-badge__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
}
.c-badge__icon svg {
  width: 12px;
  height: 12px;
}
.c-badge--lg .c-badge__icon svg {
  width: 16px;
  height: 16px;
}
.c-badge--clickable {
  cursor: pointer;
}
.c-badge--clickable:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.c-badge--clickable:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-badge--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.c-badge--holiday {
  background-color: #F3F4F6;
  color: #666666;
  font-size: 0.875rem;
  padding: 8px 24px;
}
.c-badge--new {
  background-color: #E8A87C;
  color: #333333;
  font-weight: 700;
}

.c-promise-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 350px;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.c-promise-card__image {
  position: relative;
  width: 100%;
  border: 4px solid #A5C393;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F3F4F6;
}
.c-promise-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-promise-card__image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-promise-card__content {
  padding: 8px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-promise-card__text {
  margin: 0;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #666666;
  text-align: center;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-promise-card__text {
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
.c-promise-card:focus-within {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}

/**
 * Component - Footer Button
 *
 * フッター予約ボタンコンポーネント
 * - WEB予約ボタン
 * - TEL予約ボタン
 *
 * @package arkhe_child
 */
.c-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 16px;
  width: 100%;
  background-color: #D3EEC3;
  border: 3px solid #7FA670;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-footer-btn:hover {
  background-color: #C5E5B5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.c-footer-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-footer-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-footer-btn__icon--calendar {
  width: 11px;
  height: 11px;
}
.c-footer-btn__icon--phone {
  width: 16px;
  height: 16px;
}
.c-footer-btn__icon--arrow {
  width: 16px;
  height: 16px;
}

.c-footer-btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
}

.c-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-post-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 20px 16px;
  border-bottom: 1px solid #E5E7EB;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 16px;
  }
}
.c-post-list__item:hover {
  background-color: rgba(211, 238, 195, 0.3);
}
.c-post-list__item:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.c-post-list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
@media screen and (max-width: 767px) {
  .c-post-list__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 4px;
  }
}
.c-post-list__date-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7FA670;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-post-list__date-year {
    font-size: 1.125rem;
  }
}
.c-post-list__date-md {
  font-size: 1.5rem;
  font-weight: 900;
  color: #7FA670;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-post-list__date-md {
    font-size: 1.125rem;
  }
}
.c-post-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-post-list__content {
    gap: 4px;
  }
}
.c-post-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-post-list__tag {
  display: inline-block;
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #A5C393;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-post-list__tag {
    margin-bottom: 0;
    padding: 4px 4px;
    font-size: 0.75rem;
  }
}
.c-post-list__tag--animal {
  background-color: #7FA670;
}
.c-post-list__tag--condition {
  background-color: #A67C52;
}
.c-post-list__title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #57754C;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-post-list__title {
    font-size: 1rem;
  }
}
.c-post-list__empty {
  padding: 80px 20px;
  text-align: center;
}
.c-post-list__empty p {
  font-size: 1rem;
  color: #666666;
}

.c-pagination {
  margin-top: 48px;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-pagination > ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none !important;
  border: none !important;
}
.c-pagination > ul.page-numbers:not(.dots):hover, .c-pagination > ul.page-numbers:hover {
  background-color: transparent !important;
  color: inherit !important;
}
.c-pagination > ul.page-numbers > li {
  margin: 0;
}
.c-pagination li > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.c-pagination li > .page-numbers:hover {
  background-color: #D3EEC3;
  border-color: #7FA670;
}
.c-pagination li > .page-numbers.current {
  background-color: #7FA670;
  border-color: #7FA670;
  color: #FFFFFF;
}
.c-pagination li > .page-numbers.dots {
  border: none;
  background: none;
  cursor: default;
}
.c-pagination li > .page-numbers.dots:hover {
  background: none;
  border: none;
}
.c-pagination li > .page-numbers:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.c-pagination .prev,
.c-pagination .next {
  font-weight: 700;
}

.is-style-underline {
  padding-bottom: 8px;
  border-bottom: 3px solid #7FA670;
}

.is-style-accent-line {
  position: relative;
  padding-bottom: 24px;
}
.is-style-accent-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #7FA670;
}
.is-style-accent-line.has-text-align-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-style-accent-line.has-text-align-right::after {
  left: auto;
  right: 0;
}

.is-style-background {
  padding: 16px 24px;
  background-color: #D3EEC3;
  border-radius: 8px;
}

.is-style-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  color: #7FA670;
}

.is-style-paw {
  position: relative;
  padding-left: 48px;
}
.is-style-paw::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("assets/img/icon/pow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-image.is-style-green-frame img {
  border: 4px solid #A5C393;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .wp-block-image.is-style-green-frame img {
    border-width: 8px;
  }
}

.c-radius-sm {
  border-radius: 4px;
}

.c-radius-md {
  border-radius: 8px;
}

.c-radius-lg {
  border-radius: 12px;
}

.c-radius-xl {
  border-radius: 16px;
}

.c-radius-2xl {
  border-radius: 40px;
}

.c-radius-3xl {
  border-radius: 80px;
}

.c-radius-full {
  border-radius: 100vh;
}

.c-radius-sm-tl {
  border-top-left-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-tr {
  border-top-right-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-bl {
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-br {
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.c-radius-md-tl {
  border-top-left-radius: 8px;
  overflow: hidden;
}

.c-radius-md-tr {
  border-top-right-radius: 8px;
  overflow: hidden;
}

.c-radius-md-bl {
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.c-radius-md-br {
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.c-radius-lg-tl {
  border-top-left-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-tr {
  border-top-right-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-bl {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-br {
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.c-radius-xl-tl {
  border-top-left-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-tr {
  border-top-right-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-bl {
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-br {
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.c-radius-2xl-tl {
  border-top-left-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-tr {
  border-top-right-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-bl {
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-br {
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.c-radius-3xl-tl {
  border-top-left-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-tr {
  border-top-right-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-bl {
  border-bottom-left-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-br {
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

.c-radius-full-tl {
  border-top-left-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-tr {
  border-top-right-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-bl {
  border-bottom-left-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-br {
  border-bottom-right-radius: 100vh;
  overflow: hidden;
}

.c-radius-sm-t {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-b {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.c-radius-sm-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.c-radius-md-t {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.c-radius-md-b {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.c-radius-md-l {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.c-radius-md-r {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.c-radius-lg-t {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-b {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-l {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.c-radius-lg-r {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.c-radius-xl-t {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-b {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-l {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.c-radius-xl-r {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.c-radius-2xl-t {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-b {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-l {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.c-radius-2xl-r {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.c-radius-3xl-t {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-b {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-l {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}

.c-radius-3xl-r {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

.c-radius-full-t {
  border-top-left-radius: 100vh;
  border-top-right-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-b {
  border-bottom-left-radius: 100vh;
  border-bottom-right-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-l {
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh;
  overflow: hidden;
}

.c-radius-full-r {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  overflow: hidden;
}

.c-radius-none {
  border-radius: 0;
}

.c-radius-none-tl {
  border-top-left-radius: 0;
}

.c-radius-none-tr {
  border-top-right-radius: 0;
}

.c-radius-none-bl {
  border-bottom-left-radius: 0;
}

.c-radius-none-br {
  border-bottom-right-radius: 0;
}

.c-radius-none-t {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-radius-none-b {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.c-radius-none-l {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-radius-none-r {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-overflow-hidden {
  overflow: hidden;
}

.c-overflow-auto {
  overflow: auto;
}

.c-overflow-visible {
  overflow: visible;
}

.c-overflow-x-hidden {
  overflow-x: hidden;
}

.c-overflow-y-hidden {
  overflow-y: hidden;
}

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

.c-overflow-y-auto {
  overflow-y: auto;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-anim {
  opacity: 0;
  will-change: opacity, transform;
}
@media (prefers-reduced-motion: reduce) {
  .c-anim {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-anim.is-visible {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .c-anim.is-visible {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.c-anim--fade {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-anim--fade-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-anim--fade-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-anim--fade-down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-anim--fade-down.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-anim--fade-left {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-anim--fade-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-anim--fade-right {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-anim--fade-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-anim--scale {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-anim--scale.is-visible {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-anim--delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-anim--delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-anim--delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-anim--delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-anim--delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c-anim--stagger:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-anim--stagger:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-anim--stagger:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-anim--stagger:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-anim--stagger:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-anim--stagger:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-anim--stagger:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-anim--stagger:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.c-anim--stagger:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-anim--stagger:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.c-anim--fast {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.c-anim--slow {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.c-anim--slower {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.c-hover-lift {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-lift:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  }
  .c-hover-lift:active {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.c-hover-scale {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-scale:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .c-hover-scale:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

.c-hover-glow {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-glow:hover {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 0 20px rgba(127, 166, 112, 0.25);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 0 20px rgba(127, 166, 112, 0.25);
  }
}

.c-hover-shadow {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-shadow:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }
}

.c-hover-bright {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-bright:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.c-hover-zoom {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-hover-color {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-hover-color:hover {
  color: #7FA670;
}

.c-hover-bg {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-hover-bg:hover {
  background-color: #D3EEC3;
}

.c-hover-lift-scale {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-lift-scale:hover {
    -webkit-transform: translateY(-4px) scale(1.03);
            transform: translateY(-4px) scale(1.03);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  }
}

.c-hover-lift-glow {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .c-hover-lift-glow:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 0 20px rgba(127, 166, 112, 0.25);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16), 0 0 20px rgba(127, 166, 112, 0.25);
  }
}

.c-focus-ring {
  -webkit-transition: outline-offset 0.15s ease;
  transition: outline-offset 0.15s ease;
}
.c-focus-ring:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.c-focus-ring:focus-visible {
  outline-offset: 2px;
}

.c-shadow-sm {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.c-shadow-md {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.c-shadow-lg {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.c-shadow-xl {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.c-border-thin {
  border: 1px solid #E5E7EB;
}

.c-border-base {
  border: 2px solid #E5E7EB;
}

.c-border-medium {
  border: 4px solid #E5E7EB;
}

.c-border-thick {
  border: 6px solid #E5E7EB;
}

.c-border-bold {
  border: 8px solid #E5E7EB;
}

.c-border-heavy {
  border: 12px solid #E5E7EB;
}

.c-border-primary {
  border-color: #7FA670;
}

.c-border-secondary {
  border-color: #A67C52;
}

.c-border-gray {
  border-color: #E5E7EB;
}

.c-tag-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .c-tag-filter-group {
    margin-bottom: 8px;
  }
}

.c-tag-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-tag-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c-tag-filter {
    gap: 8px;
  }
}

.c-tag-filter__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 80px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-tag-filter__label {
    font-size: 1rem;
  }
}

.c-tag-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-tag-filter__list {
    gap: 16px;
  }
}

.c-tag-filter__item {
  margin: 0;
}

.c-tag-filter__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80px;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7FA670;
  background-color: #FFFFFF;
  border: 2px solid #A5C393;
  border-radius: 100vh;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (min-width: 768px) {
  .c-tag-filter__btn {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tag-filter__btn {
    font-size: 0.75rem;
  }
}
.c-tag-filter__btn:hover {
  color: #FFFFFF;
  background-color: #A5C393;
  border-color: #A5C393;
}
.c-tag-filter__btn:focus {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
.c-tag-filter__btn.is-active {
  color: #FFFFFF;
  background-color: #7FA670;
  border-color: #7FA670;
}
.c-tag-filter__btn.is-active:hover {
  background-color: #57754C;
  border-color: #57754C;
}

.c-tag-filter--animal .c-tag-filter__btn.is-active {
  background-color: #7FA670;
  border-color: #7FA670;
}

.c-tag-filter--condition .c-tag-filter__btn.is-active {
  background-color: #A67C52;
  border-color: #A67C52;
}
.c-tag-filter--condition .c-tag-filter__btn:hover {
  background-color: #D6BFA7;
  border-color: #D6BFA7;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
  pointer-events: none;
}
.c-loading[hidden] {
  display: none;
}

.c-loading__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #E5E7EB;
  border-top-color: #7FA670;
  border-radius: 50%;
  -webkit-animation: c-loading-spin 0.8s linear infinite;
          animation: c-loading-spin 0.8s linear infinite;
}

@-webkit-keyframes c-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes c-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-loading__spinner {
    -webkit-animation: none;
            animation: none;
    opacity: 0.7;
  }
}
.c-post-list {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-feature__sec {
  padding: 24px 16px;
  background-color: #fff9f2;
}
@media screen and (max-width: 767px) {
  .p-feature__sec {
    padding: 16px 16px;
  }
}
.p-feature__sec--staff-pets {
  background-color: #F3F4F6;
}
.p-feature__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-feature__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    gap: 16px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__inner--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: reverse;
            flex-direction: reverse;
  }
}
.p-feature__image {
  width: 100%;
  border: 4px solid #A5C393;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-feature__image {
    border: 8px solid #A5C393;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-feature__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .p-feature__image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-feature__content {
  width: 100%;
  padding: 0 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-feature__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-feature__title {
  padding: 16px 8px;
  border-radius: 8px;
}
.p-feature__title h2 {
  margin: 0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 900;
  border-bottom: 3px solid #7FA670;
  color: #57754C;
}
@media screen and (max-width: 767px) {
  .p-feature__title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .p-feature__title h2 {
    font-size: 1.25rem;
  }
}
.p-feature__text {
  line-height: 1.2;
  color: #333333;
  padding: 0 32px 0 16px;
}
.p-feature__text p {
  font-size: 1rem;
  margin: 0 0 24px 0;
}
.p-feature__text p:last-child {
  margin-bottom: 0;
}
.p-feature__btn-wrap {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__btn-wrap {
    text-align: left;
  }
}

.p-news__sec {
  padding: 80px 16px;
  background-color: #F9FAFB;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-news__sec {
    padding: 24px 16px;
  }
}
.p-news__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .home .p-news__inner {
    grid-template-columns: 1fr;
  }
}
.home .p-news__column {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.p-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-bottom: 0;
}
.p-news__view-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 42px;
  background-color: #D3EEC3;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  min-width: 100px;
}
.p-news__view-all:hover {
  background-color: #c4e8af;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-news__view-all:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-news__view-all:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.p-news__paw-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  margin-bottom: 16px;
  overflow: hidden;
}
.p-news__paw-track .paw-unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .p-news__paw-track .paw-unit {
    width: 40px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__paw-track .paw-unit:nth-child(n+8) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-news__paw-track .paw-unit:nth-child(n+10) {
    display: none;
  }
}
.p-news__paw-track .paw-unit svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-news__paw-track .paw-unit {
    width: 80px;
    height: 32px;
  }
  .p-news__paw-track .paw-unit:nth-child(n+8) {
    display: block;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid #E5E7EB;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item {
    gap: 8px;
    padding: 8px 16px;
  }
}
.p-news__item:last-child {
  border-bottom: none;
}
.p-news__item:hover {
  background-color: rgba(211, 238, 195, 0.3);
}
@media screen and (max-width: 767px) {
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 4px;
  }
}
.p-news__date-year {
  font-size: 0.875rem;
  font-weight: 700;
  color: #7FA670;
  line-height: 1.2;
}
.p-news__date-md {
  font-size: 1rem;
  font-weight: 900;
  color: #7FA670;
  line-height: 1.2;
}
.p-news__item-title {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    font-size: 0.875rem;
  }
}
.p-news__item-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.p-news__item-title a:hover {
  color: #7FA670;
  text-decoration: underline;
}
.p-news__item-title a:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.p-news__empty {
  padding: 64px 24px;
  text-align: center;
}
.p-news__empty p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
}

.p-faq__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-bottom: 0;
}
.p-faq__view-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 42px;
  background-color: #D3EEC3;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  min-width: 100px;
}
.p-faq__view-all:hover {
  background-color: #c4e8af;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-faq__view-all:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-faq__view-all:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.p-faq__paw-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  margin-bottom: 16px;
  overflow: hidden;
}
.p-faq__paw-track .paw-unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .p-faq__paw-track .paw-unit {
    width: 40px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__paw-track .paw-unit:nth-child(n+8) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__paw-track .paw-unit:nth-child(n+10) {
    display: none;
  }
}
.p-faq__paw-track .paw-unit svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__paw-track .paw-unit {
    width: 80px;
    height: 32px;
  }
  .p-faq__paw-track .paw-unit:nth-child(n+8) {
    display: block;
  }
}
.p-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px 0;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    grid-template-columns: 1fr;
  }
}
.home .p-faq__list, .front-page .p-faq__list {
  grid-template-columns: 1fr;
}
.p-faq__item {
  background-color: #D3EEC3;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.p-faq__item:hover, .p-faq__item:focus {
  background-color: #c4e8af;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-faq__item:focus-visible {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
.p-faq__accordion-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background-color: #D3EEC3;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  border-radius: 8px;
}
.p-faq__accordion-button:hover {
  background-color: #c4e8af;
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 0.875rem;
  }
}
.p-faq__question-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.p-faq__question-icon svg {
  width: 100%;
  height: 100%;
  color: #7FA670;
}
.p-faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq__accordion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #333333;
}
.p-faq__accordion-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.p-faq__accordion-content[hidden] {
  display: block;
}
.p-faq__accordion-content.is-open {
  max-height: 1000px;
  opacity: 1;
  padding: 16px;
}
.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
}
.p-faq__answer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.p-faq__answer-icon svg {
  width: 100%;
  height: 100%;
}
.p-faq__answer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq__answer-content p {
  margin-bottom: 16px;
}
.p-faq__answer-content p:last-child {
  margin-bottom: 0;
}
.p-faq__answer-content ul,
.p-faq__answer-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.p-faq__answer-content ul:last-child,
.p-faq__answer-content ol:last-child {
  margin-bottom: 0;
}
.p-faq__answer-content li {
  margin-bottom: 8px;
}
.p-faq__answer-content li:last-child {
  margin-bottom: 0;
}
.p-faq__empty {
  padding: 64px 24px;
  text-align: center;
}
.p-faq__empty p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
}

.p-faq-category {
  margin-bottom: 64px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq-category {
    margin-bottom: 32px;
  }
}
.p-faq-category:last-child {
  margin-bottom: 0;
}
.p-faq-category__title {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #7FA670;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 3px solid #7FA670;
}
@media screen and (max-width: 767px) {
  .p-faq-category__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-faq-item {
  background-color: #F9FAFB;
  border-radius: 8px;
  overflow: hidden;
}
.p-faq-item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background-color: #D3EEC3;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.25;
}
.p-faq-item__q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.p-faq-item__q-icon svg {
  width: 100%;
  height: 100%;
}
.p-faq-item__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
}
.p-faq-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 24px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
.p-faq-item__a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.p-faq-item__a-icon svg {
  width: 100%;
  height: 100%;
}
.p-faq-item__a-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
}
.p-faq-item__a-content p {
  margin-bottom: 16px;
}
.p-faq-item__a-content p:last-child {
  margin-bottom: 0;
}
.p-faq-item__a-content ul,
.p-faq-item__a-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.p-faq-item__a-content ul:last-child,
.p-faq-item__a-content ol:last-child {
  margin-bottom: 0;
}
.p-faq-item__a-content li {
  margin-bottom: 8px;
}
.p-faq-item__a-content li:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes faqModalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes faqModalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-faq-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-faq-modal[hidden] {
  display: none;
}
.c-faq-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-faq-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.c-faq-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 640px;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: faqModalSlideIn 0.3s ease;
          animation: faqModalSlideIn 0.3s ease;
}
.c-faq-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-faq-modal__close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.c-faq-modal__close:hover, .c-faq-modal__close:focus {
  background: #A5C393;
  color: #fff;
}
.c-faq-modal__close:focus-visible {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
.c-faq-modal__content {
  max-height: 90vh;
  overflow-y: auto;
}
.c-faq-modal__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 48px 32px 32px;
  background-color: #D3EEC3;
}
@media screen and (max-width: 767px) {
  .c-faq-modal__question {
    padding: 16px;
    gap: 16px;
  }
}
.c-faq-modal__q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.c-faq-modal__q-icon svg {
  width: 100%;
  height: 100%;
  color: #A5C393;
}
.c-faq-modal__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-faq-modal__q-text {
    font-size: 0.875rem;
  }
}
.c-faq-modal__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .c-faq-modal__answer {
    padding: 16px;
  }
}
.c-faq-modal__a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.c-faq-modal__a-icon svg {
  width: 100%;
  height: 100%;
  color: #A5C393;
}
.c-faq-modal__a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-faq-modal__a-text {
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.c-faq-modal__a-text p {
  margin-bottom: 16px;
}
.c-faq-modal__a-text p:last-child {
  margin-bottom: 0;
}
.c-faq-modal__a-text ul,
.c-faq-modal__a-text ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.c-faq-modal__a-text ul:last-child,
.c-faq-modal__a-text ol:last-child {
  margin-bottom: 0;
}
.c-faq-modal__a-text li {
  margin-bottom: 8px;
}
.c-faq-modal__a-text li:last-child {
  margin-bottom: 0;
}

.p-faq-section {
  padding: 80px 16px;
  background-color: #ffffff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-faq-section {
    padding: 24px 16px;
  }
}
.p-faq-section__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-faq-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-bottom: 0;
}
.p-faq-section__view-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 42px;
  background-color: #D3EEC3;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease;
  transition: background-color 0.3s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  min-width: 100px;
}
.p-faq-section__view-all:hover {
  background-color: #c4e8af;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-faq-section__view-all:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-faq-section__view-all:focus-visible {
  outline: 2px solid #E8A87C;
  outline-offset: 2px;
}
.p-faq-section__paw-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  margin-bottom: 16px;
  overflow: hidden;
}
.p-faq-section__paw-track .paw-unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .p-faq-section__paw-track .paw-unit {
    width: 40px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-section__paw-track .paw-unit:nth-child(n+8) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-section__paw-track .paw-unit:nth-child(n+10) {
    display: none;
  }
}
.p-faq-section__paw-track .paw-unit svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq-section__paw-track .paw-unit {
    width: 80px;
    height: 32px;
  }
  .p-faq-section__paw-track .paw-unit:nth-child(n+8) {
    display: block;
  }
}
.p-faq-section__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .p-faq-section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.p-faq-section__item {
  background-color: #D3EEC3;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.p-faq-section__item:hover, .p-faq-section__item:focus {
  background-color: #c4e8af;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-faq-section__item:focus-visible {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
.p-faq-section__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq-section__question {
    font-size: 0.875rem;
  }
}
.p-faq-section__question-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.p-faq-section__question-icon svg {
  width: 100%;
  height: 100%;
  color: #7FA670;
}
.p-faq-section__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq-section__empty {
  padding: 64px 24px;
  text-align: center;
}
.p-faq-section__empty p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
}

.p-staff-section {
  margin-bottom: 48px;
  padding: 16px;
}
.p-staff-section:last-child {
  margin-bottom: 0;
}
.p-staff-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #7FA670;
  margin: 0 0 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #A5C393;
}
@media screen and (max-width: 767px) {
  .p-staff-section__title {
    font-size: 1.5rem;
  }
}

.p-staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-staff-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-staff-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-staff-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 4px solid #A5C393;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.p-staff-card:hover, .p-staff-card:focus {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  outline: none;
}
.p-staff-card:focus-visible {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
.p-staff-card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-staff-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-staff-card:hover .p-staff-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-staff-card__content {
  padding: 16px;
  text-align: center;
}
.p-staff-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}

.c-staff-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-staff-modal[hidden] {
  display: none;
}
.c-staff-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-staff-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.c-staff-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: auto;
  z-index: 1;
  -webkit-animation: modalSlideIn 0.3s ease;
          animation: modalSlideIn 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-staff-modal__dialog {
    overflow: visible;
  }
}
.c-staff-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.c-staff-modal__close:hover, .c-staff-modal__close:focus {
  background: #A5C393;
  color: #FFFFFF;
}
.c-staff-modal__close:focus-visible {
  outline: 2px solid #7FA670;
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .c-staff-modal__content {
    max-height: none;
    overflow-y: visible;
  }
}
@media screen and (max-width: 767px) {
  .c-staff-modal__content {
    max-height: calc(100vh - 136px);
    max-height: calc(100dvh - 136px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom);
    border: 4px solid #A5C393;
    border-radius: 12px;
  }
}
.c-staff-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("assets/img/bg/suisai-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-staff-modal__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-staff-modal__photo {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-staff-modal__photo {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-staff-modal__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-staff-modal__info {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-staff-modal__role {
  display: inline-block;
  padding: 4px 16px;
  background: #D3EEC3;
  border-radius: 100vh;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.c-staff-modal__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #7FA670;
}
@media screen and (min-width: 768px) {
  .c-staff-modal__name {
    font-size: 1.5rem;
  }
}
.c-staff-modal__body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .c-staff-modal__body {
    padding: 8px;
  }
}
.c-staff-modal__profile {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  padding: 24px;
  background: #F9FAFB;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-staff-modal__profile {
    padding: 8px;
  }
}
.c-staff-modal__profile-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  font-size: 0.875rem;
}
.c-staff-modal__profile-item dt {
  font-weight: 700;
  color: #7FA670;
}
.c-staff-modal__profile-item dd {
  margin: 0;
  color: #333333;
}
.c-staff-modal__section {
  margin-bottom: 24px;
}
.c-staff-modal__section:last-child {
  margin-bottom: 0;
}
.c-staff-modal__section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #7FA670;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #A5C393;
}
.c-staff-modal__message, .c-staff-modal__career {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333333;
}
.c-staff-modal__message p, .c-staff-modal__career p {
  margin-bottom: 0;
}
.c-staff-modal__pets {
  display: grid;
  gap: 16px;
}

.p-staff-pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #F9FAFB;
  border-radius: 8px;
}
.p-staff-pet__photo {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 5px solid #A5C393;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-staff-pet__photo {
    width: 80px;
    height: 80px;
  }
}
.p-staff-pet__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-pet__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-staff-pet__name {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 4px;
}
.p-staff-pet__description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}

@-webkit-keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**
 * Project - Access Section
 *
 * 交通アクセスセクション
 * - 左右2カラムレイアウト
 * - 住所・駐車場情報 + 画像表示
 *
 * @package arkhe_child
 */
.p-access__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__sec {
    padding: 8px 0;
  }
}

.p-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  width: 100%;
  max-width: 1280px;
}

.p-access__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-access__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.p-access__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  min-width: 300px;
}
@media screen and (max-width: 1023px) {
  .p-access__left {
    display: contents;
  }
}

.p-access__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-access__title-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-access__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #7FA670;
  white-space: nowrap;
  margin: 0;
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .p-access__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-access__info p {
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-access__info p {
    font-size: 1rem;
    white-space: normal;
  }
}

.p-access__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  margin: 0;
  border: 5px solid #A5C393;
  aspect-ratio: 1.618/1;
}
@media screen and (max-width: 1023px) {
  .p-access__map {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 600px;
    width: 100%;
  }
}
.p-access__map img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
@media screen and (max-width: 1023px) {
  .p-access__right {
    display: contents;
  }
}

.p-access__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  background-color: #FBF5E0;
  margin: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 1.618/1;
  border: 5px solid #A5C393;
}
@media screen and (max-width: 1023px) {
  .p-access__photo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 800px;
  }
}
.p-access__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-googlemap__sec {
  padding: 16px 0 64px;
}
@media screen and (min-width: 768px) {
  .p-googlemap__sec {
    padding: 64px 0;
  }
}
.p-googlemap__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-googlemap__frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .p-googlemap__frame {
    aspect-ratio: 3/1;
  }
}
.p-googlemap__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-instagram__sec {
  padding: 48px 0 64px;
  background-color: #F9FAFB;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-instagram__sec {
    padding: 64px 0 64px;
    margin-bottom: 64px;
  }
}
.p-instagram__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-instagram__feed {
  margin-top: 24px;
}
.p-instagram__feed #sb_instagram .sbi_follow_btn {
  display: none;
}
.p-instagram__follow {
  margin-top: 32px;
  text-align: center;
}
.p-instagram__follow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 32px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-instagram__follow-link:hover {
  color: #fff;
  opacity: 0.85;
}
.p-instagram__follow-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-hero__sec {
  position: relative;
  padding: 16px 16px 48px;
  background-color: #F9FAFB;
  overflow: hidden;
}
.p-hero__sec::before {
  content: "";
  position: absolute;
  inset: -4px;
  background-image: url("assets/img/bg/suisai-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__sec {
    padding: 48px 24px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__sec {
    padding: 96px 24px 96px;
  }
}
.p-hero__frame {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border: 4px solid #A5C393;
}
@media screen and (min-width: 768px) {
  .p-hero__frame {
    border-radius: 40px;
    padding: 0;
    border: 10px solid #A5C393;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__frame {
    max-width: 1280px;
    max-height: calc(100vh - 200px);
    padding: 0;
  }
}
.p-hero__slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.p-hero__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1280/624;
}
.p-hero__slider .swiper-button-prev,
.p-hero__slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url("assets/img/icon/pow-3.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-hero__slider .swiper-button-prev::after,
.p-hero__slider .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  top: calc(50% + 8px);
  left: 50%;
}
.p-hero__slider .swiper-button-prev:hover,
.p-hero__slider .swiper-button-next:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  .p-hero__slider .swiper-button-prev,
  .p-hero__slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .p-hero__slider .swiper-button-prev::after,
  .p-hero__slider .swiper-button-next::after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
.p-hero__slider .swiper-button-prev {
  left: 16px;
}
.p-hero__slider .swiper-button-prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-hero__slider .swiper-button-prev {
    left: 24px;
  }
}
.p-hero__slider .swiper-button-next {
  right: 16px;
}
.p-hero__slider .swiper-button-next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-hero__slider .swiper-button-next {
    right: 24px;
  }
}
.p-hero__slider .swiper-pagination {
  bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-hero__slider .swiper-pagination {
    bottom: 32px;
  }
}
.p-hero__slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-hero__slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #7FA670;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-hero-catchcopy__wrap {
  position: absolute;
  bottom: 24px;
  right: 16px;
  z-index: 10 !important;
  border-radius: 16px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-hero-catchcopy__wrap {
    width: 350px;
    bottom: 48px;
    right: 48px;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero-catchcopy__wrap {
    width: 400px;
    bottom: 24px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-catchcopy__wrap {
    width: 30%;
  }
}
.p-hero-catchcopy__wrap svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-hero-catchcopy__wrap .catchcopy-text {
  fill: #333333;
}

.p-shinryou__sec {
  padding: 80px 0;
  background-color: #f0f4e8;
}
@media screen and (max-width: 767px) {
  .p-shinryou__sec {
    padding: 24px 0;
  }
}
.p-shinryou__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-shinryou__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.p-shinryou__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shinryou__left {
    display: contents;
  }
}
.p-shinryou__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shinryou__right {
    display: contents;
  }
}
.p-shinryou__hours-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-shinryou__hours-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-shinryou__calendar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-shinryou__calendar-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-shinryou__animals-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-shinryou__animals-section {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-shinryou__hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-shinryou__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-shinryou__table {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.p-shinryou__table-header th {
  background-color: #f59d66;
  color: #FFFFFF;
  height: 43px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 10px 12px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
.p-shinryou__table-header th:first-child {
  width: 140px;
  font-size: 0.875rem;
  border-left: none;
}
.p-shinryou__table-body td {
  background-color: #FFFFFF;
  border: 1px solid #e8a87c;
  height: 50px;
  padding: 10px 12px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
.p-shinryou__table-body td:first-child {
  text-align: left;
}
.p-shinryou__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7FA670;
  margin: 0;
}
.p-shinryou__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  margin: 0;
  padding: 0;
}
.p-shinryou__notes {
  background-color: #fffefe;
  padding: 16px 24px;
  border-radius: 8px;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  border: 2px solid #7FA670;
}
@media screen and (max-width: 767px) {
  .p-shinryou__notes {
    width: 100%;
  }
}
.p-shinryou__notes ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.p-shinryou__notes ul li {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 4px;
}
.p-shinryou__notes ul li:last-child {
  margin-bottom: 0;
}
.p-shinryou__holiday-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #7FA670;
  background-color: #FFFFFF;
}
.p-shinryou__holiday-label {
  background-color: #D3EEC3;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 16px 32px;
  white-space: nowrap;
}
.p-shinryou__holiday-days {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 24px;
  white-space: nowrap;
  width: 100%;
}
.p-shinryou__animals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-shinryou__animals {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
.p-shinryou__animal-card {
  width: 100%;
  height: 140px;
  background-color: #FFFFFF;
  border: 1px solid #7FA670;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-shinryou__animal-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.p-shinryou__animal-card--molmot .p-shinryou__animal-icon {
  width: 64px;
  height: 64px;
}
.p-shinryou__animal-card--molmot .p-shinryou__animal-icon img {
  width: 64px;
  height: 64px;
}
.p-shinryou__animal-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-shinryou__animal-icon img {
  width: 80px;
  height: 80px;
  display: block;
}
.p-shinryou__animal-name {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.p-shinryou__animals-note {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-shinryou__inner {
    gap: 32px;
  }
  .p-shinryou__animal-card {
    padding: 16px;
  }
  .p-shinryou__animal-name {
    font-size: 1rem;
  }
}

.p-promise__sec {
  padding: 96px 16px;
  background-color: #FFFFFF;
}
.p-promise__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.p-promise__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
.p-promise__icon {
  width: 100px;
  height: 85px;
}
.p-promise__icon img,
.p-promise__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-promise__cards {
  display: grid;
  gap: 48px 24px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.p-promise__cards .c-promise-card {
  max-width: 350px;
  width: 100%;
}
.p-promise__cards .c-promise-card:nth-child(5) {
  grid-column: 1/-1;
  justify-self: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-promise__cards .c-promise-card:nth-child(5) {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-promise__cards {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-promise__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-promise__cards .c-promise-card {
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-promise__cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .p-promise__cards .c-promise-card {
    grid-column: span 2;
  }
  .p-promise__cards .c-promise-card:nth-child(4) {
    grid-column: 2/span 2;
  }
  .p-promise__cards .c-promise-card:nth-child(5) {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 1023px) {
  .p-promise__sec {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-promise__sec {
    padding: 24px 0;
  }
  .p-promise__inner {
    gap: 24px;
  }
  .p-promise__title-wrap {
    gap: 16px;
  }
  .p-promise__icon {
    width: 80px;
    height: 68px;
  }
  .p-promise__title {
    font-size: 1.25rem;
  }
}

.p-entry__head {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}

.p-entry__category {
  display: inline-block;
  margin-bottom: 16px;
}
.p-entry__category .c-postTerms__link {
  display: inline-block;
  padding: 4px 16px;
  background-color: #7FA670;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-entry__category .c-postTerms__link {
    gap: 8px;
  }
}
.p-entry__category .c-postTerms__link:hover {
  background-color: #57754C;
}

.p-entry__title {
  margin-bottom: 24px;
}
.p-entry__title .c-pageTitle__main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-entry__title .c-pageTitle__main {
    font-size: 2rem;
  }
}

.p-entry__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #666666;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", "LINE Seed JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-entry__date .arkhe-svg-posted {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.p-entry__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.p-entry__tags .c-postTerms__link {
  display: inline-block;
  padding: 4px 12px;
  background-color: #F3F4F6;
  color: #333333;
  font-size: 0.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 100vh;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-entry__tags .c-postTerms__link:hover {
  background-color: #D3EEC3;
  border-color: #A5C393;
}

.p-entry {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-entry {
    font-size: 1.125rem;
  }
}
.p-entry > p,
.p-entry > h2,
.p-entry > h3,
.p-entry > h4,
.p-entry > ul,
.p-entry > ol,
.p-entry > blockquote,
.p-entry > figure {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-entry > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 48px auto 24px;
  padding-bottom: 8px;
  border-bottom: 3px solid #7FA670;
  color: #57754C;
}
@media screen and (min-width: 768px) {
  .p-entry > h2 {
    font-size: 2rem;
  }
}
.p-entry > h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 32px auto 16px;
  color: #333333;
}
.p-entry > h3.has-text-color, .p-entry > h3[class*=has-][class*=-color] {
  color: #333333 !important;
}
@media screen and (min-width: 768px) {
  .p-entry > h3 {
    font-size: 1.25rem;
  }
}
.p-entry > h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 24px auto 16px;
  color: #333333;
}
.p-entry > h4.has-text-color, .p-entry > h4[class*=has-][class*=-color] {
  color: #333333 !important;
}
@media screen and (min-width: 768px) {
  .p-entry > h4 {
    font-size: 1.125rem;
  }
}
.p-entry > p {
  margin-bottom: 24px;
}
.p-entry > ul,
.p-entry > ol {
  margin: 24px auto;
  padding-left: 32px;
}
.p-entry li {
  margin-bottom: 8px;
}
.p-entry > figure {
  margin: 24px auto;
}
.p-entry > figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-entry > img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px auto;
}
.p-entry > blockquote {
  margin: 32px auto;
  padding: 24px;
  background-color: #F3F4F6;
  border-left: 4px solid #7FA670;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.p-entry__foot > .c-postMetas {
  display: none;
}

.c-pnNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin: 48px 0;
  padding: 24px 0;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.c-pnNav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
}
.c-pnNav__item.-prev {
  text-align: left;
}
.c-pnNav__item.-next {
  text-align: right;
}

.c-pnNav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-pnNav__link:hover {
  color: #7FA670;
}

.c-pnNav__svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-pnNav__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-entry__author {
  display: none;
}

.p-entry__related {
  margin: 64px 0;
  padding: 32px;
  background-color: #F3F4F6;
  border-radius: 12px;
}

.c-bottomSection__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.c-bottomSection__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #7FA670;
  margin: 8px auto 0;
  border-radius: 100vh;
}

.p-entry__related .p-postList.-type-card.-related {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .p-entry__related .p-postList.-type-card.-related {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-entry__related .p-postList.-type-card.-related {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.p-entry__related .p-postList.-type-card.-related .p-postList__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100% !important;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__item:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-entry__related .p-postList.-type-card.-related .p-postList__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  text-decoration: none;
  color: #333333;
  height: 100%;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__thumb {
  width: 100% !important;
  aspect-ratio: 16/9;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__thumb .c-postThumb__figure {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__thumb .c-postThumb__img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__item:hover .c-postThumb__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-entry__related .p-postList.-type-card.-related .p-postList__body {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__title {
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1.6 !important;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: normal !important;
}
@media screen and (min-width: 768px) {
  .p-entry__related .p-postList.-type-card.-related .p-postList__title {
    font-size: 1rem !important;
  }
}
.p-entry__related .p-postList.-type-card.-related .p-postList__meta {
  margin-top: auto;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__meta .c-postTimes__item {
  font-size: 0.75rem;
  color: #666666;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.p-entry__related .p-postList.-type-card.-related .p-postList__meta .arkhe-svg-posted {
  width: 12px;
  height: 12px;
}

.p-comments {
  display: none;
}

.single .p-entry__content > .p-breadcrumb,
.single .c-postContent > .p-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 32px;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__list,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__item,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__item::after,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__item::after {
  content: ">";
  margin-left: 8px;
  color: #6B7280;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__item:last-child::after,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__item:last-child::after {
  display: none;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__item .arkhe-svg-home,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__item .arkhe-svg-home {
  fill: #666666;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__text,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__text {
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__text:hover,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__text:hover {
  color: #7FA670;
}
.single .p-entry__content > .p-breadcrumb .p-breadcrumb__text.u-color-thin,
.single .c-postContent > .p-breadcrumb .p-breadcrumb__text.u-color-thin {
  color: #6B7280;
}

.single .l-main.l-article {
  max-width: 900px;
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  .single .l-main.l-article {
    margin: 24px auto;
  }
}

.single aside.l-sidebar {
  background-color: #F3F4F6;
  border-radius: 8px;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.p-entry__head .c-postMetas {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.p-entry__head .c-postTerms__item.-category .c-postTerms__link {
  display: inline-block;
  padding: 4px 16px;
  background-color: #7FA670;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-entry__head .c-postTerms__item.-category .c-postTerms__link:hover {
  background-color: #57754C;
}
.p-entry__head .c-postTerms__item.-category .arkhe-svg-folder {
  display: none;
}
.p-entry__head .c-postTimes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-entry__head .c-postTimes__item {
  font-size: 0.875rem;
  color: #666666;
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}

.p-single__tags-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666;
}

.p-single__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-single__tags-item {
  margin: 0;
}

.p-single__tags-link {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7FA670;
  background-color: transparent;
  border: 1px solid #A5C393;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.p-single__tags-link:hover {
  color: #FFFFFF;
  background-color: #7FA670;
  border-color: #7FA670;
}

.p-page-hero {
  background-image: url("assets/img/bg/suisai-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-hero {
    padding: 16px 8px 48px;
  }
}
@media screen and (max-width: 575px) {
  .p-page-hero {
    padding: 16px 16px 16px;
  }
}
.p-page-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto !important;
  max-width: 1280px !important;
}
@media screen and (max-width: 767px) {
  .p-page-hero__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.p-page-hero__content {
  color: #7FA670;
}
.p-page-hero__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 16px;
}
.p-page-hero__date-icon {
  fill: currentColor;
}
.p-page-hero__title {
  font-size: 2rem;
  font-weight: 700;
  color: #57754C;
  margin: 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-page-hero__title {
    font-size: 3rem;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-hero__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-hero__title--single {
    font-size: 2rem;
  }
}
.p-page-hero__desc {
  background-color: rgba(165, 195, 147, 0.25);
  padding: 24px;
  border-radius: 8px;
  line-height: 1.8;
  color: #57754C;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-page-hero__desc {
    padding: 24px;
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 575px) {
  .p-page-hero__desc {
    margin: 8px 0 8px;
    padding: 8px;
  }
}
.p-page-hero__desc p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-page-hero__desc {
    margin: 8px 0 8px;
    font-size: 0.875rem;
  }
}
.p-page-hero__image {
  border-radius: 40px;
  overflow: hidden;
  border: 8px solid #7FA670;
  aspect-ratio: 1.618/1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-hero__image {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
}
.p-page-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-page-hero .p-breadcrumb__text {
  color: #57754C;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-page-hero .p-page-hero__date {
  font-size: 0.875rem;
  font-weight: 900;
  color: #7FA670;
}

@media screen and (min-width: 768px) {
  .post-type-archive-column .p-page-hero__container {
    grid-template-columns: 1fr 240px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-column .p-page-hero__image {
    width: 240px;
    height: 240px;
    aspect-ratio: 1/1;
    border-radius: 100vh;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-column .p-page-hero__container {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    gap: 8px 16px;
  }
  .post-type-archive-column .p-page-hero__content {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .post-type-archive-column .p-page-hero__image {
    grid-column: 1;
    grid-row: 2;
    width: 64px;
    height: 64px;
    border: 4px solid #A5C393;
    aspect-ratio: 1/1;
    border-radius: 100vh;
    align-self: start;
    margin: auto;
  }
  .post-type-archive-column .p-page-hero__desc {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }
}

.page:not(.page-template-two-column) .l-main.l-article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.page:not(.page-template-two-column) .l-main.l-article article {
  padding-bottom: 64px;
}

.p-recruitment__closed {
  text-align: center;
  padding: 48px 24px;
  background-color: rgba(127, 166, 112, 0.05);
  border: 1px solid rgba(127, 166, 112, 0.15);
  border-radius: 8px;
  margin: 24px 0;
}
.p-recruitment__closed p {
  font-size: 1.125rem;
  color: #666666;
  margin: 0;
  line-height: 1.8;
}

.p-uchinoko__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
  padding: 16px;
}
@media screen and (min-width: 576px) {
  .p-uchinoko__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-uchinoko__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.p-uchinoko__card {
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .p-uchinoko__card:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
}

.p-uchinoko__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-uchinoko__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .p-uchinoko__card:hover .p-uchinoko__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-uchinoko__content {
  padding: 16px 24px 24px;
  text-align: center;
}

.p-uchinoko__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px;
  line-height: 1.25;
}

.p-uchinoko__description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666666;
}
.p-uchinoko__description p {
  margin: 0;
}
.p-uchinoko__description > *:first-child {
  margin-top: 0;
}
.p-uchinoko__description > *:last-child {
  margin-bottom: 0;
}

.p-uchinoko__empty {
  padding: 48px;
  text-align: center;
  color: #666666;
  background: #F9FAFB;
  border-radius: 12px;
}

.p-uchinoko__footer {
  margin: 48px 16px;
  padding: 32px;
  background: #F9FAFB;
  border-radius: 12px;
  text-align: center;
}

.p-uchinoko__footer-text {
  font-size: 1rem;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}

.p-fixBtnWrap {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.p-fixBtnWrap.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.editor-styles-wrapper h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 48px auto 24px;
  padding-bottom: 8px;
  border-bottom: 3px solid #7FA670;
  color: #57754C;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h2.wp-block-heading.has-text-color, .editor-styles-wrapper h2.wp-block-heading[class*=has-][class*=-color] {
  color: #57754C !important;
}
.editor-styles-wrapper h3.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 32px auto 16px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h3.wp-block-heading {
    font-size: 1.25rem;
  }
}
.editor-styles-wrapper h3.wp-block-heading.has-text-color, .editor-styles-wrapper h3.wp-block-heading[class*=has-][class*=-color] {
  color: #333333 !important;
}
.editor-styles-wrapper h4.wp-block-heading {
  font-size: 1rem;
  font-weight: 700;
  margin: 24px auto 16px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h4.wp-block-heading {
    font-size: 1.125rem;
  }
}
.editor-styles-wrapper h4.wp-block-heading.has-text-color, .editor-styles-wrapper h4.wp-block-heading[class*=has-][class*=-color] {
  color: #333333 !important;
}/*# sourceMappingURL=style.css.map */