@charset "UTF-8";
*: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;
}

a[href*=telemedicine],
a[href=""], .nolink {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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 {
  display: flow-root;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.red {
  color: #FF1F22;
}

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

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

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

@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  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.5rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 30px 20px 0;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 30px;
    border-radius: 10px;
  }
}
.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 > 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 > 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 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-main-dark);
}
.tit_02::before {
  display: block;
  width: 4.8rem;
  aspect-ratio: 17/20;
  margin: 0 auto 1rem;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  --color-tit03-bg: #feecbf;
  margin: 0 0 2rem;
  padding: 0.8rem 1.8rem 0.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-sub-dark);
  background: var(--color-tit03-bg);
  border-radius: 1.5em;
  border-bottom: 1px solid var(--color-sub);
  -webkit-box-shadow: -0.2rem 0.1rem 0 var(--color-sub);
          box-shadow: -0.2rem 0.1rem 0 var(--color-sub);
}

.tit_04 {
  --color-tit04-txt: #1e4c72;
  --color-tit04-bg: #d3eaf9;
  margin: 0 0 1.8rem;
  padding: 0.8rem 1.8rem 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-tit04-txt);
  background: var(--color-tit04-bg);
  border-radius: 1.5em;
  border-bottom: 1px solid var(--color-main);
  -webkit-box-shadow: -0.2rem 0.1rem 0 var(--color-main);
          box-shadow: -0.2rem 0.1rem 0 var(--color-main);
}

.tit_05 {
  margin: 0 0 1.6rem;
  padding: 0.6rem 1.8rem 0.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--color-sub-dark);
  background: var(--color-base-bg);
  border-radius: 1.5em;
  -webkit-box-shadow: -0.2rem 0.2rem 0 var(--color-sub-soft);
          box-shadow: -0.2rem 0.2rem 0 var(--color-sub-soft);
}

.tit_06 {
  margin: 0 0 1.4rem;
  padding: 0.5rem 1.8rem 0.3rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border-radius: 1.5em;
  -webkit-box-shadow: -0.1rem 0.1rem 0 var(--color-shadow);
          box-shadow: -0.1rem 0.1rem 0 var(--color-shadow);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 24px;
    font-size: 2.7rem;
  }
  .tit_02::before {
    width: 68px;
    margin: 0 auto 12px;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 9px 18px 5px;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
  .tit_04 {
    margin: 0 0 18px;
    padding: 7px 18px 5px;
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
  .tit_05 {
    margin: 0 0 16px;
    padding: 9px 16px 6px;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
  }
  .tit_06 {
    margin: 0 0 14px;
    padding: 6px 16px 5px;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li, dd) {
    line-height: 1.4;
  }
}

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

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.4em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul {
    margin-inline: 0.5em;
  }
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    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: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.25em;
  font-size: 107%;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dt.tit {
  font-weight: 700;
}
.lst_dl dd {
  line-height: inherit;
}
.lst_dl dd[class*=box] {
  margin: 0;
}

.dl_tbl {
  --color-border: var(--color-main-ash);
  --color-head-main: var(--color-main-nuance);
  --color-head-sub: var(--color-main-pale);
  margin-bottom: 1em;
  border: 1px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em 0.3em;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-head-main);
}
.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_tbl dd.subhead {
  background: var(--color-head-sub);
}
.dl_tbl dd .lst_ul {
  margin-bottom: 0.3em;
}
.dl_tbl dd :last-child {
  margin-bottom: 0;
}

.ol_flow {
  counter-reset: flowNum 0;
}
.ol_flow > li {
  counter-increment: flowNum 1;
  position: relative;
  padding: 1em 1em 1em 2.8em;
  border: 1px solid var(--color-main);
  border-radius: 0.5rem;
}
.ol_flow > li::before {
  display: inline-block;
  margin-left: -1.8em;
  margin-right: 0.3em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.6;
  color: var(--color-white);
  background: var(--color-main-nuance);
  border-radius: 50%;
  content: counter(flowNum);
}
.ol_flow > li:not(:last-child) {
  margin-bottom: 3.5rem;
}
.ol_flow > li:not(:last-child)::after {
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  border-color: var(--color-main-smoke) transparent transparent transparent;
}
.ol_flow > li :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .ol_flow > li {
    padding: 1.5em 1.5em 1.5em 3em;
    border-radius: 10px;
  }
  .ol_flow > li::before {
    margin-left: -2em;
    margin-right: 0.5em;
  }
  .ol_flow > li:not(:last-child) {
    margin-bottom: 68px;
  }
  .ol_flow > li:not(:last-child)::after {
    bottom: -50px;
    border-width: 26px 37px 0 37px;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow > dt {
  counter-increment: flowNum 1;
  padding: 1.4rem 1.4rem 0.4rem 3.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--color-main);
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow > dt::before {
  display: inline-block;
  margin-left: -2.4rem;
  margin-right: 0.4rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  vertical-align: top;
  color: var(--color-white);
  background: var(--color-main-nuance);
  border-radius: 50%;
  content: counter(flowNum);
}
.dl_flow > dd {
  position: relative;
  padding: 0.4rem 1.4rem 1.4rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-main);
  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: -2.8rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  border-color: var(--color-main-smoke) transparent transparent transparent;
}
.dl_flow > dd :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow > dt {
    padding: 24px 40px 5px 76px;
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow > dt::before {
    margin-left: -36px;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .dl_flow > dd {
    padding: 5px 40px 24px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow > dd:not(:last-child) {
    margin-bottom: 68px;
  }
  .dl_flow > dd:not(:last-child)::after {
    bottom: -50px;
    border-width: 26px 37px 0 37px;
  }
}

.tbl_simple, .tbl_data, .tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th, .tbl_price th {
  padding: 0.3em;
  font-weight: normal;
}
.tbl_simple td, .tbl_data td, .tbl_price td {
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_price th {
    padding: 0.5em 1em;
  }
  .tbl_simple td, .tbl_data td, .tbl_price td {
    padding: 0.5em 2em;
  }
}
.tbl_simple + p, .tbl_data + p, .tbl_price + p {
  margin-top: 1em;
}

.tbl_data caption.footnote, .tbl_price caption.footnote {
  caption-side: bottom;
  margin-top: 0.7em;
  line-height: 1.3;
  text-align: left;
}
.tbl_data caption span.marker ~ span.marker, .tbl_price caption span.marker ~ span.marker {
  margin-top: 0.3em;
}
.tbl_data th, .tbl_price th, .tbl_data td, .tbl_price td {
  border: 1px solid var(--color-sub);
}
.tbl_data thead th, .tbl_price thead th {
  color: var(--color-white);
  background: var(--color-sub);
  border-left-color: var(--color-white);
  border-right-color: var(--color-white);
}
.tbl_data thead th:first-child, .tbl_price thead th:first-child {
  border-left-color: var(--color-sub);
}
.tbl_data thead th:last-child, .tbl_price thead th:last-child {
  border-right-color: var(--color-sub);
}
.tbl_data tfoot, .tbl_price tfoot {
  --color-tfoot: #e0c8b1;
}
.tbl_data tfoot th, .tbl_price tfoot th, .tbl_data tfoot td, .tbl_price tfoot td {
  font-weight: 700;
  color: var(--color-sub-deep);
  background: var(--color-tfoot);
  border-top: 3px double var(--color-sub);
}
.tbl_data tfoot td, .tbl_price tfoot td {
  text-align: center;
  line-height: 1.5;
}
.tbl_data tbody, .tbl_price tbody {
  --color-thsubhead: #fffcf3;
}
.tbl_data tbody th, .tbl_price tbody th {
  text-align: left;
  background: var(--color-sub-faint);
}
.tbl_data tbody th.sub, .tbl_price tbody th.sub {
  background: var(--color-thsubhead);
}
.tbl_data tbody td, .tbl_price tbody td {
  text-align: center;
}
@media screen and (max-width: 47.99em) {
  .tbl_data th, .tbl_price th {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    word-break: keep-all;
  }
  .tbl_data thead th, .tbl_price thead th {
    font-size: 90%;
  }
}

.tbl_price {
  table-layout: fixed;
}
.tbl_price tbody tr > :last-child {
  min-width: 30%;
  white-space: nowrap;
}
.tbl_price.-td_left tbody tr > :last-child {
  white-space: initial !important;
}
.tbl_price.-td_left tbody tr td {
  text-align: left;
  white-space: initial !important;
}
.tbl_price.-white-space_initial tbody tr > :last-child {
  white-space: initial !important;
}
.tbl_price.-white-space_initial tbody tr td {
  text-align: left;
  white-space: initial !important;
}

.tbl_simple th, .tbl_simple td {
  text-align: left;
  border: 1px solid var(--color-white);
}
.tbl_simple tr:nth-of-type(odd) {
  background: var(--color-accent-light);
}
.tbl_simple tr:nth-of-type(even) {
  background: var(--color-accent-pale);
}

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

.box_notes, .box_disease, .box_symptoms {
  margin-bottom: 1em;
  padding: 1em;
}
.box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_disease, .box_symptoms {
    padding: 20px;
  }
}

.box_symptoms {
  background: var(--color-sub-faint);
}
.box_symptoms .lst_ul > li::before {
  color: var(--color-sub);
}
.box_symptoms + .footnote {
  margin-top: -0.6em;
}

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

.box_notes {
  border: 2px dotted var(--color-sub-soft);
}
.box_notes .tit {
  color: var(--color-sub-dark);
}

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

.related_lnks {
  margin-top: 1em;
}
.related_lnks li, .related_lnks dd {
  margin-top: 0.3em;
}
.related_lnks li a::before, .related_lnks dd a::before {
  display: inline-block;
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82e';
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.btn_online, .btn_inq, .btn_rsv, .btn_detail, .btn_back {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-white);
  background: var(--color-btn-bg);
  border: 1px solid var(--color-btn-border);
  border-radius: 2em;
  -webkit-box-shadow: 0 0 0 2px var(--color-btn-bg);
          box-shadow: 0 0 0 2px var(--color-btn-bg);
}
.btn_online:hover, .btn_inq:hover, .btn_rsv:hover, .btn_detail:hover, .btn_back:hover {
  color: var(--color-white);
  background: var(--color-btn-bg-hover);
  -webkit-box-shadow: 0 0 0 2px var(--color-btn-bg-hover);
          box-shadow: 0 0 0 2px var(--color-btn-bg-hover);
}

.btn_detail, .btn_back {
  --color-btn-bg: var(--color-sub);
  --color-btn-bg-hover: #e27ba7;
  --color-btn-border: var(--color-white);
  padding: 0.7em 1.2em 0.6em;
  font-weight: normal;
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82e';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.center_btn {
  padding-block: 0.5rem;
  text-align: center;
}
.center_btn [class*=btn] {
  font-size: 115%;
  line-height: 1.3;
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 68%, var(--color-highlight, mark) 68%);
}

