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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --sp-header-height: 5.0rem;
  --pc-header-height: 90px;
  --base-font-weight: 500;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.66;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51,51,51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-txt01: #595757;
  --color-txt02: #707070;
  --color-bg01: #fffce6;
  --color-bg01-rgb: 255,252,230;
  --color-bg02: #fdf195;
  --color-main: #56bc96;
  --color-main-hover: #2eb180;
  --color-main-light: #8ae1c1;
  --color-main-light-hover: #52e6af;
  --color-main-pale: #e7f9f2;
  --color-main-dark: #3fa07c;
  --color-sub: #fdd35c;
  --color-sub-light: #ffe67a;
  --color-sub-dull: #c6a648;
  --color-top-pk: #f19ec2;
  --color-top-pk-dark: #eb6ea5;
  --color-top-pk-pale: #fdeff5;
  --color-top-aq: #7ecef4;
  --color-top-aq-dark: #409ad6;
  --color-top-ye: #fdd35c;
  --color-top-ye-dark: #eac04b;
  --color-border: #dcdcdc;
  --color-attention: #e2352b;
  --color-highlight: #ffe67a;
  --color-red: #ff0000;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

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

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

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

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
.sp_n {
  display: none;
}

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

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

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

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.red {
  color: var(--color-red);
}

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

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

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 30px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 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;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ section {
  margin-top: 3.5rem;
}
article > .l-intro section {
  margin-top: 2.5rem;
}
article > section ~ section {
  margin-top: 4.5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}

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

.tit_02 {
  margin-bottom: 2rem;
  padding-bottom: 0.6em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  color: var(--color-main);
  background: transparent;
  border-bottom: 2px solid currentColor;
}

.tit_03 {
  margin-bottom: 1.4rem;
  padding: 0.6rem 1rem 0.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-txt01);
  background: var(--color-main-light);
  border-radius: 0.5rem;
}

.tit_04 {
  margin-bottom: 1.2rem;
  padding-inline: 0.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-txt01);
}
.tit_04::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.7rem;
  margin-inline: -0.2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(6.5em, var(--color-sub)), color-stop(6.5em, var(--color-border)));
  background: linear-gradient(90deg, var(--color-sub) 6.5em, var(--color-border) 6.5em);
  content: "";
}

.tit_05 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-main);
  border-bottom: 2px dotted currentColor;
}

.tit_06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.4rem 0.5rem 0.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-txt01);
  background: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: 3rem;
  }
  .tit_03 {
    margin-bottom: 28px;
    padding: 11px 22px 12px;
    font-size: 2.4rem;
    border-radius: 5px;
  }
  .tit_04 {
    margin-bottom: 26px;
    font-size: 2.2rem;
  }
  .tit_04::after {
    height: 3px;
  }
  .tit_05 {
    margin-bottom: 26px;
    padding-bottom: 5px;
    font-size: 2rem;
    border-bottom-width: 3px;
  }
  .tit_06 {
    margin-bottom: 16px;
    padding: 6px 8px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li, dd) {
    line-height: 1.4;
  }
}

.lst_ul > li {
  padding-left: 1.1em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-main-light);
  line-height: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  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: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols {
    gap: 0.5em 2em;
  }
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

.lst_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: "Quicksand", sans-serif;
  font-weight: 500;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-main-light);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  font-weight: 700;
  background: var(--color-main-pale);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-main-light);
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-main-light);
}
.dl_tbl dd :last-child {
  margin-bottom: 0;
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.2rem 1.5rem 0.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 115%;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-txt01);
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--color-main-light);
  border-radius: 0.8rem 0.8rem 0 0;
}
.dl_flow dt::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 120%;
  text-align: center;
  line-height: 1.5;
  color: var(--color-white);
  background: var(--color-main-light);
  border-radius: 50%;
  content: counter(flowNum);
}
.dl_flow dd {
  position: relative;
  padding: 0.2rem 1.5rem 1rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--color-main-light);
  border-radius: 0 0 0.8rem 0.8rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 4rem 0 4rem;
  border-color: var(--color-sub) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 26px 30px 5px;
    border-radius: 12px 12px 0 0;
  }
  .dl_flow dd {
    padding: 5px 30px 28px;
    line-height: 1.5;
    border-radius: 0 0 12px 12px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 62px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -46px;
    border-width: 26px 60px 0 60px;
  }
}

.box_notice, .box_notes, .box_symptoms {
  margin-bottom: 1em;
  padding: 1em;
}
.box_notice > :last-child, .box_notes > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_notice a, .box_notes a, .box_symptoms a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .box_notice, .box_notes, .box_symptoms {
    padding: 32px 28px;
  }
}

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

.box_notes {
  background: var(--color-bg01);
}
.box_notes .lst_ul li::before {
  color: var(--color-sub);
  content: "■";
}

.box_notice {
  background: var(--color-top-pk-pale);
}
.box_notice .lst_ul li::before {
  color: var(--color-top-pk-dark);
}

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

.lnk_external {
  text-decoration: underline;
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  line-height: 1;
  vertical-align: -0.1em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lnkp_more {
  margin-top: 1.2em;
}
ul.lnkp_more {
  margin-bottom: 1em;
}
ul.lnkp_more li {
  margin-top: 0.5em;
  line-height: 1.3;
}

.lnkp_anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}
.lnkp_anchor ul li {
  flex: 1;
}
.lnkp_anchor ul li a {
  position: relative;
  width: 100%;
  white-space: nowrap;
  color: var(--color-white);
  background: var(--color-main-light);
  border: 1px solid var(--color-main-light);
}
.lnkp_anchor ul li a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: inline-block;
  line-height: 1;
  -webkit-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
}
@media screen and (min-width: 48em), print {
  .lnkp_anchor ul {
    gap: 10px 30px;
  }
  .lnkp_anchor ul li a::after {
    right: 0.9em;
    -webkit-transform: scale(0.9) translateY(-45%);
            transform: scale(0.9) translateY(-45%);
  }
  .lnkp_anchor ul li a:hover {
    color: var(--color-main);
    background: var(--color-white);
  }
}

