@charset "UTF-8";
@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.22em;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}

:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

:where(p) {
  margin: 0 0 1em;
}

:root {
  --sp-header-height: 3.0rem;
  --pc-header-height: 120px;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 2.1;
  --color-base-txt: #444;
  --color-base-txt-rgb: 68,68,68;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main-em: #327a80;
  --color-main-dark: #08aea0;
  --color-main-dull: #26b7aa;
  --color-main: #81cac4;
  --color-main-light: #c9e9e7;
  --color-main-light-rgb: 201,233,231;
  --color-main-light2: #e6f3ec;
  --color-main-pale: #f1fbfa;
  --color-sub-em: #877649;
  --color-sub-dense: #a4913d;
  --color-sub-dark: #bea94f;
  --color-sub: #ccbf85;
  --color-sub-rgb: 204,191,133;
  --color-sub-light: #ebe7d4;
  --color-sub-light-rgb: 235,231,212;
  --color-sub-light2: #f6f5e2;
  --color-sub-pale: #fcfaf2;
  --color-overview-txt: #757465;
  --color-overview-bg: #e6e1cb;
  --color-border: #c0c0c0;
  --color-border-pale: #f8f8f8;
  --color-attention: #df0a1c;
  --color-attention-pale: #fdf2f4;
  --color-highlight: #ecf3e6;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #666;
  --color-gray-rgb: 102,102,102;
  --color-palegray: #eee;
  --color-palegray-rgb: 238,238,238;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Sawarabi Gothic", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--base-font-weight, normal);
  font-size: 2.7777777778vw;
}

body {
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header {
  color: var(--color-gray);
  background-color: #f0f4f3;
  background-image: url(../img/tit_heading.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#global_header .header_wrap {
  width: 100%;
  padding: 1rem;
}
#global_header .header_wrap .logo {
  width: 80%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_tel {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header {
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  #global_header .header_wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 376px 500px 256px;
    grid-template-rows: 88px 290px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 400px;
    padding: 0 calc(50% - 600px);
  }
  #global_header .header_wrap .logo {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 376px;
    aspect-ratio: 1/1;
    -webkit-box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
  }
  #global_header .header_wrap .clinic_tel {
    grid-column: 3/4;
    grid-row: 1/2;
    display: inline-block;
    padding-block: 2px;
    color: var(--color-main-dark);
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
  #global_header .header_wrap .clinic_tel .phone {
    font-size: 3.4rem;
    line-height: 1.1;
    text-shadow: 0 0 1px var(--color-main), 0 0 5px var(--color-white), 0 0 8px var(--color-white), 0 0 10px var(--color-white);
  }
  #global_header .header_wrap .heading {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    padding: 1rem;
    height: calc(100dvh - 4rem);
    background-color: rgba(var(--color-white-rgb), 0.8);
    background-image: url(../img/bg_marble.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    backdrop-filter: blur(0.5rem);
  }
  .js-sp_modal.is_overlay::before {
    display: block;
    width: 80%;
    height: 7rem;
    background-image: url(../img/logo_sp.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-sp_box.is_open .txt_first {
    text-align: left !important;
  }
  .js-sp_box.is_open .dis_n {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    top: 35px;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5.8rem;
    margin: 0;
    padding: 0 0 0.6rem;
    line-height: 0.8;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0.1rem 0.1rem 0.2rem rgba(var(--color-black-rgb), 0.16);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 1.1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 8rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 72dvh;
    padding: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li {
    padding-block: 0.2rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    text-align: left;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: inline-block;
    margin-right: 0.8rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80c';
    color: var(--color-main-dark);
  }
  #global_nav .gnav > li br {
    display: none;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::before {
    content: "\e80a";
  }
  #global_nav .gnav > li.sub .sub_btn.close {
    --color-sub-pale: #f7f2dd;
    background-color: var(--color-sub-pale);
  }
  #global_nav .gnav > li.sub .sub_btn.close::before {
    content: "\e80d";
    color: var(--color-sub-dark);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-left: 1rem;
    background-color: var(--color-sub-pale);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    padding: 0.5rem 1.8rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    padding: 0.8rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\f105';
    color: var(--color-sub-dark);
  }
  #global_nav .toolset {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    padding-inline: calc(50% - 600px);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 70px;
    padding-block: 15px;
    font-size: 2rem;
    line-height: 1;
    color: var(--color-white);
    background: var(--color-sub);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #global_nav .gnav > li ~ li {
    border-left: 2px dotted var(--color-white);
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  #global_nav .gnav > li a:hover, #global_nav .gnav > li button:hover {
    color: var(--color-sub-em);
    text-shadow: 0 0 1px currentColor;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -14px;
    display: block;
    width: 100%;
    font-size: 10px;
    color: var(--color-sub-em);
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "▼";
  }
  #global_nav .gnav > li.sub .sub_btn:hover, #global_nav .gnav > li.sub .sub_btn:focus, #global_nav .gnav > li.sub .sub_btn.close {
    color: var(--color-sub-em);
    text-shadow: 0 0 1px currentColor;
  }
  #global_nav .gnav > li.sub .sub_btn:hover::after, #global_nav .gnav > li.sub .sub_btn:focus::after, #global_nav .gnav > li.sub .sub_btn.close::after {
    opacity: 1;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 55px;
    left: 0;
    width: 185px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    font-size: 1.8rem;
    color: var(--color-white);
    background: rgba(var(--color-sub-rgb), 0.8);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    border-top: 1px dotted var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:first-child {
    border-top: none;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:first-child a:hover {
    -webkit-box-shadow: inset 0px 8px 12px -8px rgba(var(--color-black-rgb), 0.3);
            box-shadow: inset 0px 8px 12px -8px rgba(var(--color-black-rgb), 0.3);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    min-height: 60px;
    padding: 7px 7px 7px 12px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    color: var(--color-white);
    background: rgba(var(--color-sub-rgb), 1);
  }
  #global_nav .toolset {
    display: none;
  }
  #global_nav.js-pc_sticky.is_sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--color-white);
    background: var(--color-sub);
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 980px;
    height: 100px;
    padding-block: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li:first-child {
    border-left: 2px dotted var(--color-white);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li:last-child {
    border-right: 2px dotted var(--color-white);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li.sub .sub_box {
    top: 80px;
  }
  #global_nav.js-pc_sticky.is_sticky .toolset {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 10px;
  }
  #global_nav.js-pc_sticky.is_sticky .toolset li {
    width: 100px;
  }
  #global_nav.js-pc_sticky.is_sticky .toolset li a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #global_nav.js-pc_sticky.is_sticky .toolset li a::before {
    padding-block: 5px;
  }
}
.overview {
  font-size: 1.4rem;
  color: var(--color-overview-txt);
  background: var(--color-overview-bg);
}
.overview .wrap {
  padding: 3rem 4%;
}
.overview .wrap .primary .logo {
  width: 50vw;
  margin-inline: auto;
}
.overview .wrap .primary .toolset {
  margin: 2rem auto 0;
}
.overview .wrap .secondary {
  margin-top: 2.5rem;
}
.overview .wrap .secondary .clinic_outline {
  padding-inline: 0.5rem;
}
.overview .wrap .secondary .clinic_outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
.overview .wrap .secondary .clinic_outline dl dt {
  width: 25%;
}
.overview .wrap .secondary .clinic_outline dl dd {
  width: 75%;
}
.overview .wrap .secondary .clinic_outline dl dd.telnum {
  font-size: 2rem;
  line-height: 1;
}
.overview .wrap .secondary .clinic_outline dl.rep {
  margin-bottom: 1.5rem;
  gap: 0;
}
.overview .wrap .secondary .timetable, .overview .wrap .secondary .chargetable {
  margin-top: 2.5rem;
}
.overview .wrap .secondary .timetable thead th, .overview .wrap .secondary .chargetable thead th {
  color: var(--color-white);
  background: var(--color-overview-txt);
}
.overview .wrap .secondary .timetable tbody th, .overview .wrap .secondary .timetable tbody td, .overview .wrap .secondary .chargetable tbody th, .overview .wrap .secondary .chargetable tbody td {
  border-bottom-color: var(--color-overview-txt);
}
.overview .gmap {
  height: 26rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 0;
  }
  .overview .wrap .primary {
    width: 350px;
  }
  .overview .wrap .primary .logo {
    width: 248px;
  }
  .overview .wrap .primary .toolset {
    margin-top: 54px;
  }
  .overview .wrap .secondary {
    width: 786px;
    margin-top: 0;
    padding-left: 20px;
    padding-bottom: 5px;
    border-left: 2px solid var(--color-base-txt);
  }
  .overview .wrap .secondary .clinic_outline {
    padding-inline: 0;
  }
  .overview .wrap .secondary .clinic_outline dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px 12px;
  }
  .overview .wrap .secondary .clinic_outline dl dt {
    width: 110px;
  }
  .overview .wrap .secondary .clinic_outline dl dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 555px;
  }
  .overview .wrap .secondary .clinic_outline dl dd.telnum {
    font-size: 3.4rem;
  }
  .overview .wrap .secondary .clinic_outline dl.rep {
    margin-bottom: 22px;
    gap: 0 12px;
  }
  .overview .wrap .secondary .timetable, .overview .wrap .secondary .chargetable {
    margin-top: 36px;
  }
  .overview .gmap {
    height: 500px;
  }
}
.fixed_btn {
  padding: 1.7rem 0;
  line-height: 1;
  text-align: center;
  background: rgba(var(--color-white-rgb), 0.7);
}
.fixed_btn a {
  display: inline-block;
  width: 3.2rem;
}
@media screen and (max-width: 47.99em) {
  body.spnav_modal .fixed_btn {
    position: fixed;
    left: 0;
    bottom: 4rem;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  .fixed_btn {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 80px;
    padding: 10px;
    background: var(--color-white);
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .fixed_btn a {
    width: 100%;
    padding: 10px;
  }
  .fixed_btn:hover {
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.5);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.5);
  }
}
@media print {
  .fixed_btn {
    display: none;
  }
}

