@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: none !important;
            animation: none !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.2ex;
}

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

p {
  margin: 0 0 1em;
}

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

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

em, i {
  font-style: normal;
}

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

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

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

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

.d-inline {
  display: inline-block;
}

.max-auto {
  margin: auto;
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .fs16 {
    font-size: 2.3rem;
  }
}
.fs16.-mb20 {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.red {
  color: #aa363e;
}

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

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

@media screen and (max-width: 47.99em) {
  .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_l {
    float: left;
    max-width: 400px;
    margin: 5px 30px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 5px 0 20px 30px;
  }
}
.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;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 4rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h4 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article {
    line-height: 1.77;
  }
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 80px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h3 + section, article > section h4 + section {
    margin-top: 30px;
  }
}
.tit_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.tit_02 {
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #605855;
}
.tit_02::after {
  display: block;
  width: 2.3em;
  height: 0.2rem;
  margin: 0.8em auto 0;
  background: #aa363e;
  content: "";
}

.tit_03 {
  margin: 0 0 1.5rem;
  padding: 0.7em 0.3em 0.75em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #4c4948;
  border-top: 2px solid #907677;
  border-bottom: 2px solid #907677;
}

.tit_04 {
  margin: 0 0 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #aa363e;
}
.tit_04::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.3em;
  background: -webkit-gradient(linear, left top, right top, color-stop(6.5em, #aa363e), color-stop(6.5em, #dcdcdc));
  background: linear-gradient(90deg, #aa363e 6.5em, #dcdcdc 6.5em);
  content: "";
}

.tit_05 {
  display: inline-block;
  margin: 0 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #907677;
}
.tit_05::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.3em;
  content: "";
  border-bottom: 2px dotted currentColor;
}

.tit_06 {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.3em 0.4em 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #4c4948;
  background: #f4e5e6;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 44px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .tit_02::after {
    height: 3px;
  }
  .tit_03 {
    margin: 0 0 24px;
    padding: 0.8em 0.3em 0.85em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .tit_04 {
    margin: 0 0 18px;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
  .tit_04::after {
    height: 3px;
  }
  .tit_05 {
    margin: 0 0 18px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_05::after {
    margin-top: 0.45em;
    border-bottom-width: 2.5px;
  }
  .tit_06 {
    margin: 0 0 14px;
    padding: 0.3em 0.4em 0.25em;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.lst_ul > li, body#page_access .access_info dd ul > li, .disease_index > li, .disease_index2 > li {
  padding-left: 0.8em;
}
.lst_ul > li::before, body#page_access .access_info dd ul > li::before, .disease_index > li::before, .disease_index2 > li::before {
  display: inline-block;
  margin-left: -1em;
  color: #aa363e;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
  content: "●";
}

.lst_ul, body#page_access .access_info dd ul, .disease_index, .disease_index2 {
  margin-bottom: 1em;
}
.lst_ul > li ~ li, body#page_access .access_info dd ul > li ~ li, .disease_index > li ~ li, .disease_index2 > li ~ li {
  margin-top: 0.3em;
}
.lst_ul > li.etc, body#page_access .access_info dd ul > li.etc, .disease_index > li.etc, .disease_index2 > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before, body#page_access .access_info dd ul > li.etc::before, .disease_index > li.etc::before, .disease_index2 > li.etc::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul, body#page_access .access_info dd ul, .disease_index, .disease_index2 {
    line-height: 1.5;
  }
  .lst_ul > li ~ li, body#page_access .access_info dd ul > li ~ li, .disease_index > li ~ li, .disease_index2 > li ~ li {
    margin-top: 0.5em;
  }
}
.lst_ul.-blue li::before, body#page_access .access_info dd ul.-blue li::before, .-blue.disease_index li::before, .-blue.disease_index2 li::before {
  color: #0085C8;
}

.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::marker {
  font-family: "Rubik", sans-serif;
  color: #aa363e;
}

.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}

.dl_ul {
  margin-bottom: 1em;
}
.dl_ul dt {
  padding-left: 1em;
  font-weight: bold;
}
.dl_ul dt:before {
  display: inline-block;
  margin-left: -1em;
  color: #aa363e;
  content: "●";
}
.dl_ul dt ~ dt {
  margin-top: 1em;
}
.dl_ul dd {
  margin-left: 1em;
}

