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

.lighter {
  color: #888888;
}

.white {
  color: #fff;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #00B1A0;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #29864D;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #2AB85D;
}

.lightergreen {
  color: #E3F48B !important;
}

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

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

.bg-blue {
  background-color: #00B1A0;
}

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

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

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

.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(41, 134, 77, 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;
  box-shadow: none;
}

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

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

main {
  line-height: 1.75;
}

ul, ol {
  margin-left: 0;
}

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

h3, h4, h5, h6, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt {
  font-family: -apple-system, BlinkMacSystemFont, "Century Gothic", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", "Meiryo", sans-serif;
  font-weight: bold;
  color: #555;
}

main img, aside 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: 0.7rem;
  letter-spacing: normal;
}

.fs8 {
  font-size: 0.8rem;
}

.fs9 {
  font-size: 0.9rem;
}

.fs11 {
  font-size: 1.1rem;
}

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

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

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

.textshadow-l {
  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;
}

.textshadow-m {
  text-shadow: -1px -1px 10px #777777, -1px 0px 10px #777777, -1px 1px 10px #777777, 0px -1px 10px #777777, 0px 1px 10px #777777, 1px -1px 10px #777777, 1px 0px 10px #777777, 1px 1px 10px #777777;
}

.gmap {
  min-height: 25rem;
}

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

a {
  color: #29864D;
}
@media (hover: hover) {
  a:hover {
    color: #2AB85D;
  }
  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/1.75rem no-repeat;
  padding-left: 2.25rem;
  line-height: 1.75;
}

.train-icon {
  background: url("../images/train.svg") left center/1.75rem no-repeat;
  padding-left: 2.25rem;
  line-height: 1.75;
}

.mybtn, .mybtn-outline, .btn-pageup {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #2AB85D;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1.25;
  padding: 1rem 1rem 1rem 1.5rem;
  font-feature-settings: "palt";
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 12.5rem;
}
.mybtn::after, .mybtn-outline::after, .btn-pageup::after {
  font-family: bootstrap-icons !important;
  content: "\f231";
  color: #E3F48B;
  margin-left: 1rem;
}
.mybtn[href$=".pdf"]::after, [href$=".pdf"].mybtn-outline::after, [href$=".pdf"].btn-pageup::after {
  content: "\f756";
  color: #fff;
}
.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";
  color: #fff;
}
.mybtn[href^="#"]:not(.btn-pageup)::after, [href^="#"].mybtn-outline:not(.btn-pageup)::after, [href^="#"].btn-pageup:not(.btn-pageup)::after {
  content: "\f229";
  color: #2AB85D;
}

.mybtn-outline, .btn-pageup {
  background: transparent;
  border: 1px solid #29864D;
  color: #29864D;
}

.btn-pageup {
  min-width: auto;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
}
.btn-pageup::after {
  content: none;
}

@media (hover: hover) {
  .mybtn:hover, .mybtn-outline:hover, .btn-pageup:hover {
    color: #fff;
    background: #00B1A0;
  }
  .mybtn:hover::after, .mybtn-outline:hover::after, .btn-pageup:hover::after {
    color: #fff;
  }
  .btn-pageup:hover {
    background-color: #00B1A0;
  }
}
a.mainmenu {
  text-decoration: none;
  color: #454545;
}
a.mainmenu span {
  display: block;
  color: #2AB85D;
  font-size: 0.8rem;
}

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

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0.75rem 0;
  height: 100%;
}
.gnav a.mainmenu.current {
  color: inherit;
  background: #E1EFE2;
  text-decoration: none;
}
@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: inherit;
    background: #E1EFE2;
    text-decoration: none;
  }
}

.dropdown .dropdown-toggle.show::after {
  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;
  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;
}
.gnav .dropdown-menu a.current {
  color: #00B1A0;
}
@media (hover: hover) {
  .gnav .dropdown-menu a:hover {
    color: #29864D;
  }
}

.footer-nav li a {
  white-space: normal;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}
.footer-nav li a span {
  display: none;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #E3F48B;
  }
}

.footer {
  background: url("../images/bg2.svg") calc(50% - 600px) -50px/600px no-repeat #29864D;
}

.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: #454545;
  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;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offcanvas a.mainmenu.show.dropdown-toggle::before {
  transform: translateY(-50%) rotate(180deg);
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  background: transparent !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;
}

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

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: #FBFAF8;
  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;
}

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

ul.list50 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
ul.list50 li {
  width: calc((100% - 1rem) / 2);
}

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

ul.checklist li {
  background: url("../images/check-circle.svg") left top 0.25rem/1rem no-repeat;
  padding: 0rem 0 0rem 2rem;
}
ul.checklist li:not(:last-child) {
  padding-bottom: 1rem;
}