.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 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: var(--color-main);
}
.phone::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.85) translateX(-0.1em);
          transform: scale(0.85) translateX(-0.1em);
}
.phone a {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    margin-right: 0.1em;
    -webkit-transform: scale(0.9) translateX(-0.05em);
            transform: scale(0.9) translateX(-0.05em);
  }
}

.btn_online, .btn_inq, .btn_rsv {
  padding: 0.55em 1.2em 0.45em;
  font-weight: 700;
}
.btn_online::before, .btn_inq::before, .btn_rsv::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
}
.btn_online b, .btn_inq b, .btn_rsv b {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 105%;
  line-height: 0.6;
}

.btn_rsv {
  --color-btn-bg: #e88db4;
  --color-btn-bg-hover: #df638d;
  --color-btn-border: #f9deea;
}
.btn_rsv::before {
  content: "\e80c";
}

.btn_inq {
  --color-btn-bg: #72d56e;
  --color-btn-bg-hover: #4cca46;
  --color-btn-border: #fff;
}
.btn_inq::before {
  content: "\e80d";
}

.btn_online {
  --color-btn-bg: #3c80c7;
  --color-btn-bg-hover: #2e67a2;
  --color-btn-border: #b2cce8;
}
.btn_online::before {
  content: "\e80e";
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.7em;
  line-height: 1.3;
  text-align: left;
}
.timetable caption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.8rem;
}
.timetable caption ul .close {
  margin-top: 0.8rem;
}
.timetable thead th {
  padding: 0.8rem 0;
  font-weight: normal;
  color: var(--color-white);
  background: var(--color-main);
}
.timetable thead th:first-child {
  width: 32%;
  border-top-left-radius: 0.5rem;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
  border-top-right-radius: 0.5rem;
}
.timetable tbody {
  background: var(--color-white);
}
.timetable tbody th {
  padding: 0.8rem 0;
  font-weight: normal;
  font-size: 90%;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-main);
}
.timetable tbody td {
  padding: 0.8rem 0;
  text-align: center;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.timetable tbody td:last-child {
  padding-right: 2%;
}
.timetable .open {
  color: var(--color-main);
}
.timetable .sat {
  color: var(--color-sub);
}
.timetable .online {
  color: var(--color-gray);
}
.timetable .close {
  color: inherit;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 1.2em;
    padding-inline: 0.5em;
  }
  .timetable caption ul {
    gap: 0.2em 1.5em;
  }
  .timetable caption ul .close {
    margin-top: 0.7em;
  }
  .timetable thead th {
    padding: 0.56em 0 0.55em;
    font-size: 96%;
  }
  .timetable thead th:first-child {
    width: 28%;
    border-top-left-radius: 0.44em;
  }
  .timetable thead th:last-child {
    border-top-right-radius: 0.44em;
  }
  .timetable tbody th {
    padding: 0.75em 0 0.65em;
  }
  .timetable tbody td {
    padding: 0.75em 0 0.65em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --sp-header-height: 7.0rem;
  --pc-header-height: 90px;
  --base-font-weight: 500;
  --pc-l-height: 1.625;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51,51,51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #2680cb;
  --color-main-deep: #004475;
  --color-main-dark: #005ead;
  --color-main-dark-rgb: 0,94,173;
  --color-main-nuance: #3c80c7;
  --color-main-smoke: #73aae4;
  --color-main-ash: #8bafd5;
  --color-main-light: #dbebfc;
  --color-main-light-rgb: 219,235,252;
  --color-main-pale: #e7f5ff;
  --color-sub: #b28247;
  --color-sub-rgb: 178,130,71;
  --color-sub-deep: #7f553c;
  --color-sub-dark: #8e6b44;
  --color-sub-dark-rgb: 142,107,68;
  --color-sub-soft: #d4b999;
  --color-sub-light: #f9e2c5;
  --color-sub-pale: #fbebd9;
  --color-sub-faint: #fff1e0;
  --color-accent: #fdcd00;
  --color-accent-light: #fffcbf;
  --color-accent-pale: #fffee8;
  --color-border: #a4a4a4;
  --color-shadow: #bebebe;
  --color-notice: #cc2a45;
  --color-highlight: #bee7ff;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #707070;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "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);
}
.main.contents {
  padding: 1.5rem 5% 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
  .main.contents {
    padding: 30px calc(50% - 550px) 80px;
    background-image: url(../img/main_bg_l.webp), url(../img/main_bg_r.webp);
    background-repeat: no-repeat;
    background-position: calc(50% - 820px) 165px, calc(50% + 820px) 165px;
  }
}
#global_header .header_wrap {
  padding: 0.8rem 0 0.6rem;
}
#global_header .header_wrap .logo {
  width: 75%;
  margin: 0 auto;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap_col {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1100px;
    height: 130px;
    margin: 0 auto;
    padding: 11px 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 514px;
    margin: 0;
  }
  #global_header .header_wrap_col {
    display: block;
    width: 550px;
    padding: 4px 0;
    text-align: right;
  }
  #global_header .header_wrap_col ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #global_header .header_wrap_col .info {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    line-height: 1;
  }
  #global_header .header_wrap_col .info .phone {
    font-size: 3.2rem;
  }
  #global_header .header_wrap_col .info .adr {
    font-size: 1.6rem;
  }
  #global_header .header_wrap_col .info .adr::before {
    display: inline-block;
    margin-right: 4px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    font-size: 2.9rem;
    vertical-align: -0.45rem;
    color: var(--color-main);
  }
  #global_header .header_wrap_col .btns {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 8px;
    font-size: 1.8rem;
  }
  #global_header .header_wrap_col .btns a {
    min-width: 154px;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(var(--color-main-light-rgb), 0.95);
    background-image: url(../img/bg_bottom_cloud.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 150% auto;
    z-index: 1;
  }
  .js-overlay::before {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    display: -ms-grid;
    display: grid;
    align-items: end;
    width: 7rem;
    height: 4.5rem;
    font-weight: bold;
    font-size: 1rem;
    color: var(--color-main-dark);
    background-image: url(../img/a_character.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    content: "×閉じる";
  }
  .js-sp_sticky {
    position: absolute;
    top: auto;
    z-index: 2;
  }
  body.spnav_modal .js-sp_sticky {
    z-index: 1;
  }
  .js-sp_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .js-sp_box {
    display: none;
    position: fixed;
    top: 5.5rem;
    left: 4vw;
    z-index: 5;
    width: 92vw;
    min-height: 50vh;
    max-height: 84svh;
    overflow-y: auto;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
    display: block !important;
  }
  .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;
  }
}
#global_nav {
  color: var(--color-base-txt);
  background: rgba(var(--color-base-bg-rgb), 1);
}
#global_nav .subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#global_nav .subnav li {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
#global_nav .subnav li a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
  color: var(--color-white);
  background: rgba(var(--color-main-dark-rgb), 0.9);
}
#global_nav .subnav li a:hover {
  background: rgba(var(--color-main-dark-rgb), 1);
}
#global_nav .subnav li a::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82e';
  font-size: 41%;
  vertical-align: middle;
}
#global_nav .subnav li.c_neuro, #global_nav .subnav li.c_pricare, #global_nav .subnav li.c_medicine, #global_nav .subnav li.c_item {
  width: 100%;
}
#global_nav .subnav li.c_neuro a, #global_nav .subnav li.c_neuro_ch a {
  color: var(--color-white);
  background: rgba(var(--color-sub-rgb), 0.9);
}
#global_nav .subnav li.c_neuro a:hover, #global_nav .subnav li.c_neuro_ch a:hover {
  background: rgba(var(--color-sub-rgb), 1);
}
#global_nav .subnav li.c_pricare:first-of-type, #global_nav .subnav li.c_pricare_ch:first-of-type {
  width: 100%;
}
#global_nav .subnav li.c_pricare a, #global_nav .subnav li.c_pricare_ch a {
  color: var(--color-white);
  background: rgba(var(--color-sub-dark-rgb), 0.9);
}
#global_nav .subnav li.c_pricare a:hover, #global_nav .subnav li.c_pricare_ch a:hover {
  background: rgba(var(--color-sub-dark-rgb), 1);
}
#global_nav .subnav li.c_medicine a, #global_nav .subnav li.c_medicine_ch a {
  color: var(--color-white);
  background: var(--color-main-smoke);
}
#global_nav .subnav li.c_medicine a:hover, #global_nav .subnav li.c_medicine_ch a:hover {
  background: var(--color-main-smoke);
}