.dl_flow > dd, .online_flow > dd {
  position: relative;
  margin: 0;
}
.dl_flow > dd:not(:last-child), .online_flow > dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow > dd:not(:last-child)::after, .online_flow > dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: rgba(170, 54, 62, 0.5) transparent transparent transparent;
}
.dl_flow > dd > *:last-child, .online_flow > dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow > dd:not(:last-child), .online_flow > dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow > dd:not(:last-child)::after, .online_flow > dd:not(:last-child)::after {
    bottom: -45px;
    border-width: 30px 50px 0 50px;
  }
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption {
  text-align: left;
}
.tbl_price th, .tbl_price td {
  padding: 0.5em 0.6em;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_price td {
    padding: 0.9em 1em;
  }
}

.tbl_price {
  background: #fff;
}
.tbl_price caption {
  margin-top: 0.2em;
  caption-side: bottom;
}
.tbl_price td, .tbl_price th {
  border: 1px solid #dcdcdc;
}
.tbl_price tbody th {
  text-align: left;
  background: #d5ccc8;
}
.tbl_price tbody td {
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_price tbody th {
    width: 50%;
    text-align: center;
  }
  .tbl_price tbody td {
    white-space: nowrap;
    text-align: center;
  }
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap th {
  width: 40%;
}
@media screen and (min-width: 48em), print {
  .table-wrap {
    overflow-x: initial;
  }
}
.table-wrap table {
  width: 100%;
  white-space: nowrap;
}

@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_disease, .disease_index, .disease_index2 {
  margin: 1em 0;
  padding: 1.5rem;
}
.box_disease > :last-child, .disease_index > :last-child, .disease_index2 > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_disease, .disease_index, .disease_index2 {
    padding: 20px;
  }
}

.box_disease, .disease_index, .disease_index2 {
  background: #f4e5e6;
}

.lnk_external, .lnk_ref, .pagelink a, .contents a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .lnk_external, .lnk_ref, .pagelink a, .contents a:not([class]) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lnk_external:hover, .lnk_ref:hover, .pagelink a:hover, .contents a:hover:not([class]) {
    text-decoration: none;
  }
}

.contents a:not([class]) {
  color: #aa363e;
}

.lnk_ref, .pagelink a {
  display: inline-block;
  padding-left: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  color: #aa363e;
}
.lnk_ref::before, .pagelink a::before {
  display: inline-block;
  margin-left: -1.4em;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
@media screen and (min-width: 48em), print {
  .lnk_ref, .pagelink a {
    letter-spacing: 0.05em;
  }
  .lnk_ref:hover, .pagelink a:hover {
    color: #f5b916;
  }
}

.lnk_external {
  color: #aa363e;
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.6em;
  font-size: 60%;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
}
@media screen and (min-width: 48em), print {
  .lnk_external:hover {
    color: #cc6067;
  }
}

.more {
  display: inline-block;
}
.more .lnk_external::before {
  content: "≫ ";
}

.btn_detail, .btn_back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0.6em 0.4em 0.6em 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.375em;
}
.btn_detail::after, .btn_back::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 70%;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 1.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
  .btn_detail::before, .btn_back::before {
    width: 0.7em;
    content: "";
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #aa363e;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    background: #907677;
  }
}

#modal, #btn_close {
  outline: none;
  border: none;
}

#dialog {
  position: fixed;
  inset: 0;
  z-index: calc(infinity);
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  border: none;
  cursor: pointer;
  background: rgba(170, 155, 156, 0.5);
  backdrop-filter: blur(0.6rem);
}
#dialog #dialog_content {
  background: #fff;
  outline: none;
  padding: 1.5rem;
  position: fixed;
  inset: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100svh - 2rem);
  width: 90%;
}
#dialog #dialog_content > section {
  max-height: 70svh;
  overflow-y: scroll;
  counter-reset: number 0;
  margin-bottom: 2rem;
}
#dialog #dialog_content > section::-webkit-scrollbar {
  background: #fff;
  width: 0.3rem;
}
#dialog #dialog_content > section::-webkit-scrollbar-thumb {
  background: #aa9b9c;
  border-radius: 50vh;
}
#dialog #dialog_content > section .photo_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#dialog #dialog_content form {
  text-align: center;
}
#dialog #dialog_content form button::after {
  content: "×";
}
@media screen and (min-width: 48em), print {
  #dialog #dialog_content {
    padding: 5rem;
    width: min(100% - 4rem, 100rem);
  }
  #dialog #dialog_content > section {
    margin-bottom: 4rem;
  }
  #dialog #dialog_content > section::-webkit-scrollbar {
    width: 0.6rem;
  }
  #dialog #dialog_content > section .photo_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #dialog #dialog_content > section .photo_lst > li {
    width: calc(50% - 1rem);
  }
}

em, .em {
  font-weight: bold;
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe15f));
  background: linear-gradient(transparent 50%, #ffe15f 50%);
}

sup {
  font-size: 60%;
}

.notice {
  color: #aa363e;
}

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

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

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

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

