@charset "UTF-8";
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; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.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%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; border-bottom: 1px solid #b5b5b5; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; color: #005bac; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr td { text-align: center; padding: 1.0rem .4rem; border-bottom: 1px solid #b5b5b5; 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 tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.6rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto 100%; color: #005bac; text-align: right; font-size: 2.2rem; text-shadow: 0.1rem 0.1rem 0.1rem white, -0.1rem 0.1rem 0.1rem white, 0.1rem -0.1rem 0.1rem white, -0.1rem -0.1rem 0.1rem white; padding: 2.0rem 1.0rem 4.0rem; }

.tit_02 { font-size: 2.0rem; margin: 0 0 2.0rem; line-height: 1.2; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tit_02::before, .tit_02::after { content: ''; display: block; width: 3.0rem; height: 2.0rem; background: url("../img/tit_02.svg") no-repeat center center/contain; flex: 0 0 5.0rem; }
.tit_02::before { margin: 0 .6rem 0 0; }
.tit_02::after { margin: 0 0 0 .6rem; }

.tit_03 { color: #005bac; font-size: 1.8rem; line-height: 1.2; border-bottom: 2px solid #00a0e9; margin: 0 0 2.0rem; }
.tit_03::after { content: ''; display: block; width: 100%; height: .2rem; background: #005bac; margin: .4rem 0 0; }

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

@media screen and (min-width: 48em), print { .tit_01 { background: none; font-size: 4.0rem; padding: 0; }
  .tit_02 { font-size: 3.4rem; margin: 0 0 4.0rem; }
  .tit_02::before, .tit_02::after { width: 12.0rem; height: 3.0rem; flex: 0 0 12.0rem; }
  .tit_02::before { margin: 0 3.0rem 0 0; }
  .tit_02::after { margin: 0 0 0 3.0rem; }
  .tit_03 { font-size: 3.2rem; border-bottom: 4px solid #00a0e9; margin: 0 0 3.0rem; }
  .tit_03::after { height: .4rem; }
  .tit_04 { font-size: 3.0rem; border-bottom: 4px solid #03872b; margin: 0 0 3.0rem; } }
.lst_ul01 > li { padding: 0 0 1.0rem 1.4em; line-height: 1.4; position: relative; }
.lst_ul01 > li::before { content: '●'; margin-right: .4rem; color: #b2e6fe; position: absolute; left: 0; }
.lst_ul01.kome > li::before { content: '※'; color: #444; }

.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 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; }
  .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: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 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 { -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; } }
.tel { color: #71bb48; }
.tel::before { font-family: 'fontello'; content: '\e808'; margin: 0 .2rem 0 0; }

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

.btn_rsv { -webkit-display: inline-flex; display: inline-flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background: #00a0e9; color: #fff; }
.btn_rsv::before { font-family: 'fontello'; content: '\e82b'; }

.btn_detail { display: inline-block; padding: .4rem 2.0rem; border-radius: .5rem; background: #005bac; border: 3px solid #00a0e9; color: #fff; text-decoration: none !important; }
@media screen and (min-width: 48em), print { .btn_detail { border: 5px solid #00a0e9; border-radius: 1.0rem; } }

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

body { background: #fff; color: #444; word-wrap: break-word; }
body::after { visibility: hidden; width: 100vw; height: 100vh; 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; margin: 4.0rem 0 6.0rem; 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(1100px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1100px; margin: auto; }
  .main { font-size: 1.8rem; margin: 10.0rem 0; } }
@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 .headL .logo { height: 3.2rem; }
.header .wrap .headL .logo a { display: block; width: 100%; height: 100%; background: url("../img/logo_yoko.svg") no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headL .add { margin: .6rem 0 0; font-size: 1.2rem; line-height: 1.4; color: #666; }
.header .wrap .headR { margin: .8rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; font-size: 1.4rem; }
.header .wrap .headR .btn_rsv { border-radius: .6rem 0; padding: 1.0rem; }
.header .wrap .headR .btn_rsv::before { margin: 0 .4rem 0 0; }
.header .wrap .headR ul { text-align: center; color: #71bb48; }
.header .wrap .headR ul li .tel { display: inline-block; font-size: 1.8rem; }
.header .wrap .headR ul li .tel a { display: inline-block; }
.header .wrap .headR ul li.parking { margin: .4rem 0 0; padding: .2rem 0; border-top: 1px solid #71bb48; border-bottom: 1px solid #71bb48; }

@media screen and (min-width: 48em), print { .header .wrap { margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-end; align-items: flex-end; }
  .header .wrap .headL { width: 45%; }
  .header .wrap .headL .logo { height: 27.0rem; }
  .header .wrap .headL .logo a { background: url("../img/logo.png") no-repeat left center/contain; }
  .header .wrap .headL .add { font-size: 2.0rem; }
  .header .wrap .headR { width: 40%; }
  .header .wrap .headR .btn_rsv { padding: 1.0rem 1.6rem; font-size: 1.8rem; -webkit-flex-direction: column; flex-direction: column; }
  .header .wrap .headR .btn_rsv::before { font-size: 4.0rem; margin: 0 0 .6rem; }
  .header .wrap .headR ul li .tel { font-size: 3.2rem; }
  .header .wrap .headR ul li.parking { font-size: 2.6rem; padding: .6rem; margin: 1.0rem 0 0; } }
.slicknav_menu { position: absolute; top: 1.4rem; 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: #00a0e9; text-shadow: none; border-radius: .6rem 0; 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: '\e801'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.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 #ccc; border-bottom: 1px solid #ccc; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) { border-bottom: 1px dotted #ccc; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #666 !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%); content: '▼'; color: #196bb4; font-size: 80%; }
.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 { margin: 0; background: #00a0e9; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { width: 50%; border-bottom: 1px dotted #fff; }
.slicknav_menu .slicknav_nav .gnav li .subnav li:nth-child(odd) { border-right: 1px dotted #fff; }
.slicknav_menu .slicknav_nav .gnav li .subnav li:last-child { border-bottom: 1px dotted #fff !important; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { height: 100%; padding: 1.0rem; color: #fff !important; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover { color: #fff !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 { width: 100%; display: block; margin: 8.0rem 0 0; }
  #nav .gnav { width: 1100px; margin: auto; 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; font-size: 1.8rem; color: #666; padding: 0 0 1.0rem; border-bottom: 5px solid transparent; }
  #nav .gnav li a:hover { opacity: 1.0; border-bottom: 5px solid #00a0e9; }
  #nav .gnav li a.sub::after { content: '▼'; color: #196bb4; font-size: 60%; margin: 0 0 0 .8rem; }
  #nav .gnav li a.sub.close::after { content: '▲'; }
  #nav .gnav li .subnav { width: 22.0rem; visibility: hidden; position: absolute; top: 3.0rem; left: -6.6rem; background: rgba(0, 160, 233, 0.9); z-index: 10; }
  #nav .gnav li .subnav li { width: 100%; border-bottom: 1px dotted #fff; }
  #nav .gnav li .subnav li a { display: block; width: 100%; padding: 1.6rem; text-align: left; color: #fff; border-bottom: none; }
  #nav .gnav li .subnav li a:hover { background: #005bac; opacity: 1.0; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { border-bottom: 5px solid #00a0e9; } }
.overview { font-size: 1.4rem; line-height: 1.6; color: #fff; }
.overview .bg { padding: 4.0rem 0 2.0rem; background: url("../img/overview_bg.jpg") no-repeat center top/auto 100%; }
.overview .bg > .wrap { margin: 0 1.0rem; }
.overview .bg > .wrap .overviewL .clinic_name { text-align: center; margin: 0; }
.overview .bg > .wrap .overviewL .clinic_name img { max-width: 80%; height: auto; }
.overview .bg > .wrap .overviewL .insta { text-align: center; margin: 2rem 0 2.5rem; }
.overview .bg > .wrap .overviewL .insta img { width: 40px; height: 40px; }
.overview .bg > .wrap .overviewR .gaiyo { width: 100%; margin: 0; border-top: 1px solid #fff; }
.overview .bg > .wrap .overviewR .gaiyo dt { font-size: 120%; padding: .6rem 1.0rem 0; }
.overview .bg > .wrap .overviewR .gaiyo dd { padding: .6rem 1.0rem; margin: 0; border-bottom: 1px solid #fff; }
.overview .bg > .wrap .overviewR .gaiyo dd .tel { color: #71bb48; font-size: 140%; }
.overview .bg > .wrap .overviewR .tbl_time { margin: 2.0rem 0 0; }
.overview .bg > .wrap .overviewR .tbl_time tr th { border-bottom: 1px solid #fff; }
.overview .bg > .wrap .overviewR .tbl_time tr th[scope="col"] { color: #005bac; background: #fff; }
.overview .bg > .wrap .overviewR .tbl_time tr td { border-bottom: 1px solid #fff; }
.overview .bg > .wrap .overviewR .lst_ul01.kome li { padding: 0 0 0 1.4em; }
.overview .bg > .wrap .overviewR .lst_ul01.kome li::before { color: #fff; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.8rem; }
  .overview .bg { padding: 6.0rem 0; background: url("../img/overview_bg.jpg") no-repeat center top/auto 100%; }
  .overview .bg > .wrap { margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .overview .bg > .wrap .overviewL, .overview .bg > .wrap .overviewR { width: 48%; }
  .overview .bg > .wrap .overviewL .clinic_name img { max-width: 45.0rem; }
  .overview .bg > .wrap .overviewL .insta { margin: 2.5rem 0; }
  .overview .bg > .wrap .overviewL .insta img { width: 50px; height: 50px; }
  .overview .bg > .wrap .overviewR .gaiyo { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .bg > .wrap .overviewR .gaiyo dt { width: 25%; padding: 3.0rem 0; border-bottom: 1px solid #fff; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .overview .bg > .wrap .overviewR .gaiyo dd { width: 75%; padding: 3.0rem 0; }
  .overview .bg > .wrap .overviewR .gaiyo dd .tel { font-size: 160%; }
  .overview .bg > .wrap .overviewR .tbl_time { margin: 3.0rem 0 0; }
  .overview .gmap { height: 50.0rem; } }
.tel_up { width: 100%; background: #fff; 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; width: 45%; font-size: 1.5rem; line-height: 1.0; }
.tel_up .btn_rsv { padding: 1.0rem; }
.tel_up .btn_rsv::before { margin: 0 .4rem 0 0; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 4.0rem; font-size: 2.4rem; color: #fff; text-align: center; padding: .6rem .4rem .5rem; line-height: 1.0; background: #005bac; }
.tel_up .pageup a::before { font-family: 'fontello'; content: '\e800'; }
.tel_up .pageup a span { display: none; }

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

@media screen and (min-width: 48em), print { .footer { padding: 5.0rem 0 1.0rem; }
  .footer .copy { margin: 5.0rem 0 0; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 2.0rem; color: #fff; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav li:nth-child(8)::after { content: none; } }
body.index .header { padding: 1.0rem 1.0rem 18.0rem; background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/150% auto; }
body.index .keyvsl { margin: 1.0rem 1.0rem 0; line-height: 1.4; }
body.index .keyvsl .catch { color: #71bb48; font-size: 1.8rem; margin: 0; }
@media screen and (min-width: 48em), print { body.index .header { padding: 48.0rem 0 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto; }
  body.index .keyvsl { position: absolute; top: 4.0rem; left: 0; right: 0; width: 1100px; margin: auto; }
  body.index .keyvsl .catch { margin: 48.0rem 0 0; color: #fff; font-size: 3.6rem; text-align: right; text-shadow: 0.1rem 0.1rem 0 #666666, -0.1rem 0.1rem 0 #666666, 0.1rem -0.1rem 0 #666666, -0.1rem -0.1rem 0 #666666; } }

.info_fix { margin: 0 1.0rem 4.0rem; }
.info_fix dl { padding: 1.0rem; margin: 0; line-height: 1.4; background: #00a0e9; font-size: 120%; }
.info_fix dl dt { color: #FFF; font-size: 110%; margin: 0 0 1.0rem; font-weight: bold; }
.info_fix dl dd { margin: 0; color: #FFF; }

@media screen and (min-width: 48em), print { .info_fix { width: 1100px; background: #00a0e9; margin: 0 auto 8.0rem; }
  .info_fix dl { padding: 3.0rem; } }
.info_rinji { margin: 0 1.0rem 4.0rem; }
.info_rinji dl { padding: 1.0rem; background: #fff; margin: 0; line-height: 1.4; border: 2px solid #fd0000; font-size: 120%; }
.info_rinji dl dt { color: #fd0000; font-size: 110%; margin: 0 0 1.0rem; }
.info_rinji dl dd { margin: 0; }

@media screen and (min-width: 48em), print { .info_rinji { width: 1100px; margin: 0 auto 8.0rem; }
  .info_rinji dl { padding: 3.0rem; } }
.info { margin: 0 1.0rem 4.0rem; }
.info dl { padding: 1.0rem; background: #fff; margin: 0; line-height: 1.4; border: 1px solid #aaa; }
.info dl dt { margin: 0 0 .6rem; color: #005bac; cursor: pointer; display: -webkit-flex; display: flex; font-size: 110%; }
.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: 1100px; margin: 0 auto 8.0rem; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .info .tit_02 { width: 14.6rem; padding: 0 0 3.0rem; background: url("../img/tit_02.svg") no-repeat center bottom/13rem auto; margin: 0 7.0rem 0 0; }
  .info .tit_02::before, .info .tit_02::after { display: none; }
  .info dl { flex: 1; padding: 3.0rem; }
  .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 3.0rem; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .info .tit_02 { padding: 0 0 5.0rem; } }
.tantou_dr { text-align: center; }
.tantou_dr .btn_detail { font-size: 120%; padding: .4rem 4.0rem; }

@media screen and (min-width: 48em), print { .tantou_dr .btn_detail { padding: 1.4rem 6.0rem; } }
.feature { margin: 4.0rem 0 0; padding: 4.0rem 1.0rem; background: url("../img/index_feature_bg.jpg") repeat-y center top/180% auto; }
.feature .wrap ul li { padding: 0 0 13.4rem; }
.feature .wrap ul li div { background: rgba(255, 255, 255, 0.7); padding: 1.0rem; }
.feature .wrap ul li div p span { font-size: 120%; }
.feature .wrap ul li:nth-child(odd) div p { text-align: right; }
.feature .wrap ul li.sports { background: url("../img/index_feature_sports.jpg") no-repeat center bottom/100% auto; }
.feature .wrap ul li.sports div { border-left: 3px solid #005bac; }
.feature .wrap ul li.sports div p span { color: #005bac; }
.feature .wrap ul li.kata { background: url("../img/index_feature_kata.jpg") no-repeat center bottom/100% auto; }
.feature .wrap ul li.kata div { border-right: 3px solid #00a0e9; }
.feature .wrap ul li.kata div p span { color: #00a0e9; }
.feature .wrap ul li.kotsu { background: url("../img/index_feature_kotsu.jpg") no-repeat center bottom/100% auto; }
.feature .wrap ul li.kotsu div { border-left: 3px solid #03872b; }
.feature .wrap ul li.kotsu div p span { color: #03872b; }
.feature .wrap ul li.renkei { background: url("../img/index_feature_renkei.jpg") no-repeat center bottom/100% auto; }
.feature .wrap ul li.renkei div { border-right: 3px solid #71bb48; }
.feature .wrap ul li.renkei div p span { color: #71bb48; }

@media screen and (min-width: 48em), print { .feature { margin: 8.0rem 0 0; padding: 8.0rem 0; background: url("../img/index_feature_bg.jpg") repeat-y center top/100% auto; }
  .feature .wrap ul li { height: 25.0rem; font-size: 2.0rem; }
  .feature .wrap ul li div { width: 100%; height: 100%; padding: 0 3.0rem; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .feature .wrap ul li div p span { font-size: 150%; }
  .feature .wrap ul li:nth-child(odd) { padding: 0 50% 0 0; }
  .feature .wrap ul li:nth-child(odd) div { -webkit-justify-content: flex-end; justify-content: flex-end; }
  .feature .wrap ul li:nth-child(even) { padding: 0 0 0 50%; }
  .feature .wrap ul li.sports { background: url("../img/index_feature_sports.jpg") no-repeat right center/50% auto; }
  .feature .wrap ul li.kata { background: url("../img/index_feature_kata.jpg") no-repeat left center/50% auto; }
  .feature .wrap ul li.kotsu { background: url("../img/index_feature_kotsu.jpg") no-repeat right center/50% auto; }
  .feature .wrap ul li.renkei { background: url("../img/index_feature_renkei.jpg") no-repeat left center/50% auto; } }
.tre { margin: 4.0rem 1.0rem; }
.tre .subnav { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tre .subnav li { width: 48%; margin: 0 0 1.0rem; }
.tre .subnav li a { display: block; height: 5.0rem; text-decoration: none !important; padding: 0 4.0rem 0 1.0rem; background: #00a0e9; line-height: 1.2; color: #fff; border-radius: 1.0rem 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.tre .subnav li a.orthopedics { background: url("../img/icon_seikei.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }
.tre .subnav li a.rehabilitation { background: url("../img/icon_riha.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }
.tre .subnav li a.sports_orthopedics { background: url("../img/icon_sports.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }
.tre .subnav li a.osteoporosis { background: url("../img/icon_kotsu.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }
.tre .subnav li a.shoulderjoint { background: url("../img/icon_kata.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }
.tre .subnav li a.chronicpain { background: url("../img/icon_toutsu.svg") no-repeat right 1rem center/3.4rem auto #00a0e9; }

@media screen and (min-width: 48em), print { .tre { width: 1100px; margin: 8.0rem auto; }
  .tre .subnav li { width: 31%; margin: 0 0 2.0rem; }
  .tre .subnav li a { height: 11.0rem; font-size: 2.2rem; padding: 0 10.0rem 0 2.0rem; border-radius: 2.0rem 0; }
  .tre .subnav li a.orthopedics { background: url("../img/icon_seikei.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; }
  .tre .subnav li a.rehabilitation { background: url("../img/icon_riha.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; }
  .tre .subnav li a.sports_orthopedics { background: url("../img/icon_sports.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; }
  .tre .subnav li a.osteoporosis { background: url("../img/icon_kotsu.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; }
  .tre .subnav li a.shoulderjoint { background: url("../img/icon_kata.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; }
  .tre .subnav li a.chronicpain { background: url("../img/icon_toutsu.svg") no-repeat right 2rem center/6.6rem auto #00a0e9; } }
.btn_monshin { display: block; margin: 4.0rem 1.0rem; padding: 1.0rem 10.0rem 1.0rem 1.0rem; background: url("../img/btn_monshin_bg.jpg") no-repeat right bottom/auto 80% #c0e1fe; border: 2px solid #00a0e9; }
.btn_monshin .midashi { color: #005bac; font-size: 1.4rem; }
.btn_monshin .midashi span { font-size: 150%; }
.btn_monshin p { margin: 0; font-size: 1.2rem; }

@media screen and (min-width: 48em), print { .btn_monshin { width: 54.0rem; margin: 4.0rem auto; padding: 1.6rem 22.0rem 1.6rem 1.6rem; background: url("../img/btn_monshin_bg.jpg") no-repeat right bottom/auto 100% #c0e1fe; border: 4px solid #00a0e9; }
  .btn_monshin .midashi { font-size: 2.2rem; }
  .btn_monshin .midashi span { font-size: 150%; }
  .btn_monshin p { font-size: 1.8rem; } }
body:not(.index) .header .wrap { padding: 1.0rem; }
body:not(.index) .main { margin: 4.0rem 1.0rem 6.0rem; }
body:not(.index) .main .btn_rsv, body:not(.index) .main .btn_detail { padding: 1.0rem 2.0rem; margin: 1.0rem 0; }
body:not(.index) .main .btn_rsv::before, body:not(.index) .main .btn_detail::before { margin: 0 .4rem 0 0; }
@media screen and (min-width: 48em), print { body:not(.index) .header { padding: 16.0rem 0 0; background: url(../img/tit_01.jpg) no-repeat center top/auto; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  body:not(.index) .header .wrap { padding: 1.0rem; order: 2; }
  body:not(.index) .header .tit_01 { order: 1; width: 1100px; margin: auto; }
  body:not(.index) .main { margin: 10.0rem 0; }
  body:not(.index) .main .btn_rsv::before { margin: 0 .8rem 0 0; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

#clinicslide img, #clinicslide p { display: none; }

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

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.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 #71bb48; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main .lst_ul01.kome li { padding: 0 0 0 1.4em; }
.access .main .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 .gmap { height: 50.0rem; } }

.attending { margin: 4.0rem 1.0rem; }
.attending #editedTable { width: 100%; border-collapse: collapse; border-bottom: 2px solid #00a0e9; }
.attending #editedTable tr th { padding: .4rem; border-bottom: 1px solid #00a0e9; color: #fff; background: #00a0e9; }
.attending #editedTable tr td { padding: .8rem 0; text-align: center; border-bottom: 1px solid #ccc; }
.attending #editedTable tr td.dept { color: #00a0e9; }
.attending #editedTable tr:nth-of-type(2) td, .attending #editedTable tr:nth-of-type(7) td { background: #f2f8fa; color: #00a0e9; font-weight: bold; border-top: 2px solid #00a0e9; border-bottom: 1px solid #00a0e9; }
.attending #editedTable tr:nth-of-type(4) td, .attending #editedTable tr:nth-of-type(9) td { border-bottom: 2px solid #ccc; }

@media screen and (min-width: 48em), print { .attending { width: 1100px; margin: 8.0rem auto; }
  .attending #editedTable { width: 65.0rem; margin: auto; table-layout: fixed; border-bottom: 3px solid #00a0e9; font-size: 80%; }
  .attending #editedTable tr:nth-of-type(2) td, .attending #editedTable tr:nth-of-type(7) td { border-top: 3px solid #00a0e9; }
  .attending #editedTable tr:nth-of-type(4) td, .attending #editedTable tr:nth-of-type(9) td { border-bottom: 3px solid #ccc; } }

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