@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* header 
------------------------------------ */
.htype01 {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  background-image: repeating-linear-gradient(90deg, #4AA85A, #4AA85A 5px, transparent 3px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
.htype01 .en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 1.8vw, 2.6rem);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #4AA85A;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.htype01 .en:before {
  content: "";
  width: 57px;
  height: 12px;
  background: url(/lib/img/cmn/icon_htype01.webp) no-repeat center left/contain;
}
.htype01 .htitle {
  color: #4AA85A;
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .htype01 {
    margin-bottom: 2rem;
    padding-bottom: 2.5rem;
  }
  .htype01 .en {
    font-size: clamp(1.8rem, 1.4vw, 2rem);
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .htype01 .en:before {
    width: 45px;
    height: 8px;
    background: url(/lib/img/cmn/icon_htype01_sp.webp) no-repeat center left/contain;
  }
}

.htype02 {
  text-align: center;
  margin-bottom: 2rem;
}
.htype02 .htitle {
  font-size: clamp(2.6rem, 2.2vw, 3.2rem);
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 1rem 1.5rem 1rem;
  position: relative;
}
.htype02 .htitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/line_beige_01.webp) repeat 0/cover;
}
.htype02 .en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 600;
}

.htype03 {
  text-align: center;
  margin-bottom: 2cap;
  color: #4AA85A;
}
.htype03 .htitle {
  font-size: clamp(2.6rem, 2.2vw, 3.2rem);
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 1rem 1.5rem 1rem;
  position: relative;
}
.htype03 .htitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/line_green_01.webp) repeat 0/cover;
}
.htype03 .en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 600;
}

/* leadType 
------------------------------------ */
.leadType01 {
  color: #4AA85A;
  font-size: clamp(2rem, 1.5vw, 2.2rem);
  margin-bottom: 2rem;
  font-weight: 500;
}

/* linkbtn 
------------------------------------ */
/* 白緑→ 黄緑*/
.linkbtn01 {
  align-self: self-start;
  width: fit-content;
  display: grid;
}
.linkbtn01 a {
  border-radius: 50vh;
  background: #FFF;
  padding: 3px 1.5rem 3px 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.linkbtn01 a:hover {
  background: #EEE331;
}
.linkbtn01 a:before {
  content: "";
  width: clamp(1.8rem, 1.5vw, 2.2rem);
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
}
.linkbtn01 a:after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_arrow_g_01.webp) no-repeat center/contain;
}
.linkbtn01 a span {
  color: #4AA85A;
  border-right: 1px solid #4AA85A;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: inline-block;
  padding: 3px 1.5rem 3px 0rem;
  margin-right: 0.75rem;
}
.linkbtn01 a span.en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}

/* 白緑→ 緑白*/
.linkbtn03 {
  align-self: self-start;
  width: fit-content;
  display: grid;
}
.linkbtn03 a {
  border-radius: 50vh;
  background: #FFF;
  padding: 3px 1.5rem 3px 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.linkbtn03 a:before {
  content: "";
  width: clamp(1.8rem, 1.5vw, 2.2rem);
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
}
.linkbtn03 a:after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_arrow_g_01.webp) no-repeat center/contain;
}
.linkbtn03 a span {
  color: #4AA85A;
  border-right: 1px solid #4AA85A;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: inline-block;
  padding: 3px 1.5rem 3px 0rem;
  margin-right: 0.75rem;
}
.linkbtn03 a span.en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
.linkbtn03 a:hover {
  background: #468C53;
}
.linkbtn03 a:hover::before {
  mask: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  background: #FFF;
}
.linkbtn03 a:hover:after {
  mask: url(/lib/img/cmn/icon_arrow_g_01.webp) no-repeat center/contain;
  background: #FFF;
}
.linkbtn03 a:hover span {
  color: #FFF;
  border-color: #FFF;
}

/*緑白→ 緑白*/
.linkbtn02 {
  align-self: self-start;
  width: fit-content;
  display: grid;
}
.linkbtn02 a {
  border-radius: 50vh;
  background: #4AA85A;
  color: #FFFCDB;
  padding: 3px 1.5rem 3px 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.linkbtn02 a:hover {
  background: #468C53;
}
.linkbtn02 a:before {
  content: "";
  width: clamp(1.8rem, 1.5vw, 2.2rem);
  aspect-ratio: 1;
  mask: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  background: #FFFCDB;
}
.linkbtn02 a:after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  mask: url(/lib/img/cmn/icon_arrow_g_01.webp) no-repeat center/contain;
  background: #FFFCDB;
}
.linkbtn02 a span {
  color: #FFFCDB;
  border-right: 1px solid #FFFCDB;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: inline-block;
  width: 100%;
  padding: 3px 1.5rem 3px 0rem;
}
.linkbtn02 a span.en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #4AA85A url(/lib/img/cmn/bg_body.webp) repeat;
  color: #FFFCDB;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  position: relative;
}

