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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #5b5340;
}

.lightbrown {
  color: #A68B62;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #29B8CA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

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

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

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

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

.bg-green {
  background-color: #A6D51F;
}

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

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

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

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

.bg-brown {
  background-color: #5b5340;
}

.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: #E1EFE2;
}

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

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

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

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

.bg-transgreen {
  background-color: rgba(166, 213, 31, 0.9);
}

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

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

::-moz-selection {
  background: #444444;
  color: #fff;
}

::-moz-selection,
::selection {
  background: #444444;
  color: #fff;
}

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

p, li, dt, dd, .table td, table.table-striped tr td, captuion, figcaption, small {
  color: #454545;
}

h4, h5, h6, .bold, strong, b, .table th, table.table-striped tr th, dt, .gnav a.nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "Century Gothic", "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  font-weight: bold;
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-feature-settings: "palt";
}

h1, h2, h3, .font_mincho {
  font-family: "Times New Roman", Times, "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h1, h2, h3 {
  letter-spacing: 0.1em;
}

.font_serif {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

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

.gmap {
  min-height: 25rem;
}

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

.max1600 {
  max-width: 1600px !important;
}

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

.max1000 {
  max-width: 1000px !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;
}

.zindex101 {
  z-index: 101;
}

.zindex1031 {
  z-index: 1031;
}

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

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

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

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

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

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

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

strong {
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #A68B62;
}

@media (hover: hover) {
  a:hover {
    color: #A68B62;
    text-decoration: none;
  }
}
.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 {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #AFA278;
  border-radius: 0rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  line-height: 1;
  padding: 1rem 1.5rem;
  font-feature-settings: "palt";
}

.mybtn_outline {
  text-align: center;
  display: inline-block;
  border: 1px solid #AFA278;
  color: #AFA278;
  border-radius: 0.25rem;
  text-decoration: none;
  line-height: 1;
  padding: 1rem 1.5rem;
  font-feature-settings: "palt";
}

.btn_pageup {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  color: #AFA278;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.btn_pageup svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (hover: hover) {
  .mybtn:hover {
    color: #fff;
    background-color: #444444;
  }
  .mybtn_outline:hover {
    box-shadow: 0 0 1rem 0.25rem #AFA278;
    background-color: #AFA278;
    color: #fff;
  }
  .btn_pageup:hover {
    background: #AFA278;
    color: #fff;
  }
}
.header {
  border-bottom: 2px solid #7B5F56;
}

.gnav a.nav-link {
  color: #555;
  display: block;
  padding: 0.75rem 0.75rem;
  height: 100%;
}

@media (hover: hover) {
  .gnav a.nav-link:hover {
    color: #A68B62;
    background: #fff;
    text-decoration: none;
  }
}
.dropdown .dropdown-toggle.show::after {
  transform: rotate(-45deg);
  vertical-align: middle;
}

.dropdown .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
}

.gnav .dropdown-menu a {
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}
.gnav .dropdown-menu a:hover, .gnav .dropdown-menu a:focus, .gnav .dropdown-menu a:active {
  color: #A68B62;
}

.offcanvas {
  border-radius: 1rem 0 0 1rem;
  background: url("../images/bg1.jpg") top left/cover no-repeat;
}
.offcanvas a.nav-link, .offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  color: #454545;
  padding: 1rem 0rem;
  text-align: center;
}
.offcanvas a.nav-link.dropdown-toggle::after, .offcanvas a.nav-link:hover.dropdown-toggle::after, .offcanvas a.nav-link:focus.dropdown-toggle::after {
  width: 0.5rem;
  height: 0.5rem;
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  display: block;
  box-shadow: none !important;
  padding: 0 1rem 1rem !important;
  background: transparent !important;
  text-align: center;
}
.offcanvas ul.dropdown-menu.show a, .offcanvas ul.dropdown-menu.show a:hover, .offcanvas ul.dropdown-menu.show a:focus, .offcanvas ul.dropdown-menu.show a:active {
  color: #454545;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

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

footer .footer_nav li a {
  white-space: normal;
  color: #454545;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}
footer .footer_nav li a:hover {
  color: #A68B62;
}
footer .footer_nav li a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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: #AFA278;
}

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

.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 1rem center no-repeat;
  background-size: 1rem;
}

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

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: #A68B62;
}

ul.list50 {
  display: flex;
  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;
}