.js-tel {
  white-space: nowrap;
}

.phone {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 48em), print {
  .phone {
    letter-spacing: 0.05em;
  }
  .phone::before {
    display: inline-block;
    letter-spacing: 0;
    font-family: "fontello";
    font-weight: normal;
    content: '\e809';
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .phone a::before {
    display: none;
  }
}

.rsv a, .btn_rsv, .telemed a, .btn_telemed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  padding: 0.4em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #fff;
  background: #aa363e;
  border-radius: 0.375em;
}
@media screen and (min-width: 48em), print {
  .rsv a, .btn_rsv, .telemed a, .btn_telemed {
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rsv a:hover, .btn_rsv:hover, .telemed a:hover, .btn_telemed:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

.rsv a::before, .btn_rsv::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 128%;
  line-height: 1;
}

.telemed a::before, .btn_telemed::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e822';
  font-size: 128%;
  line-height: 1;
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.timetable .sat {
  color: #888382;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: left;
}
.timetable thead th {
  padding: 0.7em 0;
  font-weight: normal;
  color: #fff;
  background: #4c4948;
}
.timetable thead th:first-child {
  width: 33%;
}
.timetable thead th:last-child {
  width: 12%;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
}
.timetable tbody th {
  padding: 0.7em 0;
  font-weight: normal;
  white-space: nowrap;
  border-bottom: 1px solid #4c4948;
}
.timetable tbody td {
  padding: 0.7em 0;
  text-align: center;
  border-bottom: 1px solid #4c4948;
}
@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.8em;
  }
  .timetable thead th {
    padding: 1.15em 0;
  }
  .timetable thead th:first-child {
    width: 26.5%;
  }
  .timetable thead th:last-child {
    width: 13.5%;
    letter-spacing: 0;
  }
  .timetable tbody th, .timetable tbody td {
    padding: 1.15em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.lite-youtube {
  max-width: 800px;
}

.mx-auto {
  margin: auto;
}

.col-2 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 48em), print {
  .col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.col-3 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 48em), print {
  .col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.faq_q,
.faq_a {
  position: relative;
  padding-left: 2.4rem;
}

.faq_q::before,
.faq_a::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_q {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.faq_q::before {
  content: "Q.";
  color: #aa363e;
}

.faq_a {
  margin-bottom: 1.6rem;
}
.faq_a::before {
  content: "A.";
  color: #0085C8;
}

html {
  font-size: 3.125vw;
  font-family: Meiryo, "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", sans-serif;
}

body {
  color: #333;
  background: #fff;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.3rem;
}
.main.contents {
  padding: 1.5rem 5% 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main.contents {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 80px;
  }
}
#global_header .wrap .logo {
  width: calc(100% - 5.5rem);
}
#global_header .wrap .clinic_info {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
#global_header .wrap .clinic_info .clinic_contact {
  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;
  gap: 0.4rem 0.8rem;
  margin-top: 0.6rem;
  font-size: 1.1rem;
}
#global_header .wrap .clinic_info .clinic_contact .phone {
  width: 100%;
  color: #4c4948;
  font-size: 2rem;
}
#global_header .wrap .clinic_info .clinic_contact .rsv, #global_header .wrap .clinic_info .clinic_contact .telemed {
  font-size: 1.2rem;
}

@media screen and (max-width: 47.99em) {
  #global_header .wrap {
    padding: 1rem;
  }
  #global_header .wrap .logo a {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_header .wrap .clinic_info {
    padding: 0.8rem 0.5rem;
    background: #eae6e4;
    border-radius: 0.5rem;
  }
  body:not(#page_index) #global_header .wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .wrap {
    height: 146px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
  }
  #global_header .wrap .logo {
    width: 418px;
  }
  #global_header .wrap .clinic_info {
    width: 650px;
    margin-top: 0;
    font-size: 1.6rem;
    text-align: right;
  }
  #global_header .wrap .clinic_info .clinic_contact {
    margin-top: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 10px;
  }
  #global_header .wrap .clinic_info .clinic_contact .phone {
    width: auto;
    font-size: 3.4rem;
  }
  #global_header .wrap .clinic_info .clinic_contact .rsv a {
    width: 140px;
    height: 50px;
    padding: 0;
    font-size: 1.6rem;
  }
  #global_header .wrap .clinic_info .clinic_contact .telemed a {
    width: 188px;
    height: 50px;
    padding: 0;
    font-size: 1.6rem;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