.bnrs {
  text-align: center;
}
.bnrs ul {
  line-height: 1;
}
.bnrs ul li {
  margin-top: 0.5rem;
}
.bnrs ul li a {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .bnrs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .bnrs ul li {
    flex: 1;
    max-width: 33%;
    margin-top: 0;
  }
  .bnrs ul li a:hover {
    -webkit-filter: saturate(1.2) brightness(1.05);
            filter: saturate(1.2) brightness(1.05);
  }
}

.btn_ask, .btn_rsv, .btn_detail, .btn_back, .lnkp_anchor ul li a {
  display: inline-block;
  padding: 0.7em 1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
@media screen and (min-width: 48em), print {
  .btn_ask, .btn_rsv, .btn_detail, .btn_back, .lnkp_anchor ul li a {
    padding: 0.8em 2em;
  }
}

.btn_detail, .btn_back {
  min-width: 60%;
  font-size: 111%;
  color: var(--color-white);
  background: var(--color-main-light);
  border: 1px solid var(--color-main-light);
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    min-width: 280px;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-main);
    background: var(--color-white);
  }
}

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

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

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

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

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

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

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

.phone {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .phone a::before {
    display: none;
  }
}

#side_btn .rsv_btn, #sp_footer li.rsv a, .btn_rsv {
  color: var(--color-white);
  background: var(--color-main-light);
}
#side_btn .rsv_btn::before, #sp_footer li.rsv a::before, .btn_rsv::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
}
@media screen and (min-width: 48em), print {
  #side_btn .rsv_btn:hover, #sp_footer li.rsv a:hover, .btn_rsv:hover {
    color: var(--color-white);
    background: var(--color-main-light-hover);
  }
}

.btn_rsv::before {
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 48em), print {
  .btn_rsv:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
  }
}

#side_btn .ask_btn, #sp_footer li.ask a, .btn_ask {
  color: var(--color-white);
  background: var(--color-main);
}
#side_btn .ask_btn::before, #sp_footer li.ask a::before, .btn_ask::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
@media screen and (min-width: 48em), print {
  #side_btn .ask_btn:hover, #sp_footer li.ask a:hover, .btn_ask:hover {
    color: var(--color-white);
    background: var(--color-main-hover);
  }
}

.btn_ask::before {
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 48em), print {
  .btn_ask:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
  }
}

