.text-body {
  color: #73534D !important;
}

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #C2AE82;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #8DA581;
}

.orange {
  color: #D67232;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #29B8CA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

.bg-orange {
  background-color: #E9894C;
}

.bg-lightorange {
  background-color: #FBB65B;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightestorange {
  background-color: #FFF1E9;
}

.bg-green {
  background-color: #8DA581;
}

.bg-red {
  background-color: #EC5870;
}

.bg-blue {
  background-color: #2C369A;
}

.bg-pink {
  background-color: #F5949C;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-brown {
  background-color: #735147;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #29B8CA;
}

.bg-lighterblue {
  background-color: #5864DB;
}

.bg-lightestblue {
  background-color: #E7F1F9;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lightgreen {
  background-color: #A5E8E8;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #F4FAF0;
}

.bg-lightestpink {
  background-color: #FEF2F2;
}

.bg-light2 {
  background-color: #FBFAF8;
}

.bg-light3 {
  background-color: #FEF8F4;
}

.bg-lightbrown {
  background-color: #C2AE82;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-transgreen {
  background-color: rgba(141, 165, 129, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.disabled a, a.disabled {
  pointer-events: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  color: #73534D;
  overflow-wrap: anywhere;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
}

main {
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

ul, ol {
  margin-left: 0;
}

p, li, dd, .table td, .table-striped > tbody > tr:nth-of-type(2n+1) > *, captuion, figcaption, small {
  color: #73534D;
}

h4, h5, h6, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt, .gnav a.mainmenu {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  font-weight: 500;
  color: #73534D;
}

h1, h2, h3, .serif {
  font-family: "Noto Serif JP", "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

main img {
  height: auto;
  max-width: 100%;
}

.svh100 {
  height: 100svh;
}

.max1700 {
  max-width: 1700px !important;
}

.max1200 {
  max-width: 1200px !important;
}

.max1080 {
  max-width: 1080px !important;
}

.max980 {
  max-width: 980px !important;
}

.max880 {
  max-width: 880px !important;
}

.max780 {
  max-width: 780px !important;
}

.max650 {
  max-width: 650px !important;
}

.va0 {
  vertical-align: 0px;
}

.va-1 {
  vertical-align: -0.063rem;
}

.va-2 {
  vertical-align: -0.125rem;
}

.va-3 {
  vertical-align: -0.188rem;
}

.va-4 {
  vertical-align: -0.25rem;
}

.va-5 {
  vertical-align: -0.313rem;
}

.va1 {
  vertical-align: 0.063rem;
}

.va2 {
  vertical-align: 0.125rem;
}

.va3 {
  vertical-align: 0.188rem;
}

.va4 {
  vertical-align: 0.25rem;
}

.va5 {
  vertical-align: 0.313rem;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex100 {
  z-index: 100;
}

.zindex1031 {
  z-index: 1031;
}

.zindex1100 {
  z-index: 1100;
}

.smallest {
  font-size: 10px;
  letter-spacing: normal;
}

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

.rounded_top {
  border-radius: 1rem 1rem 0 0;
}

.rounded_bottom {
  border-radius: 0 0 1rem 1rem;
}

.rounded_topleft {
  border-top-left-radius: 0.5rem;
}

.rounded_bottomleft {
  border-bottom-left-radius: 0.5rem;
}

.rounded_topright {
  border-top-right-radius: 0.5rem;
}

.rounded_bottomright {
  border-bottom-right-radius: 1.25rem;
}

.m20 {
  margin: 20px;
}

.shadow_m {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.textshadow {
  text-shadow: -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -2px 2px 1px #ffffff, -1px -2px 1px #ffffff, -1px -1px 1px #ffffff, -1px 0px 1px #ffffff, -1px 1px 1px #ffffff, -1px 2px 1px #ffffff, 0px -2px 1px #ffffff, 0px -1px 1px #ffffff, 0px 1px 1px #ffffff, 0px 2px 1px #ffffff, 1px -2px 1px #ffffff, 1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 1px 1px 1px #ffffff, 1px 2px 1px #ffffff, 2px -2px 1px #ffffff, 2px -1px 1px #ffffff, 2px 0px 1px #ffffff, 2px 1px 1px #ffffff, 2px 2px 1px #ffffff;
}

.gmap {
  min-height: 25rem;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf8e3), color-stop(90%, #fcf8e3), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #D67232;
}
@media (hover: hover) {
  a:hover {
    color: #FBB65B;
  }
  a:hover img, a:hover .hover {
    opacity: 0.75;
  }
}

.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.tel_icon {
  background: url("../images/phone.svg") left center/auto 75% no-repeat;
  padding-left: 0.9em;
  line-height: 1;
}

.mybtn, .mybtn_outline, .btn_pageup {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #E9894C;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1.25;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mybtn::after, .mybtn_outline::after, .btn_pageup::after {
  font-family: bootstrap-icons !important;
  content: "\f138";
  margin-left: 1rem;
}
.mybtn[href$=".pdf"]::after, [href$=".pdf"].mybtn_outline::after, [href$=".pdf"].btn_pageup::after {
  content: "\f756";
}
.mybtn[href^="https://"]::after, [href^="https://"].mybtn_outline::after, [href^="https://"].btn_pageup::after, .mybtn[href^="http://"]::after, [href^="http://"].mybtn_outline::after, [href^="http://"].btn_pageup::after {
  content: "\f1c5";
}

.mybtn_outline, .btn_pageup {
  background: transparent;
  border: 1px solid #D67232;
  color: #D67232;
}

.btn_pageup {
  width: 3rem;
  height: 3rem;
}
.btn_pageup::after {
  content: none;
}

@media (hover: hover) {
  .mybtn:hover, .mybtn_outline:hover, .btn_pageup:hover {
    color: #fff;
    background-color: #FF914B;
  }
  .btn1:hover {
    background: #FF914B;
  }
  .btn2:hover {
    background: #93BB7E;
  }
  .btn3:hover {
    background: #D7C08B;
  }
}
a.mainmenu {
  text-decoration: none;
}
a.mainmenu span {
  display: block;
  color: #C2AE82;
  font-size: 0.75rem;
  font-family: "Noto Serif JP", "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.footer_nav a.mainmenu span {
  display: none;
}

.gnav ul:not(.dropdown-menu) > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0.5rem 0;
  height: 100%;
}
.gnav a.mainmenu.current {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(0deg, #E9894C 0%, #E9894C 2px, transparent 2px, transparent 100%);
}
@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: inherit;
    text-decoration: none;
    background: linear-gradient(0deg, #E9894C 0%, #E9894C 2px, transparent 2px, transparent 100%);
  }
}

.gnav ul.gnav_menu > li {
  border-left: 1px solid #eee;
}
.gnav ul.gnav_menu > li:last-child {
  border-right: 1px solid #eee;
}

.dropdown .dropdown-toggle.show::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  margin: 0.4rem auto;
}

.dropdown .dropdown-toggle::after {
  display: block;
  margin: 0.2rem auto 0.6rem;
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.gnav .dropdown-menu a {
  font-size: 0.9rem;
  color: #73534D;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}
.gnav .dropdown-menu a.current {
  color: #D67232;
}
@media (hover: hover) {
  .gnav .dropdown-menu a:hover {
    color: #D67232;
  }
}

.footer_nav li a {
  white-space: normal;
  color: #73534D;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  text-align: left;
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .footer_nav li a:hover {
    color: #D67232;
  }
}

.offcanvas {
  border-radius: 1.5rem 0 0 1.5rem;
}
.offcanvas ul.offcanvas_nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #73534D;
  display: block;
  padding: 1rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  position: relative;
}
.offcanvas a.mainmenu.dropdown-toggle::before {
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offcanvas a.mainmenu.show.dropdown-toggle::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 1rem 1rem !important;
  display: block;
}
.offcanvas ul.dropdown-menu.show a {
  color: #73534D;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

table.table.timetable th {
  background: #fff;
}
table.table.timetable th, table.table.timetable td {
  padding: 0.5rem 0.25rem;
}
table.table.timetable tr:nth-child(n+2) td:nth-child(n+2) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #C2AE82;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: #f8f9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table_large th {
  padding: 1rem;
}
.table_large td {
  padding: 1rem 1rem 1rem 0;
}

.table_layout {
  table-layout: fixed;
}

.table_last_right tr:nth-child(n+2) td:last-child {
  text-align: right;
}

.capshape {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif !important;
}

.collapsed.collapse_ttl {
  display: block;
  background: url("../images/chevron-down.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

.collapse_ttl {
  display: block;
  background: url("../images/chevron-up.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

main ol:not(.list-unstyled),
main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 1.5rem;
}
main ol:not(.list-unstyled) li,
main ul:not(.nav-mytabs):not(.list-unstyled) li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
main ol:not(.list-unstyled) li::marker,
main ul:not(.nav-mytabs):not(.list-unstyled) li::marker {
  color: #E9894C;
}

ul.list50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list50 li:nth-child(odd) {
  width: 47%;
  margin-right: 6%;
}
ul.list50 li:nth-child(even) {
  width: 47%;
}

ul.list_inline {
  padding-left: 0;
}
ul.list_inline li {
  display: inline;
}

ul.checklist li {
  background: url("../images/check-circle.svg") left top 0.4rem/1rem no-repeat;
  padding: 0rem 0 0rem 1.75rem;
}
ul.checklist.check_orange li {
  background-image: url("../images/check-circle-fill-orange.svg");
}
ul.checklist.check_green li {
  background-image: url("../images/check-circle-fill-green.svg");
}
ul.checklist li:not(:last-child) {
  padding-bottom: 0.5rem;
}

ol.flowchart li {
  padding: 1.5rem;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
ol.flowchart li:not(:last-child) {
  margin-bottom: 1rem;
}
ol.flowchart li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #8DA581;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  :target {
    scroll-margin-top: var(--header-sp-height);
  }
  .headerlogo {
    width: 10rem;
  }
  .fs11 {
    font-size: 1.1rem;
  }
  .s_small {
    font-size: 0.9rem !important;
  }
  .s_smaller {
    font-size: 0.8rem !important;
  }
  .s_smallest {
    font-size: 0.7rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  :target {
    scroll-margin-top: var(--header-pc-height);
  }
  ul.list_md_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_md_50 li:nth-child(odd) {
    width: 47%;
    margin-right: 6%;
  }
  ul.list_md_50 li:nth-child(even) {
    width: 47%;
  }
  .m_large {
    font-size: 1.25rem;
  }
  .m_larger {
    font-size: 1.5rem;
  }
  .m_largest {
    font-size: 1.75rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 400px;
  height: 35vw;
}

.kv1 {
  background: url("../images/kv1.jpg") center center/cover no-repeat;
}

.kv2 {
  background: url("../images/kv2.jpg") right bottom/cover no-repeat;
}

.kv3 {
  background: url("../images/kv3.jpg") left center/cover no-repeat;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 125vw;
  }
  .kv1 {
    background-position: right 35% bottom;
  }
  .kv2 {
    background-position: right 3% bottom;
  }
  .kv3 {
    background-position: left 60% bottom;
  }
}
.kv_item {
  background: url("../images/kv_item.svg") left center/contain no-repeat;
}

.index h1 {
  font-size: 2rem;
}
.index h1 + p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.index h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.index h2 span {
  font-size: 0.8rem;
  color: #D67232;
  display: block;
}
.index h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
}
.index .overview::before {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: url("../images/index11.jpg") center center/cover no-repeat;
}

.medico-info-list .accordion-container {
  border-bottom: 1px solid #ddd;
}
.medico-info-list .accordion-item {
  border-top: 1px solid #ddd;
  line-height: 1.5;
}
.medico-info-list .accordion-header {
  padding: 1rem 2rem 1rem 0;
  font-weight: 500;
  position: relative;
}
.medico-info-list .accordion-header::marker {
  content: none;
}
.medico-info-list .accordion-header::after {
  font-family: bootstrap-icons !important;
  content: "\f282";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.medico-info-list .open .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.index_mission {
  background: #FEF2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 242, 242)), color-stop(90%, rgb(254, 242, 242)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(254, 242, 242) 0%, rgb(254, 242, 242) 90%, rgb(255, 255, 255) 100%);
}

.index_mission_img {
  position: relative;
  width: 100%;
  max-width: 504px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.index_mission_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.index_mission_img1 {
  width: 95%;
  display: block;
}

.index_mission_img2 {
  position: absolute;
  width: 36%;
  bottom: 0;
  right: 0;
}

.index_booking {
  background: url("../images/bg1.svg") center bottom -0.25rem repeat-x;
}

.index_booking_btns a {
  font-size: 1.25rem;
  display: block;
  padding: 1.5rem 3rem !important;
  margin-bottom: 1rem;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.index_greeting {
  background: url("../images/bg2.svg") center bottom -0.25rem repeat-x;
  padding-bottom: 12rem;
}

.index_features_ttl {
  position: relative;
}
.index_features_ttl::before {
  content: "";
  display: block;
  background: url("../images/symbol.png") left top/contain no-repeat;
  width: 9rem;
  height: 8.375rem;
  margin: -9rem auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index_features_img {
  position: relative;
}
.index_features_img::before {
  content: "";
  display: block;
  width: 5.875rem;
  height: 5.875rem;
  position: absolute;
  top: -0.5rem;
  left: 0.25rem;
}
.index_features_img.feature1::before {
  background: url("../images/no1.svg") left top/contain no-repeat;
}
.index_features_img.feature2::before {
  background: url("../images/no2.svg") left top/contain no-repeat;
}
.index_features_img.feature3::before {
  background: url("../images/no3.svg") left top/contain no-repeat;
}
.index_features_img.feature4::before {
  background: url("../images/no4.svg") left top/contain no-repeat;
}
.index_features_img.feature5::before {
  background: url("../images/no5.svg") left top/contain no-repeat;
}
.index_features_img.feature6::before {
  background: url("../images/no6.svg") left top/contain no-repeat;
}
.index_features_img.feature7::before {
  background: url("../images/no7.svg") left top/contain no-repeat;
}
.index_features_img.feature8::before {
  background: url("../images/no8.svg") left top/contain no-repeat;
}
.index_features_img.feature9::before {
  background: url("../images/no9.svg") left top/contain no-repeat;
}

.index_features_txt {
  background: radial-gradient(circle closest-side, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(254, 242, 242) 100%);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: top left;
}

.index_treatments {
  background: #FEF8F4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 248, 244)), color-stop(90%, rgb(254, 248, 244)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(254, 248, 244) 0%, rgb(254, 248, 244) 90%, rgb(255, 255, 255) 100%);
}

.index_treatments ul li a {
  text-align: center;
  text-decoration: none;
  color: #73534D;
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_treatments ul li a span::before {
  display: block;
  content: "";
  width: 5.375rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.5rem;
}
.index_treatments ul li:first-child a span::before {
  background-image: url("../images/menu1.svg");
}
.index_treatments ul li:nth-child(2) a span::before {
  background-image: url("../images/menu2.svg");
}
.index_treatments ul li:nth-child(3) a span::before {
  background-image: url("../images/menu3.svg");
}
.index_treatments ul li:nth-child(4) a span::before {
  background-image: url("../images/menu4.svg");
}
.index_treatments ul li:nth-child(5) a span::before {
  background-image: url("../images/menu5.svg");
}

@media (hover: hover) {
  .index_treatments ul li:nth-child(odd) a:hover {
    -webkit-box-shadow: 0 0 3rem #E9894C;
            box-shadow: 0 0 3rem #E9894C;
    color: #E9894C;
  }
  .index_treatments ul li:nth-child(even) a:hover {
    -webkit-box-shadow: 0 0 3rem #8DA581;
            box-shadow: 0 0 3rem #8DA581;
    color: #8DA581;
  }
}
.index_treatments_icons {
  padding: 1rem 0 0 6.375rem;
  height: 5.375rem;
}

.index_treatments_icon1 {
  background: url("../images/menu6.svg") left center/contain no-repeat;
}

.index_treatments_icon2 {
  background: url("../images/menu7.svg") left center/contain no-repeat;
}

.index_treatments_icon3 {
  background: url("../images/menu1.svg") left center/contain no-repeat;
}

.index_treatments_icon4 {
  background: url("../images/menu8.svg") left center/contain no-repeat;
}

.tab.active {
  background: #fff !important;
  border-top: 3px solid #E9894C !important;
}

@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.5rem;
  }
  .index h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .index_treatments ul li a span::before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .index_treatments_icons {
    height: 3.5rem;
    padding: 0.15rem 0 0 4.5rem;
  }
  .index_features_txt,
  .index_features_img {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_features_img::before {
    width: 4rem;
    height: 4rem;
  }
  .index_booking {
    background: url("../images/bg1.svg") center bottom -0.25rem/100% no-repeat;
  }
  .index_greeting {
    background: url("../images/bg2.svg") center bottom -0.25rem/100% no-repeat;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .pagetitle {
  padding: 6rem 0;
  background: #FEF8F4;
}
.subpages h1 {
  font-size: 2rem;
}
.subpages h1 span {
  color: #D67232;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages h2 {
  font-size: 1.75rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 2px #C2AE82;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #FFF1E9;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #C2AE82;
}
.subpages.kihokai h4 {
  margin-top: 0;
  font-size: 1rem;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #D67232;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .subpages .pagetitle {
    padding: 10rem 0 1rem;
  }
  .subpages h1 {
    font-size: 1.5rem;
  }
  .subpages h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .subpages h2 + h3 {
    margin-top: 1.5rem;
  }
  .subpages h3 {
    font-size: 1.15rem;
  }
  .subpages h4 {
    font-size: 1.1rem;
  }
  .subpages h5 {
    font-size: 1.05rem;
  }
  .subpages h6 {
    font-size: 1rem;
  }
}