#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 56px 0 0;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1200px;
    margin-inline: auto;
  }
  #global_footer .footer_wrap ul {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 2px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap .gnav .sub[data-menu-group=clinic] {
    display: inline-block;
    padding-inline: 0;
  }
  #global_footer .footer_wrap .gnav .sub[data-menu-group=clinic] .sub_btn {
    display: none;
  }
  #global_footer .footer_wrap .subnav ul {
    margin-top: 22px;
  }
  #global_footer .copyright {
    width: 1200px;
    margin-inline: auto;
    padding: 48px 0;
    font-size: 1.8rem;
    text-align: right;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 4.5rem;
  right: 0.5rem;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_stay {
    bottom: 260px;
  }
}

#sp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-main-dull)), color-stop(50%, var(--color-main-dark)));
  background: linear-gradient(var(--color-main-dull) 50%, var(--color-main-dark) 50%);
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  font-size: 1.3rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li ~ li {
  border-left: 1px solid var(--color-main);
}
#sp_footer li a {
  display: block;
  padding: 0 0.5rem;
}
#sp_footer li.phone {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-sub-dark);
  border: none;
  border-radius: 50%;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  font-size: 2rem;
  line-height: 0.8;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 2.5rem;
  }
  #pageup:hover {
    background: var(--color-sub);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf, .l-intro {
  display: flow-root;
}
.l-cf > :last-child, .l-intro > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 5px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c.w_sml {
    max-width: 412px;
  }
  .img_l {
    float: left;
    max-width: 412px;
    margin-top: calc((var(--pc-l-height, 1.5) - 1) * 0.5em);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
    border-radius: 5px;
  }
  .img_r {
    float: right;
    max-width: 412px;
    margin-top: calc((var(--pc-l-height, 1.5) - 1) * 0.5em);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
    border-radius: 5px;
  }
}
.max-auto {
  margin-inline: auto;
}

.pl {
  padding-left: 2rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .pl {
    padding-left: 40px;
  }
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3rem;
}
article > .l-intro ~ section {
  margin-top: 3rem;
}
article > .l-intro ~ section section {
  margin-top: 2rem;
}
article > section ~ section {
  margin-top: 5rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .l-intro {
    margin-bottom: 60px;
  }
  article > .l-intro ~ section {
    margin-top: 60px;
  }
  article > .l-intro ~ section section {
    margin-top: 40px;
  }
  article > section ~ section {
    margin-top: 90px;
  }
  article > section section {
    margin-top: 50px;
  }
  article > section section section {
    margin-top: 35px;
  }
  article > section h2 + section, article > section h3 + section, article > section h4 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.4rem;
}

