@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

:where(a) {
  text-underline-offset: 0.2ex;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 1em;
}

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

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

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

@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_c {
  text-align: center !important;
}

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

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

.bold {
  font-weight: bold;
}

.txt_b {
  font-size: 185%;
}

.w25 {
  width: 25rem;
}

.img_c {
  margin: 0 auto 1.4rem;
  border-radius: 0.8rem;
}
.img_c.w60 {
  max-width: 60%;
}

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

@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 15px;
  }
  .img_c.w100 {
    max-width: 100%;
  }
  .img_c.w60 {
    max-width: 450px;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 35px 20px 0;
    border-radius: 15px;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 35px;
    border-radius: 15px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

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

.mrg_a {
  margin: auto;
}

article + article {
  margin-top: 4rem;
}
article > .intro {
  margin-bottom: 3.6rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section > .intro {
  margin-bottom: 3rem;
}
article > section > section {
  margin-top: 3.2rem;
}
article > section > section > section {
  margin-top: 2.6rem;
}
article > section > section > section > section {
  margin-top: 2.2rem;
}
article h2 + section, article h3 + section {
  margin-top: 1.5rem !important;
}

@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 + article {
    margin-top: 80px;
  }
  article .intro {
    display: flow-root;
  }
  article > .intro {
    margin-bottom: 70px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section > .intro {
    margin-bottom: 50px;
  }
  article > section > section {
    margin-top: 60px;
  }
  article > section > section > section {
    margin-top: 40px;
  }
  article > section > section > section > section {
    margin-top: 30px;
  }
}
.tit_01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}

.tit_02, .news_tit, .concept_tit, .medical_tit, .greeting_tit {
  margin: 0 0 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.tit_02::before, .news_tit::before, .concept_tit::before, .medical_tit::before, .greeting_tit::before {
  display: block;
  width: 3em;
  height: 3em;
  margin: 0 auto 0.1em;
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding: 1rem 0.7rem 0.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3rem, #38a1db), color-stop(0.3rem, #fff), color-stop(0.5rem, #fff), color-stop(0.5rem, #38a1db));
  background: linear-gradient(#38a1db 0.3rem, #fff 0.3rem, #fff 0.5rem, #38a1db 0.5rem);
  border-radius: 0.5rem;
}

.tit_04 {
  margin: 0 0 1rem;
  padding-bottom: 0.4em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 2px solid #eee;
}
.tit_04::before {
  display: inline-block;
  width: 0.4rem;
  height: 1em;
  margin-right: 0.5rem;
  vertical-align: -0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #38a1db), color-stop(50%, #ffb217));
  background: linear-gradient(#38a1db 50%, #ffb217 50%);
  content: "";
}

.tit_05, body#page_first .first_reservation dl dt {
  margin: 0 0 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_05::before, body#page_first .first_reservation dl dt::before {
  display: inline-block;
  margin-right: 0.4em;
  color: #ffb217;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e818';
}

.tit_06 {
  margin: 0 0 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fa0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02, .news_tit, .concept_tit, .medical_tit, .greeting_tit {
    margin: 0 0 36px;
    font-size: 3.8rem;
    letter-spacing: 0.2em;
  }
  .tit_02::before, .news_tit::before, .concept_tit::before, .medical_tit::before, .greeting_tit::before {
    width: 106px;
    height: 112px;
    margin: 0 auto 5px;
  }
  .tit_03 {
    margin: 0 0 18px;
    padding: 14px 12px 10px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    background: linear-gradient(#38a1db 4px, #fff 4px, #fff 7px, #38a1db 7px);
  }
  .tit_04 {
    margin: 0 0 18px;
    padding-bottom: 9px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .tit_04::before {
    width: 5px;
    margin-right: 12px;
  }
  .tit_05, body#page_first .first_reservation dl dt {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .tit_06 {
    margin: 0 0 12px;
    font-size: 1.8rem;
  }
}
.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  line-height: 1;
  color: #ffb217;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  content: "●";
}

.lst_ul > li.none, .lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.none::before, .lst_ul > li.etc::before {
  display: none;
}
@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:not(:first-child) {
    margin-top: 0;
  }
}

.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li::marker {
  color: #38a1db;
}
.lst_ol > li.none, .lst_ol > li.etc {
  margin-left: 0;
  list-style-type: none;
}

@media screen and (min-width: 48em), print {
  .flex {
    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;
  }
}
.dl_accordion dt {
  cursor: pointer;
}
.dl_accordion dt::before {
  position: relative;
  display: inline-block;
  content: "▼";
  font-size: 0.6em;
  top: -0.3em;
  margin-right: 0.4em;
}
.dl_accordion dt.active::before {
  content: "▲";
}
.dl_accordion dt:not(:first-of-type) {
  margin-top: 1em;
}
.dl_accordion dd {
  margin-bottom: 2em;
}

.tbl_data, body#page_private .tbl_price {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.tbl_data th, body#page_private .tbl_price th, .tbl_data td, body#page_private .tbl_price td {
  padding: 0.8em 0.5em;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .tbl_data th, body#page_private .tbl_price th, .tbl_data td, body#page_private .tbl_price td {
    padding: 15px;
  }
}

.tbl_data tr > *:first-child, body#page_private .tbl_price tr > *:first-child {
  border-left: none;
}
.tbl_data thead th, body#page_private .tbl_price thead th {
  color: #fff;
  background: #89ce22;
  border-left: 1px solid #fff;
}
.tbl_data thead th:first-child, body#page_private .tbl_price thead th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.tbl_data thead th:last-child, body#page_private .tbl_price thead th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.tbl_data tbody th, body#page_private .tbl_price tbody th {
  background: #e6f5cf;
  border-bottom: 1px solid #aaa;
}
.tbl_data tbody td, body#page_private .tbl_price tbody td {
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
@media screen and (min-width: 48em), print {
  .tbl_data thead th:first-child, body#page_private .tbl_price thead th:first-child {
    border-radius: 10px 0 0 0;
  }
  .tbl_data thead th:last-child, body#page_private .tbl_price thead th:last-child {
    border-radius: 0 10px 0 0;
  }
}

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

.box_notes, .box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1.5rem;
  border-radius: 0.8rem;
}
.box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_notes ul, .box_disease ul, .box_symptoms ul, .box_notes ol, .box_disease ol, .box_symptoms ol, .box_notes p, .box_disease p, .box_symptoms p {
  margin: 0;
}
.box_notes li:not(:first-child), .box_disease li:not(:first-child), .box_symptoms li:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_disease, .box_symptoms {
    padding: 30px 28px;
    border-radius: 10px;
  }
}

.l-cf .box_notes, .l-cf .box_disease, .l-cf .box_symptoms {
  display: flow-root;
}

.box_symptoms {
  background: #fff7e6;
}

.box_disease {
  background: #edfbd7;
}

