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

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

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

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

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

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 440px;
    margin: 5px 30px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 440px;
    margin: 5px 0 20px 30px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb05 {
  margin-bottom: 0.5em;
}

.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 section section section {
  margin-top: 1.5rem;
}
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 > .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 section section section {
    margin-top: 30px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02, .feature_tit, .treatment_tit {
  margin: 0 0 2.4rem;
  font-weight: normal;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}
.tit_02::before, .feature_tit::before, .treatment_tit::before {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto 0.3rem;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding: 0.7rem 0.5rem 0.5rem 2.8rem;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-sub-dull);
  background-color: var(--color-sub-daylight);
  border-radius: 0.3rem;
}
.tit_03::before {
  display: inline-block;
  width: 2.3rem;
  height: 1em;
  margin-left: -2.3rem;
  vertical-align: text-bottom;
  background-image: url(../img/tit_03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding: 0 0 0.4rem 2.8rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-main-dark);
  border-bottom: 2px solid var(--color-main-dull);
}
.tit_04::before {
  display: inline-block;
  margin-left: -2.4rem;
  margin-right: 0.4rem;
  font-size: 2rem;
  line-height: 1;
  font-family: "fontello";
  font-weight: normal;
  content: '\e815';
  color: var(--color-top-ttt-main);
}

.tit_05 {
  margin: 0 0 1.2rem;
  padding: 0 0 0.4rem 2.8rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-sub-dark);
  border-bottom: 1px dotted var(--color-sub-light);
}
.tit_05::before {
  display: inline-block;
  margin-left: -2.4rem;
  margin-right: 0.6rem;
  line-height: 1;
  color: var(--color-sub-light);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  content: "●";
}

.tit_06 {
  margin: 0 0 0.3rem;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  text-shadow: 0 0 1px rgba(var(--color-base-txt-rgb), 0.3);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02, .feature_tit, .treatment_tit {
    margin: 0 0 30px;
    font-size: 3.7rem;
  }
  .tit_02::before, .feature_tit::before, .treatment_tit::before {
    width: 86px;
    height: 86px;
    margin: 0 auto 8px;
  }
  .tit_03 {
    margin: 0 0 24px;
    padding: 10px 10px 7px 50px;
    font-size: 2.8rem;
    border-radius: 6px;
  }
  .tit_03::before {
    width: 32px;
    height: 30px;
    margin-left: -38px;
    margin-right: 6px;
  }
  .tit_04 {
    margin: 0 0 13px;
    padding: 0 10px 7px 50px;
    font-size: 2.4rem;
  }
  .tit_04::before {
    margin-left: -36px;
    margin-right: 9px;
    font-size: 2.7rem;
    vertical-align: text-top;
  }
  .tit_05 {
    margin: 0 0 12px;
    padding: 0 10px 7px 50px;
    font-size: 2.2rem;
    border-bottom-width: 2px;
  }
  .tit_05::before {
    margin-left: -38px;
    margin-right: 16px;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  .tit_06 {
    margin: 0 0 5px;
    font-size: 1.9rem;
    text-shadow: 0 0 1px rgba(var(--color-base-txt-rgb), 0.5);
  }
}
.lst_ul > li {
  padding-left: 1em;
}
.lst_ul > li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -0.7em;
  margin-right: 0.45em;
  vertical-align: 0.28em;
  background: var(--color-sub);
  content: "";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

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

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

.dl_box {
  margin-bottom: 1em;
}
.dl_box > dt {
  margin-bottom: 0.4em;
  padding-left: 1.2em;
  font-weight: 700;
}
.dl_box > dt::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-weight: normal;
  color: var(--color-sub-dark);
  content: "●";
}
.dl_box > dd {
  padding: 1em;
  background: var(--color-sub-pale);
  border: 1px solid var(--color-sub-light);
}
.dl_box > dd > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_box > dd {
    padding: 20px 25px;
  }
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-main);
}
.dl_tbl dt {
  padding: 0.3em 1em 0.2em;
  background: var(--color-main-light);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-main);
}
.dl_tbl dd {
  padding: 0.7em 1em;
  border-top: 1px solid var(--color-main);
}
.dl_tbl dd .lst_ul {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl dt {
    padding: 8px 25px;
  }
  .dl_tbl dd {
    padding: 15px 25px;
  }
}

.dl_flow dt, body#page_first .first_flow dt {
  padding: 1rem 1.2rem 0.2rem;
  font-size: 1.6rem;
  text-shadow: 0 0 1px rgba(var(--color-base-txt-rgb), 0.6);
  border: 1px solid var(--color-border-sub);
  border-bottom: none;
}
.dl_flow dd, body#page_first .first_flow dd {
  padding: 0.2rem 1.2rem 1.2rem;
  border: 1px solid var(--color-border-sub);
  border-top: none;
  position: relative;
}
.dl_flow dd:not(:last-child), body#page_first .first_flow dd:not(:last-child) {
  margin-bottom: 3rem;
}
.dl_flow dd:not(:last-child)::after, body#page_first .first_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.5rem;
  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-sub) transparent transparent transparent;
}
.dl_flow dd > *:last-child, body#page_first .first_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt, body#page_first .first_flow dt {
    padding: 40px 80px 5px;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
  .dl_flow dd, body#page_first .first_flow dd {
    padding: 3px 80px 50px;
  }
  .dl_flow dd:not(:last-child), body#page_first .first_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after, body#page_first .first_flow dd:not(:last-child)::after {
    bottom: -45px;
    border-width: 24px 30px 0 30px;
  }
}

.flexarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flexarea .wrap_col {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .flexarea {
    gap: 2rem;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flexarea .wrap_col {
    width: 550px;
  }
}
.tbl_data {
  width: 100%;
  border-collapse: collapse;
}
.tbl_data th {
  padding: 0.3em;
  font-weight: normal;
}
.tbl_data th:first-of-type {
  text-align: left;
}
.tbl_data td {
  padding: 0.3em;
  text-align: center;
}
@media screen and (max-width: 47.99em) {
  .tbl_data {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data th {
    padding: 0.3em 1.5em;
  }
  .tbl_data td {
    padding: 0.3em 2em;
  }
}

.tbl_data {
  border: 1px solid var(--color-main);
}
.tbl_data thead th {
  color: var(--color-white);
  background: var(--color-main);
}
.tbl_data thead th:not(:first-child):not(:last-child) {
  border-style: solid;
  border-width: 0px 1px;
  border-color: var(--color-main) var(--color-white);
}
.tbl_data tbody th {
  background: var(--color-main-light);
  border: 1px solid var(--color-main);
}
.tbl_data tbody td {
  border: 1px solid var(--color-main);
}

@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, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
}
.box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_symptoms {
    padding: 20px 25px;
  }
  .intro .box_disease, .intro .box_symptoms, .l-cf .box_disease, .l-cf .box_symptoms {
    display: flow-root;
  }
}

.box_symptoms {
  background: rgba(var(--color-sub-daylight-rgb), 0.78);
}

.box_disease {
  background: rgba(var(--color-main-light-rgb), 0.78);
}

:where(.contents) a:not([class*=btn_]) {
  color: var(--color-main-dark);
  text-decoration: underline;
}
:where(.contents) a:not([class*=btn_]):hover {
  color: var(--color-main-dark);
  text-decoration: none;
}

.lnk_ref::before {
  display: inline-block;
  margin-right: 0.3em;
  content: "≫";
}

.lnk_external::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 80%;
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.5em 1.5em;
  }
}

.btn_detail, .btn_back {
  color: var(--color-white);
  background: var(--color-sub);
  border: 3px solid #ffbd5d;
  text-align: center;
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e816';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: #f16777;
    border: 3px solid #ff9ca8;
  }
}

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

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

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

.f-lager {
  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;
}

.border {
  border: 1px solid #ddd;
}

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

.phone {
  font-family: "Kodchasan", sans-serif;
  color: var(--color-sub-dark);
}
.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 74%;
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    font-size: 72%;
    vertical-align: 0.1em;
  }
  .phone a::before {
    display: none;
  }
}

.line_area {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border: 1px solid #3E3E3E;
  background: #fff;
}
.line_area .flex_l {
  width: 19%;
}
.line_area .flex_l img {
  width: 100%;
  height: auto;
  margin: 1.5rem;
}
.line_area .flex_r {
  width: 79%;
  margin: 2.8rem 0 0 2rem;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .line_area {
    width: 100%;
    max-width: 40%;
  }
  .line_area .flex_l img {
    width: 100%;
    max-width: 84px;
    height: auto;
    margin: 3rem;
  }
  .line_area .flex_r {
    font-size: 3.2rem;
    margin: 4.5rem 0 0;
  }
}
.timetable {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  line-height: 1.5;
  text-align: left;
}
.timetable caption span {
  display: inline-block;
  padding: 0 0.8rem;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 1.5em;
}
.timetable thead th {
  padding: 0.6em 0;
  font-weight: normal;
  color: var(--color-white);
  background: var(--color-main);
  border-left: 1px solid var(--color-white);
}
.timetable thead th:first-child {
  width: 31%;
  border-radius: 0.28em 0 0 0;
  border-left: none;
}
.timetable thead th:last-child {
  width: 11%;
  padding-right: 1%;
  border-radius: 0 0.28em 0 0;
}
.timetable tbody th {
  padding: 0.6em 0;
  white-space: nowrap;
  font-weight: normal;
  background: var(--color-white);
  border-left: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.timetable tbody td {
  text-align: center;
  padding: 0.6em 0;
  color: var(--color-timedate);
  background: var(--color-white);
  border-left: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.timetable tbody td:last-child {
  padding-right: 1%;
  border-right: 1px solid var(--color-main);
}
.timetable tbody tr:last-of-type th {
  border-radius: 0 0 0 0.28em;
}
.timetable tbody tr:last-of-type td:last-child {
  border-radius: 0 0 0.28em 0;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    line-height: 1.7;
  }
  .timetable caption span {
    margin-right: 0.4em;
    padding: 0 0.8em;
  }
  .timetable thead th {
    padding: 0.7em 0;
  }
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th, .timetable tbody td {
    padding: 0.65em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --pc-fontsize: 1.8rem;
  --color-base-txt: #572a06;
  --color-base-txt-rgb: 87,42,6;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-lnav: #68811d;
  --color-gnav-bg: #d7ee93;
  --color-gnav-bg-rgb: 215,238,147;
  --color-subnav-bg-rgb: 33,131,207;
  --color-overview-bg: #cde481;
  --color-top-msg-dark: #0b4281;
  --color-top-msg-pale: #bde2fc;
  --color-top-ttt-main: #a6cf2c;
  --color-top-ttt-sub: #fbb349;
  --color-main: #8cb808;
  --color-main-dark: #569123;
  --color-main-dark-rgb: 86,145,35;
  --color-main-dull: #b5d49a;
  --color-main-light: #eff9cd;
  --color-main-light-rgb: 239,249,205;
  --color-sub: #fba518;
  --color-sub-dark: #a56d35;
  --color-sub-dull: #e58e00;
  --color-sub-bright: #ff9700;
  --color-sub-daylight: #fff8c8;
  --color-sub-daylight-rgb: 255,248,200;
  --color-sub-light: #e6c19c;
  --color-sub-pale: #f7ece0;
  --color-notice: #e13d50;
  --color-highlight: #fff49e;
  --color-timedate: #b19d9d;
  --color-border: #aaa;
  --color-border-sub: #b29076;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-gray: #ccc;
}

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

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.3rem);
  line-height: var(--sp-l-height, 1.5);
}
.main.contents {
  padding: 0.5rem 5% 7rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  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: 5px calc(50% - 550px) 140px;
    background-image: url(../img/main_contents_bg_l.svg), url(../img/main_contents_bg_r.svg);
    background-repeat: no-repeat;
    background-position: left calc(50% - 770px) top 190px, right calc(50% - 770px) top 190px;
    background-size: 294px auto;
  }
}
#global_header .header_wrap {
  height: 5.5rem;
  padding: 1.5rem 0 0;
  background: var(--color-base-bg);
}
#global_header .header_wrap .logo {
  width: 70dvw;
  margin: 0 auto;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1100px;
    height: 107px;
    margin: 0 auto;
    padding: 0;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 526px;
    margin: 0;
  }
  #global_header .header_wrap .clinic_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    width: 550px;
  }
  #global_header .header_wrap .clinic_info li.phone {
    font-size: 2.8rem;
  }
  #global_header .header_wrap .clinic_info li.adr {
    font-size: 1.6rem;
  }
  #global_header .header_wrap .clinic_info li.adr::before {
    margin-right: 4px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    font-size: 109%;
    color: var(--color-sub-dark);
    vertical-align: bottom;
  }
}
@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: rgba(var(--color-black-rgb), 0.25);
    z-index: 1;
  }
  .js-sp_sticky {
    position: absolute;
    top: 5.5rem;
    left: 0;
    right: 0;
    z-index: 2;
  }
  body.spnav_modal .js-sp_sticky {
    z-index: 1;
  }
  .js-sp_sticky.is_sticky {
    position: fixed;
    top: 0;
  }
  .js-sp_box {
    display: none;
    position: fixed;
    top: 5rem;
    left: 5vw;
    z-index: 5;
    width: 90vw;
    max-height: 85dvh;
    overflow-y: auto;
  }
  .js-sp_box.is_open {
    display: block;
    -webkit-box-shadow: 0 0 0.5rem 0.1rem rgba(var(--color-black-rgb), 0.2);
            box-shadow: 0 0 0.5rem 0.1rem rgba(var(--color-black-rgb), 0.2);
  }
  .js-menu_box {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .sub_btn {
  width: 100%;
}
#global_nav .sub_btn::after {
  content: "▼";
}
#global_nav .sub_btn.is_open::after {
  content: "▲";
}

