@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: #51a064;
  --green2: #55a869;
  --lgreen: #90c31f;
  --orange: #ee8443;
  --blue: #75c8f3;
  --yellow: #f4cb4f;
  --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(2rem, 3vw, 2rem);
  position: relative;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: var(--green);
}
@media screen and (max-width: 431px) {
  .section-heading {
  letter-spacing:-1px;
}
}
.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);
  position: relative;
  font-weight: 500;
}
.section-subheading {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  margin-bottom: 2rem;
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: none;
}
.section-caption {
  position: relative;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 4vw, 1.35rem);
  letter-spacing: 2px;
  padding: 0.35rem 1.5rem;
}
.section-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: var(--green2);
  border-radius: 8px;
}
.section-caption-2 {
  background: #ddeed1;
  padding: 1rem;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.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: -33px;
  }
  .ly_wave02::before {
    height: 40px;
    top: -33px;
  }
}
.ly_header {
  padding: 1rem 1.5rem;
}
@media print, screen and (max-width: 431px) {
  .ly_header {
    padding: 1rem;
  }
}
.ly_header__inner {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .ly_header__inner {
    flex-wrap: wrap;
  }
}
.ly_header__logo {
  margin-right: auto;
}
@media screen and (max-width: 641px) {
  .ly_header__logo {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 431px) {
  .ly_header__logo {
    flex-basis: 50%;
    margin: 0.5rem 0 0 0;
  }
}
.ly_header__title {
  font-size: 12px;
  margin: 0 0 1rem;
}
@media print, screen and (max-width: 431px) {
  .ly_header__title {
    font-size: 10px;
    margin-right: 60px;
  }
}
.ly_header__logo .logo-link img {
  max-height: 60px;
  height: auto;
}
.ly_header__tel {
  margin-right: 1rem;
}
.ly_header__contact .tel img {
  height: auto;
  max-width: 240px;
}
@media screen and (max-width: 834px) {
  .ly_header__contact .contact {
    margin: 1rem 0 0;
    width: 100%;
  }
}
.ly_header__contact .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.ly_header__contact .btn-row .btn {
  flex: 1 1 auto;
}
.ly_header__contact .btn-row .btn .button {
  letter-spacing: -0.15px;
  max-width: initial;
  padding: 0.85rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.8125rem;
}
.ly_header__contact .button::after, .ly_header__contact .button::before {
  content: none;
}
.button.yellow {
  background: #e5a300;
}
.button.blue {
  background: #2da7e0;
}
.button.green {
  background: #92c83e;
}
.button.purple {
  background: #7d4ab8;
}
.button.orange {
  background: #ec7c9b;
}
.ly_header__contact .btn-row-02 {
  justify-content: flex-start;
}
.ly_header_bnrs {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  justify-content: space-between;
  max-width: 75rem;
  margin: 0 auto;
}

.ly_header_bnrs > div {
  width: 100%;
  flex-basis: 36%;
}

.ly_header_bnrs > .btn--line {
  flex-basis: 22%;
}

.ly_header_bnrs img {
  display: block;
  width: 100%;
  height: auto;
}

.ly_header_bnrs a {
  display: block;
}

@media print, screen and (max-width: 40.000em) {
  .ly_header_bnrs {
    flex-wrap: wrap;
  }
  .ly_header_bnrs > div {
    width: 100%;
    text-align: center;
    flex-basis: 100% !important;
    margin-bottom: 1.25rem;
  }
  .ly_header_bnrs > .btn--line {
    margin-bottom: 0;
  }
}

/*navigation*/
.ly_header__nav {
  display: flex;
}
.ly_header__nav .nav {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  z-index: 1;
}
.ly_header__nav li a {
  display: block;
  position: relative;
  font-family: var(--font-secondary);
}
/* V字を作る線 */
.ly_header__nav .menu-item-has-children > a:before, .ly_header__nav .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 1.25px;
  background: #55a869;
  transition: transform 0.3s;
}
/* 左下がりの線（左側に寄せる） */
.ly_header__nav .menu-item-has-children > a:before {
  right: 6px;
  transform: translateY(-50%) rotate(40deg);
}
/* 右下がりの線（右側に寄せる） */
.ly_header__nav .menu-item-has-children > a:after {
  right: 0; /* ←右側に配置 */
  transform: translateY(-50%) rotate(-40deg);
}
/* 開いたときは ∧（上向き） */
.ly_header__nav .menu-item-has-children > a.open:before {
  transform: translateY(-50%) rotate(-40deg);
}
.ly_header__nav .menu-item-has-children > a.open:after {
  transform: translateY(-50%) rotate(40deg);
}
/* スマホ時は白に */
@media screen and (max-width: 64em) {
  .ly_header__nav .menu-item-has-children > a:before, .ly_header__nav .menu-item-has-children > a:after {
    background: #fff;
  }
}
.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: 1024px) {
  #ly_header__navbtn, .overlay {
    display: none;
  }
  .ly_header__nav ul {
    display: flex;
    justify-content: space-between;
  }
  .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: 1024px) {
  .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: 1024px) {
  #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.25rem 1.5rem;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .ly_header__nav {
    width: 100%;
  }
}
.ly_header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1rem;
  font-family: var(--font-secondary);
}
@media screen and (max-width: 834px) {
  .ly_header__tel {
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 641px) {
  .ly_header__tel {
    margin: 0.5rem 3rem 0 0;
    flex-basis: 40%;
  }
}
@media screen and (max-width: 431px) {
  .ly_header__tel {
    margin: 1rem 0 0 5%;
    flex-basis: 45%;
  }
}
.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: 834px) {
  .ly_header__contact {
    width: 100%;
  }
}
.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 0 clamp(2rem, 5vw, 5rem);
  background-color: #fff;
  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: 1280px;
  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__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, 3vw, 4.5rem) clamp(1.5rem, 4vw, 5rem);
  border-radius: clamp(1.5rem, 2vw, 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 screen and (max-width: 768px) {
  .ly_top-intro .box {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }

  .ly_top-intro .schedule-table th,
  .ly_top-intro .schedule-table td {
    font-size: 0.9375rem;
    padding: 1rem 0.5rem;
  }

  .ly_top-intro .schedule-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ly_top-intro .schedule-table table {
    min-width: 600px;
  }
}

.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 {
  background-color: #ddeed1;
  background-color: #fff;
  border-radius: clamp(2rem, 4vw, 4rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 3vw, 3rem);
  margin: 0 clamp(1.5rem, 3.5vw, 3.5rem);
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 431px) {.ly_greeting {
  
  padding: clamp(3rem, 7vw, 7rem) 0.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__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 {
  background-color: #f9f9e9;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.ly_top_news__left {
  flex: 0 0 30%;
}
.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: 4rem 0;
  position: relative;
}
.ly_feature .grid-container {
  max-width: 100rem;
}
.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_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: 3rem 0;
}
@media (max-width: 1025px) {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  grid-template-columns: 1fr;
}
.ly_feature_card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2rem;
}
@media (max-width: 431px) {
  .ly_feature_card {
  
  padding: 1.5rem;
}
}
.ly_feature_card__image {
  position: relative;
  margin-bottom: 20px;
  text-align: center; /* 画像は中央に */
}
.ly_feature_card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
/* ナンバリング */
.ly_feature_card__num {
  position: absolute;
  left: 16px;
  bottom: -2rem;
  font-size: 3rem;
  font-weight: bold;
  color: var(--lgreen);
}
/* 本文部分 */
.ly_feature_card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ly_feature_card__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.5rem 0 1rem;
  letter-spacing: -1px;
  text-align: center;
}
.ly_feature_card__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: left; /* 本文は左揃え */
}
/* ボタン */
.ly_feature_card .button {
  max-width: 200px;
  margin: 0 auto; /* 中央寄せ */
}
.ly_feature_card .button:hover {
  background: #3b8c3b;
}
/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .ly_feature_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ly_feature_cards {
    grid-template-columns: 1fr;
    gap: 2rem; /* スマホ時は少し狭める */
  }
  .ly_feature_card__title {
    font-size: 18px;
  }
  .ly_feature_card__text {
    font-size: 14px;
  }
}
.ly_treatment_section {
  margin: 3rem auto;
  padding: clamp(2rem, 4vw, 4rem);
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 431px) {
  .ly_treatment_section {
  padding: 1.5rem;
  margin: 2rem auto;
}
}
.ly_treatment_section .treatment__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 3rem);
  margin-bottom: 4rem;
}
.ly_treatment_section .treatment__item {
  flex: 1 1 calc(33.333% - 3rem);
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 2.5vw, 2.5rem) clamp(1rem, 2vw, 2rem);
  border-radius: 2rem;
  background: #f9f9f9;
}
@media (max-width: 601px) {
  .ly_treatment_section .treatment__item {
    flex: 1 1 100%;
    padding: 2rem;
    margin: 0 0 1rem;
  }
}
.ly_treatment_section .treatment__item .treatment__thumb {
  text-align: center;
  margin-bottom: 1rem;
}
.ly_treatment_section .treatment__item .treatment__thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.ly_treatment_section .treatment__item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
.ly_treatment_section .treatment__item.ear {
  background: #e6fac8;
}
.ly_treatment_section .treatment__item.nose {
  background: #d5f0ff;
}
.ly_treatment_section .treatment__item.throat {
  background: #fffae7;
}
.ly_treatment_section .treatment__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ly_treatment_section .treatment__item ul li {
  margin: 1rem 0;
  padding-left: 2.5rem;
  position: relative;
}
.ly_treatment_section .treatment__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #51ae51;
}
/* 矢印本体 */
.ly_treatment_section .treatment__item ul li::after {
  content: "";
  position: absolute;
  left: 0.5rem; /* 円の中で中央寄せ */
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ly_treatment_section .treatment__item.nose ul li::before {
  background: var(--blue);
}
/* のど */
.ly_treatment_section .treatment__item.throat ul li::before {
  background: var(--yellow);
}
.ly_treatment_section .treatment__others h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.ly_treatment_section .treatment__banners {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 3rem);
}
.ly_treatment_section .treatment__banners .banner {
  flex: 1 1 calc(50% - 1.5rem);
  display: block;
}
@media (max-width: 601px) {
  .ly_treatment_section .treatment__banners .banner {
    flex: 1 1 100%;
  }
}
.ly_treatment_section .treatment__banners .banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.ly_treatment_section .treatment__consult {
  display: flex;
  gap: 2rem; /* ボタン間の余白 */
  justify-content: space-between;
  margin-bottom: 2rem;
}
.ly_treatment_section .treatment__consult .btn {
  flex: 1;
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 2px #fff;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  border-radius: 1.75rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.10);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 768px) {
  .ly_treatment_section .treatment__consult {
    flex-direction: column; /* ← これを追加 */
  }
  .ly_treatment_section .treatment__consult .btn {
    width: 100%;
  }
}
.ly_treatment_section .treatment__consult .btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
/* 各ボタンの背景色 */
.ly_treatment_section .treatment__consult .btn.purple {
  background: #673ab6;
}
.ly_treatment_section .treatment__consult .btn.green {
  background: #9bcb1f;
}
.ly_treatment_section .treatment__consult .btn.red {
  background: #f07778;
}
.ly_treatment_section .treatment__consult .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
}
.ly_treatment_section .treatment__consult .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid;
  border-top: 2px solid;
}
.ly_treatment_section .treatment__consult .btn.purple::after {
  border-color: #673ab6;
}
.ly_treatment_section .treatment__consult .btn.green::after {
  border-color: #9bcb1f;
}
.ly_treatment_section .treatment__consult .btn.red::after {
  border-color: #f07778;
}
/* footer
============================================================================================================ */
.ly_footer {
  background: #ddeed1;
  padding: clamp(4rem, 9vw, 6rem) 0 0;
}
.ly_footer.ly_wave02 {
  margin-top: 12rem;
}
@media screen and (max-width: 601px) {
	.ly_footer.ly_wave02 {
  margin-top: 9rem;
}
}
.ly_footer.ly_footer-sub {
  margin-top: 15rem;
}
.ly_footer__logo-tel {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.ly_footer__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.ly_footer__contact .btn {
  flex: 0 0 calc(50% - 0.5rem);
  margin: 0;
  text-align: center; /* 中央寄せ */
}
@media screen and (max-width: 601px) {
  .ly_footer__contact .btn:nth-child(1),
  .ly_footer__contact .btn:nth-child(2) {
    flex: 0 0 calc(50% - 0.5rem);
  }

  /* 3つ目以降は1列 */
  .ly_footer__contact .btn:nth-child(n+3) {
    flex: 0 0 100%;
  }
  .ly_footer__contact .btn:last-child .button br {
  display:none;
}
}
.ly_footer__contact .btn .button {
  max-width: initial;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.ly_footer__copyright {
  background: #55a869;
  color: #fff;
  font-size: 0.75rem;
  margin: 5rem 0 0;
  text-align: center;
  padding: 3rem 0;
}
.ly_bnr-timetable {
  position: fixed;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.ly_bnr-timetable img {
  width: 66px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ly_bnr-timetable img {
    width: 55px;
  }
}
.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: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: solid 2px #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;
	border-radius:50%;
}
.ly_footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ly_footer__nav li {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0;
  flex: 0 0 48%;
  font-size: 0.9375rem;
  letter-spacing: 0;
}

@media screen and (max-width: 40em) {
  .ly_footer__nav li {
    flex: 0 0 100%; 
  }
}
@media screen and (max-width: 48em) {
  .ly_footer__nav li {
    font-size: 0.75rem;
  }
}
.ly_footer__nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: ;
 
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--green);
}