.box_notes {
  background: #e6f7ff;
}

.btn_detail, .btn_back, .btn_more, .gmap_btn a {
  display: inline-block;
  padding: 0.9em 1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back, .btn_more, .gmap_btn a {
    padding: 0.75em 1.5em;
    letter-spacing: 0.1em;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_more, .gmap_btn a {
  color: #fff;
  background: #38a1db;
}
.btn_more::before, .gmap_btn a::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80a';
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .btn_more::before, .gmap_btn a::before {
    margin-right: 0.3em;
  }
  .btn_more:hover, .gmap_btn a:hover {
    background: #2181b7;
  }
}
.btn_more.-bg_green, .gmap_btn a.-bg_green {
  background: #89ce22;
}

.btn_detail, .btn_back {
  color: #38a1db;
  background: #fff;
  border: 2px solid #38a1db;
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80a';
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .btn_detail::before, .btn_back::before {
    margin-right: 0.3em;
  }
}

.js-news dd a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .js-news dd a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-news dd a:hover {
    text-decoration: none;
  }
}

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

.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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.phone a {
  display: inline-block;
}
.phone a::before {
  margin-right: 0.1rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80f';
  font-size: 86%;
  color: #38a1db;
}
@media screen and (min-width: 48em), print {
  .phone {
    letter-spacing: 0.03em;
  }
  .phone::before {
    display: inline-block;
    margin-right: 2px;
    font-family: "fontello";
    font-weight: normal;
    letter-spacing: 0;
    content: '\e80f';
    font-size: 70%;
    vertical-align: 0.1em;
    color: #38a1db;
  }
  .phone a::before {
    display: none;
  }
}
mark.phone {
  font-size: 125%;
}
mark.phone::before, mark.phone a::before {
  color: #ff8317;
  font-size: 90%;
}