#global_nav {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
  width: 100%;
  background: transparent;
  border: 0 none;
}
#global_nav .gnav li .subnav {
  color: #333;
  background: #fff;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    text-align: center;
    color: #fff;
    background: #aa9b9c;
    border: none;
    border-radius: 0.3rem;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e806";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100svh - 6.5rem);
    padding: 0 3rem;
    font-size: 1.4rem;
    color: #866c6d;
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    padding: 1rem;
  }
  #global_nav .gnav > li a::before, #global_nav .gnav > li button::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\e810';
  }
  #global_nav .gnav > li .sub_btn {
    text-align: left;
  }
  #global_nav .gnav > li .sub_btn::before {
    content: "\e80b";
  }
  #global_nav .gnav > li .sub_btn.is_open {
    color: #aa363e;
    background: #f4e5e6;
  }
  #global_nav .gnav .subnav {
    padding: 0.5rem 2rem;
  }
  #global_nav .gnav .subnav a {
    padding: 0.5rem;
  }
  #global_nav .gnav .subnav a::before {
    color: #aa363e;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    content: "\e804";
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
    height: 60px;
    font-size: 1.8rem;
    color: #fff;
    background: #aa9b9c;
  }
  #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;
    background: #aa9b9c;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    text-align: center;
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li > button {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li > button::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after, #global_nav .gnav > li > a.is_open::after, #global_nav .gnav > li > button:hover::after, #global_nav .gnav > li > button:focus::after, #global_nav .gnav > li > button.is_open::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 1;
    min-width: 15em;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #global_nav .gnav > li .subnav li ~ li {
    margin-top: 8px;
  }
  #global_nav .gnav > li .subnav li a {
    line-height: 38px;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: #aa363e;
    background: #f4e5e6;
  }
}
:target::before {
  content: "";
  display: block;
  height: 3rem;
  margin: -3rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 30px;
    margin: -30px 0 0;
  }
}

.overview {
  margin: 0 1rem 2.5rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #333;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 95%;
  margin: auto;
}
.overview_inner_col .clinic_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.8rem;
  width: 95%;
  margin: 0 auto;
}
.overview_inner_col .clinic_outline dt {
  width: 30%;
  font-weight: 700;
}
.overview_inner_col .clinic_outline dd {
  width: 70%;
}
.overview_inner_col .clinic_outline dd.adr {
  word-break: keep-all;
}
.overview_inner_col .clinic_outline dd.telnum {
  font-size: 1.5rem;
}
.overview_inner_col .clinic_outline dd.acs li {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.overview_inner_col .timetable {
  margin: 1.5rem 0;
  font-size: 1.2rem;
}
.overview_inner_col .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    width: 1200px;
    margin: 0 auto 80px;
    padding: 50px 60px 60px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .overview .clinic_name {
    margin: 0 0 40px;
  }
  .overview .clinic_name img {
    max-width: 334px;
  }
  .overview_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .overview_inner_col .clinic_outline {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    row-gap: 20px;
    width: 100%;
    margin: 0;
  }
  .overview_inner_col .clinic_outline dt {
    width: 102px;
    padding-left: 2px;
  }
  .overview_inner_col .clinic_outline dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 525px;
  }
  .overview_inner_col .clinic_outline dd.telnum {
    font-size: 2rem;
  }
  .overview_inner_col .clinic_outline dd.acs li {
    margin-bottom: 2px;
    font-size: inherit;
  }
  .overview_inner_col .timetable {
    margin: 30px 0 0;
    font-size: inherit;
  }
  .overview_inner_col .gmap {
    width: 423px;
    height: 100%;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #605855;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 48px 0;
  }
  #global_footer ul {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    padding: 0 12px;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul li a .d-inline {
    display: contents;
  }
  #global_footer ul.gnav {
    margin: 0 0 14px;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    margin: 50px 0 0;
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#sp_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 4rem);
  height: 4rem;
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background: #aa363e;
}
#sp_footer li ~ li {
  border-left: 1px solid #bb5e64;
}
#sp_footer li a {
  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;
  height: 4rem;
  padding: 0 0.5em;
  border-radius: 0;
}
#sp_footer li a::before {
  font-size: inherit;
}
#sp_footer li.phone a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #aa363e;
  background: #fff;
  border: none;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    font-size: 1.7rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    color: #907677;
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  max-width: 100%;
  height: 20rem;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .ann {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
  width: 100%;
  height: 100%;
}
#keyvsl .ann p {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  color: #4c4948;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #fff, 1px 0 5px #fff, 0 1px 5px #fff, 1px 1px 5px #fff, -1px 0 5px #fff, 0 -1px 5px #fff, -1px -1px 5px #fff;
}
#keyvsl .ann p i {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 700px;
    background-size: auto;
  }
  #keyvsl .ann p {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }
  #keyvsl .ann p i {
    font-size: 3rem;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}