/* M Round fix*/
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a {
  transition: 0.3s;
}

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

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
/* // screen
----------------------------------- */
.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

.pconly {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: block;
  }
  .pconly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
  .pconly {
    display: none;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
}

.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}

/* header
------------------------------------ */
header {
  position: relative;
  background: url(/lib/img/cmn/bg_block_greengrass_01.webp) repeat-y bottom/100% auto;
}
header:before {
  content: "";
  width: 100%;
  height: 3.5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/lib/img/cmn/header_bg_body.webp) repeat 0/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  header {
    background: url(/lib/img/cmn/bg_block_greengrass_01_sp.webp) repeat-y 0/100% auto;
  }
}

#header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4rem 0 calc(clamp(20rem, 27.5vw, 39.6rem) + 4rem);
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "address call" "opentime call" "nav nav";
  gap: 0 1rem;
}
@media screen and (max-width: 1200px) {
  #header {
    padding-right: 2rem;
  }
}
#header > * {
  position: relative;
  z-index: 2;
}
#header .logo {
  position: absolute;
  z-index: 2;
  left: 2rem;
  width: clamp(20rem, 27.5vw, 39.6rem);
}
#header .logo::before {
  content: "";
  width: clamp(4rem, 6.6vw, 9.5rem);
  display: block;
  aspect-ratio: 285/247;
  position: absolute;
  right: -3rem;
  bottom: 50%;
  background: url(/lib/img/cmn/animal_bird_01_l.webp) no-repeat 0/contain;
}
#header .logo:hover::before {
  animation: cknock 0.7s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@keyframes cknock {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(4deg);
  }
}
#header .address {
  grid-area: address;
  text-align: center;
  line-height: 32px;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
}
#header .opentime {
  grid-area: opentime;
  text-align: center;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
}
#header .opentime span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #header .opentime {
    margin-top: 0.5rem;
  }
}
#header .call {
  grid-area: call;
  grid-row: 1/3;
  background: #FFFCDB;
  border-radius: 0 0 10px 10px;
  padding: 0 4px 4px;
  align-self: start;
}
#header .call a {
  display: block;
  color: #4AA85A;
}
#header .call dl {
  display: grid;
  grid-template-columns: 4.9vw 1fr;
  border-radius: 0 0 8px 8px;
  border: 3px solid #4AA85A;
  border-top: none;
}
#header .call dl dt {
  background: #4AA85A;
  place-items: center;
  place-content: center;
}
#header .call dl dd {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  padding: 1rem 1rem;
  font-size: clamp(1.8rem, 2.1vw, 3rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#header nav {
  grid-area: nav;
  background: url(/lib/img/cmn/bg_header_gnavi.webp) no-repeat center/contain;
  padding: 20px 20px 20px clamp(2rem, 3.8vw, 5.5rem);
  margin: 2rem 3.5vw 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.6rem, 2.1vw, 3rem);
}
#header nav ul.gnavi {
  gap: clamp(1.6rem, 2.1vw, 3rem);
  justify-content: center;
  align-items: center;
  display: flex;
}
#header nav ul.gnavi a {
  color: #4AA85A;
  font-size: clamp(1.6rem, 1.3vw, 1.9rem);
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
#header nav ul.gnavi a:before {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  display: block;
  bottom: calc(100% - 0.4rem);
  left: calc(50% - 0.5rem);
}
#header nav ul.gnavi a:hover:before {
  opacity: 1;
}
#header nav .sns {
  display: flex;
  gap: 1rem;
}
#header nav .sns li {
  width: 4.2rem;
  height: 4.2rem;
}
#header nav .sns li a {
  display: block;
}
#header nav .sns li a:hover {
  animation: coinmotion 0.7s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@keyframes coinmotion {
  0% {
    transform: none;
  }
  50% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  #header nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0;
    grid-template-columns: clamp(15rem, 52.5vw, 19.7rem) 1fr;
    grid-template-areas: "logo address";
  }
  #header .logo {
    grid-area: logo;
    position: relative;
    z-index: 2;
    left: 0;
    width: clamp(15rem, 52.5vw, 19.7rem);
  }
  #header .logo::before {
    display: none;
  }
  #header .opentime {
    display: none;
  }
  #header .address {
    font-size: 1.2rem;
    line-height: 24px;
  }
  #header .address span {
    display: none;
  }
  #header .call {
    display: none;
  }
  #header nav {
    display: none;
  }
}