.timetable {
  table-layout: fixed;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.7em;
  font-size: 95%;
  line-height: 1.3;
  text-align: left;
}
.timetable caption span {
  display: inline-block;
  font-weight: 700;
}
.timetable caption span::after {
  content: "：";
}
.timetable thead tr {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.timetable thead tr th {
  padding: 1em 0;
  font-weight: 700;
}
.timetable thead tr th:first-child {
  width: 28%;
}
.timetable thead tr th:last-child {
  width: 10%;
  padding-right: 1.4%;
}
.timetable tbody tr {
  border-bottom: 1px solid currentColor;
}
.timetable tbody tr th {
  white-space: nowrap;
  font-weight: normal;
}
.timetable tbody tr td {
  text-align: center;
  padding: 1em 0;
}
.timetable tbody tr td:last-child {
  padding-right: 1.4%;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 1em;
    font-size: 100%;
  }
  .timetable thead tr th {
    padding: 1.15em 0;
  }
  .timetable thead tr th:first-child {
    width: 28%;
  }
  .timetable thead tr th:last-child {
    width: 11%;
    padding-right: 2.4%;
  }
  .timetable tbody tr td {
    padding: 1.1em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gmap_btn {
  margin-top: 1.3rem;
  text-align: center;
}
.gmap_btn a {
  display: inline-block;
  width: 70%;
  padding: 0.8em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  border-radius: 3em;
  color: var(--color-white);
  background: var(--color-main-light);
  border: 1px solid var(--color-main-light);
}
@media screen and (min-width: 48em), print {
  .gmap_btn {
    margin-top: 20px;
  }
  .gmap_btn a {
    width: 280px;
  }
  .gmap_btn a:hover {
    color: var(--color-main);
    background: var(--color-white);
  }
}

.note_addition dl ~ dl {
  margin-top: 1.3em;
}
.note_addition dl dt {
  margin-bottom: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--color-txt02);
}
.note_addition dl dt::before {
  display: inline-block;
  margin-right: 0.05em;
  content: "■";
}
.note_addition dl dd ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.note_addition dl dd ol li > * {
  text-indent: 0;
}

#global_header .header_wrap {
  padding: 1.3rem 1rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color-txt01);
  background: transparent;
}
#global_header .header_wrap .logo {
  width: calc(100% - 5.5rem);
}
#global_header .header_wrap .logo a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_header .header_wrap {
    min-height: 6rem;
  }
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
  #global_header .header_wrap .clinic_info .adr {
    margin: 0.2rem -1rem 0;
    padding: 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    color: var(--color-txt01);
    background: var(--color-bg01);
  }
  #global_header .header_wrap .clinic_info .adr .zip {
    display: none;
  }
  #global_header .header_wrap .clinic_info .phone {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    padding: 14px 0;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 538px;
    height: 70px;
  }
  #global_header .header_wrap .clinic_info {
    width: 500px;
    text-align: right;
  }
  #global_header .header_wrap .clinic_info .adr {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  #global_header .header_wrap .clinic_info .adr .zip {
    margin-right: 1em;
  }
  #global_header .header_wrap .clinic_info .phone {
    font-size: 3.2rem;
    line-height: 1;
    color: var(--color-main);
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-bg01-rgb), 0.6);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-menu_box {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .gnav {
  font-family: "Zen Maru Gothic", sans-serif;
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
}
#global_nav .gnav li .sub_btn {
  width: 100%;
  cursor: pointer;
}
#global_nav .gnav li .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
  color: var(--color-main-light);
}
#global_nav .gnav li .sub_btn.close::after {
  content: "\f005";
}
#global_nav .gnav li .subnav a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 50%;
  }
  #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: 6.5rem;
    left: 4vw;
    overflow-y: auto;
    width: 92vw;
    max-height: 80dvh;
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
    color: var(--color-txt01);
    background: var(--color-base-bg);
    border: 1px solid var(--color-main-light);
    border-radius: 1rem;
    -webkit-box-shadow: 1px 1px 0 0 var(--color-bg01), 2px 2px 0 0 var(--color-sub-light), -1px -1px 0 0 var(--color-bg01), -2px -2px 0 0 var(--color-sub-light), inset 1px 1px 0 0 var(--color-bg01), inset 2px 2px 0 0 var(--color-sub-light), inset -1px -1px 0 0 var(--color-bg01), inset -2px -2px 0 0 var(--color-sub-light);
            box-shadow: 1px 1px 0 0 var(--color-bg01), 2px 2px 0 0 var(--color-sub-light), -1px -1px 0 0 var(--color-bg01), -2px -2px 0 0 var(--color-sub-light), inset 1px 1px 0 0 var(--color-bg01), inset 2px 2px 0 0 var(--color-sub-light), inset -1px -1px 0 0 var(--color-bg01), inset -2px -2px 0 0 var(--color-sub-light);
  }
  #global_nav .gnav > li {
    padding: 0.3rem 0;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-border);
  }
  #global_nav .gnav > li > a {
    padding: 0.7rem 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 1rem;
  }
  #global_nav .gnav > li .sub_btn.close {
    font-weight: 700;
  }
  #global_nav .subnav {
    padding: 1rem 1.5rem;
    background: var(--color-bg01);
    border-radius: 1rem;
  }
  #global_nav .subnav > li {
    margin-bottom: 0.2rem;
  }
  #global_nav .subnav > li a::before {
    display: inline-block;
    margin-right: 0.2em;
    margin-left: -0.2em;
    color: var(--color-main);
    font-family: "fontello";
    font-weight: normal;
    content: '\e817';
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    background: rgba(var(--color-bg01-rgb), 0.9);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    height: 60px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    text-align: center;
    line-height: 30px;
    border-right: 1px dotted var(--color-main);
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px dotted var(--color-main);
  }
  #global_nav .gnav > li.sub {
    overflow: hidden;
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    pointer-events: none;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 4px;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #global_nav .gnav > li.sub:hover, #global_nav .gnav > li.sub:focus-within {
    overflow: visible;
  }
  #global_nav .gnav > li.sub:hover .sub_btn::after, #global_nav .gnav > li.sub:focus-within .sub_btn::after {
    content: "\f005";
  }
  #global_nav .gnav > li.sub:hover .sub_box, #global_nav .gnav > li.sub:focus-within .sub_box {
    opacity: 1;
    height: auto;
  }
  #global_nav .gnav > li > a:not(.sub_btn) {
    -webkit-text-decoration: underline 2px solid transparent;
            text-decoration: underline 2px solid transparent;
    text-underline-offset: 6px;
  }
  #global_nav .gnav > li > a:not(.sub_btn):hover, #global_nav .gnav > li > a:not(.sub_btn):focus {
    text-decoration-color: var(--color-main-light);
  }
  #global_nav .subnav {
    margin-top: 15px;
    padding: 24px 20px;
    text-align: left;
    background: var(--color-white);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(var(--color-black-rgb), 0.3);
            box-shadow: 0 10px 10px -10px rgba(var(--color-black-rgb), 0.3);
  }
  #global_nav .subnav[data-name=tt] {
    width: 20em;
  }
  #global_nav .subnav[data-name=ss] {
    width: 14em;
  }
  #global_nav .subnav li ~ li {
    margin-top: 5px;
  }
  #global_nav .subnav li a {
    padding: 3px 14px;
    letter-spacing: 0.05em;
    border-radius: 6px;
  }
  #global_nav .subnav li a:hover, #global_nav .subnav li a:focus {
    color: inherit;
    background: var(--color-main-light);
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 195px;
    right: 10px;
    z-index: 1;
    width: 140px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #side_btn.is_fixed {
    top: 80px;
  }
  #side_btn ul li {
    margin-bottom: 10px;
  }
  #side_btn ul li a {
    display: block;
    width: 140px;
    height: 140px;
    padding-top: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
  }
  #side_btn ul li a::before {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 7px;
    font-size: 4.8rem;
    line-height: 1;
  }
  #side_btn ul li a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 5px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 4px 5px rgba(var(--color-black-rgb), 0.16);
  }
}

.overview {
  padding: 2.5rem 4% 3rem;
  font-size: 1.4rem;
  color: var(--color-base-txt);
  background: var(--color-bg01);
}
.overview .clinic_name {
  margin: 0 1rem 2rem;
}
.overview .clinic_outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  margin: 0 1rem 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.overview .clinic_outline dt {
  width: 25%;
  font-weight: 700;
  color: var(--color-main);
}
.overview .clinic_outline dd {
  width: 75%;
}
.overview .clinic_outline dd .telnum {
  font-size: 120%;
}
.overview .timetable {
  margin: 0 0 2.5rem;
  color: var(--color-main);
}
.overview .gmap_btn {
  font-size: 1.6rem;
}
.overview .note_addition {
  margin-top: 2.5rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  background: var(--color-white);
  border-radius: 0.8rem;
}
.overview .note_addition dt {
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 82px 0 95px;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    width: 538px;
    margin: 0 auto 48px;
  }
  .overview .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px 40px;
  }
  .overview .wrap_col {
    width: 530px;
  }
  .overview .wrap_col_full {
    width: 100%;
  }
  .overview .clinic_outline {
    row-gap: 15px;
    margin: 0 0 36px;
    line-height: 1.4;
  }
  .overview .clinic_outline dt {
    width: 90px;
  }
  .overview .clinic_outline dd {
    width: 428px;
    word-break: keep-all;
  }
  .overview .timetable {
    margin: 0;
  }
  .overview .gmap_btn {
    font-size: 2rem;
  }
  .overview .note_addition {
    margin-top: 0;
    padding: 22px 20px 26px;
    font-size: 1.4rem;
    border-radius: 12px;
  }
  .overview .note_addition dt {
    font-size: 1.6rem;
  }
}
#global_footer {
  padding: 0 0 4rem;
  color: var(--color-txt01);
  background: transparent;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 38px 200px 38px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.8rem;
    background: url(../img/overview_bg.webp) no-repeat right center;
  }
  #global_footer .footer_wrap ul {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li a {
    color: var(--color-txt02);
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: none;
  }
  #global_footer .footer_wrap .gnav {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  #global_footer .footer_wrap .gnav > li::before {
    display: inline-block;
    margin-left: -0.2em;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e817';
    font-size: 1.2rem;
    color: var(--color-sub);
    vertical-align: 0.2em;
  }
  #global_footer .footer_wrap .gnav > li:not(:last-child) {
    margin-right: 26px;
  }
  #global_footer .footer_wrap .gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap .treatnav {
    line-height: 1.66;
  }
  #global_footer .footer_wrap .treatnav span {
    display: inline-block;
    margin-right: 18px;
  }
  #global_footer .footer_wrap .treatnav ul {
    display: inline;
  }
  #global_footer .footer_wrap .treatnav ul a::before, #global_footer .footer_wrap .treatnav ul span::before {
    display: inline-block;
    margin-left: -0.2em;
    margin-right: 0.2em;
    color: var(--color-sub);
    line-height: 1;
    content: "-";
  }
  #global_footer .footer_wrap .treatnav ul li:not(:last-child) {
    margin-right: 20px;
  }
  #global_footer .footer_wrap .treatnav ul li.sub .sub_btn {
    margin-right: 0;
  }
  #global_footer .footer_wrap .treatnav ul li.sub .sub_box {
    display: inline-block;
  }
  #global_footer .footer_wrap .treatnav ul li.sub .sub_box::before {
    display: inline-block;
    margin-right: 0.6em;
    content: "（";
  }
  #global_footer .footer_wrap .treatnav ul li.sub .sub_box::after {
    display: inline-block;
    content: "）";
  }
  #global_footer .copyright {
    padding: 32px 0;
    font-size: 1.8rem;
    border-top: 1px solid var(--color-main-light);
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
}