.rsv a, .rsv_btn {
  display: inline-block;
  padding: 0.3em 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #ffb217;
  border-radius: 0.5rem;
}
.rsv a::before, .rsv_btn::before {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  margin-left: -0.5em;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80c';
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: center;
  color: #ffb217;
  background: #fff;
  border-radius: 1em;
}
@media screen and (min-width: 48em), print {
  .rsv a, .rsv_btn {
    letter-spacing: 0.1em;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rsv a::before, .rsv_btn::before {
    margin-left: -20px;
    margin-right: 12px;
    font-size: 150%;
  }
  .rsv a:hover, .rsv_btn:hover {
    background: #ff9603;
  }
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  background: #ebf8ff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.3rem;
  text-align: left;
  line-height: 1.2;
}
.timetable thead th {
  padding: 0.5em 0;
  font-weight: normal;
  color: #fff;
  background: #38a1db;
}
.timetable thead th:first-child {
  width: 33%;
}
.timetable thead th:last-child {
  width: 11%;
}
.timetable tbody tr.pm th {
  text-indent: -0.5em;
}
.timetable tbody th {
  padding: 0.5em 0;
  font-weight: normal;
  font-size: 112.5%;
  white-space: nowrap;
  color: #333;
  border-bottom: 1px solid #38a1db;
}
.timetable tbody td {
  padding: 0.5em 0;
  text-align: center;
  color: #38a1db;
  border-bottom: 1px solid #38a1db;
}
.timetable tbody td.close {
  color: #333;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.3em;
  }
  .timetable thead th {
    padding: 0.7em 0;
    letter-spacing: 0.05em;
  }
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable thead th:last-child {
    width: 12%;
  }
  .timetable tbody th, .timetable tbody td {
    padding: 0.7em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gmap_btn {
  text-align: center;
}
.gmap_btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
  }
  .main.contents {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 80px;
    line-height: 1.75;
  }
}
#global_header {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#global_header .header_wrap {
  padding: 0.5rem 1rem;
  background: #fff;
}
#global_header .header_wrap .logo {
  width: 80%;
}
#global_header .header_wrap .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .header_wrap .logo a img {
  width: 100%;
  max-height: 100%;
}
#global_header .header_wrap .wrap_col {
  font-size: 1.2rem;
}
#global_header .header_wrap .wrap_col .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding: 0.5rem 0;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_address {
  width: 100%;
  padding: 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.3;
  background: #fff7e6;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_address::before {
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80e';
  color: #ffb217;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_dr {
  padding-top: 0.4rem;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_dr dt {
  display: inline-block;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_dr dt::before {
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80d';
  color: #38a1db;
}
#global_header .header_wrap .wrap_col .clinic_info .clinic_dr dd {
  display: inline-block;
}
#global_header .header_wrap .wrap_col .clinic_info .phone {
  font-size: 2rem;
  line-height: 1.2;
}
#global_header .header_wrap .wrap_col .timetable {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}
body:not(#page_index) #global_header {
  background-image: url(../img/header_tit.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header {
    background-size: cover;
  }
  body:not(#page_index) #global_header .wrap_col {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    position: relative;
  }
  #global_header .header_wrap {
    height: 128px;
    padding: 0 calc(50% - 590px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 382px;
  }
  #global_header .header_wrap .wrap_col {
    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;
    width: 710px;
    font-size: 1.6rem;
  }
  #global_header .header_wrap .wrap_col .clinic_info {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 396px;
    padding: 0;
  }
  #global_header .header_wrap .wrap_col .clinic_info .clinic_address {
    width: 100%;
    padding: 12px 0;
    letter-spacing: 0.05em;
  }
  #global_header .header_wrap .wrap_col .clinic_info .clinic_address span {
    font-size: 1.4rem;
  }
  #global_header .header_wrap .wrap_col .clinic_info .clinic_dr {
    width: 43%;
    padding-top: 7px;
    letter-spacing: 0.02em;
  }
  #global_header .header_wrap .wrap_col .clinic_info .clinic_dr dt::before {
    margin-right: 7px;
  }
  #global_header .header_wrap .wrap_col .clinic_info .phone {
    width: 57%;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: right;
  }
  #global_header .header_wrap .wrap_col .clinic_info .phone::before {
    font-size: 78%;
    margin-right: 0;
  }
  #global_header .header_wrap .wrap_col .timetable {
    width: 295px;
    margin: 0;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  #global_header .header_wrap .wrap_col .timetable caption {
    margin-top: 3px;
    font-size: inherit;
    letter-spacing: 0.05em;
  }
  #global_header .header_wrap .wrap_col .timetable thead th {
    padding: 7px 0;
    letter-spacing: 0;
  }
  #global_header .header_wrap .wrap_col .timetable thead th:first-child {
    width: 30%;
  }
  #global_header .header_wrap .wrap_col .timetable thead th:last-child {
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
  #global_header .header_wrap .wrap_col .timetable tbody th {
    padding: 6px 0 7px;
    font-size: inherit;
  }
  #global_header .header_wrap .wrap_col .timetable tbody td {
    padding: 6px 0 7px;
    font-size: 1.1rem;
  }
  body:not(#page_index) #global_header {
    height: 508px;
    background-size: auto;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  #global_header .header_wrap .wrap_col .timetable {
    font-size: 1.3rem !important;
  }
  #global_header .header_wrap .wrap_col .timetable caption {
    letter-spacing: 0;
  }
  #global_header .header_wrap .wrap_col .timetable thead th {
    padding: 5px 0;
  }
}
@media screen and (min-width: 2001px) {
  body:not(#page_index) #global_header {
    background-size: cover;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #38a1db;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    z-index: 1;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
  }
}
#global_nav {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#global_nav .gnav a {
  display: block;
}
#global_nav .gnav button {
  width: 100%;
  background: none;
  border: none;
}
#global_nav .gnav button.sub_btn::after {
  display: inline-block;
  margin-left: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e809';
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
#global_nav .gnav button.sub_btn.close::after {
  content: "\e80b";
}
#global_nav .gnav .subnav {
  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;
  border-radius: 10px;
  overflow: hidden;
}
#global_nav .gnav .subnav a {
  word-spacing: 0.5em;
}
#global_nav .gnav .subnav a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80a';
  color: #38a1db;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#global_nav .gnav .subnav .items {
  display: none;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0;
    padding: 0 0 0.1rem;
    line-height: 0.8;
    text-align: center;
    color: #fff;
    background: #38a1db;
    border: none;
    border-radius: 0.5rem;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    letter-spacing: 0;
    content: '\e802';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-size: 1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e806";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    overflow-y: auto;
    width: 100vw;
    max-height: 90svh;
    padding: 1rem 1.6rem 2.4rem;
    font-size: 1.5rem;
    color: #38a1db;
    background: #fff;
  }
  #global_nav .gnav > li:not(:first-child) {
    border-top: 2px dotted #dcdcdc;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li > button {
    padding: 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global_nav .gnav > li .subnav {
    margin-bottom: 1rem;
    padding: 0.5rem;
    color: #333;
    background: rgba(56, 161, 219, 0.1);
  }
  #global_nav .gnav > li .subnav li {
    width: 45%;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li .subnav li:nth-child(odd) {
    width: 52%;
  }
  #global_nav .gnav > li .subnav li a {
    padding: 0.5rem 0;
  }
  #global_nav .gnav > li.rsv {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    height: 92px;
    padding: 16px 0 11px;
    color: #fff;
    background: rgba(56, 161, 219, 0.9);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 65px;
    border-left: 1px dotted #fff;
  }
  #global_nav .gnav > li:not(.rsv) {
    position: relative;
  }
  #global_nav .gnav > li:not(.rsv)::after {
    position: absolute;
    bottom: -11px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #298caf;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  #global_nav .gnav > li:not(.rsv):hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #global_nav .gnav > li:not(.rsv) > a, #global_nav .gnav > li:not(.rsv) > button {
    min-width: 120px;
    height: 65px;
    padding: 0 8px;
    text-align: center;
    line-height: 1;
  }
  #global_nav .gnav > li:not(.rsv) > a::before, #global_nav .gnav > li:not(.rsv) > button::before {
    display: block;
    height: 45px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    content: "";
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 77px;
    left: calc(50% - 210px);
    width: 420px;
    color: #5a3109;
    background: #fff;
  }
  #global_nav .gnav > li .subnav li {
    width: 50%;
    letter-spacing: 0.1em;
  }
  #global_nav .gnav > li .subnav li:nth-child(n+3) {
    border-top: 1px dotted #a2a2a2;
  }
  #global_nav .gnav > li .subnav li:nth-child(odd) {
    width: 50%;
    border-right: 1px dotted #a2a2a2;
  }
  #global_nav .gnav > li .subnav li a {
    padding: 9px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #global_nav .gnav > li .subnav li a:hover {
    color: #fff;
    background: #38a1db;
  }
  #global_nav .gnav > li .subnav li a:hover::before {
    color: #fff;
  }
  #global_nav .gnav > li.ul_last {
    border-right: 1px dotted #fff;
  }
  #global_nav .gnav > li.rsv {
    position: fixed;
    left: 0;
    bottom: 30px;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li.rsv a {
    padding: 9px 13px 9px 9px;
    border-radius: 0 10px 10px 0;
  }
  #global_nav .gnav > li.rsv a::before {
    margin-left: 0;
  }
  #global_nav .gnav .a_home::before {
    background-image: url(../img/nav_home.svg);
  }
  #global_nav .gnav .a_home::before {
    background-image: url(../img/nav_home.svg);
  }
  #global_nav .gnav .a_greeting::before {
    background-image: url(../img/nav_greeting.svg);
  }
  #global_nav .gnav .a_first::before {
    background-image: url(../img/nav_first.svg);
  }
  #global_nav .gnav .a_medical::before {
    background-image: url(../img/nav_medical.svg);
  }
  #global_nav .gnav .a_clinic::before {
    background-image: url(../img/nav_clinic.svg);
  }
  #global_nav .gnav .a_access::before {
    background-image: url(../img/nav_access.svg);
  }
  #global_nav .gnav .a_private_fee::before {
    background-image: url(../img/nav_private_fee.svg);
  }
  #global_nav .gnav .a_faq::before {
    background-image: url(../img/nav_faq.svg);
  }
  #global_nav.is_sticky .subnav {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}
:target::before {
  content: "";
  display: block;
  height: 3.5rem;
  margin: -3.5rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 120px;
    margin: -120px 0 0;
  }
}