.tit_02 {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 3em;
  margin-bottom: 2rem;
  padding-top: 0.2em;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-gray);
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 3em;
}
.tit_02 i {
  font-size: 1.8rem;
}

.tit_03 {
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-main-em);
  border-bottom: 0.3rem solid currentColor;
  -webkit-box-shadow: 0 0.2rem 0 0 var(--color-main-dark);
          box-shadow: 0 0.2rem 0 0 var(--color-main-dark);
}

.tit_04 {
  margin: 0 0 1.1rem;
  padding-bottom: 0.4rem;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-sub-dark);
  border-bottom: 0.3rem solid currentColor;
}

.tit_05 {
  margin: 0 0 0.9rem;
  padding-bottom: 0.4rem;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-main-em);
  border-bottom: 0.2rem dotted currentColor;
}

.tit_06 {
  margin: 0 0 0.6rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-main-dark);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    min-height: 124px;
    margin-bottom: 40px;
    font-size: 3.2rem;
    background-size: 170px auto;
  }
  .tit_02 i {
    font-size: 2.8rem;
  }
  .tit_03 {
    margin-bottom: 22px;
    padding-bottom: 6px;
    font-size: 3rem;
    border-bottom-width: 3px;
    -webkit-box-shadow: 0 3px 0 0 var(--color-main-dark);
            box-shadow: 0 3px 0 0 var(--color-main-dark);
  }
  .tit_04 {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 2.8rem;
    border-bottom-width: 4px;
  }
  .tit_05 {
    margin-bottom: 10px;
    padding-bottom: 6px;
    font-size: 2.6rem;
    border-bottom-width: 4px;
  }
  .tit_06 {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}

.lst_dl > dt, .lst_ul > li {
  padding-left: 1.3em;
}
.lst_dl > dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: var(--color-main);
  line-height: 1;
  content: "●";
}

.lst > li ~ li {
  margin-top: 0.5em;
}

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

.lst_dot {
  margin-bottom: 1em;
}
.lst_dot > li {
  padding-left: 1em;
}
.lst_dot > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.lst_dot > li ~ li {
  margin-top: 0.5em;
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-size: 120%;
  line-height: 1;
  color: var(--color-main-dark);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}

.lst_dl > dt {
  font-weight: 700;
  font-size: 106%;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1.2em;
}
.lst_dl > dd {
  margin-left: 1.3em;
  margin-top: 0.6em;
  line-height: 1.5;
}
.lst_dl > dd > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl > dt ~ dt {
    margin-top: 1.5em;
  }
  .lst_dl > dd {
    margin-top: 0.8em;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.3rem 1.5rem 0.3rem;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-main-dark);
  background: var(--color-white);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--color-main-dark);
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dt::before {
  content: counter(flowNum) ". ";
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.5rem 1.2rem;
  background: var(--color-white);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-main-dark);
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 3.5rem 0 3.5rem;
  border-color: var(--color-main-dark) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 28px 34px 5px;
    font-size: 2.6rem;
    border-radius: 5px 5px 0 0;
  }
  .dl_flow dd {
    padding: 8px 34px 30px;
    border-radius: 0 0 5px 5px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -64px;
    border-width: 33px 98px 0 98px;
  }
}
.dl_flow.nonum dt::before {
  display: none;
}

.tbl_simple, .tbl_data {
  width: 100%;
  line-height: 1.3;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
  padding: 0.6em 0.7em;
  font-weight: normal;
}
.tbl_simple + .marker, .tbl_simple + .notification, .tbl_data + .marker, .tbl_data + .notification {
  margin-top: 0.5em;
  line-height: 1.3;
}
[data-tbltype=thfixed].tbl_simple tbody th, [data-tbltype=thfixed].tbl_data tbody th {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_simple td, .tbl_data td {
    padding: 1em;
  }
}

.tbl_data {
  background: var(--color-white);
  border-top: 1px solid var(--color-gray);
}
.tbl_data th {
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
}
.tbl_data td {
  border-bottom: 1px solid var(--color-gray);
}
.tbl_data thead th {
  background-color: var(--color-main-light2);
  border-bottom-color: var(--color-base-txt);
}

.tbl_simple {
  background: var(--color-white);
  border-top: 1px solid var(--color-gray);
}
.tbl_simple tbody th {
  text-align: left;
  background-color: var(--color-main-light2);
  border-bottom: 1px solid var(--color-gray);
}
.tbl_simple tbody td {
  padding-inline: 1em;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (min-width: 48em), print {
  .tbl_simple tbody td {
    padding-inline: 2em;
  }
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_notes, .box_notice {
  margin-bottom: 1em;
  padding: 1.5rem 1.5rem 1.3rem;
  border-radius: 0.8rem;
}
.box_notes > :last-child, .box_notice > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice {
    padding: 35px 43px 30px;
    border-radius: 15px;
  }
}

.box_notice {
  background: var(--color-attention-pale);
}

.box_notes {
  background: var(--color-border-pale);
}

:where(.contents) a {
  color: var(--color-main-dull);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) a:hover {
    text-decoration: none;
  }
}

.lnk_bnr {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk_bnr:hover {
    opacity: 0.7;
  }
}

.lnk_external::after {
  display: inline-block;
  margin-left: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 85%;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .lnk_external:hover {
    color: var(--color-main-em);
  }
  .lnk_external:hover:after {
    font-size: 100%;
  }
}

.anchor_index ul li a, body#page_first .lnkp_btn .btn_lnln, .btn_olc, .btn_rsv, .btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
@media screen and (min-width: 48em), print {
  .anchor_index ul li a, body#page_first .lnkp_btn .btn_lnln, .btn_olc, .btn_rsv, .btn_detail, .btn_back {
    -webkit-box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
  }
}

.btn_detail, .btn_back {
  font-size: 120%;
  color: var(--color-white);
  background: var(--color-main-dark);
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-sub-dark);
  }
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}
mark.em {
  display: inline-block;
  font-size: 1.087em;
}

.em {
  font-weight: bold;
}