#sp_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  background: var(--color-base-bg);
}
#sp_footer li {
  flex-grow: 1;
  height: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li a {
  display: block;
}
#sp_footer li.phone {
  color: var(--color-main);
  border: 1px solid var(--color-main-light);
}
#sp_footer li.phone a {
  font-size: 1.7rem;
  line-height: 3.6rem;
}
#sp_footer li.rsv a::before {
  display: none;
}
#sp_footer li.ask a::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-main-light);
  background: var(--color-white);
  border: 1px solid currentColor;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e818';
  font-size: 1.6rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    color: var(--color-main);
    -webkit-box-shadow: 0 3px 1px var(--color-main-light);
            box-shadow: 0 3px 1px var(--color-main-light);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.feature_tit, .treatment_tit, .news_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding-top: 2.3em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-txt01);
  background-image: url(../img/index/tit02_top.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2em auto;
}
.feature_tit::before, .treatment_tit::before, .news_tit::before, .feature_tit::after, .treatment_tit::after, .news_tit::after {
  flex: none;
  width: 0.6em;
  height: 0.6em;
  background-image: url(../img/index/tit02_side.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 48em), print {
  .feature_tit, .treatment_tit, .news_tit {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding-top: 67px;
    font-size: 3rem;
    background-size: 58px auto;
  }
  .feature_tit::before, .treatment_tit::before, .news_tit::before, .feature_tit::after, .treatment_tit::after, .news_tit::after {
    width: 15px;
    height: 15px;
  }
}

#keyvsl .catch {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out 0.5s forwards;
          animation: fadeIn 2s ease-out 0.5s forwards;
}

#keyvsl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 23rem;
  margin-bottom: 6rem;
  padding: 3rem 2.5rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1.7rem;
  background-image: url(../img/index/keyvsl_frame.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  content: "";
}
#keyvsl .catch {
  position: absolute;
  left: 0;
  bottom: -6rem;
  z-index: 1;
  width: 100%;
  padding-left: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  color: var(--color-main);
}
#keyvsl .ann {
  width: 60%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  color: var(--color-txt01);
  background-color: var(--color-bg02);
  background-image: url(../img/index/keyvsl_ann_bgl.webp), url(../img/index/keyvsl_ann_bgr.webp);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 70%;
  border-radius: 3em;
}
#keyvsl .ann span {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
  color: var(--color-top-pk-dark);
}
#keyvsl .ann span b {
  font-size: 2rem;
}
#keyvsl .ann span em {
  display: inline-block;
  margin-left: 0.1em;
  color: var(--color-top-aq-dark);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 700px;
    margin-bottom: 0;
    padding: 96px 0;
    background-size: auto;
  }
  #keyvsl::after {
    bottom: -1px;
    width: 100%;
    height: 73px;
    background-size: 2000px 73px;
  }
  #keyvsl .catch {
    position: static;
    padding-left: 0;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    color: var(--color-white);
    text-shadow: 0 0 6px rgba(var(--color-black-rgb), 0.7);
  }
  #keyvsl .ann {
    width: 360px;
    margin-top: 14px;
    background-position: left 20px center, right 20px center;
    background-size: auto;
  }
  #keyvsl .ann span {
    font-size: 2.2rem;
    line-height: 42px;
  }
  #keyvsl .ann span b {
    font-size: 3rem;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
  #keyvsl::after {
    background-size: 100% 73px;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out 1.5s forwards;
          animation: fadeIn 2s ease-out 1.5s forwards;
}

