.text-body {
  color: rgba(0, 0, 0, 0.65) !important;
}

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.teal {
  color: #29B8CA;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #AF9772;
}

.lighterbrown {
  color: #EFE8D9;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.wine {
  color: #D584AF;
}

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

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

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

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

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

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

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

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

html {
  font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
}

body {
  color: rgba(0, 0, 0, 0.65);
  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;
  white-space: normal;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

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

.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: 320px;
}

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

.rounded-xl {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
}

svg.mt-n {
  vertical-align: -0.125em;
}

.zindex100 {
  z-index: 100;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

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

.bold {
  font-weight: bold;
}

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

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

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

.font {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.index h1 {
  font-size: 1.75rem;
  text-shadow: 0px 1px 10px #AF9772, 1px 0px 10px #AF9772, -1px 0px 10px #AF9772, 0px -1px 10px #AF9772;
}

h2 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
h2 span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #AF9772;
  padding-right: 0.5rem;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.mybtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #AF9772;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mybtn:hover, .mybtn:focus, .mybtn:active {
  color: #fff;
  background: #AF9772;
  -webkit-box-shadow: 0 0 0.5rem 0.25rem #DACAA8;
  -moz-box-shadow: 0 0 0.5rem 0.25rem #DACAA8;
  -ms-box-shadow: 0 0 0.5rem 0.25rem #DACAA8;
  box-shadow: 0 0 0.5rem 0.25rem #DACAA8;
}

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

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

.kv {
  -webkit-animation: smaller 6s forwards;
          animation: smaller 6s forwards;
}

@-webkit-keyframes smaller {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes smaller {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.kv {
  min-height: 400px;
  height: 34vw;
}

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

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

@media (max-width: 767.98px) {
  .kv {
    height: 450px;
  }
  .kv2 {
    background-position: right 20% center;
  }
  .kv3 {
    background-position: left center;
  }
}
.carousel-indicators button {
  height: 8px !important;
  width: 8px !important;
  background-color: #555 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.index .carousel-indicators {
  bottom: -2rem;
}

a.nav-link {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 1rem 0rem;
  height: 100%;
  position: relative;
}
a.nav-link::before {
  position: absolute;
  top: 33%;
  left: 0px;
  width: 1px;
  height: 33%;
  content: "";
  background: #eee;
}
a.nav-link span {
  font-size: 0.7rem;
  display: block;
  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;
  color: #AF9772;
}
a.nav-link:hover {
  color: #555555;
  background: #F7F5F2;
  text-decoration: none;
}
a.nav-link:focus {
  color: #555555;
  text-decoration: none;
}

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

.dropdown-menu a.dropdown-item {
  color: rgba(0, 0, 0, 0.65);
}
.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:focus, .dropdown-menu a.dropdown-item:active {
  background-color: #F7F5F2;
  color: #555555;
}

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

.offcanvas a.nav-link, .offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  padding: 1rem 1rem;
  border-top: 1px solid #ddd;
  background: url("../images/chevron-right.svg") right 1rem center no-repeat !important;
  background-size: 1rem !important;
}
.offcanvas a.nav-link span, .offcanvas a.nav-link:hover span, .offcanvas a.nav-link:focus span {
  display: none;
}
.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::before, .offcanvas a.nav-link:hover::before, .offcanvas a.nav-link:focus::before {
  content: none;
}
.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: rgba(0, 0, 0, 0.65);
  background: transparent !important;
}

table.table.timetable th, table.table.timetable td {
  vertical-align: middle;
  padding: 0.25rem;
}
table.table.timetable tr:last-child td {
  padding-bottom: 1rem;
}
table.table.timetable tr:first-child td {
  padding-top: 1rem;
}

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

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

.date_tag {
  color: #AF9772;
  padding-right: 0.5rem;
}
.date_tag .new {
  display: none;
}

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

.index_symptoms li span {
  display: block;
  background: url("../images/check-circle.svg") left 1rem center/1.25rem no-repeat #fff;
  padding: 1rem 0.5rem 1rem 3rem;
  color: rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.index_treatments a {
  text-decoration: none;
  background: url("../images/arrow.svg") right 1rem bottom 1rem no-repeat #fff;
}
.index_treatments a:hover {
  background: url("../images/arrow.svg") right 1rem bottom 1rem no-repeat #EFE8D9;
}

.index_diseases a {
  text-decoration: none;
  background: #fff;
}
.index_diseases a:hover {
  background: #EFE8D9;
}

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

.index_braindock_item {
  max-width: 400px;
}

@media (max-width: 767.98px) {
  html {
    font-size: 0.875rem;
  }
  header .logo {
    width: 250px;
  }
  .index h1 {
    font-size: 1rem;
  }
  h2 {
    font-size: 1rem;
  }
  h2 span {
    font-size: 2.5rem;
    display: block;
  }
  h3 {
    font-size: 1.1rem;
  }
  .number {
    font-size: 3rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 0.9rem !important;
  }
  table.table_break th {
    display: block;
    border: none;
  }
  .overview table.table_break th {
    padding-bottom: 0;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  .date_tag {
    display: block;
  }
  footer {
    padding-bottom: 150px;
  }
  .index_treatments img {
    width: 125px;
    height: auto;
  }
  .index_diseases figcaption {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .js_sticky .gnav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -moz-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);
  }
  footer .footer_nav li {
    flex-grow: 0 !important;
    display: inline;
  }
  footer .footer_nav li a.nav-link {
    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: #888888;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem 0 0;
    display: inline-block;
    background: transparent !important;
  }
  footer .footer_nav li a.nav-link span {
    display: none;
  }
  footer .footer_nav li a.nav-link::before {
    content: none;
  }
  footer .footer_nav li a.nav-link:hover {
    color: #555555;
  }
  footer .footer_nav li .dropdown-toggle {
    pointer-events: none;
  }
  footer .footer_nav li .dropdown-toggle::after {
    content: none;
  }
  footer .footer_nav li .dropdown-menu {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    background: transparent !important;
    position: static;
    display: inline !important;
    padding: 0 !important;
  }
  footer .footer_nav li .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    color: #888888;
    width: auto;
    display: inline-block !important;
    padding: 0.5rem 0.5rem 0 0;
    background: transparent !important;
  }
  footer .footer_nav li .dropdown-menu a.dropdown-item:hover {
    color: #555555;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}