/* headerfixed
------------------------------------ */
#headerfixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 91;
  transition: 0.3s;
  width: 100%;
  display: block;
}
#headerfixed .logo {
  position: absolute;
  z-index: 2;
  left: 2rem;
  width: clamp(20rem, 20.7vw, 29.8rem);
}
#headerfixed nav {
  grid-area: nav;
  background: url(/lib/img/cmn/bg_header_gnavi.webp) no-repeat center/contain;
  padding: 20px 20px 20px clamp(2rem, 3.8vw, 5.5rem);
  margin: 0rem 3.5vw 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.6rem, 2.8vw, 4rem);
}
#headerfixed nav ul.gnavi {
  gap: clamp(1.6rem, 2.8vw, 4rem);
  justify-content: center;
  align-items: center;
  display: flex;
}
#headerfixed nav ul.gnavi a {
  color: #4AA85A;
  font-size: clamp(1.6rem, 1.3vw, 1.9rem);
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
#headerfixed nav ul.gnavi a:before {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  display: block;
  bottom: calc(100% - 0.4rem);
  left: calc(50% - 0.5rem);
}
#headerfixed nav ul.gnavi a:hover:before {
  opacity: 1;
}
#headerfixed nav .sns {
  display: flex;
  gap: 0.5rem;
}
#headerfixed nav .sns li {
  width: 4.2rem;
  height: 4.2rem;
}
#headerfixed nav .sns li a {
  display: block;
}
#headerfixed nav .sns li a:hover {
  animation: coinmotion 0.7s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@keyframes coinmotion {
  0% {
    transform: none;
  }
  50% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  100% {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #headerfixed {
    display: none;
  }
}

/* overlayMenuBtn
------------------------------------------------------*/
#btn_menu {
  display: none;
}

#menu {
  display: none;
}

@media screen and (max-width: 767px) {
  #btn_menu {
    position: fixed;
    display: block;
    right: 2rem;
    top: 25px;
    z-index: 100;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    border: 2px solid #FFFCDB;
    border-radius: 10px;
    padding: 10px 9px 10px 9px;
    background: #4AA85A url(/lib/img/cmn/bg_body.webp) repeat;
  }
  #btn_menu > div {
    position: relative;
    height: calc(100% - 15px);
    height: 100%;
    margin-bottom: 5px;
  }
  #btn_menu > div span {
    transition: 0.3s;
    display: block;
    height: 5px;
    border-radius: 50vh;
    position: absolute;
    right: 0;
  }
  #btn_menu > div span:nth-child(1) {
    background: url(/lib/img/cmn/btn_menu_long_01.webp) no-repeat right/contain;
    width: 100%;
    top: 0;
  }
  #btn_menu > div span:nth-child(2) {
    background: url(/lib/img/cmn/btn_menu_short.webp) no-repeat right/contain;
    width: 75%;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
  }
  #btn_menu > div span:nth-child(3) {
    background: url(/lib/img/cmn/btn_menu_long_01.webp) no-repeat right/contain;
    width: 100%;
    bottom: 0;
  }
  .js-menuOpen #btn_menu > div span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    width: 100%;
  }
  .js-menuOpen #btn_menu > div span:nth-child(2) {
    transform: translateY(-50%) rotate(-225deg);
    opacity: 0;
  }
  .js-menuOpen #btn_menu > div span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
  }
  #menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s 0s, transform 0s 0.3s;
    overflow: scroll;
  }
  .js-menuOpen #menu {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s, transform 0s;
  }
}
/* menu
------------------------------------ */
#menu {
  background: #4AA85A url(/lib/img/cmn/bg_body.webp) repeat;
  padding: 0 25px 3rem 25px;
}
#menu > .logo {
  width: clamp(15rem, 52.5vw, 19.7rem);
  margin-bottom: 2rem;
  margin: 0 0 2rem -25px;
}
#menu nav {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#menu nav::before {
  content: "";
  display: block;
  width: 75px;
  aspect-ratio: 285/247;
  background: url(/lib/img/cmn/animal_bird_01_l.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: calc(100% - 2rem);
  right: -20%;
}
#menu nav ul {
  display: block;
}
#menu nav ul li {
  background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
