@charset "UTF-8";
/* -- temporarily from -- */
li.ask {
  display: none;
}
li.ask a {
  pointer-events: none;
}

/* -- temporarily to -- */
@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: 2.0rem;
  --pc-header-height: 120px;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.77;
  --color-base-txt: #4c4948;
  --color-base-txt-rgb: 76,73,72;
  --color-base-bg: #f7f5f5;
  --color-base-bg-rgb: 247,245,245;
  --color-txt: #484848;
  --color-bg-iv: #f2f0ea;
  --color-bg-ye: #f8f0d5;
  --color-bg-rd: #f7e8f3;
  --color-main: #63afc7;
  --color-main-lower: #46a0bd;
  --color-main-bright: #b5e3e4;
  --color-main-light: #cde2e8;
  --color-main-pale: #dcedf2;
  --color-sub: #4fbfad;
  --color-sub-lower: #4aaa9b;
  --color-sub-upper: #87d1c5;
  --color-sub-ye: #93c568;
  --color-sub-ye-lower: #87b55f;
  --color-border: #c1c1c1;
  --color-shadow: #dcdcdc;
  --color-accent: #f1aa5c;
  --color-notice: #c7637d;
  --color-highlight: #f8f0d5;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #ccc;
  --color-gray-rgb: 204,204,204;
  --color-palegray: #efefef;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

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

body {
  color: var(--color-base-txt);
  background: 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 {
  border-top: 0.5rem solid var(--color-main);
}
#global_header .header_wrap {
  padding: 0.5rem 1rem 0.8rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 6rem);
}
#global_header .header_wrap .logo a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#global_header .header_wrap .clinic_info .phone {
  display: none;
}
#global_header .header_wrap .clinic_info .parking {
  width: 12em;
  height: 3rem;
  margin: 0.8rem auto 0.2rem;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.6rem;
  text-align: center;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid currentColor;
  border-radius: 1.5rem;
}
#global_header .header_wrap .clinic_info .parking::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb06';
}

@media screen and (min-width: 48em), print {
  #global_header {
    border-top: 10px solid var(--color-main);
  }
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 410px;
    height: 85px;
  }
  #global_header .header_wrap .logo a {
    width: 100%;
  }
  #global_header .header_wrap .clinic_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #global_header .header_wrap .clinic_info li.phone {
    display: block;
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    color: var(--color-main);
  }
  #global_header .header_wrap .clinic_info li.phone::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 3rem;
  }
  #global_header .header_wrap .clinic_info li.parking {
    width: 224px;
    height: 50px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 46px;
    border-radius: 25px;
  }
  #global_header .header_wrap .clinic_info li.parking::before {
    margin-right: 10px;
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  @-webkit-keyframes modalLogo {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes modalLogo {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .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;
    height: 100vh;
    background: var(--color-base-bg);
  }
  .js-sp_modal.is_overlay::before {
    opacity: 0;
    display: block;
    width: 60vw;
    height: 3.8rem;
    margin: 1.2rem 2rem 0;
    background: url(../img/logo.svg) no-repeat left top/contain;
    content: "";
    -webkit-animation: modalLogo 2.8s ease 0.5s alternate forwards;
            animation: modalLogo 2.8s ease 0.5s alternate forwards;
  }
  .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);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    -webkit-box-shadow: 0 0 40px rgba(var(--color-gray-rgb), 0.5);
            box-shadow: 0 0 40px rgba(var(--color-gray-rgb), 0.5);
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
#global_nav .gnav {
  font-weight: 500;
  color: var(--color-txt);
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
  width: 100%;
}
#global_nav .gnav li .sub_btn {
  width: 100%;
  cursor: pointer;
}
#global_nav .gnav li .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\74';
  color: var(--color-main);
}
#global_nav .gnav li .sub_btn.close::after {
  content: "y";
}
#global_nav .gnav li .subnav a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0 1rem;
    background: var(--color-base-bg);
    border-radius: 0.5rem;
  }
  #global_nav #sp_btn::before, #global_nav #sp_btn::after, #global_nav #sp_btn span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0.6rem 0;
    background: var(--color-main);
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #global_nav #sp_btn span {
    font-size: 0;
  }
  #global_nav #sp_btn.close::before {
    -webkit-transform: translateY(0.4rem) rotate(-45deg);
            transform: translateY(0.4rem) rotate(-45deg);
  }
  #global_nav #sp_btn.close::after {
    -webkit-transform: translateY(-0.4rem) rotate(45deg);
            transform: translateY(-0.4rem) rotate(45deg);
  }
  #global_nav #sp_btn.close span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 75vh;
    padding: 0 1rem 1rem;
    font-size: 1.4rem;
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: 1px dotted var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #global_nav .gnav .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
    font-size: 1.3rem;
    background: var(--color-white);
    border-top: 2px solid var(--color-main);
    border-bottom: 2px solid var(--color-main);
  }
  #global_nav .gnav .subnav li {
    width: 50%;
    padding: 0.3rem;
  }
  #global_nav .gnav .subnav li a {
    padding: 0.3rem;
  }
  #global_nav .gnav .subnav li a::before {
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\69';
    color: var(--color-main);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 70px;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
  #global_nav .gnav > li::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent 17px, var(--color-border) 17px, var(--color-border) 51px, transparent 51px);
    content: "";
  }
  #global_nav .gnav > li:first-of-type::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent 17px, var(--color-border) 17px, var(--color-border) 51px, transparent 51px);
    content: "";
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 70px;
    padding: 26px 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #global_nav .gnav > li > a:not(.sub_btn)::after, #global_nav .gnav > li button:not(.sub_btn)::after {
    display: block;
    width: 70%;
    height: 2px;
    margin: 9px auto 0;
    background: var(--color-main);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  #global_nav .gnav > li > a:not(.sub_btn):hover::after, #global_nav .gnav > li button:not(.sub_btn):hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .gnav .sub {
    position: relative;
  }
  #global_nav .gnav .sub .sub_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav .sub .sub_btn::after {
    display: block;
    margin: 9px auto 0;
    line-height: 0.6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #global_nav .gnav .sub .sub_btn:hover, #global_nav .gnav .sub .sub_btn:focus {
    color: var(--color-main);
  }
  #global_nav .gnav .sub .sub_box {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 270px;
  }
  #global_nav .gnav .sub .sub_box .subnav {
    color: var(--color-txt);
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
  }
  #global_nav .gnav .sub .sub_box .subnav li ~ li {
    --color-border: #edece6;
    border-top: 1px solid var(--color-border);
  }
  #global_nav .gnav .sub .sub_box .subnav li a {
    padding: 21px 0;
    line-height: 1;
    text-align: center;
  }
  #global_nav .gnav .sub .sub_box .subnav li a:hover, #global_nav .gnav .sub .sub_box .subnav li a:focus {
    color: var(--color-white);
    background: var(--color-main);
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 118px;
    right: -2px;
    z-index: 1;
    width: 78px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #side_btn ul li ~ li {
    margin-top: 1rem;
  }
  #side_btn a {
    display: block;
    width: 80px;
    height: 240px;
    padding-top: 40px;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.18em;
    line-height: 79px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: inherit;
    border: 2px solid var(--color-white);
    border-radius: 33px 0px 0px 33px;
  }
  #side_btn a::before {
    margin: 0 0 10px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  #side_btn .rsv a {
    color: var(--color-white);
    background: var(--color-sub);
  }
  #side_btn .rsv a:hover {
    color: var(--color-white);
    background: var(--color-sub-lower);
  }
  #side_btn .ask a {
    color: var(--color-white);
    background: var(--color-sub-ye);
  }
  #side_btn .ask a:hover {
    color: var(--color-white);
    background: var(--color-sub-ye-lower);
  }
}

