@charset "UTF-8";
/* Font
============================================================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Josefin+Sans:ital,wght@0,300;1,300&display=swap');
:root {
  --font-primary: "Noto Sans JP", sans-serif;
  --font-secondary: "Noto Serif JP", serif;
  --font-accent: "Josefin Sans", sans-serif;
  --green: #33b29a;
  --orange: #E37F2B;
  --brown: #3d260b;
  --lbrown: #EEEBE4;
  --white: #fff;
  --eng: "Roboto Condensed", sans-serif;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  letter-spacing: 2px;
  color: #533c3e;
}
/*margin*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb0_5r {
  margin-bottom: 0.5rem !important;
}
.mb1r {
  margin-bottom: 1rem !important;
}
.mb2r {
  margin-bottom: 2rem !important;
}
.mb3r {
  margin-bottom: 3rem !important;
}
.mb4r {
  margin-bottom: 4rem !important;
}
.mb5r {
  margin-bottom: 5rem !important;
}
.mt_2r {
  margin-top: -2rem !important;
}
.mt_1r {
  margin-top: -1rem !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1r {
  margin-top: 1rem !important;
}
.mt2r {
  margin-top: 2rem !important;
}
.mt3r {
  margin-top: 3rem !important;
}
.mt4r {
  margin-top: 4rem !important;
}
.mt5r {
  margin-top: 5rem !important;
}
.mt6r {
  margin-top: 6rem !important;
}
/*padding*/
.pd1r {
  padding: 1rem !important;
}
.pd2r {
  padding: 2rem !important;
}
.pd3r {
  padding: 3rem !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt1r {
  padding-top: 1rem !important;
}
.pt2r {
  padding-top: 2rem !important;
}
.pt3r {
  padding-top: 3rem !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1r {
  padding-bottom: 1rem !important;
}
.pb2r {
  padding-bottom: 2rem !important;
}
/*display*/
.db {
  display: block !important;
}
.di {
  display: inline !important;
}
/*text*/
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
/*font-weight*/
.fwNorm {
  font-weight: 400 !important;
}
.fwMed {
  font-weight: 500 !important;
}
.fwBold {
  font-weight: 600 !important;
}
/*font-size*/
.fs80 {
  font-size: 80% !important;
}
.fs90 {
  font-size: 90% !important;
}
.fs100 {
  font-size: 100% !important;
}
.fs105 {
  font-size: 105% !important;
}
.fs110 {
  font-size: 110% !important;
}
.fs120 {
  font-size: 120% !important;
}
.fs130 {
  font-size: 130% !important;
}
.fs140 {
  font-size: 140% !important;
}
.fs150 {
  font-size: 150% !important;
}
.fs160 {
  font-size: 160% !important;
}
.fs170 {
  font-size: 170% !important;
}
.fs180 {
  font-size: 180% !important;
}
.fs190 {
  font-size: 190% !important;
}
.fs200 {
  font-size: 200% !important;
}
/*text-decoration*/
.txtdecoU {
  border-bottom: solid 3px #d6e24a;
}
.txtdecoN {
  text-decoration: none !important;
}
.marker {
  background: linear-gradient(transparent 80%, #f3f186 80%);
}
.linkA {
  position: relative;
  font-size: 0.875rem;
  padding-right: 1.75rem;
}
.linkA:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.orange {
  color: #eb6100;
}
.radius-img img {
  border-radius: 1rem;
}
/*clear*/
.clear {
  clear: both !important;
}
/*view*/
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
@media print, screen and (max-width: 40em) {
  .view_sp {
    display: block;
  }
  .view_pc {
    display: none;
  }
}
/* table
============================================================================================================ */
.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  /*background:#fff;*/
}
.table th, .table td {
  padding: 1.2rem 2rem;
  border: solid 1px #ccc;
  font-size: 0.9375rem;
  background: #fff;
}
.table th {
  background: #f5f5f5;
  width: 25%;
  text-align: center;
}
.table_noline, .table_noline th, .table_noline td {
  border: none;
  padding: 0.5rem 0;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (max-width: 40em) {
  .table th, .table td {
    padding: 1rem;
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media print, screen and (max-width: 40em) {
  .table-scroll {
    overflow: auto;
    /*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã•ã›ã‚‹*/
    white-space: nowrap;
    /*æ–‡å­—ã®æŠ˜ã‚Šè¿”ã—ã‚’ç¦æ­¢*/
    width: 100%;
    /*ä»Šå›žã®è¨­ç½®ã‚’åˆ†ã‹ã‚Šã‚„ã™ãã™ã‚‹ãŸã‚ãƒ¯ã‚¶ã¨ç‹­ã„å¹…ã‚’æŒ‡å®šã€‚æœ¬æ¥ã¯ä¸å¿…è¦ãªæŒ‡å®šã§ã™ã€‚*/
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
  /* ä»¥ä¸‹ã€tableã®æŒ‡å®š */
  .table-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
}
/* bl_card
============================================================================================================ */
.bl_card {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.5rem;
}
.bl_card.center {
  align-items: center;
}
.bl_card.reverse {
  flex-direction: row-reverse;
}
.bl_card .item {
  flex-basis: 47.5%;
}
.bl_card .item--w30 {
  flex-basis: 35%;
}
.bl_card .item--w70 {
  flex-basis: 60%;
}
.bl_card.bl_card_3cols {
  gap: 3.5%
}
@media print, screen and (max-width: 40.000em) {
  .bl_card {
    display: block;
  }
  .bl_card .image {
    margin-bottom: 1.5rem;
  }
}
.checklist li {
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
}
.checklist li:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  top: 10px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(11%) saturate(7172%) hue-rotate(359deg) brightness(103%) contrast(105%);
}
/* ly_header
============================================================================================================ */
.ly_header {}
.ly_header__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 0.65rem;
}
@media screen and (max-width: 768px) {
  .ly_header__wrapper {
    display: block;
  }
}
.ly_header__left {
  flex-basis: 30%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .ly_header__left {
    padding-right: 80px;
  }
}
.ly_header__right {
  flex-basis: 70%;
  /*margin-top: -1.25rem;*/
}
.ly_header__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .ly_header__left {
    flex-basis: 40%;
  }
  .ly_header__right {
    flex-basis: 60%;
  }
}
.ly_header__catch {
  font-size: clamp(0.65rem, 1vw, 0.8125rem);
  margin-bottom: 1rem;
  color: #5e3d28;
  line-height: 1;
}
.ly_header__logo {
  margin: 0;
}
.ly_header__logo img {
  max-width: 100%;
  height: auto;
}
.ly_header__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
}
@media only screen and (max-width: 1281px) {
  .ly_header__right {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1281px) {
  .ly_header__right .ly_contact-box .contact-box__info {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 1281px) {
  .ly_contact-box.header {
    display: none;
  }
}
.ly_header__topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ly_header__topline {
    display: none;
  }
}
.ly_header__topline-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ly_header__buttons {
  display: flex;
  gap: 0;
}
.ly_header__buttons .button {
  border: none;
  display: inline-flex;
  max-width: initial;
  white-space: nowrap;
  align-items: center;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  height: 100%;
  position: relative;
  min-height: 4rem;
}
.ly_header__buttons .button.map::before {
  content: "";
  background-image: url("../img/icon-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.45rem;
  height: 1.45rem;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.ly_header__buttons .button.calendar::before {
  content: "";
  background-image: url("../img/icon-calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.ly_header__buttons .button::after {
  content: none;
}
.ly_header__buttons .button {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
}
.ly_header__buttons .button.map {
  background-color: #3d260b;
}
.ly_header__buttons .button.calendar {
  background-color: #ef8b23;
  padding-left: 3.5rem;
}
.ly_header__buttons .button-caption {
  font-size: 0.8125rem;
  color: var(--orange);
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  font-weight: 600;
  background-color: #ffe7b6;
  display: block;
  padding: 0.1rem;
  width: 100%;
}
.ly_header__buttons .button-label {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
}
/* ---------------------------------------------------------------------------------------------

ã€€   ãƒ¡ãƒ‹ãƒ¥ãƒ¼

--------------------------------------------------------------------------------------------- */
.ly_nav {
  max-width: 70rem;
  margin: 0 auto;
}
.ly_nav .nav {
  margin: 0;
}
.ly_nav li a {
  display: block;
  position: relative;
  color: #5f391a;
}
.ly_nav li a .extra {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.15rem;
  font-weight: 500;
}
.ly_nav .menu-item-has-children > a:after, .ly_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: #000;
  transition: .2s;
}
.ly_nav .ly_contact-box, .ly_nav .ly_header__buttons {
  display: none;
}
@media screen and (max-width: 1281px) {
  .ly_nav .ly_contact-box {
    display: block;
    color: #fff;
    padding: 1rem 1.5rem;
  }
  .ly_nav .ly_contact-box .contact-box__info > div {
    width: 100%;
    background: var(--brown);
    padding: 0.5rem 1rem;
    margin-bottom: 0.85rem;
    border: solid 1px #6c4e36;
  }
  .ly_nav .ly_contact-box .contact-box__icon-phone::before, .ly_nav .ly_contact-box .contact-box__icon-fax::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1378%) hue-rotate(225deg) brightness(115%) contrast(100%);
  }
  .ly_nav .ly_contact-box .contact-box__phone, .ly_nav .ly_contact-box .contact-box__fax {
    justify-content: center;
  }
  .ly_nav .ly_contact-box .contact-box__caption {
    margin: 0.35rem auto 0.25rem;
      background: transparent;
  }
  .ly_nav .ly_contact-box .contact-box__phone-inner {
    align-items: normal;
    margin: 0 auto;
  }
    .ly_nav .ly_contact-box, .ly_nav .ly_header__buttons {
  display: block;padding: 0rem 1.5rem;
}
  .ly_nav .ly_header__buttons .button {
    justify-content: center;
    align-items: center;
    margin-bottom: 0.85rem;
    padding: 0.65rem 1rem;
    font-size: 1rem;
  }
  .ly_nav .ly_header__buttons .button.map {
    background: #00735f;
  }
  .ly_header__buttons .button.map::before, .ly_header__buttons .button.calendar::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 48em) {
  .ly_nav .menu-item-has-children > a:after, .ly_nav .menu-item-has-children > a:before {
    background: #fff;
    right: 0;
  }
}
.ly_nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.ly_nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ly_nav .menu-item-has-children > a.open:after {
  background: transparent;
}
.ly_nav .menu-item-has-children .sub-menu {
  display: none;
}
@media print, screen and (min-width: 1281px) {
  .ly_nav_wrap {
    padding: 0;
  }
  #ly_menu_btn, .overlay {
    display: none;
  }
  .ly_nav ul {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .ly_nav li {
    position: relative;
    line-height: 1.5;
    text-align: center;
  }
  .ly_nav li a {
    padding: 1rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .ly_nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  .ly_nav .current-menu-item li a {
    color: #fff;
  }
  .ly_nav li ul.sub-menu {
    flex-direction: column;
    background: #fff;
    position: absolute;
    width: 220px;
    left: 50%;
    margin: 0;
    top: calc(100% + 1.65rem + 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    z-index: 100;
  }
  .ly_nav li ul.sub-menu li {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .ly_nav li ul.sub-menu li a {
    line-height: 1.6em;
    font-size: 0.875rem;
    text-align: left;
    font-weight: 500;
    padding: 10px 20px;
    background-color: var(--lbrown);
  }
  .ly_nav_logo, .ly_nav_contact {
    display: none;
  }
}
@media only screen and (max-width: 1281px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(255, 255, 255, .7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #ly_menu_btn {
    top: 25px;
    right: 15px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #333;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #ly_menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
  }
  #ly_menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #ly_menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
  .ly_nav {
    width: 320px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: #38200d;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(320px);
    transition: all .5s;
  }
  .ly_nav .nav {
    width: 100%;
  }
  .ly_nav.open {
    transform: translateZ(0);
  }
  .ly_nav li {
    padding: 0 0;
    margin: 0 1.5rem;
    border-bottom: solid 1px #6c4e36;
  }
  .ly_nav li a {
    position: relative;
    padding: 20px;
    color: #fff;
    font-size: 0.875rem;
  }
  .ly_nav li a .extra {
    display: none;
  }
  .ly_nav .menu-item-has-children .sub-menu {
    padding: 0 0 1.5rem;
    margin: 0;
  }
  .ly_nav .menu-item-has-children > a.open:first-of-type {
    color: #dad4ec;
  }
  .ly_nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .ly_nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .ly_nav .menu-item-has-children .sub-menu li a {
    padding: 0.8125rem 1.25rem;
    color: var(--brown);
    font-size: 0.8125rem;
    background-color: #fff;
  }
  .ly_nav_logo, .ly_nav_contact {
    display: block;
    padding: 1.5rem;
  }
  .ly_nav_contact .btns {
    margin-top: 1.5rem;
  }
  .ly_nav_contact .btns .button {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 431px) {
  .ly_nav {
    width: 100%;
    transform: translate(100%);
  }
}
@media only screen and (max-width: 431px) {
  #ly_menu_btn {
    background: var(--brown);
  }
  .menu-trigger span {
    background-color: #fff;
  }
}
.ly_contact-box {
  font-family: sans-serif;
}
.ly_contact-box .contact-box__title {
  margin-bottom: 0.5rem;
}
.ly_contact-box .contact-box__info {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  font-family: 'Noto Serif JP', serif;
}
.ly_contact-box .contact-box__phone, .ly_contact-box .contact-box__fax {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 2vw, 1.325rem);
}
.ly_contact-box .contact-box__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ly_contact-box .contact-box__phone-inner {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ly_contact-box .contact-box__caption {
  font-size: 0.8125rem;
  letter-spacing: 2px;
  margin: 0.35rem 0 0.25rem;
  line-height: 1.2;
  display: block;
  background-color: #f4f1eb;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.15rem;
}
@media screen and (max-width: 80em) {
  .ly_contact-box .contact-box__phone, .ly_contact-box .contact-box__fax {
    font-size: 1.25rem;
  }
  .ly_contact-box .contact-box__info {
    align-items: flex-start;
  }
}
@media screen and (max-width: 40em) {
  .ly_contact-box .contact-box__phone, .ly_contact-box .contact-box__fax {
    font-size: 1rem;
  }
  .ly_contact-box.footer .contact-box__info {
    gap: 0.65rem;
  }
  .ly_contact-box.footer .contact-box__phone, .ly_contact-box.footer .contact-box__fax {
    font-size: 0.9375rem;
  }
}
/* 疑似要素アイコン設定 */
.ly_contact-box .contact-box__icon-phone::before, .ly_contact-box .contact-box__icon-fax::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
/* 画像指定 */
.ly_contact-box .contact-box__icon-phone::before {
  background-image: url("../img/icon-tel.png");
  filter: brightness(0) saturate(100%) invert(66%) sepia(34%) saturate(3810%) hue-rotate(347deg) brightness(99%) contrast(89%);
}
.ly_contact-box .contact-box__icon-fax::before {
  background-image: url("../img/icon-fax.png");
  filter: brightness(0) saturate(100%) invert(66%) sepia(34%) saturate(3810%) hue-rotate(347deg) brightness(99%) contrast(89%);
}
/* フッター（白に変換） */
.ly_contact-box.footer .contact-box__icon-phone::before, .ly_contact-box.footer .contact-box__icon-fax::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1378%) hue-rotate(225deg) brightness(115%) contrast(100%);
}
/* テキストカラー */
.ly_contact-box.footer {
  color: #fff;
  margin-bottom: 2rem;
}
.ly_contact-box.header {
  color: #5e3d28;
}
.ly_footer {
  background-image: url(../img/ly_bg_clinic.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #222;
  padding: clamp(6rem, 9vw, 9rem) 0 clamp(5rem, 5vw, 4rem);
}
.ly_footer .outline .info th, .ly_footer .outline .info td {
  color: #fff;
  border-color: #b6a190;
  font-weight: 400;
  border-top: solid 1px #b6a190;
}
@media screen and (max-width: 821px) {
  .ly_footer .clinic-info {
    display: block;
  }
}
@media print, screen and (max-width: 40.000em) {
  .ly_footer .outline {
    margin-bottom: 2.5rem;
  }
}
.ly_footer .hours .timetable th, .ly_footer .hours .timetable td {
  padding: 0.5rem;
  background: #fff;
  border: none;
  color: #3e1000;
  font-weight: 400;
}
.ly_footer .hours .timetable tr.odd {
  border-bottom: solid 1px #b6a190;
}
.ly_footer .hours .timetable .column-1 {
  text-align: center;
  padding: 1rem;
}
.ly_footer .hours .timetable .column-2 {
  font-weight: 600;
}
.ly_footer .hours .notice {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 2;
}
@media print, screen and (max-width: 40.000em) {
  .ly_footer .bnrs .item {
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 40.000em) {}
.ly_footer iframe {
  height: 450px;
}
.ly_footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 2rem 1rem;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.ly_pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 85px;
  opacity: 0;
  background-color: var(--orange);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media print, screen and (max-width: 431px) {
    .ly_pagetop {
  height: 40px;
  width: 40px;
  
}
}
.ly_pagetop.show {
  opacity: 1;
  visibility: visible;
}
.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_fixed-banners {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  overflow-x: auto;
  justify-content: flex-end;
}
.ly_fixed-banners.show {
  display: flex;
}
.ly_fixed-banner {
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-left: 10px;
}
.ly_fixed-banner::before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 40.000em) {
  .ly_fixed-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    white-space: normal;
    padding: 0.75rem 0.25rem;
    text-align: center;
    margin-left: 0;
    font-size: 0.8125rem;
  }
  .ly_fixed-banner::before {
    margin: 0 0 0.65em 0; /* 上下にアイコン配置 */width: 2em;
  height: 2em;
  }
  .ly_fixed-banner--tel {
    width: 35%;
  }
  .ly_fixed-banner--reserve {
    width: 45%;
  }
  .ly_fixed-banner--map {
    width: 20%;
  }
}

/* 電話 */
.ly_fixed-banner--tel {
  background-color: #16b57f;
}
.ly_fixed-banner--tel::before {
  background-image: url('../img/icon-tel.png');
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1378%) hue-rotate(225deg) brightness(115%) contrast(100%);
}
/* 医療機関向け予約 */
.ly_fixed-banner--reserve {
  background-color: #ef8e22;
}
.ly_fixed-banner--reserve::before {
  background-image: url('../img/icon-calendar.png');
}
/* アクセス */
.ly_fixed-banner--map {
  background-color: #422a0b;
}
.ly_fixed-banner--map::before {
  background-image: url('../img/icon-map.png');
}
section.section {
  margin: 3rem 0 4rem;
}
.section_lead {
  color: #684b35;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  padding-bottom: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
}
.section_lead::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  border-bottom: solid 2px #333;
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-color: rgb(51, 51, 51);
  border-color: var(--orange);
}
.section_lead.no-line {
  padding-bottom: 0;
}
.section_lead.no-line::after {
  content: none;
  padding-bottom: 0;
}
.section_tagline {
  font-size: 1.45rem;
  font-family: var(--font-secondary);
  display: block;
  margin: -2rem auto 2rem;
  width: fit-content;
}
.section_heading {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
}
.section_heading2 {
  position: relative;
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 400;
  padding-bottom: 1.5rem;
  font-family: var(--font-secondary);
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #dbdbcb;
}
.section_heading2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 6rem;
  background-color: var(--orange);
}
.heading-label {
  position: relative;
}
.heading-label::before {
  content: attr(data-text);
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #f7941d;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
}
/* index_mv
============================================================================================================ */
.index_mv {
  background: url("../img/index_mv-01.png") no-repeat right  center / cover;
  background-color: #f4f6fc;
  padding: 5rem 1rem;
  font-family: "Noto Serif JP", serif;
  position: relative;
  height: 700px;
  margin-bottom: 3rem;
}
.index_mv2 {
  background: url("../img/index_mv-02.png") no-repeat right  center / cover;
  
}
@media screen and (max-width: 64em) {
  .index_mv {
    margin-bottom: 0;
    height: 550px;
  }
}
@media print, screen and (max-width: 600px) {
  .index_mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
    pointer-events: none;
  }
}
.index_mv__body {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  padding: 0 1rem;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1401px) {
  .index_mv {
    background-position: right -5rem center;
  }
  .index_mv__body {
    left: 6%;
  }
}
@media screen and (max-width: 1025px) {
  .index_mv {
    background-position: right -15rem center;
  }
}
@media screen and (max-width: 768px) {
  .index_mv__body {
    left: 0%;
    width: 100%;
    padding: 0 2rem;
  }
}
.index_mv__texts {
  flex: 1;
}
.index_mv__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  color: #f7941d;
  margin-bottom: 1rem;
}
.index_mv__title {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.6;
  color: #3d2c14;
  margin-bottom: 1.5rem;
}
.index_mv2 .index_mv__title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin-bottom: 2rem;
}
.index_mv__desc {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 2;
  color: #3d2c14;
  margin-bottom: 2rem;
}.index_mv2 .index_mv__desc{
  background: #D3B419;
background: linear-gradient(90deg, rgba(211, 180, 25, 1) 0%, rgba(251, 140, 30, 1) 100%);
    text-align: center;
    color:#fff;
    padding: 0.25rem 0;text-shadow:none;font-size: clamp(1rem, 1.4vw, 1.25rem);
}
.index_mv__features {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
.index_mv__feature {
  flex: 0 1 auto;
  flex-basis: 47.5%;
}
@media screen and (max-width: 64em) {
  .index_mv__feature img {
    max-width: 240px;
    width: 100%;
  }
}
.index_guides__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  list-style: none;
  padding: 0;
}
@media print, screen and (max-width: 601px) {
  .index_guides__list {
    display: block;
  }
  .index_guides__item:first-child {
    margin-bottom: 3rem;
  }
}
.index_guides__item {
  flex: 1 1 calc(50% - 2rem);
}
.index_guides__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.index_guides__image img {
  width: 100%;
  height: auto;
  display: block;
}
.index_guides__text {
  padding: 1.5rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_guides__title {
  margin-bottom: 0rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.index_guides__desc {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-family: var(--font-secondary);
  margin: 0;
}
.index_guides__text-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.index_guides__text-inner > div {
  flex: 1;
}
.index_guides__arrow {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.index_guides__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25rem;
  height: 2.25rem;
  background: url('../img/icon-arrow.png') no-repeat center / contain;
  transform: translate(-50%, -50%);
}
.index_news {
  background-color: #f4f1eb;
  padding: clamp(4rem, 5vw, 6rem) 0;
}
.index_news__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media print, screen and (max-width: 40.000em) {
  .index_news__inner {
    display: block;
  }
}
.index_news__heading {
  flex-basis: 30%;
}
.index_news__list {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}
.index_news__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 2rem 1rem;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 431px) {
  .index_news__item a {
    padding: 1rem 0;
  }
}
.index_news__item:first-child a {
  border-top: 1px solid #fff;
}
.index_news__item a:hover {
  opacity: 0.7;
}
.index_news__date {
  color: #b69c86;
  font-size: 1rem;
  flex-shrink: 0;
  width: 7em;
  letter-spacing: 0;
}
@media print, screen and (max-width: 431px) {
  .index_news__date {
    font-size: 0.875rem;
    width: 6em;
  }
}
.index_news__item-title {
  color: #4b4b4b;
  font-size: 1rem;
  flex: 1;
  margin: 0;
  margin-left: 1rem;
}
@media print, screen and (max-width: 431px) {
  .index_news__item-title {
    font-size: 0.875rem;
  }
}
.index_news__arrow {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  flex-shrink: 0;
}
.index_news__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: url('../img/icon-arrow.png') no-repeat center / contain;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 431px) {
  .index_news__arrow {
    width: 2rem;
    height: 2rem;
  }
  .index_news__arrow::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.index_features {
  background-color: var(--lbrown);
  padding: 0 0 clamp(4rem, 5vw, 6rem);
}
.index_features-teazer {
  margin: 0 0 clamp(4rem, 5vw, 6rem);
}
.index_features-teazer img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 40.000em) {
  .index_features-teazer img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
.index_features .feature-section {
  background-color: #fff;
  padding: clamp(1.5rem, 5vw, 4rem);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: solid 1px #DEDCD3;
  margin: 3.5rem 0;
}
@media print, screen and (max-width: 40.000em) {
  .index_features .feature-section {
    display: block;
    margin: 2.5rem 0;
    padding: 2rem;
  }
}
.index_features .feature-section:nth-child(2n) {
  flex-direction: row-reverse;
}
.index_features .feature-section__image {
  flex-basis: 43%;
}
@media print, screen and (max-width: 40.000em) {
  .index_features .feature-section__image {
    margin: -2rem -2rem 2rem;
  }
}
.index_features .feature-section__text {
  flex-basis: 50%;
}
/* ãƒšãƒ¼ã‚¸ã‚¿ã‚¤ãƒˆãƒ«
============================================================================================================ */
.ly_pageTeazer {
  background: rgb(245, 245, 237);
  /*background-image: url(../img/bg_ly_pagettl.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 48.000em) {
  .ly_pageTeazer {
    height: 360px;
  }
}
@media screen and (max-width: 40em) {
  .ly_pageTeazer {
    height: 300px;
  }
}
.ly_pageTeazer .pagettl {
  transform: translateY(-42.5%);
  top: 42.5%;
  position: absolute;
}
.ly_pageTeazer .pagettl h2 {
  color: var(--brown);
  margin: 0;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.ly_pageTeazer .pagettl h2 .en {
  color: var(--orange);
  display: block;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 40.000em) {
  .ly_pageTeazer .pagettl h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .ly_pageTeazer .pagettl h2 .en {
    font-size: 0.875rem;
  }
}
.faq_section {
  border: solid 1px #bae166;
  padding: 3.5rem 4.5rem 2.5rem;
  margin: 3rem 0;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 14px, transparent 0, transparent 28px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 48em) {
  .faq_section {
    padding: 2.5rem 3rem 2rem;
  }
}
@media screen and (max-width: 40em) {
  .faq_section {
    padding: 2rem 1.5rem;
    margin: 2rem 0;
  }
}
.faq_section dt {
  font-size: 1.25rem;
  position: relative;
  font-weight: 500;
  padding-left: 4rem;
  border-bottom: dashed 1px #9ccb1f;
  padding-bottom: 2rem;
  color: var(--brown);
  font-family: var(--font-secondary);
  margin-bottom: 1rem;
}
.faq_section dd {
  position: relative;
  padding-left: 4rem;
  margin: 1.5rem 0 0;
}
.faq_section dd p {
  margin: 0 0 1rem;
}
.faq_section dt::before, .faq_section dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
/* Qのスタイル */
.faq_section dt::before {
  content: "Q";
  background: var(--green);
}
/* Aのスタイル */
.faq_section dd::before {
  content: "A";
  background: #f06161;
  top: 0.5rem;
}
.faq_section .button {
  display: block;
  margin: 2rem auto 0;
  left: -1.5rem;
}
.features_wrap .feature-section {
  margin: 3.5rem 0 5rem;
}
.features_wrap .feature-section .feature-section__title {
  border-bottom: 1px solid #bfb8af;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.features_wrap .feature-section .feature-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 6rem;
  background-color: var(--orange);
}
.features_wrap .feature-section .bl_card {
  flex-direction: column;
}
.features_wrap .feature-section .feature-section__image {
  flex-basis: 100%;
  text-align: center;
  margin: 2rem auto;
}
.features_wrap .feature-section .feature-section__image img {
  width: 100%;
  aspect-ratio: 2 / 1.125;
  object-fit: cover;
  display: block;
  max-width: 920px;
}
.features_wrap .feature-section .feature-section__text {
  flex-basis: 100%;
}
.features_wrap .feature-section .checklist {
  background: #f7f7f7;
  padding: clamp(1.5rem, 5vw, 4rem);
  border-radius: 4px;
}
.features_wrap .feature-section .checklist li {
  margin: 0 0 0.65rem;
}
.features_wrap .feature-section .feature-section--bl_card {
  flex-direction: row;
}
.step-section {
  margin: 3rem 0 5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: solid 1px #dbdbcb;
  padding: clamp(1.5rem, 5vw, 3.25rem) clamp(1.5rem, 6vw, 3.5rem) clamp(0.5rem, 2vw, 1rem);
  border: solid 1px #bae166;
  position: relative;
}
.step-section::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid var(--brown);
}
.step-section:last-of-type::after {
  display: none;
}
.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: rgb(245, 245, 237);
}
.step-header .number {
  width: clamp(3.5rem, 6vw, 4.5rem);
  height: clamp(3.5rem, 6vw, 4.5rem);
  margin-right: clamp(1rem, 3vw, 1.5rem);
  background-color: #7bb425;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  flex-shrink: 0;
  position: relative;
}
.step-header .number p {
  margin: 0;
  position: absolute;
  top: 50%;
  letter-spacing: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.step-header .number .small {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.step-header .number .big {
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
}
.step-header .step-title {
  margin: 0;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.step-section .contact-buttons {
  display: flex;
  gap: 20px;
  margin: 2.5rem 0;
  flex-wrap: wrap; /* スマホで折り返し対応 */
}
@media print, screen and (max-width: 40.000em) {
  .step-section .contact-buttons {
    flex-direction: column;
  }
}
.step-section .contact-buttons .contact-button {
  background-color: var(--brown);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
  text-align: center;
  transition: opacity 0.3s;
  flex: 1;
  border-radius: 0.65rem;
  overflow: hidden;
}
.step-section .contact-buttons .contact-button a {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1rem;
}
.step-section .contact-buttons .contact-button.tel a {
  display: flex;
  align-items: center;
  justify-content: center; /* ← 中央寄せに変更 */
  gap: 0.75em;
  padding: 1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  height: 100%;
  text-align: center;
}
.step-section .contact-buttons .contact-button.tel a .icon {
  display: inline-block;
  background-image: url("../img/icon-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6em;
  height: 1.6em;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1378%) hue-rotate(225deg) brightness(115%) contrast(100%);
}
.step-section .contact-buttons .contact-button.tel a .text-block {
  display: flex;
  flex-direction: column;
}
.step-section .contact-buttons .contact-button.tel a .label {
  font-size: 0.85rem;
  margin-bottom: 0.2em;
  display: block;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: none;
  color: #fff;
}
.step-section .contact-buttons .contact-button.tel a .number {
  font-size: 1.5rem;
  font-weight: bold;
}
.step-section .contact-buttons .contact-button.web {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-section .contact-buttons .contact-button.web a {
  display: flex;
  align-items: center;
  background-color: var(--orange);
  justify-content: center;
  padding: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  height: 100%;
  position: relative;
  gap: 0.5em; /* アイコンとテキストの間隔 */
}
.step-section .contact-buttons .contact-button.web a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon-calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
}
.step-section .contact-buttons .contact-button a strong {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
.step-section .contact-buttons .contact-button:hover {
  opacity: 0.85;
}
.step-section .contact-info-table th {
  background-color: #e0d8d2;
  border: solid 1px #fff;
}
.blog-page__meta {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.blog-page__date {
  margin-right: 10px;
}
.blog-page__category {
  background-color: #f5f5f5;
  color: var(--orange);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.blog-page__title {
  margin-bottom: 1.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-family: var(--font-secondary);
}
.blog-page__title a:hover {
  text-decoration: underline;
}
.blog-page__post .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
  padding: 1.25rem 0;
  font-size: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.blog-page__post p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.blog-page__list .index_news__item a {
  border-color: #eee;
}
.blog-page__sidebar .widget-title {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid #ddd;
}
.blog-page__sidebar .widget {
  margin: 0 0 3rem;
}
.blog-page__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-page__sidebar .widget ul li a {
  padding: 0.35rem 0;
  font-size: 0.75rem;
  text-decoration: underline;
  display: block;
}
.blog-page__sidebar .widget ul li a:hover {
  text-decoration: none;
}
.blog_pagination {
  display: flex;
  justify-content: center;
  margin: clamp(2rem, 5vw, 4rem) 0;
  font-size: clamp(0.875rem, 2.5vw, 0.9375rem);
}
.blog_pagination a, .blog_pagination span {
  margin: 0 5px;
  padding: clamp(8px, 2vw, 10px) clamp(10px, 3vw, 15px);
  border: 1px solid #ddd;
  text-decoration: none;
  color: #555;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog_pagination a:hover {
  background-color: #EC7C9B;
  color: #fff;
  border: 1px solid #EC7C9B;
}
.blog_pagination .current {
  background-color: #EC7C9B;
  color: #fff;
  border: 1px solid #EC7C9B;
}
.blog_pagination a:active {
  background-color: #d66482;
  color: #fff;
}