.news {
  padding: 4.5rem 3.5% 5rem 5%;
}
.news_tit {
  margin-bottom: 2rem;
}
.news_box dl {
  padding: 1.6rem 1rem 1.6rem 0;
  border-top: 1px solid var(--color-main-light);
  border-bottom: 1px solid var(--color-main-light);
}
.news_box dl dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--color-main);
}
.news_box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  line-height: 1;
}
.news_box dl dt.is_open::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.news_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-main-light);
}
.news_box dl dd {
  padding-top: 0.5rem;
}
.news_infectious_disease {
  width: 80%;
  margin: 2.5rem auto 0;
  padding: 0.5rem 1.5rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color-txt01);
  background: var(--color-white);
  border: 3px solid var(--color-top-pk);
  border-radius: 0.8rem;
}
.news_infectious_disease .tit {
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  font-size: 2rem;
  text-align: center;
  color: var(--color-top-pk-dark);
  border-bottom: 2px dotted var(--color-top-pk);
}
.news_infectious_disease .txt {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
  word-break: auto-phrase;
}
.news_infectious_disease .img {
  max-width: 55%;
  margin-inline: auto;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 3px 0 107px;
  }
  .news_tit {
    margin-bottom: 30px;
  }
  .news_box {
    width: 820px;
    margin-inline: auto;
  }
  .news_box dl {
    padding: 25px 10px 25px 0;
  }
  .news_box dl dt {
    padding-left: 26px;
    font-size: 2rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 25px;
    padding-top: 25px;
  }
  .news_box dl dt::before {
    margin-left: -24px;
    margin-right: 4px;
  }
  .news_box dl dd {
    padding-top: 0.5rem;
    padding-left: 2px;
  }
  .news_infectious_disease {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 16px 360px 16px auto;
    grid-template-columns: 200px 360px auto;
    -ms-grid-rows: 70px 10px auto;
    grid-template-rows: 70px auto;
    gap: 10px 16px;
    width: 620px;
    margin: 30px auto 0;
    padding: 0 16px;
    border-radius: 12px;
  }
  .news_infectious_disease > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news_infectious_disease > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .news_infectious_disease > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .news_infectious_disease > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .news_infectious_disease > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .news_infectious_disease > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .news_infectious_disease .tit {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 20px 0 0;
    padding: 0 12px 8px;
    font-size: 3.1rem;
    text-align: left;
  }
  .news_infectious_disease .tit i {
    font-size: 2.7rem;
  }
  .news_infectious_disease .txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-inline: 8px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .news_infectious_disease .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    max-width: 100%;
    margin: 12px 0 0;
  }
}
.treatment_tit.js-fade {
  opacity: 0;
}
.treatment_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards;
          animation: fadeIn 1.5s ease-out 0.2s forwards;
}
.treatment_lst.js-fades > * {
  opacity: 0;
}
.treatment_lst.js-fades.is_active > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.treatment .symptoms_tit.js-fade {
  opacity: 0;
}
.treatment .symptoms_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.5s forwards;
          animation: fadeIn 1.5s ease-out 0.5s forwards;
}
.treatment .symptoms_box.js-fade {
  opacity: 0;
}
.treatment .symptoms_box.js-fade.is_active {
  -webkit-animation: fadeUp 1.5s cubic-bezier(0.4, 0.4, 0, 0.9) 0.5s forwards;
          animation: fadeUp 1.5s cubic-bezier(0.4, 0.4, 0, 0.9) 0.5s forwards;
}

