@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@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; }
  .mt0_pc { margin-top: 0 !important; } }
.ov_h { overflow: hidden; }

.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; border-bottom: 1px solid #fff; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #0A3772; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; text-align: right; padding-right: 1em; }
.tbl_time tr th.time { border-bottom: 1px solid #fff; background: #DBE4F0; text-align: right; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #DBE4F0; border-bottom: 1px solid #fff; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 2rem; }
  .tbl_time tr th[scope="col"] { padding: 1.2rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 26%; }
  .tbl_time tr td { padding: 1.6rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { font-size: 2.4rem; padding: 3rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; }

.tit_02 { color: #0A3772; font-size: 2rem; line-height: 1.3; margin: 5rem 0 3rem; padding: 1.5rem 0.5rem; text-align: center; position: relative; }
.tit_02::before { content: ""; display: block; background: url(../img/tit_02_bg.png) no-repeat center center/contain; width: 8rem; height: 4rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; opacity: .5; }

.tit_03 { color: #fff; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; padding: .8rem; padding-left: 2rem; position: relative; background: #0A3772; position: relative; }
.tit_03::after { content: ""; display: block; height: 1rem; width: 1rem; border-radius: 50%; background: #fff; position: absolute; top: 1.5rem; left: .7rem; }

.tit_04 { color: #212121; font-size: 1.8rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 0.2rem solid #212121; }

.tit_05 { color: #212121; font-size: 1.7rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 0.2rem dotted #212121; }

@media screen and (min-width: 48em), print { .tit_01 { padding: 11rem 2rem; font-size: 3.2rem; width: auto; }
  .tit_02 { font-size: 3rem; line-height: 1.3; margin: 7rem 0 5rem; padding: 2rem 1rem; border-width: 0.3rem; }
  .tit_02::before { width: 12rem; height: 6rem; }
  .tit_03 { font-size: 2.6rem; line-height: 1.3; margin: 8.5rem 0 2rem; padding: 1rem .6rem 1rem 4.5rem; }
  .tit_03::after { width: 1.7rem; height: 1.7rem; left: 1.7rem; top: 2rem; }
  .tit_04 { font-size: 2.8rem; line-height: 1.3; margin: 7.5rem 0 2rem; padding-bottom: 1rem; border-width: 0.3rem; }
  .tit_05 { font-size: 2.6rem; line-height: 1.3; margin: 6.5rem 0 2rem; padding-bottom: 1rem; border-width: 0.5rem; } }
.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #0A3772; text-decoration: underline; }

@media screen and (min-width: 48em), print { .text_link_general:hover, .text_link_general:focus { color: #B06D43; } }
.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: #0A3772; border-radius: 50%; position: absolute; left: -.75em; top: .5em; }
.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 #DCDCDC; }
.lst_dl_01 dt, .lst_dl_01_50percent dt { padding: 1rem; background: #0A3772; color: #fff; }
.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 #DCDCDC; }

.lst_dl_table_01 { margin: 0 0 2rem; border: 1px solid #212121; width: 100%; text-align: center; }
.lst_dl_table_01 .lst_dl_table_row { display: -webkit-flex; display: flex; flex-wrap: nowrap; }
.lst_dl_table_01 .lst_dl_table_row dt { background: #212121; padding: 1rem; width: 100%; }
.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 #212121; }

@media screen and (min-width: 48em), print { .lst_dl_01, .lst_dl_01_50percent { width: 100%; border-right: none; border-left: none; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl_01 dt, .lst_dl_01_50percent dt { width: 28%; padding: 2rem 2.5rem; display: -webkit-flex; display: flex; align-items: center; }
  .lst_dl_01 dt:not(:last-of-type), .lst_dl_01_50percent dt:not(:last-of-type) { border-bottom: 1px solid #DCDCDC; }
  .lst_dl_01 dd, .lst_dl_01_50percent dd { width: 72%; padding: 2rem 2.5rem; }
  .lst_dl_01_50percent dt { width: 50%; justify-content: center; text-align: center; }
  .lst_dl_01_50percent dd { width: 50%; justify-content: center; text-align: center; }
  .lst_dl_table_01 { border-right: none; border-left: none; }
  .lst_dl_table_01 .lst_dl_table_row_bg_gray { background: #212121; }
  .lst_dl_table_01 .lst_dl_table_row dt, .lst_dl_table_01 .lst_dl_table_row dd { max-width: 25%; } }
.imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { 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-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex2 > * { width: 47%; margin-bottom: 2rem; }

.flex3 { display: -webkit-flex; display: flex; justify-content: space-between; 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-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2_pc > * { width: 47%; margin-bottom: 2.5rem; }
  .flex3_pc { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-bottom: 2.5rem; } }
.box_general_01, .box_general_02 { padding: 2rem 1.5rem; background: #DBE4F0; margin-bottom: 2rem; position: relative; }
.box_general_01 :last-child, .box_general_02 :last-child { margin-bottom: 0; }

.box_general_02 { background: #FAF3EC; }

.box_general_wrap .box_general_01:not(:last-child), .box_general_wrap .box_general_02:not(:last-child) { margin-bottom: 6rem; }
.box_general_wrap .box_general_01:not(:last-child)::after, .box_general_wrap .box_general_02:not(:last-child)::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3rem 6rem 0 6rem; border-color: #212121 transparent transparent transparent; position: absolute; top: calc(100% + 1rem); left: 50%; transform: translateX(-50%); }

@media screen and (min-width: 48em), print { .box_general_01, .box_general_02 { padding: 3rem 2rem; }
  .box_general_wrap .box_general_01:not(:last-child), .box_general_wrap .box_general_02:not(:last-child) { margin-bottom: 8rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after, .box_general_wrap .box_general_02:not(:last-child)::after { border-width: 4rem 8rem 0 8rem; top: calc(100% + 1.5rem); } }
.btn_general_01 { display: inline-block; margin-top: 1.0rem; padding: .8rem 2.5rem 1rem 2.5rem; border-radius: .2rem; background: #fff; border: 3px solid #0A3772; color: #0A3772; text-decoration: none !important; text-align: center; position: relative; box-shadow: 0.2rem 0.2rem 0 #0A3772; border-radius: 10rem; }
.btn_general_01::after { display: block; font-family: 'fontello'; content: '\e802'; position: absolute; top: 50%; right: .5rem; transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .btn_general_01 { padding: 1.5rem 4rem; font-size: 2rem; }
  .btn_general_01:hover, .btn_general_01:focus { color: #fff; background-color: #0A3772; opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #DCDCDC; border-right: none; border-bottom: none; width: 100%; font-size: 1rem; }
.table_01 th { background: #0A3772; color: #fff; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #DCDCDC; border-top: none; border-left: none; padding: .6rem; }

@media screen and (min-width: 48em), print { .table_01 { font-size: 1.6rem; } }
html { font-size: calc(100vw / 32); font-family: 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

body { background: #fff; color: #212121; }

p { margin-top: 0; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 2rem 1rem; }

.main { font-size: 1.4rem; line-height: 1.5; }
.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(1100px + 40px); }
  a, button { transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1100px; margin: auto; padding: 5rem 0; }
  .main { font-size: 1.6rem; } }
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
.header .wrap { margin: 1rem 1rem 1.3rem; 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 .reserve { text-align: center; margin-top: 1rem; }
.header .wrap .head_right .reserve .link_reserve_11 { margin-top: 1rem; display: inline-block; text-align: center; text-decoration: underline; color: #0A3772; font-size: 1.4rem; }
.header .wrap .head_right .address_tel { order: 2; }
.header .wrap .head_right .address_tel .address { margin-top: 1.5rem; margin-bottom: .5rem; text-align: center; font-size: 1.4rem; }
.header .wrap .head_right .address_tel .tel { text-align: center; font-size: 2.5rem; margin-bottom: 1.5rem; }
.header .wrap .head_right .address_tel .tel::before { font-family: 'fontello'; content: '\e800'; padding-right: .2em; display: inline-block; font-size: 80%; color: #0A3772; position: relative; top: -.1em; }
.header .wrap .head_right .address_tel .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.0rem auto 1rem; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; }
  .header .wrap .logo { width: 46.1rem; height: 7.2rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .head_right { display: flex; justify-items: flex-end; }
  .header .wrap .head_right .reserve { margin-top: 0; width: 25rem; margin-right: 1rem; }
  .header .wrap .head_right .reserve .link_reserve_11 { font-size: 1.7rem; margin-top: .8rem; }
  .header .wrap .head_right .address_tel { padding-top: 2rem; }
  .header .wrap .head_right .address_tel .address { font-size: 1.6rem; margin: 0 0 1rem; text-align: right; }
  .header .wrap .head_right .address_tel .tel { text-align: right; font-size: 3.6rem; margin: 0; } }
.fixed_btn { display: none; }

@media screen and (min-width: 48em), print { .fixed_btn { display: block; position: fixed; right: 0; top: 17rem; z-index: 100; } }
.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: #0A3772; 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: '\e805'; 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: '\e806'; 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: #DBE4F0; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #212121; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #212121; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #212121 !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: '\e801'; font-size: 2.0rem; top: 50%; transform: translateY(-50%) rotate(-90deg); }
.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: '\e801'; font-size: 2.0rem; 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'; transform: translateY(-50%) rotate(180deg); }
.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: #212121; }
.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: #0A3772; }
  #nav .gnav { width: 1100px; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; }
  #nav .gnav > li { width: 100%; position: relative; text-align: center; font-size: 1.8rem; }
  #nav .gnav > li > a { display: block; padding: 1rem .5rem; position: relative; color: #fff; }
  #nav .gnav > li > a.sub { /*&::after { content: '▼'; color: $clr_txt; font-size: 60%;
}
&.open { &::after{ content: '▲'; }
}*/ }
  #nav .gnav > li .subnav { width: 130%; visibility: hidden; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 1; font-size: 1.8rem; }
  #nav .gnav > li .subnav li { width: 100%; border-top: 1px dashed #212121; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: #DBE4F0; padding: 1.6rem 0.5rem; text-align: center; color: #212121; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #0A3772; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child { border-top: none; } }
.overview .overview_bg > .wrap { padding: 5rem 1rem 4rem; }
.overview .overview_bg > .wrap .overview_left .clinic_name { text-align: center; margin: 0 auto 1rem; width: 80%; }
.overview .overview_bg > .wrap .overview_left .clinic_name img { height: auto; width: 100%; }
.overview .overview_bg > .wrap .overview_left .gaiyo { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0; font-size: 1.2rem; border-top: 1px solid #DCDCDC; line-height: 1.5; }
.overview .overview_bg > .wrap .overview_left .gaiyo dt { width: 27%; padding: .7rem .3rem; border-bottom: 1px solid #DCDCDC; font-weight: bold; color: #0A3772; }
.overview .overview_bg > .wrap .overview_left .gaiyo dd { width: 73%; padding: .7rem .3rem; margin: 0; border-bottom: 1px solid #DCDCDC; }
.overview .overview_bg > .wrap .overview_left .gaiyo dd.access > span { display: block; text-indent: -1em; padding-left: 1em; }
.overview .overview_bg > .wrap .overview_right .address { margin-bottom: .6rem; margin-top: 1.5rem; text-align: center; }
.overview .overview_bg > .wrap .overview_right .tel { font-size: 2.5rem; margin-bottom: 1rem; text-align: center; letter-spacing: .1em; }
.overview .overview_bg > .wrap .overview_right .tel::before { font-family: 'fontello'; content: '\e800'; font-size: 80%; padding-right: .2em; color: #0A3772; display: inline-block; position: relative; top: -.1em; }
.overview .overview_bg > .wrap .overview_right .tbl_time { margin: 1.5rem 0 0; }
.overview .overview_bg .reserve_register { margin-top: 2rem; }
.overview .overview_bg .reserve_register .reserve { text-align: center; }
.overview .overview_bg .reserve_register .reserve img { width: 100%; }
.overview .overview_bg .reserve_register .reserve .link_reserve_11 { margin-top: .7rem; display: inline-block; text-align: center; text-decoration: underline; color: #0A3772; font-size: 1.4rem; }
.overview .overview_bg .reserve_register .register { margin-top: 1.8rem; text-align: center; }

.gmap iframe { height: 30rem; }

@media screen and (min-width: 48em), print { .overview .overview_bg > .wrap { padding: 6.5rem 2rem 4rem; }
  .overview .overview_bg > .wrap .overview_flex { display: -webkit-flex; display: flex; justify-content: space-between; }
  .overview .overview_bg > .wrap .overview_flex .overview_left { width: calc(50% - 25px); }
  .overview .overview_bg > .wrap .overview_flex .overview_left .clinic_name { margin: 0 auto 4.5rem; width: 37.5rem; }
  .overview .overview_bg > .wrap .overview_flex .overview_left .gaiyo { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 1.8rem; margin-bottom: 4.5rem; }
  .overview .overview_bg > .wrap .overview_flex .overview_left .gaiyo dt { width: 17%; padding: 1.5rem 0; display: flex; align-items: center; }
  .overview .overview_bg > .wrap .overview_flex .overview_left .gaiyo dd { width: 83%; padding: 1.5rem 0 1.5rem .5rem; }
  .overview .overview_bg > .wrap .overview_flex .overview_left .gaiyo dd.access .access_txt { margin-bottom: 0; }
  .overview .overview_bg > .wrap .overview_flex .overview_right { width: calc(50% - 40px); }
  .overview .overview_bg > .wrap .overview_flex .overview_right .address { font-size: 1.8rem; margin: 0 0 1rem; }
  .overview .overview_bg > .wrap .overview_flex .overview_right .tel { font-size: 3.8rem; margin: 0 0 2rem; }
  .overview .overview_bg > .wrap .overview_flex .overview_right .tbl_time { margin: 0; }
  .overview .overview_bg > .wrap .reserve_register { display: flex; align-items: flex-start; justify-content: space-between; }
  .overview .overview_bg > .wrap .reserve_register .reserve { width: 44rem; }
  .overview .overview_bg > .wrap .reserve_register .reserve img { width: auto; }
  .overview .overview_bg > .wrap .reserve_register .reserve .link_reserve_11 { font-size: 1.7rem; margin-top: 1rem; }
  .overview .overview_bg > .wrap .reserve_register .register { margin-top: .4rem; }
  .overview .overview_bg > .wrap .reserve_register.nov { align-items: center; }
  .overview .overview_bg > .wrap .reserve_register.nov .register { margin-top: 0; }
  .gmap iframe { height: 58.6rem; } }
.tel_up { width: 100%; background: #DBE4F0; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: 0.5rem 4rem 0.5rem 0.5rem; display: flex; }
.tel_up .tel { display: -webkit-flex; display: flex; justify-content: center; align-items: center; width: 100%; font-size: 1.6rem; line-height: 1.0; margin-right: .5rem; line-height: 1; background-color: #fff; color: #212121; padding: .4rem; }
.tel_up .tel::before { font-family: 'fontello'; content: '\e800'; font-size: 0.9em; padding-right: .3em; transform: translateY(1px); color: #0A3772; }
.tel_up .tel a { display: block; }
.tel_up .reserve { font-size: 1.4rem; }
.tel_up .reserve a { display: flex; align-items: center; justify-content: center; padding: .5rem; text-align: center; color: #fff; background: #B06D43; min-width: 9rem; height: 100%; }
.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; background: #0A3772; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.tel_up .pageup a::before { text-align: center; text-indent: 0; font-size: 1.6rem; color: #fff; font-family: 'fontello'; content: '\e801'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(180deg); }

@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: 2rem; } }
.footer { text-align: center; padding: 0 0 4.4rem; background: #0A3772; }
.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: 3.0rem 0 0; background: #fff; }
  .footer .copy { padding: 1.6rem; background: #333333; font-size: 1.6rem; }
  .footer ul { color: #212121; display: block; text-align: center; margin: 0 auto; max-width: 90rem; }
  .footer ul.subnav:last-of-type { margin-bottom: 2rem; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin-bottom: 1rem; }
  .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; } }
.wrapper_keyvsl { position: relative; padding: 0; }
.wrapper_keyvsl #keyvsl { position: relative; height: 18rem; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.wrapper_keyvsl .keyvsl_txt { text-align: center; font-size: 1.5rem; color: #fff; }
.wrapper_keyvsl .keyvsl_txt .keyvsl_catch { background: #0A3772; text-shadow: 0px 0px 2px #0A3772, 2px 2px 2px #0A3772, 2px -2px 2px #0A3772, -2px -2px 2px #0A3772, -2px 2px 2px #0A3772; font-weight: bold; text-align: center; font-size: 1.45rem; letter-spacing: .1em; width: 100%; line-height: 1.3; padding: 1rem .5rem; margin: 0; }

@media screen and (min-width: 48em), print { .wrapper_keyvsl #keyvsl { height: 70rem; padding: 0 0 0; min-height: 44rem; max-height: 75rem; }
  .wrapper_keyvsl .keyvsl_txt .keyvsl_catch { background: none; position: absolute; left: 50%; transform: translate(-50%, -50%); width: auto; bottom: 7rem; left: calc(50% - 55rem); text-align: left; font-size: 3.4rem; letter-spacing: .1em; transform: none; padding: 0; } }
.index main .wrap { padding: 4rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 8rem 0; } }
main .wrapper_news { background: url(../img/bg_news.jpg) no-repeat center center/cover; }
main .wrapper_news .wrap .tit_02_news { color: #fff; background-color: #0A3772; text-align: center; padding: 1.2rem .5rem; font-size: 2rem; }
main .wrapper_news .wrap .tit_02_news > span { display: inline-block; position: relative; }
main .wrapper_news .wrap .tit_02_news > span::before, main .wrapper_news .wrap .tit_02_news > span::after { content: ""; display: block; width: 4.15rem; height: 1.1rem; background: url(../img/tit_news_icon.png) no-repeat center center/cover; position: absolute; top: 50%; left: 0; transform: translate(-140%, -50%); }
main .wrapper_news .wrap .tit_02_news > span::after { left: auto; right: 0; transform: translate(140%, -50%) scale(-1, 1); }
main .wrapper_news .wrap dl { margin: 0; line-height: 1.4; border: 1px solid #0A3772; background: #fff; padding: 1.5rem 1rem; }
main .wrapper_news .wrap dl dt { color: #0A3772; margin: 1.5rem 0 0.5rem; padding-top: 1.5rem; font-size: 1.6rem; border-top: solid 0.1rem #DCDCDC; }
main .wrapper_news .wrap dl dt a { display: block; }
main .wrapper_news .wrap dl dt a::before { font-family: 'fontello'; content: '\e801'; padding: 0 .3em; display: inline-block; font-size: 80%; }
main .wrapper_news .wrap dl dt:first-child { margin-top: 0; padding-top: 0; border: none; }
main .wrapper_news .wrap dl dt.open a::before { transform: rotate(180deg) translateY(6%); }
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 .wrap .tit_02_news { font-size: 3.6rem; padding: 1rem; }
  main .wrapper_news .wrap .tit_02_news::before, main .wrapper_news .wrap .tit_02_news::after { width: 8.3rem; height: 2.2rem; }
  main .wrapper_news .wrap dl { flex: auto; padding: 2rem; }
  main .wrapper_news .wrap dl dt { font-size: 2.2rem; margin-top: 2rem; margin-bottom: 1rem; padding-top: 2rem; }
  main .wrapper_news .wrap dl dd { font-size: 1.8rem; } }
main .wrapper_feature { padding-bottom: 1.5rem; position: relative; }
main .wrapper_feature::before { content: ""; display: block; background-color: #0A3772; width: 100%; height: 1.5rem; position: absolute; bottom: 0; left: 0; }
main .wrapper_feature .wrap { padding: 0; width: auto; }
main .wrapper_feature .wrap .list_feature > li { padding: 2.5rem 1rem; border-bottom: 0.1rem solid #DCDCDC; }
main .wrapper_feature .wrap .list_feature > li:last-child { border: none; }
main .wrapper_feature .wrap .list_feature > li .item_wrap { position: relative; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .image { margin-right: .5rem; margin-bottom: 1.7rem; text-align: center; position: relative; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .image img { width: 100%; position: relative; z-index: 1; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .image::before { position: absolute; top: 0; left: 0; content: ""; height: 100%; width: 100%; display: block; background-color: #0A3772; transform: translate(0.5rem, 0.5rem); }
main .wrapper_feature .wrap .list_feature > li .item_wrap .num { color: #DBE4F0; position: absolute; right: 2rem; top: 0; z-index: -1; font-size: 4rem; letter-spacing: .1em; line-height: 1; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .catch { color: #0A3772; font-size: 2rem; margin-bottom: 1.2rem; padding-bottom: 1rem; position: relative; font-weight: bold; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .catch::before { content: ""; display: block; background-color: #0A3772; position: absolute; bottom: 0; left: 0; height: .25rem; width: 4rem; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .catch .en { font-weight: normal; color: #B06D43; font-size: 1.2rem; margin-bottom: .3rem; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .box_feature { background-color: #DBE4F0; padding: 1rem; margin-top: 1.5rem; }
main .wrapper_feature .wrap .list_feature > li .item_wrap .box_feature > :last-child { margin-bottom: 0; }
@media screen and (min-width: 48em), print { main .wrapper_feature { padding-bottom: 4rem; }
  main .wrapper_feature::before { height: 4rem; }
  main .wrapper_feature .wrap .list_feature > li { padding: 10rem 0; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap { width: 1100px; margin: 0 auto; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .image { float: left; padding: 0; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .image.have_content_bottom { margin-bottom: 4.5rem; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .image img { width: auto; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .image::before { transform: translate(2rem, 2rem); }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .num { font-size: 16rem; top: 17rem; right: 0; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .catch { width: 58rem; float: right; font-size: 3rem; padding-bottom: 3rem; margin-bottom: 3rem; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .catch .en { font-size: 1.8rem; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .text { font-size: 2rem; line-height: 1.7; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .box_feature { padding: 2rem; margin-top: 2rem; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .content_float { width: 58rem; float: right; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap .clear_feature { clear: both; }
  main .wrapper_feature .wrap .list_feature > li .item_wrap::after { content: ""; display: block; clear: both; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .image { float: right; margin-right: 2rem; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .num { right: 52rem; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .catch { float: left; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .content_float { float: left; } }
main .wrapper_treatment { background: url(../img/bg_treatment.jpg) no-repeat center center/cover; }
main .wrapper_treatment .wrap .tit_02_treatment { font-size: 2rem; color: #0A3772; text-align: center; margin-bottom: 3rem; }
main .wrapper_treatment .wrap .list_treatment { display: flex; flex-wrap: wrap; justify-content: center; margin-top: -1.5rem; margin-bottom: 3rem; }
main .wrapper_treatment .wrap .list_treatment li { margin: 1.5rem 0 0; }
main .wrapper_treatment .wrap .list_treatment li .btn_general_01 { min-width: 20rem; margin: 0; }
main .wrapper_treatment .wrap .box_greeting { padding: 2rem 1rem; background-color: rgba(250, 243, 236, 0.9); position: relative; }
main .wrapper_treatment .wrap .box_greeting::before, main .wrapper_treatment .wrap .box_greeting::after, main .wrapper_treatment .wrap .box_greeting .box_greeting_content::before, main .wrapper_treatment .wrap .box_greeting .box_greeting_content::after { display: block; content: ""; border: 0.7rem solid #B06D43; width: 1.4rem; height: 1.4rem; position: absolute; top: .5rem; bottom: .5rem; right: .5rem; left: .5rem; }
main .wrapper_treatment .wrap .box_greeting::before { border-bottom-color: transparent; border-right-color: transparent; bottom: auto !important; right: auto !important; }
main .wrapper_treatment .wrap .box_greeting::after { border-bottom-color: transparent; border-left-color: transparent; bottom: auto !important; left: auto !important; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content::before { border-top-color: transparent; border-right-color: transparent; top: auto !important; right: auto !important; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content::after { border-top-color: transparent; border-left-color: transparent; top: auto !important; left: auto !important; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .image_pc { display: none; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting { margin-bottom: 1.5rem; text-align: center; color: #B06D43; font-size: 2rem; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting > span { display: inline-block; position: relative; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting > span::before, main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting > span::after { content: ""; display: block; width: 4.15rem; height: 1.1rem; background: url(../img/tit_greeting_icon.png) no-repeat center center/cover; position: absolute; top: 50%; left: 0; transform: translate(-140%, -50%); }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting > span::after { left: auto; right: 0; transform: translate(140%, -50%) scale(-1, 1); }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .image_sp { text-align: center; position: relative; margin: 0 .5rem 1.5rem 0; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .image_sp img { position: relative; width: 100%; z-index: 1; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .image_sp::before { position: absolute; top: 0; left: 0; content: ""; height: 100%; width: 100%; display: block; background-color: #0A3772; transform: translate(0.5rem, 0.5rem); }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text p { margin-bottom: .8rem; line-height: 1.7; }
main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .btn_wrap_greeting { text-align: center; }
@media screen and (min-width: 48em), print { main .wrapper_treatment .wrap .tit_02_treatment { font-size: 3.6rem; margin-bottom: 4rem; }
  main .wrapper_treatment .wrap .list_treatment { margin-top: -2.5rem; justify-content: center; margin-bottom: 10rem; }
  main .wrapper_treatment .wrap .list_treatment li { margin: 2.5rem 1.2rem 0; }
  main .wrapper_treatment .wrap .list_treatment li .btn_general_01 { min-width: 30rem; }
  main .wrapper_treatment .wrap .box_greeting { padding: 6rem; }
  main .wrapper_treatment .wrap .box_greeting::before, main .wrapper_treatment .wrap .box_greeting::after, main .wrapper_treatment .wrap .box_greeting .box_greeting_content::before, main .wrapper_treatment .wrap .box_greeting .box_greeting_content::after { display: block; content: ""; border-width: 1.2rem; width: 2.4rem; height: 2.4rem; top: 1rem; bottom: 1rem; right: 1rem; left: 1rem; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content::after { content: ""; display: block; clear: both; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .image_pc { display: block; float: left; margin: 0 4.5rem 2.5rem 0; position: relative; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .image_pc img { position: relative; z-index: 1; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .image_pc::before { position: absolute; top: 0; left: 0; content: ""; height: 100%; width: 100%; display: block; background-color: #0A3772; transform: translate(2rem, 2rem); }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting { font-size: 3.6rem; margin-bottom: 2.5rem; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting::before, main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .tit_greeting::after { width: 8.3rem; height: 2.2rem; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text .image_sp { display: none; }
  main .wrapper_treatment .wrap .box_greeting .box_greeting_content .text p { font-size: 2rem; margin-bottom: .8rem; } }

body:not(.index) .main > .wrap:first-child { padding: 4rem 1rem 2rem; }

@media screen and (min-width: 48em), print { body:not(.index) .main > .wrap:first-child { padding: 13rem 0rem 5rem; }
  .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
@media screen and (min-width: 48em) and (max-width: 116rem) { body:not(.index) .main > .wrap { padding-right: 5rem; }
  body:not(.index) .main > .wrap:first-child { padding-right: 5rem; } }
.text_doctor { margin-bottom: 1.5rem; }

@media screen and (min-width: 48em), print { .text_doctor { line-height: 1.8; font-size: 1.8rem; } }
#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-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