:is(main) :where(p, .txt) {
  text-align: justify;
}

.overview {
  padding-top: 3rem;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color-txt);
  background: var(--color-bg-iv);
}
.overview .clinic_name {
  width: 85%;
  margin: 0 auto 0.8rem;
}
.overview .clinic_name img {
  width: 100%;
}
.overview .clinic_tel {
  margin-bottom: 0.8rem;
  text-align: center;
}
.overview .clinic_tel .phone {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: var(--color-main);
}
.overview .clinic_btns {
  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;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  padding: 0 4%;
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.8rem;
  }
}
.overview .clinic_btns li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns li {
    margin-bottom: 0.8rem;
  }
}
.overview .clinic_btns li .btn {
  display: block;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: var(--color-white);
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns li .btn {
    padding-inline: 0.5rem;
    line-height: 2rem;
  }
  .overview .clinic_btns li .btn::before {
    margin-right: 1rem;
    font-size: 1.8rem;
  }
  .overview .clinic_btns li .btn::after {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns li.rsv {
    width: 300px;
  }
}
.overview .clinic_btns li.rsv a::before {
  color: var(--color-main);
}
.overview .clinic_btns li.ask a::before {
  color: var(--color-sub-ye);
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns li.line {
    width: 100px;
  }
}
.overview .clinic_btns li.line a::before {
  display: inline-block;
  margin-right: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  vertical-align: text-bottom;
  content: "";
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_btns li.instagram {
    width: 100px;
  }
}
.overview .clinic_btns li.instagram a::before {
  display: inline-block;
  margin-right: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_instagram.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  vertical-align: text-bottom;
  content: "";
}
.overview .wrap {
  padding: 2.5rem 4%;
}
.overview .wrap .clinic_outline {
  margin: 0 0 1.5rem;
}
.overview .wrap .clinic_outline dt {
  padding: 0.3rem 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}
.overview .wrap .clinic_outline dd {
  padding: 0.7rem 0 1rem;
  font-size: 1.5rem;
  text-align: center;
  word-spacing: 0.4em;
}
.overview .wrap .clinic_hours {
  margin: 0 0 2.5rem;
}
.overview .wrap .clinic_payment {
  margin: 0 0 2.5rem;
}
.overview .wrap .clinic_payment dt {
  padding: 0.5rem 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}
.overview .wrap .clinic_payment dd img {
  max-width: 70%;
  margin: 1rem auto;
}
.overview .wrap .clinic_related dt {
  padding: 0.5rem 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}
.overview .wrap .clinic_related dd {
  padding: 1rem 0;
}
.overview .wrap .clinic_related dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.overview .wrap .clinic_related dd ul li {
  padding-left: 1em;
}
.overview .wrap .clinic_related dd ul li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.overview .gmap {
  height: 40rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 100px;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    width: 516px;
    margin: 0 auto 30px;
  }
  .overview .clinic_tel {
    margin-bottom: 30px;
  }
  .overview .clinic_tel .phone {
    font-size: 3.9rem;
    line-height: 1;
  }
  .overview .clinic_btns {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .overview .clinic_btns li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
  .overview .clinic_btns li .btn {
    height: 60px;
  }
  .overview .clinic_btns li .btn::after {
    --color-border: #b1b1b1;
    color: var(--color-border);
  }
  .overview .clinic_btns li .btn:hover {
    --color-shadow: #dbd9cd;
    -webkit-filter: drop-shadow(1px 1px 5px var(--color-shadow));
            filter: drop-shadow(1px 1px 5px var(--color-shadow));
  }
  .overview .clinic_btns li.rsv a, .overview .clinic_btns li.ask a {
    padding-block: 20px;
  }
  .overview .clinic_btns li.rsv a::before, .overview .clinic_btns li.ask a::before {
    margin-right: 15px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .overview .clinic_btns li.line a {
    padding-block: 16px;
  }
  .overview .clinic_btns li.line a::before {
    margin-right: 12px;
    width: 28px;
  }
  .overview .clinic_btns li.instagram a {
    padding-block: 16px;
  }
  .overview .clinic_btns li.instagram a::before {
    margin-right: 12px;
    width: 28px;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 60px;
    padding: 50px 0 80px;
    letter-spacing: 0.06em;
  }
  .overview .wrap .clinic_outline {
    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;
    row-gap: 20px;
    width: 570px;
    margin: 0;
  }
  .overview .wrap .clinic_outline dt {
    width: 140px;
    padding: 10px 0 11px;
    border-radius: 10px;
  }
  .overview .wrap .clinic_outline dd {
    width: 430px;
    padding: 10px 15px 11px;
    font-size: inherit;
    text-align: left;
  }
  .overview .wrap .clinic_hours {
    width: 570px;
    margin: 0;
  }
  .overview .wrap .clinic_payment {
    width: 570px;
    margin: 0;
  }
  .overview .wrap .clinic_payment dt {
    padding: 9px 0 10px;
    border-radius: 10px;
  }
  .overview .wrap .clinic_payment dd img {
    max-width: 100%;
    margin: 18px auto;
  }
  .overview .wrap .clinic_related {
    width: 570px;
  }
  .overview .wrap .clinic_related dt {
    padding: 9px 0 10px;
    border-radius: 10px;
  }
  .overview .wrap .clinic_related dd {
    padding: 20px 0 0;
  }
  .overview .wrap .clinic_related dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 2%;
  }
  .overview .wrap .clinic_related dd ul li {
    width: 49%;
  }
  .overview .gmap {
    height: 786px;
  }
}
#global_footer {
  padding: 0 0 8rem;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 53px 0 50px;
  }
  #global_footer .footer_wrap ul {
    font-size: 1.8rem;
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul.gnav {
    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;
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #global_footer .footer_wrap ul.gnav li {
    letter-spacing: 0.04em;
  }
  #global_footer .footer_wrap ul.gnav li a::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "fontello";
    font-weight: normal;
    content: '\eb17';
    font-size: 1.2rem;
    line-height: 1;
    color: var(--color-main);
    vertical-align: 0.1em;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav {
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul.subnav li {
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 0.1em;
  }
  #global_footer .footer_wrap ul.subnav li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul.subnav li a:hover {
    text-decoration: underline;
  }
  #global_footer .copyright {
    padding: 30px 0;
    font-weight: 700;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  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;
  }
}

