@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300..700;1,300..700&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;
  --primary: #573a35;
  --red: #ec6b61;
  --green: #1fa334;
  --green2: #1e9731;
  --lgreen: #8ec31e;
  --yellow: #ede302;
  --brown: #342e2a;
  --lbrown: #dfdac8;
}
/*使い方 var(--pink);*/
body {
  font-family: var(--font-primary);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--primary);
  font-size: 0.9375rem;
}
p {
  margin-bottom: clamp(1.25rem, 1.85vw, 1.85rem);
  line-height: 2;
  text-rendering: optimizeLegibility;
  font-size: 0.9375rem;
}
.section-heading {
  position: relative;
  text-align: center;
  font-size: 2rem;
  color: #4c3b36;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2rem 0 3rem;
  z-index: 1;
  margin-bottom: 4rem;
}
.section-heading::before {
  content: attr(data-text);
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: clamp(4rem, 6vw, 8rem);
  width: 100%;
  color: #f9f8f5;
  z-index: -1;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .section-heading {
    font-size: clamp(1.6rem, 4vw, 2rem);
    letter-spacing: clamp(0.06em, 0.3vw, 0.1em);
    padding: clamp(1.5rem, 4vw, 2rem) 0 clamp(2rem, 6vw, 3rem);
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
  }
  @media screen and (max-width: 431px) {
    .section-heading {
      font-size: 1.45rem;
      letter-spacing: 0.05em;
      padding: 1.2rem 0 1.8rem;
      margin-bottom: 2rem;
    }
  }
  .section-heading::before {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.section-heading__en {
  display: block;
  font-size: 1rem;
  font-family: var(--font-accent);
  color: #7ab341;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}
/* 下の棒線 */
.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1.5px;
  background-color: #c49a6c;
  transform: translateX(-50%);
}
.section-lead {
  font-size: clamp(1.25rem, 4vw, 1.45rem);
  font-family: var(--font-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: inherit;
  letter-spacing: clamp(0.5px, 0.2vw, 1px);
  font-weight: 500;
}
@media screen and (max-width: 821px) {
  .section-lead br {
    display: none;
  }
}
.section-subheading {
  font-size: clamp(1.125rem, 3vw, 1.35rem);
  font-family: var(--font-primary);
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 500;
  border-bottom: solid 1px #af9d99;
}
.section-subheading-2 {
  font-size: clamp(1.125rem, 3vw, 1.35rem);
  font-family: var(--font-primary);
  /*border-bottom: 1px dashed #5E9D7A;
  padding-bottom: 1rem;*/ margin-bottom: 1rem;
  letter-spacing: clamp(0px, 0.2vw, 2px);
  position: relative;
  font-weight: 500;
  /*color:var(--green2);*/
}
.section-subheading-3 {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.35rem);
  font-weight: 500;
  
  margin-bottom: 2rem;
  background-color: #f7f4eb;
  padding: 1rem 1rem 1rem 2.5rem;
  border-radius: 0.65rem;
}@media screen and (max-width: 431px) {
  .section-subheading-3 {
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    border-radius: 0.5rem;
  }
}
.section-subheading-3::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 50%;
  background: linear-gradient(180deg, rgba(122, 179, 65, 1) 0%, rgba(74, 170, 58, 1) 27%, rgba(31, 163, 52, 1) 50%, rgba(78, 171, 59, 1) 76%, rgba(122, 179, 65, 1) 100%);
  border-radius: 8px;
}
.section-caption {
  font-weight: 500;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  letter-spacing: 1px;
  position: relative;
}
.section-caption::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  border-bottom: solid 2px #333;
  border-color: var(--lgreen);
}
.section-caption-2 {
  font-size: clamp(1.125rem, 4vw, 1.25rem);
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
  padding-left: 2rem;
}
.section-caption-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  border: 5px solid var(--lgreen);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
/*ly_header*/
.ly_header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-right: 100px;
  z-index: 10;
  overflow: hidden;
}
.ly_header.scrolled {
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
.ly_header__logo {
  margin-right: auto;
}
@media screen and (max-width: 48em) {
  .ly_header__logo {
    margin-right: auto;
  }
}
.ly_header__logo img {
  width: 140px;
  display: block;
}
@media screen and (max-width: 431px) {
  .ly_header__logo img {
    width: 120px;
  }
}
.ly_header__branding {
  text-align: right;
}
.ly_header__branding h1 {
  font-size: 13px;
  margin: 0 0 0.65rem;
}
.ly_header__branding .ly_header__reserve-btn {
  background-color: var(--red);
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  justify-content: center;
  padding: 0.875rem 1rem;
  text-decoration: none;
  line-height: 1;
  max-width: 280px;
  width: 100%;
  position: relative;
  color: #fff;
}
@media print, screen and (max-width: 601px) {
  .ly_header__branding {
    text-align: left;
    padding-left: 1rem;
  }
  .ly_header__branding .ly_header__reserve-btn {
    display: none;
  }
  .ly_header__branding h1 {
    margin: 0;
  }
}
@media print, screen and (max-width: 431px) {
  .ly_header__branding h1 {
    font-size: 10px;
  }
}
.ly_header__branding .ly_header__reserve-btn::before {
  background-image: url("../img/icon-calendar.webp");
  left: 1rem;
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*navigation*/
.ly_header__nav {
  display: block;
  width: 320px;
  height: 100%;
  overflow: auto;
  padding: 60px 0;
  background: var(--brown);
  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;
  margin: 0 1.5rem;
  border-bottom: solid 1px #fff;
}
.ly_header__nav li a {
  display: block;
  position: relative;
  padding: 1rem;
  color: #fff;
  font-family: var(--font-secondary);
}
@media print, screen and (max-width: 431px) {
  .ly_header__nav li a {
    text-align: center;
    padding: 1.25rem 0.65rem;
    font-size: 0.9375rem;
  }
}
.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: 1rem;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #fff;
  transition: 0.2s;
}
.ly_header__nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
}
.ly_header__nav .menu-item-has-children > a.open:before {
  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;
  padding: 10px 15px;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}