@media screen and (max-width: 47.99em) {
  #sp_nav {
    width: 100%;
    padding: 0.5rem;
    line-height: 1;
    background: rgba(var(--color-base-bg-rgb), 0.85);
  }
  #sp_nav .lnav {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #sp_nav .lnav > li {
    flex: 1;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 1px dotted var(--color-border);
  }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.1rem;
    text-align: center;
    color: var(--color-main);
    background: transparent;
  }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    font-size: 1.7rem;
  }
  #sp_nav .lnav > li .a_home::before {
    content: "\e80f";
  }
  #sp_nav .lnav > li .a_phone::before {
    content: "\e801";
  }
  #sp_nav .lnav > li .a_rsv::before {
    content: "\e80c";
  }
  #sp_nav .lnav > li .a_access::before {
    content: "\e815";
  }
  #sp_nav .lnav > li .a_monshin::before {
    content: "\e82b";
  }
  #sp_nav .lnav > li #sp_btn {
    overflow: hidden;
  }
  #sp_nav .lnav > li #sp_btn::before {
    content: "\e802";
    -webkit-transform: scale(1.4) translateY(1px);
            transform: scale(1.4) translateY(1px);
  }
  #sp_nav .lnav > li #sp_btn.is_open::before {
    content: "\e806";
  }
  #global_nav {
    border: 1px solid var(--color-main-ash);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 0 2px var(--color-main-light), inset 0 0 0 3px var(--color-main-light);
            box-shadow: 0 0 0 2px var(--color-main-light), inset 0 0 0 3px var(--color-main-light);
  }
  #global_nav .gnav {
    margin: 2px;
    padding: 1.4rem 1.4rem 1rem;
    font-size: 1.5rem;
  }
  #global_nav .gnav > li {
    padding: 0.7rem 0;
    border-bottom: 1px dotted var(--color-main-ash);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
    font-family: "fontello";
    font-weight: normal;
    color: var(--color-main);
    content: "≫";
  }
  #global_nav .gnav > li.sub .sub_btn {
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  #global_nav .gnav > li.sub .subnav {
    font-size: 1.4rem;
  }
  #global_nav .gnav > li.btn {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-bottom: none;
  }
  #global_nav .gnav > li.btn a {
    display: block;
    min-width: 42%;
    margin: 0.5rem;
    line-height: 1.3;
  }
  #global_nav .gnav > li.btn a::after {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    display: block;
    width: 100%;
    height: 64px;
    padding: 18px calc(50% - 550px) 12px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #global_nav.is_sticky {
    padding: 12px calc(50% - 550px);
    background: rgba(var(--color-base-bg-rgb), 0.7);
  }
  #global_nav .gnav {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_nav .gnav > li {
    flex: 1;
    position: relative;
    border-right: 2px dotted var(--color-border);
  }
  #global_nav .gnav > li:first-child {
    border-left: 2px dotted var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    color: var(--color-main-deep);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li .sub_btn::before {
    display: inline-block;
    margin-right: 3px;
    font-family: "fontello";
    font-weight: normal;
    font-size: 2rem;
    color: var(--color-main-nuance);
  }
  #global_nav .gnav > li > a.is_open, #global_nav .gnav > li > a:hover, #global_nav .gnav > li .sub_btn.is_open, #global_nav .gnav > li .sub_btn:hover {
    color: var(--color-main-smoke);
  }
  #global_nav .gnav > li > a.is_open::before, #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li .sub_btn.is_open::before, #global_nav .gnav > li .sub_btn:hover::before {
    color: inherit;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    cursor: pointer;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    display: inline-block;
    margin-left: 5px;
    font-family: "fontello";
    font-weight: normal;
    content: '\f004';
    font-size: 80%;
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    content: "\f005";
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1;
    width: 380px;
  }
  #global_nav .gnav > li .a_home::before {
    content: "\e80f";
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #global_nav .gnav > li .a_doctor::before {
    margin-right: 6px;
    content: "\e811";
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  #global_nav .gnav > li .a_clinic::before {
    content: "\e812";
  }
  #global_nav .gnav > li .sub_btn::before {
    content: "\e813";
  }
  #global_nav .gnav > li .a_first::before {
    content: "\e814";
  }
  #global_nav .gnav > li .a_access::before {
    content: "\e815";
  }
  #global_nav .gnav > li .a_recruit::before {
    content: "\e816";
    margin-right: 6px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.overview {
  padding: 0.2rem 0 2.5rem;
  font-size: 1.4rem;
  background-image: url(../img/overview_bg_head.svg), url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 2.8rem, 50% 5rem;
  background-size: auto 2.6rem, cover;
}
.overview .clinic_name {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.overview .clinic_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
.overview .clinic_contact .phone {
  font-size: 2.3rem;
}
.overview .clinic_contact .btn_rsv {
  padding-inline: 0.8em;
  font-size: 1.5rem;
}
.overview .wrap {
  margin-top: 2rem;
  padding: 0 5% 2.5rem;
}
.overview .wrap .clinic_outline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.3rem 1.5rem;
  line-height: 1.4;
}
.overview .wrap .clinic_outline > dt {
  width: 30%;
  padding: 0.3rem 0 0.2rem;
  color: var(--color-white);
  background: var(--color-main);
  text-align: center;
  border-radius: 1.5em;
}
.overview .wrap .clinic_outline > dd {
  min-width: 60%;
  padding: 0.3rem 0 0.2rem;
}
.overview .wrap .clinic_outline > dd.drprof .lic {
  font-size: 1.3rem;
}
.overview .wrap .clinic_outline > dd.drprof .lic li {
  margin-top: 0.2rem;
  padding-left: 1em;
}
.overview .wrap .clinic_outline > dd.drprof .lic li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-sub);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  content: "●";
}
.overview .wrap .clinic_outline > dd.drprof .lic dt {
  margin-top: 0.8rem;
}
.overview .wrap .clinic_outline > dd.drprof .lic dt::before {
  color: var(--color-main);
  content: "【";
}
.overview .wrap .clinic_outline > dd.drprof .lic dt::after {
  color: var(--color-main);
  content: "】";
}
.overview .wrap .timetable {
  margin-top: 2rem;
}
.overview .wrap .bnr_line {
  margin-top: 2rem;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (max-width: 47.99em) {
  .overview .wrap .clinic_outline .drprof, .overview .wrap .clinic_outline .adr, .overview .wrap .clinic_outline .acs {
    width: 100%;
    margin-top: -0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 1px 0 0;
    font-size: 1.8rem;
    background-position: 50% 58px, 50% 113px;
    background-size: 1200px auto, 2000px auto;
  }
  .overview .clinic_name {
    width: 620px;
    margin: 0 auto 30px;
    padding-right: 26px;
  }
  .overview .clinic_contact {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .overview .clinic_contact .phone {
    font-size: 4.5rem;
  }
  .overview .clinic_contact .btn_rsv {
    min-width: 172px;
    font-size: 2.4rem;
    line-height: 1.25;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 3px var(--color-btn-bg);
            box-shadow: 0 0 0 3px var(--color-btn-bg);
  }
  .overview .clinic_contact .btn_rsv:hover {
    -webkit-box-shadow: 0 0 0 3px var(--color-btn-bg-hover);
            box-shadow: 0 0 0 3px var(--color-btn-bg-hover);
  }
  .overview .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 28px;
    padding: 0 0 70px;
  }
  .overview .wrap .clinic_outline {
    width: 500px;
    gap: 28px 14px;
  }
  .overview .wrap .clinic_outline > dt {
    width: 96px;
    padding: 3px 0 2px;
  }
  .overview .wrap .clinic_outline > dd {
    width: 390px;
    padding: 3px 0 2px;
  }
  .overview .wrap .clinic_outline > dd.drprof {
    width: 100%;
    margin-top: -20px;
    padding: 0 0 0 110px;
  }
  .overview .wrap .clinic_outline > dd.drprof .lic {
    font-size: 1.6rem;
  }
  .overview .wrap .wrap_col {
    width: 550px;
  }
  .overview .wrap .wrap_col .timetable {
    margin-top: 0;
  }
  .overview .wrap .wrap_col .bnr_line {
    margin-top: 20px;
  }
  .overview .gmap {
    height: 540px;
  }
}
@media screen and (min-width: 2001px) {
  .overview {
    background-size: 1200px auto, cover;
  }
}
#global_footer {
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-dark);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  #global_footer .footer_wrap {
    display: block;
    padding: 48px 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    margin-top: 15px;
    padding: 0 8px;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li::before {
    display: inline-block;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    content: "■";
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav li {
    margin-top: 0;
  }
  #global_footer .footer_wrap ul.gnav li.sub {
    display: none;
  }
  #global_footer .copyright {
    padding: 11px 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#pageup {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: #87cfff;
  background-image: url(../img/a_character.svg);
  background-repeat: no-repeat;
  background-position: 50% 0.8rem;
  background-size: 90% auto;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e82d';
  font-size: 1.6rem;
  line-height: 0.8;
}
#pageup span {
  display: block;
  height: 3.6rem;
  font-size: 0;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 112px;
    height: 112px;
    background-position: 50% 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 3rem;
  }
  #pageup:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 5px 0 rgba(var(--color-black-rgb), 0.16);
  }
  #pageup span {
    height: 84px;
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUps {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUps {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#keyvsl {
  max-width: 100%;
  height: 34rem;
  background-image: url(../img/index/keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 614px;
  }
}

.hero_panel .catch {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 1s forwards;
          animation: fadeIn 1s ease-out 1s forwards;
}

.hero {
  position: relative;
  z-index: 0;
  background: var(--color-sub-light);
}
.hero_panel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2.5rem 1.5rem;
}
.hero_panel .catch {
  margin-bottom: 0;
  padding: 0.8rem 1rem 0.6rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main-nuance);
  background-image: url(../img/index/icon_logomark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0.8rem;
}
.hero_bottom {
  position: relative;
  z-index: 0;
  margin-top: -1.8rem;
  padding: 1rem 5%;
  text-align: center;
  background-image: url(../img/index/hero_bottom_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.hero_bottom .new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero_bottom .new::before {
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.3;
  color: var(--color-white);
  content: attr(data-title);
}
.hero_bottom .new p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-sub-deep);
}
.hero_bottom .new p b {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
}
.hero_bottom .new p em {
  font-size: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .hero_panel .catch {
    position: absolute;
    right: calc(50% - 550px);
    bottom: 34px;
    z-index: 1;
    width: 332px;
    height: 333px;
    padding: 110px 0 0;
    font-size: 2.4rem;
    background-color: transparent;
    background-image: url(../img/index/hero_catch_bg.svg);
  }
  .hero_bottom {
    margin-top: -66px;
    padding: 25px 0 0;
    background-size: 1200px auto;
  }
  .hero_bottom .new {
    justify-content: center;
    gap: 5px 18px;
  }
  .hero_bottom .new::before {
    font-size: 5.8rem;
    letter-spacing: 0.02em;
    line-height: 0.8;
  }
  .hero_bottom .new p {
    font-size: 2rem;
  }
  .hero_bottom .new p b {
    font-size: 3.4rem;
  }
  .hero_bottom .new p em {
    font-size: 3rem;
  }
}
.js-news dt {
  cursor: pointer;
}
.js-news dd {
  display: none;
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}

