@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -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; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.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; }

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

body { overflow-wrap: break-word; }

button { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; margin: 0; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; -o-object-fit: contain; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

.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_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.txt_blue { color: #0068B6; }

.img_c { max-width: 80%; margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

img.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 3.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 3.0rem; }
  img.tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem !important; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem !important; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; line-height: 1.8; margin-top: .4rem; }
.tbl_time caption .kyushin { display: inline-block; background: #ccc; padding: .1rem .6rem; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; color: #fff; background: #4893CA; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th[scope="row"] { font-weight: normal; background: #fff; border-bottom: 1px solid #ccc; }
.tbl_time tr td { text-align: center; padding: 1.4rem .4rem; color: #0068B6; background: #fff; border-bottom: 1px solid #ccc; line-height: 1.0; font-size: 80%; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 2.0rem; }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 2.0rem 0; } }
.gmap { width: 100%; }

.tit_01 { 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; color: #0068B6; height: 10.0rem; background: url("../img/overview_bg.webp") no-repeat center center/200% auto; font-size: 2.2rem; line-height: 1.2; padding: 0 1.0rem; text-align: center; margin: .1rem 0 0; }

.tit_02 { text-align: center; font-weight: bold; color: #000; font-size: 2.0rem; line-height: 1.2; margin: 0 auto 2.0rem; }
.tit_02::after { display: block; content: ""; width: 4.0rem; height: .2rem; background: #0068B6; margin: .8rem auto 0; }

.tit_03 { font-size: 1.8rem; color: #fff; background: #0068B6; line-height: 1.2; padding: .6rem 1.0rem; margin: 0 0 2.0rem; }

.tit_04 { font-size: 1.6rem; color: #0068B6; line-height: 1.2; padding: 0 0 .4rem; border-bottom: 2px solid #ccc; margin: 0 0 2.0rem; position: relative; }
.tit_04::after { display: block; content: ""; width: 5.0rem; height: 2px; background: #0068B6; position: absolute; bottom: -2px; }

@media screen and (min-width: 48em), print { .tit_01 { height: 30.0rem; background: url("../img/overview_bg.webp") no-repeat center center/auto; font-size: 3.6rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 4.0rem; }
  .tit_02::after { width: 8.0rem; height: .3rem; margin: 1.2rem auto 0; }
  .tit_03 { padding: 1.0rem 2.0rem; font-size: 3.0rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.4rem; padding: 0 0 1.0rem; border-bottom: 3px solid #ccc; margin: 0 0 3.0rem; }
  .tit_04::after { width: 10.0rem; height: 3px; bottom: -3px; } }
.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1.4em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul > li::before { content: "●"; color: #6DC8F1; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #333; }

.lst_ul_disc { margin: 0 0 0 2.0rem; }
.lst_ul_disc > li { list-style: disc; }
.lst_ul_disc > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul_disc > li::marker { color: #6DC8F1; }

.lst_ol { line-height: 1.4; counter-reset: number 0; margin: 1.0rem 0; }
.lst_ol > li { counter-increment: number 1; padding: 0 0 0 1.8em; position: relative; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; color: #333; font-weight: bold; position: absolute; left: 0; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .lst_ol > li { padding: 0 0 0 3.6rem; }
  .lst_dl01 { width: 100%; 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; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 0 0 1.0rem; } }
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1.0rem 3.0rem; }
.flex > li { margin: 0 !important; }

.flex3 { 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; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex { gap: 1.0rem 5.0rem; }
  .flex2 { 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; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex3 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; gap: 2.0rem; }
  .flex3 li { width: 31%; } }
.tel { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; gap: 0 .4rem; font-weight: bold; color: #0068B6; }
.tel::before { font-family: "fontello"; content: "\e804"; }
.tel a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }

.box_bluegray { padding: 1.0rem; background: #E4EFF7; }
@media screen and (min-width: 48em), print { .box_bluegray { padding: 3.0rem; } }

.box_blue { padding: 1.0rem; background: #E4F5FC; }
@media screen and (min-width: 48em), print { .box_blue { padding: 3.0rem; } }

.btn_rsv { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0 .4rem; color: #fff; background: #009FE8; }
.btn_rsv::before { font-family: "fontello"; content: "\e805"; }

.btn_org { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0 1.0rem; padding: .4rem 2.0rem; background: #FF9E00; color: #fff; border: 1px solid #FF9E00; text-decoration: none !important; }
.btn_org::after { font-family: "fontello"; content: "\f006"; }
@media screen and (min-width: 48em), print { .btn_org { gap: 0 2.0rem; }
  .btn_org:hover { background: #fff; color: #FF9E00; } }

.btn_blue { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0 1.0rem; padding: .4rem 2.0rem; background: #009FE8; color: #fff; border: 1px solid #009FE8; text-decoration: none !important; }
.btn_blue::after { font-family: "fontello"; content: "\f006"; }
@media screen and (min-width: 48em), print { .btn_blue { gap: 0 2.0rem; }
  .btn_blue:hover { background: #fff; color: #009FE8; } }

.linkout { display: inline-block; color: #0068B6; text-decoration: none !important; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .6rem; }
@media screen and (min-width: 48em), print { .linkout::after { margin-left: 1.0rem; } }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; 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; color: #fff; background: #0068B6; z-index: 1; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\f007"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\f006"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; }
  .slick-arrow::before { font-size: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; } }
.slick-dots { 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; list-style: none; margin: 1.0rem auto; }
.slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; background: #0068B6; }
.slick-dots li button:hover, .slick-dots li button:focus-visible { opacity: .8; }
.slick-dots li.slick-active button { opacity: .75; }

@media screen and (min-width: 48em), print { .slick-dots { margin: 1.6rem auto; }
  .slick-dots li { width: 1.4rem; height: 1.4rem; margin: 0 .6rem; } }
.link_medicaldoc { width: 220px; height: 104px; margin: 20px auto 0; display: block; }

.link_ai_tel { width: 252px; height: auto; margin: 10px auto 0; display: block; }

html { font-size: calc(100vw / 32); }

body { background: #fff; color: #333; font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif; }
body::after { visibility: hidden; width: 100vw; height: 100vh; content: ""; background: rgba(207, 207, 207, 0.6); position: fixed; top: 0; z-index: 90; opacity: 0; -webkit-transition: all .4s ease-in-out 0s; transition: all .4s ease-in-out 0s; -webkit-backdrop-filter: blur(0.6rem); backdrop-filter: blur(0.6rem); }
body.spnav_modal { height: 100%; overflow: hidden; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.8; }
.main a:not([class*="btn"], [href*="tel:"]) { text-decoration: underline; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { -webkit-transition: .2s; transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.8rem; line-height: 2.0; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; } }
.header { position: relative; }
.header .wrap { padding: 1.0rem 1.0rem 0; }
.header .wrap .logo { width: 100%; height: 6.6rem; padding: 1.0rem; position: fixed; top: 0; left: 0; z-index: 100; background: #fff; -webkit-transition: .5s; transition: .5s; }
.header .wrap .logo.hide { -webkit-transform: translateY(-150%); transform: translateY(-150%); }
.header .wrap .logo a { display: block; width: calc(100% - 6.4rem); height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; -webkit-clip-path: inset(50%); clip-path: inset(50%); color: transparent; }
.header .wrap .headR { margin: 5.6rem -1.0rem 0; }
.header .wrap .headR .tel_yoyaku { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.header .wrap .headR .tel_yoyaku li { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; font-size: 1.4rem; }
.header .wrap .headR .tel_yoyaku li .tel { width: 100%; padding: .4rem 1.0rem; background: #E4F5FC; font-size: 1.6rem; }
.header .wrap .headR .tel_yoyaku li .btn_rsv { width: 100%; height: 100%; padding: .5rem 1.0rem; }

@media screen and (min-width: 48em), print { .header { background: #fff; padding: 0 0 2.0rem; position: -webkit-sticky; position: sticky; top: 0; left: 0; right: 0; z-index: 100; -webkit-transition: .6s; transition: .6s; }
  .header.hide { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  .header .wrap { padding: 0 0 2.0rem; 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; position: relative; }
  .header .wrap .logo { width: 32%; height: 6.0rem; padding: 0; position: static; background: none; margin: 2.0rem 0 0; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .headR { width: 48%; margin: 0; position: absolute; top: 0; right: 0; }
  .header .wrap .headR .tel_yoyaku { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .header .wrap .headR .tel_yoyaku li .tel { font-size: 2.8rem; }
  .header .wrap .headR .tel_yoyaku li .btn_rsv { font-size: 2.2rem; padding: .8rem 1.0rem; } }
#nav { width: 100vw; position: fixed; top: 0; left: 0; z-index: 100; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; color: #0068B6; background: #fff; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 100; -webkit-transition: .5s; transition: .5s; }
#nav #sp_menu.hide { -webkit-transform: translateY(-220%); transform: translateY(-220%); }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e808"; font-size: 2.6rem; }
#nav #sp_menu::after { display: block; content: "MENU"; margin: .2rem 0 0; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e807"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: calc(100dvh - 8.0rem); overflow-y: auto; background: #fff; padding: 1.6rem; margin: auto; position: absolute; top: 6.6rem; left: 0; right: 0; z-index: 100; }
#nav .gnav_subnav .gnav { border-top: 1px solid #0068B6; border-bottom: 1px solid #0068B6; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #0068B6; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { 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: 100%; font-weight: bold; color: #0068B6; text-align: left; padding: 1.0rem; font-size: 1.4rem; }
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: #009FE8; }
#nav .gnav_subnav .gnav > li .sub { gap: .4rem; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\f004"; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #009FE8; }
#nav .gnav_subnav .gnav > li .sub.close::after { font-family: "fontello"; content: "\f005"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox > .subnav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; border-top: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox > .subnav 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; gap: 0 .6rem; padding: 1.0rem; font-size: 1.2rem; color: #fff; text-align: center; background: #009FE8; border: 1px solid #009FE8; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before { font-family: "fontello"; content: "\f006"; font-size: 70%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br { display: none; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current { color: #009FE8; background: #fff; }
#nav .gnav_subnav #menu_close { display: block; width: 100%; font-size: 1.4rem; color: #0068B6; background: rgba(0, 104, 182, 0.1); text-align: center; padding: .6rem 0; margin: 1.0rem 0 0; }
#nav .gnav_subnav #menu_close::before { font-family: "fontello"; content: "\e807"; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { #nav { width: auto; margin: -3.0rem 0 0; position: static; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block !important; width: 100%; max-height: inherit; overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; }
  #nav .gnav_subnav .gnav > li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
  #nav .gnav_subnav .gnav > li::after { content: "／"; font-weight: bold; color: #0068B6; font-size: 180%; margin: 0 .4rem; }
  #nav .gnav_subnav .gnav > li:last-child::after { content: none; }
  #nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 2.0rem; margin: 0; cursor: pointer; position: relative; }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before { content: ""; display: block; width: calc(100% - 2.0rem); height: .2rem; background: #009FE8; position: absolute; bottom: .4rem; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: center top; transform-origin: center top; }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after { margin: 0 0 0 .8rem; }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) { color: #0068B6; opacity: 1.0; }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible)::before { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: #0068B6; }
  #nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before { -webkit-transition: 0s; transition: 0s; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  #nav .gnav_subnav .gnav > li .subbox { display: none; width: 55.0rem; position: absolute; top: 5.0rem; left: -8.4rem; z-index: 100; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav { display: -webkit-box; display: -ms-flexbox; display: flex; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li { width: 50%; -webkit-box-flex: initial; -ms-flex: initial; flex: initial; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a { font-size: 1.8rem; padding: 1.0rem 0; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::before { display: none; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a br { display: none; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) { color: #009FE8; background: #fff; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(even) { border-left: 1px solid #fff; }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { padding: 4.0rem 0 0; background: url("../img/overview_bg.webp") repeat-y center top/200% auto; font-size: 1.4rem; line-height: 1.6; }
.overview .clinic_name { margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap { margin: 0 1.0rem; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 0; 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; border-top: 1px solid #ccc; }
.overview > .wrap .overviewL .gaiyo dt { width: 27%; padding: .8rem .4rem; text-align: center; color: #0068B6; font-weight: bold; border-bottom: 1px solid #ccc; }
.overview > .wrap .overviewL .gaiyo dd { width: 73%; padding: .8rem .4rem; border-bottom: 1px solid #ccc; }
.overview > .wrap .overviewL .gaiyo dd .tel { font-size: 120%; }
.overview > .wrap .overviewR { margin: 2.0rem 0; }
.overview .gmap { height: 100vw; }

@media screen and (min-width: 48em), print { .overview { padding: 6.0rem 0 0; background: url("../img/overview_bg.webp") repeat-y center top/auto; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 51.0rem; }
  .overview > .wrap { margin: 0 auto 8.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .gaiyo dt { padding: 2.0rem 0; }
  .overview > .wrap .overviewL .gaiyo dd { padding: 2.0rem 0; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview .gmap { height: 40.0rem; } }
#tel_up { width: 100%; height: auto; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; font-size: 1.4rem; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2); box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2); }
#tel_up ul { width: calc(100% - 4.0rem); height: 4.0rem; 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; line-height: 1.0; }
#tel_up ul li { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; height: 100%; text-align: center; }
#tel_up ul li .tel { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 110%; }
#tel_up ul li .tel a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }
#tel_up ul li .btn_rsv { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
#tel_up #pageup { display: block; width: 4.0rem; height: 4.0rem; font-size: 1.6rem; text-align: center; padding: 1.2rem; line-height: 1.0; color: #fff; background: #B6E3F8; position: relative; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\f005"; }
#tel_up #pageup .clip { display: block; font-size: 1.0rem; -webkit-clip-path: inset(50%); clip-path: inset(50%); color: transparent; position: absolute; top: 0; left: 0; z-index: 1; }
#tel_up .ai_tel { width: 100%; }

@media screen and (min-width: 48em), print { #tel_up { width: 6.0rem; bottom: 2.0rem; right: 4.0rem; left: auto; background: none; padding: 0; -webkit-box-shadow: none; box-shadow: none; }
  #tel_up ul, #tel_up .ai_tel { display: none; }
  #tel_up #pageup { width: 100%; height: 6.0rem; padding: 0; font-size: 3.2rem; border-radius: 50%; } }
.footer { text-align: center; padding-bottom: 10rem; padding-bottom: calc(4rem + 13.2vw); }
.footer .copy { display: block; background: #0068B6; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3.0rem 0 0; }
  .footer .copy { font-size: 1.6rem; margin: 2.0rem 0 0; padding: 2.0rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin: 0 0 1.0rem; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: "|"; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a br { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
.keyvsl { width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; height: 24.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 24.0rem !important; -o-object-fit: cover; object-fit: cover; margin: auto; }
.keyvsl #keyvsl .slick-dots { margin: -3.0rem 0 0; position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl .wrap .catch { font-size: 1.4rem; font-weight: bold; color: #0068B6; position: absolute; top: 8.0rem; left: 1.6rem; }
.keyvsl .wrap .open_parking { margin: 2.0rem 1.0rem 5.0rem; }
.keyvsl .wrap .open_parking li { color: #fff; font-weight: bold; text-align: center; font-size: 1.6rem; margin: 1.0rem 0; border-radius: 100vh; }
.keyvsl .wrap .open_parking li.open { background: #009FE8; border: 3px solid #6DC8F1; padding: 1.0rem; }
.keyvsl .wrap .open_parking li.parking { 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; gap: 0 1.0rem; background: #0068B6; border: 3px solid #4893CA; }
.keyvsl .wrap .open_parking li.parking::before { font-family: "fontello"; content: "\e806"; font-size: 150%; }

@media screen and (min-width: 48em), print { .keyvsl #keyvsl { height: 76.0rem; }
  .keyvsl #keyvsl .slick-list div img { height: 76.0rem !important; }
  .keyvsl #keyvsl .slick-dots { margin: -6.0rem 0 0; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl .wrap { position: absolute; top: 0; left: 0; right: 0; }
  .keyvsl .wrap .open { width: 1200px; margin: auto; position: static; }
  .keyvsl .wrap .open img { margin: 0 0 0 auto; }
  .keyvsl .wrap .catch { font-size: 3.0rem; background: url("../img/logo_tate.svg") no-repeat center top/40rem auto; padding: 30.0rem 0 0; margin: 10.0rem 0 0; }
  .keyvsl .wrap .open_parking { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; gap: 0 2.0rem; margin: 56.0rem 0 0; }
  .keyvsl .wrap .open_parking li { margin: 1.0rem 0; border-radius: 50%; }
  .keyvsl .wrap .open_parking li.open { width: 24.0rem; height: 24.0rem; font-size: 3.0rem; border: 6px solid #6DC8F1; padding: 6.6rem 0 0; }
  .keyvsl .wrap .open_parking li.parking { width: 20.0rem; height: 20.0rem; font-size: 2.4rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0 1.0rem; border: 6px solid #4893CA; }
  .keyvsl .wrap .open_parking li.parking::before { font-family: "fontello"; content: "\e806"; font-size: 200%; line-height: 1.0; } }
body.index .main .tit_02 { margin: 0 0 4.0rem; }
body.index .main .tit_02::after { width: auto; background: none; content: attr(data-txt); color: #0068B6; font-size: 30%; }
@media screen and (min-width: 48em), print { body.index .main .tit_02 { margin: 0 0 6.0rem; }
  body.index .main .tit_02::after { font-size: 40%; } }

.info { margin: 4.0rem 1.0rem; }
.info .wrap .tit { padding: .8rem 0; color: #fff; background: url("../img/inde_info_bg.svg") no-repeat right -1rem center/35% auto #0068B6; text-align: center; line-height: 1.4; margin: 0 0 2.0rem; }
.info .wrap .tit::after { display: block; content: attr(data-txt); font-size: 30%; }
.info .wrap dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0 .6rem; margin: 0 0 .6rem; font-weight: bold; color: #009FE8; cursor: pointer; }
.info .wrap dl dt::before { font-family: "fontello"; content: "\e800"; }
.info .wrap dl dt.close::before { font-family: "fontello"; content: "\e803"; }
.info .wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px solid #ccc; }
.info .wrap dl dd { margin: 0 0 1.6rem; }
.info .wrap dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { margin: 0 0 10.0rem; background: -webkit-gradient(linear, left top, right top, from(#0068B6), color-stop(40%, #0068B6), color-stop(40%, #fff), to(#fff)); background: linear-gradient(to right, #0068B6 0%, #0068B6 40%, #fff 40%, #fff 100%); }
  .info .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .info .wrap .tit { width: 22.0rem; padding: 6.0rem 0 0; background: none; position: relative; }
  .info .wrap .tit::before { content: ""; display: block; width: 50.0rem; height: 50.0rem; background: url("../img/inde_info_bg.svg") no-repeat center center/50rem auto; position: absolute; right: -5.0rem; bottom: -7.0rem; }
  .info .wrap .tit::after { font-size: 40%; margin: 1.2rem auto 0; }
  .info .wrap dl { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 6.0rem; background: #fff; }
  .info .wrap dl dt { margin: 0 0 1.0rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dt:not(:first-of-type) { margin: 3.0rem 0 .6rem; padding: 3.0rem 0 0; }
  .info .wrap dl dt:hover { text-decoration: underline; }
  .info .wrap dl dd { margin: 0 0 3.0rem; } }
.feature { padding: 4.0rem 2.0rem; background: url("../img/overview_bg.webp") repeat-y center top/150% auto; counter-reset: number 0; }
.feature .wrap .flex2 section { padding: 15.0rem 0 0; }
.feature .wrap .flex2 section .tit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; gap: 0 1.0rem; font-size: 1.6rem; line-height: 1.2; color: #0068B6; counter-increment: number 1; }
.feature .wrap .flex2 section .tit::before { display: inline-block; color: #009FE8; line-height: .7; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 330%; font-weight: normal; content: counter(number,decimal-leading-zero); }
.feature .wrap .flex2 section.senmon { background: url("../img/index_feature_senmon.jpg") no-repeat center top/100% auto; }
.feature .wrap .flex2 section.commu { background: url("../img/index_feature_commu.jpg") no-repeat center top/100% auto; }
.feature .wrap .flex2 section.smooth { background: url("../img/index_feature_smooth.jpg") no-repeat center top/100% auto; }
.feature .wrap .flex2 section.renkei { background: url("../img/index_feature_renkei.jpg") no-repeat center top/100% auto; }

@media screen and (min-width: 48em), print { .feature { padding: 10.0rem 0; background: url("../img/overview_bg.webp") repeat-y center top/auto; }
  .feature .wrap .flex2 section { width: 47%; padding: 30.0rem 0 0; }
  .feature .wrap .flex2 section .tit { gap: 0 2.0rem; font-size: 3.0rem; }
  .feature .wrap .flex2 section .tit::before { font-size: 330%; } }
.tre { margin: 4.0rem 1.0rem; }
.tre .subnav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tre .subnav li { width: 33%; }
.tre .subnav li a { display: block; height: 100%; color: #009FE8; text-decoration: none !important; text-align: center; font-weight: bold; font-size: 1.2rem; line-height: 1.4; padding: 1.0rem .6rem; position: relative; }
.tre .subnav li a::before { content: ""; display: block; width: 5.0rem; height: 5.0rem; border-radius: 50%; margin: 0 auto 1.0rem; }
.tre .subnav li a::after { content: ""; position: absolute; bottom: 0; right: 0; border-left: 1.2rem solid transparent; border-bottom: 1.2rem solid #009FE8; }
.tre .subnav li a:is(:focus-visible, .current) { color: #0068B6; }
.tre .subnav li a:is(:focus-visible, .current):before { border: 2px solid #009FE8; }
.tre .subnav li a.dropscreen::before { background: url("../img/icon_drop.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.sas::before { background: url("../img/icon_sas.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.bspot::before { background: url("../img/icon_bspot.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.laser::before { background: url("../img/icon_laser.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.hayfever::before { background: url("../img/icon_kafun.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.rhinitis::before { background: url("../img/icon_bien.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.sinusitis::before { background: url("../img/icon_fukubiku.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.deafness::before { background: url("../img/icon_nancho.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.throat::before { background: url("../img/icon_nodo.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.sublingual::before { background: url("../img/icon_zekka.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li a.otitismedia::before { background: url("../img/icon_chujien.svg") no-repeat center center/50% auto #fff; }
.tre .subnav li:nth-child(odd) { background: #F4FBFD; }
.tre .subnav li:nth-child(even) { background: #E4F5FC; }

@media screen and (min-width: 48em), print { .tre { width: 1200px; margin: 10.0rem auto; }
  .tre .subnav li { width: 25%; min-height: 30.0rem; }
  .tre .subnav li a { font-size: 2.4rem; padding: 4.0rem 1.0rem; }
  .tre .subnav li a br { display: none; }
  .tre .subnav li a::before { width: 16.0rem; height: 16.0rem; margin: 0 auto 3.0rem; border: 3px solid transparent; -webkit-transition: .8s; transition: .8s; }
  .tre .subnav li a::after { border-left: 3.0rem solid transparent; border-bottom: 3rem solid #009FE8; -webkit-transition: .6s; transition: .6s; }
  .tre .subnav li a:is(:hover, :focus-visible, .current) { opacity: 1.0; }
  .tre .subnav li a:is(:hover, :focus-visible, .current):before { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); border: 3px solid #009FE8; }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after { border-left: 3.0rem solid transparent; border-bottom: 3rem solid #0068B6; -webkit-transition: .8s; transition: .8s; }
  .tre .subnav li:nth-child(odd) { background: #F4FBFD; }
  .tre .subnav li:nth-child(even) { background: #E4F5FC; }
  .tre .subnav li:nth-child(5), .tre .subnav li:nth-child(7) { background: #E4F5FC !important; }
  .tre .subnav li:nth-child(6), .tre .subnav li:nth-child(8) { background: #F4FBFD !important; } }
body:not(.index) .sub_header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
body:not(.index) .main { margin: 4.0rem 1.0rem 6.0rem; }
body:not(.index) .main .tel { font-size: 120%; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 6.0rem auto 8.0rem; }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r { max-width: 40%; height: auto; padding: .6rem; } }

.breadnav { max-width: 100vw; margin: 1.0rem; overflow-x: auto; }
.breadnav .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; white-space: nowrap; }
.breadnav .breadcrumb li a { color: #009FE8; text-decoration: underline; }
.breadnav .breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .6rem; }

@media screen and (min-width: 48em), print { .breadnav { width: 1200px; max-width: 100%; margin: 2.0rem auto 0; overflow-x: inherit; }
  .breadnav .breadcrumb { font-size: 1.6rem; }
  .breadnav .breadcrumb li:not(:last-child)::after { margin: 0 1.0rem; }
  .breadnav .breadcrumb li a:hover { opacity: 1.0; text-decoration: none; } }
.flex_dr > div { margin: 3.0rem 0 0; }

@media screen and (min-width: 48em), print { .flex_dr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .flex_dr > section { width: 48%; }
  .flex_dr > div { width: 48%; margin: 0; } }
.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; font-size: 1.2rem; opacity: 0; -webkit-transition: .3s ease; transition: .3s ease; background: #0068B6; line-height: 1.4; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; -webkit-transition-delay: .5s; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { -webkit-transition-delay: 0s; transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #0068B6; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_slider div .cap { font-size: 1.8rem; padding: 1.0rem; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 2.0rem; }
  .device li { width: 32%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.lst_flow dd, .lst_flow > li { margin: 0; position: relative; }
.lst_flow dd:not(:last-child), .lst_flow > li:not(:last-child) { margin: 0 0 6.0rem; }
.lst_flow dd:not(:last-child)::after, .lst_flow > li:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2rem solid #009FE8; border-right: 2.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 2.0rem solid transparent; margin: auto; }

@media screen and (min-width: 48em), print { .lst_flow dd:not(:last-child) { margin: 0 0 10.0rem; }
  .lst_flow dd:not(:last-child)::after { bottom: -7.0rem; } }
body.access .main .gmap { height: 100vw; margin: 2.0rem 0; }
@media screen and (min-width: 48em), print { body.access .main .tbl_time { font-size: 2.0rem; }
  body.access .main .gmap { margin: 4.0rem 0 0; height: 50.0rem; } }

.anc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.anc li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; line-height: 1.2; color: #0068B6; margin: 0 0 1.0rem; }
.anc li::before { font-family: "fontello"; content: "\f004"; margin: 0 .4rem 0 0; }
.anc li a { text-decoration: none !important; }

@media screen and (min-width: 48em), print { .anc { gap: 0 6.0rem; }
  .anc li { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; font-size: 110%; margin: 0 0 1.6rem; }
  .anc li::before { margin: 0 .8rem 0 0; }
  .anc li a:hover { text-decoration: underline !important; } }

/*# sourceMappingURL=style.css.map */