#menu nav ul a {
  display: block;
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  color: #FFFCDB;
  font-size: 20px;
}
#menu .instagram {
  background: #EEE331;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-radius: 15px;
  position: relative;
  margin-top: 90px;
}
#menu .instagram::before {
  content: "";
  display: block;
  width: 84px;
  aspect-ratio: 354/407;
  background: url(/lib/img/cmn/animal_cat_01_l.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: calc(100% - 1rem);
  right: -2rem;
}
#menu .instagram::after {
  content: "";
  display: block;
  width: 164px;
  aspect-ratio: 492/156;
  background: url(/lib/img/cmn/nature_grass_01.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: -3rem;
  left: -10rem;
}
#menu .instagram .logo {
  width: 80%;
  margin: 0 auto;
}
#menu .instagram .linkbtn01 {
  margin: 0 auto;
}
#menu #timetable table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  margin-top: 5rem;
}
#menu #timetable table th, #menu #timetable table td {
  padding: 0.5rem 1.4vw 0.5rem 0;
  text-align: center;
}
#menu #timetable table thead {
  background: rgba(255, 243, 63, 0.7);
  color: #468C53;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#menu #timetable table thead th {
  padding: 1rem 1.4vw 0.75rem 0;
}
#menu #timetable table tbody tr {
  border-bottom: 1px solid #FFFCDB;
}
#menu #timetable table tbody td {
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
}
#menu #timetable table tbody .close {
  color: #3B3B3B;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}
#menu #timetablenotes {
  position: relative;
  align-items: self-start;
  margin: 2rem 0 119px 0;
}
#menu #timetablenotes p {
  padding: 1rem 1rem 1.5rem 2rem;
  position: relative;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  z-index: 0;
}
#menu #timetablenotes p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/lib/img/cmn/bg_footer_timetable_head.webp) no-repeat top/100% auto;
  z-index: -1;
}
#menu #timetablenotes p::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 384/99;
  position: absolute;
  bottom: 119px;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/bg_footer_timetable_bottom.webp) no-repeat bottom/contain;
  z-index: -1;
}
#menu #timetablenotes::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  position: absolute;
  top: calc(100% - 3px);
  right: calc(5rem + 129px);
  background: url(/lib/img/cmn/bg_footer_timetable_tip.webp) repeat 0/cover;
}
#menu #timetablenotes:after {
  content: "";
  display: block;
  width: 129px;
  aspect-ratio: 129/119;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 3rem;
  background: url(/lib/img/cmn/animal_dog_01_l.webp) repeat 0/cover;
}
@media screen and (max-width: 767px) {
  #menu #timetablenotes {
    margin-bottom: 23.0620155039%;
  }
  #menu #timetablenotes::before {
    width: 8%;
    top: calc(100% - 10px);
    right: calc(3rem + 25%);
    background: url(/lib/img/cmn/bg_footer_timetable_tip.webp) repeat 0/cover;
  }
  #menu #timetablenotes:after {
    width: 25%;
    right: 2rem;
  }
}
#menu .call {
  background: #FFFCDB;
  border-radius: 10px 10px;
  padding: 4px 4px;
  align-self: start;
}
#menu .call a {
  display: block;
  color: #4AA85A;
}
#menu .call dl {
  display: grid;
  grid-template-columns: 18.7vw 1fr;
  border-radius: 8px 8px;
  border: 3px solid #4AA85A;
}
#menu .call dl dt {
  background: #4AA85A;
  place-items: center;
  place-content: center;
}
#menu .call dl dd {
  text-align: center;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  padding: 1rem 1rem;
  font-size: clamp(1.8rem, 7.5vw, 2.8rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

/* vi
------------------------------------ */
#vi {
  padding: 0 2rem;
  margin-top: -1.5rem;
  background: url(/lib/img/cmn/bg_block_greengrass_01.webp) repeat-y top/100% auto;
  position: relative;
}
#vi .cover {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
#vi .cover hgroup {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
}
#vi .cover hgroup .en {
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(2.8rem, 2.6vw, 3.8rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  line-height: 1.4;
}
#vi .cover hgroup h1 {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  padding: 1.5rem 2rem;
  position: relative;
  width: fit-content;
}
#vi .cover hgroup h1:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #FFFCDB;
}
#vi .cover::before {
  content: "";
  width: clamp(10rem, 11.3vw, 16.2rem);
  aspect-ratio: 162/150;
  display: block;
  position: absolute;
  left: -2rem;
  bottom: 0;
  transform: translateY(50%);
  background: url(/lib/img/cmn/animal_dog_01_r.webp) no-repeat center/contain;
  z-index: 2;
}
#vi .cover::after {
  content: "";
  width: clamp(5.9rem, 8.2vw, 11.8rem);
  aspect-ratio: 118/157;
  display: block;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  background: url(/lib/img/cmn/nature_tree_01.webp) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #vi {
    padding: 0 1rem;
    margin-top: -4rem;
    background: url(/lib/img/cmn/bg_block_greengrass_01_sp.webp) repeat-y 0/100% auto;
  }
  #vi .cover::before {
    content: "";
    width: clamp(8rem, 27.2vw, 10.2rem);
    aspect-ratio: 139/160;
    display: block;
    position: absolute;
    left: -1rem;
    bottom: -3rem;
    transform: none;
    background: url(/lib/img/top/vi_dog.webp) no-repeat center/contain;
    z-index: 2;
  }
  #vi .cover::after {
    right: -1rem;
  }
}

