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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #927F62;
}

.lightbrown {
  color: #AF9772;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #FFC400;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #29B8CA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

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

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

.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-green {
  background-color: #A6D51F;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-brown {
  background-color: #927F62;
}

.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: #454545;
  color: #fff;
}

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

body {
  color: #412C2B;
  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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h4, h5, h6, .fw-bold, .bold, strong, b, th, dt {
  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;
}

.bold {
  font-weight: bold;
}

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

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

.btn:focus,
body button:focus,
body a {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
select {
  outline: none;
}

.gmap {
  min-height: 400px;
}

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

.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;
}

.va1 {
  vertical-align: -1px;
}

.va2 {
  vertical-align: -2px;
}

.va3 {
  vertical-align: -3px;
}

.va4 {
  vertical-align: -4px;
}

.va5 {
  vertical-align: -5px;
}

.zindex100 {
  z-index: 100;
}

.zindex101 {
  z-index: 101;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

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

strong {
  background-color: #fcf8e3;
  padding: 0.2em;
}

a {
  color: #927F62;
}
a:hover {
  color: #AF9772;
  text-decoration: none;
}

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

.font {
  font-family: "Zen Old Mincho", serif;
}

.mybtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #D6C19D;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6C19D), to(#917E61));
  background: linear-gradient(to bottom, #D6C19D 0%, #917E61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  border-radius: 5rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1.5rem;
}
.mybtn:hover, .mybtn:focus, .mybtn:active {
  color: #fff;
  background: #AF9772;
  -webkit-box-shadow: 0 0 1rem 0.25rem #AF9772;
  -ms-box-shadow: 0 0 1rem 0.25rem #AF9772;
  box-shadow: 0 0 1rem 0.25rem #AF9772;
}

.mybtn_outline {
  text-align: center;
  display: inline-block;
  border: 1px solid #AF9772;
  color: #AF9772;
  border-radius: 5rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1.5rem;
}
.mybtn_outline:hover, .mybtn_outline:focus, .mybtn_outline:active {
  -webkit-box-shadow: 0 0 1rem 0.25rem #AF9772;
  -ms-box-shadow: 0 0 1rem 0.25rem #AF9772;
  box-shadow: 0 0 1rem 0.25rem #AF9772;
  background: #AF9772;
  color: #fff;
}

.btn_circle {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.btn_circle svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sidebtn {
  border-radius: 1rem 0 0 1rem;
}
.sidebtn a:first-child {
  border-radius: 1rem 0 0 0rem;
}
.sidebtn a:last-child {
  border-radius: 0rem 0 0 1rem;
}

.carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
}

.gnav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a.nav-link {
  color: #fff;
  display: block;
  padding: 1rem 1rem 0;
  height: 100%;
  position: relative;
}
.gnav a.nav-link::before {
  position: absolute;
  top: 33%;
  left: 0px;
  width: 1px;
  height: 33%;
  content: "";
  background: #D5CCBC;
}
.gnav ul li:last-child a.nav-link:after {
  position: absolute;
  top: 33%;
  right: 0px;
  width: 1px;
  height: 33%;
  content: "";
  background: #D5CCBC;
}
.gnav a.nav-link:hover {
  color: #fff;
  background: #AF9772;
  text-decoration: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.gnav a.nav-link:focus {
  color: #fff;
  text-decoration: none;
}
a.nav-link span {
  font-size: 0.8rem;
  display: block;
}
.gnav a.nav-link span {
  color: #D5CCBC;
}
.offcanvas a.nav-link span {
  color: #AF9772;
}
footer a.nav-link span {
  display: none !important;
}

.gnav .dropdown-menu.show {
  width: 500px;
}
.gnav .dropdown-menu.show li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.dropdown .dropdown-toggle.show::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  vertical-align: middle;
}

.gnav .dropdown-menu a.dropdown-item {
  color: #412C2B;
}
.gnav .dropdown-menu a.dropdown-item:hover, .gnav .dropdown-menu a.dropdown-item:focus, .gnav .dropdown-menu a.dropdown-item:active {
  background-color: #fff;
  color: #AF9772;
}

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

.offcanvas {
  border-radius: 2rem 0 0 2rem;
}
.offcanvas a.nav-link, .offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  color: #412C2B;
  padding: 1rem 1rem;
  border-top: 1px solid #ddd;
}
.offcanvas a.nav-link.dropdown-toggle::after, .offcanvas a.nav-link:hover.dropdown-toggle::after, .offcanvas a.nav-link:focus.dropdown-toggle::after {
  display: none;
}
.offcanvas a.nav-link.dropdown-toggle, .offcanvas a.nav-link:hover.dropdown-toggle, .offcanvas a.nav-link:focus.dropdown-toggle {
  background: url("../images/chevron-down.svg") right 1rem center no-repeat !important;
  background-size: 1rem !important;
}
.offcanvas a.nav-link.dropdown-toggle.show, .offcanvas a.nav-link:hover.dropdown-toggle.show, .offcanvas a.nav-link:focus.dropdown-toggle.show {
  background: url("../images/chevron-up.svg") right 1rem center no-repeat !important;
  background-size: 1rem !important;
}
.offcanvas .dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  display: inline-block;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 1rem 1rem !important;
}
.offcanvas .dropdown-menu.show a.dropdown-item, .offcanvas .dropdown-menu.show a.dropdown-item:hover, .offcanvas .dropdown-menu.show a.dropdown-item:focus {
  padding: 0.75rem 0;
  color: #412C2B;
  background: transparent !important;
}

