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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FAE67E;
}

.green {
  color: #96BB9F;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #B9DAB0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transgreen {
  background-color: rgba(150, 187, 159, 0.9);
}

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

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

body {
  color: #454545;
  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;
}

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

ul, ol {
  margin-left: 0;
}

h4, h5, h6, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt {
  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: #555;
}

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

h1, h2, h3, .kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
}

*: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;
}

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

.max700 {
  max-width: 700px !important;
}

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

.max480 {
  max-width: 480px !important;
}

.m15 {
  margin: 15px;
}

.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: 0.5rem;
}

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

@media (hover: hover) {
  a:hover {
    color: #6E9878;
    text-decoration: none;
  }
  a:hover img, a:hover svg, a:hover span {
    opacity: 0.75;
  }
}
.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.tel_icon {
  background: url("../images/phone.svg") left center/2.18rem no-repeat;
  padding-left: 2.75rem;
  line-height: 2;
}

.train_icon {
  background: url("../images/train.svg") left center/2.18rem no-repeat;
  padding-left: 2.75rem;
  line-height: 1.5;
}

.mybtn, .mybtn_outline, .btn_pageup {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #96BB9F;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
.mybtn::after, .mybtn_outline::after, .btn_pageup::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 1rem;
}

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

.btn_pageup {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0;
  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, .mybtn_outline:hover, .btn_pageup:hover {
    color: #fff;
    background-color: #96BB9F;
  }
}
a.mainmenu {
  text-decoration: none;
  color: #454545;
}

.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.75rem;
  position: relative;
}

.gnav ul li a.mainmenu::before {
  position: absolute;
  top: 33%;
  left: 0px;
  width: 1px;
  height: 33%;
  content: "";
  background: #eee;
}
.gnav ul li:last-child a.mainmenu:after {
  position: absolute;
  top: 33%;
  right: 0px;
  width: 1px;
  height: 33%;
  content: "";
  background: #eee;
}

@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #6E9878;
    text-decoration: none;
  }
  .gnav .dropdown-menu a:hover {
    color: #6E9878;
  }
  .footer_nav li a:hover {
    color: #6E9878;
  }
}
.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 .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);
}

.gnav .dropdown-menu a {
  font-size: 0.9rem;
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}

.offcanvas {
  border-radius: 2.5rem 0 0 2.5rem;
}
.offcanvas ul.offcanvas_nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #454545;
  display: block;
  padding: 1.25rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  background: url("../images/chevron-down.svg") right center/1rem no-repeat !important;
}
.offcanvas a.mainmenu.dropdown-toggle.show {
  background: url("../images/chevron-up.svg") right center/1rem no-repeat !important;
}
.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: #454545;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

.footer_nav li a {
  white-space: normal;
  color: #454545;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}

table.table.timetable tr:first-child td {
  border-bottom: 2px solid #96BB9F;
  padding: 0 0.25rem 1rem 0.25rem;
}
table.table.timetable tr:first-child td:first-child {
  padding-left: 1rem;
}
table.table.timetable tr:first-child td:last-child {
  padding-right: 1rem;
}
table.table.timetable tr:nth-child(2) td {
  padding: 1rem 0.25rem 1rem;
}
table.table.timetable tr:nth-child(3) td {
  padding: 0 0.25rem 1rem 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: #96BB9F;
}

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

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

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

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

.fixed_btns {
  padding: 0.75rem;
}

.fixed_btns .telnum {
  font-size: 1.1rem;
}
.fixed_btns .telnum::before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  width: 0.75em;
  height: 0.75em;
  background: url("../images/telephone.svg") left center/contain no-repeat;
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  .js_sticky .header {
    -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);
  }
  header .logo {
    width: 16rem;
  }
  .hamburger svg {
    width: 1.75rem;
    height: auto;
  }
  .fixed_btns svg {
    width: 1rem;
    height: auto;
  }
  .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;
  }
  footer {
    padding-bottom: 9rem;
  }
}
@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);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  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;
  }
  footer {
    padding-bottom: 7rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 35vw;
}

.kv::after {
  content: "";
  background: url("../images/bg1.svg") 0px 1px/101% repeat-x;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 4%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.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 {
    min-height: auto;
    height: 125vw;
  }
}
.kv_item {
  background: url("../images/index4.svg") left center/contain no-repeat;
}

.index h1 {
  font-size: 1.87rem;
  text-shadow: 0px 1px 10px #777, 1px 0px 10px #777, -1px 0px 10px #777, 0px -1px 10px #777;
}
.index h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.25;
}
.index h2 span {
  display: block;
  color: #96BB9F;
  font-size: 1rem;
}
.index h3 {
  font-size: 1.62rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  background-color: #555 !important;
}

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