#sp_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  width: calc(100% - 4rem);
  padding: 1px 0 1px 1px;
  color: var(--color-main);
  background: var(--color-white);
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sp_footer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3.8rem;
  border: 1px solid currentColor;
}
#sp_footer li.rsv a::before, #sp_footer li.ask a::before {
  margin-right: 0.3em;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 8.1rem;
  padding: 0 0 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border: 1px solid var(--color-white);
  cursor: pointer;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\76';
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 68px;
    height: 68px;
    font-size: 2rem;
    border-radius: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    margin-bottom: 0.4em;
    font-size: 2.4rem;
    line-height: 0.5;
  }
  #pageup:hover {
    color: var(--color-white);
    background: var(--color-main-lower);
  }
}
@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;
}

.underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), to(var(--color-main-lower)));
  background-image: linear-gradient(transparent 95%, var(--color-main-lower));
}
.underline.-marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, var(--color-bg-ye)));
  background-image: linear-gradient(transparent 60%, var(--color-bg-ye) 50%);
}

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

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

@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.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c.pc_w50 {
    max-width: 375px;
  }
  .img_l {
    float: left;
    max-width: 375px;
    margin: 5px 65px 15px 0;
  }
  .img_r {
    float: right;
    max-width: 375px;
    margin: 5px 0 15px 65px;
  }
}
.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 {
  .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: 3.5rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

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

.tit_02 {
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: left;
}
.tit_02::after {
  display: block;
  width: 3.2em;
  height: 2px;
  margin: 0.5em auto 0;
  background: var(--color-main);
  content: "";
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding: 0.5rem 1rem 0.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}

.tit_04 {
  margin: 0 0 1.3rem;
  padding-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 2px dotted var(--color-border);
}
.tit_04::before {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e924';
  color: var(--color-main);
}

.tit_05 {
  margin: 0 0 1.2rem;
  padding-bottom: 0.3em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-border);
}
.tit_05::before {
  display: inline-block;
  width: 0.3em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: text-bottom;
  background: var(--color-sub-upper);
  content: "";
}

.tit_06 {
  --color-border: #b7b7b7;
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 90%;
  color: var(--color-border);
  content: "■";
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 38px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .tit_02::after {
    margin: 0.6em auto 0;
  }
  .tit_03 {
    margin: 0 0 10px;
    padding: 10px 16px 12px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-radius: 10px;
  }
  .tit_03.-col2 {
    width: 60%;
  }
  .tit_04 {
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom-width: 3px;
  }
  .tit_05 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_05::before {
    height: 1.4em;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_06::before {
    margin-right: 4px;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li, dd) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  color: var(--color-main);
  line-height: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ul > li ~ li {
  margin-top: 0.3em;
}
.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;
  margin-left: 0;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
.lst_ul.cols3 > li {
  padding-left: initial;
}
.lst_ul.cols3 > li::before {
  content: none;
}
.lst_ul.cols3 figure {
  padding: 0.2rem;
}
.lst_ul.cols3 figure figcaption {
  padding: 1.3rem 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    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.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    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: 1em 0;
  }
  .lst_ul.cols3 > li {
    padding-left: initial;
    width: calc(33.3333333333% - 1rem);
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}
.lst_ul.list_index {
  margin-top: 2em;
}
.lst_ul.list_index li {
  padding-top: 1em;
  padding-left: initial;
}
.lst_ul.list_index li::before {
  content: none;
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-weight: 500;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}
.lst_ol.-bold > li::marker {
  color: var(--color-main);
  font-weight: bold;
}

.dl_tbl {
  --color-border: #e6e6e6;
  margin: 1em 0;
  border: 2px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  font-weight: 500;
  background: var(--color-main-light);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-border);
}

.dl_flow {
  --color-border: #ececec;
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.2rem 1.3rem 0.3rem;
  font-weight: 500;
  font-size: 115%;
  line-height: 1.3;
  background: var(--color-white);
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--color-border);
  border-radius: 0.8rem 0.8rem 0 0;
}
.dl_flow dt::before {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.6rem;
  padding-right: 0.02em;
  font-size: 125%;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 50%;
  content: counter(flowNum);
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.3rem 1.2rem;
  text-align: justify;
  background: var(--color-white);
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--color-border);
  border-radius: 0 0 0.8rem 0.8rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.4rem 2rem 0 2rem;
  border-color: var(--color-main-light) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 20px 32px 7px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    border-width: 3px 3px 0 3px;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dt::before {
    width: 34px;
    height: 34px;
    margin-right: 9px;
    padding-right: 0;
    font-size: 2.8rem;
    line-height: 30px;
  }
  .dl_flow dd {
    padding: 7px 32px 20px;
    border-width: 0 3px 3px 3px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 72px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -52px;
    border-width: 26px 49px 0 49px;
  }
}