footer .footer_nav li a {
  white-space: normal;
  font-weight: normal;
  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;
  color: #412C2B;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  background: transparent;
}
footer .footer_nav li a:hover {
  color: #AF9772;
}
footer .footer_nav li a.nav-link {
  font-size: 1rem;
  background: url("../images/symbol.svg") left top/1.25rem no-repeat;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

table.table.timetable th, table.table.timetable td {
  padding: 0.5rem 0.25rem;
  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;
  font-weight: normal;
}
table.table.timetable td:nth-child(n+2) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #AF9772;
}

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

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

.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;
}

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%;
}

.bg-gold {
  background: #D6C19D;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6C19D), to(#917E61));
  background: linear-gradient(to bottom, #D6C19D 0%, #917E61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 16rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 0.9rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 150px;
  }
  .head_text img {
    width: 1.25rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  .js_sticky .gnav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  .js_sticky .gnav span {
    display: none;
  }
  .js_sticky .gnav a.nav-link {
    padding-bottom: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  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%;
  }
  .head_text {
    font-size: 1.2rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 30vw;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 100vw;
  }
}
.kv1 {
  background: url("../images/kv1.jpg") center center/cover no-repeat;
}

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

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

.index h1 {
  background: url("../images/symbol.svg") left center/2rem no-repeat;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  text-shadow: 0px 1px 10px #ffffff, 1px 0px 10px #ffffff, -1px 0px 10px #ffffff, 0px -1px 10px #ffffff;
}
.index h1 + p {
  text-shadow: 0px 1px 3px #ffffff, 1px 0px 3px #ffffff, -1px 0px 3px #ffffff, 0px -1px 3px #ffffff;
}
.index h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.index h2 span {
  display: block;
  color: #AF9772;
  font-size: 0.9rem;
}
.index h2.symbol::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("../images/symbol.svg") center center/contain no-repeat;
  margin: 0 auto;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #927F62;
}
.index .carousel-indicators {
  bottom: 0rem;
}

.number {
  font-weight: normal;
  color: #2C369A;
  font-size: 4rem;
  display: block;
  line-height: 1;
  letter-spacing: -0.1rem;
}

.date_tag {
  color: #927F62;
  padding-right: 1rem;
}

.new {
  display: none;
}

.news_title {
  padding-bottom: 0.5rem;
}

.news_body {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

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

.index_treatments {
  background: -webkit-gradient(linear, left top, right top, from(#DCC094), color-stop(30%, #F2E0B8), color-stop(70%, #F2E0B8), to(#DCC094));
  background: linear-gradient(90deg, #DCC094 0%, #F2E0B8 30%, #F2E0B8 70%, #DCC094 100%);
}
.index_treatments a {
  text-decoration: none;
  color: #412C2B;
  border-radius: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.border_lightbrown {
  border: 1px solid #AF9772;
}

.index_consultation {
  background: -webkit-gradient(linear, left top, right top, from(#DCC094), color-stop(30%, #F2E0B8), color-stop(70%, #F2E0B8), to(#DCC094));
  background: linear-gradient(90deg, #DCC094 0%, #F2E0B8 30%, #F2E0B8 70%, #DCC094 100%);
}
.index_consultation ul li::marker {
  color: #AF9772;
}
.index_consultation ul li:not(:last-child) {
  padding-bottom: 0.25rem;
}
.index_consultation ul li a {
  text-decoration: underline;
  color: #412C2B;
}
.index_consultation ul li a:hover {
  text-decoration: none;
  color: #927F62;
}

@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.25rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .date_tag {
    display: block;
  }
  .index_features {
    background-position: left top;
  }
  .index_treatments a img {
    width: 3.5rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .index_treatments a:hover {
    border-radius: 3rem;
  }
}
.subpages .title {
  padding: 4rem 0;
}
.subpages h1 {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}
.subpages h1 span {
  color: #AF9772;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 1px #ccc;
  padding: 1.5rem 0rem 1.5rem 2rem;
  position: relative;
}
.subpages h2::after {
  content: "";
  width: 6px;
  height: 70%;
  background: #D6C19D;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6C19D), to(#917E61));
  background: linear-gradient(to bottom, #D6C19D 0%, #917E61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  border-radius: 50rem;
  position: absolute;
  left: 0;
  top: 15%;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #F4F1E7;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #AF9772;
}
.subpages h5 {
  color: #AF9772;
  font-size: 1.05rem;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages main ol,
.subpages main ul:not(.nav-mytabs) {
  padding-left: 1.5rem;
}
.subpages main ol li:not(:last-child),
.subpages main ul:not(.nav-mytabs) li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.subpages main ol li::marker,
.subpages main ul:not(.nav-mytabs) li::marker {
  color: #AF9772;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}
.subpages .carousel-indicators button {
  background-color: #555 !important;
}

@media (max-width: 767.98px) {
  .subpages .title {
    padding: 3rem 0;
  }
  .subpages h1 {
    font-size: 1.4rem;
  }
  .subpages h2 {
    font-size: 1.3rem;
  }
  .subpages h3 {
    font-size: 1.2rem;
  }
}