.overview {
  padding: 3rem 1rem;
  font-size: 1.3rem;
  background: #fff7e6;
}
.overview_data {
  margin-bottom: 2rem;
  padding: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: #fff;
  border-radius: 1rem;
}
.overview_data .clinic_name {
  margin-bottom: 1rem;
}
.overview_data .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview_data .clinic_info01 .clinic_address {
  margin-bottom: 1.3rem;
  padding: 0.8rem 0.2rem;
  text-align: center;
  background: #fff7e6;
}
.overview_data .clinic_info01 .clinic_address::before {
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80e';
  color: #ffb217;
}
.overview_data .clinic_info01 .col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 5% auto;
  grid-template-columns: 50% auto;
  -ms-grid-rows: 40% 0.5rem auto;
  grid-template-rows: 40% auto;
  gap: 0.5rem 5%;
}
.overview_data .clinic_info01 .col > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.overview_data .clinic_info01 .col > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.overview_data .clinic_info01 .col > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.overview_data .clinic_info01 .col > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.overview_data .clinic_info01 .col .clinic_dr {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  line-height: 1.2;
}
.overview_data .clinic_info01 .col .clinic_dr dt {
  display: inline-block;
}
.overview_data .clinic_info01 .col .clinic_dr dt::before {
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80d';
  color: #38a1db;
}
.overview_data .clinic_info01 .col .clinic_dr dd {
  display: inline-block;
}
.overview_data .clinic_info01 .col .phone {
  -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;
  font-size: 2rem;
  line-height: 1;
}
.overview_data .clinic_info01 .col .rsv {
  -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;
}
.overview_data .clinic_info01 .col .rsv a {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.overview_data .clinic_info01 .timetable {
  margin: 1rem 0 1.8rem;
  font-size: 1.2rem;
}
.overview_data .clinic_info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  width: 100%;
}
.overview_data .clinic_info02 > dt {
  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: 26%;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  background: #38a1db;
}
.overview_data .clinic_info02 > dd {
  width: 74%;
  padding: 0.5rem 0 0.5rem 1rem;
}
.overview_data .clinic_info02 .clinic_access dt {
  display: inline-block;
  margin-right: 0.6em;
}
.overview_data .clinic_info02 .clinic_access dt::before {
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e810';
  color: #38a1db;
}
.overview_data .clinic_info02 .clinic_access dd {
  display: inline-block;
}
.overview_data .clinic_info02 .clinic_access .parking {
  margin: 0.8rem 0;
  padding: 0.5rem;
  line-height: 1.3;
  border: 2px solid #ff8317;
  border-radius: 0.5rem;
}
.overview_data .clinic_info02 .clinic_access .parking dt {
  color: #ff8317;
}
.overview_data .clinic_info02 .clinic_access .parking dt::before {
  content: "\e811";
  color: inherit;
}
.overview_data .clinic_info02 .clinic_access .parking dd em {
  font-weight: normal;
  color: #ff8317;
}
.overview_data .clinic_info02 .clinic_access .parking dd.exp ul {
  margin-left: 1em;
}
.overview_data .clinic_info02 .clinic_access .parking dd.exp ul li {
  margin-top: 0.4em;
}
.overview_data .clinic_info02 .clinic_access .parking dd.exp ul li::before {
  display: inline-block;
  margin-left: -1em;
  color: #ff8317;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  content: "●";
}
.overview_maps dl {
  margin-top: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.overview_maps dl dt {
  padding: 0.4em 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #89ce22;
}
.overview_maps dl.gmap dd {
  height: 27rem;
}
.overview_maps .gmap_btn {
  margin-top: 1.5rem;
}
.overview_maps .gmap_btn a {
  width: 80%;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 46px 0 44px;
    font-size: 1.6rem;
  }
  .overview_data {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1180px;
    margin: 0 auto 48px;
    padding: 35px 41px 35px 46px;
    border-radius: 15px;
  }
  .overview_data .clinic_name {
    width: 100%;
    margin-bottom: 38px;
  }
  .overview_data .clinic_info01 {
    width: 510px;
  }
  .overview_data .clinic_info01 .clinic_address {
    margin-bottom: 22px;
    padding: 11px 0;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  .overview_data .clinic_info01 .clinic_address span {
    font-size: 1.4rem;
  }
  .overview_data .clinic_info01 .col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 0 auto;
    grid-template-columns: 270px auto;
    -ms-grid-rows: 22px 0 auto;
    grid-template-rows: 22px auto;
    gap: 0;
  }
  .overview_data .clinic_info01 .col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .overview_data .clinic_info01 .col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .overview_data .clinic_info01 .col > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .overview_data .clinic_info01 .col > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .overview_data .clinic_info01 .col .clinic_dr {
    letter-spacing: 0.05em;
  }
  .overview_data .clinic_info01 .col .clinic_dr dt::before {
    margin-right: 6px;
  }
  .overview_data .clinic_info01 .col .phone {
    font-size: 3.6rem;
  }
  .overview_data .clinic_info01 .col .rsv a {
    padding: 9px 0 10px;
    font-size: 1.8rem;
  }
  .overview_data .clinic_info01 .timetable {
    margin: 22px 0 0;
    font-size: 1.6rem;
  }
  .overview_data .clinic_info02 {
    row-gap: 9px;
    width: 530px;
    letter-spacing: 0.05em;
  }
  .overview_data .clinic_info02 > dt {
    width: 130px;
    padding: 8px 0;
  }
  .overview_data .clinic_info02 > dd {
    width: 400px;
    padding: 8px 0 8px 15px;
  }
  .overview_data .clinic_info02 .clinic_access {
    margin-bottom: 4px;
  }
  .overview_data .clinic_info02 .clinic_access .parking {
    margin: 12px 0;
    padding: 6px 18px 12px;
    border-radius: 10px;
  }
  .overview_data .clinic_info02 .clinic_access .parking dt {
    font-size: 1.8rem;
  }
  .overview_data .clinic_info02 .clinic_access .parking dt::before {
    margin-right: 8px;
    font-size: 2.6rem;
  }
  .overview_data .clinic_info02 .clinic_access .parking dd em {
    font-size: 1.8rem;
  }
  .overview_data .clinic_info02 .clinic_access .parking dd.exp ul {
    margin-left: 0.8em;
  }
  .overview_data .clinic_info02 .clinic_access .parking dd.exp ul li {
    margin-top: 0.3em;
  }
  .overview_maps {
    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;
    width: 1180px;
    margin: 0 auto;
  }
  .overview_maps dl {
    width: 570px;
    margin-top: 0;
    border-radius: 15px;
  }
  .overview_maps dl dt {
    height: 50px;
    padding: 12px 0 9px;
    font-size: 2rem;
  }
  .overview_maps dl.gmap dd {
    height: 475px;
  }
  .overview_maps .gmap_btn {
    width: 100%;
    margin-top: 40px;
  }
  .overview_maps .gmap_btn a {
    width: 360px;
    height: 65px;
    padding: 1.2em 0;
    font-size: 1.8rem;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: #38a1db;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 36px 0 0;
  }
  #global_footer ul {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li:not(:last-child)::after {
    margin: 0 0.5rem;
    content: "|";
  }
  #global_footer ul li a {
    color: #333;
    letter-spacing: 0.06em;
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav {
    margin-bottom: 1.6rem;
  }
  #global_footer ul.gnav .sub, #global_footer ul.gnav .ex {
    display: none;
  }
  #global_footer ul.gnav .rsv a {
    display: inline;
    padding: inherit;
    font-family: inherit;
    color: inherit;
    background: inherit;
  }
  #global_footer ul.gnav .rsv a::before {
    display: none;
  }
  #global_footer ul.subnav li {
    word-spacing: 0.5em;
    letter-spacing: 0;
  }
  #global_footer ul.subnav li::after {
    margin: 0 0.5rem 0 -0.5rem;
  }
  #global_footer ul.subnav li .items {
    display: none;
  }
  #global_footer .copyright {
    margin: 36px 0 0;
    padding: 22px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
  .js-pageup.is_stay {
    bottom: 85px;
    right: 30px;
  }
}