@media screen and (max-width: 47.99em) {
  #sp_nav {
    width: 100%;
    height: 5rem;
    padding: 0.5rem;
    line-height: 1;
    background: rgba(var(--color-gnav-bg-rgb), 0.75);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #sp_nav.is_sticky {
    background: rgba(var(--color-gnav-bg-rgb), 0.95);
  }
  #sp_nav .lnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 4rem;
  }
  #sp_nav .lnav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 1px dotted var(--color-gray);
  }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    color: var(--color-lnav);
    overflow: hidden;
  }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.6rem;
    font-family: "fontello";
    font-size: 1.4rem;
    line-height: 1;
  }
  #sp_nav .lnav > li .a_home::before {
    content: "\e80b";
  }
  #sp_nav .lnav > li .a_phone::before {
    content: "\e80a";
  }
  #sp_nav .lnav > li .a_clinic::before {
    content: "\e80d";
  }
  #sp_nav .lnav > li .a_rsv::before {
    content: "\e800";
  }
  #sp_nav .lnav > li .a_access::before {
    content: "\e811";
  }
  #sp_nav .lnav > li #sp_btn::before {
    content: "\e802";
    -webkit-transform: scale(1.5) translateY(1px);
            transform: scale(1.5) translateY(1px);
  }
  #global_nav .gnav {
    padding: 0.5rem 1.5rem 1rem;
    font-size: 1.4rem;
    background: var(--color-base-bg);
    -webkit-box-shadow: 0 0 1rem rgb(var(--color-black-rgb));
            box-shadow: 0 0 1rem rgb(var(--color-black-rgb));
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-gray);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.1rem 0.5rem 0.9rem 1rem;
  }
  #global_nav .gnav > li > a::after {
    padding-right: 0.25rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
  }
  #global_nav .gnav > li .sub_btn.is_open {
    color: var(--color-main-dark);
  }
  #global_nav .gnav > li .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 1rem;
    color: #36430f;
    background: rgb(var(--color-gnav-bg-rgb));
  }
  #global_nav .gnav > li .subnav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    border-left: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
  }
  #global_nav .gnav > li .subnav > li > a {
    display: block;
    padding: 0.5rem 1.2rem;
  }
  #global_nav .gnav > li .subnav > li.parent {
    width: 100%;
  }
  #global_nav .gnav > li .subnav > li.parent .child {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    background: rgba(var(--color-base-bg-rgb), 0.5);
  }
  #global_nav .gnav > li .subnav > li.parent .child li {
    margin: 0.3rem 0;
  }
  #global_nav .gnav > li .subnav > li.parent .child li::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
    font-size: 70%;
    vertical-align: text-bottom;
  }
  #global_nav .gnav > li .subnav > li.parent .child li a {
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    display: block;
    width: 100%;
    height: 57px;
    padding: 0 calc((100% - 1100px) / 2);
    background: rgba(var(--color-gnav-bg-rgb), 1);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #global_nav.is_sticky {
    background: rgba(var(--color-gnav-bg-rgb), 0.8);
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: block;
    padding: 15px 0 18px;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li .sub_btn::before {
    display: inline-block;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    font-size: 2rem;
    line-height: 24px;
    color: var(--color-main-dark);
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li .sub_btn:hover {
    color: var(--color-main-dark);
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li .sub_btn:hover::before {
    -webkit-filter: saturate(1.8);
            filter: saturate(1.8);
  }
  #global_nav .gnav > li.sub {
    position: relative;
    overflow: hidden;
  }
  #global_nav .gnav > li.sub .sub_box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  #global_nav .gnav > li.sub:hover, #global_nav .gnav > li.sub:focus-within {
    overflow: visible;
  }
  #global_nav .gnav > li.sub:hover .sub_btn, #global_nav .gnav > li.sub:focus-within .sub_btn {
    color: var(--color-main-dark);
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  #global_nav .gnav > li.sub:hover .sub_btn::before, #global_nav .gnav > li.sub:focus-within .sub_btn::before {
    -webkit-filter: saturate(1.8);
            filter: saturate(1.8);
  }
  #global_nav .gnav > li.sub:hover .sub_btn::after, #global_nav .gnav > li.sub:focus-within .sub_btn::after {
    color: var(--color-main-dark);
  }
  #global_nav .gnav > li.sub:hover .sub_box, #global_nav .gnav > li.sub:focus-within .sub_box {
    opacity: 1;
    visibility: visible;
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 57px;
    left: 0;
    width: 210px;
    font-size: 1.8rem;
    line-height: 1.44;
  }
  #global_nav .gnav > li .subnav li ~ li {
    border-top: 1px solid var(--color-white);
  }
  #global_nav .gnav > li .subnav li a {
    display: block;
    padding: 7px 7px 7px 16px;
    color: var(--color-white);
    background: rgba(var(--color-subnav-bg-rgb), 0.9);
  }
  #global_nav .gnav > li .subnav li a::before {
    display: inline-block;
    margin-left: -8px;
    content: "・";
  }
  #global_nav .gnav > li .subnav li a:hover {
    background: rgba(var(--color-subnav-bg-rgb), 1);
    -webkit-filter: saturate(0.8);
            filter: saturate(0.8);
  }
  #global_nav .gnav > li .subnav li.parent {
    position: relative;
    overflow: hidden;
  }
  #global_nav .gnav > li .subnav li.parent:hover, #global_nav .gnav > li .subnav li.parent:focus-within {
    overflow: visible;
  }
  #global_nav .gnav > li .subnav li.parent:hover > a, #global_nav .gnav > li .subnav li.parent:focus-within > a {
    background: rgba(var(--color-subnav-bg-rgb), 1);
    -webkit-filter: saturate(0.8);
            filter: saturate(0.8);
  }
  #global_nav .gnav > li .subnav li.parent:hover > a::after, #global_nav .gnav > li .subnav li.parent:focus-within > a::after {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
  #global_nav .gnav > li .subnav li.parent:hover .child, #global_nav .gnav > li .subnav li.parent:focus-within .child {
    opacity: 1;
    visibility: visible;
  }
  #global_nav .gnav > li .subnav li.parent > a::after {
    position: absolute;
    right: 7px;
    top: 13px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e816';
    font-size: 1.3rem;
    -webkit-filter: opacity(0.4);
            filter: opacity(0.4);
  }
  #global_nav .gnav > li .subnav li.parent .child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    width: 210px;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  #global_nav .gnav > li .subnav li.parent .child > li a {
    background: rgba(var(--color-main-dark-rgb), 0.9);
  }
  #global_nav .gnav > li .subnav li.parent .child > li a:hover {
    background: rgba(var(--color-main-dark-rgb), 1);
    -webkit-filter: saturate(0.8);
            filter: saturate(0.8);
  }
  #global_nav .gnav > li .subnav li.parent .child > li a.a_heart_disease01 {
    padding: 15px 7px 14px 16px;
  }
  #global_nav .gnav > li .subnav li.parent .child > li a.a_heart_disease01 i {
    display: inline-block;
    margin-left: -0.5em;
  }
  #global_nav .gnav .a_home::before {
    content: "\e80b";
  }
  #global_nav .gnav .a_doctor::before {
    content: "\e80c";
  }
  #global_nav .gnav .a_clinic::before {
    content: "\e80d";
  }
  #global_nav .gnav .sub_btn::before {
    content: "\e80e";
  }
  #global_nav .gnav .a_first::before {
    content: "\e80f";
  }
  #global_nav .gnav .a_access::before {
    content: "\e811";
  }
  #global_nav .gnav .a_rsv::before {
    content: "\e800";
  }
}
:target::before {
  content: "";
  display: block;
  height: 6rem;
  margin: -6rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 80px;
    margin: -80px 0 0;
  }
}