.information_head.js-fade {
  opacity: 0;
}
.information_head.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out forwards;
          animation: fadeIn 1.5s ease-out forwards;
}
.information_box.js-fade {
  opacity: 0;
}
.information_box.js-fade.is_active {
  -webkit-animation: fadeUp 2s ease-in-out 0.2s forwards;
          animation: fadeUp 2s ease-in-out 0.2s forwards;
}

.information {
  padding: 2rem 1rem 3rem;
  background-color: var(--color-sub-light);
}
.information .wrap {
  position: relative;
  padding: 1.5rem 1.5rem 3rem;
  background: var(--color-sub-pale);
  border-radius: 0.5rem;
}
.information .wrap::after {
  position: absolute;
  right: 1.5rem;
  bottom: -0.8rem;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-sub-light);
  content: "Clinic Information";
}
.information_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.8rem;
  margin-left: 2rem;
}
.information_head .tit {
  padding: 2rem 0 1.6rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-sub);
  background-image: url(../img/index/information_tit.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2.5em auto;
}
.information_head .img {
  width: 4.6rem;
}
.information_box {
  max-height: 22rem;
  overflow-y: auto;
}
.information_box dl dt {
  --color-sub-dark: #7f553c;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-sub-dark);
}
.information_box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81a';
  color: var(--color-sub);
}
.information_box dl dt.is_open::before {
  content: "\e819";
}
.information_box dl dt ~ dt {
  margin-top: 1.2em;
}
.information_box dl dt time {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color-main);
}
.information_box dl dd {
  padding-top: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .information {
    padding: 30px 0;
    background-image: url(../img/index/information_bg_l.webp), url(../img/index/information_bg_r.webp);
    background-repeat: no-repeat;
    background-position: calc(50% - 820px) 170px, calc(50% + 820px) 170px;
  }
  .information .wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 48px 40px;
    border-radius: 10px;
  }
  .information .wrap::after {
    right: 14px;
    bottom: -14px;
    font-size: 5.7rem;
    letter-spacing: 0.02em;
  }
  .information_head {
    display: block;
    width: 152px;
    margin: 0;
  }
  .information_head .tit {
    height: 77px;
    margin-left: 12px;
    margin-bottom: 7px;
    padding: 25px 0;
    font-size: 2.6rem;
    background-size: contain;
  }
  .information_head .img {
    position: static;
    width: auto;
  }
  .information_box {
    width: 805px;
    max-height: 270px;
    margin-top: 20px;
    padding: 4px 0;
  }
  .information_box dl {
    width: 785px;
  }
  .information_box dl dt {
    padding-left: 27px;
    font-size: 1.8rem;
  }
  .information_box dl dt::before {
    margin-left: -27px;
    margin-right: 8px;
    font-size: 1.9rem;
  }
  .information_box dl dt ~ dt {
    margin-top: 1.55em;
  }
  .information_box dl dt time {
    margin-left: 8px;
    font-size: 1.4rem;
  }
  .information_box dl dd {
    padding-top: 5px;
    padding-left: 27px;
    line-height: 1.75;
  }
}
.box_bee {
  border: 3px solid #7f553c;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50rem;
  padding: 2rem;
  margin: 3rem auto;
}
.box_bee .headline {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  background: #7F553C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
}
.box_bee .underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #7F553C;
  margin-bottom: 1rem;
}
.box_bee .flx_l {
  height: 48%;
}
.box_bee .flx_r {
  height: 55%;
}