.box_notes, .box_notice, .box_disease, .box_symptoms {
  margin-block: 1em;
  padding: 0.9em 1em;
  border-radius: 0.5rem;
}
.box_notes > :last-child, .box_notice > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_notes + .marker, .box_notice + .marker, .box_disease + .marker, .box_symptoms + .marker, .box_notes + .lst_marker, .box_notice + .lst_marker, .box_disease + .lst_marker, .box_symptoms + .lst_marker {
  margin-top: -0.5em;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_disease, .box_symptoms {
    padding: 22px 30px;
    border-radius: 10px;
  }
}

.box_symptoms {
  background: var(--color-bg-ye);
}

.box_disease {
  background: var(--color-main-pale);
}

.box_notice {
  background: var(--color-bg-rd);
}
.box_notice .lst_ul > li::before {
  color: var(--color-notice);
}

.box_notes {
  background: var(--color-bg-iv);
}

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

.lnk_ref::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\69';
}

.lnk_img {
  display: inline-block;
  border: none;
}
.lnk_img:hover {
  opacity: 0.7;
}

.lnk_page li {
  margin-top: 0.3em;
}
.lnk_page li::before {
  display: inline-block;
  margin-right: 0.3em;
  color: var(--color-main);
  font-family: "fontello";
  font-weight: normal;
  content: '\69';
}

.btn_detail, .btn_back, .btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
.btn_detail::after, .btn_back::after, .btn::after {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 0.8em;
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\63';
  line-height: 1;
}

.btn {
  padding: 0.8em 1.5em;
}
.btn::after {
  top: calc(50% - 0.4em);
  right: 1.1em;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.1em 1.7em;
  }
}

.btn_detail, .btn_back {
  padding: 0.6em 1.5em;
  color: var(--color-white);
  background: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-sub);
  }
}
.btn_detail.-index_btn, .btn_back.-index_btn {
  width: 15em;
  padding: 0.8em 1.5em;
  color: var(--color-white);
  background: var(--color-sub);
}
@media screen and (min-width: 48em), print {
  .btn_detail.-index_btn, .btn_back.-index_btn {
    width: 280px;
    padding: 1.1em 1.7em;
  }
}
.btn_detail.-index_btn::before, .btn_back.-index_btn::before {
  display: inline-block;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: "\eb08";
  line-height: 1;
}
@media (any-hover: hover) {
  .btn_detail.-index_btn:hover, .btn_back.-index_btn:hover {
    color: var(--color-white);
    background: var(--color-sub-lower);
  }
}

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

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #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 {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.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.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb09';
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\eb09';
    line-height: 1;
  }
  .phone a::before {
    display: none;
  }
}