.attn, .notification {
  color: var(--color-attention, #f00);
}

.f-smaller {
  font-size: 0.85em;
}

.f-larger {
  font-size: 1.15em;
}

.f-fpm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.marker, .notification {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > *, .notification > * {
  text-indent: 0;
}
span.marker, span.notification {
  display: inline-block;
}

.notification {
  line-height: 1.5;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8d9';
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e8d9';
    -webkit-transform: scale(0.83);
            transform: scale(0.83);
  }
  .phone a::before {
    display: none;
  }
}

.rsv a::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8ca';
}

.btn_rsv {
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-main-dull)), color-stop(50%, var(--color-main-dark)));
  background: linear-gradient(var(--color-main-dull) 50%, var(--color-main-dark) 50%);
}
.btn_rsv::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8ca';
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 48em), print {
  .btn_rsv:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

.olc a::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
}

.btn_olc {
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-main-dull)), color-stop(50%, var(--color-main-dark)));
  background: linear-gradient(var(--color-main-dull) 50%, var(--color-main-dark) 50%);
}
.btn_olc::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 48em), print {
  .btn_olc:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

.toolset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5rem;
}
.toolset li {
  width: 9.5rem;
}
.toolset li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0.5rem;
  word-break: keep-all;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: linear-gradient(-45deg, var(--color-main-dull) 50%, var(--color-main-dark) 50%);
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.1rem 0.1rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.toolset li a::before {
  display: block;
  padding-block: 1rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 3.4rem;
}
.toolset li a.webrsv::before {
  content: "\e8ca";
}
.toolset li a.webcon::before {
  content: "\e82b";
}

@media screen and (min-width: 48em), print {
  .toolset {
    gap: 0 30px;
  }
  .toolset li {
    width: 110px;
  }
  .toolset li a {
    font-size: 1.8rem;
    -webkit-box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
  }
  .toolset li a::before {
    font-size: 36px;
    line-height: 40px;
  }
  .toolset li a:hover {
    -webkit-filter: saturate(1.4);
            filter: saturate(1.4);
  }
}
.timetable, .chargetable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 86%;
  line-height: 1.3;
}
.timetable caption, .chargetable caption {
  caption-side: bottom;
  margin-top: 0.8rem;
  text-align: left;
}
.timetable thead th, .chargetable thead th {
  padding: 0.4em 0;
  font-weight: normal;
  color: var(--color-base-txt);
  background: var(--color-sub-light);
}
.timetable thead th:first-child, .chargetable thead th:first-child {
  width: 24%;
}
.timetable tbody th, .chargetable tbody th {
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: -0.05em;
  border-bottom: 1px solid var(--color-sub);
}
.timetable tbody td, .chargetable tbody td {
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--color-sub);
}
.timetable .m, .chargetable .m {
  --color-dr-male: #1796d8;
  color: var(--color-dr-male);
}
.timetable .f, .chargetable .f {
  --color-dr-female: #dc868b;
  color: var(--color-dr-female);
}
.timetable .g, .chargetable .g {
  color: var(--color-sub-dark);
}
.timetable .fs_small, .chargetable .fs_small {
  display: block;
  font-size: 70%;
}

@media screen and (max-width: 47.99em) {
  .chargetable {
    table-layout: auto;
  }
  .chargetable tbody td {
    padding-inline: 0.2em;
    font-size: 96%;
  }
  .chargetable tbody td:nth-last-child(-n+2) {
    padding-inline: 0;
  }
}
@media screen and (min-width: 48em), print {
  .timetable, .chargetable {
    font-size: 100%;
  }
  .timetable caption, .chargetable caption {
    margin-top: 0.8em;
    font-size: 100%;
  }
  .timetable thead th:first-child, .chargetable thead th:first-child {
    width: 26%;
    padding-left: 4%;
  }
  .timetable thead th:last-child, .chargetable thead th:last-child {
    width: 14%;
    padding-right: 4%;
  }
  .timetable tbody th, .chargetable tbody th {
    padding-left: 4%;
    letter-spacing: 0;
  }
  .timetable tbody td, .chargetable tbody td {
    padding: 1em 0;
  }
  .timetable tbody td:last-child, .chargetable tbody td:last-child {
    padding-right: 4%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

body#page_index #global_header {
  background: none;
}
body#page_index .main {
  padding-top: 4rem;
}
@media screen and (min-width: 48em), print {
  body#page_index #global_header {
    height: 800px;
    background: none;
  }
  body#page_index #global_header .header_wrap {
    grid-template-columns: 66px 448px auto 256px;
    grid-template-rows: 450px auto;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    height: 450px;
    margin-bottom: 252px;
  }
  body#page_index #global_header .header_wrap .logo {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 448px;
  }
  body#page_index #global_header .header_wrap .clinic_tel {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  body#page_index .main {
    padding-top: 55px;
  }
}

@-webkit-keyframes bgFade {
  0% {
    backdrop-filter: blur(10px);
  }
  100% {
    backdrop-filter: blur(0);
  }
}

@keyframes bgFade {
  0% {
    backdrop-filter: blur(10px);
  }
  100% {
    backdrop-filter: blur(0);
  }
}
#keyvsl {
  visibility: hidden;
  max-width: 100%;
  height: 28rem;
  background-image: url(../img/index/keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  backdrop-filter: blur(10px);
  -webkit-animation: bgFade 5s forwards;
          animation: bgFade 5s forwards;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 800px;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}

.hero {
  position: relative;
  z-index: 0;
  margin-bottom: 5rem;
}
.hero_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10rem;
  padding-inline: 1.8rem;
  height: 28rem;
}
.hero_box em {
  display: inline-block;
  font-weight: normal;
  font-size: 1.9rem;
  color: var(--color-sub-em);
  text-shadow: 1px 1px 0 var(--color-white), -1px -1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), 0 0 1rem var(--color-white);
}
.hero_box .toolset {
  position: absolute;
  inset: auto 0 -6rem;
}

@media screen and (min-width: 48em), print {
  .hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .hero_box {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 32px 0;
    width: 1200px;
    height: auto;
    margin-inline: auto;
    padding-top: 535px;
    padding-left: 66px;
    padding-right: 686px;
    text-align: center;
  }
  .hero_box em {
    font-size: 3rem;
    text-shadow: 0 0 10px var(--color-white);
  }
  .hero_box .toolset {
    position: static;
  }
}
.top_banner {
  margin-top: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}
.top_banner a {
  display: inline-block;
  max-width: 70%;
}
@media screen and (min-width: 48em), print {
  .top_banner {
    margin-bottom: 40px;
  }
  .top_banner a {
    max-width: 100%;
  }
  .top_banner a:hover {
    opacity: 0.7;
  }
}