#sp_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 4rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sp_footer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
}
#sp_footer li.phone a {
  font-size: 1.9rem;
  background: #edf7fd;
}
#sp_footer li.rsv a {
  font-size: 1.5rem;
  border-radius: 0;
}
#sp_footer li.rsv a::before {
  width: auto;
  height: auto;
  margin-left: 0;
  color: inherit;
  background: inherit;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #89ce22;
  border: none;
  cursor: pointer;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80b';
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 75px;
    height: 75px;
    font-size: 1.4rem;
    line-height: 1.3;
    background: #ffb217;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    background: #ff9603;
  }
}

#keyvsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 22rem;
  padding: 1.5rem 1rem;
  background-image: url(../img/index_keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#keyvsl .catch {
  margin: 0 0 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-shadow: rgba(255, 255, 255, 0.8) 2px 0px 5px, rgba(255, 255, 255, 0.8) 1.75517px 0.958851px 5px, rgba(255, 255, 255, 0.8) 1.0806px 1.68294px 5px, rgba(255, 255, 255, 0.8) 0.141474px 1.99499px 5px, rgba(255, 255, 255, 0.8) -0.832294px 1.81859px 5px, rgba(255, 255, 255, 0.8) -1.60229px 1.19694px 5px, rgba(255, 255, 255, 0.8) -1.97998px 0.28224px 5px, rgba(255, 255, 255, 0.8) -1.87291px -0.701566px 5px, rgba(255, 255, 255, 0.8) -1.30729px -1.5136px 5px, rgba(255, 255, 255, 0.8) -0.421592px -1.95506px 5px, rgba(255, 255, 255, 0.8) 0.567324px -1.91785px 5px, rgba(255, 255, 255, 0.8) 1.41734px -1.41108px 5px, rgba(255, 255, 255, 0.8) 1.92034px -0.558831px 5px;
}
#keyvsl .catch span {
  font-size: 1.8rem;
}
#keyvsl .catch span.smile {
  color: #ffb217;
}
#keyvsl .catch span.cons {
  color: #89ce22;
}
#keyvsl .new {
  position: relative;
  padding: 0.4em 2em 0.4em 4.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #89ce22;
  border-radius: 2em;
}
#keyvsl .new::before {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2.5em;
  height: 2.7em;
  background-image: url(../img/index_keyvsl_new.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  content: "";
}
#keyvsl .new span {
  font-size: 1.4rem;
}
#keyvsl .new em {
  font-weight: normal;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 810px;
    margin-top: -92px;
    padding: 40px;
    background-size: auto;
  }
  #keyvsl .catch {
    margin: 0 0 34px;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    text-shadow: rgba(255, 255, 255, 0.5) 2px 0px 8px, rgba(255, 255, 255, 0.5) 1.75517px 0.958851px 8px, rgba(255, 255, 255, 0.5) 1.0806px 1.68294px 8px, rgba(255, 255, 255, 0.5) 0.141474px 1.99499px 8px, rgba(255, 255, 255, 0.5) -0.432294px 1.81859px 8px, rgba(255, 255, 255, 0.5) -1.60229px 1.19694px 8px, rgba(255, 255, 255, 0.5) -1.97998px 0.28224px 8px, rgba(255, 255, 255, 0.5) -1.87291px -0.701566px 8px, rgba(255, 255, 255, 0.5) -1.30729px -1.5136px 8px, rgba(255, 255, 255, 0.5) -0.421592px -1.95506px 8px, rgba(255, 255, 255, 0.5) 0.567324px -1.91785px 8px, rgba(255, 255, 255, 0.5) 1.41734px -1.41108px 8px, rgba(255, 255, 255, 0.5) 1.92034px -0.558831px 8px;
  }
  #keyvsl .catch span {
    font-size: 4rem;
  }
  #keyvsl .new {
    width: 654px;
    padding: 11px 0 18px 40px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  #keyvsl .new::before {
    width: 75px;
    height: 74px;
  }
  #keyvsl .new span {
    font-size: 2.8rem;
  }
  #keyvsl .new span.m {
    font-size: 3.4rem;
  }
  #keyvsl .new em {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.notice_rsv {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 4rem 5%;
  margin: auto;
}
.notice_rsv .notice {
  border-radius: 1rem;
  background-color: #fff7e6;
  padding: 2rem 5% 4rem;
}
.notice_rsv .notice > p {
  font-size: 130%;
  text-align: center;
}
.notice_rsv .notice > p .txt_liner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #fff));
  background: linear-gradient(transparent 65%, #fff 35%);
}
.notice_rsv .notice > div p {
  text-align: center;
}
.notice_rsv .notice > div .rsv_btn {
  padding: 0.6em 1em;
  font-size: 115%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .notice_rsv {
    width: 1100px;
  }
  .notice_rsv .notice {
    border-radius: 15px;
    padding: 2rem 5%;
  }
  .notice_rsv .notice > p {
    font-size: 150%;
    margin-bottom: 0;
  }
  .notice_rsv .notice > div {
    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: 90%;
    margin: auto;
  }
}