@media screen and (min-width: 48em), print {
  .box_bee {
    height: 28rem;
  }
  .box_bee .flx_l {
    height: auto;
  }
  .box_bee .flx_r {
    height: auto;
  }
}
.feature_tit.js-fade {
  opacity: 0;
}
.feature_tit.js-fade.is_active {
  -webkit-animation: fadeIn 2s ease-in-out forwards;
          animation: fadeIn 2s ease-in-out forwards;
}
@media screen and (max-width: 47.99em) {
  .feature_boxs .box.js-fade {
    opacity: 0;
  }
  .feature_boxs .box.js-fade.is_active {
    -webkit-animation: fadeIn 1.2s cubic-bezier(0.56, 0, 0.24, 0.99) forwards;
            animation: fadeIn 1.2s cubic-bezier(0.56, 0, 0.24, 0.99) forwards;
  }
}
@media screen and (min-width: 48em), print {
  .feature_boxs.js-fade .box {
    opacity: 0;
  }
  .feature_boxs.js-fade.is_active .box {
    -webkit-animation-name: fadeUp;
            animation-name: fadeUp;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(3) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(4) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(5) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .feature_boxs.js-fade.is_active .box:nth-of-type(6) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}

.feature {
  padding: 0 5% 4rem;
  background-color: var(--color-white);
  background-image: url(../img/index/feature_bg_t.svg), -webkit-gradient(linear, left top, left bottom, color-stop(5.8rem, var(--color-sub-light)), color-stop(5.8rem, transparent));
  background-image: url(../img/index/feature_bg_t.svg), linear-gradient(var(--color-sub-light) 5.8rem, transparent 5.8rem);
  background-position: 50% 4rem, 50% 0;
  background-repeat: no-repeat;
  background-size: auto 2rem, auto;
}
.feature_tit {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-sub);
}
.feature_tit::before {
  display: block;
  width: 7rem;
  aspect-ratio: 11/13;
  margin: 0 auto 0.5rem;
  background-image: url(../img/logomark.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.feature_tit::after {
  display: block;
  margin-top: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--color-accent);
  content: attr(data-title);
}
.feature_boxs .box {
  --feature-boxbg-01: #e3f0f9;
  --feature-boxbg-02: #f9e2c5;
  --feature-icon: #b2cce8;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 1.2rem;
}
.feature_boxs .box::before {
  display: block;
  width: 100%;
  aspect-ratio: 17/14;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8rem 8rem 0 0;
  content: "";
}
.feature_boxs .box .tit {
  position: relative;
  z-index: 0;
  padding: 1.8rem 1.5rem;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-main-dark);
}
.feature_boxs .box .tit::after {
  position: absolute;
  top: -4rem;
  left: calc(50% - 4rem);
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  padding-top: 1rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: var(--feature-icon);
  background: var(--color-white);
  border-radius: 50%;
}
.feature_boxs .box .txt {
  margin: 0 1.5rem;
}
.feature_boxs .box:nth-of-type(odd) {
  background-color: var(--feature-boxbg-01);
}
.feature_boxs .box:nth-of-type(even) {
  background-color: var(--feature-boxbg-02);
}
.feature_boxs .box[data-name=areadr]::before {
  background-image: url(../img/index/feature_areadr.jpg);
}
.feature_boxs .box[data-name=areadr] .tit::after {
  content: "\e81b";
}
.feature_boxs .box[data-name=neurology]::before {
  background-image: url(../img/index/feature_neurology.jpg);
}
.feature_boxs .box[data-name=neurology] .tit::after {
  content: "\e81c";
}
.feature_boxs .box[data-name=relation]::before {
  background-image: url(../img/index/feature_relation.jpg);
}
.feature_boxs .box[data-name=relation] .tit::after {
  content: "\e80f";
}
.feature_boxs .box[data-name=homecare]::before {
  background-image: url(../img/index/feature_homecare.jpg);
}
.feature_boxs .box[data-name=homecare] .tit::after {
  content: "\e822";
}
.feature_boxs .box[data-name=msct]::before {
  background-image: url(../img/index/feature_msct.jpg);
}
.feature_boxs .box[data-name=msct] .tit::after {
  content: "\e81e";
}
.feature_boxs .box[data-name=bloodtest]::before {
  background-image: url(../img/index/feature_bloodtest.jpg);
}
.feature_boxs .box[data-name=bloodtest] .tit::after {
  content: "\e81f";
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 2px 0 120px;
    background-image: url(../img/index/feature_bg_t.svg), linear-gradient(var(--color-sub-light) 112px, transparent 112px);
    background-position: 50% 56px, 50% 0;
    background-size: 1200px auto, auto;
  }
  .feature_tit {
    margin-bottom: 34px;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
  .feature_tit::before {
    display: block;
    width: 110px;
    margin: 0 auto 6px;
  }
  .feature_tit::after {
    margin-top: 12px;
    font-size: 2rem;
  }
  .feature_boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 44px;
  }
  .feature_boxs .box {
    width: 337px;
    margin-top: 0;
    padding-bottom: 16px;
    border-radius: 15px;
  }
  .feature_boxs .box::before {
    aspect-ratio: 337/311;
    background-size: auto;
    border-radius: 100px 100px 0 0;
  }
  .feature_boxs .box .tit {
    display: -ms-grid;
    display: grid;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .feature_boxs .box .tit::after {
    top: -43px;
    left: calc(50% - 43px);
    width: 86px;
    height: 86px;
    padding-top: 8px;
    font-size: 5rem;
  }
  .feature_boxs .box .txt {
    margin: 0 24px;
    line-height: 1.625;
  }
}
.contactus_tit.js-fade {
  opacity: 0;
}
.contactus_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out forwards;
          animation: fadeIn 1.5s ease-out forwards;
}
.contactus_lst.js-fades > * {
  opacity: 0;
}
.contactus_lst.js-fades.is_active > * {
  -webkit-animation-name: fadeUps;
          animation-name: fadeUps;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.contactus {
  background: url(../img/index/contactus_bg.webp) repeat 0 0;
}
.contactus .wrap {
  padding: 4rem 2rem 3rem;
  background-image: radial-gradient(var(--color-white) 80%, transparent 80%);
}
.contactus_tit {
  --color-accent-light: #ffefaf;
  position: relative;
  z-index: 0;
  margin-bottom: 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-sub-deep);
}
.contactus_tit::after {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -0.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 0.6;
  color: var(--color-accent-light);
  content: attr(data-title);
}
.contactus_lst {
  padding-inline: 1rem;
  font-size: 1.5rem;
}
.contactus_lst > li {
  margin-top: 1rem;
  padding-left: 1.2em;
}
.contactus_lst > li::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.2em;
  margin-right: 0.2em;
  vertical-align: -0.2em;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 48em), print {
  .contactus {
    min-height: 480px;
    background-image: url(../img/index/contactus_bg_l.webp), url(../img/index/contactus_bg_r.webp), url(../img/index/contactus_bg_inbox.webp), url(../img/index/contactus_bg.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: calc(50% - 648px) 43px, calc(50% + 594px) 103px, center center, left top;
    background-size: auto;
  }
  .contactus .wrap {
    padding: 30px 0;
    background: transparent;
  }
  .contactus_tit {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
  .contactus_tit::after {
    font-size: 7.8rem;
    letter-spacing: 0.02em;
  }
  .contactus_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    padding: 0 80px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.1;
  }
  .contactus_lst > li {
    flex-grow: 1;
    min-width: 31%;
    margin-top: 0;
  }
  .contactus_lst > li:nth-child(3n+3) {
    min-width: 38%;
  }
  .contactus_lst > li::before {
    width: 22px;
    vertical-align: top;
  }
}
.clinicmenu_tit.js-fade {
  opacity: 0;
}
.clinicmenu_tit.js-fade.is_active {
  -webkit-animation: fadeIn 2s ease-in-out forwards;
          animation: fadeIn 2s ease-in-out forwards;
}
.clinicmenu_lst .treatments.js-fades > * {
  opacity: 0;
}
.clinicmenu_lst .treatments.js-fades.is_active > * {
  -webkit-animation-name: fadeUps;
          animation-name: fadeUps;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.clinicmenu {
  margin-top: 2rem;
  padding: 0 1rem 4rem;
  background-color: var(--color-accent-light);
  background-image: url(../img/index/clinicmenu_bg_t.svg), url(../img/bg_bottom_cloud.webp), -webkit-gradient(linear, left top, left bottom, color-stop(5.8rem, var(--color-white)), color-stop(5.8rem, transparent));
  background-image: url(../img/index/clinicmenu_bg_t.svg), url(../img/bg_bottom_cloud.webp), linear-gradient(var(--color-white) 5.8rem, transparent 5.8rem);
  background-position: 50% 4rem, 50% 101%, 50% 0;
  background-repeat: no-repeat;
  background-size: auto 2.6rem, 220% auto, auto;
}
.clinicmenu_tit {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-sub);
}
.clinicmenu_tit::before {
  display: block;
  width: 7rem;
  aspect-ratio: 11/13;
  margin: 0 auto 0.5rem;
  background-image: url(../img/logomark.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.clinicmenu_tit::after {
  display: block;
  margin-top: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--color-accent);
  content: attr(data-title);
}
.clinicmenu_lst {
  --clinicmenu-lst-bg: #ffedd8;
  --clinicmenu-lst-ico: #f3e6d5;
  padding: 2.2rem 0.5rem;
  background-color: var(--clinicmenu-lst-bg);
  background-image: url(../img/index/clinicmenu_bg_lst.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70%;
  outline: 1px solid var(--color-white);
  outline-offset: -2px;
  border-radius: 0.3rem;
}
.clinicmenu_lst .treatments {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.clinicmenu_lst .treatments > li {
  width: 50%;
  padding: 0.5rem;
}
.clinicmenu_lst .treatments > li > a {
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  padding: 1.2rem 1rem 0;
  font-size: 1.6rem;
  word-break: keep-all;
  line-height: 1.2;
  text-align: center;
  color: var(--color-white);
  background: var(--color-sub);
  border-radius: 50%;
  border: 1px solid currentColor;
  -webkit-box-shadow: 0 0 0 3px var(--color-sub);
          box-shadow: 0 0 0 3px var(--color-sub);
}
.clinicmenu_lst .treatments > li > a::before {
  display: block;
  height: 50%;
  font-family: "fontello";
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
  color: var(--clinicmenu-lst-ico);
  overflow: hidden;
}
.clinicmenu_lst .treatments > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.clinicmenu_lst .treatments > li ul > li a {
  text-decoration: underline;
}
.clinicmenu_lst .treatments > li ul > li a::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
  font-family: "fontello";
  font-weight: normal;
  border: 1px solid currentColor;
}
.clinicmenu_lst .treatments > li ul.treatments_neuro a::before {
  color: var(--color-main-light);
  background: var(--color-main-ash);
}
.clinicmenu_lst .treatments > li ul.treatments_neuro .a_parkinson {
  letter-spacing: -0.15em;
}
.clinicmenu_lst .treatments > li ul.treatments_neuro .a_parkinson::before {
  margin-right: 0;
}
.clinicmenu_lst .treatments > li ul.treatments_pricare {
  margin-inline: 1rem;
}
.clinicmenu_lst .treatments > li ul.treatments_pricare a::before {
  --color-accent-light: #fef5d2;
  color: var(--color-accent-light);
  background: var(--color-accent);
}
.clinicmenu_lst .treatments > li ul.treatments_medicine {
  margin-inline: 1rem;
}
.clinicmenu_lst .treatments > li ul.treatments_medicine a::before {
  color: var(--color-main-smoke);
  background: var(--color-main-light);
}
.clinicmenu_lst .treatments .a_fever::before {
  content: "\e820";
}
.clinicmenu_lst .treatments .a_internal::before {
  content: "\e821";
}
.clinicmenu_lst .treatments .a_visittingcare::before {
  content: "\e822";
}
.clinicmenu_lst .treatments .a_telemedicine::before {
  content: "\e823";
}
.clinicmenu_lst .treatments .a_neurology::before {
  content: "\e81c";
}
.clinicmenu_lst .treatments .a_examination::before {
  content: "\e824";
}
.clinicmenu_lst .treatments .a_headache::before {
  content: "\e825";
}
.clinicmenu_lst .treatments .a_dizzy::before {
  content: "\e826";
}
.clinicmenu_lst .treatments .a_forgetfulness::before {
  content: "\e827";
}
.clinicmenu_lst .treatments .a_epilepsy::before {
  content: "\e828";
}
.clinicmenu_lst .treatments .a_stroke::before {
  content: "\e829";
}
.clinicmenu_lst .treatments .a_parkinson::before {
  content: "\e82a";
}
.clinicmenu_lst .treatments .a_checkup::before {
  content: "\e82b";
}
.clinicmenu_lst .treatments .a_vaccination::before {
  content: "\e82c";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_01::before {
  content: "\f21e";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_02::before {
  content: "\e810";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_03::before {
  content: "\e82f";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_04::before {
  content: "\e82c";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_05::before {
  content: "\e807";
}
.clinicmenu_lst .treatments .a_internal_medicine_ch_06::before {
  content: "\e809";
}

@media screen and (min-width: 48em), print {
  .clinicmenu {
    --bg-clinicmenu: #fffcbf;
    margin-top: 36px;
    margin-bottom: -113px;
    padding: 0 0 233px;
    background-color: var(--bg-clinicmenu);
    background-image: url(../img/index/clinicmenu_bg_t.svg), url(../img/index/clinicmenu_bg_l.webp), url(../img/index/clinicmenu_bg_r.webp), url(../img/bg_bottom_cloud.webp), linear-gradient(var(--color-white) 110px, transparent 110px);
    background-repeat: no-repeat;
    background-position: 50% 55px, calc(50% - 737px) 307px, calc(50% + 761px) 223px, 50% 101%, 50% 0;
    background-size: 1200px auto, auto, auto, auto, auto;
  }
  .clinicmenu_tit {
    margin-bottom: 32px;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
  .clinicmenu_tit::before {
    display: block;
    width: 110px;
    margin: 0 auto 6px;
  }
  .clinicmenu_tit::after {
    margin-top: 12px;
    font-size: 2rem;
  }
  .clinicmenu_lst {
    width: 1042px;
    margin: 0 auto;
    padding: 56px 80px 42px;
    background-size: 1200px auto;
    outline-width: 2px;
    outline-offset: -6px;
    border-radius: 6px;
  }
  .clinicmenu_lst .treatments {
    justify-content: space-around;
    row-gap: 44px;
  }
  .clinicmenu_lst .treatments > li {
    padding: 0;
  }
  .clinicmenu_lst .treatments > li:nth-child(3n+2) {
    width: 390px;
  }
  .clinicmenu_lst .treatments > li > a {
    width: 186px;
    padding: 15px 30px 5px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 5px var(--color-sub);
            box-shadow: 0 0 0 5px var(--color-sub);
  }
  .clinicmenu_lst .treatments > li > a::before {
    display: block;
    height: 100px;
    font-size: 8rem;
    line-height: 100px;
  }
  .clinicmenu_lst .treatments > li > a:hover {
    background: #a06d40;
    -webkit-box-shadow: 0 0 10px 5px #b27947;
            box-shadow: 0 0 10px 5px #b27947;
  }
  .clinicmenu_lst .treatments > li > a:hover::before {
    color: var(--color-white);
  }
  .clinicmenu_lst .treatments > li ul {
    justify-content: center;
    gap: 12px 0;
    margin-top: 18px;
    font-size: 1.6rem;
  }
  .clinicmenu_lst .treatments > li ul > li a::before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 3px;
    font-size: 2.5rem;
    line-height: 3.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .clinicmenu_lst .treatments > li ul > li a:hover {
    text-decoration: none;
  }
  .clinicmenu_lst .treatments > li ul > li a:hover::before {
    -webkit-filter: contrast(1.2) saturate(0.5);
            filter: contrast(1.2) saturate(0.5);
  }
  .clinicmenu_lst .treatments > li ul.treatments_neuro > li:nth-child(3n+1) {
    width: 30%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_neuro > li:nth-child(3n+2) {
    width: 26%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_neuro > li:nth-child(3n+3) {
    width: 38%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_neuro > li .a_parkinson {
    letter-spacing: -0.05em;
  }
  .clinicmenu_lst .treatments > li ul {
    justify-content: center;
    gap: 12px 0;
    margin-top: 18px;
    font-size: 1.6rem;
  }
  .clinicmenu_lst .treatments > li ul > li a::before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 3px;
    font-size: 2.5rem;
    line-height: 3.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .clinicmenu_lst .treatments > li ul > li a:hover {
    text-decoration: none;
  }
  .clinicmenu_lst .treatments > li ul > li a:hover::before {
    -webkit-filter: contrast(1.2) saturate(0.5);
            filter: contrast(1.2) saturate(0.5);
  }
  .clinicmenu_lst .treatments > li ul.treatments_medicine {
    font-size: 1.3rem;
  }
  .clinicmenu_lst .treatments > li ul.treatments_medicine > li:nth-child(3n+1) {
    width: 30%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_medicine > li:nth-child(3n+2) {
    width: 26%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_medicine > li:nth-child(3n+3) {
    width: 38%;
  }
  .clinicmenu_lst .treatments > li ul.treatments_medicine > li .a_parkinson {
    letter-spacing: -0.05em;
  }
}
.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: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}

.heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 7.7rem;
  margin-top: 5.2rem;
  padding: 0.5rem 2rem;
  text-shadow: 0 0 1rem var(--color-white);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}
.heading h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-main-deep);
  background: transparent;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 212px;
    margin-top: 0;
    padding: 0 calc((100% - 1100px) / 2);
  }
  .heading h1 {
    font-size: 3.4rem;
  }
}

.breadcrumbs {
  padding: 1.2rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  font-weight: normal;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-main);
  background: transparent;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 5px;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}
.intro + section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  .intro .img_l,
  .intro .img_r {
    margin-bottom: 0;
  }
  .intro .lst_dl {
    clear: both;
    margin: 20px 0;
  }
  .intro + section {
    margin-top: 40px;
  }
}

body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 111%;
}
body#page_doctor .doctor_profile .bio dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.4em;
}
body#page_doctor .doctor_profile .bio dl dt {
  width: 4em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl dd {
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile > section > dl, body#page_doctor .doctor_profile > section > ul {
    margin-inline: 18px;
  }
  body#page_doctor .doctor_profile > section.bio {
    background-image: url(../img/a_character.svg);
    background-repeat: no-repeat;
    background-position: right 80px bottom 0;
    background-size: 130px auto;
  }
  body#page_doctor .doctor_profile > section.bio dl {
    margin-right: 200px;
  }
  body#page_doctor .doctor_profile > section.lic {
    width: 680px;
  }
  body#page_doctor .doctor_profile > section.lic br {
    display: none;
  }
  body#page_doctor .doctor_profile > section.soc {
    width: 360px;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-nuance);
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-panel .slick-dots {
  position: relative;
  bottom: 0;
  padding: 0 1rem 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-panel .slick-dots li {
  width: 1em;
  height: 1em;
  margin: 0 0.1em;
}
body#page_clinic .slider .slider-panel .slick-dots li button {
  width: 100%;
  height: 100%;
}
body#page_clinic .slider .slider-panel .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body#page_clinic .slider .slider-panel .slick-dots li button:hover::before {
  color: var(--color-main-smoke);
}
body#page_clinic .slider .slider-panel .slick-dots li.slick-active button::before {
  color: var(--color-main-nuance);
  opacity: 1;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-main-nuance);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