/* container
------------------------------------ */
#container {
  position: relative;
  overflow: hidden;
  background: #FFF url(/lib/img/cmn/bg_block_whitegrass_01.webp) repeat-y top left/100% auto;
  padding-top: calc(7.7777777778vw + 6rem);
  color: #3B3B3B;
}
#container:before {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/112;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/lib/img/cmn/bg_wava_02.webp) no-repeat 0/100% auto;
}
#container:after {
  content: "";
  width: clamp(11rem, 15.7vw, 22.6rem);
  aspect-ratio: 226/92;
  position: absolute;
  right: clamp(0rem, 50vw - 540px - 1.5rem, 50vw);
  top: 2vw;
  background: url(/lib/img/cmn/nature_kinoko_01.webp) no-repeat 0/100% auto;
}
@media screen and (max-width: 767px) {
  #container {
    background: #FFF url(/lib/img/cmn/bg_block_whitegrass_01_sp.webp) repeat-y top left/100% auto;
    padding-top: calc(24.8vw + 3rem);
  }
  #container:before {
    content: "";
    width: 100vw;
    aspect-ratio: 375/93;
    position: absolute;
    right: 0;
    top: 0;
    background: #CCC;
    background: url(/lib/img/cmn/bg_wava_02_sp.webp) no-repeat right top/100% auto;
    transform: none;
  }
  #container:after {
    width: clamp(11rem, 15.7vw, 22.6rem);
    right: 1rem;
    top: calc(clamp(11rem, 15.7vw, 22.6rem) * 92 / 226);
  }
}

/* footer
------------------------------------ */
#instagram {
  padding: 82.3333333333px 2rem 0;
  position: relative;
  background: #FFF url(/lib/img/cmn/bg_block_whitegrass_01.webp) repeat-y 0/100% auto;
}
#instagram::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.1666666667vw;
  background: url(/lib/img/cmn/bg_wava_01.webp) no-repeat bottom/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#instagram .inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  padding: 3rem 2rem 5rem;
  margin: 0 auto;
  background: #EEE331;
  border-radius: 20px;
}
#instagram .inner::before {
  content: "";
  display: block;
  width: 95px;
  aspect-ratio: 285/247;
  background: url(/lib/img/cmn/animal_bird_01_l.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: 100%;
  right: 25%;
}
#instagram hgroup {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
#instagram hgroup h2 {
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  font-weight: 600;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#instagram hgroup h2::before {
  content: "";
  width: 4rem;
  display: block;
  border-radius: 50vh;
  aspect-ratio: 1;
  background: #FFF url(/lib/img/cmn/icon_instagram_02.webp) no-repeat center/2.4rem;
}
#instagram ul.temp {
  display: flex;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #instagram {
    background: #FFF url(/lib/img/cmn/bg_block_whitegrass_01_sp.webp) repeat-y top/100% auto;
  }
  #instagram::after {
    bottom: 7rem;
  }
  #instagram::before {
    content: "";
    display: block;
    width: 100%;
    height: 7rem;
    background: #4AA85A url(/lib/img/cmn/bg_body.webp) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #instagram .inner::before {
    content: "";
    width: 67px;
    right: 0;
  }
  #instagram .inner::after {
    content: "";
    display: block;
    width: 164px;
    aspect-ratio: 492/156;
    background: url(/lib/img/cmn/nature_grass_01.webp) no-repeat bottom/contain;
    position: absolute;
    bottom: -2rem;
    left: -7rem;
  }
  #instagram .inner hgroup {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  #instagram .inner ul.temp li:nth-child(n+3) {
    display: none;
  }
}