ol.flowchart li {
  padding: 1.5rem;
  border: 1px solid #ddd;
  position: relative;
  background: #FBFAF8;
}
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: #00B1A0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 767.98px) {
  :target {
    scroll-margin-top: var(--header-sp-height);
  }
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  header .logo {
    width: 15rem;
  }
  .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;
  }
  .footer {
    padding-bottom: 9rem;
    background: url("../images/bg2.svg") -100px calc(100% + 100px)/300px no-repeat #29864D;
  }
}
@media (min-width: 768px) {
  :target {
    scroll-margin-top: var(--header-pc-height);
  }
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  ul.list-md-50 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  ul.list-md-50 li {
    width: calc((100% - 1rem) / 2);
  }
  .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: auto;
  height: 100vw;
}

.kv1 {
  background: url("../images/kv1.jpg") right 10% 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 (min-width: 768px) {
  .kv {
    min-height: 380px;
    height: 35vw;
  }
  .kv1 {
    background: url("../images/kv1.jpg") right center/cover no-repeat;
  }
}
.index h1 {
  font-size: 1.25rem;
}
.index h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.index h2 span {
  color: #2AB85D;
  font-size: 0.8rem;
  display: block;
}
.index h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #29864D;
}
.index .carousel-indicators button {
  background-color: #555 !important;
}

/*.number {
    font-weight: normal;
    color: $blue;
    font-size: 4rem;
    display: block;
    line-height: 1;
    letter-spacing: -.1rem;
}*/
.index-open {
  font-size: 4.6rem;
}

.bg-index-open {
  background: linear-gradient(90deg, #77CC5B 0%, #5DBCC4 100%);
}

.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;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.medico-info-list .open .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.index-treatments {
  background: url("../images/bg2.svg") calc(50% + 450px) -200px/600px no-repeat #29864D;
}

.index-treatments ul li {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.index-treatments ul li a {
  display: block;
  text-align: center;
  padding: 1rem 0.5rem;
  text-decoration: none;
  color: #454545;
  transition: transform 0.2s ease;
}
.index-treatments ul li a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
  transition: transform 0.2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-treatments ul li.menu-internal a::before {
  background-image: url("../images/menu1.svg");
}
.index-treatments ul li.menu-lifestyle_related a::before {
  background-image: url("../images/menu2.svg");
}
.index-treatments ul li.menu-gastro a::before {
  background-image: url("../images/menu3.svg");
}
.index-treatments ul li.menu-gastrocamera a::before {
  background-image: url("../images/menu4.svg");
}
.index-treatments ul li.menu-proctology a::before {
  background-image: url("../images/menu8.svg");
}
.index-treatments ul li.menu-surgery a::before {
  background-image: url("../images/menu7.svg");
}
.index-treatments ul li.menu-vaccination a::before {
  background-image: url("../images/menu6.svg");
}
.index-treatments ul li.menu-checkup a::before {
  background-image: url("../images/menu5.svg");
}

@media (hover: hover) {
  .index-treatments ul a:hover {
    background-color: #E1EFE2;
  }
  .index-treatments ul a:hover::before {
    transform: scale(1.07);
  }
}
.index-features-item {
  max-width: 280px;
  margin-inline: auto;
}

.index-greeting {
  background: url("../images/bg1.webp") center center/cover no-repeat #E1EFE2;
}

@media (max-width: 767.98px) {
  .index-treatments ul li:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
  .index-treatments ul li:nth-child(2n) {
    border-right: none;
  }
  .index-treatments ul li:nth-child(n+5) {
    border-bottom: 1px solid #ddd;
  }
  .index-treatments ul li:nth-child(n+7) {
    border-bottom: none;
  }
  .index-treatments ul li a::before {
    width: 4rem;
    height: 4rem;
  }
  .index-treatments {
    background: url("../images/bg2.svg") calc(50% + 200px) -150px/300px no-repeat #29864D;
  }
}
@media (min-width: 768px) {
  .index h1 {
    font-size: 2rem;
  }
  .index h2 {
    font-size: 2.25rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .m-border-end {
    border-right: 1px solid #eee;
  }
  .index-treatments ul li:nth-child(4n) {
    border-right: none;
  }
  .index-treatments ul li:nth-child(n+5) {
    border-bottom: none;
  }
}
.subpages .pagetitle {
  padding: 3rem 0;
  background: url("../images/bg2.svg") calc(50% + 450px) calc(100% - 25px)/600px no-repeat #E1EFE2;
}
.subpages h1 {
  font-size: 1.25rem;
}
.subpages h1 span {
  color: #00B1A0;
  font-size: 0.8rem;
}
.subpages h2 {
  font-size: 1.25rem;
  margin: 3rem 0 1.5rem;
  border-bottom: solid 3px #29864D;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.15rem;
  margin: 2rem 0 1rem;
  background: #29864D;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.subpages h2 + section h3,
.subpages h2 + h3 {
  margin-top: 0rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 3px #00B1A0;
}
.subpages h3 + section h4,
.subpages h3 + h4 {
  margin-top: 0rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #29864D;
}
.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 {
    background: url("../images/bg2.svg") calc(50% + 200px) calc(100% - 25px)/300px no-repeat #E1EFE2;
  }
}
@media (min-width: 768px) {
  .subpages .pagetitle {
    padding: 4rem 0;
  }
  .subpages h1 {
    font-size: 2.25rem;
  }
  .subpages h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .subpages h3 {
    font-size: 1.25rem;
  }
}