@charset "UTF-8";
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; 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; }

@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; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem !important; }

.mt30 { margin-top: 3.0rem !important; }

.mt20 { margin-top: 2.0rem !important; }

.mt10 { margin-top: 1.0rem !important; }

.mt5 { margin-top: .5rem !important; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

.pt0 { padding-top: 0 !important; }

.pb0 { padding-bottom: 0 !important; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem !important; }
  .mt30 { margin-top: 6.0rem !important; }
  .mt20 { margin-top: 4.0rem !important; }
  .mt10 { margin-top: 2.0rem !important; }
  .mt5 { margin-top: 1.0rem !important; } }
.width30per { width: 30% !important; }

.width40per { width: 40% !important; }

.width60per { width: 60% !important; }

.width70per { width: 70% !important; }

.ov_h { overflow: hidden; }

.display_ib { display: inline-block !important; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #d7c6af; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #d7c6af; background: #fff; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #d7c6af; line-height: 1.0; color: #988171; }

@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: 22%; }
  .tbl_time tr td { padding: 1.5rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { display: block; font-size: 2.6rem; padding: 3rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat bottom center/cover; color: #2d4890; }

.tit_02 { color: #2d4890; background: url(../img/tit_index_02_icon.png) no-repeat center center/contain; padding: 1.5rem 0; font-size: 1.8rem; text-align: center; margin: 3rem 0 2rem; }

.tit_03 { color: #fff; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; padding: .5rem; padding-left: 1.4rem; background: #2d4890; position: relative; }
.tit_03::after { content: ""; display: block; position: absolute; height: calc(100% - 1rem); width: .5rem; top: 50%; left: .6rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: solid 1px #fff; border-top: none; border-bottom: none; }

.tit_04 { color: #2d4890; font-size: 1.8rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 0.2rem solid #2d4890; }

.tit_05 { color: #2d4890; font-size: 1.7rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; }

@media screen and (min-width: 48em), print { .tit_01 { display: block; padding: 9rem 2rem; font-size: 3.6rem; width: auto; }
  .tit_02 { font-size: 3rem; margin: 8rem 0 3rem; padding: 2rem 0; }
  .tit_03 { font-size: 2.8rem; line-height: 1.3; margin: 8.5rem 0 2rem; padding: 1rem; padding-left: 1.5rem; border-width: 0.4rem; }
  .tit_04 { font-size: 2.4rem; line-height: 1.3; margin: 7.5rem 0 2rem; padding-bottom: 1rem; border-width: 0.3rem; }
  .tit_05 { font-size: 2rem; line-height: 1.3; margin: 6.5rem 0 2rem; } }
.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #e8868f; text-decoration: underline; }

.tel_link_text { color: #e8868f; }
.tel_link_text::before { font-family: 'fontello'; content: '\e818'; font-size: 80%; padding-right: .2em; }

.lst_ul_01 { padding-left: 2rem; margin-bottom: 2rem; }
.lst_ul_01 li { padding-left: 0.3rem; margin-bottom: 1.0rem; position: relative; }
.lst_ul_01 li::before { content: ''; width: .5em; height: .5em; background: #f5cbcf; border-radius: 50%; position: absolute; left: -.75em; top: .4em; }
.lst_ul_01 li:last-child { margin-bottom: 0; }

.lst_ol_01, .lst_ol_counter_noreset_01 { counter-reset: number 0; margin: 0; padding-left: 2rem; margin-bottom: 2rem; }
.lst_ol_01 li, .lst_ol_counter_noreset_01 li { counter-increment: number 1; padding-left: 0.3rem; margin-bottom: 1rem; position: relative; }
.lst_ol_01 li::before, .lst_ol_counter_noreset_01 li::before { display: inline-block; content: counter(number) "."; position: absolute; right: 100%; top: 0; }
.lst_ol_01 li:last-child, .lst_ol_counter_noreset_01 li:last-child { margin-bottom: 0; }

.lst_ol_counter_noreset_01 { counter-reset: none; }

.lst_dl_01, .lst_dl_01_50percent { margin: 0 0 2rem; border: 1px solid #aea08d; }
.lst_dl_01 dt, .lst_dl_01_50percent dt { padding: 1rem; background: #d7c6af; }
.lst_dl_01 dd, .lst_dl_01_50percent dd { margin: 0; padding: 1rem; }
.lst_dl_01 dd:not(:last-child), .lst_dl_01_50percent dd:not(:last-child) { border-bottom: 1px solid #aea08d; }

.lst_dl_table_01 { margin: 0 0 2rem; border: 1px solid #aea08d; width: 100%; text-align: center; }
.lst_dl_table_01 .lst_dl_table_row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lst_dl_table_01 .lst_dl_table_row dt { background: #e3dbd0; padding: 1rem; width: 100%; }
.lst_dl_table_01 .lst_dl_table_row dt.top_title { background: #d7c6af; }
.lst_dl_table_01 .lst_dl_table_row dd { margin: 0; padding: 1rem; width: 100%; }
.lst_dl_table_01 .lst_dl_table_row:not(:last-child) { border-bottom: 1px solid #aea08d; }

@media screen and (min-width: 48em), print { .lst_dl_01, .lst_dl_01_50percent { width: 100%; border-right: none; border-left: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl_01 dt, .lst_dl_01_50percent dt { width: 28%; padding: 2rem 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .lst_dl_01 dt:not(:last-of-type), .lst_dl_01_50percent dt:not(:last-of-type) { border-bottom: 1px solid #aea08d; }
  .lst_dl_01 dd, .lst_dl_01_50percent dd { width: 72%; padding: 2rem 2.5rem; }
  .lst_dl_01_50percent dt { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
  .lst_dl_01_50percent dd { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }
.imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 auto 1.5rem; max-width: 75%; text-align: center; }
.imgtxt .imgtxt_txt :last-child, .imgtxt_reverse .imgtxt_txt :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { .imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { float: right; margin: 0 0 2.0rem 2.0rem; max-width: 45rem; }
  .imgtxt::after, .imgtxt_reverse::after { content: ''; display: block; clear: both; }
  .imgtxt_reverse .imgtxt_image { float: left; margin: 0 2.0rem 2.0rem 0; } }
.flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex2 > * { width: 47%; margin-bottom: 2rem; }

.flex3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > * { width: 31%; margin-bottom: 2rem; }

.flex2_pc > * { margin-bottom: 2rem; }

.flex3_pc > * { margin-bottom: 2rem; }

@media screen and (min-width: 48em), print { .flex2_pc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2_pc > * { width: 47%; margin-bottom: 2.5rem; }
  .flex3_pc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-bottom: 2.5rem; } }
.box_general_01 { padding: 2rem 1.5rem; margin-bottom: 2rem; position: relative; background: #f7f5f3; }
.box_general_01 :last-child { margin-bottom: 0; }

.box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 6rem; }
.box_general_wrap .box_general_01:not(:last-child)::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 2rem 5rem 0 5rem; border-color: #988171 transparent transparent transparent; position: absolute; top: calc(100% + 2rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (min-width: 48em), print { .box_general_01 { padding: 3rem 2rem; }
  .box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 8rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after { border-width: 4rem 8rem 0 8rem; top: calc(100% + 2rem); } }
.btn_general_01 { display: inline-block; padding: 1rem 4rem; color: #fff; text-align: center; background: #c9b993; border-radius: 20rem; position: relative; min-width: 18rem; border: 0.2rem solid #c9b993; }
.btn_general_01::after { display: block; font-family: 'fontello'; content: '\e816'; position: absolute; right: 1.2rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .btn_general_01 { padding: 1.5rem 5rem; }
  .btn_general_01:hover, .btn_general_01:focus { color: #c9b993; background-color: #fff; border-color: #c9b993; opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #aea08d; border-right: none; border-bottom: none; width: 100%; font-size: 1rem; }
.table_01 th { background: #f7f8fd; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #aea08d; border-top: none; border-left: none; padding: .6rem; }

@media screen and (min-width: 48em), print { .table_01 { font-size: 1.6rem; }
  .table_01 th, .table_01 td { padding: 1rem; } }
.top_timetable { width: 96%; margin: 0 auto 1rem; }

@media screen and (min-width: 48em), print { .top_timetable { width: 550px; margin: 0 auto 2rem; } }
.bnr_mask { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #c9b993; border-radius: 10px; padding: 1.2rem 1rem; line-height: 1.45; font-weight: bold; font-size: 95%; }
.bnr_mask::before { content: " "; display: block; width: 4rem; height: 4rem; background: url("../img/bnr_mask.svg") center center/contain no-repeat; }
.bnr_mask p { margin: 0; color: #fff; }
@media screen and (min-width: 48em), print { .bnr_mask { width: 55rem; margin-left: auto; margin-right: auto; font-size: 125%; padding: 2rem 1rem; line-height: 1.55; border-radius: 20px; }
  .bnr_mask::before { width: 8rem; height: 8rem; } }

html { font-size: calc(100vw / 32); font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

body { background: #fff; color: #202020; }

p { margin-top: 0; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 2rem 1rem; }

.main { font-size: 1.4rem; line-height: 1.4; }
.main section.wrap > :first-child { margin-top: 0; }
.main section.wrap > :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  a, button { -webkit-transition: .2s; transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1200px; margin: auto; padding: 5rem 0; }
  .main { font-size: 1.8rem; }
  .sidebar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 23%; } }
@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; padding: 0; }
.header .wrap .logo { height: 5.0rem; }
.header .wrap .logo a { display: block; width: 78%; height: 100%; background: url(../img/logo.png) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .head_right .address { font-size: 1.2rem; font-weight: bold; color: red; margin-top: 2rem; text-align: center; }
.header .wrap .head_right .tel { font-size: 1.8rem; color: #988171; margin-top: 1rem; text-align: center; }
.header .wrap .head_right .tel::before { font-family: 'fontello'; content: '\e818'; font-size: 80%; padding-right: .2em; }
.header .wrap .head_right .tel a { display: inline-block; }
.header .wrap .head_right .fixed_btns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.header .wrap .head_right .fixed_btns .reserve { width: 100%; font-size: 1.4rem; margin-top: 1rem; }
.header .wrap .head_right .fixed_btns .reserve a { display: block; background: #524742; color: #fff; padding: .5rem 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 3rem; }

@media screen and (min-width: 48em), print { .header { background: none; padding-top: 0; }
  .header .wrap { margin: 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
  .header .wrap .logo { width: 47rem; height: 7.5rem; }
  .header .wrap .logo a { width: auto; }
  .header .wrap .head_right { width: 70rem; text-align: left; }
  .header .wrap .head_right .address { margin: 0 0 0 6.8rem; font-size: 1.6rem; font-weight: bold; color: red; text-align: left; }
  .header .wrap .head_right .tel { position: absolute; right: 0; top: 0; text-align: right; margin: 0; font-size: 3rem; }
  .header .wrap .head_right .fixed_btns { display: block; position: fixed; right: 0; top: 21.5rem; bottom: 0; height: calc(100vh - 45rem); max-height: 56rem; z-index: 10; }
  .header .wrap .head_right .fixed_btns .reserve { width: auto; margin: 0; height: 29.5%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; min-height: 16rem; }
  .header .wrap .head_right .fixed_btns .reserve a { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 2.4rem; padding: .4rem 1.8rem; text-orientation: upright; word-break: break-all; } }
@media screen and (min-width: 48em) and (min-height: 560px) { .header .wrap .head_right .fixed_btns .reserve a { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; } }

@media print { .header .wrap .head_right .fixed_btns { position: absolute; } }
.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: #fff; background: #988171; 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: '\e802'; 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: '\e801'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: rgba(247, 245, 243, 0.95); padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #202020; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #202020; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #202020 !important; padding: 1.0rem 3.0rem 1.0rem 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e816'; font-size: 2.0rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.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%; font-family: 'fontello'; content: '\e814'; font-size: 2.0rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus { 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: '\e817'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { background: #fff; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { border-color: #888; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem 3.0rem 1.0rem 0.5rem; color: #202020; }
.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; margin-top: 1.4rem; }
  #nav .gnav { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  #nav .gnav > li { position: relative; text-align: center; font-size: 1.6rem; margin-right: 2rem; }
  #nav .gnav > li:last-child { margin-right: 0; }
  #nav .gnav > li > a { display: block; position: relative; }
  #nav .gnav > li > a.sub { /*&::after { content: '▼'; color: $clr_txt; font-size: 60%;
}
&.open { &::after{ content: '▲'; }
}*/ }
  #nav .gnav > li .subnav { width: 20rem; visibility: hidden; position: absolute; top: calc(100% + 1rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; font-size: 1.6rem; }
  #nav .gnav > li .subnav li { width: 100%; border-top: 1px dashed #fff; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(152, 129, 113, 0.9); padding: 1.6rem 0.5rem; text-align: center; color: #fff; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #524742; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child { border-top: none; } }
.overview { font-size: 1.4rem; line-height: 1.6; }
.overview .overview_bg { background: #e3dbd0; }
.overview .overview_bg > .wrap { padding-top: 4rem; padding-bottom: 2rem; }
.overview .overview_bg > .wrap .clinic_name { text-align: center; margin: 0 0 2.5rem; }
.overview .overview_bg > .wrap .clinic_name img { height: auto; width: 100%; }
.overview .overview_bg > .wrap .tel { color: #988171; font-size: 2.5rem; margin-bottom: 1rem; font-weight: bold; }
.overview .overview_bg > .wrap .tel > a::before, .overview .overview_bg > .wrap .tel > span::before { font-family: 'fontello'; content: '\e818'; font-size: 80%; padding-right: .2em; font-weight: normal; }
.overview .overview_bg > .wrap .reserve { text-align: center; margin: 1rem 0; }
.overview .overview_bg > .wrap .reserve a { display: inline-block; padding: 1rem 4rem; color: #fff; text-align: center; background: #e8868f; border-radius: 20rem; position: relative; min-width: 18rem; }
.overview .overview_bg > .wrap .reserve a::before { font-family: 'fontello'; display: inline-block; content: '\e819'; padding-right: .3em; font-weight: normal; }
.overview .overview_bg > .wrap .tbl_time { margin: 1.6rem 0; }
.overview .overview_bg > .wrap .lst_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
.overview .overview_bg > .wrap .lst_overview dt { width: 28%; padding: .4rem; color: #2d4890; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-weight: bold; }
.overview .overview_bg > .wrap .lst_overview dd { width: 72%; padding: .4rem; margin: 0; color: #202020; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_bg > .wrap .lst_overview dd.tel, .overview .overview_bg > .wrap .lst_overview dd.fax { color: #202020; font-size: 140%; }
.overview .overview_bg > .wrap .lst_overview dd.access .access_txt { display: block; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.9rem; }
  .overview .overview_bg > .wrap { padding-top: 10rem; padding-bottom: 9rem; }
  .overview .overview_bg > .wrap .overview_flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview .overview_bg > .wrap .overview_flex > div { width: 48%; }
  .overview .overview_bg > .wrap .clinic_name { margin: 0 0 5.0rem; text-align: left; }
  .overview .overview_bg > .wrap .clinic_name img { height: auto; width: auto; }
  .overview .overview_bg > .wrap .tel_reserve { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 4rem; margin-top: 2.5rem; }
  .overview .overview_bg > .wrap .tel_reserve .tel { margin: 0; font-size: 3.6rem; margin-right: 1.5rem; }
  .overview .overview_bg > .wrap .tel_reserve .reserve { margin: 0; margin-left: 1.5rem; }
  .overview .overview_bg > .wrap .tel_reserve .reserve a { text-align: center; width: 100%; font-size: 1.8rem; border: 0.1rem solid #e8868f; }
  .overview .overview_bg > .wrap .tel_reserve .reserve a:hover, .overview .overview_bg > .wrap .tel_reserve .reserve a:focus { color: #e8868f; background-color: #fff; opacity: 1; }
  .overview .overview_bg > .wrap .tbl_time { margin: 3.0rem 0; position: relative; }
  .overview .overview_bg > .wrap .tbl_time tr th > .consul_hours { display: block; position: absolute; top: -1.8em; left: 0; color: #202020; }
  .overview .overview_bg > .wrap .lst_overview dt { border-width: 2px; padding: 0; width: 18%; margin-bottom: 2.5rem; }
  .overview .overview_bg > .wrap .lst_overview dt:last-of-type { margin-bottom: 0; }
  .overview .overview_bg > .wrap .lst_overview dd { padding: 0; border-width: 2px; width: 82%; margin-bottom: 2.5rem; }
  .overview .overview_bg > .wrap .lst_overview dd:last-of-type { margin-bottom: 0; }
  .overview .gmap { height: 50.0rem; } }
.tel_up { width: 100%; background: #524742; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: .5rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 5rem; padding-left: 1rem; }
.tel_up .tel { display: block; width: 100%; }
.tel_up .tel > span, .tel_up .tel > a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.0; padding: .57rem .5rem; border-radius: 1rem; background: #fff; color: #524742; display: -webkit-box; display: -ms-flexbox; display: flex; }
.tel_up .tel > span::before, .tel_up .tel > a::before { font-family: 'fontello'; content: '\e818'; font-size: 80%; padding-right: .2em; }
.tel_up .reserve { width: 100%; margin: 0 0 0 .8rem; }
.tel_up .reserve a { width: 100%; display: inline-block; padding: .5rem; border-radius: 1rem; background: #fff; color: #524742; text-align: center; }
.tel_up .pageup { cursor: pointer; position: absolute; right: 0; bottom: 0; }
.tel_up .pageup a { display: block; width: 3.0rem; height: 3.0rem; text-align: center; margin: 0.5rem 1rem; border-radius: 50%; text-indent: 100%; white-space: nowrap; overflow: hidden; background: #c9b993; }
.tel_up .pageup a::before { text-align: center; text-indent: 0; font-size: 1.8rem; color: #fff; font-family: 'fontello'; content: '\e817'; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -54%); transform: translate(-50%, -54%); }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.0rem; bottom: 2.0rem; right: 2.0rem; left: auto; background: transparent; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .reserve { display: none; }
  .tel_up .pageup a { width: 6.0rem; height: 6.0rem; margin: 0; }
  .tel_up .pageup a::before { font-size: 3.5rem; } }
.footer { text-align: center; padding: 0 0 4rem; background: #988171; }
.footer .copy { display: block; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 4rem 0 0; background: #e3dbd0; }
  .footer ul { display: block; text-align: center; margin: 0 0 1.5rem; }
  .footer ul.subnav:last-of-type { margin: 0 0 4.0rem; }
  .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, .footer ul li a:focus { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { background: #524742; padding: 3.5rem 1rem; font-size: 1.8rem; color: #fff; } }
.index main .wrap { padding: 4rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 10rem 0; } }
.wrapper_keyvsl { margin-bottom: 0; }
.wrapper_keyvsl #keyvsl_2 { margin-bottom: 0; position: relative; width: 100%; height: 20rem; background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 0 !important; }

@media screen and (min-width: 48em), print { .wrapper_keyvsl { position: relative; }
  .wrapper_keyvsl #keyvsl { position: relative; height: 77.7rem; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 0 !important; }
  .wrapper_keyvsl #keyvsl > div:first-child { background-position: center center; } }
.tit_02_index { color: #2d4890; font-size: 2rem; margin-bottom: 2.5rem; text-align: center; position: relative; z-index: 1; }
.tit_02_index::before { content: ""; display: block; background: url(../img/tit_index_02_icon.png) no-repeat center center/contain; height: 5rem; width: 5rem; z-index: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }

@media screen and (min-width: 48em), print { .tit_02_index { font-size: 3.6rem; padding: 4rem; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; text-align: left; }
  .tit_02_index::before { width: 11.6rem; height: 10.6rem; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
main .wrapper_news { padding: 3rem 1rem; background: #f7f5f3; }
main .wrapper_news .bnr_mask { margin-bottom: 2rem; }
main .wrapper_news .wrap { padding: 2rem 1rem; }
main .wrapper_news .wrap dl { line-height: 1.4; letter-spacing: .1em; border-bottom: solid #ccc 0.1rem; padding-bottom: 1rem; }
main .wrapper_news .wrap dl dt { color: #988171; margin: 0 0 0.5rem; font-size: 1.4rem; cursor: pointer; font-weight: bold; padding-right: 2rem; position: relative; }
main .wrapper_news .wrap dl dt::after { display: block; font-family: 'fontello'; content: '\e814'; position: absolute; right: 0; top: 0; font-weight: normal; }
main .wrapper_news .wrap dl dt.open::after { content: '\e817'; }
main .wrapper_news .wrap dl dt:not(:first-child) { border-top: solid #ccc 0.1rem; margin-top: 1rem; padding-top: 1rem; }
main .wrapper_news .wrap dl dt:not(:first-child)::after { top: 1rem; }
main .wrapper_news .wrap dl dd { margin: 0; font-size: 1.4rem; word-wrap: break-word; }
main .wrapper_news .wrap dl dd:last-child { margin: 0; }
@media screen and (min-width: 48em), print { main .wrapper_news { padding: 3rem 0; }
  main .wrapper_news .bnr_mask { margin: 4rem auto; }
  main .wrapper_news .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  main .wrapper_news .wrap .tit_02 { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 7rem; }
  main .wrapper_news .wrap dl { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding-bottom: 2rem; }
  main .wrapper_news .wrap dl dt { font-size: 1.6rem; }
  main .wrapper_news .wrap dl dt:not(:first-child) { margin-top: 2rem; padding-top: 2rem; }
  main .wrapper_news .wrap dl dt:not(:first-child)::after { top: 2rem; }
  main .wrapper_news .wrap dl dd { letter-spacing: .2em; font-size: 1.6rem; } }
main .wrapper_feature .wrap .feature_box { margin-top: 3.5rem; }
main .wrapper_feature .wrap .feature_box .image { margin-bottom: 1rem; text-align: center; }
main .wrapper_feature .wrap .feature_box .tit { margin-bottom: 1rem; position: relative; color: #988171; position: relative; }
main .wrapper_feature .wrap .feature_box .tit .en_num { min-width: 11rem; position: absolute; top: -6rem; left: .2rem; text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff; }
main .wrapper_feature .wrap .feature_box .tit .en_num .num { font-size: 4rem; }
main .wrapper_feature .wrap .feature_box .tit .en_num .en { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; font-size: 1.1rem; }
main .wrapper_feature .wrap .feature_box .tit .tit_text { font-size: 1.8rem; }
main .wrapper_feature .wrap .feature_box .text { margin-bottom: 1rem; }
main .wrapper_feature .wrap .feature_box .btn { text-align: center; margin-top: 1.5rem; }
main .wrapper_feature .wrap .feature_box .btn a { display: inline-block; padding: 1rem 4rem; color: #fff; text-align: center; background: #c9b993; border-radius: 20rem; position: relative; min-width: 18rem; }
main .wrapper_feature .wrap .feature_box .btn a::after { display: block; font-family: 'fontello'; content: '\e816'; position: absolute; right: 1.2rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
@media screen and (min-width: 48em), print { main .wrapper_feature .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  main .wrapper_feature .wrap .tit_02 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  main .wrapper_feature .wrap .feature_box_flex { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  main .wrapper_feature .wrap .feature_box_flex .feature_box { width: 57rem; }
  main .wrapper_feature .wrap .feature_box.num_01 { width: 104rem; }
  main .wrapper_feature .wrap .feature_box .image { margin-bottom: .5rem; }
  main .wrapper_feature .wrap .feature_box .tit { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: -1.4rem; }
  main .wrapper_feature .wrap .feature_box .tit .en_num { position: relative; text-shadow: none; top: 0; left: 0; }
  main .wrapper_feature .wrap .feature_box .tit .en_num .num { font-size: 9rem; padding-right: .7rem; letter-spacing: .04em; }
  main .wrapper_feature .wrap .feature_box .tit .en_num .en { font-size: 1.8rem; }
  main .wrapper_feature .wrap .feature_box .tit .tit_text { font-size: 2.4rem; margin-top: 2.6rem; }
  main .wrapper_feature .wrap .feature_box .text { font-size: 1.8rem; }
  main .wrapper_feature .wrap .feature_box .btn_flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  main .wrapper_feature .wrap .feature_box .btn_flex .btn { width: calc(50% - .5rem); text-align: left; margin-top: 0; }
  main .wrapper_feature .wrap .feature_box .btn_flex .btn a { text-align: center; width: 100%; }
  main .wrapper_feature .wrap .feature_box .btn { text-align: left; }
  main .wrapper_feature .wrap .feature_box .btn a { font-size: 2rem; padding: 1.5rem 6rem; text-align: center; } }
main .wrapper_treatment { background: url(../img/treatment_bg.jpg) no-repeat center center/cover; position: relative; }
main .wrapper_treatment::after { content: ""; display: block; background: #f7f5f3; height: 50%; width: 100%; position: absolute; bottom: 0; left: 0; z-index: -1; }
main .wrapper_treatment .wrap .tit_02::after { z-index: 2; }
main .wrapper_treatment .wrap .list_treatment { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
main .wrapper_treatment .wrap .list_treatment li { width: 30%; margin: .5rem; text-align: center; }
main .wrapper_treatment .wrap .list_treatment li img { min-width: 80%; }
main .wrapper_treatment .wrap .list_treatment li:first-child, main .wrapper_treatment .wrap .list_treatment li:nth-child(2), main .wrapper_treatment .wrap .list_treatment li:nth-child(3) { margin-top: 0; }
@media screen and (min-width: 48em), print { main .wrapper_treatment .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  main .wrapper_treatment .wrap .tit_02 { text-align: left; }
  main .wrapper_treatment .wrap .list_treatment li { width: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 2rem 0 0; }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(-n + 5) { margin-top: 0; } }
main .wrapper_greeting { position: relative; }
main .wrapper_greeting::before { content: ""; display: block; position: absolute; bottom: 0; left: 0; height: 60%; width: 100%; background: #f7f5f3; }
main .wrapper_greeting .wrap { position: relative; }
main .wrapper_greeting .wrap .image { margin-bottom: .8rem; }
main .wrapper_greeting .wrap .text_general .name { font-size: 120%; }
main .wrapper_greeting .wrap .btn { text-align: center; margin-top: 1.5rem; }
main .wrapper_greeting .wrap .btn a { display: inline-block; padding: 1rem 4rem; color: #fff; text-align: center; background: #c9b993; border-radius: 20rem; position: relative; min-width: 18rem; }
main .wrapper_greeting .wrap .btn a::after { display: block; font-family: 'fontello'; content: '\e816'; position: absolute; right: 1.2rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
@media screen and (min-width: 48em), print { main .wrapper_greeting { position: relative; }
  main .wrapper_greeting::before { height: 60%; }
  main .wrapper_greeting .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: relative; padding-top: 5.5rem; }
  main .wrapper_greeting .wrap .text_general { max-height: 35rem; margin: 14.5rem 3rem 6rem 53rem; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; letter-spacing: .05em; line-height: 1.66; }
  main .wrapper_greeting .wrap .text_general > span { display: block; margin-right: 3rem; text-align: right; }
  main .wrapper_greeting .wrap .btn { margin-top: 2rem; }
  main .wrapper_greeting .wrap .btn a { font-size: 2rem; padding: 2rem 1rem; min-width: 28rem; }
  main .wrapper_greeting .wrap .greeting_imgtxt { position: absolute; left: 0; top: 10rem; margin-top: 0; width: 42rem; } }

body:not(.index) .main section.wrap:first-of-type { padding: 4rem 1rem 2rem; }

@media screen and (min-width: 48em), print { body:not(.index) .main section.wrap:first-of-type { padding: 13rem 0rem 5rem; }
  .cf .img_l, .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: .4rem 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }

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