.clinic_hours, .clinic_charge {
  margin-bottom: 3.5rem;
  padding-inline: 4%;
}

@media screen and (min-width: 48em), print {
  .clinic_hours, .clinic_charge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1200px;
    margin-top: 30px;
    margin-inline: auto;
    margin-bottom: 68px;
    padding-inline: 0;
  }
  .clinic_hours .tit_02, .clinic_charge .tit_02 {
    width: 170px;
  }
  .clinic_hours .box, .clinic_charge .box {
    width: 994px;
  }
  .clinic_hours .box table thead th:first-child, .clinic_charge .box table thead th:first-child {
    width: 26%;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  margin-bottom: 4rem;
  padding-inline: 4%;
}
.news .box {
  padding: 1.8rem 1.6rem;
  border: 1px solid var(--color-sub);
}
.news .box dl dt {
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-main-dark);
}
.news .box dl dt::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
}
.news .box dl dt.is_open::before {
  content: "\e80d";
}
.news .box dl dt ~ dt {
  margin-top: 1.2em;
}
.news .box dl dd {
  padding-top: 0.2em;
}

@media screen and (min-width: 48em), print {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1200px;
    margin-inline: auto;
    margin-bottom: 100px;
    padding-inline: 0;
  }
  .news .tit_02 {
    width: 170px;
  }
  .news .box {
    width: 994px;
    padding: 40px 36px;
  }
  .news .box dl dt {
    font-size: 2rem;
  }
  .news .box dl dd {
    line-height: 1.4;
  }
}
.treatment {
  padding: 4rem 4%;
  background-image: url(../img/bg_marble.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment .lst > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.5rem;
}
.treatment .lst > li::before {
  width: 7rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.treatment .lst > li .tit {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.4em;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.treatment .lst > li .tit::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.treatment .lst > li .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.treatment .lst > li .menu li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.treatment .lst > li .menu li a {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.1;
  background-color: rgba(var(--color-white-rgb), 0.8);
  -webkit-box-shadow: 1px 1px 1px rgba(var(--color-black-rgb), 0.16);
          box-shadow: 1px 1px 1px rgba(var(--color-black-rgb), 0.16);
}
.treatment .lst > li .menu li a::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.treatment .lst > li:nth-child(odd) {
  background-color: rgba(var(--color-main-light-rgb), 0.7);
}
.treatment .lst > li:nth-child(odd) .tit {
  color: var(--color-white);
  background-color: var(--color-main-dark);
}
.treatment .lst > li:nth-child(odd) .menu a::before {
  color: var(--color-main-dark);
}
.treatment .lst > li:nth-child(even) {
  background-color: rgba(var(--color-sub-light-rgb), 0.7);
}
.treatment .lst > li:nth-child(even) .tit {
  color: var(--color-white);
  background-color: var(--color-sub-dark);
}
.treatment .lst > li:nth-child(even) .menu a::before {
  color: var(--color-sub-dark);
}
.treatment .lst > li.ob::before {
  background-image: url(../img/index/treatment_ob.svg);
}
.treatment .lst > li.ad::before {
  background-image: url(../img/index/treatment_ad.svg);
}
.treatment .lst > li.gyne::before {
  background-image: url(../img/index/treatment_gyne.svg);
}
.treatment .lst > li.infe::before {
  background-image: url(../img/index/treatment_infe.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 70px 0 100px;
    background-size: auto;
  }
  .treatment .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
  }
  .treatment .lst > li {
    display: block;
    width: 273px;
    margin-top: 0;
    padding: 25px 20px;
  }
  .treatment .lst > li::before {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
  }
  .treatment .lst > li .tit {
    display: block;
    padding: 0;
    font-size: 2.2rem;
    line-height: 50px;
  }
  .treatment .lst > li .menu {
    display: block;
    margin-top: 16px;
  }
  .treatment .lst > li .menu li {
    margin-top: 10px;
  }
  .treatment .lst > li .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7px;
    padding: 9px 8px 11px;
    font-size: 1.8rem;
    -webkit-transition: -webkit-transform 0.1s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.1s, -webkit-box-shadow 0.3s;
    transition: transform 0.1s, box-shadow 0.3s;
    transition: transform 0.1s, box-shadow 0.3s, -webkit-transform 0.1s, -webkit-box-shadow 0.3s;
  }
  .treatment .lst > li .menu li a::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0;
    -webkit-transform: scale(0.7) translateY(2px);
            transform: scale(0.7) translateY(2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment .lst > li .menu li a:hover {
    background: var(--color-white);
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  .treatment .lst > li:nth-child(odd) .menu a:hover {
    -webkit-box-shadow: 2px 2px 2px var(--color-main-dark);
            box-shadow: 2px 2px 2px var(--color-main-dark);
  }
  .treatment .lst > li:nth-child(odd) .menu a:hover::before {
    color: var(--color-main-em);
  }
  .treatment .lst > li:nth-child(even) .menu a:hover {
    -webkit-box-shadow: 2px 2px 2px var(--color-sub-dark);
            box-shadow: 2px 2px 2px var(--color-sub-dark);
  }
  .treatment .lst > li:nth-child(even) .menu a:hover::before {
    color: var(--color-sub-em);
  }
}
.important {
  margin: 4rem 4%;
  padding: 2.5rem 0.5rem;
  background-image: url(../img/index/important_fr_lt.svg), url(../img/index/important_fr_rt.svg), url(../img/index/important_fr_rb.svg), url(../img/index/important_fr_lb.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  background-size: 15vw auto;
}
.important .tit_02 {
  margin-bottom: 0;
}
.important .box {
  padding: 2rem 0;
  line-height: 1.8;
  text-align: center;
  background-image: url(../img/index/important_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110% auto;
}
.important .box .slogan {
  color: var(--color-sub-dark);
}
.important .box .slogan em {
  font-weight: normal;
  font-size: 1.9rem;
}
.important .box .slogan em::before, .important .box .slogan em::after {
  display: inline-block;
  margin-inline: 0.5em;
  font-weight: bold;
  letter-spacing: -0.05em;
  content: "――";
}
.important .box .f-larger {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 48em), print {
  .important {
    width: 994px;
    margin: 96px auto 100px;
    padding: 33px;
    background-size: 150px auto;
  }
  .important .box {
    min-height: 500px;
    padding: 20px 0;
    font-size: 2rem;
    background-size: auto;
  }
  .important .box .slogan em {
    font-size: 2.8rem;
  }
  .important .box .f-larger {
    margin-block: 1.2em;
    font-size: 2.6rem;
  }
}
.feature {
  counter-reset: fNum 0;
  margin: 4rem 0;
}
.feature_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-increment: fNum 1;
  padding: 1.8rem 2.4rem 0;
}
.feature_wrap:not(:first-of-type) {
  margin-top: 2rem;
}
.feature_wrap .box {
  margin-top: -2rem;
}
.feature_wrap .box::before {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-family: "Pinyon Script", cursive;
  font-size: 6rem;
  line-height: 3rem;
  text-shadow: var(--color-white) 1px 0px 0px, var(--color-white) 0.540302px 0.841471px 0px, var(--color-white) -0.416147px 0.909297px 0px, var(--color-white) -0.989992px 0.14112px 0px, var(--color-white) -0.653644px -0.756802px 0px, var(--color-white) 0.283662px -0.958924px 0px, var(--color-white) 0.96017px -0.279415px 0px;
  -webkit-filter: drop-shadow(1px 1px 6px var(--color-white));
          filter: drop-shadow(1px 1px 6px var(--color-white));
  content: counter(fNum, decimal-leading-zero);
}
.feature_wrap .box .tit {
  margin-bottom: 2.5rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
}
.feature_wrap .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 80%;
  margin-inline: auto;
}
.feature_wrap:nth-of-type(odd) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26rem, var(--color-main-pale)), color-stop(26rem, transparent));
  background: linear-gradient(var(--color-main-pale) 26rem, transparent 26rem);
}
.feature_wrap:nth-of-type(odd) .box::before {
  color: var(--color-main);
}
.feature_wrap:nth-of-type(even) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26rem, var(--color-sub-pale)), color-stop(26rem, transparent));
  background: linear-gradient(var(--color-sub-pale) 26rem, transparent 26rem);
}
.feature_wrap:nth-of-type(even) .box::before {
  color: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 100px 0;
  }
  .feature_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 36px;
    padding: 40px calc(50% - 600px) 0;
  }
  .feature_wrap:not(:first-of-type) {
    margin-top: 50px;
  }
  .feature_wrap .box {
    margin-top: 0;
  }
  .feature_wrap .box::before {
    height: 120px;
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 12rem;
    line-height: 90px;
    text-shadow: none;
  }
  .feature_wrap .box .tit {
    height: 70px;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .feature_wrap .box .txt {
    margin: 22px 0;
    line-height: 1.88;
  }
  .feature_wrap .img {
    width: 480px;
    margin-inline: 0;
  }
  .feature_wrap:nth-of-type(odd) {
    background: linear-gradient(var(--color-main-pale) 230px, transparent 230px);
  }
  .feature_wrap:nth-of-type(odd) img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature_wrap:nth-of-type(even) {
    background: linear-gradient(var(--color-sub-pale) 230px, transparent 230px);
  }
  .feature_wrap:nth-of-type(even) img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@-webkit-keyframes loopSlide01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopSlide01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopSlide02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loopSlide02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.insta_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 2rem;
  background: var(--color-palegray);
}
.insta_slider .loopslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.insta_slider .loopslider > ul {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.insta_slider .loopslider > ul:first-of-type {
  -webkit-animation: loopSlide01 100s -50s linear infinite;
          animation: loopSlide01 100s -50s linear infinite;
}
.insta_slider .loopslider > ul:last-of-type {
  -webkit-animation: loopSlide02 100s linear infinite;
          animation: loopSlide02 100s linear infinite;
}
.insta_slider .loopslider > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.insta_slider .loopslider > ul > li img {
  height: 18rem;
  width: auto;
}
.insta_slider .bnr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.insta_slider .bnr a {
  display: block;
}

@media screen and (min-width: 48em), print {
  .insta_slider {
    padding-block: 30px;
  }
  .insta_slider .loopslider > ul > li img {
    height: 330px;
  }
  .insta_slider .bnr {
    width: 420px;
  }
  .insta_slider .bnr a:hover {
    -webkit-filter: opacity(0.95) drop-shadow(0 0 6px rgba(var(--color-black-rgb), 0.3));
            filter: opacity(0.95) drop-shadow(0 0 6px rgba(var(--color-black-rgb), 0.3));
  }
}
.related_links {
  margin: 2.5rem 0 3rem;
  padding-inline: 3rem;
}
.related_links .banners li {
  margin-top: 1.5rem;
  line-height: 1;
  text-align: center;
}
.related_links .banners li a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .related_links {
    width: 1200px;
    margin: 50px auto 60px;
  }
  .related_links .banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 42px 36px;
  }
  .related_links .banners li {
    margin-top: 0;
  }
  .related_links .banners li img.resize {
    width: auto;
    height: 110px;
  }
  .related_links .banners li a:hover {
    opacity: 0.7;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0 !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 1em;
}