.js-fade.is_active {
  -webkit-animation: fadeIn 2s cubic-bezier(0.4, 0.4, 0, 0.9) 0.2s 1 alternate forwards !important;
          animation: fadeIn 2s cubic-bezier(0.4, 0.4, 0, 0.9) 0.2s 1 alternate forwards !important;
}

.js-fades > * {
  opacity: 0;
}
.js-fades.is_active > * {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards !important;
          animation: fadeIn 1.5s ease-out 0.2s forwards !important;
}

.calendar_tit, .feature_tit, .treatment_tit, .about_tit, .news_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #4c4948;
  text-align: center;
}
.calendar_tit::after, .feature_tit::after, .treatment_tit::after, .about_tit::after, .news_tit::after {
  display: block;
  margin-top: 0.7rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  content: attr(data-title);
  color: #aa363e;
}
@media screen and (min-width: 48em), print {
  .calendar_tit, .feature_tit, .treatment_tit, .about_tit, .news_tit {
    font-size: 3.2rem;
  }
  .calendar_tit::after, .feature_tit::after, .treatment_tit::after, .about_tit::after, .news_tit::after {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: #aa363e;
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  margin: 0 0 2rem;
  padding: 2rem 5%;
}
.news_tit {
  margin-bottom: 1.5rem;
  padding: 0.6rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: #605855;
}
.news_tit::after {
  color: #fcd767;
}
.news_box {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #707070;
}
.news_box dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #4c4948;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
  color: #aa363e;
  vertical-align: top;
}
.news_box dt.is_open::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.news_box dt ~ dt {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #707070;
}
.news_box dd {
  padding-top: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .news {
    margin: 0 0 100px;
    padding: 100px 0;
    background: linear-gradient(90deg, #605855 calc(50% - 350px), #fff calc(50% - 350px));
  }
  .news > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_tit {
    width: 250px;
    margin-bottom: 0;
    padding: 0;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: left;
    background: transparent;
  }
  .news_box {
    width: 880px;
    padding-bottom: 24px;
  }
  .news_box dt {
    font-size: 2rem;
  }
  .news_box dt::before {
    margin-right: 10px;
  }
  .news_box dt ~ dt {
    margin-top: 22px;
    padding-top: 24px;
  }
  .news_box dd {
    padding: 8px 0 0 30px;
    line-height: 1.66;
  }
}
.about {
  margin: 2rem 0 0;
  padding: 0 0 4rem;
}
.about_tit {
  text-align: left;
}
.about_box {
  padding: 0 5%;
}
.about_box .byline {
  margin-bottom: 0.2em;
}
.about_box .byline em {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #aa363e;
}
.about_box .byline em::after {
  display: block;
  width: 100%;
  height: 1em;
  margin-top: 0.2em;
  background-image: url(../img/index_about_line.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.about_box .txt {
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 47.99em) {
  .about {
    background: url(../img/index_about_bg.webp) no-repeat 100% 3rem/cover;
  }
  .about_tit {
    margin-bottom: 2rem;
    padding: 7rem 5% 2rem 53%;
    background: url(../img/index_about_pic01.webp) no-repeat left top/48% auto;
  }
}
@media screen and (min-width: 48em), print {
  .about {
    margin: 100px 0;
    padding: 188px 0 160px;
    background-image: url(../img/index_about_pic01.webp), url(../img/index_about_pic02.webp), url(../img/index_about_bg.webp);
    background-repeat: no-repeat;
    background-position: left calc(50% - 482px) top 0, right calc(50% - 600px) bottom 0, 50% 62px;
    background-size: auto;
  }
  .about > section {
    width: 700px;
    margin: 0 auto;
    padding-left: 210px;
  }
  .about_tit {
    margin-bottom: 60px;
  }
  .about_box {
    padding: 0;
  }
  .about_box .byline {
    margin-bottom: 8px;
  }
  .about_box .byline em {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .about_box .byline em::after {
    margin-top: 6px;
  }
  .about_box .txt {
    font-size: inherit;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}
.treatment {
  margin: 4rem 0 0;
  padding: 0 5% 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(75%, #907677));
  background: linear-gradient(#fff 25%, #907677 75%);
}
.treatment_lst {
  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: 1.5rem;
  margin-top: 2rem;
}
.treatment_lst li {
  width: 47%;
}
.treatment_lst li a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
  aspect-ratio: 26/23;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #333;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0.6rem;
}
.treatment_lst li a::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 1/1;
  width: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.treatment_lst li a::after {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 1.2em;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  color: #907677;
  background-image: url(../img/icon_arrow_r.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.6em auto;
  content: "view more";
}
.treatment_lst li .a_dermatology::before {
  background-image: url(../img/index_tt_dermatology.svg);
}
.treatment_lst li .a_pediatric::before {
  background-image: url(../img/index_tt_pediatric.svg);
}
.treatment_lst li .a_allergy::before {
  background-image: url(../img/index_tt_allergy.svg);
}
.treatment_lst li .a_beauty::before {
  background-image: url(../img/index_tt_beauty.svg);
}
.treatment_lst li .a_artmake::before {
  background-image: url(../img/index_tt_artmake.svg);
}
.treatment_lst li .a_skin_surgery::before {
  background-image: url(../img/index_tt_skin_surgery.svg);
}
.treatment_lst li .a_private::before {
  background-image: url(../img/index_tt_private.svg);
}
.treatment_lst li .a_online::before {
  background-image: url(../img/index_tt_online.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    margin: 100px 0 0;
    padding: 8px 0 146px;
    background: linear-gradient(#fff 440px, #907677 440px);
  }
  .treatment_lst {
    margin-top: 32px;
    gap: 20px;
  }
  .treatment_lst li {
    width: 260px;
  }
  .treatment_lst li a {
    row-gap: 10px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst li a::before {
    width: 80px;
    margin-bottom: 16px;
  }
  .treatment_lst li a::after {
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: 0.6em auto;
  }
  .treatment_lst li a:hover {
    color: #aa363e;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
    -webkit-box-shadow: 0 0 10px rgba(144, 118, 119, 0.5);
            box-shadow: 0 0 10px rgba(144, 118, 119, 0.5);
  }
  .treatment_lst li a:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.feature {
  padding: 4rem 5%;
  background-image: url(../img/index_ft_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst > section {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  aspect-ratio: 1.1/1;
  margin-top: 1.5rem;
  padding: 1rem 1.6rem 1.6rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.8rem;
}
.feature_lst > section .tit {
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
.feature_lst > section .tit::before {
  display: block;
  margin-bottom: 1rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fcd767;
  content: "Feature." counter(fNum, decimal-leading-zero);
}
.feature_lst > section .txt {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.feature_lst_specialist {
  background-image: url(../img/index_ft_specialist.webp);
}
.feature_lst_reservation {
  background-image: url(../img/index_ft_reservation.webp);
}
.feature_lst_payment {
  background-image: url(../img/index_ft_payment.webp);
}
.feature_lst_environment {
  background-image: url(../img/index_ft_environment.webp);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 120px 0 145px;
    background-size: auto;
  }
  .feature_lst {
    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;
    gap: 60px;
    margin-top: 60px;
  }
  .feature_lst > section {
    aspect-ratio: 57/52;
    width: 570px;
    margin-top: 0;
    padding: 40px 35px;
    background-size: auto;
    border-radius: 12px;
  }
  .feature_lst > section .tit {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .feature_lst > section .tit::before {
    margin-bottom: 22px;
    font-size: 2rem;
  }
  .feature_lst > section .txt {
    font-size: inherit;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: cover;
  }
}
.calendar {
  margin: 4rem 0 5rem;
  padding: 0 5%;
}
.calendar_box {
  margin-top: 2.4rem;
}
.calendar_box .box {
  margin-top: 2rem;
}
.calendar_box .status {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
}
.calendar_box .status li {
  display: inline-block;
  margin-right: 0.5em;
}
.calendar_box .status li::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: bottom;
}

@media screen and (min-width: 48em), print {
  .calendar {
    margin: 122px 0 125px;
    padding: 0;
  }
  .calendar_tit {
    font-size: 4rem;
  }
  .calendar_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 52px;
    padding: 0 60px;
  }
  .calendar_box .box {
    width: 510px;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
  .calendar_box .status {
    width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .calendar_box .status li {
    margin-right: 15px;
  }
}
table.caledit {
  width: 100%;
  border-collapse: collapse;
  color: #4c4948;
  background: #fff;
}
table.caledit th, table.caledit td {
  text-align: center;
  vertical-align: middle;
}
table.caledit tr.month {
  color: #fff;
  background: #907677;
}
table.caledit tr.month th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
table.caledit tr.week th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 3.2rem;
}
table.caledit tr.week th::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1px;
  content: "";
  background: #907677;
}
table.caledit tr.day td {
  width: 14%;
  height: 2.4em;
  font-family: "Rubik", sans-serif;
  background: #f4e5e6;
  border: 1px solid #fff;
}
table.caledit tr.day td.today {
  font-weight: bold;
}
table.caledit tr.day td.notTheMonth {
  color: #dcdcdc;
  background: transparent;
}
@media screen and (min-width: 48em), print {
  table.caledit {
    font-size: 2rem;
  }
  table.caledit tr.month th {
    font-size: 2.4rem;
    line-height: 50px;
  }
  table.caledit tr.week th {
    font-size: 1.8rem;
    line-height: 54px;
  }
  table.caledit tr.day td {
    height: 50px;
    font-size: inherit;
  }
}

.caledit .day td.outPatient,
.calendar_box .status .outPatient::before {
  color: #fff;
  background: #b95b61;
}

.caledit .day td.pmOnly,
.calendar_box .status .pmOnly::before {
  background: #efb881;
}

.caledit .day td.amOnly,
.calendar_box .status .amOnly::before {
  background: #fcd767;
}

.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: "←";
}

.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;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #4c4948;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 250px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 0 calc((100% - 1200px) / 2);
  }
}

.breadcrumbs {
  padding: 1rem;
  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;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 18px 0 8px;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting .signature {
  text-align: right;
  line-height: 2;
}
body#page_doctor .doctor_greeting .signature span {
  display: inline-block;
}
body#page_doctor .doctor_greeting .signature span img {
  display: inline-block;
  width: 40vw;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
body#page_doctor .doctor_profile .bio {
  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.4em;
  margin-bottom: 0.4em;
}
body#page_doctor .doctor_profile .bio dt {
  width: 4.5em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dd {
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting .signature {
    line-height: 2.3;
  }
  body#page_doctor .doctor_greeting .signature span img {
    width: auto;
  }
  body#page_doctor .doctor_profile dl, body#page_doctor .doctor_profile ul, body#page_doctor .doctor_profile p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

body#page_clinic article > section ~ section {
  margin-top: 5rem;
}
@media screen and (min-width: 48em), print {
  body#page_clinic article > section ~ section {
    margin-top: 90px;
  }
}

#clinicSlide {
  visibility: hidden;
  width: auto;
}
#clinicSlide .slider-panel .slick-prev.slick-disabled, #clinicSlide .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
#clinicSlide .slider-nav {
  margin-top: 0.5rem;
}
#clinicSlide .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current {
  background: #aa363e;
}
#clinicSlide figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  color: #fff;
  background: #aa363e;
}
@media screen and (max-width: 47.99em) {
  #clinicSlide .slider-panel .slick-slide figcaption {
    font-size: 1.6rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  #clinicSlide {
    width: 750px;
    margin: 0 auto;
  }
  #clinicSlide .slider-panel .slick-prev, #clinicSlide .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #aa363e;
  }
  #clinicSlide .slider-panel .slick-prev {
    left: -60px;
  }
  #clinicSlide .slider-panel .slick-next {
    right: -60px;
  }
  #clinicSlide figcaption {
    font-size: 2.4rem;
  }
}