.overview {
  padding: 0.5rem 5% 3.5rem;
  font-size: 1.4rem;
  color: var(--color-base-txt);
  background: var(--color-overview-bg);
}
.overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.overview .wrap_col:nth-of-type(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.overview .clinic_name {
  width: 80%;
  margin: -4.5rem auto 1.6rem;
}
.overview .clinic_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
}
.overview .clinic_outline dt {
  width: 5em;
  padding: 0.1em 0;
  font-weight: 500;
  text-align: center;
  color: var(--color-main-dark);
  background: var(--color-base-bg);
  border-radius: 0.3rem;
}
.overview .clinic_outline dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60%;
  padding: 0.1em 0;
}
.overview .clinic_outline dd.license {
  width: 100%;
  margin-top: -10px;
}
.overview .clinic_outline dd.license ul {
  padding-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.43;
  border-left: 3px solid #fff;
}
.overview .clinic_outline dd.license ul > li {
  padding-left: 1em;
}
.overview .clinic_outline dd.license ul > li::before {
  margin-left: -1em;
  content: "・";
}
.overview .phone {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.overview .timetable {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.overview_map {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 5px 0 90px;
    font-size: 1.8rem;
  }
  .overview .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .overview .wrap_col {
    width: 550px;
    padding: 0 30px;
  }
  .overview .wrap_col:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .overview .wrap_col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .overview .clinic_name {
    position: relative;
    top: -62px;
    width: 382px;
    margin: 0 auto;
  }
  .overview .clinic_outline {
    gap: 30px 24px;
  }
  .overview .clinic_outline dt {
    width: 112px;
    font-size: 2rem;
    border-radius: 3px;
  }
  .overview .clinic_outline dd {
    width: 350px;
  }
  .overview .clinic_outline dd.license ul {
    font-size: 1.6rem;
  }
  .overview .phone {
    font-size: 3.6rem;
    text-align: left;
  }
  .overview .timetable {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  .overview_map {
    height: 536px;
  }
}
#global_footer {
  padding: 0.8rem 1rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 65px 0 20px;
    font-size: 1.6rem;
  }
  #global_footer ul {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer ul li {
    display: inline-block;
    padding: 0 20px;
    -webkit-text-size-adjust: none;
    letter-spacing: 0;
  }
  #global_footer ul li ~ li {
    border-left: 2px solid currentColor;
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer ul.subnav .child {
    display: none;
  }
  #global_footer .copyright {
    margin: 72px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 30px;
    bottom: 30px;
  }
  .js-pageup.is_stay {
    bottom: 154px;
  }
}