.slick-dots {
  width: 100%;
  margin-top: 1em;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 1em;
  margin: 0 0.5em;
}
.slick-dots li button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0px;
  color: transparent;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 1rem;
}
.heading h1 {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 290px;
    padding: 0;
  }
  .heading h1 {
    font-size: 3.4rem;
  }
}

.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 5px 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1068px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding: 2rem 5% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1068px;
    margin-inline: auto;
    padding: 95px 0;
  }
}

.anchor_index {
  margin-bottom: 5rem;
}
.anchor_index ul li {
  margin-bottom: 0.8rem;
}
.anchor_index ul li a {
  width: 100%;
  padding-left: 2em;
  font-size: 120%;
  text-align: left;
  color: var(--color-main-dark);
  background: var(--color-white);
  border: 1px solid currentColor;
}
.anchor_index ul li a::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media screen and (min-width: 48em), print {
  .anchor_index {
    margin-bottom: 100px;
  }
  .anchor_index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 32px 36px;
  }
  .anchor_index ul li {
    width: 330px;
    margin-bottom: 0;
  }
  .anchor_index ul li a {
    font-size: 110%;
  }
  .anchor_index ul li a:hover {
    background: var(--color-main-pale);
  }
  .anchor_index ul.col2 {
    gap: 22px 56px;
  }
  .anchor_index ul.col2 li {
    width: 440px;
  }
  .anchor_index ul.col4 {
    gap: 22px 26px;
  }
  .anchor_index ul.col4 li {
    width: 240px;
  }
}