.ly_header__nav .menu-item-has-children .sub-menu li {
  position: relative;
}
.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);
}
/* ハンバーガーボタン */
#ly_header__navbtn {
  right: 20px;
  top: 20px;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
}
@media print, screen and (max-width: 601px) {
  #ly_header__navbtn {
    right: 1rem;
    top: 1rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
  }
}
#ly_header__navbtn .menu-trigger {
  width: 22px;
  height: 18px;
  position: relative;
}
#ly_header__navbtn .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  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);
}
#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);
}
/* 背景オーバーレイ */
.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;
}
/* 431px以下で全幅展開 */
@media screen and (max-width: 431px) {
  .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 print, screen and (max-width: 40.000em) {
  .ly_header__tel {
    display: none;
  }
}
.header-tel__label {
  font-size: 12px;
}
.header-tel__link {
  font-size: 24px;
  font-family: var(--font-secondary);
  text-decoration: none;
  font-weight: 300;
  position: relative;
  padding-left: 1.3rem;
}
@media screen and (max-width: 48em) {
  .header-tel__link {
    font-size: 20px;
  }
}
.header-tel__link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url("../img/icon-tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(35%) sepia(9%) saturate(940%) hue-rotate(154deg) brightness(95%) contrast(87%);
}
/*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 {
  flex: 1; /* 各項目を均等に配置 */
  text-align: center; /* テキストを中央揃え */
  padding: 1rem 0.5rem 0.65rem;
  position: relative; /* 疑似要素の位置基準 */
  color: #fff; /* テキストの色を白に設定 */
  font-size: 0.65rem;
  white-space: nowrap;
  width: 88px;
}
@media screen and (max-width: 48em) {
  .ly_header__contact li {
    padding: 1rem 0.15rem 0.65rem;
    width: 84px;
  }
}
.ly_header__contact li a {
  display: block; /* aタグをブロック要素にして親要素全体をカバー */
  width: 100%; /* liの幅全体を覆う */
  height: 100%; /* liの高さ全体を覆う */
  text-decoration: none; /* テキストの装飾をなくす */
  color: inherit; /* liで設定したテキスト色を引き継ぐ */
}
/* 色設定 */
.ly_header__contact--reserve {
  background-color: #0c8bed; /* 青色 (WEB予約) */
}
.ly_header__contact--line {
  background-color: #00b900; /* 緑色 (LINE矯正相談) */
}
.ly_header__contact--mail {
  background-color: #ec7c9b; /* オレンジ色 (メール相談) */
}
/* 各項目に疑似要素でアイコンを追加 */
.ly_header__contact li::before {
  content: ""; /* アイコンを追加するスペース */
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem; /* 中央揃えと上下のスペース */
}
.ly_header__contact--reserve::before {
  background-image: url("../img/icon-calendar.webp"); /* アイコン画像 (WEB予約) */
}
.ly_header__contact--line::before {
  background-image: url("../img/icon-line.webp"); /* アイコン画像 (LINE矯正相談) */
}
.ly_header__contact--mail::before {
  background-image: url("../img/icon-mail.webp"); /* アイコン画像 (メール相談) */
}
/* リンクスタイルの調整 */
.ly_header__contact a {
  text-decoration: none;
  color: inherit;
}
.ly_page-links {
  margin: 3.5rem auto;
}
@media screen and (max-width: 821px) {
  .ly_page-links {
    margin: 2rem 0.5rem;
  }
}
@media screen and (max-width: 601px) {
  .ly_page-links {
    display: none;
  }
}
.ly_page-links__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.ly_page-links__item {
  background: linear-gradient(180deg, #28a843, #219a3a);
  text-align: center;
  position: relative;
}
.ly_page-links__item:nth-child(odd) {
  background: linear-gradient(180deg, #2bb34a, #22a040);
}
.ly_page-links__item + .ly_page-links__item {
  border-left: 1px solid #4eb95f;
}
.ly_page-links__item:nth-child(n+5) {
  border-top: 1px solid #4eb95f;
}
.ly_page-links__link {
  height: 100%;
  padding: 1.25rem 1rem;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_page-links__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease, right .2s ease, opacity .2s ease;
  opacity: .95;
}
.ly_page-links__link:hover::after, .ly_page-links__link:focus-visible::after {
  right: 18px;
  transform: translateY(-50%) rotate(45deg) scale(1.05);
}
@media (max-width: 820px) {
  .ly_page-links__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ly_page-links__link {
    padding: 1rem 44px 1rem 20px;
    min-height: 84px;
  }
}
@media (max-width: 520px) {
  .ly_page-links__list {
    grid-template-columns: 1fr;
  }
  .ly_page-links__item + .ly_page-links__item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }
}
/* footer
============================================================================================================ */
.ly_footer {
  background: var(--brown);
  padding: 8rem 0 2rem;
  border-top: solid 1px #ddd;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .ly_footer {
    padding: 4rem 0 2rem;
  }
}
.ly_footer__tel {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .ly_footer__tel {
    font-size: 20px;
  }
}
.ly_footer__tel a {
  text-decoration: none;
  color: inherit;
  position: relative;
  line-height: 1;
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 300;
}
.ly_footer__contact {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}
@media screen and (max-width: 769px) {
  .ly_footer__contact {
    flex-direction: column;
  }
}
.ly_footer__contact li {
  flex: 1;
  text-align: center;
}
.ly_footer__contact li a {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
  padding: 1.25rem 1rem;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  color: #fff;
}
.ly_footer__contact .ly_footer__contact--reserve a {
  background-color: var(--red);
}
.ly_footer__contact .ly_footer__contact--line a {
  background-color: #00c300;
}
.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/icon-calendar.webp");
}
.ly_footer__contact--line a::before {
  background-image: url("../img/icon-line.webp");
}
.ly_footer__timetable-wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 835px) {
  .ly_footer__timetable-wrap {
    padding: 0.65rem;
  }
}
.ly_footer__timetable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.875rem;
  color: var(--primary);
}
.ly_footer__timetable th, .ly_footer__timetable td {
  border-bottom: none;
  padding: 0.6rem;
  text-align: center;
  font-weight: 600;
}
.ly_footer__timetable-txt {
  line-height: 1.7;
  margin-top: 0.8rem;
}
.ly_footer__timetable-txt a.link {
  color: #4b9a83;
  text-decoration: underline;
}
.ly_footer__timetable-txt a.link:hover {
  text-decoration: none;
}
.ly_footer__timetable-txt .label {
  display: inline-block;
  background-color: #4b9a83;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.2rem 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 769px) {
  .ly_footer__timetable th, .ly_footer__timetable td {
    padding: 0.4rem;
    font-size: 0.85rem;
  }
  .ly_footer__timetable-wrap {
    padding: 0.65rem;
  }
}
.ly_footer__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}
@media print, screen and (max-width: 431px) {
  .ly_footer__bnr {
    flex-direction: column;
    gap: 2rem;
  }
}
.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;
  margin: 5rem 0 3rem;
}
.ly_footer__sitemap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}
.ly_footer__sitemap__item {
  flex: 1 1 auto;
}
.ly_footer__sitemap__title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 48em) {
  .ly_footer__sitemap {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 4rem;
  }
  .ly_footer__sitemap__item {
    flex: 0 0 100%;
    padding-bottom: 2rem;
    border-bottom: solid 1px #4f4a46;
    margin-bottom: 2rem;
  }
}
.ly_footer__sitemap__title .en {
  display: block;
  font-size: 0.85rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.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); /* 2列表示 */
  gap: 5px;
}
@media print, screen and (max-width: 431px) {
  .ly_footer__sitemap__content.two-columns ul {
    display: block;
  }
}
.ly_footer__sitemap__content li {
  margin: 0 2rem 0.5rem 0;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 40em) {
  .ly_footer_copyright {
    margin: 2rem 0 0;
  }
}
.ly_reserve-panel {
  position: fixed;
  top: 50%;
  right: -380px; /* 初期位置：画面外 */
  transform: translateY(-50%);
  width: 380px;
  max-width: 90%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition:
    right 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease, visibility 0.5s;
}
.ly_reserve-panel.open {
  right: 20px; /* ← 表示位置：右端から20px */
  opacity: 1;
  visibility: visible;
}
/* 背景オーバーレイ */
.ly_reserve-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.ly_reserve-overlay.open {
  opacity: 1;
  pointer-events: all;
}
/* 閉じるボタン */
.ly_reserve-panel__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #4a2b1b;
}
/* 内部コンテンツ */
.ly_reserve-panel__box {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #4a2b1b;
}
/* 各要素 */
.ly_reserve-panel__tel {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ly_reserve-panel__sub {
  font-size: 0.9rem;
  margin-bottom: 1.2em;
}
.ly_reserve-panel__btn {
  display: inline-block;
  background: #4a2b1b;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem;
  width: 200px;
  border-radius: 25px;
  text-decoration: none;
  margin-bottom: 1em;
  position: relative;
}
.ly_reserve-panel__btn::before {
  background-image: url("../img/icon-calendar.webp");
  left: 1rem;
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_reserve-panel__note {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.ly_reserve-panel__holiday {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.holiday-label {
  background-color: #4b9a83;
  color: #fff;
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
}
.ly_reserve-panel__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}
.ly_reserve-fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
}
.ly_reserve-fixed-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  border-radius: 4px 0 0 4px;
  font-weight: 500;
  text-decoration: none;
  padding: 1rem 0.6rem;
  width: 44px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
}
.ly_reserve-fixed-btn__icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icon-calendar.webp") no-repeat center / contain;
  margin-bottom: 10px;
}
.ly_reserve-fixed-btn__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.2;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.ly_reserve-fixed-btn a:hover {
  opacity: 0.9;
  transform: translateX(-2px);
}
@media (max-width: 480px) {
  .ly_reserve-fixed-btn a {
    padding: 0.8rem 0.4rem;
    width: 38px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }
  .ly_reserve-fixed-btn__icon {
    width: 18px;
    height: 18px;
    margin-bottom: 6px;
    background-size: contain;
  }
  .ly_reserve-fixed-btn__text {
    font-size: 0.875rem;
    letter-spacing: 0.35em;
    line-height: 1.1;
  }
}