footer {
  border-bottom: 25px solid #468C53;
  position: relative;
  background: url(/lib/img/cmn/bg_block_greengrass_01.webp) repeat-y 0/100% auto;
}
footer:before {
  content: "";
  display: block;
  width: 371px;
  aspect-ratio: 1113/540;
  position: absolute;
  bottom: -25px;
  left: 15vw;
  background: url(/lib/img/cmn/bg_copy_01_pc.webp) no-repeat 0/100% auto;
}
footer:after {
  content: "";
  display: block;
  width: 170px;
  aspect-ratio: 510/207;
  position: absolute;
  bottom: -25px;
  right: 15vw;
  background: url(/lib/img/cmn/nature_kinoko_01.webp) no-repeat 0/contain;
}
@media screen and (max-width: 767px) {
  footer {
    border-bottom: 18px solid #468C53;
    background: url(/lib/img/cmn/bg_block_greengrass_01_sp.webp) repeat-y 0/100% auto;
  }
  footer:before {
    width: 130px;
    bottom: -18px;
    left: -1rem;
    background: url(/lib/img/cmn/bg_copy_01_sp.webp) no-repeat 0/contain;
  }
  footer:after {
    width: 105px;
    bottom: -18px;
    right: 0;
  }
}
footer #footer {
  max-width: calc(1080px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}
footer #footer_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1vw;
  padding: 6rem 0 5rem;
  background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 5px, transparent 3px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  margin-bottom: 3rem;
}
footer #footer_head .logo {
  max-width: clamp(35rem, 32.6vw, 47rem);
}
footer #footer_head .call {
  padding: 1rem 0 1rem 2.1vw;
  position: relative;
}
footer #footer_head .call:before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid #FFFCDB;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(10deg);
}
footer #footer_head .call a {
  display: block;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: clamp(2rem, 2.4vw, 3.4rem);
}
footer #footer_head .call a span {
  padding: 3px 0 3px 0;
  line-height: 1;
  font-size: clamp(1.2rem, 1.7vw, 2.4rem);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer #footer_head {
    display: grid;
    grid-template-columns: 1fr;
    padding: 6rem 0 2rem;
    background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 5px, transparent 3px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 3px;
  }
  footer #footer_head .logo {
    max-width: 96%;
    margin: 0 auto;
  }
  footer #footer_head .call {
    padding: 1rem 0;
  }
  footer #footer_head .call:before {
    display: none;
  }
  footer #footer_head .call a {
    text-align: center;
    font-size: clamp(2rem, 8vw, 3rem);
  }
  footer #footer_head .call a span {
    font-size: clamp(1.4rem, 4.8vw, 1.8rem);
  }
}
footer #f_opentime h2 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 1rem 1.5rem 0.75rem;
  position: relative;
}
footer #f_opentime h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/line_beige_01.webp) repeat 0/cover;
}
footer #f_opentime .inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3.5vw;
}
@media screen and (max-width: 767px) {
  footer #f_opentime .inner {
    grid-template-columns: 1fr;
  }
}
footer #timetablenotes {
  position: relative;
  align-items: self-start;
  margin-bottom: 119px;
}
footer #timetablenotes p {
  padding: 2rem 1rem 2rem 2rem;
  position: relative;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  z-index: 0;
}
footer #timetablenotes p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/lib/img/cmn/bg_footer_timetable_head.webp) no-repeat top/100% auto;
  z-index: -1;
}
footer #timetablenotes p::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 384/99;
  position: absolute;
  bottom: 119px;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/bg_footer_timetable_bottom.webp) no-repeat bottom/contain;
  z-index: -1;
}
footer #timetablenotes::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  position: absolute;
  top: calc(100% - 3px);
  right: calc(5rem + 129px);
  background: url(/lib/img/cmn/bg_footer_timetable_tip.webp) repeat 0/cover;
}
footer #timetablenotes:after {
  content: "";
  display: block;
  width: 129px;
  aspect-ratio: 129/119;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 3rem;
  background: url(/lib/img/cmn/animal_dog_01_l.webp) repeat 0/cover;
}
@media screen and (max-width: 767px) {
  footer #timetablenotes {
    margin-bottom: 23.0620155039%;
  }
  footer #timetablenotes::before {
    width: 8%;
    top: calc(100% - 10px);
    right: calc(3rem + 25%);
    background: url(/lib/img/cmn/bg_footer_timetable_tip.webp) repeat 0/cover;
  }
  footer #timetablenotes:after {
    width: 25%;
    right: 2rem;
  }
}
footer #timetable table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}
footer #timetable table th, footer #timetable table td {
  padding: 1rem 1.4vw 1rem 0;
  text-align: center;
}
footer #timetable table thead {
  background: rgba(255, 243, 63, 0.7);
  color: #468C53;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