.treatment {
  padding: 6rem 4% 8rem;
  background-color: var(--color-bg01);
  background-image: url(../img/index/treatment_bg_pict.webp), url(../img/index/treatment_bg_head.webp), url(../img/index/treatment_bg_foot.webp);
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-position: right 1rem bottom 1rem, center top, center bottom;
  background-size: 18% auto, auto 4rem, auto 4rem;
}
.treatment_tit {
  margin-bottom: 2rem;
}
.treatment_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.5rem;
}
.treatment_lst > li {
  width: 50%;
  text-align: center;
}
.treatment_lst > li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--color-txt01);
  word-break: keep-all;
}
.treatment_lst > li a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.8rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 6.4rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main);
  border: 0.6rem solid var(--color-main-light);
  border-radius: 50%;
}
.treatment_lst > li .a_checkup::before {
  content: "\e80e";
}
.treatment_lst > li .a_vaccination::before {
  content: "\e814";
}
.treatment_lst > li .a_cold::before {
  content: "\e80f";
}
.treatment_lst > li .a_eczema::before {
  content: "\e82e";
}
.treatment_lst > li .a_others::before {
  content: "\e815";
}
.treatment .symptoms {
  margin-top: 4.5rem;
}
.treatment .symptoms_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-bottom: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-txt01);
}
.treatment .symptoms_tit::before, .treatment .symptoms_tit::after {
  flex-grow: 1;
  width: 10%;
  height: 0.5em;
  background-image: url(../img/index/tit02_side_long.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  content: "";
}
.treatment .symptoms_box {
  margin-top: 2.5rem;
  padding: 0 2rem 2rem;
  background: var(--color-white);
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 0 0.5rem rgba(var(--color-black-rgb), 0.2);
}
.treatment .symptoms_box::before {
  display: block;
  height: 0.6rem;
  margin-bottom: 1.8rem;
  content: "";
}
.treatment .symptoms_box .img {
  margin-bottom: 1.5rem;
}
.treatment .symptoms_box .txt {
  position: relative;
}
.treatment .symptoms_box .txt::before {
  position: absolute;
  top: -9.5rem;
  left: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  aspect-ratio: 1/1;
  font-family: "fontello";
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main);
  border: 0.6rem solid var(--color-main-light);
  border-radius: 50%;
  content: "";
}
.treatment .symptoms_box .txt ol {
  margin-bottom: 1.5rem;
  padding-left: 2em;
  font-family: "Zen Maru Gothic", sans-serif;
  list-style-type: decimal-leading-zero;
}
.treatment .symptoms_box .txt ol li::marker {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
.treatment .symptoms_box .txt .more {
  text-align: center;
}
.treatment .symptoms_box .txt .more a {
  display: inline-block;
  padding: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  border-radius: 3em;
  border: 2px solid transparent;
}
.treatment .symptoms_box:nth-of-type(even) .txt::before {
  left: auto;
  right: -0.5rem;
}
.treatment .symptoms_box[data-dname=ss]::before {
  background-color: var(--color-top-pk-dark);
}
.treatment .symptoms_box[data-dname=ss] .txt::before {
  content: "\e811";
}
.treatment .symptoms_box[data-dname=ss] .txt ol {
  color: var(--color-top-pk-dark);
}
.treatment .symptoms_box[data-dname=ss] .txt ol li::marker {
  color: var(--color-top-pk);
}
.treatment .symptoms_box[data-dname=ss] .txt .more a {
  color: var(--color-white);
  background: var(--color-top-pk);
}
.treatment .symptoms_box[data-dname=ss] .txt .more a:hover {
  color: var(--color-top-pk);
  background: var(--color-white);
  border-color: currentColor;
}
.treatment .symptoms_box[data-dname=pp]::before {
  background-color: var(--color-top-aq-dark);
}
.treatment .symptoms_box[data-dname=pp] .txt::before {
  content: "\e816";
}
.treatment .symptoms_box[data-dname=pp] .txt ol {
  color: var(--color-top-aq-dark);
}
.treatment .symptoms_box[data-dname=pp] .txt ol li::marker {
  color: var(--color-top-aq);
}
.treatment .symptoms_box[data-dname=pp] .txt .more a {
  color: var(--color-white);
  background: var(--color-top-aq);
}
.treatment .symptoms_box[data-dname=pp] .txt .more a:hover {
  color: var(--color-top-aq);
  background: var(--color-white);
  border-color: currentColor;
}
.treatment .symptoms_box[data-dname=od]::before {
  background-color: var(--color-top-ye);
}
.treatment .symptoms_box[data-dname=od] .txt::before {
  content: "\e812";
}
.treatment .symptoms_box[data-dname=od] .txt ol {
  color: var(--color-sub-dull);
}
.treatment .symptoms_box[data-dname=od] .txt ol li::marker {
  color: var(--color-top-ye);
}
.treatment .symptoms_box[data-dname=od] .txt .more a {
  color: var(--color-white);
  background: var(--color-top-ye-dark);
}
.treatment .symptoms_box[data-dname=od] .txt .more a:hover {
  color: var(--color-top-ye);
  background: var(--color-white);
  border-color: currentColor;
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 104px 0 120px;
    background-position: right calc(50% - 765px) bottom 153px, center top, center bottom;
    background-size: auto;
  }
  .treatment_tit {
    margin-bottom: 35px;
  }
  .treatment_lst {
    flex-wrap: nowrap;
    row-gap: 0;
  }
  .treatment_lst > li {
    width: 220px;
  }
  .treatment_lst > li a {
    font-size: 2rem;
  }
  .treatment_lst > li a::before {
    width: 158px;
    margin: 0 auto 15px;
    font-size: 7.4rem;
    border-width: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst > li a:hover::before {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 5px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 4px 5px rgba(var(--color-black-rgb), 0.16);
    color: var(--color-main);
    background: rgba(var(--color-white-rgb), 0.5);
  }
  .treatment .symptoms {
    margin-top: 75px;
  }
  .treatment .symptoms_tit {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .treatment .symptoms_tit::before, .treatment .symptoms_tit::after {
    height: 15px;
  }
  .treatment .symptoms_box {
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 26px;
    padding: 40px 40px 40px 0;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(var(--color-black-rgb), 0.2);
            box-shadow: 0 0 10px rgba(var(--color-black-rgb), 0.2);
  }
  .treatment .symptoms_box::before {
    width: 10px;
    height: 340px;
    margin-bottom: 0;
  }
  .treatment .symptoms_box .img {
    flex: none;
    margin-bottom: 0;
  }
  .treatment .symptoms_box .txt {
    width: 480px;
  }
  .treatment .symptoms_box .txt::before {
    position: static;
    width: 126px;
    margin: -6px auto 20px;
    font-size: 6rem;
    border-width: 8px;
  }
  .treatment .symptoms_box .txt ol {
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin-bottom: 30px;
  }
  .treatment .symptoms_box .txt ol li::marker {
    font-size: 2.4rem;
  }
  .treatment .symptoms_box .txt ol li ~ li {
    margin-top: 10px;
  }
  .treatment .symptoms_box .txt .more a {
    width: 280px;
    height: 60px;
    font-size: 2rem;
  }
  .treatment .symptoms_box .txt .more a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.16);
  }
  .treatment .symptoms_box:nth-of-type(even) .img {
    order: 2;
  }
}
.feature_tit.js-fade {
  opacity: 0;
}
.feature_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards;
          animation: fadeIn 1.5s ease-out 0.2s forwards;
}
.feature_box.js-fades > * {
  opacity: 0;
}
.feature_box.js-fades.is_active > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0.4, 0, 0.9);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.feature {
  padding: 4rem 5%;
  counter-reset: fNum 0;
}
.feature_tit {
  margin-bottom: 3rem;
}
.feature_box {
  counter-increment: fNum 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-inline: 0.3rem;
  background-repeat: no-repeat;
  background-size: 20% auto;
}
.feature_box .cont {
  margin-top: 0.7rem;
}
.feature_box .cont .tit {
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: var(--color-main);
}
.feature_box .cont .txt {
  margin-bottom: 0;
  line-height: 1.66;
}
.feature_box .img {
  order: -1;
  position: relative;
  width: 70%;
  padding: 1.2rem 1rem;
  background-image: url(../img/index/feature_frame.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.feature_box .img::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 2em;
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main-light);
  border-radius: 50% 50% 0 50%;
  content: counter(fNum, decimal-leading-zero);
}
.feature_box .img img {
  border-radius: 50%;
}
.feature_box .movie {
  max-width: 100%;
  margin: 0 auto 3rem;
}
.feature_box .movie video {
  width: 100%;
  height: 100%;
}
.feature_box:nth-of-type(odd) {
  background-image: url(../img/index/feature_box_odd.webp);
  background-position: right bottom;
}
.feature_box:nth-of-type(odd) .cont {
  padding: 0 0 3rem;
}
.feature_box:nth-of-type(even) {
  background-image: url(../img/index/feature_box_even.webp);
  background-position: left bottom;
}
.feature_box:nth-of-type(even) .cont {
  padding: 0 0 3rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 109px 0 88px;
  }
  .feature_tit {
    margin-bottom: 40px;
  }
  .feature_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-inline: 0;
    background-size: auto;
  }
  .feature_box .cont {
    width: 766px;
    margin-top: 0;
  }
  .feature_box .cont .tit {
    margin-bottom: 25px;
    font-size: 2.4rem;
    text-align: left;
  }
  .feature_box .img {
    flex: none;
    width: 294px;
    height: 298px;
    padding: 14px 12px;
  }
  .feature_box .img::after {
    width: 85px;
    height: 85px;
    font-size: 4rem;
    line-height: 85px;
  }
  .feature_box .movie {
    order: 3;
    width: 720px;
    margin: 15px auto 30px;
  }
  .feature_box:nth-of-type(odd) {
    background-position: right 47px bottom 0;
  }
  .feature_box:nth-of-type(odd) .cont {
    padding: 0 136px 0 0;
  }
  .feature_box:nth-of-type(even) {
    background-position: left 65px bottom 0;
  }
  .feature_box:nth-of-type(even) .cont {
    padding: 0 0 0 136px;
  }
  .feature_box:nth-of-type(even) .img {
    order: 1;
  }
}
.greeting section.wrap .tit.js-fade {
  opacity: 0;
}
.greeting section.wrap .tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards;
          animation: fadeIn 1.5s ease-out 0.2s forwards;
}
.greeting section.wrap .cont.js-fade {
  opacity: 0;
}
.greeting section.wrap .cont.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.8s forwards;
          animation: fadeIn 1.5s ease-out 0.8s forwards;
}
.greeting section.wrap .txt.js-fade {
  opacity: 0;
}
.greeting section.wrap .txt.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.1s forwards;
          animation: fadeIn 1.5s ease-out 0.1s forwards;
}
.greeting .bnrs.js-fade {
  opacity: 0;
}
.greeting .bnrs.js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards;
          animation: fadeIn 1.5s ease-out 0.2s forwards;
}

