@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-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); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-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); 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 { 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%; }

button { appearance: none; border: 0; border-radius: 0; color: inherit; background: none; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; 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_navy { color: #004098; }

.img_c { margin: 1.0rem auto; }
.img_c.half { max-width: 80%; }

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

.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_c.half { max-width: 60%; }
  .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  .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 !important; }

.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 !important; }
  .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; color: #634A29; }
.tbl_time caption { font-size: 90%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; /*font-size: 90%;*/ color: #fff; background: #634A29; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #634A29; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #634A29; line-height: 1.0; /*font-size: 80%;*/ }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { font-size: 80%; margin-top: 1.0rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 2.2rem 0; } }
.gmap { width: 100%; }

.illst_map { border-radius: 1.0rem; border: 2px solid #00B195; }
@media screen and (min-width: 48em), print { .illst_map { border-radius: 2.0rem; border: 3px solid #00B195; } }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/cover; color: #634A29; font-weight: normal; font-size: 2.2rem; padding: 5.0rem 1.0rem 1.0rem; text-align: right; margin: 0 0 3.0rem; }

.tit_02 { font-weight: normal; font-size: 2.0rem; text-align: center; color: #44371F; background: url("../img/tit_02.svg") no-repeat center bottom/5rem auto; padding: 0 0 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; }

.tit_03 { font-weight: normal; font-size: 1.8rem; color: #634A29; line-height: 1.2; padding: 0 0 .4rem; margin: 0 0 2.0rem; border-bottom: 2px solid #7E6C61; }
.tit_03::after { content: ""; display: block; width: 100%; height: .2rem; background: #634A29; position: relative; bottom: -.4rem; }

.tit_04 { font-weight: normal; font-size: 1.6rem; color: #F69B11; line-height: 1.2; padding: 0 0 .4rem; border-bottom: 2px solid #F69B11; margin: 0 0 2.0rem; }

.tit_05 { font-weight: normal; font-size: 1.6rem; color: #7E6C61; line-height: 1.2; padding: 0 0 .4rem; border-bottom: 2px dotted #7E6C61; margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { width: 60%; height: 70.0rem; background: url(../img/tit_01.jpg) no-repeat left center/cover; font-size: 4.4rem; text-align: left; padding: 55.0rem 0 0 6.0rem; margin: 0; }
  .tit_02 { font-size: 3.6rem; background: url("../img/tit_02.svg") no-repeat center bottom/8rem auto; padding: 0 0 3.0rem; margin: 0 0 5.0rem; }
  .tit_03 { font-size: 3.4rem; margin: 0 0 3.0rem; border-bottom: 4px solid #7E6C61; }
  .tit_03::after { height: .4rem; }
  .tit_04 { font-size: 3.0rem; border-bottom: 4px solid #F69B11; margin: 0 0 3.0rem; }
  .tit_05 { font-size: 2.8rem; border-bottom: 4px dotted #7E6C61; margin: 0 0 3.0rem; } }
.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: #F69B11; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #444; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .lst_dl01 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 0 0 1.0rem; } }
.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex3 { justify-content: flex-start; }
  .flex3 li { width: 32%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.tel { display: inline-flex; align-items: center; color: #004098; }
.tel::before { font-family: "fontello"; content: "\e808"; margin: 0 .4rem 0 0; }

.telyoyaku { display: inline-block; color: #fff; font-size: 110%; background: #004098; padding: .4rem 1.0rem; margin: .6rem 0; }

.box_org { background: #FEF1D8; padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_org { padding: 2.0rem; } }

.btn_detail { display: inline-block; padding: 1.0rem 2.0rem; background: #F69B11; font-size: 120%; color: #fff; border: 2px solid #FEF1D8; border-radius: .6rem; text-decoration: none !important; }
@media screen and (min-width: 48em), print { .btn_detail { font-size: 140%; padding: 2.0rem 4.0rem; border-radius: 1.0rem; border: 5px solid #FEF1D8; }
  .btn_detail:hover { opacity: 1.0; background: #FEF1D8; color: #F69B11; } }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: #004098; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\71"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\77"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; }
  .slick-arrow::before { font-size: 2.6rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; } }
.slick-dots { display: flex; justify-content: 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; border-radius: 50%; background: #004098; }
.slick-dots li button:hover, .slick-dots li button:focus { 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; } }
html { font-size: calc(100vw / 32); font-family: "Hiragino Sans", Meiryo, sans-serif; }

body { background: #fff; color: #444; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ""; background: rgba(51, 51, 51, 0.6); position: fixed; top: 0; z-index: 2; opacity: 0; transition: all .2s ease-in-out 0s; }
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.6; }
.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); margin: 9.9rem 0 0; }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.8rem; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; } }
:target::before { content: ""; display: block; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 12.0rem; margin: -12.0rem 0 0; } }

.header .dot { background: radial-gradient(#ffd2cb 12%, transparent 12%), radial-gradient(#ffd2cb 12%, transparent 12%) #fffbf5; background-position: 0 0, .6rem .6rem; background-size: 1.2rem 1.2rem; }
.header .dot .headL { padding: 1.0rem; color: #004098; }
.header .dot .headL .logo { width: calc(100% - 5.0rem); height: 4.4rem; }
.header .dot .headL .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .dot .headL .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); }
.header .dot .headL .tel_add { margin: 1.0rem 0; font-size: 1.2rem; }
.header .dot .headL .tel_add li { text-align: center; }
.header .dot .headL .tel_add li .tel { display: inline-block; font-size: 180%; }
.header .dot .headL .tel_add li .tel::before { margin: 0; }
.header .dot .headL .tel_add li .web_interview img { width: 70%; margin-left: auto; margin-right: auto; }
.header .dot .headL .box_white { background: #fff; padding: 1.0rem; border-radius: .6rem; }
.header .dot .headL .box_white .tbl_time { /*font-size: 1.2rem;*/ }

@media screen and (min-width: 48em), print { .header { display: flex; }
  .header .dot { min-width: 40%; padding: 2.5rem 4.0rem 3.0rem 0; background-position: 0 0, .8rem .8rem; background-size: 1.6rem 1.6rem; }
  .header .dot .headL { width: 55.0rem; margin: 0 0 0 auto; }
  .header .dot .headL .logo { width: 100%; height: 8.0rem; }
  .header .dot .headL .logo a { background: url(../img/logo.svg) no-repeat center center/contain; }
  .header .dot .headL .tel_add { flex-direction: column; font-size: 2.4rem; margin: 2.0rem 0; }
  .header .dot .headL .tel_add li { margin: 0 0 0.5rem; }
  .header .dot .headL .tel_add li .web_interview { display: none; }
  .header .dot .headL .box_white { padding: 2.0rem; border-radius: 1.0rem; }
  .header .dot .headL .box_white .midashi { text-align: center; color: #634A29; font-size: 2.4rem; margin: 0 0 1.6rem; }
  .header .dot .headL .box_white .tbl_time { font-size: 1.8rem; } }
#nav { width: 100vw; position: fixed; top: 0; left: 0; z-index: 100; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; color: #fff; background: #F69B11; text-align: center; border-radius: .6rem; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 10; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e800"; font-size: 3.6rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e802"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: 75vh; overflow-y: auto; background: #F69B11; padding: 1.6rem; position: absolute; top: 6.0rem; left: 0; right: 0; margin: auto; z-index: 10; }
#nav .gnav_subnav .gnav { border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #fff; }
#nav .gnav_subnav .gnav > li.monshin { display: none; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; justify-content: space-between; width: 100%; font-weight: bold; color: #fff; text-align: left; font-size: 1.4rem; padding: 1.0rem; }
#nav .gnav_subnav .gnav > li .sub::after { content: "▼"; display: inline-flex; justify-content: center; align-items: center; }
#nav .gnav_subnav .gnav > li .sub.close::after { content: "▲"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav { display: flex; flex-wrap: wrap; }
#nav .gnav_subnav .gnav > li .subbox .subnav li { width: 50%; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { display: block; text-align: center; font-weight: normal; padding: 1.0rem; background: rgba(255, 255, 255, 0.2); }

@media screen and (min-width: 48em), print { #nav { right: 0; width: auto; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block; width: 100%; max-height: auto; overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: flex; justify-content: space-between; border: none; }
  #nav .gnav_subnav .gnav li { position: relative; }
  #nav .gnav_subnav .gnav li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub { justify-content: center; align-items: center; text-align: center; font-size: 2.2rem; padding: 3.3rem 0; margin: 0; cursor: pointer; }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after { font-size: 1.4rem; margin: 0 0 0 1.0rem; }
  #nav .gnav_subnav .gnav li .subbox { width: 18.0rem; position: absolute; left: -4.0rem; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li { width: 100%; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a { background: rgba(246, 155, 17, 0.85); padding: 1.0rem 0; border-bottom: 2px dotted #fff; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover { opacity: 1.0; background: #F69B11; }
  #nav .gnav_subnav .gnav li.monshin { display: block; width: 15rem; }
  #nav .gnav_subnav .gnav li.monshin a { padding: 2.5rem 0; } }
.overview { margin: 4.0rem 0 0; font-size: 1.4rem; color: #634A29; line-height: 1.6; }
.overview .clinic_name { text-align: center; margin: 0 0 3.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap { margin: 0 1.0rem; }
.overview > .wrap .tbl_time { margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; color: #634A29; border-top: 1px solid #634A29; }
.overview > .wrap .overviewL .gaiyo dt { width: 25%; padding: .4rem; border-bottom: 1px solid #634A29; }
.overview > .wrap .overviewL .gaiyo dd { width: 75%; padding: .4rem; border-bottom: 1px solid #634A29; }
.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 { margin: 10.0rem 0 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 38.0rem; }
  .overview > .wrap { margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .overview > .wrap .tbl_time { margin: 0 0 7.0rem; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .gaiyo dt { padding: 3.0rem 0; }
  .overview > .wrap .overviewL .gaiyo dd { padding: 3.0rem 0; }
  .overview > .wrap .overviewL .gaiyo dd .tel { font-size: 140%; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview .gmap { height: 50.0rem; margin: 10.0rem 0 0; } }
#tel_up { width: 100%; height: 4.0rem; /*background: $clr_navy;*/ position: fixed; bottom: -1px; left: 0; right: 0; z-index: 1; font-size: 1.2rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: 100%; display: flex; color: #ffffff; padding: 0; margin: 0; list-style: none; }
#tel_up ul li { flex: 1; display: flex; align-items: center; text-align: center; color: #ffffff; border-right: 1px solid #ffffff; padding: 12px 0; }
#tel_up ul li.telno { width: 32%; background: #004098; }
#tel_up ul li.telno::before { display: block; font-family: "fontello"; content: "\e808"; padding-right: 5px; margin-left: 1rem; }
#tel_up ul li:nth-child(2) { width: 33%; background-color: #49901d; }
#tel_up ul li:nth-child(2)::before { display: block; font-family: "fontello"; content: "\e803"; padding-right: 5px; margin-left: 1rem; }
#tel_up ul li:nth-child(3) { width: 33%; background: #e63613; }
#tel_up ul li:nth-child(3)::before { display: block; font-family: "fontello"; content: "\e894"; padding-right: 5px; margin-left: 1rem; }
#tel_up ul li a { /*color: #ffffff;*/ }
#tel_up #pageup { cursor: pointer; display: block; width: 4.0rem; height: 100%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; color: #fff; background: #004098; margin-top: 0.3rem; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\e801"; position: relative; margin: 1.0rem 0 0; color: #fff; }
#tel_up #pageup .clip { clip-path: inset(50%); }

@media screen and (min-width: 48em), print { #tel_up { width: 6.0rem; bottom: 12.0rem; right: 4.0rem; left: auto; background: none; padding: 0; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 100%; height: 6.0rem; font-size: 3.2rem; border-radius: 50%; } }
.footer { text-align: center; padding: 0 0 4.0rem; color: #fff; background: #F69B11; }
.footer .copy { display: block; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 6.0rem 0 2.0rem; }
  .footer .copy { margin: 6.0rem 0 0; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.4rem; 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:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
#keyvsl { height: 26.0rem; margin: 0 0 1.0rem; position: relative; background: url("../img/index_keyvsl01.jpg") no-repeat center center/auto 100%; }
#keyvsl .open { position: absolute; top: 1.0rem; right: 1.0rem; }
#keyvsl .open img { width: 11.0rem; height: auto; }
#keyvsl .catch { margin: 0; color: #002357; text-align: center; font-size: 1.6rem; text-shadow: 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff, 0 0 1.0rem #fff; position: absolute; bottom: 1.0rem; left: 0; right: 0; }

@media screen and (min-width: 48em), print { #keyvsl { width: 60%; height: 76.0rem; background: url("../img/index_keyvsl01.jpg") no-repeat left center/cover; margin: 0; }
  #keyvsl .open { top: 6.0rem; left: 6.0rem; right: auto; }
  #keyvsl .open img { width: 20.0rem; }
  #keyvsl .catch { width: 62.0rem; font-size: 3.4rem; position: absolute; bottom: 5.0rem; left: 6.0rem; } }
.main_bnr { margin: 2.0rem 1rem; }
.main_bnr li .staff_jimu { background: url("../img/bnr_staff_jimu.jpg") no-repeat right -1.5rem bottom/auto 145%; padding: .2rem; border: 2px solid #004098; border-radius: .4rem; line-height: 1.4; }
.main_bnr li .staff_jimu a { display: block; border: 1px solid #004098; color: #004098; padding: 1.0rem 7.4rem 1.0rem 1.0rem; border-radius: .2rem; font-size: 1.4rem; text-decoration: none !important; }
.main_bnr li .staff_jimu a span { display: block; font-size: 120%; }
.main_bnr li.covid { margin: 1.0rem 0 0; padding: .2rem; border: 2px solid #F69B11; border-radius: .4rem; background: url("../img/bnr_kansen.jpg") no-repeat right center/auto 100%; }
.main_bnr li.covid a { display: block; border: 1px solid #F69B11; color: #F69B11; padding: 1.0rem; border-radius: .2rem; font-size: 1.4rem; text-decoration: none !important; }
.main_bnr li.covid a span { font-size: 150%; }
.main_bnr li.bnr_coronavirus { margin: 1.0rem 0 0; padding: .2rem; border: 2px solid #004098; border-radius: .4rem; background: url("../img/bnr_coronavirus.jpg") no-repeat right -1.5rem top/auto 120%; }
.main_bnr li.bnr_coronavirus a { display: block; border: 1px solid #004098; color: #004098; padding: 1.0rem; border-radius: .2rem; font-size: 1.4rem; text-decoration: none !important; }
.main_bnr li.bnr_coronavirus a span { font-size: 150%; }
.main_bnr li.bnr_line_pc { display: none; }
.main_bnr li.bnr_line_sp { max-width: 100%; margin: 1.0rem auto 0; text-align: center; text-align: -webkit-center; }

@media screen and (min-width: 48em), print { .main_bnr { margin: 8rem auto; }
  .main_bnr li { margin: 3.0rem auto; }
  .main_bnr li .staff_jimu { background: url("../img/bnr_staff_jimu.jpg") no-repeat right 0rem bottom/auto 145%; max-width: 79.0rem; margin: auto; padding: .8rem; border: 3px solid #004098; border-radius: 1.0rem; }
  .main_bnr li .staff_jimu a { padding: 3rem 35rem 3rem 3.0rem; border-radius: .5rem; font-size: 2.6rem; pointer-events: none; }
  .main_bnr li.covid { max-width: 79.0rem; margin: auto; padding: .8rem; border: 3px solid #F69B11; border-radius: 1.0rem; }
  .main_bnr li.covid a { padding: 6.0rem 3.0rem; border-radius: .5rem; font-size: 2.6rem; }
  .main_bnr li.bnr_coronavirus { background: url("../img/bnr_coronavirus.jpg") no-repeat right -1.5rem top/auto 120%; max-width: 79.0rem; margin: auto; padding: .8rem; border: 3px solid #004098; border-radius: 1.0rem; }
  .main_bnr li.bnr_coronavirus a { padding: 6.0rem 3.0rem; border-radius: .5rem; font-size: 2.6rem; }
  .main_bnr li.bnr_line_pc { display: block; max-width: 79.0rem; margin: 5rem auto 0; text-align: center; text-align: -webkit-center; }
  .main_bnr li.bnr_line_sp { display: none; } }
.info { margin: 4.0rem 1.0rem; }
.info dl { line-height: 1.4; padding: 1.6rem 0; border-top: 1px solid #8E806F; border-bottom: 1px solid #8E806F; }
.info dl dt { display: flex; margin: 0 0 .6rem; font-size: 110%; color: #004098; cursor: pointer; }
.info dl dt::before { content: "▼"; margin-right: .6rem; }
.info dl dt.close::before { content: "▲"; }
.info dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; }
.info dl dd { margin: 0 0 1.6rem; word-wrap: break-word; }
.info dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { width: 1200px; margin: 8.0rem auto; display: flex; align-items: flex-start; }
  .info .tit_02 { width: 15.0rem; margin: 0 5.0rem 0 0; }
  .info dl { flex: 1; padding: 3.0rem 0; }
  .info dl dt { margin: 0 0 1.0rem; }
  .info dl dt::before { margin-right: 1.0rem; }
  .info dl dt:not(:first-of-type) { padding: 1.6rem 0 0; }
  .info dl dd { margin: 0 0 1.6rem; } }
.feature { margin: 4.0rem 0; }
.feature > div { margin: 0 0 2.0rem; }
.feature > div::after { content: ""; display: block; width: 100%; height: 20.0rem; }
.feature > div .box { background: url("../img/logo_mark.svg") no-repeat center center/15rem auto; }
.feature > div .box section { margin: 0 1.0rem; }
.feature > div .box section .tit { font-weight: normal; color: #004098; font-size: 120%; margin: 0 0 1.0rem; }
.feature > div.haba::after { background: url("../img/index_feature_haba.jpg") no-repeat right center/auto 100%; }
.feature > div.pace .txt_navy { margin: 0 0 1.0em !important; }
.feature > div.pace::after { background: url("../img/index_feature_pace.jpg") no-repeat left center/auto 100%; }
.feature > div.kate::after { background: url("../img/index_feature_kate.jpg") no-repeat right center/auto 100%; }
.feature > div.egao::after { background: url("../img/index_feature_egao.jpg") no-repeat left center/auto 100%; }
.feature > div.kenshin::after { background: url("../img/index_feature_kenshin.jpg") no-repeat right center/auto 100%; }

@media screen and (min-width: 48em), print { .feature { margin: 10.0rem 0; }
  .feature > div { margin: 0; display: flex; }
  .feature > div:nth-child(even)::after { order: 1; }
  .feature > div:nth-child(even) .box { order: 2; background: url("../img/logo_mark.svg") no-repeat left 19rem center/28rem auto; }
  .feature > div:nth-child(odd) .box { background: url("../img/logo_mark.svg") no-repeat right 19rem center/28rem auto; }
  .feature > div:nth-child(odd) .box section { margin: 0 0 0 auto; }
  .feature > div::after { width: 50%; height: 40.0rem; }
  .feature > div .box { width: 50%; padding: 3.0rem; display: flex; align-items: center; }
  .feature > div .box section { width: 57.0rem; margin: 0; }
  .feature > div .box section .tit { line-height: 1.4; font-size: 150%; } }
.tre { margin: 4.0rem 1.0rem; }
.tre .subnav { display: flex; justify-content: space-between; flex-wrap: wrap; }
.tre .subnav li { width: 48%; margin: 0 0 1.8rem; }
.tre .subnav li a { display: block; padding: 1.0rem 0 1.0rem 5.6rem; background: #FEF1D8; border: 2px solid #fff; border-radius: .6rem; box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.4); text-decoration: none !important; position: relative; }
.tre .subnav li a::before { content: ""; display: block; width: 4.0rem; height: 4.0rem; border-radius: 50%; position: absolute; top: -.8rem; left: .6rem; }
.tre .subnav li a.cardiology::before { background: url("../img/icon_junkan.svg") no-repeat center center/60% auto #F69B11; }
.tre .subnav li a.arrhythmia::before { background: url("../img/icon_fusei.svg") no-repeat center center/60% auto #F69B11; }
.tre .subnav li a.internal::before { background: url("../img/icon_naika.svg") no-repeat center center/60% auto #F69B11; }
.tre .subnav li a.lifestyledisease::before { background: url("../img/icon_seikatsu.svg") no-repeat center center/60% auto #F69B11; }
.tre .subnav li a.examination::before { background: url("../img/icon_kenshin.svg") no-repeat center center/60% auto #F69B11; }
.tre .subnav li a.vaccination::before { background: url("../img/icon_yobo.svg") no-repeat center center/60% auto #F69B11; }

@media screen and (min-width: 48em), print { .tre { width: 1200px; margin: 10.0rem auto; }
  .tre .subnav li { width: 31%; margin: 0 0 4.0rem; }
  .tre .subnav li a { font-size: 2.4rem; padding: 3.0rem 0 3.0rem 15.0rem; border: 3px solid #fff; border-radius: 1.0rem; }
  .tre .subnav li a::before { width: 10.0rem; height: 10.0rem; top: -2.0rem; left: 1.8rem; } }
body:not(.index) .header .headL .box_white { display: none; }
body:not(.index) .main { margin: 4.0rem 1.0rem 6.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .header .headL .box_white { display: block; }
  body:not(.index) .main { margin: 8.0rem 0; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

body.beginner .tit_01 { background: url("../img/beginner_tit01.jpg") no-repeat center top/cover; }
body.cardiology .tit_01 { color: #fff; background: url("../img/cardiology_tit01.jpg") no-repeat center top/cover; }
body.arrhythmia .tit_01 { background: url("../img/arrhythmia_tit01.jpg") no-repeat center center/cover; }
body.internal .tit_01 { background: url("../img/internal_tit01.jpg") no-repeat center center/cover; }
body.lifestyledisease .tit_01 { background: url("../img/lifestyledisease_tit01.jpg") no-repeat center center/cover; }
body.examination .tit_01 { background: url("../img/examination_tit01.jpg") no-repeat center center/cover; }
body.vaccination .tit_01 { background: url("../img/vaccination_tit01.jpg") no-repeat center center/cover; }
@media screen and (min-width: 48em), print { body.beginner .tit_01 { background: url("../img/beginner_tit01.jpg") no-repeat left center/cover; }
  body.cardiology .tit_01 { color: #fff; background: url("../img/cardiology_tit01.jpg") no-repeat left center/cover; }
  body.arrhythmia .tit_01 { background: url("../img/arrhythmia_tit01.jpg") no-repeat left center/cover; }
  body.internal .tit_01 { background: url("../img/internal_tit01.jpg") no-repeat left center/cover; }
  body.lifestyledisease .tit_01 { background: url("../img/lifestyledisease_tit01.jpg") no-repeat left center/cover; }
  body.examination .tit_01 { background: url("../img/examination_tit01.jpg") no-repeat left center/cover; }
  body.vaccination .tit_01 { background: url("../img/vaccination_tit01.jpg") no-repeat left center/cover; } }

.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; opacity: 0; transition: .3s ease; background: #004098; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #004098; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.flex_img.flex3 li { width: 100%; margin: 0 0 2.0rem; text-align: center; }
.flex_img.flex3 li img { max-width: 80%; margin: 0 auto .6rem; }

@media screen and (min-width: 48em), print { .flex_img.flex3 { flex-wrap: wrap; }
  .flex_img.flex3 li { width: 32%; margin: 0 0 2.0rem 0; }
  .flex_img.flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 2.0rem 0; }
  .flex_img.flex3 li img { max-width: 100%; margin: 0 auto 1.0rem; }
  .flex_img.flex3 li.photo2 { width: 66%; margin: 0; }
  .flex_img.flex3 li.photo2 img { display: inline-block; max-width: 48%; margin: 0 0 1.0rem; }
  .flex_img.flex3 li.photo2 img:first-child { margin: 0 1.2rem 1.0rem 0; } }
.flow section { margin: 0; border: 1px solid #F69B11; padding: 1.0rem; position: relative; }
.flow section:not(:last-child) { margin: 0 0 6.0rem; }
.flow section:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2rem solid #F69B11; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.flow section .tit { color: #F69B11; font-size: 120%; }

@media screen and (min-width: 48em), print { .flow section { padding: 2.0rem; }
  .flow section:not(:last-child) { margin: 0 0 6.0rem; } }
.access .main .flex_map > div.gmap { height: 30.0rem; margin: 2.0rem 0; }
@media screen and (min-width: 48em), print { .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .flex_map { display: flex; justify-content: space-between; }
  .access .main .flex_map > div { width: 48%; }
  .access .main .flex_map > div.gmap { height: auto; margin: 0; } }

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