body#page_clinic .clinic_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em 0;
}
body#page_clinic .clinic_list li {
  min-width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.6rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    background: radial-gradient(var(--color-white) 40%, transparent 50%);
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    color: var(--color-main-nuance);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-main-nuance);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-dots {
    padding: 8px 10px 10px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li {
    margin: 0 5px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
  body#page_clinic .clinic_list {
    gap: 0.7em 5%;
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .clinic_list li {
    min-width: 30%;
  }
}

body#page_first .first_consultation > li {
  padding: 1em 1.25em;
}
body#page_first .first_consultation > li::before {
  display: none;
}
body#page_first .first_consultation > li mark {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-inline: 0.2em;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  body#page_first .first_reserve {
    display: flow-root;
  }
  body#page_first .first_reserve .img_r {
    margin-bottom: 0;
  }
  body#page_first .first_consultation > li {
    display: flex;
    align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding: 30px;
    line-height: revert;
  }
  body#page_first .first_consultation > li mark {
    width: 15%;
    margin-bottom: 0;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

body#page_access .access_info > dl > dt {
  padding: 0.5em 1em 0.4em;
  white-space: nowrap;
  border-radius: 2em;
}
body#page_access .access_info > dl > dd {
  padding-inline: 0.5rem;
}
body#page_access .access_info .adr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
body#page_access .access_info .adr > dt {
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_access .access_info .adr em {
  font-size: 111%;
}
body#page_access .access_info .acs > dt {
  margin: 2rem 0 1rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main-smoke);
}
body#page_access .access_info .acs dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  line-height: 1.8;
}
body#page_access .access_info .acs dl > dt {
  width: 4.5em;
  font-weight: 700;
  font-size: 90%;
  text-align: center;
  color: var(--color-main-nuance);
  background: var(--color-main-light);
  border-radius: 0.3rem;
}
body#page_access .access_info .acs dl > dd {
  flex-grow: 1;
}
body#page_access .timetable {
  margin-top: 4rem;
}
body#page_access .gmap {
  height: 40rem;
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    font-size: 2rem;
  }
  body#page_access .access_info > dl > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    border-radius: 0.44em;
  }
  body#page_access .access_info > dl > dd {
    width: 68%;
    padding: 15px 0;
  }
  body#page_access .access_info .adr {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  body#page_access .access_info .acs {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
    margin-top: 20px;
  }
  body#page_access .access_info .acs > dt {
    margin: 0;
  }
  body#page_access .access_info .acs dl {
    gap: 15px 25px;
  }
  body#page_access .access_info .acs dl > dt {
    width: 5em;
  }
  body#page_access .access_info .acs dl > dd {
    width: calc(100% - 7em);
  }
  body#page_access .timetable {
    margin-top: 60px;
    font-size: 2rem;
    line-height: 1.8;
  }
  body#page_access .timetable caption ul {
    gap: 1em 1.5em;
  }
  body#page_access .timetable caption ul .close {
    margin-top: 0;
  }
  body#page_access .timetable th, body#page_access .timetable td {
    font-size: 100%;
  }
  body#page_access .gmap {
    height: 550px;
    margin-top: 60px;
  }
}