#pageup {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-sub-bright);
  background-image: url(../img/icon_pageup.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.16);
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e814';
}
#pageup span {
  display: block;
  height: 2.8rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 97px;
    height: 97px;
    font-size: 2.8rem;
    -webkit-box-shadow: 6px 6px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 6px 6px 0 rgba(var(--color-black-rgb), 0.16);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup span {
    height: 78px;
  }
  #pageup:hover {
    -webkit-filter: brightness(1.15) saturate(1.1);
            filter: brightness(1.15) saturate(1.1);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 0 rgba(var(--color-black-rgb), 0.16);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.hero {
  position: relative;
}
.hero b {
  font-weight: normal;
}
@media screen and (max-width: 47.99em) {
  .hero_inner {
    position: relative;
    padding: 0 5%;
  }
  .hero_inner .logo {
    height: 5.5rem;
    padding: 1.5rem 0 0;
    background: var(--color-base-bg);
  }
  .hero_inner .logo a {
    display: block;
    width: 70dvw;
    margin: 0 auto;
  }
  .hero_inner .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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.3rem;
    height: 25rem;
    padding: 5rem 0 1.5rem;
  }
  .hero_inner .ann .new {
    margin-bottom: 0;
    padding: 0.2em 1em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: var(--color-white);
    background: var(--color-sub-dull);
    border-radius: 2em;
  }
  .hero_inner .ann .new b {
    font-size: 112%;
  }
  .hero_inner .ann .new i {
    font-size: 88%;
  }
  .hero_inner .ann .pre {
    font-size: 1.2rem;
    color: var(--color-white);
    background: var(--color-lnav);
  }
  .hero_inner .catch {
    padding: 2rem 0.5rem 1rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .hero_inner .clinic_info {
    display: none;
  }
  .hero_inner .timetable {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .hero {
    height: 688px;
    margin-bottom: 8px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(17%, #fbffee), color-stop(17%, transparent));
    background-image: linear-gradient(90deg, #fbffee 17%, transparent 17%);
  }
  .hero_inner {
    max-width: 30.5%;
    min-width: 510px;
    height: 688px;
    padding: 48px 110px 0 calc(30.5% - 500px);
    background-image: url(../img/index/hero_inner_bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 688px;
  }
  .hero_inner > * {
    width: 387px;
    margin-left: auto;
  }
  .hero_inner .logo picture {
    display: block;
    width: 382px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero_inner .ann {
    margin-top: 14px;
    text-align: center;
  }
  .hero_inner .ann .new {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0.6em;
    font-size: 2rem;
    line-height: 1.15;
    color: var(--color-sub-dull);
    border: 2px dotted currentColor;
    border-radius: 2em;
  }
  .hero_inner .ann .new b {
    font-size: 2.2rem;
  }
  .hero_inner .ann .new i {
    font-size: 1.8rem;
  }
  .hero_inner .catch {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 1.36;
    text-align: center;
  }
  .hero_inner .clinic_info {
    text-align: center;
    line-height: 1;
  }
  .hero_inner .clinic_info .phone {
    font-size: 2.8rem;
  }
  .hero_inner .clinic_info .adr {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .hero_inner .clinic_info .adr::before {
    display: inline-block;
    margin-right: 3px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    font-size: 1.7rem;
    color: var(--color-sub-dark);
    vertical-align: bottom;
  }
  .hero_inner .timetable {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 0.8;
  }
  .hero_inner .timetable caption {
    line-height: 1.4;
  }
}

#keyvsl {
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 25rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    top: 0;
    height: 688px;
  }
}

.js-information dt {
  cursor: pointer;
}
.js-information dd {
  display: none;
  word-wrap: break-word;
}
.js-information dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-information dd a:hover {
  text-decoration: none;
}

.bnr_wrap {
  padding: 0 5% 5rem;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin: 0rem 0 0rem;
  padding: 4rem 0;
}
.bnr_wrap h2.tit_02, .bnr_wrap h2.treatment_tit, .bnr_wrap h2.feature_tit {
  margin-bottom: 0;
}
.bnr_wrap .box {
  padding: 1.8rem 5% 0rem;
}
.bnr_wrap .box .flex a {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.bnr_wrap .box .flex a img {
  border: 1px solid #ddd;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .bnr_wrap {
    margin: 10rem 0 5rem;
  }
  .bnr_wrap h2.tit_02, .bnr_wrap h2.treatment_tit, .bnr_wrap h2.feature_tit {
    margin-bottom: 2rem;
  }
  .bnr_wrap .box {
    padding: 0;
  }
  .bnr_wrap .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 620px;
    margin: 0 auto;
  }
  .bnr_wrap .box .flex a {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  .bnr_wrap .box .flex a:first-child {
    width: 482px;
    margin-right: 16px;
  }
  .bnr_wrap .box .flex a:last-child {
    width: 122px;
  }
  .bnr_wrap .box .flex a img {
    border: 1px solid #ddd;
    margin: 0 auto;
  }
}
.information {
  margin: 4rem 0 5rem;
  background-image: url(../img/index/information_bg_center.svg), -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-main-light)), color-stop(50%, transparent)), url(../img/index/information_bg_right.jpg);
  background-image: url(../img/index/information_bg_center.svg), linear-gradient(90deg, var(--color-main-light) 50%, transparent 50%), url(../img/index/information_bg_right.jpg);
  background-repeat: no-repeat;
  background-position: 0 4.5rem, 0 4.5rem, 100% 4.5rem;
  background-size: 115% 13.5rem, auto 13rem, auto 13rem;
}
.information_tit {
  width: 9rem;
  height: 9.1rem;
  margin: 0 auto 2rem;
  padding-top: 3.8rem;
  font-weight: normal;
  font-size: 1.7rem;
  text-align: center;
  color: var(--color-white);
  background-image: url(../img/index/information_tit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.information_box {
  max-height: 14rem;
  overflow-y: auto;
  padding: 0 2rem;
}
.information_box dt {
  line-height: 1.3;
  color: var(--color-main-dark);
}
.information_box dt ~ dt {
  margin-top: 0.7rem;
}
.information_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  padding-left: 1px;
  font-family: "fontello";
  font-weight: normal;
  content: '\e813';
  color: var(--color-sub);
}
.information_box dt.is_open::before {
  content: "\e812";
}
.information_box dt i {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.1rem;
  color: var(--color-timedate);
}
.information_box dd {
  padding: 0.2rem 0 0.5rem 1.7rem;
}

@media screen and (min-width: 48em), print {
  .information {
    margin: 65px 0 50px;
    padding: 85px 0 88px;
    background-position: center top, left top, right top;
    background-size: 1400px 407px, auto 406px, 100% 406px;
  }
  .information .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information_tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
    height: 151px;
    margin: 34px 22px 0;
    padding-top: 68px;
    font-size: 2.1rem;
  }
  .information_box {
    width: 878px;
    min-height: 190px;
    max-height: 245px;
    padding: 0 40px 0 0;
  }
  .information_box dt {
    font-size: 2rem;
  }
  .information_box dt ~ dt {
    margin-top: 20px;
  }
  .information_box dt::before {
    margin-right: 0.6em;
  }
  .information_box dt i {
    font-size: 1.4rem;
  }
  .information_box dd {
    padding: 10px 0 10px 33px;
  }
}
.feature_wrap > div {
  padding-top: 12.5rem;
  background-repeat: no-repeat;
  background-size: 130% auto;
}
.feature_wrap > div .box {
  padding: 1.8rem 5% 3rem;
  background-image: linear-gradient(-45deg, rgba(var(--color-main-light-rgb), 1) 10%, rgba(var(--color-main-light-rgb), 0) 30%);
}
.feature_wrap > div .box .tit {
  margin-bottom: 0.8rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: var(--color-sub-dull);
}
.feature_wrap > div .box .tit::before {
  display: inline-block;
  width: 1.2em;
  height: 1.14em;
  margin-right: 0.2em;
  vertical-align: text-bottom;
  background-image: url(../img/tit_03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.feature_wrap > div .box .txt {
  margin-bottom: 0;
}
.feature_wrap > div:nth-child(odd) {
  background-position: 85% 0;
}
.feature_wrap > div:nth-child(even) {
  background-position: 30% 0;
}
.feature_location {
  background-image: url(../img/index/feature_location.jpg);
}
.feature_specialist {
  background-image: url(../img/index/feature_specialist.jpg);
}
.feature_atmosphere {
  background-image: url(../img/index/feature_atmosphere.jpg);
}
.feature_primarycare {
  background-image: url(../img/index/feature_primarycare.jpg);
}
.feature_reservation {
  background-image: url(../img/index/feature_reservation.jpg);
}
.feature_cooperation {
  background-image: url(../img/index/feature_cooperation.jpg);
}
.feature_access {
  background-image: url(../img/index/feature_access.jpg);
}

@media screen and (max-width: 47.99em) {
  .feature .feature_wrap .feature_specialist {
    background-position: 12% 0;
  }
}
@media screen and (min-width: 48em), print {
  .feature_tit {
    position: relative;
    top: -42px;
    margin-bottom: 0;
  }
  .feature_wrap > div {
    padding: 0 calc(50% - 550px);
    background-size: auto;
  }
  .feature_wrap > div ~ div {
    margin-top: 25px;
  }
  .feature_wrap > div .box {
    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;
    width: 718px;
    height: 294px;
    background-repeat: no-repeat;
    background-size: 490px auto, auto;
  }
  .feature_wrap > div .box .tit {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .feature_wrap > div .box .tit::before {
    width: 1.3em;
    height: 1.16em;
  }
  .feature_wrap > div:nth-child(odd) {
    background-color: var(--color-base-bg);
    background-position: calc(50% - 515px) top;
  }
  .feature_wrap > div:nth-child(odd) .box {
    margin-left: auto;
    padding: 0 50px 0 120px;
    background-image: url(../img/index/feature_bg_odd.svg), linear-gradient(90deg, transparent 80px, var(--color-base-bg) 80px);
    background-position: left center;
  }
  .feature_wrap > div:nth-child(even) {
    background-color: var(--color-main-light);
    background-position: calc(50% + 515px) top;
  }
  .feature_wrap > div:nth-child(even) .box {
    margin-right: auto;
    padding: 0 40px 0 36px;
    background-image: url(../img/index/feature_bg_even.svg), linear-gradient(270deg, transparent 80px, var(--color-main-light) 80px);
    background-position: right center;
  }
  .feature_wrap > div:nth-child(even) .box .txt {
    margin-right: 90px;
  }
}
.message {
  margin: 4rem 0;
  padding: 3rem 5% 1.5rem;
  background-image: url(../img/index/message_bg2.svg), url(../img/index/message_bg1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto, cover;
}
.message_tit {
  position: relative;
  z-index: 0;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  color: var(--color-top-msg-dark);
}
.message_tit::after {
  position: relative;
  z-index: -1;
  top: -0.5rem;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 2.1rem;
  line-height: 0.8;
  color: var(--color-top-msg-pale);
  content: attr(data-eng);
}
.message_box {
  margin-top: 1rem;
  padding: 0 3rem;
}
.message_box ul li {
  margin-top: 0.5rem;
  padding-left: 1em;
}
.message_box ul li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-main);
  content: "●";
}

@media screen and (min-width: 48em), print {
  .message {
    min-height: 332px;
    margin: 63px 0 47px;
    padding: 52px 0;
    background-size: 1020px auto, cover;
  }
  .message_tit {
    font-size: 2.8rem;
  }
  .message_tit::after {
    top: -10px;
    font-size: 6.2rem;
  }
  .message_box {
    width: 1100px;
    margin: 45px auto 0;
    padding: 0 160px;
  }
  .message_box ul {
    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: 9px;
  }
  .message_box ul li {
    min-width: 33%;
    margin-top: 0;
  }
  .message_box ul li.fg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@-webkit-keyframes rollin {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  90% {
    -webkit-transform: scale(0.95) rotate(360deg);
            transform: scale(0.95) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes rollin {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  90% {
    -webkit-transform: scale(0.95) rotate(360deg);
            transform: scale(0.95) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  20% {
    -webkit-transform: scale(0.96, 1.04) translateY(-10px);
            transform: scale(0.96, 1.04) translateY(-10px);
  }
  60% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  20% {
    -webkit-transform: scale(0.96, 1.04) translateY(-10px);
            transform: scale(0.96, 1.04) translateY(-10px);
  }
  60% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
.treatment {
  padding: 0 5% 8rem;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.treatment_lst ul {
  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 6%;
}
.treatment_lst ul ~ ul {
  margin-top: 2.5rem;
}
.treatment_lst ul > li {
  width: 46%;
}
.treatment_lst ul > li a {
  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;
  line-height: 1.2;
}
.treatment_lst ul > li a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e816';
  margin-right: 0.05em;
  font-size: 90%;
  color: var(--color-sub-bright);
}
.treatment_lst ul > li a::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: block;
  width: 80%;
  margin: 0 10% 0.8rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
  content: "";
}
.treatment_lst ul > li a i {
  display: inline-block;
}
.treatment_lst ul.deptmain > li a::after {
  background-color: var(--color-top-ttt-main);
}
.treatment_lst ul.deptmain .parent {
  display: none !important;
}
.treatment_lst ul.deptsub > li a::after {
  background-color: var(--color-top-ttt-sub);
}
.treatment_lst ul .a_internal::after {
  background-image: url(../img/index/treatment_internal.svg);
}
.treatment_lst ul .a_lifestyledisease::after {
  background-image: url(../img/index/treatment_lifestyledisease.svg);
}
.treatment_lst ul .a_sas::after {
  background-image: url(../img/index/treatment_sas.svg);
}
.treatment_lst ul .a_non-smoking::after {
  background-image: url(../img/index/treatment_non-smoking.svg);
}
.treatment_lst ul .a_vaccination::after {
  background-image: url(../img/index/treatment_vaccination.svg);
}
.treatment_lst ul .a_examination::after {
  background-image: url(../img/index/treatment_examination.svg);
}
.treatment_lst ul .a_heart_disease01::after {
  background-image: url(../img/index/treatment_heart_disease01.svg);
}
.treatment_lst ul .a_heart_disease02::after {
  background-image: url(../img/index/treatment_heart_disease02.svg);
}
.treatment_lst ul .a_heart_disease03::after {
  background-image: url(../img/index/treatment_heart_disease03.svg);
}
.treatment_lst ul .a_heart_disease04::after {
  background-image: url(../img/index/treatment_heart_disease04.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 0 0 130px;
    background-size: auto;
  }
  .treatment_lst {
    width: 1100px;
    margin: 0 auto;
  }
  .treatment_lst ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 13px;
  }
  .treatment_lst ul ~ ul {
    margin-top: 50px;
  }
  .treatment_lst ul > li {
    width: 172px;
  }
  .treatment_lst ul > li a {
    font-size: 1.7rem;
  }
  .treatment_lst ul > li a::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 1px;
    font-size: 1.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst ul > li a::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 114px;
    margin: 0 calc(50% - 57px) 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst ul.deptmain > li a:hover {
    color: var(--color-main-dark);
  }
  .treatment_lst ul.deptmain > li a:hover::before {
    color: var(--color-main-dark);
  }
  .treatment_lst ul.deptmain > li a:hover::after {
    background-color: var(--color-main);
    -webkit-box-shadow: 0 0 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 0 0 rgba(var(--color-black-rgb), 0.16);
    -webkit-animation: rollin 0.6s forwards;
            animation: rollin 0.6s forwards;
  }
  .treatment_lst ul.deptsub > li a:hover {
    color: var(--color-sub);
  }
  .treatment_lst ul.deptsub > li a:hover::before {
    color: var(--color-sub);
  }
  .treatment_lst ul.deptsub > li a:hover::after {
    background-color: var(--color-sub);
    -webkit-box-shadow: 0 5px 7px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 5px 7px rgba(var(--color-black-rgb), 0.16);
    -webkit-animation: bound 0.8s forwards;
            animation: bound 0.8s forwards;
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.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 {
  padding: 5.5rem 1.5rem 0.5rem;
  color: var(--color-white);
  background-color: #448eda;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.heading h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8rem;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  text-shadow: 0 0 0.5rem #448eda;
}
@media screen and (min-width: 48em), print {
  .heading {
    padding: 0;
  }
  .heading h1 {
    min-height: 188px;
    padding: 20px calc((100% - 1100px) / 2 + 40px);
    font-size: 3.7rem;
    text-shadow: 0 0 10px #448eda;
  }
  .heading::before {
    display: block;
    height: 57px;
    background: var(--color-gnav-bg);
    content: "";
  }
}

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

.bio dt {
  padding-left: 1em;
  margin-top: 0.5em;
}
.bio dt::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -0.7em;
  margin-right: 0.45em;
  vertical-align: 0.28em;
  background: var(--color-sub);
  content: "";
}
.bio dd {
  padding-left: 4em;
}
@media screen and (min-width: 48em), print {
  .bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 1em;
  }
  .bio dt {
    width: 11em;
    margin-top: 0;
  }
  .bio dd {
    width: calc(100% - 13em);
    padding-left: 0;
  }
}

.lic li {
  margin-top: 0.5em;
}
.lic li i {
  font-size: 90%;
}

body#page_doctor .doctor_greeting .signature {
  margin-top: 1.5rem;
  text-align: right;
}
body#page_doctor .doctor_profile {
  margin-top: 3.5rem;
}
body#page_doctor .doctor_profile section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  body#page_doctor .doctor_profile section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile section:nth-of-type(1) {
    width: 60%;
  }
  body#page_doctor .doctor_profile section:nth-of-type(2) {
    width: 35%;
  }
}

body#page_clinic .physiologylab_ft {
  background: rgba(var(--color-sub-daylight-rgb), 0.4);
  border-radius: 0.3rem;
}
body#page_clinic .physiologylab_ft .num {
  margin-inline: 1rem;
  padding-left: 2.5em;
}
body#page_clinic .physiologylab_ft .num li {
  margin-bottom: 0.7em;
}
body#page_clinic .physiologylab_ft .num li i {
  margin-left: -2.5em;
}
body#page_clinic .physiologylab_ft .note {
  padding: 1rem;
}
body#page_clinic .cooperation.lst_ul li {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .physiologylab_dir > section:first-of-type {
    display: flow-root;
    margin-top: 0;
  }
  body#page_clinic .physiologylab_dir > section:first-of-type dl .lst_ul {
    margin-bottom: 0;
  }
  body#page_clinic .physiologylab_ft {
    border-radius: 6px;
  }
  body#page_clinic .physiologylab_ft .num {
    margin: 30px 40px 30px 30px;
  }
  body#page_clinic .physiologylab_ft .num li {
    margin-bottom: 1em;
  }
  body#page_clinic .physiologylab_ft .note {
    padding: 0 30px 30px;
  }
  body#page_clinic .cooperation.lst_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
  }
  body#page_clinic .cooperation.lst_ul li {
    margin-top: 0;
  }
}