.l-imgbox + * {
  margin-top: 2.5rem;
}
.l-imgbox_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1%;
  margin-bottom: 1.5rem;
}
.l-imgbox_imgs img {
  max-width: 49%;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .l-imgbox {
    display: flow-root;
  }
  .l-imgbox + * {
    margin-top: 30px;
  }
  .l-imgbox_imgs {
    gap: 20px 30px;
    margin-bottom: 20px;
  }
  .l-imgbox_imgs img {
    max-width: 380px;
    border-radius: 5px;
  }
}

.slider {
  visibility: hidden;
  width: auto;
}
.slider .slider-panel .slick-slide figcaption {
  display: block;
  padding: 0.5em 0.2em 0.4em;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.slider .slider-nav .slick-list .slick-slide {
  line-height: 1;
}
.slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline-width: 4px;
  outline-style: solid;
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

@media screen and (min-width: 48em), print {
  .slider {
    width: 750px;
    margin-inline: auto;
  }
  .slider .slider-panel .slick-slide figcaption {
    font-size: 2.4rem;
  }
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    font-size: 5rem;
  }
  .slider .slider-panel .slick-prev {
    left: -60px;
  }
  .slider .slider-panel .slick-next {
    right: -60px;
  }
}
body#page_doctor .doctor_greeting .img_r {
  max-width: 65%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
  word-spacing: 0.5em;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 115%;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile > section.bio dl {
  display: grid;
  grid-template-columns: 5em auto;
  gap: 0.6em 0.3em;
  line-height: 1.5;
}
body#page_doctor .doctor_profile > section.bio dl dt {
  white-space: nowrap;
}
body#page_doctor .doctor_profile > section.bio dl dt i {
  display: none;
}
body#page_doctor .doctor_profile > section.bio dl[data-dt="8"] {
  grid-template-columns: 8em auto;
}
body#page_doctor .doctor_profile > section.bio dl[data-dt="10"] {
  grid-template-columns: 10em auto;
}
body#page_doctor section#doctors section ~ section {
  margin-top: 3.5rem;
}
body#page_doctor section#doctors section .tit_name {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-sub-dense);
  background: var(--color-sub-light);
  border-bottom: 2px solid var(--color-sub);
  border-radius: 0.8rem 0.8rem 0 0;
}
body#page_doctor section#doctors section .doctor_profile > section {
  margin-top: 2rem;
}
body#page_doctor section#doctors section .doctor_profile > section .tit_03 {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 410px;
    margin-bottom: 0;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section.bio {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 618px;
  }
  body#page_doctor .doctor_profile > section.licsoc {
    width: 410px;
  }
  body#page_doctor section#director .doctor_greeting .img_r,
  body#page_doctor section#director .doctor_profile .licsoc {
    width: 380px;
  }
  body#page_doctor section#doctors section ~ section {
    margin-top: 70px;
  }
  body#page_doctor section#doctors section .tit_name {
    margin: 0 0 15px;
    padding: 10px 20px;
    font-size: 2.8rem;
    border-bottom-width: 3px;
    border-radius: 10px 10px 0 0;
  }
  body#page_doctor section#doctors section .doctor_profile {
    gap: 0 40px;
    margin-top: 35px;
  }
  body#page_doctor section#doctors section .doctor_profile > section {
    margin-top: 0;
  }
  body#page_doctor section#doctors section .doctor_profile > section .tit_03 {
    font-size: 2.5rem;
  }
}

body#page_clinic #clinicSlide02 .slider-panel .slick-slide {
  outline-width: 1px;
  outline-style: solid;
  outline-color: var(--color-sub-light);
  outline-offset: -3px;
}
body#page_clinic #clinicSlide02 .slider-panel .slick-slide figcaption {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background: var(--color-sub);
}
body#page_clinic #clinicSlide02 .slider-panel .slick-dots {
  margin-top: 1rem;
  font-size: 1.2rem;
}
body#page_clinic #clinicSlide02 .slider-panel .slick-dots li.slick-active button {
  background: var(--color-sub-dark);
}
body#page_clinic #clinicSlide02 .slider-nav {
  margin-top: 0.5rem;
}
body#page_clinic #clinicSlide02 .slider-nav .slick-list .slick-slide.slick-current img {
  outline-color: var(--color-sub-dark);
}
@media screen and (min-width: 48em), print {
  body#page_clinic #clinicSlide02 .slider-panel .slick-slide figcaption {
    padding-bottom: 0.6em;
    font-size: 2.4rem;
  }
  body#page_clinic #clinicSlide02 .slider-panel .slick-prev::before, body#page_clinic #clinicSlide02 .slider-panel .slick-next::before {
    color: var(--color-sub-dark);
  }
  body#page_clinic #clinicSlide02 .slider-nav {
    margin-top: 8px;
  }
}

body#page_access #accessSlide01 .slider-panel .slick-slide figcaption,
body#page_access #accessSlide02 .slider-panel .slick-slide figcaption {
  color: var(--color-white);
  background: var(--color-main-em);
}
body#page_access #accessSlide01 .slider-nav,
body#page_access #accessSlide02 .slider-nav {
  margin-top: 0.5rem;
}
body#page_access #accessSlide01 .slider-nav .slick-list .slick-slide.slick-current img,
body#page_access #accessSlide02 .slider-nav .slick-list .slick-slide.slick-current img {
  outline-color: var(--color-main-em);
}
@media screen and (max-width: 47.99em) {
  body#page_access #accessSlide01 .slider-nav .slick-list .slick-slide.slick-current img,
  body#page_access #accessSlide02 .slider-nav .slick-list .slick-slide.slick-current img {
    outline-width: 2px;
    outline-offset: -2px;
  }
}
body#page_access .gmap {
  height: 30rem;
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access #accessSlide01 .slider-panel .slick-prev::before, body#page_access #accessSlide01 .slider-panel .slick-next::before,
  body#page_access #accessSlide02 .slider-panel .slick-prev::before,
  body#page_access #accessSlide02 .slider-panel .slick-next::before {
    --color-main: #4fdaab;
    color: var(--color-main);
  }
  body#page_access #accessSlide01 .slider-nav,
  body#page_access #accessSlide02 .slider-nav {
    margin-top: 8px;
  }
  body#page_access #accessSlide01 .slider-nav .slick-track,
  body#page_access #accessSlide02 .slider-nav .slick-track {
    margin-inline: auto;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  body#page_access .gmap {
    height: 540px;
    margin-top: 65px;
  }
}

