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

.skin {
  color: #FFF6E6;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C !important;
}

.teal {
  color: #29B8CA;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E !important;
}

.lighterbrown {
  color: #A1846F !important;
}

.red {
  color: #C55A73;
}

.tel_red a {
  color: #C55A73;
}

.blue {
  color: #3F5D80;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.wine {
  color: #D584AF;
}

.orange {
  color: #FFC400 !important;
}

.lighter {
  color: #888;
}

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

.bg-blue {
  background-color: #3F5D80;
}

.bg-navy {
  background-color: #295282;
}

.bg-line {
  background-color: #06c655;
}

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

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

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

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

.bg-lightestpurple {
  background-color: #F3F1FD;
}

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

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

::-moz-selection {
  background: #343a40;
  color: #fff;
}

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

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

body {
  color: #000000;
  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, th, dt, a.nav-link, main a {
  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: #000000;
}

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

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

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

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

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

.bold {
  font-weight: bold;
}

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

.mt-n {
  vertical-align: 0px;
}

.mt-n2 {
  vertical-align: -2px;
}

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

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

.mybtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #C55A73;
  font-size: 1.2rem;
  border-radius: 5rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mybtn:hover, .mybtn:focus, .mybtn:active {
  color: #fff;
  background: #C55A73;
  -webkit-box-shadow: 0 0 1rem 0.25rem #C55A73;
  -ms-box-shadow: 0 0 1rem 0.25rem #C55A73;
  box-shadow: 0 0 1rem 0.25rem #C55A73;
}
.mybtn.line {
  background: #06c755;
}
.mybtn.line:hover, .mybtn.line:focus, .mybtn.line:active {
  background: #06c755;
  -webkit-box-shadow: 0 0 1rem 0.25rem #06c755;
  -ms-box-shadow: 0 0 1rem 0.25rem #06c755;
  box-shadow: 0 0 1rem 0.25rem #06c755;
}
.mybtn.rsv {
  background: #D584AF;
}
.mybtn.rsv:hover, .mybtn.rsv:focus, .mybtn.rsv:active {
  background: #D584AF;
  -webkit-box-shadow: 0 0 1rem 0.25rem #D584AF;
  -ms-box-shadow: 0 0 1rem 0.25rem #D584AF;
  box-shadow: 0 0 1rem 0.25rem #D584AF;
}

.mybtn_outline {
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 1px solid #3F5D80;
  color: #3F5D80;
  border-radius: 5rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mybtn_outline:hover, .mybtn_outline:focus, .mybtn_outline:active {
  background: #3F5D80;
  color: #fff;
}

.btn_circle {
  width: 3rem;
  height: 3rem;
  text-align: center;
}
.btn_circle svg {
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}

.Bees {
  min-width: 340px;
}
@media (max-width: 767.98px) {
  .Bees {
    min-width: auto;
  }
}

.kv {
  min-height: 400px;
  height: 33vw;
}

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

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 90vw;
  }
}
.index #carousel .carousel-indicators {
  right: 0;
  left: auto;
}

.carousel-indicators button {
  height: 8px !important;
  width: 8px !important;
  background-color: #555 !important;
  border-radius: 50%;
}

.index .kv_catchcopy {
  width: 100%;
  display: inline-block;
  background-color: #C55A73;
  padding: 15px 30px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.index .kv_catchcopy span {
  border-radius: 10px;
  background-color: #FFF;
  font-size: 1.2rem;
  color: #C55A73;
  padding: 5px;
  margin-left: 10px;
}

a.nav-link {
  color: #000000;
  display: block;
  padding: 1rem 0rem 0rem;
  height: 100%;
  position: relative;
}
a.nav-link::before {
  position: absolute;
  top: 25%;
  left: 0px;
  width: 1px;
  height: 50%;
  content: "";
  background: #eee;
}
a.nav-link span {
  font-size: 0.7em;
  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: #C55A73;
}
a.nav-link:hover {
  color: #444444;
  background: #fff;
  text-decoration: none;
}
.gnav a.nav-link:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.gnav a.nav-link:hover::before {
  content: none;
}
a.nav-link:focus {
  color: #444444;
  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: #000000;
}
.gnav .dropdown-menu a.dropdown-item {
  font-size: 1.2rem;
}
.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:focus, .dropdown-menu a.dropdown-item:active {
  background-color: #fff;
  color: #C55A73;
  border-radius: 1rem;
}

.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);
  transform: rotate(135deg);
}