.greeting {
  padding: 4.5rem 0 0;
  background-color: var(--color-bg01);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18rem, var(--color-bg02)), color-stop(18rem, transparent));
  background-image: linear-gradient(var(--color-bg02) 18rem, transparent 18rem);
  background-repeat: no-repeat;
  background-position: 0 15rem;
}
.greeting section.wrap {
  padding-inline: 5%;
}
.greeting section.wrap .tit {
  display: flex;
  align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-txt01);
}
.greeting section.wrap .tit::after {
  flex-grow: 1;
  height: 0.5em;
  background-image: url(../img/index/tit02_side_long.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  content: "";
}
.greeting section.wrap .img {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 2.5rem;
}
.greeting section.wrap .img .dr {
  width: 24rem;
}
.greeting section.wrap .img .sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13rem;
}
.greeting section.wrap .txt {
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  line-height: 2.2em;
  background-image: linear-gradient(90deg, transparent 1px, var(--color-bg01) 2px), linear-gradient(0deg, var(--color-main-light) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: left top;
  background-size: 3px 2.2em;
}
.greeting .bnrs {
  margin-top: 3.5rem;
  padding-inline: 10%;
}
.greeting .related_links {
  margin-top: 3rem;
  padding: 3rem 5%;
  background-color: var(--color-bg02);
}
.greeting .related_links ul li ~ li {
  margin-top: 1.3rem;
}
.greeting .related_links ul li a {
  display: block;
  height: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 12px;
}
.greeting .related_links ul li a::after {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e813';
}
.greeting .related_links ul li a.bnr01 {
  padding: 2.5rem 0;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/index/greeting_bnr01.webp);
  background-size: cover;
}
.greeting .related_links ul li a.bnr02 {
  padding: 1.5rem 0;
  color: var(--color-white);
  background-color: var(--color-sub-dull);
  background-image: url(../img/index/greeting_bnr02.webp);
  background-size: cover;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 112px 0 0;
    background-image: radial-gradient(circle, var(--color-bg02) 167px, transparent 167px), linear-gradient(var(--color-bg02) 334px, transparent 334px), radial-gradient(circle, var(--color-bg02) 110px, transparent 110px), linear-gradient(0deg, var(--color-bg02) 220px, transparent 220px);
    background-repeat: no-repeat;
    background-position: calc(50% + 234px) 320px, 100% 320px, calc(50% + 550px) 100%, 0 100%;
    background-size: 334px 334px, calc(50% - 234px) auto, 220px 220px, calc(50% + 550px) auto;
  }
  .greeting section.wrap {
    padding-inline: 0;
  }
  .greeting section.wrap .tit {
    margin-bottom: 22px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 3rem;
  }
  .greeting section.wrap .tit::after {
    height: 15px;
  }
  .greeting section.wrap .cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 595px 470px;
    grid-template-columns: 595px 470px;
    -ms-grid-rows: 30px auto auto;
    grid-template-rows: 30px auto auto;
    justify-content: space-between;
  }
  .greeting section.wrap .cont > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .greeting section.wrap .cont > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .greeting section.wrap .cont > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .greeting section.wrap .cont > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .greeting section.wrap .cont > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .greeting section.wrap .cont > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .greeting section.wrap .cont .img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 470px;
    height: 478px;
    margin-bottom: 0;
    padding: 0;
  }
  .greeting section.wrap .cont .img .dr {
    width: 382px;
  }
  .greeting section.wrap .cont .img .sub {
    width: 208px;
  }
  .greeting section.wrap .cont .txt {
    padding-top: 4px;
    padding-bottom: 1px;
  }
  .greeting section.wrap .cont .txt:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .greeting section.wrap .cont .txt:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .greeting .bnrs {
    margin-top: 40px;
    padding-inline: 0;
  }
  .greeting .related_links {
    height: 220px;
    margin-top: 60px;
    padding: 60px 0;
    background: transparent;
  }
  .greeting .related_links ul {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .greeting .related_links ul li {
    width: 500px;
  }
  .greeting .related_links ul li ~ li {
    margin-top: 0;
  }
  .greeting .related_links ul li a {
    height: 100px;
    font-size: 2.2rem;
  }
  .greeting .related_links ul li a.bnr01 {
    padding: 36px 0;
  }
  .greeting .related_links ul li a.bnr02 {
    padding: 22px 0;
  }
  .greeting .related_links ul li a:hover {
    text-shadow: 0 2px 3px rgba(var(--color-black-rgb), 0.2);
    -webkit-filter: saturate(1.1);
            filter: saturate(1.1);
    -webkit-box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 1px 2px 5px rgba(var(--color-black-rgb), 0.16);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.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 {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
  color: var(--color-txt01);
  background: var(--color-sub-light);
}
.heading h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 250px;
    padding: 70px calc((100% - 1100px) / 2) 10px;
  }
  .heading h1 {
    font-size: 3.4rem;
  }
}

