@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
:root {
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --green: #006428;
  --green2: #55a869;
  --lgreen: #90c31f;
  --orange: #ee8443;
  --blue: #3C8BE2;
  --shadow: 0 4px 8px rgba(0, 0, 0, 0.075);
  --bg-green: #ddeed1;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #f6f8e7;
  color: #634f2f;
  font-size: clamp(0.875rem, 1vw, 1rem);
}
p {
  margin-bottom: clamp(1.5rem, 1.85vw, 1.85rem);
  line-height: 2;
  text-rendering: optimizeLegibility;
}
.section-heading {
  font-size: clamp(1.75rem, 3vw, 2rem);
  position: relative;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--green);
}
.section-heading::before {
  content: attr(data-text);
  display: block;
  font-size: 1.25rem;
  font-family: var(--font-accent);
  color: var(--lgreen);
  letter-spacing: 1px;
  font-weight: 300;
}
.section-heading .en {
  display: block;
  font-size: 4rem;
  color: var(--orange);
  letter-spacing: 0;
  font-weight: 900;
}
.section-heading .en::first-letter {
  color: var(--green);
}
.section-lead {
  font-size: clamp(1.125rem, 1vw, 1.5rem);
  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);
  margin-bottom: 1.5rem;
  color: var(--green);
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 500;
}