.rsv a::before {
  display: inline-block;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb08';
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .rsv a::before {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.ask a::before {
  display: inline-block;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb0d';
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .ask a::before {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 1rem;
  line-height: 1.3;
  text-align: left;
}
.timetable caption .closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.timetable caption .closed dt {
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.3rem;
}
.timetable caption .closed dd {
  padding: 0 1rem;
}
.timetable thead th {
  padding: 0.9rem 0;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
}
.timetable thead th:first-child {
  width: 29%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.timetable thead th:last-child {
  width: 13%;
  padding-right: 3%;
  letter-spacing: -0.1em;
  border-radius: 0 0.5rem 0.5rem 0;
}
.timetable tbody {
  --color-border: #d9d9d9;
}
.timetable tbody th {
  padding: 1rem 0;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody td {
  padding: 1.2rem 0;
  text-align: center;
  color: var(--color-sub);
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody td:last-child {
  padding-right: 3%;
}
.timetable tbody td.close {
  color: #a5a5a5;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 1.1em;
  }
  .timetable caption .closed {
    letter-spacing: 0.04em;
  }
  .timetable caption .closed dt {
    padding: 0.3em 1.3em;
    font-size: 83%;
    border-radius: 6px;
  }
  .timetable caption .closed dd {
    padding: 0 0.6em;
  }
  .timetable thead th {
    padding: 0.85em 0;
  }
  .timetable thead th:first-child {
    width: 30%;
    border-radius: 0.55em 0 0 0.55em;
  }
  .timetable thead th:last-child {
    border-radius: 0 0.55em 0.55em 0;
  }
  .timetable tbody th {
    padding: 1.5em 0;
  }
  .timetable tbody td {
    padding: 1.5em 0;
    font-size: 90%;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid var(--color-border);
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01.table_font_small {
  font-size: 1rem;
}
.table_01.table_font_small th, .table_01.table_font_small td {
  padding: 0.2rem;
}
.table_01.table_font_small th {
  line-height: 1.4;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  width: 25%;
  background: #fff;
  color: var(--color-main);
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid var(--color-border);
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.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;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -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: "←";
}

.hero {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3rem, var(--color-bg-iv)), color-stop(3rem, transparent));
  background: linear-gradient(0deg, var(--color-bg-iv) 3rem, transparent 3rem);
}
.hero_img {
  position: relative;
  width: 100%;
  height: 22rem;
}
.hero_img .slick-slide img {
  width: auto;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 48em), print {
  .hero {
    padding: 20px 0;
    background: linear-gradient(0deg, var(--color-bg-iv) 220px, transparent 220px);
  }
  .hero_img {
    width: clamp(1040px, 100% - 200px, 1720px);
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_img .slick-slide img {
    height: 750px;
    border-radius: 80px;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fade {
  opacity: 0;
}
.js-fade.is_active {
  -webkit-animation: fadeUp 1s cubic-bezier(0.57, 0, 0.68, 1) forwards;
          animation: fadeUp 1s cubic-bezier(0.57, 0, 0.68, 1) forwards;
}

.js-fades > * {
  opacity: 0;
}
.js-fades.is_active > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.57, 0, 0.68, 1);
          animation-timing-function: cubic-bezier(0.57, 0, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.greeting_header .tit, .feature_tit, .topnews_tit {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: var(--color-txt);
}
.greeting_header .tit::before, .feature_tit::before, .topnews_tit::before {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: var(--color-main);
  content: attr(data-title);
}
.greeting_header .tit::after, .feature_tit::after, .topnews_tit::after {
  display: block;
  width: 0.8em;
  margin: 1rem auto 0;
  border-bottom: 1px solid var(--color-main);
  content: "";
}
@media screen and (min-width: 48em), print {
  .greeting_header .tit, .feature_tit, .topnews_tit {
    font-size: 3.8rem;
  }
  .greeting_header .tit::before, .feature_tit::before, .topnews_tit::before {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }
  .greeting_header .tit::after, .feature_tit::after, .topnews_tit::after {
    width: 30px;
    margin: 10px auto 0;
    border-bottom-width: 2px;
  }
}

.bnr_headache {
  text-align: center;
  margin: 2rem auto 2rem;
}
@media screen and (min-width: 48em), print {
  .bnr_headache {
    margin: 6rem auto 4rem;
  }
}
.bnr_headache a img {
  display: inline-block;
}

.js-news dt {
  cursor: pointer;
}
.js-news dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb17';
  font-size: 90%;
  line-height: 1;
  color: var(--color-main);
}
.js-news dt.is_open::before {
  content: "\eb18";
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main-lower);
  text-decoration: underline;
}
.js-news dd a:hover {
  color: var(--color-accent);
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .js-news dt::before {
    margin-right: 9px;
    font-size: 1.6rem;
    vertical-align: 0.1em;
  }
}

.topnews {
  padding: 4rem 4% 5rem;
  background-color: var(--color-bg-iv);
  background-image: url(../img/index/news_bg_bottom.svg), -webkit-gradient(linear, left bottom, left top, color-stop(4.9rem, var(--color-base-bg)), color-stop(4.9rem, transparent));
  background-image: url(../img/index/news_bg_bottom.svg), linear-gradient(0deg, var(--color-base-bg) 4.9rem, transparent 4.9rem);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 140% 5rem, auto;
}
.topnews_tit {
  margin-bottom: 2rem;
}
.topnews_box {
  padding: 2.5rem 1.5rem;
  color: var(--color-base-txt);
  background: var(--color-white);
  border-radius: 1rem;
}
.topnews_box dl {
  --color-border: #d1d1d1;
  padding: 1.2em 0;
  border-top: 2px solid var(--color-main);
  border-bottom: 1px solid var(--color-border);
}
.topnews_box dl dt {
  font-weight: 700;
  font-size: 1.5rem;
}
.topnews_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
.topnews_box dl dd {
  font-weight: 500;
  padding: 0.8rem 0;
  text-align: justify;
}
.topnews_more {
  margin-top: 2rem;
  text-align: center;
}
.topnews_more .btn {
  width: 15em;
  line-height: 1;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid currentColor;
}

@media screen and (min-width: 48em), print {
  .topnews {
    padding: 40px 0 80px;
    background-image: url(../img/index/news_bg_bottom.svg), linear-gradient(0deg, var(--color-base-bg) 78px, transparent 78px);
    background-size: 2000px 80px, auto;
  }
  .topnews_tit {
    margin-bottom: 40px;
  }
  .topnews_box {
    padding: 65px 50px 62px;
    border-radius: 20px;
  }
  .topnews_box dl {
    padding: 25px 0;
  }
  .topnews_box dl dt {
    padding-inline: 20px;
    font-size: 2rem;
  }
  .topnews_box dl dt ~ dt {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid var(--color-border);
  }
  .topnews_box dl dd {
    padding-inline: 45px;
  }
  .topnews_more {
    margin-top: 70px;
  }
  .topnews_more .btn {
    width: 280px;
  }
  .topnews_more .btn:hover {
    color: var(--color-sub);
  }
}
.treatment {
  margin: 4rem 0;
  padding: 0 4%;
  color: var(--color-txt);
  background-image: url(../img/index/treatment_bg_rt.webp), url(../img/index/treatment_bg_l.webp), url(../img/index/treatment_bg_rb.webp);
  background-repeat: no-repeat;
  background-position: right top, left center, right bottom;
  background-size: 25vw auto;
}
.treatment_box ~ .treatment_box {
  margin-top: 4rem;
}
.treatment_box .tit {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.treatment_box .img {
  max-width: 60%;
  margin: 0 auto 1.8rem;
  border-radius: 1rem;
  overflow: hidden;
}
.treatment_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.treatment_box .box_tit {
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.treatment_box .box_more {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.treatment_box .box_more .btn {
  width: 100%;
  color: var(--color-white);
  background: var(--color-main);
}
.treatment_box .box_more .btn::after {
  display: none;
}
.treatment_box .box_lst {
  padding: 1.4rem;
  font-weight: 500;
  font-size: 1.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-white-rgb), 0.6)), to(rgba(var(--color-white-rgb), 0.3)));
  background: linear-gradient(rgba(var(--color-white-rgb), 0.6), rgba(var(--color-white-rgb), 0.3));
  border-radius: 1rem;
}
.treatment_box .box_lst li {
  margin-bottom: 0.5em;
  padding-left: 1.3em;
}
.treatment_box .box_lst li::before {
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb07';
  color: var(--color-main);
}
.treatment_box .box_btns {
  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.6rem;
  margin-bottom: 1rem;
}
.treatment_box .box_btns li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 49%;
}
.treatment_box .box_btns li .btn {
  display: block;
  color: var(--color-txt);
  background: var(--color-main-bright);
}
.treatment_box .box_btns li .btn::after {
  display: none;
}

@media screen and (min-width: 48em), print {
  .treatment {
    margin: 50px 0 70px;
    padding-top: 76px;
    background-position: right calc(50% - 600px) top, left calc(50% - 608px) top 610px, right calc(50% - 640px) bottom 40px;
    background-size: auto;
  }
  .treatment_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 710px;
    grid-template-columns: 380px 710px;
    -ms-grid-rows: 1fr 48px auto 1fr;
    grid-template-rows: 1fr 48px auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin-inline: auto;
  }
  .treatment_box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .treatment_box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .treatment_box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .treatment_box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .treatment_box > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .treatment_box > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .treatment_box > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .treatment_box > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .treatment_box ~ .treatment_box {
    margin-top: 100px;
  }
  .treatment_box .tit {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0;
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
  .treatment_box .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    width: 380px;
    max-width: 100%;
    margin: 0;
    border-radius: 50px;
  }
  .treatment_box .box {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 710px;
  }
  .treatment_box .box_tit {
    width: 500px;
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 4.2rem;
    text-align: left;
  }
  .treatment_box .box_more {
    -webkit-box-ordinal-group: revert;
        -ms-flex-order: revert;
            order: revert;
    width: 210px;
    text-align: right;
  }
  .treatment_box .box_more .btn {
    width: 206px;
    height: 42px;
    padding: 10px 0;
  }
  .treatment_box .box_more .btn:hover {
    color: var(--color-white);
    background: var(--color-sub);
  }
  .treatment_box .box_lst {
    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: 5px 0;
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    background: none;
    border-radius: 0;
  }
  .treatment_box .box_lst li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 40%;
    margin-bottom: 0;
  }
  .treatment_box .box_btns {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 0;
  }
  .treatment_box .box_btns li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .treatment_box .box_btns li .btn {
    height: 48px;
    padding: 13px 0;
    letter-spacing: 0.06em;
  }
  .treatment_box .box_btns li .btn:hover {
    --color-sub: #cbf5f5;
    background: var(--color-sub);
  }
  .treatment_box[data-dpt=internal] .box_lst > li:nth-child(even) {
    width: 30%;
  }
  .treatment_box[data-dpt=neurology] .box_lst > li:nth-child(odd) {
    width: 30%;
  }
  .treatment_box[data-dpt=neurology] .box_lst > li:nth-child(even) {
    width: 50%;
  }
}
.pricare {
  margin-bottom: 6rem;
  padding: 4rem 4% 0;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color-bg-iv)));
  background: linear-gradient(0deg, transparent, var(--color-bg-iv));
}
.pricare_btns li {
  margin-top: 1rem;
}
.pricare_btns li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 25%;
  aspect-ratio: 5/3;
  padding: 3rem 1rem;
  text-align: center;
  color: var(--color-white);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 2rem;
  overflow: hidden;
}
.pricare_btns li a::before {
  --color-bg-box: 0,48,72;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-bg-box), 0.35);
  content: "";
}
.pricare_btns li a::after {
  position: relative;
  z-index: 1;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb05';
  font-size: 4rem;
  line-height: 1;
}
.pricare_btns li a em {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0.2rem 0.4rem rgba(var(--color-black-rgb), 0.16);
}
.pricare_btns li a.a_checkup {
  background-position: center center;
  background-image: url(../img/index/pricare_checkup.jpg);
}
.pricare_btns li a.a_echo {
  background-position: center bottom;
  background-image: url(../img/index/pricare_echo.jpg);
}
.pricare_btns li a.a_vaccine {
  background-position: center bottom;
  background-image: url(../img/index/pricare_vaccine.jpg);
}