.breadcrumbs {
  padding: 1rem 4%;
  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: 12px 0 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

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

body#page_doctor .doctor_greeting .img_r {
  max-width: 50%;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile section {
  margin-top: 2rem;
}
body#page_doctor .doctor_profile section p {
  padding-inline: 1rem;
}
body#page_doctor .bnrs {
  margin-top: 4rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 320px;
    margin: 0 0 0 40px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile section {
    flex-grow: 1;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile section p {
    padding-inline: 15px;
  }
  body#page_doctor .bnrs {
    margin-top: 60px;
    padding-inline: 0;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.8rem 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-panel .slick-dots {
  bottom: -1.9rem;
}
body#page_clinic .slider .slider-panel .slick-dots li {
  width: 1em;
  height: 1em;
  margin: 0 0.1em;
}
body#page_clinic .slider .slider-panel .slick-dots li button {
  width: 100%;
  height: 100%;
}
body#page_clinic .slider .slider-panel .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body#page_clinic .slider .slider-panel .slick-dots li.slick-active button::before {
  color: var(--color-main);
  opacity: 1;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-main);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  body#page_clinic .slider .slider-panel figcaption {
    padding: 12px 0;
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
    font-size: 5rem;
    color: var(--color-main);
  }
  body#page_clinic .slider .slider-panel .slick-prev:hover:before, body#page_clinic .slider .slider-panel .slick-prev:focus:before, body#page_clinic .slider .slider-panel .slick-next:hover:before, body#page_clinic .slider .slider-panel .slick-next:focus:before {
    color: var(--color-main-hover);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-dots {
    bottom: -35px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li {
    margin: 0 5px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button:hover::before {
    color: var(--color-main);
  }
}

body#page_first .btns {
  text-align: center;
}
body#page_first .btns li {
  display: inline-block;
}
body#page_first .btns li ~ li {
  margin-left: 1rem;
}
body#page_first .btns li a {
  width: 9em;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  body#page_first .btns {
    text-align: left;
  }
  body#page_first .btns li ~ li {
    margin-left: 20px;
  }
  body#page_first .btns li a {
    width: 240px;
    font-size: 2rem;
  }
}

body#page_faq .faqlist > dt {
  display: flex;
  align-items: baseline;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding: 0.8rem;
  font-weight: 700;
  color: var(--color-main-dark);
  background: var(--color-main-pale);
  border-radius: 0.5rem;
}
body#page_faq .faqlist > dt::before {
  flex: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  content: "Q.";
}
body#page_faq .faqlist > dt ~ dt {
  margin-top: 2.8rem;
}
body#page_faq .faqlist > dd {
  position: relative;
  min-height: 3rem;
  margin-top: 1.2rem;
  padding-top: 0.5rem;
  padding-left: 3.8rem;
}
body#page_faq .faqlist > dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  content: "A.";
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 50%;
}
body#page_faq .faqlist > dd a {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body#page_faq .faqlist > dt {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 12px 15px;
    line-height: 1.5;
    border-radius: 5px;
  }
  body#page_faq .faqlist > dt::before {
    font-size: 2.6rem;
  }
  body#page_faq .faqlist > dt ~ dt {
    margin-top: 50px;
  }
  body#page_faq .faqlist > dd {
    min-height: 60px;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 80px;
    padding-right: 10px;
    line-height: inherit;
  }
  body#page_faq .faqlist > dd::before {
    left: 10px;
    font-size: 3.6rem;
  }
}

body#page_access .timetable {
  color: var(--color-txt01);
}
body#page_access .timetable thead tr {
  border-top-color: var(--color-main);
  border-bottom-color: var(--color-main);
}
body#page_access .timetable thead tr th {
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_access .timetable tbody tr {
  border-bottom-color: var(--color-main);
}
body#page_access .timetable tbody tr td {
  color: var(--color-main-hover);
}
body#page_access .access_info dt {
  padding: 0.5rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--color-txt01);
  background: var(--color-main-pale);
  border-radius: 0.5rem;
}
body#page_access .access_info dd {
  padding: 0.6rem 1rem 1.2rem;
  line-height: 1.66;
}
body#page_access .access_route figure figcaption {
  margin-block: 0.5rem;
}
body#page_access .access_route_ev > figure {
  position: relative;
}
body#page_access .access_route_ev > figure:not(:last-child) {
  margin-bottom: 4.5rem;
}
body#page_access .access_route_ev > figure:not(:last-child)::after {
  --color-sub: #f8a900;
  position: absolute;
  bottom: -3.2rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 4rem 0 4rem;
  border-color: var(--color-sub) transparent transparent transparent;
}
body#page_access .access_maps .gmap {
  height: 35rem;
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable thead tr th:first-child {
    width: 23%;
  }
  body#page_access .timetable tbody {
    line-height: 1.5;
  }
  body#page_access .access_info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  body#page_access .access_info > dt, body#page_access .access_info > dd {
    padding: 10px 40px;
    border-bottom: 7px solid var(--color-base-bg);
    -webkit-box-shadow: 0 1px 0 var(--color-main-light);
            box-shadow: 0 1px 0 var(--color-main-light);
  }
  body#page_access .access_info > dt {
    width: 23%;
    font-weight: 500;
    border-radius: 0;
  }
  body#page_access .access_info > dd {
    width: 77%;
  }
  body#page_access .access_route figure {
    max-width: 750px;
    margin-inline: auto;
  }
  body#page_access .access_route figure figcaption {
    margin-block: 10px;
    text-align: center;
  }
  body#page_access .access_route_ev > figure:not(:last-child) {
    margin-bottom: 90px;
  }
  body#page_access .access_route_ev > figure:not(:last-child)::after {
    bottom: -70px;
    border-width: 26px 60px 0 60px;
  }
  body#page_access .access_maps {
    display: flex;
    justify-content: space-between;
  }
  body#page_access .access_maps .amap {
    width: 600px;
  }
  body#page_access .access_maps .gmap {
    width: 470px;
    height: 460px;
    margin-top: 0;
  }
}

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