.section-caption {
  position: relative;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 1.25rem;
  font-size: clamp(1rem, 4vw, 1.125rem);
  letter-spacing: 2px;padding: 0.35rem 1.25rem;
}
.section-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: var(--green2);
  border-radius: 8px;
}
.ly_wave, .ly_wave02 {
  position: relative;
}
.ly_wave {
  margin-bottom: clamp(9rem, 10vw, 15rem);
}
.ly_wave02 {
  margin-top: clamp(9rem, 10vw, 15rem);
}
.ly_wave::after {
  content: "";
  display: block;
  background-image: url(../img/bg-wave02.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -69px;
  z-index: 1;
}
.ly_wave02::before {
  content: "";
  display: block;
  background-image: url(../img/bg-wave01.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: -69px;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .ly_wave::after {
    height: 50px;
    background-size: 100% auto;
    bottom: -45px;
  }
  .ly_wave02::before {
    background-size: 100% auto;
    height: 50px;
    top: -45px;
  }
}
@media screen and (max-width: 641px) {
  .ly_wave::after {
    height: 40px;
    bottom: -35px;
  }
  .ly_wave02::before {
    height: 40px;
    top: -35px;
  }
}
.ly_header {
  padding: 2rem 1.5rem;
  text-align: center;
}
.ly_header .ly_header__logo h1 {
  font-weight: normal;
  margin: 0;
}
.ly_header .logo-text {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #6b4c1e;
}
.ly_header .logo-link img {
  max-width: 320px;
  height: auto;
}
@media (max-width: 600px) {
  .ly_header {
    padding: 1rem;
  }
  .ly_header .logo-link img {
    max-width: 240px;
  }
  .ly_header .logo-text {
    font-size: 0.8rem;
  }
}
/*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: 1279px) {
  #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: clamp(12px, 1vw, 20px);
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
  }
  .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: 240px;
    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: 1279px) {
  .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);
    border-radius: 1rem;
  }
  #ly_header__navbtn .menu-trigger span {
    background-color: #fff;
  }
  .ly_header__nav li a {
    text-align: center;
    font-size: 1.25rem;
    padding: 1.5rem;
    color: #fff;
  }
}
.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:601px) {
  .ly_header__tel {
    display: none;
  }
}
.header-tel__label {
  font-size: clamp(10px, 1.2vw, 14px);
}
.header-tel__link {
  font-size: clamp(18px, 2vw, 26px);
  font-family: var(--font-secondary);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
}
.header-tel__link::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/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__reserve a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fae87d;
  color: #6b3e00;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 0 0 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 1279px) {
  .ly_header__reserve a {
    padding: 1.25rem;
    border-radius: 0;
  }
}
@media print, screen and (max-width: 821px) {
  .ly_header__reserve a {
    padding: 0.8125rem 1rem;
    border-radius: 0;
  }
}
@media print, screen and (max-width: 641px) {
  .ly_header__reserve {
    display: none;
  }
}
.ly_header__reserve img {
  width: 32px;
  height: 32px;
  margin-bottom: 0.65rem;
}
.ly_header__reserve span {
  font-size: 1rem;
  line-height: 1.2;
}
.ly_top-mv {
  margin: 0 clamp(1.5rem, 3vw, 3rem) clamp(2rem, 5vw, 5rem);
  background-color: #fff;
  border-radius: clamp(1rem, 2vw, 3rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: clamp(2.5rem, 4vw, 4rem);
}
@media print, screen and (max-width: 431px) {
  .ly_top-mv {
    padding: 3rem 2rem 2rem;
  }
}
.ly_top-mv__box {
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
}
.ly_top-mv__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.ly_top-mv__col {
  flex: 1;
  min-width: 280px;
}
.ly_top-mv__col--left {
  flex-basis:42.5%;
}
.ly_top-mv__col--right {
  flex-basis:52.5%;
}
.ly_top-mv__block {
  text-align: center;
}
.ly_top-mv__block img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .ly_top-mv__inner {
    flex-direction: column;
  }
}
.ly_top-intro .box {
  background: #fff;
  
  padding: clamp(2rem, 4vw, 4.5rem) clamp(2.5rem, 5vw, 5rem);
  border-radius: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.ly_top-intro .schedule-table {
  
  overflow: hidden;
}
.ly_top-intro .schedule-table th {
  background-color: #f0f8dd;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 2rem 1rem;
  color: #7d561a;
  font-size: 1.125rem;
}
.ly_top-intro .schedule-table td {
  text-align: center;border-bottom: 1px solid #ccc;
  font-weight: 600;
  background: #fff;
  font-size: 1.125rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .ly_top-intro .schedule-table th,
  .ly_top-intro .schedule-table td {
    padding: 1rem 0.25rem;
	font-size:0.875rem;
  }
}
.ly_recruit_header {
  background-color: #f9f9e9;
}
.ly_recruit_header__row {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.ly_recruit_header__img {
  flex: 1;
  text-align: center;
}
.ly_recruit_header__img img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}
.ly_recruit_header__center {
  flex: 1.2;
  text-align: center;
}
.ly_recruit_header__center img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.ly_recruit_header__text {
  font-size: 1.5rem;
  color: #5c3b1c;
  margin: clamp(1rem, 2vw, 2rem) auto;
  line-height: 1.6;
}
.ly_recruit_header__icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.ly_recruit_header__icons img {
  max-width: 160px;
  height: auto;
}
@media (max-width: 769px) {
  .ly_recruit_header__row {
    flex-wrap: wrap;
    gap: 0;
  }
  .ly_recruit_header__img.img-left {
    order: 1;
    flex-basis: 50%;
  }
  .ly_recruit_header__img.img-right {
    order: 2;
    flex-basis: 50%;
  }
  .ly_recruit_header__img.img-left img {
    border-radius: 2rem 0 0 2rem;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
  }
  .ly_recruit_header__img.img-right img {
    border-radius: 0 2rem 2rem 0;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
  }
  .ly_recruit_header__center {
    order: 3;
    flex-basis: 100%;
  }
}
.ly_recruit_body {
  background-color: var(--bg-green);
  padding: clamp(2rem, 4vw, 4rem) clamp(3rem, 7vw, 7rem) clamp(3rem, 5vw, 5rem);
  border-radius: 3rem;
  margin-top: clamp(2rem, 5vw, 5rem);
}
@media print, screen and (max-width: 431px) {
  .ly_recruit_body {
    padding: 1rem 1.5rem;
    border-radius: 2rem;
  }
}
.ly_recruit_body__content {
  background-color: #fff;
  border-radius: 2rem;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(2rem, 5vw, 5rem);
  margin: 0 auto;
}
@media print, screen and (max-width: 431px) {
  .ly_recruit_body__content {
    padding: 1rem;
    margin: 0 auto;
    border-radius: 1rem;
  }
  .ly_recruit_body__content table {
    margin: 0 auto;
  }
  .ly_recruit_body__content table th, .ly_recruit_body__content table td {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .ly_recruit_body__content table th {
    background: #f5f5f5;
  }
}
.ly_recruit_body__button {
  text-align: center;
  margin-top: 2.5rem;
}

.ly_greeting__inner {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-direction: row-reverse;
}
.ly_greeting__image {
  flex: 0 0 30%;
  text-align: center;
}
.ly_greeting__image img {
  max-width: 340px;
}
.ly_greeting__text {
  flex: 1;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .ly_greeting__inner {
    flex-direction: column;
  }
  .ly_greeting__image {
    order: 1;
  }
  .ly_greeting__text {
    order: 2;
  }
}
.ly_top_news--wrap {
  background-color: #ddeed1;
  padding: 6rem 0;
  position: relative;
}
.ly_top_news {
  
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.ly_top_news__left {
  flex: 0 0 360px;
}
.ly_top_news__right {
  flex: 1;
  min-width: 360px;
}
.ly_top_news__right .button {
  display: none;
}
.ly_top_news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ly_top_news__item {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #cce3c4;
}
.ly_top_news__date {
  color: var(--lgreen);
  white-space: nowrap;
  flex-shrink: 0;
}
.ly_top_news__title {
  text-decoration: none;
  line-height: 1.6;
}
.ly_top_news__title:hover {
  text-decoration: underline;
}
/* Ã£Æ’Â¬Ã£â€šÂ¹Ã£Æ’ÂÃ£Æ’Â³Ã£â€šÂ·Ã£Æ’â€“ */
@media (max-width: 768px) {
  .ly_top_news {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .ly_top_news__left {
    text-align: center;
    flex: 0;
  }
  .ly_top_news__left .button {
    display: none;
  }
  .ly_top_news__item {
    flex-direction: column;
    gap: 0.5rem;
  }
  .ly_top_news__date {
    font-size: 0.9rem;
  }
  .ly_top_news__right .button {
    display: block;
    margin-top: 2rem;
  }
}
.ly_feature {
  background-color: #55a869;
  padding: 3rem 0 12rem;
  position: relative;
}
.ly_feature.ly_wave::after, .ly_feature.ly_wave02::before {
  filter: brightness(0) saturate(100%) invert(54%) sepia(66%) saturate(309%) hue-rotate(82deg) brightness(94%) contrast(89%);
}
.ly_feature .section-heading {
  color: #fff;
}
.ly_feature .feature__section {
  background-color: #fff;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 3vw, 2.5rem);
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  border-radius: 1.5rem;
}
@media print, screen and (max-width: 431px) {
  .ly_feature .feature__section {
    padding: 1.75rem;
  }
}
.ly_feature .feature__section .bl_card {
  margin: 0;
}
/* footer
============================================================================================================ */
.ly_footer {
  background: #ddeed1;
  padding: clamp(4rem, 9vw, 6rem) 0 0;
  margin-top: 0;
}
.ly_footer.ly_footer-sub {
  margin-top: 15rem;
}
.ly_footer__logo {
  margin: 0; /* ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ¤Ã‚Â½Ã¢â€žÂ¢ÃƒÂ§Ã¢â€žÂ¢Ã‚Â½ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¥Ã¢â‚¬Â°Ã… ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ */
}
.ly_footer__sns {
  margin: 0; /* ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ¤Ã‚Â½Ã¢â€žÂ¢ÃƒÂ§Ã¢â€žÂ¢Ã‚Â½ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¥Ã¢â‚¬Â°Ã… ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ */
}
.ly_footer__sns .instagram-icon img {
  width: 44px; /* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¢ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂµÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂºÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¨Ã‚ÂªÃ‚Â¿ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ */
  height: auto;
}
.ly_footer__copyright {
  background: #55a869;
  color: #fff;
  font-size: 0.75rem;
  margin: 5rem 0 0;
  text-align: center;
  padding: 3rem 0;
}
.ly_footer__schedule h2 {
  background-color: var(--green2);
  border-radius: 3rem;
  color: #fff;font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
.ly_footer__schedule p {
  font-size: 0.875rem;
}
.ly_footer__schedule table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0.65rem;
  color: #7d561a;
    border-radius: 0.65rem;
    overflow: hidden;
}
.ly_footer__schedule table th {
  background-color: #f0f8dd;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 0.65rem 0.25rem;
  color: #7d561a;
}
.ly_footer__schedule table tbody td {
  text-align: center;
  font-weight: 600;
  background: #fff;
  padding: 0.65rem 0.25rem;
  border-bottom: 1px solid #ccc;
}
.ly_footer__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #105c2d;
  margin-bottom: 2rem;
}
.ly_footer__tel::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url("../img/icon-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.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-file.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(--green);
  }
  .ly_contact__guideline {
    background-color: var(--blue);
  }
  .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_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: solid 1px #013285;
  border-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: 100px;
    width: 44px;
    height: 44px;
  }
}
.ly_pagetop::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1.5px solid #013285;
  border-top: 1.5px solid #013285;
  transform: rotate(45deg);
  margin-top: 5px;
  border-color: var(--green);
}
.ly_pagetop.show {
  opacity: 1;
  visibility: visible;
}