@media screen and (min-width: 48em), print {
  .pricare {
    margin-bottom: 120px;
    padding: 90px 0 0;
    background: linear-gradient(0deg, transparent 90px, var(--color-bg-iv) 90px);
  }
  .pricare_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .pricare_btns li {
    width: 370px;
    margin-top: 0;
  }
  .pricare_btns li a {
    row-gap: 148px;
    aspect-ratio: 37/50;
    padding: 30px;
    background-position: center center !important;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pricare_btns li a::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pricare_btns li a::after {
    font-size: 4.8rem;
  }
  .pricare_btns li a em {
    font-size: 3.2rem;
    text-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  .pricare_btns li a:hover {
    background-size: 120% auto;
  }
  .pricare_btns li a:hover:before {
    background: rgba(var(--color-bg-box), 0.5);
  }
}
.feature {
  margin-bottom: 6rem;
  background-image: url(../img/index/feature_bg_lt.webp), url(../img/index/feature_bg_rt.webp), url(../img/index/feature_bg_lb.webp), url(../img/index/feature_bg_rb.webp), url(../img/index/feature_bg_ct.webp);
  background-repeat: no-repeat;
  background-position: left -4% top 0, right -4% top 20%, left -4% bottom 20%, right -4% bottom 0, center center;
  background-size: 30vw auto, 30vw auto, 30vw auto, 30vw auto, 50vw auto;
}
.feature .wrap {
  padding: 0 4%;
}
.feature_box {
  counter-reset: fNum 0;
}
.feature_box .box {
  counter-increment: fNum 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem 0 3.5rem;
}
.feature_box .box_tit {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.feature_box .box_txt {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-txt);
}
.feature_box .box_img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  max-width: 80%;
  margin-bottom: 1.8rem;
}
.feature_box .box_img::before {
  --color-main-pale: #f7f5f5;
  position: absolute;
  bottom: -1rem;
  left: -12%;
  display: inline-block;
  width: 2em;
  height: 2em;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: var(--color-main);
  background-image: url(../img/index/feature_num.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
.feature_box .box_img img {
  border-radius: 2rem;
  -webkit-box-shadow: 0.2rem 0.2rem 1rem var(--color-shadow);
          box-shadow: 0.2rem 0.2rem 1rem var(--color-shadow);
}
.feature_box .box_more {
  margin-top: 1.2rem;
  text-align: center;
}
.feature_box .box_more .btn {
  width: 15em;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-bottom: 120px;
    background-position: left calc(50% - 505px) top 20px, right calc(50% - 580px) top 366px, left calc(50% - 610px) bottom 308px, right calc(50% - 605px) bottom 70px, center center;
    background-size: auto;
  }
  .feature .wrap {
    padding: 0;
  }
  .feature_tit {
    margin-bottom: 50px;
  }
  .feature_box {
    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;
    row-gap: 84px;
  }
  .feature_box .box {
    width: 560px;
    margin: 0;
  }
  .feature_box .box_tit {
    margin-bottom: 24px;
    font-size: 3.4rem;
  }
  .feature_box .box_txt {
    padding-inline: 25px;
    font-size: 2.2rem;
    line-height: 1.63;
  }
  .feature_box .box_img {
    max-width: 460px;
    margin-bottom: 33px;
  }
  .feature_box .box_img::before {
    bottom: -16px;
    left: -50px;
    width: 130px;
    height: 128px;
    font-size: 6.1rem;
    line-height: 124px;
  }
  .feature_box .box_img img {
    border-radius: 60px;
    -webkit-box-shadow: 4px 4px 20px var(--color-shadow);
            box-shadow: 4px 4px 20px var(--color-shadow);
  }
  .feature_box .box_more {
    margin-top: 34px;
  }
  .feature_box .box_more .btn {
    width: 280px;
  }
  .feature_box .box_more .btn:hover {
    color: var(--color-white);
    background: var(--color-sub);
  }
}
.greeting {
  margin-bottom: 5rem;
  padding: 0 4%;
  background-image: url(../img/index/greeting_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120vw auto;
}
.greeting_header {
  position: relative;
  padding-top: 3rem;
}
.greeting_header::before {
  --color-gray: #ebebeb;
  position: absolute;
  top: 0;
  z-index: -1;
  color: var(--color-gray);
  font-size: 8rem;
  letter-spacing: 0.06em;
  line-height: 3rem;
  content: "greeting";
}
.greeting_header .tit::after {
  width: 2em;
}
.greeting_img {
  margin: 1.5rem 0;
}
.greeting_box {
  font-weight: 500;
  color: var(--color-txt);
}
.greeting_box .txt {
  line-height: 1.8;
}
.greeting_box .signature {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  text-align: right;
}
.greeting_box .more {
  margin-top: 2rem;
  text-align: center;
}
.greeting_box .more .btn {
  width: 15em;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .greeting {
    position: relative;
    margin-bottom: 57px;
    padding: 0 calc(50% - 600px) 108px;
    background-position: left calc(50% - 196px) bottom 0;
    background-size: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .greeting_header {
    margin-bottom: 33px;
    padding-top: 65px;
  }
  .greeting_header::before {
    font-size: 13.4rem;
    line-height: 70px;
  }
  .greeting_header .tit {
    text-align: left;
  }
  .greeting_header .tit::after {
    margin: 20px 0 0;
  }
  .greeting_img {
    position: absolute;
    top: 0;
    left: calc(50% + 40px);
    width: 860px;
  }
  .greeting_box {
    width: 550px;
  }
  .greeting_box .txt {
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .greeting_box .signature {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .greeting_box .more {
    margin-top: 72px;
  }
  .greeting_box .more .btn {
    width: 280px;
  }
  .greeting_box .more .btn:hover {
    color: var(--color-white);
    background: var(--color-sub);
  }
}
@-webkit-keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3280px 0;
  }
}
@keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3280px 0;
  }
}
.topgallery {
  padding: 2.5rem 0 4rem;
}
.topgallery .loopslider {
  overflow-x: hidden;
}
.topgallery .loopslider_slides {
  display: block;
  width: 200%;
  height: 40vw;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/index/loopslider.webp");
  background-size: auto 40vw;
  -webkit-animation: Slider 40s linear infinite both;
          animation: Slider 40s linear infinite both;
}
.topgallery .loopslider_slides span {
  visibility: hidden;
}
.topgallery .more {
  margin-top: 2rem;
  text-align: center;
}
.topgallery .more .btn {
  width: 15em;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .topgallery {
    padding: 57px 0 88px;
  }
  .topgallery .loopslider_slides {
    height: 260px;
    background-size: auto;
  }
  .topgallery .more {
    margin-top: 40px;
  }
  .topgallery .more .btn {
    width: 280px;
  }
  .topgallery .more .btn:hover {
    color: var(--color-white);
    background: var(--color-sub);
  }
}
.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;
  color: var(--color-main);
  background-color: var(--color-bg-iv);
  background-image: url(../img/tit_heading_l.webp), url(../img/tit_heading_r.webp);
  background-repeat: no-repeat;
  background-position: -25% 50%, 120% 55%;
  background-size: auto 12rem;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 200px;
    padding: 0 calc((100% - 1200px) / 2);
    background-position: calc(50% - 600px) 50%, calc(50% + 570px) 50%;
    background-size: auto;
  }
  .heading h1 {
    font-size: 3.2rem;
  }
}