.medico-info-list .accordion-container {
  border-bottom: 1px solid #ccc;
}
.medico-info-list .accordion-item {
  border-top: 1px solid #ccc;
  line-height: 1.5;
}
.medico-info-list .accordion-header {
  padding: 1rem 1.75rem 1rem 0;
  font-weight: 500;
  background: url("../images/chevron-down.svg") right 0.5rem center/1rem no-repeat;
}
.medico-info-list .accordion-header::marker {
  content: none;
}
.medico-info-list .open .accordion-header {
  background: url("../images/chevron-up.svg") right 0.5rem center/1rem no-repeat;
}

.index_info::after {
  content: "";
  background: url("../images/bg2.svg") 0px -1px/101% repeat-x #fff;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 4%;
}

.index_features::before {
  content: "";
  background: url("../images/bg1.svg") 0px 1px/101% repeat-x #fff;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 4%;
}

.index_features1 {
  background: url("../images/symbol.svg") right top no-repeat;
}

.index_features2 {
  background: url("../images/symbol.svg") left bottom no-repeat;
}

.index_features3 {
  background: url("../images/symbol.svg") right bottom no-repeat;
}

.number1 {
  padding-left: 7rem;
  background: url("../images/n1.svg") left top/4.86rem no-repeat;
}

.number2 {
  padding-left: 7rem;
  background: url("../images/n2.svg") left top/4.86rem no-repeat;
}

.number3 {
  padding-left: 7rem;
  background: url("../images/n3.svg") left top/4.86rem no-repeat;
}

.index_treatments ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #FBF3CA;
  -webkit-box-shadow: 0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 0.15);
  color: #454545;
  padding: 8rem 1rem 2rem;
  height: 100% !important;
  border-radius: 1rem;
  background-size: 4.5rem;
  background-position: top 2rem center;
  background-repeat: no-repeat;
}
.index_treatments ul li:first-child a {
  background-image: url("../images/menu1.svg");
}
.index_treatments ul li:nth-child(2) a {
  background-image: url("../images/menu4.svg");
}
.index_treatments ul li:nth-child(3) a {
  background-image: url("../images/menu2.svg");
}
.index_treatments ul li:nth-child(4) a {
  background-image: url("../images/menu3.svg");
}
.index_treatments ul li:nth-child(5) a {
  background-image: url("../images/menu5.svg");
}
.index_treatments ul li:nth-child(6) a {
  background-image: url("../images/menu6.svg");
}
.index_treatments ul li:nth-child(7) a {
  background-image: url("../images/menu7.svg");
}
.index_treatments ul li:nth-child(8) a {
  background-image: url("../images/menu8.svg");
}
.index_treatments ul li:nth-child(9) a {
  background-image: url("../images/menu9.svg");
}

@media (hover: hover) {
  .index_treatments ul li a:hover {
    background-color: #FAE67E;
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.25rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .index_treatments ul li a {
    padding: 5rem 1rem 1rem;
    background-size: 3rem;
    background-position: top 1rem center;
  }
  .number1, .number2, .number3 {
    padding-left: 5.5rem;
    background-size: 3.75rem;
  }
  .index_features1, .index_features2, .index_features3 {
    background-size: 10rem;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding: 4rem 0;
  background: url("../images/clinic1.jpg") center center/cover;
}
.subpages.dermatology .title {
  background: url("../images/dermatology1.jpg") center center/cover;
}
.subpages.director .title {
  background: url("../images/director1.jpg") center center/cover;
}
.subpages.drip .title {
  background: url("../images/drip1.jpg") center center/cover;
}
.subpages.fever-clinic .title {
  background: url("../images/fever-clinic1.jpg") center center/cover;
}
.subpages.for-patients .title {
  background: url("../images/for-patients1.jpg") center center/cover;
}
.subpages.gastroenterology .title {
  background: url("../images/gastroenterology1.jpg") center bottom/cover;
}
.subpages.health-checkup .title {
  background: url("../images/health-checkup1.jpg") center center/cover;
}
.subpages.hours-access .title {
  background: url("../images/hours-access1.jpg") center center/cover;
}
.subpages.internal-medicine .title {
  background: url("../images/internal-medicine1.jpg") center center/cover;
}
.subpages.private-medical-services .title {
  background: url("../images/private-medical-services1.jpg") center center/cover;
}
.subpages.vaccination .title {
  background: url("../images/vaccination1.jpg") center center/cover;
}
.subpages h1 {
  font-size: 2.5rem;
}
.subpages h1 span {
  color: #96BB9F;
  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 #96BB9F;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #FBF3CA;
  border-radius: 0rem;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #96BB9F;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #96BB9F;
}
.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 .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;
  }
}