body#page_recruit .tbl_simple[data-name=recruit] {
  line-height: 1.5;
}
body#page_recruit .tbl_simple[data-name=recruit] th {
  width: 8em;
  padding-right: 0;
}
body#page_recruit .tbl_simple[data-name=recruit] td {
  padding-right: 0;
}
@media screen and (min-width: 48em), print {
  body#page_recruit .tbl_simple[data-name=recruit] th {
    width: 200px;
    padding-left: 2em;
  }
  body#page_recruit .tbl_simple[data-name=recruit] td {
    padding-left: 2.5em;
  }
}

body#page_first .lnkp_btn {
  display: block;
  margin-block: 0.3em;
  text-align: center;
}
body#page_first .lnkp_btn a {
  min-width: 60%;
  font-size: 1.6rem;
}
body#page_first .lnkp_btn .btn_lnln {
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fdb1b6), color-stop(50%, #fdabb1));
  background: linear-gradient(#fdb1b6 50%, #fdabb1 50%);
}
body#page_first .lnkp_btn .btn_lnln::after {
  display: inline-block;
  margin-left: 0.6em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f006';
}
@media screen and (min-width: 48em), print {
  body#page_first .lnkp_btn {
    margin-block: 0.6em;
    text-align: left;
  }
  body#page_first .lnkp_btn a {
    min-width: 240px;
    font-size: 2rem;
  }
  body#page_first .lnkp_btn .btn_lnln:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  body#page_first .first_guide {
    display: flow-root;
  }
}

.tbl_data[data-type=itemlist] {
  table-layout: fixed;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=itemlist] {
    table-layout: initial;
  }
}
.tbl_data[data-type=itemlist] thead th {
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-sub-light2);
}
.tbl_data[data-type=itemlist] tbody td {
  border-left: 1px dotted var(--color-border);
}
.tbl_data[data-type=itemlist] tbody td:not(:last-of-type) {
  text-align: center;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=itemlist] {
    font-size: 1.3rem;
  }
  .tbl_data[data-type=itemlist] thead th {
    padding-inline: 0;
  }
  .tbl_data[data-type=itemlist] thead th:first-child, .tbl_data[data-type=itemlist] thead th:last-child {
    width: 30%;
  }
  .tbl_data[data-type=itemlist] tbody th {
    padding-left: 0;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-type=itemlist] thead th:first-child, .tbl_data[data-type=itemlist] thead th:last-child {
    width: 33%;
  }
}
.tbl_data[data-type=vaccine] tr :not(:first-child) {
  border-left: 1px dotted var(--color-border);
}
.tbl_data[data-type=vaccine] tr :last-child {
  text-align: center;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=vaccine] {
    font-size: 1.3rem;
  }
}
.tbl_data[data-type=price] {
  width: 80%;
  margin: 0 auto;
}
.tbl_data[data-type=price] tr :not(:first-child) {
  border-left: 1px dotted var(--color-border);
}
.tbl_data[data-type=price] thead tr th {
  text-align: center;
}
.tbl_data[data-type=price] tbody tr :last-child {
  text-align: right;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=price] {
    width: 100%;
    font-size: 1.3rem;
  }
  .tbl_data[data-type=price] thead tr th {
    width: 75%;
  }
}
.tbl_data[data-type=event_regular] {
  table-layout: fixed;
}
.tbl_data[data-type=event_regular] thead th {
  text-align: center;
}
.tbl_data[data-type=event_regular] thead th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}
.tbl_data[data-type=event_regular] thead th:nth-child(1) {
  width: 5em;
}
.tbl_data[data-type=event_regular] thead th:nth-child(2) {
  width: 8em;
}
.tbl_data[data-type=event_regular] tbody th, .tbl_data[data-type=event_regular] tbody .time {
  padding-inline: 0;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.tbl_data[data-type=event_regular] tbody td {
  word-break: keep-all;
  border-left: 1px solid var(--color-border);
}
.tbl_data[data-type=event_regular] tbody td i {
  font-size: 90%;
}
.tbl_data[data-type=event_regular] tbody .slam {
  background: #ece8e3;
}
.tbl_data[data-type=event_regular] tbody .mom01 {
  background: #fce8fb;
}
.tbl_data[data-type=event_regular] tbody .mom02 {
  background: #ffe5e8;
}
.tbl_data[data-type=event_regular] tbody .wakuwaku {
  background: #edfce2;
}
.tbl_data[data-type=event_regular] tbody .myoga {
  background: #fcf7e1;
}
.tbl_data[data-type=event_regular] tbody .papamama {
  background: #e8f1fc;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=event_regular] thead th {
    font-size: 1.3rem;
  }
  .tbl_data[data-type=event_regular] tbody th {
    height: max(20vw, 6em);
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-type=event_regular] tbody th {
    height: 6em;
  }
  .tbl_data[data-type=event_regular] tbody td:not(:first-of-type) {
    text-align: center;
  }
}

.features_lst > dt {
  display: inline-block;
  margin-bottom: 0.2em;
  padding-inline: 0.2em;
  font-size: 120%;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: var(--color-main-em);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}
.features_lst > dt:first-letter {
  font-size: 130%;
}
.features_lst > dt ~ dt {
  margin-top: 0.5em;
}
.features_lst > dd {
  display: block;
  margin-left: 1em;
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacypolicy article .lead {
  margin-bottom: 5rem;
}
body#page_privacypolicy article ul ul, body#page_privacypolicy article ul ol, body#page_privacypolicy article ol ul, body#page_privacypolicy article ol ol {
  margin-block: 0.5em;
}
body#page_privacypolicy article .lst_ul > li::before {
  color: inherit;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  content: "●";
}
body#page_privacypolicy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacypolicy article .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
body#page_privacypolicy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacypolicy article .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 48em), print {
  body#page_privacypolicy article .lead {
    margin-bottom: 90px;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}/*# sourceMappingURL=style.css.map */