#clinicEquipment figure {
  margin-top: 1rem;
}
#clinicEquipment figure figcaption {
  padding: 0.3rem 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  #clinicEquipment {
    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: 30px;
  }
  #clinicEquipment figure {
    width: 48%;
    margin-top: 0;
  }
  #clinicEquipment figure figcaption {
    padding: 5px 0;
  }
}

body#page_visit .first_guide .img {
  max-width: 70%;
  margin: 0 auto 1.5rem;
}
body#page_visit .first_guide .txt ul + p {
  margin-top: 1em;
}
body#page_visit .dl_flow > dt, body#page_visit .online_flow > dt {
  padding: 0.3em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #aa363e;
}
body#page_visit .dl_flow > dd, body#page_visit .online_flow > dd {
  padding: 1em;
  border: 2px solid #aa363e;
}
body#page_visit .visit_cashless {
  margin: 2rem 0 0;
  padding: 1rem;
  background: #f5f3ef;
}
body#page_visit .visit_cashless figcaption {
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #aa363e;
}
body#page_visit .visit_cashless img {
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  body#page_visit .first_guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  body#page_visit .first_guide .img {
    max-width: 400px;
    margin: 0;
  }
  body#page_visit .first_guide .txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#page_visit .dl_flow > dt, body#page_visit .online_flow > dt {
    font-size: 2.2rem;
  }
  body#page_visit .visit_cashless {
    margin: 40px 0 0;
    padding: 20px 20px 40px;
  }
  body#page_visit .visit_cashless figcaption {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  body#page_visit .visit_cashless img {
    max-width: 750px;
  }
}