body#page_fever .fever_box {
  --color-box-bg: #fceff5;
  padding: 1.8rem 0.5rem;
  background: var(--color-box-bg);
}
body#page_fever .fever_box ol > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
body#page_fever .fever_box ol > li ~ li {
  margin-top: 1em;
}
body#page_fever .fever_box ol > li ul {
  margin-top: 0.5em;
  text-indent: 0;
}
body#page_fever .fever_box ol > li ul > li {
  padding-left: 1em;
}
body#page_fever .fever_box ol > li ul > li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
@media screen and (min-width: 48em), print {
  body#page_fever .fever_box {
    margin-top: 15px;
    padding: 40px;
  }
}

body#page_visittingcare .faq {
  margin-top: 3rem;
}
body#page_visittingcare .faq dt {
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}
body#page_visittingcare .faq dt::before {
  flex: none;
  width: 3rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 0.8;
  text-align: center;
  color: var(--color-main);
  content: "Q";
}
body#page_visittingcare .faq dt ~ dt {
  margin-top: 2.5rem;
}
body#page_visittingcare .faq dd {
  --color-sub-faint: #fff6e0;
  display: flex;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
  padding: 1.5rem 1rem;
  line-height: 1.6;
  background: var(--color-sub-faint);
  border-radius: 1rem;
}
body#page_visittingcare .faq dd::before {
  flex: none;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--color-sub);
  content: "A";
}
@media screen and (min-width: 48em), print {
  body#page_visittingcare .faq {
    margin-top: 30px;
  }
  body#page_visittingcare .faq dt {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 5px;
    font-size: 2rem;
  }
  body#page_visittingcare .faq dt::before {
    width: 40px;
    font-size: 3.8rem;
    line-height: 1;
  }
  body#page_visittingcare .faq dt ~ dt {
    margin-top: 50px;
  }
  body#page_visittingcare .faq dd {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 24px 32px;
    line-height: 1.8;
    border-radius: 15px;
  }
  body#page_visittingcare .faq dd::before {
    font-size: 3.8rem;
  }
}