.breadcrumbs {
  padding: 1.5rem 4% 1rem;
  font-weight: 500;
  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.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\63';
  font-size: 120%;
  line-height: 0.8;
}
.breadcrumbs li a {
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 10px;
    font-size: 1.5rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}

.contents {
  padding: 2.5rem 4% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 70px 0 80px;
  }
}

body#page_staff .doctor_greeting .signature {
  text-align: right;
}
body#page_staff .doctor_greeting .signature span {
  font-size: 120%;
}
body#page_staff .doctor_profile {
  margin-top: 3rem;
}
body#page_staff .doctor_profile section {
  margin-top: 2.5rem;
}
body#page_staff .doctor_profile section dl, body#page_staff .doctor_profile section ul {
  margin: 0 0.8rem;
}
body#page_staff .doctor_profile section li ~ li {
  margin-top: 0.5em;
}
body#page_staff .doctor_profile .bio dl {
  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;
  row-gap: 0.5em;
}
body#page_staff .doctor_profile .bio dl dt {
  width: 3.5em;
  white-space: nowrap;
}
body#page_staff .doctor_profile .bio dl dd {
  width: calc(100% - 4em);
}
@media screen and (min-width: 48em), print {
  body#page_staff .doctor_greeting .img_r {
    max-width: 400px;
    margin: 5px 0 0 60px;
  }
  body#page_staff .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;
    margin-top: 50px;
  }
  body#page_staff .doctor_profile section {
    margin-top: 0;
  }
  body#page_staff .doctor_profile section dl, body#page_staff .doctor_profile section ul {
    margin: 0 16px;
  }
  body#page_staff .doctor_profile .bio {
    width: 560px;
  }
  body#page_staff .doctor_profile .sets {
    width: 480px;
  }
  body#page_staff .doctor_profile .sets section ~ section {
    margin-top: 40px;
  }
}

body#page_clinic .clinic_gallery {
  padding-bottom: 1.5rem;
}
body#page_clinic .clinic_gallery figure {
  margin-top: 1.5rem;
  padding: 0.2rem;
  background: var(--color-white);
  -webkit-box-shadow: 0 0.8rem 0.3rem -0.5rem var(--color-shadow);
          box-shadow: 0 0.8rem 0.3rem -0.5rem var(--color-shadow);
}
body#page_clinic .clinic_gallery figure figcaption {
  padding: 1.3rem 0;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