.slider {
  visibility: hidden;
  width: auto;
}
.slider .slider-panel .slick-prev.slick-disabled, .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
.slider .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  cursor: pointer;
}
.slider .slider-nav .slick-list .slick-slide li {
  padding: 0 2px;
  background: var(--color-base-bg);
}
.slider .slider-nav .slick-list .slick-slide li img {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.slider .slider-nav .slick-list .slick-slide.slick-current li img {
  border: 4px solid var(--color-main);
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.slider figcaption {
  display: block;
  padding: 0.8rem 0.5rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-base-txt);
}
@media screen and (max-width: 47.99em) {
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .slider {
    width: 750px;
    margin: 0 auto;
  }
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-main);
  }
  .slider .slider-panel .slick-prev {
    left: -60px;
  }
  .slider .slider-panel .slick-next {
    right: -60px;
  }
  .slider figcaption {
    font-size: 2.6rem;
  }
}

body#page_first .first_reserve .img {
  max-width: 70%;
  margin: 0 auto 1.5rem;
  border-radius: 0.5rem;
}
body#page_first .first_guide li ~ li {
  margin-top: 0.8em;
}
body#page_first .first_flow dt::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e815';
  color: var(--color-main-dark);
  text-shadow: 0.2rem 0.2rem 0 var(--color-main-dull);
}
@media screen and (min-width: 48em), print {
  body#page_first .first_reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  body#page_first .first_reserve .img {
    width: 380px;
    margin: 0;
    border-radius: 10px;
  }
  body#page_first .first_reserve .txt {
    margin: 1em 0;
  }
  body#page_first .first_flow dt::before {
    margin-right: 5px;
  }
}
body#page_first p.phone {
  font-size: 150%;
}
@media screen and (min-width: 48em), print {
  body#page_first p.phone {
    font-size: 180%;
  }
  body#page_first p.phone::before {
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    vertical-align: 0.1em;
  }
}

