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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #3265AB;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #EA5518;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #80A0CA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #F3F8FA;
}

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

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

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

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

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

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

.bg-blue {
  background-color: #3265AB;
}

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

.bg-lighterblue {
  background-color: #5864DB;
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6, .fw-bold, .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: bold;
  color: #555;
}

h1, h2, h3, .font {
  font-family: "Noto Serif JP", "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  color: #555;
}

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

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

.max780 {
  max-width: 780px !important;
}

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

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

.va8 {
  vertical-align: 0.5rem;
}

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

.gmap {
  min-height: 25rem;
}

.hamburger svg {
  width: 1.75rem;
  height: auto;
}

.sp_fixed_btns img {
  width: 1rem;
  height: auto;
}

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

@media (hover: hover) {
  a:hover {
    color: #EA5518;
    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 bottom 0.063rem/auto 75% no-repeat;
  padding-left: 0.9em;
  line-height: 1;
}

.mybtn, .mybtn_outline, .btn_pageup {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #80A0CA;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.btn_pageup {
  width: 3rem;
  height: 3rem;
  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, .mybtn_outline:hover, .btn_pageup:hover {
    color: #fff;
    background-color: #80A0CA;
    -webkit-box-shadow: 0 0 1rem 0.25rem #80A0CA;
            box-shadow: 0 0 1rem 0.25rem #80A0CA;
  }
  .mybtn_outline:hover, .btn_pageup:hover {
    background-color: #F8986F;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
a.mainmenu {
  text-decoration: none;
  color: #444444;
}

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0.75rem;
}

@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #EA5518;
    text-decoration: none;
  }
  .gnav .dropdown-menu a:hover {
    color: #EA5518;
  }
  .footer_nav li a:hover {
    color: #EA5518;
  }
}
.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 {
  color: #444444;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 15rem;
  }
  .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);
  }
  .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;
  }
  .gnav .dropdown_treatments {
    width: 24rem;
  }
  .gnav .dropdown_treatments li {
    display: inline-block;
    width: 10rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.index .carousel-inner {
  padding-left: 15rem;
}

.kv {
  min-height: 380px;
  height: 35vw;
}

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

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

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

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 100vw;
  }
  .kv1 {
    background: url("../images/kv1.jpg") right 20% center/cover no-repeat;
  }
  .kv2 {
    background: url("../images/kv2.jpg") left 7.5% center/cover no-repeat;
  }
  .kv3 {
    background: url("../images/kv3.jpg") left 25% center/cover no-repeat;
  }
  .index .carousel-inner {
    padding-left: 5%;
  }
}
.index h1 {
  font-size: 3rem;
  position: relative;
}
.index h1 .smaller {
  font-size: 1.25rem;
}
.index h1 .medium {
  font-size: 0.8em;
}
.index h1::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #fff;
  height: 90%;
  width: 94%;
  top: 5%;
  left: 3%;
}
.index h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.index h2 span {
  font-size: 0.8rem;
  color: #EA5518;
}
.index h3 {
  font-size: 2rem;
}

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

.news_title {
  padding-bottom: 0.5rem;
}

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

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

.index_treatment1 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 8rem 1rem 2rem;
  height: 100% !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-size: 5rem;
  background-position: top 2rem center;
  background-repeat: no-repeat;
  position: relative;
}
.index_treatment1 li a::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #ccc;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  top: 0.5rem;
  left: 0.5rem;
}
.index_treatment1 li:first-child a {
  background-image: url("../images/menu1.svg");
}
.index_treatment1 li:nth-child(2) a {
  background-image: url("../images/menu2.svg");
}
.index_treatment1 li:nth-child(3) a {
  background-image: url("../images/menu3.svg");
}
.index_treatment1 li:nth-child(4) a {
  background-image: url("../images/menu4.svg");
}
.index_treatment1 li:nth-child(5) a {
  background-image: url("../images/menu5.svg");
}
.index_treatment1 li:nth-child(6) a {
  background-image: url("../images/menu6.svg");
}
.index_treatment1 li:nth-child(7) a {
  background-image: url("../images/menu7.svg");
}
.index_treatment1 li:nth-child(8) a {
  background-image: url("../images/menu8.svg");
}
.index_treatment1 li:nth-child(9) a {
  background-image: url("../images/menu9.svg");
}

.index_treatment2 {
  background: url("../images/index6.svg") center center/contain no-repeat #F3F8FA;
}
.index_treatment2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 2rem 1rem 2rem;
  height: 100% !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  position: relative;
}
.index_treatment2 li a::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #ccc;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  top: 0.5rem;
  left: 0.5rem;
}

.index_treatment3 li a::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #F8986F;
}

.index_treatment4 li a::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #80A0CA;
}

.index_hero {
  width: 100%;
  height: 20rem;
  background: url("../images/index7.jpg") center bottom 25%/cover no-repeat;
}

@media (hover: hover) {
  .index_treatment1 li a:hover::before,
  .index_treatment4 li a:hover::before {
    border-color: #3265AB;
    color: #3265AB;
  }
  .index_treatment1 li a:hover,
  .index_treatment4 li a:hover {
    color: #3265AB;
  }
  .index_treatment3 li a:hover::before {
    border-color: #EA5518;
    color: #EA5518;
  }
  .index_treatment3 li a:hover {
    color: #EA5518;
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.75rem;
  }
  .index h1 .smaller {
    font-size: 1rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.5rem;
  }
  .date_tag {
    display: block;
  }
  .index_treatment1 li a {
    padding: 6.5rem 1rem 1.5rem;
    background-size: 4rem;
    background-position: top 1.5rem center;
  }
  .index_treatment2 {
    background: url("../images/index6-2.svg") center center/contain no-repeat #F3F8FA;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding: 4rem 0;
  background: url("../images/bg1.jpg") center top/cover no-repeat #F3F8FA;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #EA5518;
  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: double 4px #80A0CA;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #80A0CA;
  color: #fff;
  border-radius: 0rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.subpages h3::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  left: 3px;
  top: 0;
}
.subpages h3::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  right: 3px;
  top: 0;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #80A0CA;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #3265AB;
}
.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;
  }
}