footer #timetable table thead th {
  padding: 1.25rem 1.4vw 1rem 0;
}
footer #timetable table tbody tr {
  border-bottom: 1px solid #FFFCDB;
}
footer #timetable table tbody td {
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
}
footer #timetable table tbody .close {
  color: #3B3B3B;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}
footer #f_openinfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8vw;
  margin-bottom: 7rem;
}
footer #f_openinfo .instagram {
  background: #EEE331;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 40% calc(60% - 2rem);
  gap: 1rem 2rem;
  border-radius: 15px;
}
footer #f_openinfo .instagram .logo {
  grid-row: 1/3;
}
footer #f_openinfo .instagram p {
  color: #3B3B3B;
  font-weight: 500;
}
footer #f_openinfo .homevisit {
  border-radius: 15px;
  border: 4px solid #D6EED9;
  background: #D6EED9;
}
footer #f_openinfo .homevisit h2 {
  background: #4AA85A;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 13px 13px 0 0;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
footer #f_openinfo .homevisit h2::before {
  content: "";
  width: 4rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_homevisit.webp) no-repeat center/contain;
}
footer #f_openinfo .homevisit p {
  color: #3B3B3B;
  padding: 2rem 2.1vw;
}
@media screen and (max-width: 1024px) {
  footer #f_openinfo .instagram {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.5rem 0 0 0;
  }
  footer #f_openinfo .instagram .logo {
    width: 70%;
    margin: 0 auto;
    order: 1;
  }
  footer #f_openinfo .instagram .linkbtn01 {
    order: 2;
    margin: 0 auto;
  }
  footer #f_openinfo .instagram p {
    order: 3;
    background: #DACF20;
    padding: 1rem 1.5rem;
    border-radius: 0 0 15px 15px;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  footer #f_openinfo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
  footer #f_openinfo .instagram .linkbtn03 {
    margin: 0 auto;
  }
  footer #f_openinfo .homevisit p {
    padding: 1rem 1.5rem;
  }
}
footer #f_payment {
  border: 2px solid #FFFCDB;
  border-radius: 15px;
  background: rgba(255, 252, 219, 0.2);
  padding: 3.5rem;
  margin-bottom: 7rem;
}
footer #f_payment h2 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0 1.5rem 0.75rem;
  position: relative;
}
footer #f_payment h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/lib/img/cmn/line_beige_01.webp) repeat 0/cover;
}
footer #f_payment h3 {
  border-radius: 50vh;
  background: #468C53;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2px 1rem;
}
footer #f_payment .inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 2.1vw;
}
footer #f_payment .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
footer #f_payment .inner ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer #f_payment {
    padding: 1em 1rem 2.5rem;
    margin-bottom: 4rem;
  }
  footer #f_payment h2 {
    margin-bottom: 2rem;
  }
  footer #f_payment h3 {
    margin-bottom: 1rem;
  }
  footer #f_payment .inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  footer #f_payment .inner ul {
    grid-template-columns: 1fr;
  }
}
footer #f_access {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4.9vw;
  margin-bottom: 7rem;
  padding: 7rem 0 0 0;
  background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 5px, transparent 3px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
footer #f_access .data {
  padding: 3rem 0;
}
footer #f_access .data h2 {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  width: fit-content;
  margin: 0 0 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