body#page_clinic .clinic_equipment {
  padding-bottom: 1rem;
}
body#page_clinic .clinic_equipment figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--color-white);
}
body#page_clinic .clinic_equipment figure img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-height: 40dvh;
  border: 0.5rem solid var(--color-white);
}
body#page_clinic .clinic_equipment figure figcaption {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0.5rem 0 0.7rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: var(--color-main);
}
body#page_clinic .clinic_equipment figure figcaption i {
  display: block;
  font-size: 90%;
}
body#page_clinic .clinic_equipment figure p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
}
body#page_clinic .digisma_box {
  margin-top: 2rem;
}
body#page_clinic .digisma_box .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-top: 0.8rem;
}
body#page_clinic .digisma_box .downloads li {
  text-align: center;
}
body#page_clinic .digisma_box .downloads li a {
  text-decoration: none;
  color: inherit;
}
body#page_clinic .digisma_box .downloads li a::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\69';
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_gallery {
    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;
    row-gap: 40px;
  }
  body#page_clinic .clinic_gallery figure {
    width: 530px;
    margin-top: 0;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 8px var(--color-palegray);
            box-shadow: 0 5px 8px var(--color-palegray);
  }
  body#page_clinic .clinic_gallery figure figcaption {
    padding: 15px 0 20px;
    font-size: 2.2rem;
  }
  body#page_clinic .clinic_equipment {
    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;
    row-gap: 40px;
  }
  body#page_clinic .clinic_equipment figure {
    width: 520px;
    margin-top: 0;
    padding: 15px 25px 20px;
  }
  body#page_clinic .clinic_equipment figure img {
    max-height: 360px;
  }
  body#page_clinic .clinic_equipment figure figcaption {
    padding: 6px 0 10px;
    font-weight: 700;
    font-size: 2.2rem;
  }
  body#page_clinic .clinic_equipment figure figcaption i {
    display: inline-block;
    font-size: inherit;
  }
  body#page_clinic .clinic_equipment figure p {
    line-height: 1.5;
  }
  body#page_clinic .digisma_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    margin-top: 25px;
  }
  body#page_clinic .digisma_box .digisma {
    width: 580px;
  }
  body#page_clinic .digisma_box .downloads {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    width: 460px;
    margin-top: 0;
  }
}

body#page_question .faqlist > dt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
  padding-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 3px double var(--color-accent);
}
body#page_question .faqlist > dt::before {
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--color-accent);
  content: "Q.";
}
body#page_question .faqlist > dt ~ dt {
  margin-top: 3rem;
}
body#page_question .faqlist > dd {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 4.2rem;
  line-height: 1.7;
  background: var(--color-white);
  border-radius: 1rem;
}
body#page_question .faqlist > dd::before {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--color-main);
  content: "A.";
}
body#page_question .faqlist > dd > :last-child {
  margin-bottom: 0;
}
body#page_question .faqlist > dd .btn_detail {
  display: block;
  min-width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  body#page_question .faqlist > dt {
    margin-bottom: 10px;
    padding-left: 45px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  body#page_question .faqlist > dt::before {
    top: -0.25rem;
    font-weight: 500;
    font-size: 3.4rem;
  }
  body#page_question .faqlist > dt ~ dt {
    margin-top: 60px;
  }
  body#page_question .faqlist > dd {
    padding: 26px 50px 30px 80px;
    line-height: inherit;
    border-radius: 10px;
  }
  body#page_question .faqlist > dd::before {
    top: 20px;
    left: 28px;
    font-weight: 500;
    font-size: 3.4rem;
  }
  body#page_question .faqlist > dd .btn_detail {
    display: inline-block;
    min-width: 240px;
  }
}

body#page_access .access_info dt {
  margin-bottom: 0;
}
body#page_access .access_info dd {
  padding: 1rem 1rem 1.5rem;
  font-size: 1.6rem;
}
body#page_access .gmap {
  height: 30rem;
  margin-top: 1.5rem;
  border: 2px solid var(--color-palegray);
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
  body#page_access .access_info > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    border: 1px solid var(--color-main);
  }
  body#page_access .access_info > div dt {
    border-radius: 0;
  }
  body#page_access .access_info > div dd {
    padding: 15px 20px;
    font-size: 2.2rem;
  }
  body#page_access .access_info > div dd.telnum {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  body#page_access .gmap {
    height: 550px;
    margin-top: 30px;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable tbody {
    font-size: 2.4rem;
  }
}

body#page_news .news_archives {
  /*--color-border: #d1d1d1;
  padding: 1.5em 0;
  border-top: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);*/
}
body#page_news .news_archives dt {
  font-weight: 700;
  font-size: 1.5rem;
}
body#page_news .news_archives dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}
body#page_news .news_archives dd {
  font-weight: 500;
  padding: 0.8rem 0;
  text-align: justify;
}
@media screen and (min-width: 48em), print {
  body#page_news .main.contents {
    padding-top: 50px;
  }
  body#page_news .news_archives {
    /*padding: 40px 0;*/
  }
  body#page_news .news_archives dt {
    padding-inline: 20px;
    font-size: 2rem;
  }
  body#page_news .news_archives dt ~ dt {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid var(--color-border);
  }
  body#page_news .news_archives dd {
    padding-inline: 45px;
  }
}

.bmi {
  padding-inline: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .bmi {
    padding-inline: 30px;
    word-spacing: 0.5em;
    text-align: left;
  }
}

.tbl_price {
  border-spacing: 0;
  border: 1px solid var(--color-border);
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
  table-layout: fixed;
}
.tbl_price caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_price thead th {
  text-align: center;
  background: var(--color-main-bright);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.tbl_price tbody th {
  /*color:#ffffff;*/
  background: var(--color-main-light);
  text-align: left;
}
.tbl_price tbody td {
  background: #fff;
  text-align: right;
}
.tbl_price tbody th, .tbl_price tbody td {
  font-weight: normal;
  border: 1px solid var(--color-border);
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.tbl_price tbody th > *:last-child, .tbl_price tbody td > *:last-child {
  margin-bottom: 0;
}

.anc_flex {
  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: 1em;
}
.anc_flex .btn_link {
  padding: 0.6em 1.5em;
  color: var(--color-white);
  background: var(--color-main);
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .anc_flex .btn_link {
    width: 400px;
  }
}
.anc_flex .btn_link::after {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 0.8em;
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: "b";
  line-height: 1;
}

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