@media (max-width: 767.98px) {
  :target {
    scroll-margin-top: var(--header-sp-height);
  }
  body, h4, h5, h6, .bold, strong, b, .table th, table.table-striped tr th, dt, .gnav a.nav-link {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .hamburger {
    width: 75px;
    aspect-ratio: 1/1;
  }
  header .logo {
    width: 22rem;
  }
  .s_small {
    font-size: 0.9rem !important;
  }
  .s_smaller {
    font-size: 0.8rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  :target {
    scroll-margin-top: var(--header-pc-height);
  }
  .js_sticky .gnav {
    border-bottom: 2px solid #7B5F56;
  }
  ul.list_md_50 {
    display: flex;
    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.1rem;
  }
  .m_larger {
    font-size: 1.25rem;
  }
  .m_largest {
    font-size: 1.5rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 38vw;
}

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

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

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

.kv4 {
  background: url("../images/kv4.jpg") center top 10%/cover no-repeat;
}

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

.kv6 {
  background: url("../images/kv6.jpg") center top 20%/cover no-repeat;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 115vw;
  }
  .kv2 {
    background-position: right 7.5% center;
  }
  .kv5 {
    background-position: left 60% center;
  }
  .kv6 {
    background-position: left 25% top 20%;
  }
}
.index h1 {
  font-size: 1.5rem;
}
.index h1 + p {
  font-feature-settings: "palt";
}
.index h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #fff;
  padding: 1rem 1.25rem;
  background: rgb(148, 129, 99);
  background: linear-gradient(90deg, rgb(148, 129, 99) 0%, rgb(213, 192, 156) 50%, rgb(148, 129, 99) 100%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.index h2 span {
  font-size: 1rem;
  letter-spacing: 0.075em;
  color: #FAECD0;
  position: absolute;
  right: 1.25rem;
  top: 35%;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.index h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.index h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-top: 1px solid #fff;
}
.index h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
}

.number {
  font-weight: normal;
  color: #A68B62;
  font-size: 3rem;
  line-height: 1;
}

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

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

.index_treatments ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #555;
  padding: 11% 1rem;
  height: 100% !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.index_treatments ul li a::before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  width: calc(100% - 1rem);
  height: 95%;
  height: calc(100% - 1rem);
  border: 1px solid #A68B62;
}
.index_treatments ul li a::after {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("../images/arrow.svg") right bottom/contain no-repeat;
}

.index_symptoms ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  padding: 25% 1rem;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.index_symptoms ul li a::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
}
.index_symptoms ul li:first-child a::before {
  background-image: url("../images/index2.jpg");
}
.index_symptoms ul li:nth-child(2) a::before {
  background-image: url("../images/index3.jpg");
}
.index_symptoms ul li:nth-child(3) a::before {
  background-image: url("../images/index4.jpg");
}
.index_symptoms ul li:nth-child(4) a::before {
  background-image: url("../images/index5.jpg");
}
.index_symptoms ul li:nth-child(5) a::before {
  background-image: url("../images/index6.jpg");
}
.index_symptoms ul li:nth-child(6) a::before {
  background-image: url("../images/index7.jpg");
}

@media (hover: hover) {
  .index_symptoms ul li a:hover::before {
    transform: scale(1.2);
  }
  .index_treatments ul li a:hover {
    background: rgb(250, 245, 236);
    background: linear-gradient(90deg, rgb(250, 245, 236) 0%, rgb(255, 255, 255) 50%, rgb(250, 245, 236) 100%);
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.1rem;
  }
  .index h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .grid_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
  }
  .div1 {
    grid-area: 1/1/2/4;
  }
  .div2 {
    grid-area: 2/1/3/3;
  }
  .div3 {
    grid-area: 3/1/4/4;
  }
  .div4 {
    grid-area: 2/3/3/4;
  }
  .index_treatments ul li a {
    padding: 2.5rem 1rem;
  }
  .number {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .grid_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
  }
  .div1 {
    grid-area: 1/1/2/4;
  }
  .div2 {
    grid-area: 2/1/3/4;
  }
  .div3 {
    grid-area: 3/1/4/4;
  }
  .div4 {
    grid-area: 1/4/4/5;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding: 4rem 0;
  background: url("../images/bg2.jpg") center center/cover no-repeat;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #AFA278;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages h2 {
  font-size: 1.75rem;
  margin: 3rem 0 2rem;
  color: #fff;
  padding: 1rem 1.25rem;
  background: rgb(148, 129, 99);
  background: linear-gradient(90deg, rgb(148, 129, 99) 0%, rgb(213, 192, 156) 50%, rgb(148, 129, 99) 100%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.subpages h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.subpages h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-top: 1px solid #fff;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #f1ede5;
  padding: 0.75rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #AFA278;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #A68B62;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}

@media (max-width: 767.98px) {
  .subpages .title {
    padding: 3rem 0;
  }
  .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;
  }
}