footer #f_access .data ul {
  margin: 2.5rem 0;
}
footer #f_access .data ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
footer #f_access .data ul li + li {
  margin-top: 0.5rem;
}
footer #f_access .data ul li::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  display: block;
}
footer #f_access .data ul li.park::before {
  background: url(/lib/img/cmn/icon_parking.webp) no-repeat center/contain;
}
footer #f_access .data ul li.train::before {
  background: url(/lib/img/cmn/icon_train.webp) no-repeat center/contain;
}
footer #f_access .map iframe {
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  footer #f_access {
    display: grid;
    grid-template-columns: 1fr;
    padding: 3rem 0;
    margin-bottom: 0rem;
  }
  footer #f_access .data {
    padding: 0;
  }
  footer #f_access .data h2 {
    font-size: clamp(2rem, 1.7vw, 2.4rem);
    width: fit-content;
    margin: 0 auto 3rem;
    padding: 0 1.5rem 0.75rem;
    position: relative;
  }
  footer #f_access .data h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/lib/img/cmn/line_beige_01.webp) repeat 0/cover;
  }
  footer #f_access .data p {
    text-align: center;
  }
  footer #f_access .data .linkbtn01 {
    margin: 0 auto;
  }
  footer #f_access .map iframe {
    height: auto;
    aspect-ratio: 3/3.5;
    border-radius: 15px;
  }
}
footer #f_navi {
  position: relative;
  margin-top: 12rem;
}
footer #f_navi:before {
  content: "";
  display: block;
  width: 118px;
  aspect-ratio: 354/407;
  background: url(/lib/img/cmn/animal_cat_01_l.webp) no-repeat center/contain;
  position: absolute;
  right: 2rem;
  bottom: calc(100% - 0.5rem);
}
footer #f_navi nav {
  margin: 0 0 0 auto;
  width: fit-content;
  background: url(/lib/img/cmn/bg_footer_gnavi.webp) no-repeat center/contain;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 20px 20px 20px 120px;
  position: relative;
}
footer #f_navi nav:before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/logo_mark.webp) no-repeat center/contain;
  position: absolute;
  left: -1rem;
  top: calc(50% - 50px);
}
footer #f_navi nav ul {
  display: flex;
  gap: 2.5rem;
}
footer #f_navi nav ul a {
  color: #468C53;
  position: relative;
  font-weight: 500;
}
footer #f_navi nav ul a:before {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  display: block;
  bottom: calc(100% - 0.4rem);
  left: calc(50% - 0.5rem);
}
footer #f_navi nav ul a:hover:before {
  opacity: 1;
}
footer #f_navi nav .instagram {
  border-radius: 50vh;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  footer #f_navi {
    margin-top: 0;
  }
  footer #f_navi::before {
    display: none;
  }
  footer #f_navi nav {
    margin: 0 auto;
    background: none;
    display: block;
    padding: 0;
    width: auto;
  }
  footer #f_navi nav:before {
    position: relative;
    width: 70px;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  footer #f_navi nav ul {
    display: block;
  }
  footer #f_navi nav ul li {
    background-image: repeating-linear-gradient(90deg, #FFFCDB, #FFFCDB 2px, transparent 2px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  footer #f_navi nav ul a {
    display: block;
    text-align: center;
    padding: 1rem 1rem 1.5rem;
    color: #FFFCDB;
  }
  footer #f_navi nav ul a:hover:before {
    opacity: 0;
  }
  footer #f_navi nav .instagram {
    display: none;
  }
}
footer #copy {
  padding: 7rem 0;
}
footer #copy p {
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  position: relative;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer #copy {
    padding: 3rem 0;
  }
  footer #copy p {
    text-align: center;
  }
}

/* footerfixed
------------------------------------ */
#footerfixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 91;
  transition: 0.3s;
  background: #468C53;
  border-top: 2px solid #EEE331;
  width: 100%;
  display: block;
}
#footerfixed .box {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr max-content 9rem;
  gap: 0.5rem;
}
#footerfixed .time {
  color: #FFFCDB;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-size: clamp(1.3rem, 3.5vw, 1.3rem);
  line-height: 1.4;
}
#footerfixed .time dt {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
#footerfixed .time dt:before {
  content: "";
  display: block;
  width: clamp(1.8rem, 1.3vw, 1.8rem);
  aspect-ratio: 1;
  mask: url(/lib/img/cmn/icon_footprint.svg) no-repeat center/contain;
  background: #FFFCDB;
}
#footerfixed .call {
  background: #FFFCDB;
  border-radius: 10px;
}
#footerfixed .call a {
  display: block;
  font-family: "Instrument Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #4AA85A;
  font-weight: 700;
  font-size: clamp(1.4rem, 3.7vw, 1.4rem);
}
#footerfixed .call dl dt {
  background: #EEE331;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 3px 0 3px 0;
  line-height: 1;
}
#footerfixed .call dl dd {
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#footerfixed .sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
#footerfixed .sns li {
  display: grid;
  grid-template-rows: subgrid;
  border-radius: 10px;
  background: #FFF;
}
#footerfixed .sns li a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
#footerfixed .instagrasm {
  display: grid;
  place-content: center;
  place-items: center;
}
#footerfixed .instagrasm a {
  padding: 1rem;
}