.greeting_tit::after, .medical_tit::after, .concept_tit::after, .news_tit::after {
  display: block;
  margin-top: 0.2em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #38a1db;
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .greeting_tit::after, .medical_tit::after, .concept_tit::after, .news_tit::after {
    margin-top: 7px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}

.js-news dt {
  cursor: pointer;
}

.js-news dd {
  word-wrap: break-word;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 2rem 5% 4rem;
  background: #f3fbe7;
}
.news_col {
  margin: 0.5rem auto;
  padding: 1rem 1.3rem 1.5rem;
  background: #fff;
  border: 2px solid #e6f9c9;
  -webkit-box-shadow: 0 0 0 0.5rem #fff;
          box-shadow: 0 0 0 0.5rem #fff;
  border-radius: 1rem;
}
.news_box dl dt {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.news_box dl dt::before {
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e800';
  color: #38a1db;
}
.news_box dl dt.is_open::before {
  content: "\e803";
}
.news_box dl dt:not(:first-of-type) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #707070;
}
@media screen and (min-width: 48em), print {
  .news {
    padding: 50px 0 76px;
  }
  .news_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1166px;
    margin: 7px auto;
    padding: 40px 45px 26px 0;
    -webkit-box-shadow: 0 0 0 7px #fff;
            box-shadow: 0 0 0 7px #fff;
    border-radius: 15px;
  }
  .news_tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 300px;
    margin: 3px 0;
  }
  .news_box {
    width: 815px;
  }
  .news_box dl dt {
    margin-bottom: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .news_box dl dd {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.66;
  }
}
.concept {
  padding: 3rem 5%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-color: #fff7e6;
}
.concept_box {
  counter-reset: cNum 0;
}
.concept_box section {
  margin-top: 2rem;
  position: relative;
  counter-increment: cNum 1;
}
.concept_box section::before {
  display: block;
  width: 90vw;
  height: 54vw;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  content: "";
}
.concept_box section::after {
  position: absolute;
  top: 2rem;
  left: 5px;
  display: inline-block;
  padding: 0 1rem 0 0.6rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ff8317;
  border-radius: 0 1em 1em 0;
  content: counter(cNum, decimal-leading-zero);
}
.concept_box section .tit {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  color: #ff8317;
}
.concept_box section .txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
}
.concept_box_specialist::before {
  background-image: url(../img/index_concept_specialist.jpg);
}
.concept_box_safety::before {
  background-image: url(../img/index_concept_safety.jpg);
}
.concept_motto {
  width: 96%;
  margin: 4rem auto 0;
  padding: 1rem 1rem 7rem;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/index_concept_motto_ill01.webp), url(../img/index_concept_motto_ill02.webp);
  background-repeat: no-repeat;
  background-position: left 4% bottom, right 4% bottom;
  background-size: 48% auto;
  border: 1px solid #ffecc2;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 0 0.5rem #fff;
          box-shadow: 0 0 0 0.5rem #fff;
}
.concept_motto .tit {
  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: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.1;
}
.concept_motto .tit::before, .concept_motto .tit::after {
  width: 2em;
  height: 1em;
  background-image: url(../img/index_concept_motto_tit.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.concept_motto .txt {
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #ff8317;
}

@media screen and (min-width: 48em), print {
  .concept {
    padding: 28px 0 67px;
    background-image: url(../img/index_concept_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
  .concept > .wrap {
    padding: 0 10px;
  }
  .concept_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 58px;
  }
  .concept_box section {
    width: 540px;
    margin-top: 0;
  }
  .concept_box section::before {
    width: 100%;
    height: 325px;
    margin: 0 auto 34px;
    border-width: 6px;
    border-radius: 15px;
  }
  .concept_box section::after {
    position: absolute;
    top: 23px;
    left: 6px;
    width: 88px;
    height: 54px;
    padding: 0 0 0 15px;
    font-size: 4rem;
    letter-spacing: 0.2em;
    line-height: 54px;
    border-radius: 0 28px 28px 0;
  }
  .concept_box section .tit {
    margin-bottom: 26px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .concept_box section .txt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
  }
  .concept_motto {
    width: 1160px;
    height: 166px;
    margin: 64px auto 0;
    padding: 28px 0 0;
    background-position: left 58px bottom -6px, right 58px bottom -6px;
    background-size: auto;
    border-radius: 90px;
    -webkit-box-shadow: 0 0 0 10px #fff;
            box-shadow: 0 0 0 10px #fff;
  }
  .concept_motto .tit {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 12px;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
  }
  .concept_motto .tit::before, .concept_motto .tit::after {
    width: 72px;
    height: 14px;
  }
  .concept_motto .txt {
    font-size: 3.8rem;
    letter-spacing: 0.2em;
  }
}
.medical {
  padding: 4rem 5%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-image: url(../img/index_medical_head.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3rem;
}
.medical_lst > li {
  position: relative;
  margin-top: calc(15vw + 2rem);
  padding: 17vw 1.3rem 1rem;
  border-radius: 1rem;
}
.medical_lst > li::before {
  position: absolute;
  top: -15vw;
  left: calc(50% - 15vw);
  display: block;
  width: 30vw;
  height: 30vw;
  font-family: "fontello";
  font-weight: normal;
  font-size: 17vw;
  letter-spacing: 0;
  line-height: 1.76;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.medical_lst > li > a {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.medical_lst > li > a::before {
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e805';
}
.medical_lst > li > a::after {
  display: block;
  font-size: 1.2rem;
  content: attr(title);
}
.medical_lst > li .items {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
  border-top: 1px dotted currentColor;
}
.medical_lst > li .items > li {
  margin-top: 0.5rem;
}
.medical_lst > li .items > li a {
  display: block;
  padding: 0.3em 0 0.3em 1em;
}
.medical_lst > li .items > li a::before {
  display: inline-block;
  margin-left: -1em;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80a';
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.medical_lst > li .items > li a i {
  display: inline-block;
  font-size: 84%;
}
.medical_lst > li:nth-child(3n+1) {
  background-color: #dcf3ff;
}
.medical_lst > li:nth-child(3n+1)::before {
  background-color: #38a1db;
  -webkit-box-shadow: 0 0 0 3px #38a1db;
          box-shadow: 0 0 0 3px #38a1db;
}
.medical_lst > li:nth-child(3n+1) > a::before {
  color: #38a1db;
}
.medical_lst > li:nth-child(3n+2) {
  background-color: #e6f9c9;
}
.medical_lst > li:nth-child(3n+2)::before {
  background-color: #89ce22;
  -webkit-box-shadow: 0 0 0 3px #89ce22;
          box-shadow: 0 0 0 3px #89ce22;
}
.medical_lst > li:nth-child(3n+2) > a::before {
  color: #89ce22;
}
.medical_lst > li:nth-child(3n+3) {
  background-color: #fec;
}
.medical_lst > li:nth-child(3n+3)::before {
  background-color: #ffb217;
  -webkit-box-shadow: 0 0 0 3px #ffb217;
          box-shadow: 0 0 0 3px #ffb217;
}
.medical_lst > li:nth-child(3n+3) > a::before {
  color: #ffb217;
}
.medical_lst > li.nav_urology::before {
  content: "\e812";
}
.medical_lst > li.nav_cancer::before {
  content: "\e813";
}
.medical_lst > li.nav_infection::before {
  content: "\e814";
}
.medical_lst > li.nav_examination::before {
  content: "\e815";
}
.medical_lst > li.nav_treatment::before {
  content: "\e816";
}
.medical_lst > li.nav_private::before {
  content: "\e817";
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 90px 0 38px;
    background-size: 2000px 118px;
  }
  .medical > .wrap {
    padding: 0 10px;
  }
  .medical_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 50px;
    margin-top: 48px;
  }
  .medical_lst > li {
    width: 360px;
    margin-top: 68px;
    padding: 86px 15px 20px;
    border-radius: 15px;
  }
  .medical_lst > li::before {
    top: -68px;
    left: 112px;
    width: 130px;
    height: 130px;
    font-size: 8rem;
    line-height: 1.625;
  }
  .medical_lst > li > a {
    margin: 0 0 12px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .medical_lst > li > a::after {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .medical_lst > li .items {
    padding: 22px 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .medical_lst > li .items > li {
    margin-top: 6px;
  }
  .medical_lst > li .items > li a {
    padding: 8px 3px 8px 34px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .medical_lst > li .items > li a i {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .medical_lst > li .items > li a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 2001px) {
  .medical {
    background-size: 100% 118px;
  }
}
.greeting {
  padding: 1rem 5% 4rem;
  background-color: #f3fbe7;
  background-image: url(../img/index_greeting_head.svg), url(../img/index_greeting_bg.webp);
  background-repeat: no-repeat;
  background-position: center top, right -1.5rem top 1rem;
  background-size: 100% 2.5rem, 440% auto;
}
.greeting_box .img {
  margin: 0 0 1.5rem;
}
.greeting_box .img img {
  max-width: 60%;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
}
.greeting_box .img figcaption {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.greeting_box .img figcaption span {
  display: block;
  font-size: 1.4rem;
  color: #38a1db;
}
.greeting_box .txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.greeting_box .btn {
  margin-top: 2rem;
  text-align: center;
}
.greeting_box .btn a {
  width: 80%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 56px 0;
    background-position: center top, center top 155px;
    background-size: 2000px 86px, auto;
  }
  .greeting > .wrap {
    padding: 0 10px;
  }
  .greeting_box {
    display: flow-root;
  }
  .greeting_box .img {
    float: right;
    margin: 0 0 0 80px;
  }
  .greeting_box .img img {
    max-width: 425px;
    margin: 0 0 20px;
  }
  .greeting_box .img figcaption {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
  .greeting_box .img figcaption span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    color: #38a1db;
  }
  .greeting_box .txt {
    margin-top: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .greeting_box .btn {
    margin-top: 36px;
    text-align: left;
  }
  .greeting_box .btn a {
    width: 360px;
    padding: 1.4em;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 2001px) {
  .greeting {
    background-size: 100% 86px, auto;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 1rem;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #38a1db;
  text-shadow: rgba(255, 255, 255, 0.3) 3px 0px 6px, rgba(255, 255, 255, 0.3) 2.83487px 0.981584px 6px, rgba(255, 255, 255, 0.3) 2.35766px 1.85511px 6px, rgba(255, 255, 255, 0.3) 1.62091px 2.52441px 6px, rgba(255, 255, 255, 0.3) 0.705713px 2.91581px 6px, rgba(255, 255, 255, 0.3) -0.287171px 2.98622px 6px, rgba(255, 255, 255, 0.3) -1.24844px 2.72789px 6px, rgba(255, 255, 255, 0.3) -2.07227px 2.16926px 6px, rgba(255, 255, 255, 0.3) -2.66798px 1.37182px 6px, rgba(255, 255, 255, 0.3) -2.96998px 0.42336px 6px, rgba(255, 255, 255, 0.3) -2.94502px -0.571704px 6px, rgba(255, 255, 255, 0.3) -2.59586px -1.50383px 6px, rgba(255, 255, 255, 0.3) -1.96093px -2.27041px 6px, rgba(255, 255, 255, 0.3) -1.11013px -2.78704px 6px, rgba(255, 255, 255, 0.3) -0.137119px -2.99686px 6px, rgba(255, 255, 255, 0.3) 0.850987px -2.87677px 6px, rgba(255, 255, 255, 0.3) 1.74541px -2.43999px 6px, rgba(255, 255, 255, 0.3) 2.44769px -1.73459px 6px, rgba(255, 255, 255, 0.3) 2.88051px -0.838247px 6px;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: 1200px;
    margin: 0 auto;
    min-height: 288px;
    font-size: 4.4rem;
    letter-spacing: 0.2em;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  .heading {
    background-size: cover;
  }
}

.breadcrumbs {
  padding: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  background: transparent;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  color: #38a1db;
  font-family: "fontello";
  font-weight: normal;
  letter-spacing: 0;
  content: '\e80a';
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 24px 0 16px;
    font-size: 1.4rem;
  }
  .breadcrumbs ol {
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_greeting .doctor_greeting figure {
  max-width: 60%;
  margin: 0 auto 1rem;
}
body#page_greeting .doctor_greeting figure img {
  border-radius: 50%;
}
body#page_greeting .doctor_greeting figure figcaption {
  display: none;
}
body#page_greeting .doctor_greeting p {
  line-height: 1.66;
}
body#page_greeting .doctor_greeting .signature {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-align: right;
}
body#page_greeting .doctor_profile {
  margin-top: 3rem;
}
body#page_greeting .doctor_profile .bio {
  margin-bottom: 2rem;
}
body#page_greeting .doctor_profile .bio dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0;
  padding-left: 0.3rem;
}
body#page_greeting .doctor_profile .bio dl dt {
  width: 4.5em;
}
body#page_greeting .doctor_profile .bio dl dt i {
  display: none;
}
body#page_greeting .doctor_profile .bio dl dd {
  width: calc(100% - 4.5em);
}
body#page_greeting .doctor_profile .cols section {
  margin-bottom: 2rem;
}
body#page_greeting .doctor_profile .awards ul li ~ li {
  margin-top: 0.8em;
}
@media screen and (min-width: 48em), print {
  body#page_greeting .doctor_greeting {
    display: flow-root;
  }
  body#page_greeting .doctor_greeting figure {
    float: right;
    max-width: 300px;
    margin: 0 0 0 45px;
  }
  body#page_greeting .doctor_greeting figure figcaption {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  body#page_greeting .doctor_greeting p {
    font-size: 1.7rem;
  }
  body#page_greeting .doctor_greeting .signature {
    display: none;
  }
  body#page_greeting .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;
    row-gap: 10px;
    margin-top: 50px;
  }
  body#page_greeting .doctor_profile .bio {
    width: 52%;
    margin-bottom: 0;
  }
  body#page_greeting .doctor_profile .bio dl {
    gap: 10px 20px;
    padding: 0 12px;
    font-size: 1.7rem;
  }
  body#page_greeting .doctor_profile .bio dl dd {
    width: calc(100% - 8em);
  }
  body#page_greeting .doctor_profile .cols {
    width: 43%;
  }
  body#page_greeting .doctor_profile .cols section {
    margin-bottom: 20px;
  }
  body#page_greeting .doctor_profile .cols section ul {
    padding: 0 8px;
  }
  body#page_greeting .doctor_profile .awards ul {
    padding: 0 5px;
  }
}