body#page_access .timetable {
  margin: 2rem 0;
}
body#page_access .timetable thead th {
  background: #907677;
}
body#page_access .access_info dt {
  padding: 0.6rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background: #907677;
}
body#page_access .access_info dd {
  padding: 1.2rem 1rem 1.8rem;
}
body#page_access .access_info dd.telnum {
  font-size: 112.5%;
}
body#page_access .access_info dd.telnum a {
  color: inherit;
  text-decoration: none;
}
body#page_access .gmap {
  height: 35rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  body#page_access .access_info > dt {
    width: 14%;
    padding: 20px;
    font-size: 2rem;
  }
  body#page_access .access_info > dd {
    padding: 20px 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px solid #907677;
  }
  body#page_access .access_info > dd.adr {
    width: 44%;
  }
  body#page_access .gmap {
    height: 550px;
    margin: 30px 0 0;
  }
}

.disease_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.disease_index > li ~ li {
  margin-top: 0;
}
.disease_index > li::before {
  color: #d8444f;
}
.disease_index > li.etc {
  font-size: 90%;
}
.disease_index > li a {
  color: #aa363e;
  text-decoration: underline;
}
@media screen and (max-width: 47.99em) {
  .disease_index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.8em 0;
    line-height: 1.3;
  }
  .disease_index > li {
    width: 45%;
  }
  .disease_index > li i {
    display: inline-block;
    font-size: 90%;
  }
}
@media screen and (min-width: 48em), print {
  .disease_index {
    gap: 0.6em 2%;
  }
  .disease_index > li {
    width: 23.5%;
  }
  .disease_index a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .disease_index a:hover {
    text-decoration: none;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

.disease_index2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.disease_index2 > li ~ li {
  margin-top: 0;
}
.disease_index2 > li::before {
  color: #d8444f;
}
.disease_index2 > li a {
  color: #aa363e;
  text-decoration: underline;
}
@media screen and (max-width: 47.99em) {
  .disease_index2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.8em 0;
    line-height: 1.3;
  }
  .disease_index2 > li {
    width: 45%;
  }
  .disease_index2 > li i {
    display: inline-block;
    font-size: 90%;
  }
}
@media screen and (min-width: 48em), print {
  .disease_index2 {
    gap: 0.6em 2%;
  }
  .disease_index2 > li {
    width: 30%;
  }
  .disease_index2 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .disease_index2 a:hover {
    text-decoration: none;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
}

.disease_cases {
  margin-top: 4rem;
}
.disease_cases > section {
  padding-bottom: 1rem;
}
.disease_cases > section > section p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .disease_cases {
    margin-top: 70px;
  }
  .disease_cases > section {
    padding-bottom: 15px;
  }
}

.pagelink {
  margin-top: 1.5em;
}
.sampleplan dt {
  font-weight: normal;
}
@media screen and (max-width: 47.99em) {
  .sampleplan {
    font-size: 1.2rem;
  }
  .sampleplan dd {
    margin-top: 0.5em;
    line-height: 1.3;
  }
}

.online_feature > div {
  margin-top: 1.6rem;
}
.online_feature dt {
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  background: #f35656;
  border-radius: 0.5em;
}
.online_feature dt::before {
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f111';
}
.online_feature dd {
  padding: 1.5rem 1.5rem 0;
}
.online_feature dd img {
  max-width: 65%;
  margin: 0 auto 1.2rem;
}
.online_feature dd p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .online_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .online_feature > div {
    width: 31%;
  }
  .online_feature dt {
    font-size: 2rem;
    line-height: 1.5;
  }
  .online_feature dd {
    padding: 20px 0 0;
  }
  .online_feature dd img {
    max-width: 250px;
    margin: 0 auto 20px;
  }
}

