@charset "UTF-8";
.footer a { display: inline-block; }

a[href*="internal"], a[href*="high_blood_pressure"], a[href*="diabetes"], a[href*="dyslipidemia"], a[href*="kidney_disease"], a[href*="health_check"], a[href*="vaccination"], a[href*="dummy"] { pointer-events: none; }

@use "config" as *;
/* _reset.scss　出力 */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

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

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

@use "config" as *;
/* _module.scss　出力 */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.larger { font-size: 120%; }

.img_c { display: block; max-width: 90%; height: auto; margin: 1.0rem auto; }

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

.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_c { max-width: 100%; }
  .img_l { float: left; margin: 0 3.0rem 3.0rem 0; }
  .img_r { float: right; margin: 0 0 3.0rem 3.0rem; }
  .tate { width: 20%; }
  .mini { width: 70%; }
  .small { max-width: 35.0rem; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4rem !important; }

.mt30 { margin-top: 3rem !important; }

.mt20 { margin-top: 2rem !important; }

.mt10 { margin-top: 1rem !important; }

.mg0 { margin: 0 !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: 8rem !important; }
  .mt30 { margin-top: 6rem !important; }
  .mt20 { margin-top: 4rem !important; }
  .mt10 { margin-top: 2rem !important; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 7.3rem; }
  .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.2rem; table-layout: fixed; overflow: hidden; }