body#page_neurology #stroke > section {
  margin-top: 4rem;
}
body#page_neurology #stroke > section ~ section {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  body#page_neurology .intro .lst_dl {
    margin-bottom: 0;
  }
  body#page_neurology #stroke > section {
    margin-top: 80px;
  }
  body#page_neurology #stroke > section ~ section {
    margin-top: 60px;
  }
}

body#page_headache .medicine em {
  font-weight: 500;
  color: var(--color-main-deep);
}
body#page_headache .ajovy_flow {
  text-align: center;
}
body#page_headache .ajovy_flow li {
  display: inline-block;
  padding: 0.1em 0.5em;
  border: 1px solid var(--color-gray);
}
body#page_headache .ajovy_flow li:not(:last-child) {
  position: relative;
  margin-bottom: 1.5em;
}
body#page_headache .ajovy_flow li:not(:last-child)::after {
  position: absolute;
  bottom: -1.3em;
  left: 0;
  display: block;
  width: 100%;
  line-height: 1;
  content: "▼";
}
@media screen and (min-width: 48em), print {
  body#page_headache .medicine + section {
    margin-top: 40px;
  }
  body#page_headache .ajovy_flow {
    width: 700px;
    margin: -1em auto 0;
  }
  body#page_headache .ajovy_flow li {
    padding: 0.1em 1em;
  }
}

body#page_recruit .tbl_data.-recruit tbody td {
  text-align: left;
}
body#page_recruit .lst_ul.-recruit {
  justify-content: center;
}

body#page_forgetfulness .tbl_data.-list tbody th {
  text-align: left;
  width: 30%;
}
body#page_forgetfulness .tbl_data.-list tbody td {
  text-align: left;
  width: 70%;
}
body#page_forgetfulness .lst_ul.-list {
  justify-content: center;
}

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