@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;1,300&family=Noto+Sans+JP:wght@300..900&family=Noto+Serif+JP:wght@300..600&display=swap");
:root {
  --font-primary: "Noto Sans JP", sans-serif;
  --font-secondary: "Noto Serif JP", serif;
  --font-accent: "Josefin Sans", sans-serif;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --green: #88C227;
  --orange: #EF6942;
  --blue: #3C8BE2;
  --shadow: 0 4px 8px rgba(0, 0, 0, 0.075);
  --color-bg: #F8F8F6;
}
body {
  font-family: var(--font-primary);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #604F3B;
  font-size: 0.9375rem;
}
p {
  margin-bottom: clamp(1.5rem, 1.85vw, 1.85rem);
  line-height: 2;
  text-rendering: optimizeLegibility;
}
.section-heading {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: clamp(1px, 0.2vw, 2px);
}
.section-heading::before {
  content: attr(data-text);
  display: block;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-family: var(--font-accent);
  color: var(--green);
  letter-spacing: 1px;
  font-weight: 300;
}
.section-lead {
  font-size: clamp(1rem, 4vw, 1.125rem);
  font-family: var(--font-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: inherit;
  letter-spacing: clamp(1px, 0.2vw, 2px);
  font-weight: 500;
}
.section-subheading {
  font-size: clamp(1.35rem, 3vw, 1.5rem);
  font-family: var(--font-secondary);
  margin-bottom: 2.5rem;
  padding-bottom: 1.85rem;
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 500;
}
.section-subheading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  border-bottom: solid 2px #333;
  border-bottom-color: rgb(51, 51, 51);
  border-color: var(--green);
}
@media print, screen and (max-width: 431px) {
  .section-subheading::after {
    border-top: none;
    margin: 0;
  }
}
.section-caption {
  position: relative;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 1.25rem;
  font-size: clamp(1.125rem, 4vw, 1.25rem);
  letter-spacing: 2px;
}
.section-caption--2 {
  /*color: var(--green);*/ font-family: var(--font-secondary);
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: clamp(1.125rem, 4vw, 1.3rem);
}
.section-caption--3 {
  font-size: clamp(1.125rem, 4vw, 1.3rem);
  position: relative;
  padding: 0 0 1rem;
  font-family: var(--font-secondary);
  border: none;
  font-weight: 500;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #eee;
}
.section-caption--4 {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  padding: 0.8125rem 1.5rem;
  font-family: var(--font-secondary);
  background: #faf7eb;
  border-radius: 4px;
}
/*.section-caption--3::after {
  content: "";
  position: absolute;
  bottom: -2px; 
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--green);
}*/
/*ly_header*/
.ly_header {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent; /* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®èƒŒæ™¯è‰² */
  transition: background-color 0.3s ease-in-out; /* èƒŒæ™¯è‰²ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */ background-color: #ffffff;
}
.ly_header.scrolled {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
@media print, screen and (max-width: 1501px) {
  .ly_header {
    padding-right: 80px;
  }
}
@media print, screen and (max-width: 40.000em) {
  .ly_header {}
  .ly_header.scrolled {
    background-color: transparent;
    position: relative;
  }
}
.ly_header__logo {
  margin-right: auto;
}
@media screen and (max-width: 48em) {
  .ly_header__logo {
    margin-right: auto;
  }
}
.ly_header__logo h1 {
  line-height: 1;
  margin: 0 0 0 1.5rem;
}
@media print, screen and (max-width: 40.000em) {
  .ly_header__logo h1 {
    margin: 1rem;
  }
}
.ly_header__logo h1 img {
  width: clamp(180px, 20vw, 220px);
  display: block;
}
@media print, screen and (max-width: 431px) {
  .ly_header__logo h1 img {
    width:
  }
}
.ly_header__logo .logo-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.ly_header__logo .recruit-box {
  border: solid 1px #88C227;
  color: #88C227;
  padding: clamp(0.375rem, 1.2vw, 0.5rem) clamp(0.75rem, 2.5vw, 1rem);
  font-size: clamp(0.7rem, 1vw, 0.8125rem);
  white-space: nowrap;
  transition: background-color 0.3s;
}
.ly_header__logo .logo-link:hover .recruit-box {
  background-color: #76ae20;
  color: #fff;
}
/*navigation*/
.ly_header__nav {
  display: flex;
  margin-left: auto;
}
.ly_header__nav .nav {
  margin: 0;
}
.ly_header__nav li a {
  display: block;
  position: relative;
  font-family: var(--font-secondary);
}
.ly_header__nav .menu-item-has-children > a:after, .ly_header__nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #4d6069;
  transition: 0.2s;
}
@media screen and (max-width: 64em) {
  .ly_header__nav .menu-item-has-children > a:after, .ly_header__nav .menu-item-has-children > a:before {
    background: #fff;
    right: 1rem;
  }
}
.ly_header__nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.ly_header__nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ly_header__nav .menu-item-has-children > a.open:after {
  background: transparent;
}
.ly_header__nav .menu-item-has-children .sub-menu {
  display: none;
}
.ly_header__nav .menu-item-has-children .sub-menu li::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-color: var(--gold);
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 1501px) {
  .ly_header__nav li a {
    padding: 30px 20px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1501px) {
  #ly_header__navbtn, .overlay {
    display: none;
  }
  .ly_header__nav ul {
    display: flex;
  }
  .ly_header__nav li {
    position: relative;
    line-height: 1;
  }
  .ly_header__nav li a {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .ly_header__nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  .ly_header__nav li ul.sub-menu {
    flex-direction: column;
    background: var(--green);
    position: absolute;
    width: 300px;
    left: 50%;
    margin: 0;
    top: 64px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    color: #fff;
  }
  .ly_header__nav li ul.sub-menu--2cols {
    flex-direction: column;
    background: var(--green);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.085);
    position: absolute;
    width: 800px;
    left: 50%;
    margin: 0;
    top: 64px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    color: #fff;
  }
  .ly_header__nav li ul.sub-menu--2cols li {
    width: 50%;
    float: left;
  }
  .ly_header__nav li ul.sub-menu li a {
    line-height: 1.2em;
    font-size: 13px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1501px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .ly_header__nav {
    display: block;
  }
  #ly_header__navbtn {
    top: 12px;
    right: 15px;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ly_header__navbtn .menu-trigger {
    width: 22px;
    height: 18px;
    position: relative;
  }
  #ly_header__navbtn .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.5s;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  #ly_header__navbtn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #ly_header__navbtn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
  .ly_header__nav {
    width: 320px;
    height: 100%;
    overflow: auto;
    padding: 60px 0;
    background: var(--green);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all 0.5s;
  }
  .ly_header__nav.open {
    transform: translateZ(0);
  }
  .ly_header__nav .nav {
    width: 100%;
  }
  .ly_header__nav .nav > li {
    padding: 0 0;
    margin: 0 1.5rem;
    border-bottom: solid 1px #fff;
  }
  .ly_header__nav li a {
    position: relative;
    padding: 12px 15px;
    color: #fff;
  }
  .ly_header__nav .menu-item-has-children .sub-menu {
    padding: 10px 15px;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li {
    padding: 0;
    position: relative;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li a {
    padding: 0.35rem 0;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (max-width: 431px) {
  .ly_header__nav {
    width: 100%;
  }
  #ly_header__navbtn {
    background: var(--green);
  }
  #ly_header__navbtn .menu-trigger span {
    background-color: #fff;
  }
  .ly_header__nav li a {
    padding: 1.5rem 15px;
    text-align: center;
    font-size: 1.125rem;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li a {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .ly_header__nav .menu-item-has-children > a:after, .ly_header__nav .menu-item-has-children > a:before {
    width: 16px;
  }
  .ly_header__nav .menu-item-has-children .sub-menu li::after {
    width: 8px;
    height: 8px;
  }
}
.ly_header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1rem;
  font-family: var(--font-secondary);
}
@media print, screen and (max-width:821px) {
  .ly_header__tel {
    display: none;
  }
}
.header-tel__label {
  font-size: clamp(10px, 1.2vw, 12px);
}
.header-tel__link {
  font-size: clamp(18px, 2vw, 24px);
  font-family: var(--font-secondary);
  text-decoration: none;
  font-weight: 300;
  position: relative;
  padding-left: 2rem;
}
.header-tel__link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon-tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-60%);
  filter: brightness(0) saturate(100%) invert(63%) sepia(70%) saturate(485%) hue-rotate(40deg) brightness(97%) contrast(84%);
}
/*header_contact*/
.ly_header__contact {
  display: flex; /* æ¨ªä¸¦ã³ã«é…ç½® */
  list-style: none; /* ãƒªã‚¹ãƒˆãƒžãƒ¼ã‚«ãƒ¼ã‚’å‰Šé™¤ */
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .ly_header__contact {
    display: none;
  }
}
.ly_header__contact li {
  width: 100px;
  height: 100%;
}
.ly_header__contact li a {
  flex: 1; /* å„é …ç›®ã‚’å‡ç­‰ã«é…ç½® */
  text-align: center; /* ãƒ†ã‚­ã‚¹ãƒˆã‚’ä¸­å¤®æƒãˆ */
  padding: 1rem 0.5rem 0.65rem;
  position: relative; /* ç–‘ä¼¼è¦ç´ ã®ä½ç½®åŸºæº– */
  color: #fff; /* ãƒ†ã‚­ã‚¹ãƒˆã®è‰²ã‚’ç™½ã«è¨­å®š */
  font-size: 0.75rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .ly_header__contact li a {
    padding: 1rem 0.15rem 0.65rem;
  }
}
/* è‰²è¨­å®š */
.ly_header__contact--guideline a {
  background-color: var(--blue);
}
.ly_header__contact--entry a {
  background-color: var(--orange);
}
/* å„é …ç›®ã«ç–‘ä¼¼è¦ç´ ã§ã‚¢ã‚¤ã‚³ãƒ³ã‚’è¿½åŠ  */
.ly_header__contact li a::before {
  content: ""; /* ã‚¢ã‚¤ã‚³ãƒ³ã‚’è¿½åŠ ã™ã‚‹ã‚¹ãƒšãƒ¼ã‚¹ */
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem; /* ä¸­å¤®æƒãˆã¨ä¸Šä¸‹ã®ã‚¹ãƒšãƒ¼ã‚¹ */
}
.ly_header__contact--guideline a::before {
  background-image: url("../img/common/icon-file.webp"); /* ã‚¢ã‚¤ã‚³ãƒ³ç”»åƒ (WEBäºˆç´„) */
}
.ly_header__contact--entry a::before {
  background-image: url("../img/common/icon-mail.webp"); /* ã‚¢ã‚¤ã‚³ãƒ³ç”»åƒ (ãƒ¡ãƒ¼ãƒ«ç›¸è«‡) */
}
/* ãƒªãƒ³ã‚¯ã‚¹ã‚¿ã‚¤ãƒ«ã®èª¿æ•´ */
.ly_header__contact a {
  text-decoration: none;
  color: inherit;
}
/* footer
============================================================================================================ */
.ly_footer {
  padding: clamp(4rem, 8vw, 6rem) 0 0;
}
@media screen and (max-width: 834px) {
  .ly_footer__card {
    display: block;
  }
}
.ly_footer__header {
  display: flex; 
  align-items: center; 
  gap: 2rem; 
  margin-bottom: 1rem;
}@media screen and (max-width: 431px) {
  .ly_footer__header {
    flex-direction: column;
    align-items: flex-start; /* 左寄せにしたい場合 */
  }
}

.ly_footer__logo {
  margin: 0; 
}
.ly_footer__sns {
  margin: 0;
}
.ly_footer__sns .instagram-icon img {
  width: 44px; 
  height: auto;
}
.ly_footer__tel {
  font-size: clamp(20px, 2vw, 24px);
  position: relative;
  display: flex;
  align-items: center;
}
.ly_footer__tel a {
  text-decoration: none;
  color: inherit;
  padding-left: 2.5rem;
  position: relative;
  line-height: 1;
  font-family: var(--font-secondary);
  font-size: 2.25rem;
  font-weight: 300;
}
.ly_footer__tel a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/common/icon-tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(70%) saturate(485%) hue-rotate(40deg) brightness(97%) contrast(84%);
}
.ly_footer__tel--time {
  font-size: 12px;
  margin-bottom: 1rem;
}
.ly_footer__contact {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
}
@media print, screen and (max-width: 431px) {
  .ly_footer__contact {
    display: none;
  }
}
.ly_footer__contact li {
  flex: 1;
  text-align: center;
}
.ly_footer__contact li a {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  justify-content: center;
  padding: 1rem 10px;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  color: #fff;
  border-radius: 4px;
}
.ly_footer__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}
.ly_footer__bnr li {
  display: inline-block;
}
.ly_footer__bnr a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ly_footer__copyright {
  font-size: 0.75rem;
  padding: 0;
  text-align: center;
  color: #555;
  margin: clamp(2rem, 6vw, 5rem) 0 clamp(7rem, 4vw, 3rem);
}
.ly_footer__contact .ly_footer__contact--reserve a {
  background-color: var(--green);
  background-color: #cda716;
}
.ly_footer__contact .ly_footer__contact--line a {
  background-color: #00b900;
}
.ly_footer__contact .ly_footer__contact--shop a {
  background-color: var(--green);
}
.ly_footer__contact li:first-child {
  margin-left: 0;
}
.ly_footer__contact li:last-child {
  margin-right: 0;
}
.ly_footer__contact a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_footer__contact--reserve a::before {
  background-image: url("../img/common/icon-calendar.webp");
}
.ly_footer__contact--line a::before {
  background-image: url("../img/common/icon-line.webp");
}
.ly_footer__contact--shop a::before {
  background-image: url("../img/common/icon-shop.webp");
}
@media (max-width: 415px) {
  .ly_footer__contact li a {
    flex-direction: column;
    align-items: center;
  }
  .ly_footer__contact a::before {
    margin: 0 0 8px;
  }
  .ly_footer__contact li a {
    font-size: 0.7rem;
  }
}
.ly_footer__timetable {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: clamp(0.75rem, 2.5vw, 1rem);margin-bottom: 1rem;
}
.ly_footer__timetable th {
  background-color: #E9F7DB;
  padding: clamp(0.35rem, 2vw, 0.65rem);
  font-weight: 500;
}
.ly_footer__timetable td {
  padding: clamp(0.35rem, 2vw, 0.65rem);
  border-bottom: 1px solid #ccc;
}
.ly_footer__timetable .highlight, .ly_footer__timetable--exp .highlight {
  color: var(--green);
  font-weight: bold;
  background: none;
}
.ly_footer__timetable td:first-child {
  padding-left: 1.5rem;
  text-align: left;
}
.ly_footer__map__notice {
  color: var(--green);
  border: 2px solid #ccc;
  border-color: var(--green);
  padding: 0.5rem;
  margin: 1rem 0 0;
  text-align: center;
}
.ly_footer__sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 4rem 0;
}
.ly_footer__sitemap__item {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
}
.ly_footer__sitemap__item dl{
  margin-bottom:2rem;
}
.ly_footer__sitemap__item.two-columns-wrap {
  width: 55%;
}
@media screen and (max-width: 831px) {
  .ly_footer__sitemap__item {
    flex: 0 0 47%;
    margin-bottom: 2rem;
  }
  .ly_footer__sitemap__item.two-columns-wrap {
    flex: 0 0 100%;
    margin-bottom: 3rem;
  }
}
.ly_footer__sitemap__title {
  font-size: clamp(0.9375rem, 2.5vw, 1rem);
  font-weight: 500;
  margin-bottom: 1rem;
  
}
.ly_footer__sitemap__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ly_footer__sitemap__content.two-columns ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.ly_footer__sitemap__content li {
  margin: 0 0 12px;
  font-size: 0.8rem;
  letter-spacing: 0;
  position: relative;
  padding-left: 1em;
}
.ly_footer__sitemap__content li::before {
  content: '-';
  position: absolute;
  left: 0;
}
.ly_footer__sitemap__content.two-columns li {
  margin: 0 0 0;
}
.ly_contact--sp {
  display: none;
}
@media print, screen and (max-width: 40em) {
  .ly_contact--sp {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 1rem 1.5rem;
  }
  .ly_contact--sp.ly_contact__footer {
    padding: 0;
  }
  .ly_contact__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
  .ly_contact__item {
    flex: 1;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .ly_contact__item::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 1rem;
  }
  /* å„ã‚¢ã‚¤ã‚³ãƒ³ */
  .ly_contact__tel::before {
    background-image: url('../img/common/icon-tel.webp');
    filter: brightness(0) saturate(100%) invert(100%) brightness(105%) contrast(105%);
  }
  .ly_contact__guideline::before {
    background-image: url('../img/common/icon-line.webp');
  }
  .ly_contact__entry::before {
    background-image: url('../img/common/icon-mail.webp');
  }
  .ly_contact__footer .ly_contact__mail::before {
    filter: none;
  }
  /* èƒŒæ™¯è‰² */
  .ly_contact__tel {
    background-color: var(--blue);
  }
  .ly_contact__guideline {
    background-color: #22b952;
  }
  .ly_contact__entry {
    background-color: var(--orange);
  }
  .ly_contact__shop {
    background- background-color: var(--green);
  }
  .ly_contact__link {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0;
    padding: 3rem 0.25rem 0.75rem;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ly_contact__mail .ly_contact__link {
    color: var(--green);
  }
  .ly_contact__footer .ly_contact__mail {
    background-color: var(--green);
  }
  .ly_contact__footer .ly_contact__mail .ly_contact__link {
    color: #fff;
  }
}
/*ly_contact*/
.ly_contact {
  background: var(--green);
  background-size: cover;
  background-position: center center;
  padding: clamp(3rem, 6vw, 5rem) 0;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 431px) {
  .ly_contact {
    text-align: left;
  }
}
.ly_contact .section-heading::before {
  color: #fff;
}
.ly_contact .ly_contact__links {
  display: flex;
  gap: 2rem; /* è¦ç´ é–“ã®é–“éš” */
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}
@media print, screen and (max-width: 431px) {
  .ly_contact .ly_contact__links {
    display: block;
  }
}
.ly_contact .ly_contact__links .contact-item {
  flex-basis: 48%;
  text-align: center;
  margin: 1.5rem 0 0;
}
.ly_contact .ly_contact__links .button-guideline {
  background: var(--blue);
  max-width: 100%;
}
.ly_contact .ly_contact__links .button-entry {
  background: var(--orange);
  max-width: 100%;
}
.ly_contact .contact-tel {
  text-decoration: none;
  color: inherit;
  padding-left: 2.25rem;
  position: relative;
  line-height: 1;
  font-family: var(--font-secondary);
  font-size: 2.25rem;
  font-weight: 300;
}
.ly_contact .contact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon-tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-60%);
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(0%) hue-rotate(187deg) brightness(109%) contrast(97%);
}
.ly_pagetop {
  position: fixed;
  bottom: 90px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  
  background-color: var(--green);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (max-width: 40.000em) {
  .ly_pagetop {
    bottom: 160px;
    width: 44px;
    height: 44px;right: 10px;
	  display:none;
  }
}
.ly_pagetop::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
  
}
.ly_pagetop.show {
  opacity: 1;
  visibility: visible;
}
.ly_line-banner {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9999;
  background-color: #22b952;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* モバイル非表示 */
@media print, screen and (max-width: 40em) {
  .ly_line-banner {
    display: none;
  }
}
/* aタグをバナー全体に広げる */
.ly_line-banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  padding: 50px 20px 20px;
}
/* LINEアイコン */
.ly_line-banner a::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url('../img/common/icon-line.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* 各文字を縦並びに */
.ly_line-banner a span {
  display: block;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 9999;
}
#loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media print, screen and (max-width: 40.000em) {
  .grecaptcha-badge  {
  
  bottom: 90px !important;
  
}
}