.offcanvas a.nav-link {
  padding: 1.5rem 1rem;
  font-size: 1.7rem;
  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 {
  display: none;
}
.offcanvas a.nav-link.dropdown-toggle::after {
  display: none;
}
.offcanvas a.nav-link::before {
  content: none;
}
.offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  background: transparent;
  text-decoration: none;
}
.offcanvas a.nav-link.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;
  background: transparent !important;
}
.offcanvas .dropdown-menu.show a.dropdown-item {
  padding: 0.75rem 0;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.offcanvas .dropdown-menu.show a.dropdown-item:hover, .offcanvas .dropdown-menu.show a.dropdown-item:focus {
  background: transparent !important;
  color: #000000;
}

.header_btn_reserve {
  vertical-align: middle;
}

.header_btn_reserve_pc {
  margin-top: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_btn_reserve_pc a {
  text-decoration: none;
  vertical-align: middle;
}
.header_btn_reserve_pc a div.icon_reserve {
  display: block;
  width: 80px;
  height: 50px;
  background-color: #C55A73;
  background-image: url("../images/icon_reserve.svg");
  background-position: left 20px top 7px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header_btn_reserve_pc a div.txt_reserve {
  line-height: 40px;
  padding: 5px 30px;
  font-weight: bold;
  color: #fff;
  background-color: #3f5d80;
  font-size: 1.2rem;
}
.header_btn_reserve_pc a.header_btn_line_pc {
  line-height: 40px;
  padding: 5px 30px;
  font-weight: bold;
  color: #fff;
  background-color: #06c655;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.2rem;
}

table.table.timetable th, table.table.timetable td {
  vertical-align: middle;
  padding: 0.75rem 0.25rem;
}

table.table.timetable2 td {
  font-size: 1.1rem;
}
table.table.timetable2 tr:last-child th, table.table.timetable2 tr:last-child td {
  border: none;
}

.kv_item {
  position: relative;
  width: 100%;
  text-align: center;
  background: rgba(63, 93, 128, 0.7);
}

h1 {
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
}
h1 svg {
  vertical-align: -3px;
}
h1 span {
  font-size: 1rem;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
h2 span {
  font-family: "Sacramento", cursive;
  font-size: 5rem;
  color: #C55A73;
  font-weight: 400;
  display: block;
}

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

h4 {
  font-size: 1.1rem;
}

h5, h6 {
  font-size: 1rem;
}

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

.headtel {
  font-size: 1.4rem;
}

/*.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: #C55A73;
  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;
  padding-right: 0.5rem;
}
.date_tag .new {
  display: none;
}

#info h2 {
  margin-bottom: 0;
}
#info h2 span {
  font-size: 3.6rem;
}

.info_frame {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 540px;
  width: auto;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #fff;
}
.info_frame::-webkit-scrollbar {
  background: #fff;
}
.info_frame::-webkit-scrollbar-thumb {
  background: #fff;
}
.info_frame::-webkit-scrollbar-track {
  background: #fff;
}
.info_frame dl dt span.category {
  display: inline-block;
  background: #f8f9fa;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  color: #3f5d80;
  font-size: 1rem;
}
.info_frame dl dt a {
  text-decoration: none;
}

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

.index_treatments figcaption {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  html {
    font-size: 0.875rem;
  }
  header .logo {
    width: 200px;
  }
  .js_outofheader .fixed_nav {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
  }
  h1 {
    font-size: 1.2rem;
  }
  h1 svg {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
  }
  h2 {
    font-size: 1.3rem;
  }
  h2 span {
    font-size: 4rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 1.1rem !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;
  }
  .gmap {
    min-height: 320px;
  }
  .index .kv_catchcopy {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .index .kv_catchcopy span {
    margin-top: 0.3rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .js_outofheader .gnav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  body.js_outofheader {
    padding-top: 100px;
  }
  .js_outofheader .header_upper {
    display: none;
  }
  footer .footer_nav li {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            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;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem 0 0;
    display: inline-block;
    background: transparent !important;
    color: #000000;
  }
  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: #444444;
  }
  footer .footer_nav li .dropdown-toggle {
    pointer-events: none;
  }
  footer .footer_nav li .dropdown-toggle::after {
    vertical-align: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  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 {
    color: #000000;
    font-size: 0.9rem;
    width: auto;
    display: inline-block !important;
    padding: 0.5rem 0.5rem 0 0;
    background: transparent !important;
  }
  footer .footer_nav li .dropdown-menu .dropdown-item:hover {
    color: #444444;
  }
  .gnav {
    position: relative;
    z-index: 1001;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.large {
  font-size: 1.6em;
}

.small {
  font-size: 1em;
}

.pc_no {
  display: block;
}

.sp_no {
  display: none;
}

@media (min-width: 768px) {
  .pc_no {
    display: none;
  }
  .sp_no {
    display: block;
  }
}
.schema_wrap {
  padding: 2rem;
}/*# sourceMappingURL=common.css.map */