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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #51a2e2;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #FFC400;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #6BBEEA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E6F2F9;
}

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

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

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

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

.bg-blue {
  background-color: #51a2e2;
}

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

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

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

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

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

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

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

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

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

.bold {
  font-weight: bold;
}

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

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

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

input,
textarea,
select {
  outline: none;
}

.gmap {
  min-height: 400px;
}

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

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

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

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

.font {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

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

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

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

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

.mybtn_outline {
  text-align: center;
  display: inline-block;
  border: 1px solid #51a2e2;
  color: #51a2e2;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  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 #51a2e2;
  -moz-box-shadow: 0 0 1rem 0.25rem #51a2e2;
  -ms-box-shadow: 0 0 1rem 0.25rem #51a2e2;
  box-shadow: 0 0 1rem 0.25rem #51a2e2;
  background: #51a2e2;
  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;
}

.sidebtn, .sidebtn a {
  -webkit-border-radius: 1.5rem 0 0 1.5rem;
  -moz-border-radius: 1.5rem 0 0 1.5rem;
  -ms-border-radius: 1.5rem 0 0 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
}

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

a.nav-link {
  color: #555;
  display: block;
  padding: 0.75rem 0.75rem;
  height: 100%;
}
.gnav a.nav-link:hover {
  color: #51a2e2;
  background: #fff;
  text-decoration: none;
}
.gnav a.nav-link:focus {
  color: #51a2e2;
  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;
}

.gnav .dropdown-menu a.dropdown-item {
  color: #555;
}
.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: #51a2e2;
}

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

.offcanvas {
  -webkit-border-radius: 2rem 0 0 2rem;
  -moz-border-radius: 2rem 0 0 2rem;
  -ms-border-radius: 2rem 0 0 2rem;
  border-radius: 2rem 0 0 2rem;
}
.offcanvas a.nav-link, .offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  color: #555;
  padding: 1.5rem 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;
  transform: none !important;
  display: inline-block;
  box-shadow: none !important;
  padding: 0 1rem 1rem !important;
}
.offcanvas .dropdown-menu.show li {
  display: inline-block;
  width: 49%;
}
.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: #555;
  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: #555;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  background: transparent !important;
}
footer .footer_nav li a:hover {
  color: #51a2e2;
}

table.table.timetable th, table.table.timetable td {
  padding: 0.75rem 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: #51a2e2;
}

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

.table .bg_txtc {
  background: #f8f9fa;
  text-align: center;
}
.table .bdr_r {
  border-right-width: 1px;
}
.table .dp_n {
  display: 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 no-repeat;
  background-size: 1rem;
}

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

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 15rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 0.9rem !important;
  }
  .table.-width td:last-child {
    width: 26%;
  }
  .table.-width .dp_n {
    display: block;
  }
  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);
    -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);
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 33vw;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 50vw;
  }
}
.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;
}

.index h1 {
  font-size: 1.75em;
}
.index h2 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.index h2 span {
  vertical-align: -0.1em;
  font-size: 3rem;
  color: #51a2e2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

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

.date_tag {
  color: #51a2e2;
  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_treatment {
  background: url("../images/bg1.jpg") center center/cover no-repeat;
}
.index_treatment ul li a {
  text-decoration: none;
  background: #fff;
}

.index_features ol li figure {
  position: relative;
}
.index_features ol li img {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
}
.index_features ol li figcaption {
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -ms-border-radius: 0 0 1rem 1rem;
  border-radius: 0 0 1rem 1rem;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(81, 162, 226);
  background: linear-gradient(0deg, rgb(81, 162, 226) 0%, rgb(81, 162, 226) 60%, rgba(81, 162, 226, 0) 100%);
}

@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1rem;
  }
  .index h2 {
    font-size: 1rem;
  }
  .index h2 span {
    font-size: 2rem;
  }
  .index h3 {
    font-size: 1.1rem;
  }
  .date_tag {
    display: block;
  }
  .kv_item {
    margin-top: -3rem;
    z-index: 2;
    position: relative;
  }
  .index_treatment ul li img {
    width: 3.75rem;
    height: auto;
  }
  .index_features ol li figcaption {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .kv_item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index_treatment ul li img {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
  }
  .index_treatment ul li a:hover {
    background: #51a2e2;
  }
  .index_treatment ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index_treatment ul li a:hover P {
    color: #fff;
  }
}
.insta_pc {
  display: none;
}

@media (min-width: 768px) {
  .insta_pc {
    display: block;
    margin: 0 1.3rem;
  }
}
.insta_sp {
  position: absolute;
  top: 1rem;
  right: 5rem;
  margin: 0 0.4rem;
}

@media (min-width: 768px) {
  .insta_sp {
    display: none;
  }
}
.subpages .carousel-indicators button {
  background-color: #555 !important;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}
.subpages .title {
  background: url("../images/bg1.jpg") center center/cover no-repeat;
  padding: 4rem 0;
}
.subpages h1 {
  font-size: 2rem;
}
.subpages h1 span {
  color: #51a2e2;
  font-size: 0.8rem;
}
.subpages h2 {
  font-size: 1.75rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 1px #ccc;
  padding: 1rem 0rem 1rem 1.5rem;
  position: relative;
}
.subpages h2::after {
  content: "";
  width: 6px;
  height: 70%;
  background: linear-gradient(#6BBEEA, #51a2e2);
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  border-radius: 50rem;
  position: absolute;
  left: 0;
  top: 15%;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #E6F2F9;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 3px #51a2e2;
}
.subpages h5 {
  font-size: 1.1rem;
  color: #51a2e2;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1rem;
}
.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: #51a2e2;
}
.subpages ul.list50 {
  display: flex;
  flex-wrap: wrap;
}
.subpages ul.list50 li:nth-child(odd) {
  width: 47%;
  margin-right: 6%;
}
.subpages ul.list50 li:nth-child(even) {
  width: 47%;
}
.subpages ul.list_inline {
  padding-left: 0;
}
.subpages ul.list_inline li {
  display: inline;
}

@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;
  }
  .subpages h4 {
    font-size: 1.1rem;
  }
  .subpages h5 {
    font-size: 1.05rem;
  }
  .subpages h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  ul.list_md_50 {
    display: flex;
    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%;
  }
}/*# sourceMappingURL=styles.css.map */