#clinicSlide {
  visibility: hidden;
  width: auto;
}
#clinicSlide .slider-panel .slick-prev.slick-disabled, #clinicSlide .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
#clinicSlide .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #38a1db;
  border-top: 5px solid #fff;
}
#clinicSlide .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 5px 0 0;
  cursor: pointer;
  background: #fff;
}
#clinicSlide .slider-nav .slick-list .slick-slide img {
  -webkit-filter: contrast(0.5) opacity(0.5);
          filter: contrast(0.5) opacity(0.5);
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current {
  background: #ffb217;
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current img {
  -webkit-filter: contrast(1) opacity(1);
          filter: contrast(1) opacity(1);
}
@media screen and (max-width: 47.99em) {
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
    opacity: 0.8;
    color: #38a1db;
    background: radial-gradient(white 48%, rgba(255, 255, 255, 0) 50%);
  }
  #clinicSlide .slider-panel .slick-prev {
    left: -10px;
  }
  #clinicSlide .slider-panel .slick-next {
    right: -10px;
  }
  #clinicSlide .slider-panel figcaption {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em), print {
  #clinicSlide {
    width: 825px;
    margin: 0 auto;
  }
  #clinicSlide .slider-panel .slick-prev, #clinicSlide .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #38a1db;
  }
  #clinicSlide .slider-panel .slick-prev {
    left: -60px;
  }
  #clinicSlide .slider-panel .slick-next {
    right: -60px;
  }
  #clinicSlide .slider-panel figcaption {
    padding: 10px 0;
    font-size: 2.6rem;
  }
}