.online_flow dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #f35656;
}
.online_flow dt span {
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  background: #f35656;
}
.online_flow dd {
  padding: 1rem;
  border: 2px solid #f35656;
}
.online_flow dd img {
  max-width: 65%;
  margin: 0.6rem auto 1.2rem;
}
.online_flow dd:not(:last-child)::after {
  border-color: #f35656 transparent transparent transparent;
}
@media screen and (min-width: 48em), print {
  .online_flow dt {
    font-size: 2.6rem;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    letter-spacing: 0.1em;
  }
  .online_flow dt span {
    padding: 0 1em;
    letter-spacing: 0;
  }
  .online_flow dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    padding: 20px 50px;
    line-height: 2;
  }
  .online_flow dd img {
    max-width: 250px;
    margin: 0;
  }
}

.online_pagelink {
  margin-top: 3rem;
  font-size: 112.5%;
  text-align: center;
}
.online_pagelink a {
  font-family: "Noto Sans JP", sans-serif;
  color: #aa363e;
}
.online_pagelink a::after {
  display: inline-block;
  margin-left: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .online_pagelink {
    margin-top: 60px;
    font-size: 125%;
  }
  .online_pagelink a {
    letter-spacing: 0.05em;
    text-decoration: none !important;
    border-bottom: 2px solid currentColor;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .online_pagelink a:hover {
    color: #f5b916;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}