.tbl_time tr th[scope="col"] { padding: .6rem 0; color: #fff; background: #5E649B; }
.tbl_time tr th[scope="col"]:first-child { width: 28%; }
.tbl_time tr th[scope="col"]:last-child { letter-spacing: -.1rem; white-space: nowrap; }
.tbl_time tr th.time { white-space: nowrap; text-align: center; font-weight: normal; background: #fff; border-bottom: 0.1rem #5E649B solid; }
.tbl_time tr td { text-align: center; font-weight: normal; padding: 1.0rem 0; line-height: 1.0; color: #1F2774; background: #fff; border-bottom: 0.1rem #5E649B solid; }
.tbl_time tr td span { color: #E92050; }

p.notice { margin: .8rem 0 0 0; font-size: 1.2rem; line-height: 1.3; }
p.notice span { color: #E92050; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; }
  .tbl_time tr td { padding: 1.55rem 0; }
  p.notice { font-size: 1.8rem; line-height: 1.3; margin: 1.2rem 0 0 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/cover; text-align: center; color: #1F2774; font-weight: bold; line-height: 1.0; font-size: 2.2rem; border-bottom: .1rem #fff solid; letter-spacing: .2rem; padding: 3.0rem .6rem 1.0rem; word-break: break-all; }

.tit_02 { font-size: 2.2rem; text-align: center; margin: 0 0 2.0rem; letter-spacing: .2rem; font-weight: bold; color: #1F2774; }
.tit_02 span { display: block; color: #E3007F; font-size: 1.0rem; margin: .4rem 0 0 0; letter-spacing: .2rem; }

.tit_03 { color: #fff; font-size: 2.0rem; font-weight: bold; margin: 0 0 2.0rem; background: linear-gradient(#1F2774 45px, #fff 45px, #fff 46px, #1F2774 46px, #1F2774 100%); padding: .4rem 1.0rem; }

.tit_04 { color: #1F2774; font-size: 1.8rem; font-weight: bold; margin: 0 0 2.0rem; background: #E8E8F0; border-left: 0.2rem #1F2774 solid; padding: .2rem 1.0rem 0; }

.tit_05 { font-size: 1.6rem; color: #1F2774; font-weight: bold; border-bottom: 0.1rem #1F2774 solid; padding: 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 3.6rem; padding: 8.15rem 1.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 auto 2.0rem; }
  .tit_02 span { font-size: 1.4rem; margin: .6rem 0 0 0; }
  .tit_03 { font-size: 3.0rem; padding: .8rem 2.0rem .4rem; background: linear-gradient(#1F2774 55px, #fff 55px, #fff 56px, #1F2774 56px, #1F2774 100%); }
  .tit_04 { font-size: 2.4rem; padding: .5rem 1.0rem .1rem 1.7rem; border-left: 0.3rem #1F2774 solid; }
  .tit_05 { font-size: 2.0rem; padding: 0 2.0rem; } }
.lst_ul01 li, .lst_ul02 li { text-indent: -1.4rem; padding-left: 2.0rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before, .lst_ul02 li::before { content: '●'; margin-right: .4rem; color: #E3007F; vertical-align: .1rem; font-size: 70%; }

.lst_ul02 { padding: 1.3rem 1.3rem 0 1.3rem; }

.lst_ol01 { margin: 1.0rem 0; }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; padding: 0 0 0 1.8em; position: relative; }
.lst_ol01 li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; font-family: 'Lato', sans-serif; color: #0097E0; font-weight: bold; position: absolute; left: 0; }

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

.lst_dl02 dt { background: #DCF2F5; padding: .2rem .8rem; }
.lst_dl02 dd { margin: 0 0 2.0rem; padding: .8rem; }

@media screen and (min-width: 48em), print { .lst_ul01 li, .lst_ul02 li { text-indent: -1.8rem; padding-left: 2.0rem; }
  .lst_ul01 li::before, .lst_ul02 li::before { vertical-align: .2rem; }
  .lst_dl01 dt { float: left; width: 15.0rem; font-weight: bold; clear: left; }
  .lst_dl01 dd { padding-left: 15.0rem; }
  .lst_dl02 dt { padding: .4rem 1.0rem; }
  .lst_dl02 dd { padding: 1.0rem; } }
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
.tel { line-height: 1.0; color: #1F2774; font-weight: bold; letter-spacing: .2rem; font-size: 1.6rem; }
.tel::before { font-family: fontello; content: '\e80e'; font-size: 8.0%; margin: 0 .5rem 0 0; font-size: 1.2rem; font-weight: normal; }
.tel a { text-decoration: none !important; }
@media screen and (min-width: 48em), print { .tel { font-size: 3.0rem; }
  .tel::before { font-size: 2.4rem; margin: 0 1.0rem 0 0; } }

.btn_rsv, .btn_online { display: block; background: #E3007F; color: #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 3.0rem; font-weight: bold; font-size: 1.3rem; width: 15.0rem; height: 2.4rem; }
.btn_rsv::before, .btn_online::before { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-family: 'fontello'; content: '\e80c'; color: #fff; margin: 0 .4rem 0 0; }
@media screen and (min-width: 48em), print { .btn_rsv, .btn_online { width: 24.0rem; height: 4.4rem; font-size: 1.8rem; }
  .btn_rsv::before, .btn_online::before { margin: 0 .8rem 0 0; } }

.btn_online { background: #E8E8F0; }
.btn_online::before { content: '\e908'; background: #FF9E00; }
@media screen and (min-width: 48em), print { .btn_online { margin: .8rem 0 0 0; } }

.btn_link, .btn_link2 { background: #E8E8F0; border-radius: 2.0rem; text-align: center; padding: .6rem 0; color: #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.btn_link::after, .btn_link2::after { display: inline-block; font-family: 'fontello'; content: '\e80f'; font-size: 80%; margin: 0 0 0 .6rem; }

.btn_link2 { background: #FFB054; }

.btn_detail { display: table; margin: 1.0rem auto 0; padding: .6rem 3.0rem; font-size: 1.4rem; border-radius: 3.0rem; background: #fff; color: #F7B6DA; border: 0.1rem #F7B6DA solid; text-decoration: none !important; position: relative; }
.btn_detail::after { position: absolute; font-family: 'fontello'; content: '\f006'; right: .8rem; }
@media screen and (min-width: 48em), print { .btn_detail { border-radius: 3.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .btn_detail::after { right: 1.4rem; }
  .btn_detail:hover { background: #F7B6DA; color: #fff; } }

.btn_txt { color: #EF6DB5; text-decoration: underline; }
@media screen and (min-width: 48em), print { .btn_txt:hover { color: #5E649B; } }

.anc li .btn_detail::after { content: '▼'; }

@media screen and (min-width: 48em), print { .anc { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .anc li { margin: 0 2.0rem 2.0rem 0; }
  .anc li .btn_detail::after { content: '▼'; } }
.box_white { padding: 1.0rem; background: #fff; border-radius: .6rem; }
@media screen and (min-width: 48em), print { .box_white { padding: 4.0rem; } }

.box_blue, .box_pink { padding: 1.0rem; background: #F5F6F9; border-radius: 0; }
@media screen and (min-width: 48em), print { .box_blue, .box_pink { padding: 2.4rem; } }

.box_pink { background: #FDF4F9; }

html { font-size: calc(100vw / 32); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #333; }

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

aside { display: none; }

.wrapper { margin: 3.0rem 0 0 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 6.0rem; }
.main a:not([href="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { :target::before { 	/* content: ""; display: block; height: 20.0rem; margin: -20.0rem 0 0;
	*/ }
  html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .wrapper { width: 100%; margin: 0; padding: 0; }
  .main { width: 1200px; font-size: 1.8rem; padding: 0 0 8.0rem; margin: 0 auto; } }
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
.header .sticky .wrap { margin: 1.7rem 1.0rem 1.0rem 1.0rem; }
.header .sticky .wrap .logo { height: 3.8rem; }
.header .sticky .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .sticky .wrap .headR { margin: 0; }
.header .sticky .wrap .headR .tel_add { text-align: center; margin: 2.0rem 0 0 0; }
.header .sticky .wrap .headR .tel_add li.tel_rsv { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.header .sticky .wrap .headR .tel_add li.add { font-size: 1.2rem; margin: 1.2rem 0 0 0; line-height: 1.0; }
.header .sticky .wrap .headR .tel_add li.add::before { font-family: fontello; content: '\e809'; display: inline-block; margin: 0; color: #1F2774; }
.header .sticky .wrap .headR .park { background: #E9F6FC; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; width: 100%; height: 3.0rem; margin: 1.0rem 0 0 0; }
.header .sticky .wrap .headR .park span::before { font-family: fontello; content: '\e80f'; display: inline-block; margin: 0 auto; color: #1F2774; font-size: 1.8rem; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { .header { margin: 0; height: 19.0rem; }
  .header .sticky { background: #fff; }
  .header .sticky .wrap { margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .header .sticky .wrap .logo { width: 46.0rem; height: 7.7rem; margin: 2.7rem 0 0 0; }
  .header .sticky .wrap .headR { display: -webkit-flex; display: flex; margin: 2.0rem 0 0 0; }
  .header .sticky .wrap .headR .tel_add { margin: 0; }
  .header .sticky .wrap .headR .tel_add li.tel_rsv .tel { margin: 0; padding: 0; }
  .header .sticky .wrap .headR .tel_add li.tel_rsv .btn_rsv, .header .sticky .wrap .headR .tel_add li.tel_rsv .btn_online { margin: 0 0 0 3.0rem; }
  .header .sticky .wrap .headR .tel_add li.add { font-size: 1.8rem; margin: 1.6rem 0 0 0; text-align: left; }
  .header .sticky .wrap .headR .tel_add li.add::before { margin: 0 .4rem 0 0; vertical-align: .1rem; }
  .header .sticky .wrap .headR .park { width: 14.0rem; height: 9.0rem; margin: 0 0 0 2.0rem; font-size: 1.8rem; }
  .header .sticky .wrap .headR .park span::before { font-size: 2.9rem; margin: 0 0 0.63rem; display: block; } }
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 100; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.5rem; color: #1F2774; background: #fff; border: 1px solid #1F2774; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: .4rem 0 0 0; @incliude gfont; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.2rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e806'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.2rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #F5F6F9; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #1F2774; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #1F2774; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #333 !important; padding: 1.0rem 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a span { display: none; }
.slicknav_menu .slicknav_nav .gnav li a span.treatment { display: block; }
.slicknav_menu .slicknav_nav .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 1.2rem; content: '▼'; color: #1F2774; }
.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { content: '▲'; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { border: none; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem; background: rgba(255, 255, 255, 0.8); }
.slicknav_menu .slicknav_nav .gnav li .subnav li a span { display: block; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a br { display: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; width: 100%; height: 6.0rem; padding: 0; background: #1F2774; margin: 2.0rem 0 0 0; padding: 0; }
  #nav.fixed { position: fixed; top: 0; z-index: 9999999; margin: 0 !important; }
  #nav ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 108.0rem; height: 100%; margin: 0 auto; padding: 0; }
  #nav ul li { position: relative; display: flex; align-items: center; justify-content: center; height: 100%; flex: 1; }
  #nav ul li:hover .children-1 { display: block; }
  #nav ul li a { width: 100%; height: 100%; white-space: nowrap; text-align: center; font-size: 1.8rem; font-weight: bold; letter-spacing: .1rem; color: #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #nav ul .children-1 li, #nav ul .children-2 li { width: 100%; height: 5.0rem; padding: 0; }
  #nav ul .children-1 li:not(:last-child), #nav ul .children-2 li:not(:last-child) { border-bottom: .1rem #fff solid; }
  #nav ul .children-1 li a, #nav ul .children-2 li a { display: block; padding: 1.5rem 0; width: 100%; margin: 0; font-size: 1.8rem; text-align: center; font-weight: bold; white-space: nowrap; letter-spacing: 0; color: #fff; background: rgba(94, 100, 155, 0.9); }
  #nav ul .children-1 { display: none; position: absolute; z-index: 999; top: 6.0rem; left: -5.0rem; margin: auto; width: 30.0rem; padding: 0; }
  #nav ul .children-1 li .children-2 { display: none; position: absolute; top: 0px; left: 110px; width: 100%; }
  #nav ul .children-1 li:hover .children-2 { display: block; background: #E6E4D7; }
  #nav ul .children-2 a { width: 100%; }
  .index #nav a.home, .doctor #nav a.doctor, .clinic #nav a.clinic, .first #nav a.first, .access #nav a.access { background: #E3007F; color: #fff; } }
.overview { padding: 3.0rem 1.0rem; margin: 0; width: 100%; background: #fff; }
.overview .clinic_name { width: 70%; margin: 0 auto 1.2rem; }
.overview .clinic_name img { width: 100%; }
.overview .tel_rsv { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; margin: 0 0 1.0rem; }
.overview > .wrap { margin: 0 auto; }
.overview > .wrap .overviewL { padding: 0; }
.overview > .wrap .overviewR { margin: 0; padding: 0; }
.overview > .wrap .overviewR .gaiyo { width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; margin: 2.0rem 0 0 0; line-height: 1.5; }
.overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd { border-top: .1rem #ccc solid; padding: .6rem 0; margin: 0; }
.overview > .wrap .overviewR .gaiyo dt { width: 28%; font-size: 1.4rem; color: #1F2774; font-weight: bold; letter-spacing: .1rem; }
.overview > .wrap .overviewR .gaiyo dd { width: 72%; font-size: 1.4rem; }

iframe { width: 100%; height: 30.0rem; border: 0; margin: 0; padding: 0 1.0rem 2.0rem; display: block; }

@media screen and (min-width: 48em), print { .overview { padding: 4.0rem 0 5.65rem; }
  .overview .clinic_name { margin: 0 auto 3.0rem; width: 42.2rem; }
  .overview .clinic_name img { width: 100%; }
  .overview .tel_rsv { -webkit-justify-content: center; justify-content: center; margin: 0 0 3.0rem; }
  .overview .tel_rsv .btn_rsv, .overview .tel_rsv .btn_online { margin: 0 0 0 3.0rem; }
  .overview > .wrap { width: 1200px; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 57.0rem; }
  .overview > .wrap .overviewL { padding: 0; margin: 0; }
  .overview > .wrap .overviewL .tbl_wrapper { width: 56.1rem; margin: 0 0 0 auto; }
  .overview > .wrap .overviewR { margin: 0; padding: 0; }
  .overview > .wrap .overviewR .gaiyo { margin: 0; width: 100%; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .overview > .wrap .overviewR .gaiyo dt { width: 12.5rem; font-size: 1.8rem; padding: 1.85rem 0 1.85rem 2.0rem; }
  .overview > .wrap .overviewR .gaiyo dd { width: 42.5rem; font-size: 1.8rem; padding: 1.85rem 0; }
  iframe { margin: 0; padding: 0; height: 40.0rem; } }
.tel_up { width: 100%; background: #fff; padding: .2rem .6rem; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.tel_up .tel { display: block; text-align: center; font-size: 1.5rem; line-height: 1.0; padding: 0; letter-spacing: 0; white-space: nowrap; }
.tel_up .btn_rsv, .tel_up .btn_online { font-size: 1.2rem; width: 13.0rem; height: 2.8rem; white-space: nowrap; }
.tel_up .pageup a { display: block; width: 4.0rem; height: 4.0rem; text-align: center; padding: .4rem 0 0 0; line-height: 1.0; color: #fff; background: #B6E1F6; border-radius: 50%; }
.tel_up .pageup a::before { font-family: 'fontello'; content: '\e8a3'; font-size: 2.7rem; margin: 0; display: block; color: #1F2774; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel, .tel_up .btn_rsv, .tel_up .btn_online { display: none; }
  .tel_up .pageup a { width: 6.0rem; height: 6.0rem; padding: .7rem 0 0 0; }
  .tel_up .pageup a::before { font-size: 4.0rem; } }
.footer { text-align: center; padding: 0; }
.footer .copy { color: #fff; display: block; padding: 1.0rem 1.0rem 5.4rem; font-size: 1.4rem; background: #1F2774; }
.footer .footer_wrapper { display: none; }

@media screen and (min-width: 48em), print { .footer { background: #5E649B; }
  .footer .footer_wrapper { width: 1200px; margin: 0 auto; padding: 3.0rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .footer_wrapper .footer_nav { margin: 0; }
  .footer .footer_wrapper .footer_nav ul.glo, .footer .footer_wrapper .footer_nav ul.sub { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .footer_wrapper .footer_nav ul.glo li, .footer .footer_wrapper .footer_nav ul.sub li { display: inline-block; font-size: 1.8rem; -webkit-text-size-adjust: none; padding: 0 1.0rem; margin: 0; }
  .footer .footer_wrapper .footer_nav ul.glo li:not(:last-child), .footer .footer_wrapper .footer_nav ul.sub li:not(:last-child) { border-right: .1rem #fff solid; }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a { color: #fff; opacity: 1.0; }
  .footer .footer_wrapper .footer_nav ul.glo li a br, .footer .footer_wrapper .footer_nav ul.sub li a br { display: none; }
  .footer .footer_wrapper .footer_nav ul.glo li a:hover, .footer .footer_wrapper .footer_nav ul.sub li a:hover { text-decoration: underline; }
  .footer .footer_wrapper .footer_nav ul.glo li:nth-child(4), .footer .footer_wrapper .footer_nav ul.sub li:nth-child(4) { display: none; }
  .footer .footer_wrapper .footer_nav ul.sub { margin: 1.8rem 0 0 0; }
  .footer .copy { margin: 0 auto; padding: 3.8rem 0; font-size: 1.8rem; } }
@use "config" as *;
/* _top.scss　出力 */
body.index .wrapper { margin: 0; }
@media screen and (min-width: 48em), print { body.index .wrapper { margin: 0 auto; } }
body.index .main { padding: 2.0rem 0; }
@media screen and (min-width: 48em), print { body.index .main { padding: 0; } }

#keyvsl { margin: 1.0rem 0 0 0; padding: 14.0rem 1.0rem 1.0rem; min-height: 19.0rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .kv_content .inner p.cat { color: #1F2774; font-weight: bold; letter-spacing: .17rem; font-size: 1.6rem; margin: 0; text-shadow: 0.2rem 0.2rem 0.5rem rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 48em), print { #keyvsl { background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto; margin: 0; padding: 56.0rem 0 0 0; height: 74.0rem; }
  #keyvsl .kv_content { width: 1200px; margin: 0 auto; padding: 0; }
  #keyvsl .kv_content .inner p.cat { font-size: 3.6rem; letter-spacing: .33rem; line-height: 1.3; } }
.info { width: 100%; margin: 0; padding: 0 1.0rem 2.0rem; background: #F4FAFD; }
.info .box_info { padding: 2.0rem 0 0 0; }
.info .box_info .tit_02 { background: #1F2774; color: #fff; padding: .4rem 0; }
.info .box_info .tit_02 span { color: #fff; }
.info .box_info dl { margin: 1.8rem auto 0; line-height: 1.4; overflow-wrap: break-word; }
.info .box_info dl dt { font-size: 1.4rem; font-weight: bold; margin: 0 0 1.0rem; padding-left: 1.8rem; text-indent: -1.0rem; word-break: break-all; color: #0097E0; }
.info .box_info dl dt::before { font-family: fontello; display: inline-block; font-weight: normal; margin: 0 .2rem 0 0; }
.info .box_info dl dt:not(.close)::before { content: '\e800'; }
.info .box_info dl dt.close::before { content: '\e803'; }
.info .box_info dl dd { font-size: 1.4rem; padding: 0 1.0rem 1.6rem 0; margin: 0 0 1.6rem; color: #333; border-bottom: .1rem #ccc solid; word-break: break-all; }
.info .box_info dl dd .link_text { display: block; color: #EF6DB5; margin: .8rem 0 0 0; }
.info .box_info dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { padding: 0; }
  .info .box_info { width: 1200px; margin: 0 auto; padding: 0; min-height: 40.0rem; display: -webkit-flex; display: flex; }
  .info .box_info .tit_02 { width: 24.0rem; margin: 0; padding: 8.0rem 0 0 0; height: auto; font-size: 3.6rem; position: relative; }
  .info .box_info .tit_02 span { font-size: 1.4rem; }
  .info .box_info .tit_02::before { position: absolute; top: 0; left: -39.5rem; background: #1F2774; display: block; content: ''; width: 40.5rem; height: 100%; }
  .info .box_info .tit_02::after { content: ''; display: block; background: url("../img/clinicLogo_mark.svg") center center/contain; width: 16.0rem; height: 10.1rem; margin: 4.0rem auto 0; }
  .info .box_info dl { width: 96.0rem; margin: 8.0rem auto 6.0rem 8.0rem; height: auto; }
  .info .box_info dl dt { font-size: 1.8rem; padding-left: 2.0rem; text-indent: -1.3rem; }
  .info .box_info dl dd { font-size: 1.8rem; } }
.feature { margin: 0; padding: 3.0rem 1.0rem 0 1.0rem; background: #fff; }
.feature .feature_wrapper .box, .feature .feature_wrapper .box2, .feature .feature_wrapper .box3, .feature .feature_wrapper .box4, .feature .feature_wrapper .box5 { margin: 0 0 4.0rem; }
.feature .feature_wrapper .box figure, .feature .feature_wrapper .box2 figure, .feature .feature_wrapper .box3 figure, .feature .feature_wrapper .box4 figure, .feature .feature_wrapper .box5 figure { margin: 0 0 1.0rem; position: relative; }
.feature .feature_wrapper .box figure img, .feature .feature_wrapper .box2 figure img, .feature .feature_wrapper .box3 figure img, .feature .feature_wrapper .box4 figure img, .feature .feature_wrapper .box5 figure img { width: 100%; }
.feature .feature_wrapper .box figure figcaption, .feature .feature_wrapper .box2 figure figcaption, .feature .feature_wrapper .box3 figure figcaption, .feature .feature_wrapper .box4 figure figcaption, .feature .feature_wrapper .box5 figure figcaption { position: absolute; top: -2.0rem; left: .8rem; color: #E3007F; font-weight: bold; font-size: 4.0rem; }
.feature .feature_wrapper .box p, .feature .feature_wrapper .box2 p, .feature .feature_wrapper .box3 p, .feature .feature_wrapper .box4 p, .feature .feature_wrapper .box5 p { margin: 0; line-height: 1.6; font-size: 1.4rem; }
.feature .feature_wrapper .box p span, .feature .feature_wrapper .box2 p span, .feature .feature_wrapper .box3 p span, .feature .feature_wrapper .box4 p span, .feature .feature_wrapper .box5 p span { font-weight: bold; color: #1F2774; }

@media screen and (min-width: 48em), print { .feature { margin: 0; padding: 7.7rem 0 17.0rem; width: 100%; }
  .feature .feature_wrapper { width: 1200px; margin: 7.0rem auto 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature .feature_wrapper .box, .feature .feature_wrapper .box2, .feature .feature_wrapper .box3, .feature .feature_wrapper .box4, .feature .feature_wrapper .box5 { width: 36.0rem; margin: 0 6.0rem 9.0rem 0; }
  .feature .feature_wrapper .box figure, .feature .feature_wrapper .box2 figure, .feature .feature_wrapper .box3 figure, .feature .feature_wrapper .box4 figure, .feature .feature_wrapper .box5 figure { margin: 0 0 1.2rem; }
  .feature .feature_wrapper .box figure figcaption, .feature .feature_wrapper .box2 figure figcaption, .feature .feature_wrapper .box3 figure figcaption, .feature .feature_wrapper .box4 figure figcaption, .feature .feature_wrapper .box5 figure figcaption { font-size: 8.0rem; left: 1.1rem; top: -4.0rem; }
  .feature .feature_wrapper .box p, .feature .feature_wrapper .box2 p, .feature .feature_wrapper .box3 p, .feature .feature_wrapper .box4 p, .feature .feature_wrapper .box5 p { font-size: 1.8rem; }
  .feature .feature_wrapper .box3 { margin: 0 0 9.0rem; }
  .feature .feature_wrapper .box4 { margin: 0 6.0rem 0 0; }
  .feature .feature_wrapper .box5 { margin: 0; } }
.tre { margin: 0; padding: 3.0rem 1.0rem; background: #E9F6FC url("../img/bg_treat.png") repeat-y center top; }
.tre .subnav { width: 100%; margin: 2.0rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tre .subnav li { margin: 0 0 1.6rem; width: 14.5rem; background: #fff; border-radius: 1.0rem; padding: 1.0rem 0 2.0rem; }
.tre .subnav li a { display: block; text-align: center; color: #333; font-weight: bold; font-size: 1.3rem; height: 100%; position: relative; }
.tre .subnav li a span::before { font-family: fontello; display: inline-block; content: '\e904'; color: #E8E8F0; margin: 0 .4rem 0 0; font-size: 60%; }
.tre .subnav li a::before { display: block; margin: 0 auto .8rem; color: #fff; border: 0.3rem #F4FAFD solid; border-radius: 50%; content: ''; width: 8.0rem; height: 8.0rem; }
.tre .subnav li a::after { font-family: fontello; content: '\e80a'; color: #0097E0; position: absolute; right: .8rem; bottom: -1.8rem; }
.tre .subnav li:first-of-type a::before { background: url("../img/menu_01.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(2) a::before { background: url("../img/menu_02.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(3) a::before { background: url("../img/menu_03.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(4) a::before { background: url("../img/menu_04.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(5) a::before { background: url("../img/menu_05.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(6) a::before { background: url("../img/menu_06.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(7) a::before { background: url("../img/menu_07.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(8) a::before { background: url("../img/menu_08.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(9) a::before { background: url("../img/menu_09.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(10) a::before { background: url("../img/menu_10.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(11) a::before { background: url("../img/menu_11.svg") no-repeat center center/65%; }
.tre .subnav li:nth-of-type(12) a::before { background: url("../img/menu_12.svg") no-repeat center center/65%; }

@media screen and (min-width: 48em), print { .tre { margin: 0; padding: 7.6rem 0 10.0rem; width: 100%; }
  .tre .subnav { width: 1200px; margin: 2.7rem auto 0; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .tre .subnav li { margin: 0 2.0rem 2.0rem 0; width: 22.4rem; height: 22.4rem; padding: 2.0rem 0 0 0; }
  .tre .subnav li:nth-child(5n) { margin: 0 0 2.0rem; }
  .tre .subnav li a { font-size: 2.0rem; }
  .tre .subnav li a span::before { margin: 0 .6rem 0 0; vertical-align: .2rem; }
  .tre .subnav li a::before { width: 14.0rem; height: 14.0rem; margin: 0 auto 1.0rem; }
  .tre .subnav li a::after { right: 1.4rem; bottom: 1.40rem; font-size: 1.5rem; } }
@use "config" as *;
/* _lower.scss　出力 */
body:not(.index) .main { margin: 0 1.0rem; }
body:not(.index) .tit_02::after { display: block; content: ''; background: #E3007F; height: .2rem; width: 6.0rem; margin: 0 auto; }
@media screen and (min-width: 48em), print { body:not(.index) .main { width: 100%; margin: 0 auto; }
  body:not(.index) .main .btn_detail { width: 21.0rem; height: 4.0rem; }
  body:not(.index) .wrapper { width: 1200px; margin: 0 auto; padding: 3.0rem 0 0 0; }
  body:not(.index) .tit_02::after { height: .3rem; width: 8.0rem; } }

.arrow { width: 0; height: 0; border-left: 6.0rem solid transparent; border-right: 6.0rem solid transparent; border-top: 3.0rem solid #00b9d5; text-align: center; display: block; margin: 3.0rem auto; }

.block { display: block; font-weight: bold; }

@media screen and (min-width: 48em), print { .treatment .in_box { margin: 3.0rem !important; } }
#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: left; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 2px solid #FFED78; }

.machine_flex .equip { margin: 0 0 3.0rem; }
.machine_flex .equip p { margin: 0; }
@media screen and (min-width: 48em), print { .machine_flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .machine_flex .equip { width: 48%; margin: 0 0 3.0rem; }
  .machine_flex .equip img { margin: 0 0 1.0rem; }
  .machine_flex .equip p { font-size: 1.6rem; } }

.flow dd { margin: 0 0 6.0rem; position: relative; }
.flow dd .btn_rsv, .flow dd .btn_online { display: inline-block; padding: 0 3.0rem; margin: 1.0rem; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2rem solid #BFC1D7; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main .lst_access li span { color: #5E649B; }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .gmap iframe { padding: 0; }

@media screen and (min-width: 48em), print { .access .main .add br { display: none; }
  .access .main .tbl_time tr th[scope="col"] { font-size: 1.8rem; }
  .access .main .tbl_time tr th.time { font-size: 1.8rem; }
  .access .main p.notice { font-size: 1.8rem; }
  .access .main .gmap { height: 50.0rem; } }
.tbl_price, .tbl_lst { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_price tr th, .tbl_lst tr th { display: block; padding: .4rem 1.0rem; text-align: center; background: #5E649B; border: 1px solid #ccc; border-bottom: none; color: #fff; font-weight: bold; }
.tbl_price tr td, .tbl_lst tr td { display: block; padding: 1.0rem; border: 1px solid #ccc; text-align: right; }
.tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td { border-bottom: none; }
.tbl_price.num, .num.tbl_lst { counter-reset: number 0; }
.tbl_price.num tr th, .num.tbl_lst tr th { counter-increment: number 1; }
.tbl_price.num tr th::before, .num.tbl_lst tr th::before { display: inline-block; content: counter(number) "."; margin-right: .4rem; }

.tbl_lst tr th { text-align: center; }
.tbl_lst tr th:first-of-type { width: 40%; }
.tbl_lst tr td { text-align: left; }
.tbl_lst tr td:first-of-type { background: #E8E8F0; }

@media screen and (min-width: 48em), print { .tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td { display: table-cell; padding: 2.0rem; }
  .tbl_price tr th, .tbl_lst tr th { border-bottom: 1px solid #ccc; }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td { border-bottom: 1px solid #ccc; } }
.treatment .kasomenu_btn { text-align: right; }

nav { margin: 1.0rem 1.0rem 0; }
nav .breadcrumb { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; font-size: 1.0rem; margin: 4.0rem 0 0 0; color: #333; }
nav .breadcrumb li:not(:last-child)::after { display: inline-block; font-family: "fontello"; content: "\32"; color: #3B9ED9; font-size: 1.0rem; margin: 0 .4rem; }
nav .breadcrumb li a { text-decoration: underline; color: #333; color: #3B9ED9; }

@media screen and (min-width: 48em), print { nav { width: 1200px; margin: 1.0rem auto 0; }
  nav .breadcrumb { font-size: 1.8rem; margin: 0; }
  nav .breadcrumb li:not(:last-child)::after { margin: 0 .8rem; font-size: 1.4rem; } }
/* AccordionArea
-------------------------- */
.acd_menu { width: 100%; }
.acd_menu a { display: block; padding: 15px; text-decoration: none; color: #000; }
.acd_menu ul { margin: 0; padding: 0; background: #f4f4f4; list-style: none; }
.acd_menu ul li { height: 0; overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

label { display: block; margin: 0 0 4px 0; padding: 15px; line-height: 1; color: #fff; background: #F7B6DA; cursor: pointer; }

input { display: none; }

#menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li, #menu_bar05:checked ~ #links05 li, #menu_bar06:checked ~ #links06 li, #menu_bar07:checked ~ #links07 li, #menu_bar08:checked ~ #links08 li, #menu_bar09:checked ~ #links09 li, #menu_bar10:checked ~ #links10 li, #menu_bar11:checked ~ #links11 li, #menu_bar12:checked ~ #links12 li { height: auto; opacity: 1; padding: 1.0rem 2.0rem 2.0rem 2.0rem; margin: 0 0 2.0rem; }

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