.ly_footer__nav li::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 9px;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ly_footer__map iframe {border-radius:2rem;}
.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);
}
@media print, screen and (max-width: 40em) {
	.ly_pagetop {
  width: 44px;
  height: 44px;
}
	.ly_pagetop::before {
  width: 14px;
  height: 14px;
  
}
}
.ly_pagetop.show {
  opacity: 1;
  visibility: visible;
}
/* --- モーダル全体 --- */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
}

/* --- コンテンツ --- */
.popup-content {
  background: #fff;
  max-width: 680px;
  padding: 2rem;
  margin:0 1.5rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

/* --- テキスト --- */
.popup-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* --- ボタン --- */
.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.popup-btn {
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: opacity 0.2s;
}

.popup-btn.ok {
  background-color: var(--lgreen);
  color: #fff;
  
}

.popup-btn.cancel {
  background-color: #ccc;
  color: #333; 
}

.popup-btn:hover {
  opacity: 0.8;
}

/* --- アニメーション --- */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* temporary-popup */
.temporary-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.temporary-popup.is-open {
  display: block;
}
.temporary-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
}

/* ★ 絶対位置で縦横中央に配置 */
.temporary-popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  
  transform: translate(-50%, -50%);
  max-width: min(720px, 95vw);
width: 100%;
  text-align: center;
  animation: popupFadeIn 0.3s ease;
  z-index: 2;
}
.temporary-popup__box a {
  display: block;
}
.temporary-popup__box img {
  width: 100%;
  height: auto;
  display: block;
  
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}
.temporary-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 28px;
  line-height: 1;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 3;
}
.temporary-popup__close:hover {
  color: #333;
}
@keyframes popupFadeIn {
  from { opacity: 0; transform: translate(-50%, -55%) scale(0.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .temporary-popup__box { animation: none; }
}
/* ===== スマホ右下固定バナー ===== */
.temporary-banner {
  position: fixed;
  right: 80px;
  bottom: 1rem;
  z-index: 9998;
  display: none; /* デフォルトは非表示（スマホのみ表示） */
}
.temporary-banner a {
  display: block;
}
.temporary-banner img {
  width: 360px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  display: block;
}

/* スマホでのみ表示 */
@media (max-width: 768px) {
  .temporary-banner img {
  width: 260px;
  
}
}
/* 画像を上下に動かす（幅広め・速め） */
.temporary-popup__box img,.temporary-banner img  {
  animation: floatUpDown 1.9s ease-in-out infinite;
}

/* 上下にふわっと動く */
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-25px); } /* 上へ20px */
  100% { transform: translateY(0); }
}