.clinic_equipment figure ~ figure {
  margin-top: 1rem;
}
.clinic_equipment figure figcaption {
  padding: 0.5rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: #38a1db;
  background: #e6f7ff;
}
@media screen and (min-width: 48em), print {
  .clinic_equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .clinic_equipment figure {
    width: 48%;
  }
  .clinic_equipment figure ~ figure {
    margin-top: 0;
  }
  .clinic_equipment figure figcaption {
    font-size: 2rem;
  }
}

.collaboration {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
  background: #e6f7ff;
  border-radius: 0.8rem;
}
.collaboration li ~ li {
  margin-top: 0.3em;
}
.collaboration li a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .collaboration {
    padding: 25px;
    border-radius: 10px;
  }
  .collaboration li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .collaboration li a:hover {
    color: #38a1db;
    text-decoration: none;
  }
}

body#page_first .first_notice {
  margin-bottom: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
body#page_first .first_guidance .img {
  max-width: 90%;
  margin: 0 auto;
}
body#page_first .first_guidance .txt li ~ li {
  margin-top: 0.7em;
}
body#page_first .first_guidance .txt .notice_box {
  margin: 1.5rem 0;
  padding: 1em 0.5em 0.7em;
  background: #fff7e6;
  border-radius: 0.8rem;
}
body#page_first .first_guidance .txt .notice_box li ~ li {
  margin-top: 0.3em;
}
body#page_first .first_guidance .txt .notice_box.li_mt li {
  margin-top: 0.3em;
}
body#page_first .first_reservation {
  text-align: center;
}
body#page_first .first_reservation dl dt {
  text-indent: -0.5em;
}
body#page_first .first_reservation dl dt::before {
  color: #38a1db;
}
body#page_first .first_reservation dl dd .phone {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0 0.5em;
  font-size: 1.7rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(transparent 50%, #fff 50%);
}
@media screen and (min-width: 48em), print {
  body#page_first .first_notice {
    margin-bottom: 38px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
  body#page_first .first_guidance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  body#page_first .first_guidance .img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 390px;
    margin: 0;
  }
  body#page_first .first_guidance .txt {
    width: 590px;
  }
  body#page_first .first_guidance .txt .notice_box {
    margin: 0 0 24px;
    padding: 20px;
    border-radius: 10px;
  }
  body#page_first .first_guidance .txt.-w100 {
    width: 100%;
  }
  body#page_first .first_guidance.-flx_n {
    display: block;
  }
  body#page_first .first_reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  body#page_first .first_reservation dl {
    width: 400px;
    margin: 0;
  }
  body#page_first .first_reservation dl dd .phone {
    display: block;
    font-size: 3rem;
  }
  body#page_first .first_reservation dl dd .rsv_btn {
    width: 300px;
    margin: 8px auto 0;
  }
}

body#page_access .access_info {
  font-size: 1.4rem;
}
body#page_access .access_info section ~ section {
  margin-top: 2.5rem;
}
body#page_access .access_info section p {
  margin-bottom: 0;
  padding: 0 1rem;
}
body#page_access .access_info section ul {
  margin: 0 0.5rem;
  font-size: 90%;
}
body#page_access .map {
  margin-top: 2.5rem;
}
body#page_access .map img {
  border: 1px solid #dcdcdc;
}
body#page_access .gmap_btn {
  margin-top: 1rem;
}
body#page_access .timetable {
  font-size: 1.3rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    font-size: 2.4rem;
  }
  body#page_access .access_info section ~ section {
    margin-top: 40px;
  }
  body#page_access .access_info .map {
    margin: 40px 0 0;
  }
  body#page_access .access_info .map img {
    margin: 0 auto;
  }
  body#page_access .access_info .gmap_btn {
    margin-top: 15px;
  }
  body#page_access .timetable {
    font-size: 2.4rem;
  }
}

body#page_private .tbl_price ~ table {
  margin-top: 1rem;
}
body#page_private .tbl_price ~ table tr:first-of-type th, body#page_private .tbl_price ~ table tr:first-of-type td {
  border-top: 1px solid #c0c0c0;
}
body#page_private .tbl_price ~ table.mt20 {
  margin-top: 2rem;
}
body#page_private .tbl_price ~ table.mt20 tr:first-of-type th, body#page_private .tbl_price ~ table.mt20 tr:first-of-type td {
  border-top: none;
}
body#page_private .tbl_price tbody td {
  font-size: 1.5rem;
}
body#page_private .fee_medical .tbl_price tbody th {
  width: 7em;
}
body#page_private .fee_medicine {
  margin-top: 2rem;
}
body#page_private .fee_medicine .tbl_price tbody th {
  text-align: left;
}
body#page_private .fee_medicine .tbl_price tbody td {
  width: 7em;
}
body#page_private .fee_examin {
  margin-top: 2rem;
}
body#page_private .fee_examin .tbl_price tbody th {
  text-align: left;
}
body#page_private .fee_examin .tbl_price tbody td {
  width: 7em;
}
@media screen and (min-width: 48em), print {
  body#page_private .tbl_price {
    font-size: 2rem;
  }
  body#page_private .tbl_price ~ table {
    margin-top: 20px;
  }
  body#page_private .tbl_price ~ table.mt20 {
    margin-top: 40px;
  }
  body#page_private .tbl_price tbody td {
    font-size: 2.4rem;
  }
  body#page_private .fee_medical .tbl_price tbody th {
    width: 50%;
  }
  body#page_private .fee_medicine {
    margin-top: 40px;
  }
  body#page_private .fee_medicine .tbl_price tbody th {
    text-align: center;
  }
  body#page_private .fee_medicine .tbl_price tbody td {
    width: 30%;
  }
  body#page_private .fee_examin {
    margin-top: 40px;
  }
  body#page_private .fee_examin .tbl_price tbody th {
    text-align: center;
  }
  body#page_private .fee_examin .tbl_price tbody td {
    width: 30%;
  }
}

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