@charset "UTF-8";
*:focus { outline: none; }

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, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

.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; }

.img_c { display: block; max-width: 100%; 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_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; }

.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; }
  .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%; font-size: 1.4rem; }
.tbl_time caption { font-size: 80%; caption-side: bottom; text-align: left; margin-top: .4rem; position: relative; }
.tbl_time caption span { display: inline-block; margin: 0 .8rem 0 0; }
.tbl_time caption .txt_r { display: block; text-align: right; position: absolute; top: 0; right: 0; margin: 0; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #007BC7; font-size: 90%; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 33%; }
.tbl_time tr th.time { border-bottom: 1px solid #b5b5b5; background: #007BC7; color: #fff; }
.tbl_time tr td { text-align: center; padding: .6rem 0; background-color: #E7F5FD; line-height: 1.0; font-size: 80%; }
.tbl_time tr td.close { background: url("../img/tbl_time_line.svg") no-repeat center center/cover #E7F5FD; }
.tbl_time sup { font-size: 50%; top: -1.0em; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 2.0rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 100%; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.0rem 0; font-size: 3.0rem; }
  .tbl_time sup { font-size: 50%; top: -1.5em; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; }

.tit_02 { color: #262626; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; }
.tit_02:after { content: ""; display: block; width: 7%; background-color: #007BC7; height: .3rem; margin: 1.0rem auto; }

.tit_03 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

.tit_04, .tit_05 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 3.2rem; padding: 8.0rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04, .tit_05 { font-size: 2.2rem; margin: 0 0 3.0rem; } }
.lst_ul01 li { padding: 0 0 1.0rem 0; line-height: 1.4; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #007BC7; font-size: .9rem; margin-top: .5rem; }
.lst_ul01.kome li::before { content: '※'; color: #262626; }

.lst_ol01 { counter-reset: number 0; margin: 1.0rem 0 1.0rem 2.6rem; }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; padding: 0 0 1.0rem 2.8rem; position: relative; }
.lst_ol01 li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; position: absolute; left: 0; }

.lst_dl01 { border-collapse: collapse; }
.lst_dl01 dt, .lst_dl01 dd { border: 1px solid #707070; vertical-align: middle; padding: .5rem; }
.lst_dl01 dt { background-color: #E7F5FD; text-align: center; }
.lst_dl01 dd { margin: 0; }

.lst_dl02 { border-collapse: collapse; margin: 2.0rem 0; }
.lst_dl02 th, .lst_dl02 td { vertical-align: middle; padding: 1.0rem; border: 1px solid #007BC7; }
.lst_dl02 th { text-align: left; background-color: #E7F5FD; font-weight: normal; }

.lst_beside { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.lst_beside li { margin-right: .5rem; }
.lst_beside li:before { margin-top: .3rem; }

.lst_flow p { padding: 2.0rem; position: relative; margin-bottom: 6rem; background-color: #E7F5FD; }
.lst_flow p:not(:last-child):after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.lst_flow span { display: block; position: relative; margin-bottom: 1.0rem; }
.lst_flow span:before { content: '●'; margin-right: .4rem; color: #007BC7; font-size: .9rem; vertical-align: text-bottom; display: inline-block; }

@media screen and (min-width: 48em), print { .lst_ul01 li { padding: 0 0 1.0rem; }
  .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; }
  .lst_beside li { margin-right: 1.4rem; }
  .lst_dl01 { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl01 dt { width: 30%; }
  .lst_dl01 dd { width: 70%; padding: 1.0rem 3.0rem; border-left: none; } }
.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%; }

.flex { display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; }
.flex div p { margin-top: 0; }
.flex div .txt_r { margin: .5rem 0; }
.flex .flex_r { margin-bottom: 1.0rem; }

@media screen and (min-width: 48em), print { .flex { -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; }
  .flex .flex_l { width: 58%; }
  .flex .flex_r { width: 40%; margin-bottom: 0; }
  .flex img { display: block; margin-left: auto; }
  .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 { -webkit-justify-content: flex-start; justify-content: flex-start; }
  .flex3 li { width: 32%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.flex { margin-bottom: 3.0rem; }

@media screen and (min-width: 48em), print { .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; margin-bottom: 8.0rem; }
  .flex .flex_l { width: 60%; }
  .flex .flex_r { width: 38%; } }
.tel { font-size: 1.8rem; margin: .5rem 0; display: block; }
.tel:before { font-family: 'fontello'; content: '\e800'; display: inline-block; text-align: center; font-size: 2rem; color: #007BC7; margin-right: .5rem; }

@media screen and (min-width: 48em), print { .tel { font-size: 3.2rem; margin: 0; }
  .tel:before { font-size: 3rem; } }
.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { display: inline-block; position: relative; background-color: #E7F5FD; width: 17.5rem; height: 5.0rem; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.btn_detail span { display: block; width: 100%; height: 5.0rem; line-height: 5.0rem; border-right: 1px solid #0B0202; border-bottom: 1px solid #0B0202; position: absolute; top: -0.7rem; left: -0.7rem; transition: .3s ease-in-out; }
.btn_detail span:before { content: ""; display: block; width: 85%; height: .1rem; background-color: #0B0202; position: absolute; top: 0; right: 0; transition: .3s ease-in-out; }
.btn_detail span:after { content: ""; display: block; width: .1rem; height: 85%; background-color: #0B0202; position: absolute; bottom: 0; left: 0; transition: .3s ease-in-out; }

@media screen and (min-width: 48em), print { .btn_detail { width: 17.5rem; height: 7.0rem; }
  .btn_detail span { height: 7.0rem; line-height: 7.0rem; }
  .btn_detail:hover span { top: 0; left: 0; }
  .btn_detail:hover span:before { width: 100%; }
  .btn_detail:hover span:after { height: 100%; } }
html { font-size: calc(100vw / 32); font-family: 'Kosugi Maru', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

body { background: #fff; color: #262626; 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; -webkit-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
body.noscr { height: 100%; overflow: hidden; }
body.noscr::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.6rem; } }
@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 .wrap { margin: 1.0rem; }
.header .wrap .logo { height: 5.0rem; }
.header .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 .wrap .headR .access { margin-right: 1rem; }
.header .wrap .headR .yoyaku_btn_sp { display: block; position: relative; width: 80%; margin: 1.0rem 0; }
.header .wrap .headR .yoyaku_btn_sp a { font-size: 1.4rem; padding: 1.0rem 0; }
.header .wrap .headR .yoyaku_btn_sp a:before { font-size: 3.5rem; top: .6rem; }
.header .wrap .headR .yoyaku_btn_sp a span { font-size: 1.6rem; }
.header .wrap .header_logo .dept { display: block; margin-bottom: 1.0rem; }

@media screen and (min-width: 48em), print { .header { font-size: 2.0rem; margin: 0 auto 4.0rem; }
  .header .wrap { margin: 2.2rem auto 3.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
  .header .wrap .logo { width: auto; height: 9.5rem; }
  .header .wrap .headR { width: 60%; text-align: right; margin-bottom: .5rem; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; }
  .header .wrap .headR .headR_t { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; margin-bottom: 2.0rem; }
  .header .wrap .headR .headR_b { margin-top: auto; }
  .header .wrap .headR .yoyaku_btn_sp { width: 30.0rem; margin: 0 1.0rem 0 0; }
  .header .wrap .headR .yoyaku_btn_sp a { font-size: 3.0rem; padding: 1.85rem 0 1.85rem 3.0rem; }
  .header .wrap .headR .yoyaku_btn_sp a:before { font-size: 6.5rem; top: 1.3rem; }
  .header .wrap .headR .yoyaku_btn_sp a span { font-size: 2.5rem; }
  .header .yoyaku_btn { position: relative; display: block; top: 0; margin-right: 1.0rem; } }
.slicknav_menu { position: fixed; 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.0rem; color: #fff; background: #5EB7E8; border-radius: 50%; text-shadow: none; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 2.3rem; line-height: 1.7; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; position: absolute; bottom: .8rem; right: 0; left: 0; margin: 0 auto; letter-spacing: .1rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e804'; font-size: 2.3rem; line-height: 1.7; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; position: absolute; bottom: .8rem; right: 0; left: 0; margin: 0 auto; letter-spacing: .1rem; }
.slicknav_menu .slicknav_nav { width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; padding: 1.6rem; position: absolute; top: 6.0rem; right: 1.0rem; margin: auto; }
.slicknav_menu .slicknav_nav a { color: inherit; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #262626; border-bottom: 1px solid #262626; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) { border-bottom: 1px solid #262626; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #262626 !important; padding: 1.0rem 0; font-size: 1.6rem; margin: 0; position: relative; }
.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: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-family: 'fontello'; content: '\e802'; font-size: 2.0rem; color: #5EB7E8; }
.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 { font-family: 'fontello'; content: '\e801'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { margin: 0; background-color: #E7F5FD; border-radius: 1.3rem; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li:not(:last-child) { border-bottom: 1px solid #ccc; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem; color: #262626; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover { color: #262626 !important; background: 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; }
  #nav .gnav { width: 1200px; margin: auto; padding: 0 2.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { position: relative; }
  #nav .gnav li a { display: block; text-align: center; }
  #nav .gnav li a span { display: block; }
  #nav .gnav li a.sub::after { content: '▼'; color: #5EB7E8; font-size: 80%; display: block; margin-top: .6rem; }
  #nav .gnav li a.sub.close::after { content: '▲'; }
  #nav .gnav li .subnav { width: 18.0rem; visibility: hidden; position: absolute; z-index: 10; top: 5rem; left: 0; font-size: 80%; }
  #nav .gnav li .subnav li { width: 100%; border-top: 1px solid #0B0202; }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.8); padding: 1.6rem 0; text-align: center; color: #262626; }
  #nav .gnav li .subnav li a:hover { background-color: #E7F5FD; color: #007BC7; opacity: 1; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .clinic #nav .clinic, .access #nav .access, .staff #nav .staff { color: #5EB7E8; } }
.sidebar { width: 100%; }
.sidebar .subnav { margin: 0; padding: 1.0rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.sidebar .subnav li { width: 14rem; height: 14rem; border-radius: 50%; background-color: #007BC7; position: relative; margin-bottom: 2.0rem; }
.sidebar .subnav li a { width: 100%; height: 100%; display: block; color: #fff; font-size: 1.6rem; text-align: center; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sidebar .subnav li a::before { font-family: 'fontello'; content: '\e897'; display: block; font-size: 5.0rem; margin: 0 auto; line-height: 1.3; }
.sidebar .subnav li .gastro:before { content: '\e898'; }
.sidebar .subnav li .gastroscopy:before { content: '\e899'; }
.sidebar .subnav li .colonoscopy:before { content: '\e89a'; }
.sidebar .subnav li .liver:before { content: '\e892'; }
.sidebar .subnav li .lifestyle-related:before { content: '\e89c'; }
.sidebar .subnav li .ibd:before { content: '\e89d'; }
.sidebar .subnav li .pylori:before { content: '\e89e'; }
.sidebar .subnav li .vaccination_checkup:before { content: '\e89f'; }

@media screen and (min-width: 48em), print { .sidebar { width: 1200px; padding: 2.8rem 9.0rem 12.0rem; }
  .sidebar .subnav { margin: 0; -webkit-justify-content: space-between; justify-content: space-between; }
  .sidebar .subnav li { width: 26.8rem; height: 26.8rem; margin-bottom: 6.0rem; }
  .sidebar .subnav li:nth-last-child(-n+3) { margin-bottom: 0; }
  .sidebar .subnav li a { font-size: 2.0rem; }
  .sidebar .subnav li a::before { font-size: 11.0rem; }
  .sidebar .subnav li .gastro:before { content: '\e898'; }
  .sidebar .subnav li .gastroscopy:before { content: '\e899'; }
  .sidebar .subnav li .colonoscopy:before { content: '\e89a'; }
  .sidebar .subnav li .liver:before { content: '\e892'; }
  .sidebar .subnav li .lifestyle-related:before { content: '\e89c'; }
  .sidebar .subnav li .ibd:before { content: '\e89d'; }
  .sidebar .subnav li .pylori:before { content: '\e89e'; }
  .sidebar .subnav li .vaccination_checkup:before { content: '\e89f'; } }
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #5EB7E8; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 50%; height: auto; }
.overview > .wrap { background: #fff; padding: 2.0rem .5rem; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd { padding: 1.0rem 1.3rem; }
.overview > .wrap .gaiyo dt { width: 40%; padding: .4rem; color: #262626; border-bottom: 1px solid #fff; background-color: #E7F5FD; margin-bottom: .5rem; }
.overview > .wrap .gaiyo dd { width: 60%; padding: .4rem; margin: 0; border: 1px solid #E7F5FD; margin-bottom: .5rem; }
.overview > .wrap .gaiyo dd .tel { font-size: 100%; }
.overview > .wrap .gaiyo dd .tel:before { display: none; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 8.0rem 0; font-size: 2.4rem; }
  .overview .clinic_name { margin: 0 0 6.0rem; }
  .overview .clinic_name img { max-width: 100%; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; padding: 5.8rem 2.0rem 5.0rem; }
  .overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd { padding: 1.0rem 1.3rem; }
  .overview > .wrap .gaiyo dt { width: 30%; }
  .overview > .wrap .gaiyo dd { width: 70%; }
  .overview > .wrap .overviewL { width: 40%; }
  .overview > .wrap .overviewR { margin: 0; width: 60%; }
  .overview > .wrap .overviewR .gmap { height: 43.0rem; }
  .overview .wrap_under { padding: 5.0rem 2.0rem; -webkit-align-items: center; align-items: center; }
  .overview .wrap_under .overviewL { width: 49%; }
  .overview .wrap_under .overviewR { width: 49%; } }
.tel_up { width: 100%; background: #007BC7; position: fixed; bottom: 0; left: 0; right: 0; z-index: 3; color: #fff; border-top: .2rem solid #fff; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
.tel_up .tel { color: #fff; }
.tel_up .tel:before { color: #fff; }
.tel_up .pageup { cursor: pointer; width: 15%; background-color: #5EB7E8; padding: .5rem; }
.tel_up .pageup a { text-align: center; }
.tel_up .pageup a:before { font-family: 'fontello'; content: '\e801'; font-size: 2.8rem; display: block; }
.tel_up .pageup a span { display: none; }

.tel_up_l { width: 85%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
.tel_up_l .tel { width: 60%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tel_up_l .yoyaku { width: 40%; background: #c6920d; background: linear-gradient(120deg, #c6920d 0%, #dca71f 48%, white 88%, #f0ba30 94%, #634907 100%); }
.tel_up_l .yoyaku a { display: block; text-align: center; width: 100%; height: 100%; font-size: 1.5rem; color: #000; margin: 0 0 0 .3rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

@media screen and (min-width: 48em), print { .tel_up { width: 8.9rem; height: 8.9rem; bottom: 4.0rem; right: 4.0rem; left: auto; padding: 0; background: none; border-top: none; }
  .tel_up .tel { display: none; }
  .tel_up .pageup { width: 100%; position: relative; border-radius: 50%; background-color: #007BC7; border: .3rem dashed #fff; }
  .tel_up .pageup a { display: block; width: 100%; font-size: 1.6rem; }
  .tel_up .pageup a:before { font-size: 6rem; line-height: 1; position: absolute; top: 0; right: 0; left: 0; margin: 0 auto; transition: .3s; }
  .tel_up .pageup a span { display: block; position: absolute; bottom: 1.3rem; right: 0; left: 0; margin: 0 auto; }
  .tel_up .pageup a:hover:before { top: -.4rem; }
  .tel_up .tel_up_l { display: none; } }
.footer { text-align: center; padding: 0 0 2.7rem; background-color: #fff; }
.footer .copy { display: block; background-color: #007BC7; color: #fff; font-size: 1.4rem; padding: .6rem 1.0rem; margin-bottom: 1.5rem; }
.footer .copy a { color: inherit; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; background-color: #E7F5FD; }
  .footer .copy { font-size: 2.0rem; padding: 2.0rem 0; margin: 3.0rem 0 0; }
  .footer ul { display: block; text-align: center; width: 80.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 3.0rem 0 0; }
  .footer ul li { display: inline-block; font-size: 2.0rem; margin-bottom: 1.0rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .5rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav { padding: 0; }
  .footer ul.subnav .fadeIn { transition: none; opacity: 1; }
  .footer ul.subnav li:nth-child(5)::after { content: none; } }
#keyvsl { max-width: 100%; min-height: 23.0rem; margin: 1.0rem .5rem 2.0rem; background: url(../img/index_keyvsl01.png) no-repeat top left/cover; position: relative; border-radius: 0 0 5rem; }
#keyvsl .wrap { position: relative; }
#keyvsl .wrap .catch { display: none; width: 8rem; height: 17.5rem; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; position: absolute; top: 2.3rem; left: 2rem; padding: 0; font-size: 1.4rem; color: #453C39; text-shadow: 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff; }
#keyvsl .wrap .catch span { display: block; margin-top: auto; }
#keyvsl .wrap .catch2 { position: absolute; top: 1.0rem; right: 1.0rem; }
#keyvsl .wrap .catch2 span { display: block; width: 8.0rem; height: 8.0rem; background-color: #5EB7E8; border-radius: 50%; border: 2px dashed #fff; text-align: center; font-size: 1.4rem; padding: 1.5rem; }
#keyvsl .wrap .catch3 { width: 95%; background-color: #E7F5FD; padding: 3.8rem 6.8rem; position: absolute; top: 19rem; right: 0; left: 0; margin: 0 auto; }
#keyvsl .wrap .catch3 .bdr { width: 100%; position: absolute; top: -.5rem; left: -.5rem; margin: 0 auto; }
#keyvsl .wrap .catch3 .bdr .txt { width: 100%; display: block; font-size: 1.4rem; text-align: left; border-right: 2px solid #262626; border-bottom: 2px solid #262626; padding: 2.0rem 4.0rem; }
#keyvsl .wrap .catch3 .bdr .txt:before, #keyvsl .wrap .catch3 .bdr .txt:after { content: ""; display: block; position: absolute; }
#keyvsl .wrap .catch3 .bdr .txt:before { border-left: 2px solid #262626; bottom: 0; left: 0; height: 70%; }
#keyvsl .wrap .catch3 .bdr .txt:after { border-top: 2px solid #262626; width: 80%; top: 0; right: 0; }
#keyvsl .wrap .catch3 .bdr .tit { width: 100%; position: absolute; top: -1.0rem; left: 0; display: flex; align-items: center; }
#keyvsl .wrap .catch3 .bdr .tit .emp { font-size: 1.8rem; font-weight: bold; }
#keyvsl .wrap .catch3 .bdr:before { content: ""; display: block; width: 100%; height: 100%; background-color: #fff; position: absolute; top: 0; z-index: -1; }

@media screen and (min-width: 48em), print { .fadeUp { animation-name: fadeUp; animation-duration: .5s; animation-fill-mode: forwards; opacity: 0; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); } }
  #keyvsl { max-width: 100%; min-height: 59.1rem; margin: 0 auto; background-size: contain; background-position: top center; border-radius: 0; }
  #keyvsl .wrap .catch { position: absolute; top: 6.8rem; left: 10.0rem; padding: 0; font-size: 3.2rem; width: 18.2rem; height: 41.2rem; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; }
  #keyvsl .wrap .catch span { display: block; margin-top: auto; }
  #keyvsl .wrap .catch2 { position: absolute; top: 6.5rem; right: 4.5rem; }
  #keyvsl .wrap .catch2 span { width: 12.5rem; height: 12.5rem; font-size: 2.4rem; padding: 2.0rem; }
  #keyvsl .wrap .catch3 { width: 46.2rem; height: 11.6rem; padding: 3.0rem 6.8rem; top: 45rem; right: 6rem; left: auto; margin: 0; background-color: #fff; }
  #keyvsl .wrap .catch3 .bdr { top: -1.0rem; left: -1.0rem; }
  #keyvsl .wrap .catch3 .bdr .txt { font-size: 2.4rem; text-align: left; padding: 3.0rem 6.8rem; }
  #keyvsl .wrap .catch3 .bdr .tit { width: 100%; top: -2.0rem; left: 0; }
  #keyvsl .wrap .catch3 .bdr .tit .emp { font-size: 3.5rem; } }
#yoyaku a { display: none; }

.yoyaku_btn { display: none; width: 30.0rem; position: fixed; right: 0; top: 36%; z-index: 2; }
.yoyaku_btn a { width: 100%; display: block; width: 100%; padding: 1.85rem 0 1.85rem 3.0rem; text-decoration: none !important; font-size: 3.0rem; line-height: 1; text-align: center; background: #c6920d; background: linear-gradient(118deg, #c6920d 0%, #dca71f 29%, white 73%, #f0ba30 86%, rgba(99, 73, 7, 0.8) 100%); border: .4rem solid #C6920D; box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6); position: relative; }
.yoyaku_btn a span { display: block; font-size: 2.5rem; }
.yoyaku_btn a:before { font-family: 'fontello'; content: '\e803'; display: inline-block; font-size: 6.5rem; color: #fff; margin-right: .5rem; vertical-align: middle; position: absolute; top: 1.3rem; left: 1rem; }

@media screen and (min-width: 48em), print { #yoyaku a { display: block; } }
.info { margin: 2.4rem 0 0; }
.info .wrap dl { width: 90%; margin: 0 auto; line-height: 1.4; border-bottom: 1px solid #ccc; }
.info .wrap dl dt { margin: 0 0 .6rem; color: #007BC7; cursor: pointer; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.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 dt::after { font-family: 'fontello'; content: '\e802'; margin-left: .6rem; font-size: 2.2rem; }
.info .wrap dl dt.close::after { content: '\e801'; }
.info .wrap dl dd { margin: 0 0 1.6rem; word-wrap: break-word; }
.info .wrap dl dd:nth-of-type(n+3) { display: none; }

@media screen and (min-width: 48em), print { .info { margin: 4.4rem 0 0; }
  .info .wrap { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
  .info .wrap .tit_02 { width: 26.0rem; }
  .info .wrap dl dt { font-size: 2.0rem; margin: 0 0 2.0rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dt:not(:first-of-type) { padding: 1.6rem 0 0; }
  .info .wrap dl dd { margin: 0 0 2.0rem; } }
@media screen and (min-width: 48em), print { .fadeIn { transition: .2s; opacity: 0; }
  .fadeIn.animated { opacity: 1; } }
.feature { margin: 0 auto; }
.feature ul { width: 100%; margin: 0 auto; }
.feature ul li { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 100%; background-color: #E7F5FD; position: relative; padding: 2.0rem 1.5rem 2.5rem; text-align: center; margin-bottom: 5.0rem; }
.feature ul li img { display: block; margin-top: 2rem; }
.feature ul li .bdr_box { display: block; position: absolute; top: -1.0rem; left: .5rem; width: 97%; height: 100%; padding: 1.0rem; border-right: 1px solid #0B0202; border-bottom: 1px solid #0B0202; }
.feature ul li .bdr_box:before { content: ""; display: block; border-top: 1px solid #0B0202; position: absolute; width: 73%; top: 0; right: 0; }
.feature ul li .bdr_box:after { content: ""; display: block; border-left: 1px solid #0B0202; position: absolute; height: 81%; bottom: 0; left: 0; }
.feature ul li .num { display: block; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ font-size: 4.0rem; position: absolute; top: -4.5rem; left: 0.7rem; font-family: 'Noto Sans JP', sans-serif; }
.feature ul li .num:after { position: absolute; content: ''; display: inline-block; width: .1rem; bottom: -3rem; left: 4rem; width: .1rem; height: 7rem; -webkit-transform: rotate(53deg); transform: rotate(53deg); background-color: #0B0202; }

@media screen and (min-width: 48em), print { .feature ul { width: 1200px; padding: 10.0rem 9.0rem 2.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature ul li { width: 46.0rem; height: 41.8rem; padding: 2.0rem 1.5rem 4.8rem; margin-bottom: 11.1rem; font-size: 2.0rem; }
  .feature ul li:nth-last-child(-n+2) { margin-bottom: 0; }
  .feature ul li img { margin-top: auto; }
  .feature ul li .bdr_box { top: -1.0rem; left: -.7rem; width: 46.0rem; height: 41.8rem; padding: 2.0rem; }
  .feature ul li .bdr_box:before { width: 79%; top: 0; right: 0; }
  .feature ul li .bdr_box:after { height: 73%; bottom: 0; left: 0; }
  .feature ul li .num { width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ font-size: 6.0rem; top: -4.5rem; left: -3.3rem; }
  .feature ul li .num:after { bottom: -6.0rem; left: 6rem; width: .1rem; height: 14.0rem; -webkit-transform: rotate(48deg); transform: rotate(48deg); } }
body:not(.index) .header .wrap { margin: 2.6rem 1.0rem 2.0rem; }
body:not(.index) .main { margin: 0 1.0rem; }
body:not(.index) #nav { margin-bottom: 2rem; }
body:not(.index) .tit_01 { background: url("../img/h1_bg.png") no-repeat left top/cover; text-align: center; font-size: 2.4rem; color: #0A5888; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); margin: 0 0 1rem; }
body:not(.index) .tit_03 { font-size: 1.6rem; text-align: left; background-color: #E7F5FD; padding: 1rem; }
body:not(.index) .tit_04, body:not(.index) .tit_05 { color: #007BC7; border-left: 0.5rem solid #007BC7; border-bottom: 0.1rem solid #007BC7; padding-left: .5rem; padding-bottom: .5rem; }
body:not(.index) .tit_05 { border-bottom: none; padding-bottom: 0; }
body:not(.index) .tit_06 { color: #007BC7; font-size: 1.4rem; }
body:not(.index) .overview { margin-top: 3.0rem; }
body:not(.index) .bread { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
body:not(.index) .bread ul { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 1.0rem; margin: 0 0 2.0rem; }
body:not(.index) .bread ul li { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; font-size: 1.1rem; }
body:not(.index) .bread ul li:first-child:after { content: ""; display: inline-block; width: .5rem; height: .5rem; margin: 0 .6rem 0 .3rem; border-top: 1px solid #262626; border-right: 1px solid #262626; transform: rotate(45deg); }
body:not(.index) .box1 { background-color: #E7F5FD; padding: 2.0rem 1.0rem 2.0rem; margin: 2.0rem 0; }
body:not(.index) .emp { display: inline-block; font-weight: bold; color: #007BC7; }
@media screen and (min-width: 48em), print { body:not(.index) .wrap_low { width: 1020px; margin: 0 auto; }
  body:not(.index) .main { margin: 0; }
  body:not(.index) .header { margin: 0 auto 2rem; }
  body:not(.index) .header .wrap { margin: 2.2rem auto 3.0rem; }
  body:not(.index) .header .wrap .logo { width: 44.6rem; height: 9.5rem; }
  body:not(.index) #nav { margin-bottom: 3.5rem; }
  body:not(.index) .tit_01 { font-size: 4.2rem; margin: 0 0 3.0rem; }
  body:not(.index) .tit_03 { font-size: 2.3rem; text-align: center; padding: 1.8rem 0; }
  body:not(.index) .tit_06 { font-size: 2.0rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; }
  body:not(.index) .overview { margin-top: 10.0rem; }
  body:not(.index) .bread { width: 1200px; padding: 0 2.0rem; margin: 0 auto 3.0rem; }
  body:not(.index) .bread ul { padding: 0 2.0rem; margin: 0 0 3.0rem; }
  body:not(.index) .bread ul li { font-size: 1.6rem; }
  body:not(.index) .bread ul li:first-child:after { width: .8rem; height: .8rem; margin: 0 1.5rem 0 1.0rem; }
  body:not(.index) .box1 { padding: 2.0rem; margin: 4.0rem 0; } }
body:not(.index) .txt_link { display: block; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ text-decoration: none; border-bottom: 1px solid #007BC7; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
body:not(.index) .txt_link:after { content: ""; display: inline-block; border-top: solid 0.2rem #007BC7; border-right: solid 0.2rem #007BC7; width: .8rem; height: .8rem; transform: rotate(45deg); margin-left: 1.0rem; }

.doctor .dr_img02 { margin: 2rem 0; }
@media screen and (min-width: 48em), print { .doctor .flex .flex_l { width: 68%; }
  .doctor .flex .flex_r { width: 30%; }
  .doctor .dr_img02 { margin: 4.0rem 0; }
  .doctor .dr_img02 img { max-width: 84%; } }

#clinicslide img, #clinicslide p { display: none; }

.clinic .sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }
.clinic .sp-selected-thumbnail { border: 4px solid #000; }
.clinic .device li { margin: 0 0 2.0rem; text-align: center; }
.clinic .device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }
.clinic .sp-mask { padding-bottom: 2.3rem; }
.clinic .sp-slide { padding-bottom: 2.3rem; }
@media screen and (min-width: 48em), print { .clinic .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic .device li { width: 48%; }
  .clinic .device li img { margin: 0 auto 1.0rem; max-width: 100%; }
  .clinic .sp-mask { padding-bottom: 5.3rem; }
  .clinic .sp-slide { padding-bottom: 5.3rem; } }

.first .txt_c { text-align: left; }
@media screen and (min-width: 48em), print { .first .txt_c { text-align: center; } }

.flow dd { margin: 0 0 6.0rem; position: relative; }
@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: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main .tbl_time caption .txt_r { position: relative; text-align: left; }
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .tit_03 { margin: 0 0 2rem; }
.access .tit_04, .access .tit_05 { margin: 2rem 0; }
.access .footer { margin-top: 2.0rem; }
.access .flex2 img { margin-bottom: 1.0rem; }
.access .flex { margin: 2.0rem 0; }
.access .clinic_img img { display: block; margin: 0 auto; }
@media screen and (min-width: 48em), print { .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .gmap { height: 50.0rem; margin: 0; }
  .access .flex2 { -webkit-justify-content: space-around; justify-content: space-around; }
  .access .footer { margin-top: 6.5rem; }
  .access .clinic_img { margin-bottom: 5.0rem; }
  .access .clinic_img img { max-width: 45%; } }

.ibd .flex { margin-bottom: 2rem; }

/*# sourceMappingURL=style.css.map */
