@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_brw { color: #a78b82; }

.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; }

.wrap > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.wrap > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.wrap > 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; }
  .wrap > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .wrap > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .wrap > 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; border: 1px solid #e3dfd5; border-radius: .6rem; overflow: hidden; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #a78b82; font-size: 90%; color: #fff; border-bottom: 1px solid #e3dfd5; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; border-right: 1px solid #e3dfd5; }
.tbl_time tr th.time { color: #685650; background: #fff; border-bottom: 1px solid #e3dfd5; border-right: 1px solid #e3dfd5; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; color: #a78b82; border-bottom: 1px solid #e3dfd5; line-height: 1.4; font-size: 80%; }
.tbl_time tr:last-child th, .tbl_time tr:last-child td { border-bottom: none; }

.cap { font-size: 85%; caption-side: bottom; text-align: left; color: #685650; margin: .4rem 0 0; }

@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; border-radius: .6rem; }

.btn_map { display: inline-block; color: #685650; padding: .4rem 1.0rem; border: 1px solid #685650; border-radius: 3.0rem; }
.btn_map::before { font-family: 'fontello'; content: '\e8e2'; margin: 0 .4rem 0 0; font-size: 70%; }
@media screen and (min-width: 48em), print { .btn_map:hover { background: #fff; opacity: 1.0; } }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; font-size: 2.2rem; text-align: center; line-height: 1.4; padding: 3.0rem 0; margin: 0 0 3.0rem; }
.tit_01 span { display: block; padding: .6rem 1.0rem; margin: auto; background: -webkit-linear-gradient(left, rgba(253, 243, 224, 0) 0%, rgba(253, 243, 224, 0) 1%, rgba(253, 243, 224, 0.7) 5%, #fdf3e0 50%, rgba(253, 243, 224, 0.7) 95%, rgba(253, 243, 224, 0) 100%); background: linear-gradient(to right, rgba(253, 243, 224, 0) 0%, rgba(253, 243, 224, 0) 1%, rgba(253, 243, 224, 0.7) 5%, #fdf3e0 50%, rgba(253, 243, 224, 0.7) 95%, rgba(253, 243, 224, 0) 100%); }

.tit_02 { font-size: 2.0rem; margin: 0 0 2.0rem; text-align: center; letter-spacing: .2rem; line-height: 1.2; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tit_02 .en { display: block; width: 100%; color: #bebd7f; font-family: 'Crimson Text', serif; font-size: 60%; }
.tit_02::after, .tit_02::before { content: ''; border-top: 1px dotted #50403b; -webkit-flex: 0 0 3rem; flex: 0 0 3rem; }
.tit_02::before { margin: 0 .6em 0 0; }
.tit_02::after { margin: 0 0 0 .6em; }

.tit_03 { color: #fff; background: #a78b82; font-size: 1.8rem; line-height: 1.2; padding: .6rem 1.0rem; border-radius: .4rem; margin: 0 0 2.0rem; }

.tit_04 { color: #584322; font-size: 1.6rem; line-height: 1.2; padding: 0 0 .4rem; border-bottom: 2px solid #c2c184; margin: 0 0 2.0rem; position: relative; }
.tit_04::after { content: ''; display: block; width: 4.0rem; height: .2rem; background: #a78b82; position: absolute; bottom: -.2rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto; font-size: 3.6rem; padding: 10.0rem 4.0rem; margin: 0 0 6.0rem; }
  .tit_01 span { width: 90.0rem; padding: 1.0rem; background: -webkit-linear-gradient(left, rgba(253, 243, 224, 0) 0%, rgba(253, 243, 224, 0) 1%, rgba(253, 243, 224, 0.7) 19%, rgba(253, 243, 224, 0.71) 20%, #fdf3e0 50%, rgba(253, 243, 224, 0.7) 80%, rgba(253, 243, 224, 0) 100%); background: linear-gradient(to right, rgba(253, 243, 224, 0) 0%, rgba(253, 243, 224, 0) 1%, rgba(253, 243, 224, 0.7) 19%, rgba(253, 243, 224, 0.71) 20%, #fdf3e0 50%, rgba(253, 243, 224, 0.7) 80%, rgba(253, 243, 224, 0) 100%); }
  .tit_01 span br { display: none; }
  .tit_02 { font-size: 2.6rem; margin: 0 0 5.0rem; }
  .tit_02::after, .tit_02::before { -webkit-flex: 0 0 6rem; flex: 0 0 6rem; }
  .tit_03 { font-size: 2.6rem; padding: 1.0rem 1.6rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; padding: 0 0 .8rem; margin: 0 0 3.0rem; }
  .tit_04::after { width: 5.0rem; } }
.lst_ul01 li { padding: 0 0 1.0rem 1.4em; line-height: 1.4; position: relative; }
.lst_ul01 li:last-child { padding: 0 0 0 1.4em; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #c2c184; position: absolute; left: 0; }
.lst_ul01.kome li::before { content: '※'; color: #50403b; }

.lst_ol01 { counter-reset: number 0; margin: 1.0rem 0 1.0rem 1.0rem; }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; padding: 0 0 1.0rem 2.8rem; position: relative; }
.lst_ol01 li:last-child { padding: 0 0 0 2.8rem; }
.lst_ol01 li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; color: #a78b82; font-weight: bold; position: absolute; left: 0; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .lst_ol01 li { padding: 0 0 1.0rem 3.6rem; }
  .lst_ol01 li:last-child { padding: 0 0 0 3.6rem; }
  .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 { .flex { display: -webkit-flex; display: flex; }
  .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; } }
.telno { background: #c2c184; border-radius: 3.0rem; color: #fff; line-height: 1.0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.telno .yoyakusei { display: inline-block; border: 1px solid #fff; font-size: 55%; padding: .4rem 1.0rem; margin: 0 0 0 1.0rem; }

.tel { font-family: 'Crimson Text', serif; letter-spacing: .2rem; }
.tel::before { font-family: 'fontello'; content: '\e8e4'; font-size: 80%; }

.box_org { background: #feedcc; padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_org { padding: 2.0rem; } }

.box_ylw { background: #f9f8c3; padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ylw { padding: 2.0rem; } }

.btn_brw { display: inline-block; margin-top: 1.0rem; padding: .4rem 2.0rem; border-radius: 3.0rem; background: #a78b82; border: 1px solid #a78b82; color: #fff; text-decoration: none !important; }
.btn_brw::before { font-family: 'fontello'; content: '\e8e2'; font-size: 70%; margin: 0 .6rem 0 0; }
@media screen and (min-width: 48em), print { .btn_brw:hover { background: #fff; color: #a78b82; opacity: 1.0; } }

html { font-size: calc(100vw / 32); font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif; }

body { background: #fff; color: #50403b; 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; margin: 0 0 6.0rem; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

:target::before { content: ""; display: block; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 20.0rem; margin: -20.0rem 0 0; } }

@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 { background: #e7d7b8; padding: 1.0rem; }
.header .wrap .logo { height: 4.6rem; }
.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 .headC { font-size: 1.1rem; margin: 1.0rem 0; }
.header .wrap .headC ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header .wrap .headC ul li { margin: 0 .4rem; }
.header .wrap .headC ul li.acs::before { font-family: 'fontello'; content: '\e8e5'; margin: 0 .1rem 0 0; }
.header .wrap .headC ul li.parking { background: #a78b82; color: #fff; padding: .4rem; border-radius: .4rem; }
.header .wrap .headC ul li.parking::before { font-family: 'fontello'; content: '\e8e6'; margin: 0 .2rem 0 0; }
.header .wrap .headR .telno { font-size: 2.2rem; padding: .4rem 3.0rem; }

@media screen and (min-width: 48em), print { .header { padding: 2.0rem 0 0; position: fixed; top: 0; left: 0; right: 0; z-index: 5; }
  .header .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo { width: 40%; height: 8.0rem; }
  .header .wrap .headC { width: 30%; font-size: 1.6rem; }
  .header .wrap .headC ul { -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column; flex-direction: column; }
  .header .wrap .headC ul li.parking { padding: .6rem 1.0rem; margin: .6rem 0 0; }
  .header .wrap .headR { width: 27%; }
  .header .wrap .headR .telno { font-size: 2.6rem; padding: 1.4rem; } }
.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.0rem; color: #a78b82; background: #fff; border: 1px dotted #50403b; text-shadow: none; border-radius: 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 #d5d2ca; border-bottom: 1px solid #d5d2ca; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) { border-bottom: 1px dotted #d5d2ca; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #50403b !important; padding: 1.0rem 0; font-size: 1.6rem; margin: 0; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a span { font-size: 80%; }
.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; font-family: 'fontello'; content: '\f107'; font-size: 2.0rem; }
.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: '\f106'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { margin: 0; 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%; }
.slicknav_menu .slicknav_nav .gnav li .subnav li:nth-child(odd) { border-right: 1px dotted #d5d2ca; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem; color: #50403b; text-align: center; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover { color: #50403b !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; background: #fff; padding: 1.0rem 0; margin: 2.0rem 0 0; border-bottom: 1px solid #d5d2ca; }
  #nav .gnav { width: 1200px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav > li { width: 100%; position: relative; border-left: 1px solid #d5d2ca; }
  #nav .gnav > li:last-child { border-right: 1px solid #d5d2ca; }
  #nav .gnav > li > a { display: block; text-align: center; font-size: 1.6rem; line-height: 1.4; padding: .6em 0 0; }
  #nav .gnav > li > a > span { display: block; font-size: 80%; }
  #nav .gnav > li > a.day_care { padding: 0; }
  #nav .gnav > li > a.sub::after { font-family: 'fontello'; content: '\f107'; margin: 0 0 0 .8rem; }
  #nav .gnav > li > a.sub.close::after { content: '\f106'; }
  #nav .gnav > li .subnav { width: 34.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; visibility: hidden; position: absolute; top: 4.8rem; left: -9.0rem; border-top: 1px solid #d5d2ca; z-index: 10; }
  #nav .gnav > li .subnav li { width: 50%; border-bottom: 1px solid #d5d2ca; }
  #nav .gnav > li .subnav li:nth-child(odd) { border-right: 1px solid #d5d2ca; }
  #nav .gnav > li .subnav li a { width: 100%; height: 100%; font-size: 1.6rem; background: rgba(255, 255, 255, 0.9); padding: 1.0rem 0; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #nav .gnav > li .subnav li a:hover { background: #e3e3c4; opacity: 1.0; } }
.overview { padding: 4.0rem 1.0rem 2.0rem; font-size: 1.4rem; line-height: 1.6; background: #e7d7b8; color: #685650; }
.overview > .wrap .overviewL .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL .add { font-size: 85%; text-align: center; }
.overview > .wrap .overviewL .telno { padding: .6rem 0; font-size: 160%; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 2.0rem 0 0; border-radius: .6rem; overflow: hidden; }
.overview > .wrap .overviewL .gaiyo dt { padding: .4rem 1.0rem; color: #fff; background: #a78b82; border-bottom: 1px solid #e3dfd5; }
.overview > .wrap .overviewL .gaiyo dd { padding: .4rem 1.0rem; margin: 0; background: #fff; }
.overview > .wrap .overviewL .gaiyo dd .lst_ul01 li { padding: 0 0 .6rem 1.4em; }
.overview > .wrap .overviewL .gaiyo dd .lst_ul01 li::before { content: '■'; }
.overview > .wrap .overviewR .tbl_time { margin: 1.6rem 0 0; }
.overview > .wrap .overviewR .gmap { height: 30.0rem; margin: 1.6rem 0 0; }
.overview > .wrap .overviewR .btn_map { font-size: 85%; }

@media screen and (min-width: 48em), print { .overview { padding: 8.0rem 0; font-size: 1.8rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .clinic_name { margin: 0 0 2.0rem; }
  .overview > .wrap .overviewL .clinic_name img { max-width: 48.0rem; }
  .overview > .wrap .overviewL .add { font-size: 100%; }
  .overview > .wrap .overviewL .telno { padding: 1.0rem 0; font-size: 180%; }
  .overview > .wrap .overviewL .gaiyo { width: 100%; margin: 2.0rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview > .wrap .overviewL .gaiyo dt { width: 30%; text-align: center; padding: 1.0rem 2.0rem; border-bottom: 1px solid #e3dfd5; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview > .wrap .overviewL .gaiyo dd { width: 70%; padding: 1.0rem 2.0rem; margin: 0; border-bottom: 1px solid #e3dfd5; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 65%; } }
.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 .telno { width: 53%; padding: 0 0; text-align: center; font-size: 1.9rem; line-height: 3.8rem; border-radius: 0; }
.tel_up .telno .tel { display: block; text-align: center; }
.tel_up .resv { width: 33%; padding: 0 0; text-align: center; font-size: 1.4rem; line-height: 4rem; background-color: #A78B82; }
.tel_up .resv a { color: #fff; }
.tel_up .pageup { cursor: pointer; background: #fff; width: 15%; }
.tel_up .pageup a { display: block; width: 100%; height: 3.0rem; font-size: 2.6rem; text-align: center; color: #c2c184; line-height: 1.0; }
.tel_up .pageup a::before { font-family: 'fontello'; content: '\f106'; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 5.0rem; height: 5.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; padding: 0; background: none; }
  .tel_up .telno { display: none; }
  .tel_up .resv { display: none; }
  .tel_up .pageup a { width: 5.0rem; height: 5.0rem; font-size: 4.2rem; background: #c2c184; color: #fff; } }
.footer { text-align: center; padding: 0 0 3.6rem; }
.footer .copy { display: block; background: #a78b82; color: #fff; 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: 4.0rem 0 0; }
  .footer .copy { margin: 4.0rem 0 0; }
  .footer ul { width: 80.0rem; display: block; margin: auto; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin: 0 0 1.0rem; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li a br { display: none; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav li:nth-child(8)::after { content: none; } }
#keyvsl { padding: 1.0rem; max-width: 100%; background: url(../img/index_keyvsl01.jpg) no-repeat center top/150% auto; }
#keyvsl .wrap .catch { margin: 2.0rem 0 0; color: #fff; line-height: 1.6; font-size: 1.4rem; font-weight: bold; letter-spacing: .2rem; text-shadow: 0.2rem 0.2rem 0.2rem #888888, -0.2rem 0.2rem 0.2rem #888888, 0.2rem -0.2rem 0.2rem #888888, -0.2rem -0.2rem 0.2rem #888888; }
#keyvsl .wrap .catch .clinic_name { display: block; font-size: 150%; text-align: center; margin: 0 0 1.0rem; }
#keyvsl .wrap .open_nairan { margin: 3.0rem 0 1.0rem; }
#keyvsl .wrap .open_nairan li { color: #fff; font-size: 1.4rem; text-align: center; padding: 1.0rem; }
#keyvsl .wrap .open_nairan li.open { background: #a78b82; font-size: 1.6rem; }
#keyvsl .wrap .open_nairan li.open span { font-size: 150%; }
#keyvsl .wrap .cap { font-size: 1.2rem; }

@media screen and (min-width: 48em), print { #keyvsl { background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto; height: 62.0rem; padding: 12.0rem 0 3.0rem; margin: 18.1rem 0 0; }
  #keyvsl .wrap { height: 100%; position: relative; }
  #keyvsl .wrap .catch { text-align: center; font-size: 2.6rem; }
  #keyvsl .wrap .catch .clinic_name { font-size: 180%; margin: 0 0 4.0rem; letter-spacing: .4rem; }
  #keyvsl .wrap .open_nairan { display: -webkit-flex; display: flex; -webkit-align-items: flex-end; align-items: flex-end; margin: 0; position: absolute; bottom: 3.0rem; }
  #keyvsl .wrap .open_nairan li { border-radius: 50%; line-height: 1.6; }
  #keyvsl .wrap .open_nairan li.open { width: 17.0rem; height: 17.0rem; font-size: 2.2rem; line-height: 1.2; background: rgba(167, 139, 130, 0.9); padding: 2.6rem 0 0; position: relative; z-index: 1; }
  #keyvsl .wrap .box_white { width: 40.0rem; margin: 0 0 0 auto; background: rgba(255, 255, 255, 0.8); padding: 1.6rem; border-radius: .8rem; position: absolute; right: 0; bottom: 3.0rem; }
  #keyvsl .wrap .box_white .tbl_time { font-size: 1.4rem; } }
.bnr_yoyaku_gentei { display: block; background: #c2c184; color: #fff; text-decoration: none !important; border-radius: .6rem; padding: 1.0rem; font-size: 1.5rem; margin: 4.0rem 1.0rem 0; }
.bnr_yoyaku_gentei::before { font-family: 'fontello'; content: '\ea02'; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { .bnr_yoyaku_gentei { display: inline-block; padding: 1.6rem 4.0rem; font-size: 2.4rem; margin: 8.0rem 0 0; }
  .bnr_yoyaku_gentei::before { font-family: 'fontello'; content: '\ea02'; margin: 0 .8rem 0 0; } }
.info { margin: 4.0rem 1.0rem; }
.info dl { margin: 0; line-height: 1.4; }
.info dl dt { margin: 0 0 .6rem; font-weight: bold; cursor: pointer; display: -webkit-flex; display: flex; }
.info dl dt::before { font-family: 'fontello'; content: '\e8e3'; color: #a78b82; margin-right: .6rem; }
.info dl dt.close::before { content: '\e822'; }
.info dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px dotted #50403b; }
.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: 86.5rem; margin: 8.0rem auto; }
  .info dl dt { font-size: 120%; 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 2.0rem; } }
.feature { background: #e7d7b8; padding: 4.0rem 1.0rem; }
.feature .wrap ol { counter-reset: number 0; }
.feature .wrap ol li { padding: 1.0rem 1.0rem 15.0rem; margin: 0 0 1.6rem; counter-increment: number 1; position: relative; }
.feature .wrap ol li::before, .feature .wrap ol li::after { display: block; width: 6.0rem; height: 6.0rem; font-family: 'Crimson Text', serif; text-align: center; color: #fff; letter-spacing: .2rem; border-radius: 50%; position: absolute; }
.feature .wrap ol li::before { content: 'Feature'; font-size: 1.0rem; background: #c2c184; padding: 1.2rem 0 0; }
.feature .wrap ol li::after { content: counter(number,decimal-leading-zero); font-size: 2.6rem; top: 2.8rem; left: 1.0rem; }
.feature .wrap ol li .tit { min-height: 6.0rem; font-size: 120%; padding: 0 0 0 7.0rem; margin: 0 0 1.0rem; }
.feature .wrap ol li .tit span { padding: 0 0 .4rem; background: linear-gradient(transparent 50%, #f3f0e9 0%); }
.feature .wrap ol li.senmon { background: url("../img/index_feature01.jpg") no-repeat center bottom 1rem/94% auto #fff; }
.feature .wrap ol li.seibetsu { background: url("../img/index_feature02.jpg") no-repeat center bottom 1rem/94% auto #fff; }
.feature .wrap ol li.ninchisho { background: url("../img/index_feature03.jpg") no-repeat center bottom 1rem/94% auto #fff; }
.feature .wrap ol li.parking { background: url("../img/index_feature04.jpg") no-repeat center bottom 1rem/94% auto #fff; }
.feature .wrap ol li.parking .tit { padding: 1.6rem 0 0 7.0rem; }
.feature .wrap ol li.kansen { background: url("../img/index_feature05.jpg") no-repeat center bottom 1rem/94% auto #fff; }
.feature .wrap ol li.kansen .tit { padding: 1.6rem 0 0 7.0rem; }

@media screen and (min-width: 48em), print { .feature { padding: 8.0rem 0; }
  .feature .wrap ol li { min-height: 23.0rem; padding: 4.0rem 4.0rem 2.4rem 50%; margin: 0 0 4.0rem; }
  .feature .wrap ol li::before, .feature .wrap ol li::after { width: 13.0rem; height: 13.0rem; }
  .feature .wrap ol li::before { font-size: 1.8rem; padding: 2.4rem 0 0; left: 45.0rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
  .feature .wrap ol li::after { content: counter(number,decimal-leading-zero); font-size: 5.0rem; top: 9.0rem; left: 45.0rem; }
  .feature .wrap ol li .tit { min-height: auto; font-size: 160%; padding: 0; }
  .feature .wrap ol li .tit span { padding: 0; }
  .feature .wrap ol li.senmon { background: url("../img/index_feature01.jpg") no-repeat left 2.4rem center/39rem auto #fff; }
  .feature .wrap ol li.seibetsu { background: url("../img/index_feature02.jpg") no-repeat left 2.4rem center/39rem auto #fff; }
  .feature .wrap ol li.ninchisho { background: url("../img/index_feature03.jpg") no-repeat left 2.4rem center/39rem auto #fff; }
  .feature .wrap ol li.ninchisho .btn_brw { display: block; width: 36.0rem; margin: 1.0rem 0 0 auto; }
  .feature .wrap ol li.parking { background: url("../img/index_feature04.jpg") no-repeat left 2.4rem center/39rem auto #fff; }
  .feature .wrap ol li.parking .tit { padding: 0; }
  .feature .wrap ol li.kansen { background: url("../img/index_feature05.jpg") no-repeat left 2.4rem center/39rem auto #fff; }
  .feature .wrap ol li.kansen .tit { padding: 0; } }
.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: 32%; margin: 0 0 1.6rem; }
.tre .subnav li a { display: block; text-align: center; font-size: 1.2rem; text-decoration: none; position: relative; }
.tre .subnav li a::before { display: block; content: ''; width: 6.0rem; height: 6.0rem; border-radius: 50%; margin: 0 auto .6rem; }
.tre .subnav li a span::before { font-family: 'fontello'; content: '\e8e2'; font-size: 70%; margin: 0 .2rem 0 0; }
.tre .subnav li a.depression::before { background: url("../img/icon_utsu.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.souutsu::before { background: url("../img/icon_souutsu.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.maladjustment::before { background: url("../img/icon_tekiou.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.insomnia::before { background: url("../img/icon_fumin.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.anxiety::before { background: url("../img/icon_fuan.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.panic::before { background: url("../img/icon_panic.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.somatoform-disorder::before { background: url("../img/icon_shintai.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.gid::before { background: url("../img/icon_seibetsu.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.amnesia::before { background: url("../img/icon_monowasure.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.schizophrenia::before { background: url("../img/icon_tougou.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.developmental_disability::before { background: url("../img/icon_hattatsu.svg") no-repeat center center/60% auto #e7d7b8; }
.tre .subnav li a.various_systems::before { background: url("../img/icon_seido.svg") no-repeat center center/60% auto #e7d7b8; }

@media screen and (min-width: 48em), print { .tre { width: 1200px; margin: 8.0rem auto; }
  .tre .subnav li { width: calc((100% / 6) - 1.0rem); margin: 0 0 5.0rem; }
  .tre .subnav li a { font-size: 1.8rem; }
  .tre .subnav li a::before { width: 18.0rem; height: 18.0rem; }
  .tre .subnav li a span::before { font-size: 1.2rem; margin: 0 .4rem 0 0; } }
.daycare { background: #e7d7b8; }
.daycare .box_l section { padding: 4.0rem 1.0rem 2.0rem; }
.daycare .box_l section .img_c { max-width: 80%; }
.daycare::after { display: block; content: ''; width: 100%; height: 15.0rem; background: url("../img/index_daycare.jpg") no-repeat center bottom/cover; }

@media screen and (min-width: 48em), print { .daycare { height: 47.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
  .daycare .box_l { width: 50%; }
  .daycare .box_l section { width: 38.0rem; margin: 0 14.0rem 0 auto; padding: 5.0rem 0; }
  .daycare .box_l section .img_c { max-width: 34.0rem; }
  .daycare::after { width: 50%; height: 100%; } }
.aisatsu { margin: 4.0rem 1.0rem; }
.aisatsu .name { text-align: right; font-size: 120%; }
.aisatsu .name .btn_brw { font-size: 80%; }

@media screen and (min-width: 48em), print { .aisatsu { width: 1200px; margin: 8.0rem auto; } }
body:not(.index) .main { margin: 0; }
body:not(.index) .main > .wrap { margin: 0 1.0rem 6.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 18.0rem auto 14.0rem; font-size: 1.8rem; }
  body:not(.index) .main > .wrap { margin: auto; }
  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; }

.lst_faq dt { margin: 0 0 1.0rem; }
.lst_faq dd { margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .lst_faq dt { margin: 0 0 1.6rem; }
  .lst_faq dd { margin: 0 0 4.0rem; } }
.access .main .gmap { height: 30.0rem; }
@media screen and (min-width: 48em), print { .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .gmap { height: 50.0rem; } }

.tbl_odoriba { width: 100%; border-collapse: collapse; }
.tbl_odoriba th { padding: .4rem 1.0rem; font-weight: normal; }
.tbl_odoriba th[scope="col"] { color: #fff; background: #a78b82; border: 1px solid #fff; }
.tbl_odoriba th[scope="row"] { width: 50%; text-align: left; background: #e7d7b8; border: 1px solid #fff; }
.tbl_odoriba td { padding: .4rem 1.0rem; border: 1px solid #ccc; }

@media screen and (min-width: 48em), print { .tbl_odoriba th, .tbl_odoriba td { padding: 1.0rem 1.6rem; } }
@media screen and (min-width: 48em), print { .flex .box_soudan { width: 48%; }
  .flex .box_soudan .lst_dl01 dt { width: 40%; }
  .flex .box_soudan .lst_dl01 dd { width: 60%; margin: 0 0 2.0rem; } }

/*# sourceMappingURL=style.css.map */