body#page_access .main.contents {
  padding-bottom: 3rem;
}
body#page_access .access_info .adr {
  padding-left: 2.8rem;
  font-size: 1.5rem;
}
body#page_access .access_info .acsby section {
  padding-bottom: 1rem;
  border: 1px solid var(--color-main-dull);
  border-radius: 0.28em;
}
body#page_access .access_info .acsby section .tit {
  margin-bottom: 1rem;
  padding: 0.3rem 0;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_access .access_info .acsby section p {
  margin-bottom: 0.5em;
  padding: 0 1rem;
}
body#page_access .access_info .acsby section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}
body#page_access .access_info .acsby section dl dt::after {
  content: "：";
}
body#page_access .gmap {
  height: 35rem;
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .main.contents {
    padding-bottom: 60px;
  }
  body#page_access .access_info .adr {
    padding: 10px 50px;
    font-size: 2.4rem;
  }
  body#page_access .access_info .acsby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 40px;
  }
  body#page_access .access_info .acsby section {
    min-width: 450px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  body#page_access .access_info .acsby section .tit {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 2rem;
  }
  body#page_access .access_info .acsby section p {
    padding: 0 30px;
  }
  body#page_access .access_info .acsby section dl {
    padding: 0 30px;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable tbody {
    line-height: 1.5;
  }
  body#page_access .gmap {
    height: 600px;
    margin-top: 60px;
  }
}

.dl_tbl[data-clr=metabo] {
  border-color: var(--color-border-sub);
}
.dl_tbl[data-clr=metabo] dt {
  background: var(--color-sub-pale);
}
.dl_tbl[data-clr=metabo] dt:not(:first-of-type) {
  border-top-color: var(--color-border-sub);
}
.dl_tbl[data-clr=metabo] dd {
  border-top-color: var(--color-border-sub);
}
.dl_tbl[data-clr=checkup] {
  border-color: var(--color-border);
}
.dl_tbl[data-clr=checkup] dt:not(:first-of-type) {
  border-top-color: var(--color-border);
}
.dl_tbl[data-clr=checkup] dt.employment {
  color: var(--color-white);
  background: var(--color-main);
}
.dl_tbl[data-clr=checkup] dt.regular {
  color: var(--color-white);
  background: var(--color-sub);
}
.dl_tbl[data-clr=checkup] dd {
  --color-border: #ddd;
  border-top-color: var(--color-border);
}
.dl_tbl[data-clr=checkup] dd.employment {
  background: var(--color-main-light);
  border-top-color: var(--color-main);
}
.dl_tbl[data-clr=checkup] dd.regular {
  background: var(--color-sub-daylight);
  border-top-color: var(--color-sub);
}

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