@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; }

.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; }

.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; } }
.ov_h { overflow: hidden; }

.clr_red_01 { color: #d64d5f !important; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #f8d8dc; }
.tbl_time tr th[scope="col"]:first-child { width: 37%; }
.tbl_time tr th.time { border-bottom: 1px solid #b5b5b5; font-size: 1.1rem; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #b5b5b5; line-height: 1.0; }
.tbl_time tr td span.time2 { font-size: 0.9rem; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 22%; }
  .tbl_time tr th.time { border-width: 2px; font-size: 1.6rem; padding: .8rem 0; }
  .tbl_time tr td { padding: 1.5rem 0; border-width: 2px; }
  .tbl_time tr td span.time2 { font-size: 1.2rem; } }
.tit_01 { font-size: 2.4rem; color: #fff; padding: 3rem 1rem; text-align: center; width: 100%; background: url(../img/keyv_01.jpg) no-repeat center center/cover; }
.tit_01 > span { display: inline-block; padding: .25em; background: rgba(61, 129, 60, 0.9); }

@media screen and (min-width: 48em), print { .tit_01 { padding: 30rem 2rem 11rem; font-size: 3.2rem; width: auto; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #d64d5f; text-decoration: underline; }

html { font-size: calc(100vw / 32); font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

body { background: #fff; color: #595959; }

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; }

.scroll-prevent { z-index: -1; width: 100%; height: 100%; overflow: hidden; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1110px + 40px); position: relative; }
  a, button { transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1110px; 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: 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 { margin-top: 1rem; font-size: 1.6rem; }
.header .wrap .head_right .tel { display: inline-block; margin-bottom: .7rem; color: #3d813c; }
.header .wrap .head_right .tel::before { font-family: 'fontello'; content: '\e808'; padding-right: .1em; }
.header .wrap .head_right .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header { padding-bottom: 0; position: absolute; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.9); z-index: 10; min-width: 115rem; }
  .header .wrap { margin: 1.0rem auto 0; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
  .header .wrap .logo { width: 50%; height: 9.7rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .head_right { margin-top: 0; }
  .header .wrap .head_right .tel { width: auto; display: block; background: none; font-size: 3.2rem; font-weight: bold; line-height: 1.6; margin: 0; padding: 0; }
  .header .wrap .head_right .address { font-size: 2.2rem; } }
.slicknav_menu { position: fixed; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 100; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #3d813c; 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: '\e800'; 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: '\e804'; line-height: .8; font-size: 80%; margin: .2rem 0 .6rem; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: rgba(252, 249, 240, 0.95); padding: 0; position: absolute; top: 6.0rem; right: 0; margin: auto; left: auto !important; }
.slicknav_menu .slicknav_nav .gnav { max-height: calc(100vh - 5rem); padding: 1.6rem 1.6rem 10.5rem; overflow-y: scroll; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #595959; }
.slicknav_menu .slicknav_nav .gnav li:first-child { border-top: 1px solid #595959; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #595959 !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: '\73'; font-size: 1.5rem; top: 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: '\7a'; font-size: 1.5rem; 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: '\e801'; }
.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: #595959; }
.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; }
  .keyvsl_wrap { position: relative; }
  #nav_wrap.fixed { min-width: 1150px; position: fixed; left: 0; top: 0; width: 100%; background: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 5px #a5a5a5; }
  #nav_wrap.fixed #nav { position: relative; }
  #nav { display: block; width: 1110px; margin: 0 auto; }
  #nav .gnav { width: 1110px; margin: 2rem auto 0; padding-bottom: 2rem; display: -webkit-flex; display: flex; justify-content: space-between; }
  #nav .gnav > li { width: 100%; position: relative; border-left: 1px solid rgba(68, 68, 68, 0.3); text-align: center; font-size: 1.6rem; }
  #nav .gnav > li:last-child { border-right: 1px solid rgba(68, 68, 68, 0.3); }
  #nav .gnav > li > a { display: flex; align-items: center; justify-content: center; padding: 1rem .5rem; position: relative; color: #4b403b; transition: 0s; }
  #nav .gnav > li > a.sub { /*&::after { content: '▼'; color: $clr_txt; font-size: 60%;
}
&.open { &::after{ content: '▲'; }
}*/ }
  #nav .gnav > li .subnav { width: 200%; visibility: hidden; position: absolute; top: calc(100%); left: 0; z-index: 1; font-size: 1.8rem; display: flex; flex-wrap: wrap; background: rgba(202, 160, 106, 0.9); }
  #nav .gnav > li .subnav li { width: 50%; border-top: 1px dashed #fff; }
  #nav .gnav > li .subnav li:nth-child(-n + 2) { border: none; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(175, 126, 65, 0); padding: .8rem 1rem; text-align: left; color: #fff; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #af7e41; 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 > .wrap { padding-top: 4rem; padding-bottom: 2rem; }
.overview .overview_bg > .wrap .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .overview_bg > .wrap .clinic_name img { max-width: 80%; height: auto; }
.overview .overview_bg > .wrap .tbl_time { margin: .6rem 0 1.6rem; }
.overview .overview_bg > .wrap .lst_overview { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0; }
.overview .overview_bg > .wrap .lst_overview .lst_overview_group { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.overview .overview_bg > .wrap .lst_overview .lst_overview_group dt { width: 38%; padding: .4rem; color: #d64d5f; border-bottom: 1px solid #b4b4b4; display: -webkit-flex; display: flex; align-items: center; flex-wrap: wrap; }
.overview .overview_bg > .wrap .lst_overview .lst_overview_group dd { width: 62%; padding: .4rem; margin: 0; font-size: 90%; color: #595959; border-bottom: 1px solid #b4b4b4; display: -webkit-flex; display: flex; align-items: center; flex-wrap: wrap; }
.overview .overview_bg > .wrap .lst_overview .lst_overview_group dd.tel, .overview .overview_bg > .wrap .lst_overview .lst_overview_group dd.fax { color: #3d813c; font-size: 135%; }
.overview .overview_bg > .wrap .lst_overview .lst_overview_group dd.access .access_txt { display: block; }
.overview .gmap { height: 25.0rem; }
.overview .overview_bnr { background: #ece6d7; }
.overview .overview_bnr .wrap > div { text-align: center; }
.overview .overview_bnr .wrap > div a { display: block; }
.overview .overview_bnr .wrap > div:not(:first-child) { margin-top: 1.5rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 2.0rem; }
  .overview .overview_bg > .wrap { padding-top: 10rem; padding-bottom: 9rem; }
  .overview .overview_bg > .wrap .clinic_name { margin: 0 0 5.0rem; }
  .overview .overview_bg > .wrap .clinic_name img { height: auto; }
  .overview .overview_bg > .wrap .tbl_time { margin: 1.5rem 0 4rem; position: relative; }
  .overview .overview_bg > .wrap .tbl_time tr th > .consul_hours { display: block; position: absolute; top: -1.8em; left: 0; color: #595959; }
  .overview .overview_bg > .wrap .lst_overview { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: flex-start; }
  .overview .overview_bg > .wrap .lst_overview .lst_overview_group { width: calc(50% - 1.5rem); border-top: 2px solid #b4b4b4; }
  .overview .overview_bg > .wrap .lst_overview .lst_overview_group dt { padding: 1.5rem 0; border-width: 2px; }
  .overview .overview_bg > .wrap .lst_overview .lst_overview_group dd { padding: 1.5rem 0; border-width: 2px; }
  .overview .gmap { height: 50.0rem; }
  .overview .overview_bnr .wrap { display: flex; justify-content: space-between; }
  .overview .overview_bnr .wrap > div a { display: block; }
  .overview .overview_bnr .wrap > div:not(:first-child) { margin-top: 0; } }
.tel_up { width: 100%; background: #fcf9f0; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: 1rem 0; }
.tel_up .tel { display: -webkit-flex; display: flex; justify-content: center; align-items: center; width: 100%; font-size: 2.0rem; line-height: 1.0; color: #3d813c; }
.tel_up .tel::before { font-family: 'fontello'; content: '\e808'; font-size: 0.8em; position: relative; }
.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; background: #3d813c; border-radius: 50%; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.tel_up .pageup a::before { text-align: center; text-indent: 0; font-size: 1.8rem; color: #fff; font-family: 'fontello'; content: '\e801'; position: absolute; top: 50%; left: 50%; 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 .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 4.0rem; background: #a07959; }
.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: 6.0rem 2.0rem 2.5rem; }
  .footer ul { color: #fff; display: block; text-align: center; margin: 0 auto 5rem; max-width: 75rem; }
  .footer ul.subnav:last-of-type { margin: 0 auto 5.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin: 0 0 1.5rem; }
  .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; } }
.index main .wrap { padding: 4rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 8rem 0; } }
.wrapper_keyvsl #keyvsl { position: relative; margin-bottom: 2rem; width: 100%; height: 19.5rem; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.wrapper_keyvsl #keyvsl .keyvsl_txt { position: absolute; line-height: 1.8; right: 1rem; bottom: 1rem; font-size: 1.1rem; }
.wrapper_keyvsl #keyvsl .keyvsl_txt span { display: block; background: #3d813c; color: #fff; padding: 0 .5rem; }
.wrapper_keyvsl #keyvsl .keyvsl_txt span:not(:last-child) { margin: 0 0 .5rem; }
.wrapper_keyvsl #keyvsl .keyvsl_info { position: absolute; line-height: 1.4; left: 1rem; right: 1rem; bottom: auto; top: 3.5rem; font-size: 1.1rem; color: #3f3833; background: rgba(255, 255, 255, 0.8); border: 6px solid red; }
.wrapper_keyvsl #keyvsl .keyvsl_info span { display: block; text-align: center; background: #4b403b; color: #fff; padding: 0 .5rem; line-height: 1.4; }
.wrapper_keyvsl #keyvsl .keyvsl_info span.red { display: inline-block; background: none; color: #d64d5f; font-weight: bold; padding: 0; line-height: 1.4; }
.wrapper_keyvsl #keyvsl .keyvsl_info p { display: block; margin: 0; padding: .5rem; text-align: center; font-size: 1rem; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time { width: 90%; margin: 0 auto; background: #fcf9f0; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr th[scope="col"] { background: #c3c3c3; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr th.time { background: #f6f6f6; text-align: center; padding: 0.1rem 0.4rem; border-bottom: none; line-height: 0; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr td { font-size: 1.8rem; background: #f6f6f6; text-align: center; padding: 0.1rem 0.4rem; border-bottom: none; line-height: 0; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr td.close { background: #fbe5d6; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time span.close_new { display: inline-block; background: none; color: #d64d5f; font-weight: bold; }
.wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time caption { background: #fbe5d6; margin: 0; padding: 0.2rem 0.4rem; }
.wrapper_keyvsl #keyvsl .keyvsl_info .link { text-align: center; margin-bottom: .5rem; }
.wrapper_keyvsl #keyvsl .keyvsl_info .link a { display: inline-block; padding: .5rem 1rem; border-radius: .5rem; border: 3px double #d64d5f; color: #d64d5f; font-size: 80%; }

@media screen and (min-width: 48em), print { .wrapper_keyvsl { position: relative; }
  .wrapper_keyvsl #keyvsl { height: 75rem; margin-bottom: 0; }
  .wrapper_keyvsl #keyvsl .keyvsl_txt { position: absolute; line-height: 1.8; left: auto; right: calc(50% - 55.5rem); bottom: auto; top: 24.7rem; font-size: 2.6rem; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
  .wrapper_keyvsl #keyvsl .keyvsl_txt span { background: #3d813c; color: #fff; padding: 1rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_txt span:not(:last-child) { margin: 0 0 0 1rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info { position: absolute; margin: 0 auto; width: 70rem; font-size: 2.6rem; left: 25rem; right: 25rem; bottom: auto; top: 40rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info p { padding: 1rem; font-size: 2rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time { width: 80%; margin: 0 auto; background: #fcf9f0; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr th[scope="col"] { font-size: 2.2rem; font-weight: bold; color: #fff; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr th.time { font-size: 2.2rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time tr td { font-size: 2.8rem; padding: 0.3rem 0.4rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info span { padding: 1rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .tbl_time caption { font-size: 2.2rem; padding: 0.2rem 1.5rem; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .link { margin-bottom: 1em; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .link a { transition: .3s; padding: .5rem 1.5rem; font-size: 70%; }
  .wrapper_keyvsl #keyvsl .keyvsl_info .link a:hover, .wrapper_keyvsl #keyvsl .keyvsl_info .link a:focus { background: #d64d5f; color: #fff; } }
.index_tit_02 { font-size: 1.9rem; letter-spacing: .1em; text-align: center; margin-bottom: 2rem; color: #3f3833; }
.index_tit_02 .tit_en { color: #f193a0; font-family: "caveat"; font-size: 1.1rem; letter-spacing: .06em; display: block; line-height: 1; }
.index_tit_02.bg_logo { background: url(../img/tit_02_bg.png) no-repeat left calc(50% - 5rem) top/auto 80%; padding-top: 3.3rem; }

@media screen and (min-width: 48em), print { .index_tit_02 { font-size: 3.4rem; margin-bottom: 3rem; }
  .index_tit_02 .tit_en { font-size: 1.6rem; }
  .index_tit_02.bg_logo { background: url(../img/tit_02_bg.png) no-repeat left 0 top/auto 85%; padding: 10rem 0 0 9rem; margin-right: 4rem; flex: none; } }
main .wrapper_timetable { background: #fcf9f0; }
@media screen and (min-width: 48em), print { main .wrapper_timetable .wrap { padding-top: 12rem; display: -webkit-flex; display: flex; justify-content: space-between; align-items: flex-start; }
  main .wrapper_timetable .wrap .index_timetable .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  main .wrapper_timetable .wrap .index_timetable .tbl_time tr th[scope="col"]:first-child { width: 32%; } }
main .wrapper_news .wrap { /*dl { margin: 0; line-height: 1.4; border: .2rem solid $clr_gray_01; padding: 1rem 0; border-left: none; border-right: none; dt { color: $clr_red_01; margin: 0 0 0.5rem; font-size: 1.5rem; cursor: pointer; display: block; } dd { margin: 0 0 1.5rem; font-size: 1.4rem; word-wrap: break-word; // 禁則あり &:last-child { margin: 0; } p { margin-bottom: 0; } }
}*/ }
main .wrapper_news .wrap .blog_list li { margin-bottom: 3rem; }
main .wrapper_news .wrap .blog_list li:last-child { margin-bottom: 0; }
main .wrapper_news .wrap .blog_list li .image { margin-bottom: 1rem; text-align: center; }
main .wrapper_news .wrap .blog_list li .image img { height: auto !important; width: auto !important; max-width: 70% !important; }
main .wrapper_news .wrap .blog_list li .text .date { color: #999; }
main .wrapper_news .wrap .blog_list li .text .title { font-size: 1.6rem; font-weight: bold; text-decoration: underline; color: #d64d5f; margin-bottom: 1rem; }
main .wrapper_news .wrap .blog_list li .text .blog_content { margin-bottom: 1rem; }
main .wrapper_news .wrap .blog_list li .text .link { text-align: right; }
main .wrapper_news .wrap .blog_list li .text .link a { display: inline-block; padding: .5rem 1rem; border-radius: .5rem; border: 3px double #d64d5f; color: #d64d5f; }
@media screen and (min-width: 48em), print { main .wrapper_news .wrap { /*dl { flex: auto; padding: 2rem 0; dt { font-size: 2rem; } dd { font-size: 1.8rem; margin: 0 0 2rem }
}*/ }
  main .wrapper_news .wrap .blog_list li { display: flex; justify-content: space-between; margin-bottom: 5rem; }
  main .wrapper_news .wrap .blog_list li .image { width: 36rem; min-height: 17rem; margin-right: 3rem; flex: none; }
  main .wrapper_news .wrap .blog_list li .image img { max-width: 100% !important; }
  main .wrapper_news .wrap .blog_list li .text { width: 100%; font-size: 1.8rem; }
  main .wrapper_news .wrap .blog_list li .text .date { margin-bottom: 1rem; }
  main .wrapper_news .wrap .blog_list li .text .title { font-size: 2.2rem; margin-bottom: 2rem; }
  main .wrapper_news .wrap .blog_list li .text .blog_content { margin-bottom: 1.5rem; }
  main .wrapper_news .wrap .blog_list li .text .link a { transition: .3s; padding: .8rem 1.5rem; }
  main .wrapper_news .wrap .blog_list li .text .link a:hover, main .wrapper_news .wrap .blog_list li .text .link a:focus { background: #d64d5f; color: #fff; } }
main .wrapper_treatment { background: url(../img/treatment_bg_01.jpg) no-repeat center center/cover; }
main .wrapper_treatment .wrap .list_treatment { display: flex; justify-content: space-between; flex-wrap: wrap; }
main .wrapper_treatment .wrap .list_treatment li { width: 47%; }
main .wrapper_treatment .wrap .list_treatment li:not(:nth-child(-n + 2)) { margin-top: 1.5rem; }
main .wrapper_treatment .wrap .list_treatment li > span { display: block; }
main .wrapper_treatment .wrap .list_treatment li > span img { width: 100%; }
@media screen and (min-width: 48em), print { main .wrapper_treatment .wrap .list_treatment li { width: 25.7rem; }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(-n + 4) { margin-top: 0; }
  main .wrapper_treatment .wrap .list_treatment li:not(:nth-child(-n + 4)) { margin-top: 2rem; } }
main .wrapper_feature .wrap .list_feature li { color: #fff; position: relative; padding-top: 12rem; margin-bottom: 2rem; box-shadow: 0.1rem 0.1rem 0.2rem rgba(85, 85, 85, 0.3); }
main .wrapper_feature .wrap .list_feature li:last-child { margin-bottom: 0; }
main .wrapper_feature .wrap .list_feature li:nth-child(even) .txt_wrap { background: #ca9a5d; }
main .wrapper_feature .wrap .list_feature li:nth-child(even) .txt_wrap .image { right: auto; left: 1rem; }
main .wrapper_feature .wrap .list_feature li:nth-child(2)::before { background: url(../img/feature_bg_02.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .list_feature li:nth-child(3)::before { background: url(../img/feature_bg_03.jpg) no-repeat left 36% center/cover; }
main .wrapper_feature .wrap .list_feature li:nth-child(4)::before { background: url(../img/feature_bg_04.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .list_feature li::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 12rem; background: url(../img/feature_bg_01.jpg) no-repeat left 33% center/cover; }
main .wrapper_feature .wrap .list_feature li .txt_wrap { background: #f193a0; padding: 1rem; }
main .wrapper_feature .wrap .list_feature li .txt_wrap .image { position: absolute; top: 1rem; right: 1rem; width: 5rem; }
main .wrapper_feature .wrap .list_feature li .txt_wrap .tit { text-align: center; margin-bottom: 1rem; font-size: 1.7rem; }
@media screen and (min-width: 48em), print { main .wrapper_feature { position: relative; }
  main .wrapper_feature .wrap { width: auto; padding-bottom: 0; }
  main .wrapper_feature .wrap .list_feature li { background: url(../img/feature_bg_01.jpg) no-repeat center center/cover; padding: 0; height: 45rem; margin-bottom: 0; }
  main .wrapper_feature .wrap .list_feature li:nth-child(2) { background: url(../img/feature_bg_02.jpg) no-repeat center center/cover; }
  main .wrapper_feature .wrap .list_feature li:nth-child(3) { background: url(../img/feature_bg_03.jpg) no-repeat center center/cover; }
  main .wrapper_feature .wrap .list_feature li:nth-child(4) { background: url(../img/feature_bg_04.jpg) no-repeat center center/cover; }
  main .wrapper_feature .wrap .list_feature li:nth-child(even) .txt_wrap { left: calc(50% - 55rem); right: auto; }
  main .wrapper_feature .wrap .list_feature li:nth-child(n)::before { content: none; display: none; background: none; }
  main .wrapper_feature .wrap .list_feature li .txt_wrap { position: absolute; right: calc(50% - 55rem); bottom: -4rem; padding: 2rem 1rem; z-index: 1; width: 35rem; min-height: 35rem; }
  main .wrapper_feature .wrap .list_feature li .txt_wrap .image { position: relative; margin-bottom: 2.3rem; width: auto; text-align: center; }
  main .wrapper_feature .wrap .list_feature li .txt_wrap .tit { margin-bottom: 2rem; font-size: 2.8rem; }
  main .wrapper_feature .wrap .list_feature li .txt_wrap .txt { font-size: 2rem; line-height: 1.5; } }
main .wrapper_greeting { background: #fcf9f0; }
main .wrapper_greeting .wrap .index_tit_02 .tit_en { color: #3d813c; }
main .wrapper_greeting .wrap .text_general { font-size: 1.6rem; }
main .wrapper_greeting .wrap .text_general .dr_name { font-size: 130%; }
@media screen and (min-width: 48em), print { main .wrapper_greeting .wrap .text_general { line-height: 2; font-size: 2rem; } }

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-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%; } }
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2rem solid #b4b4b4; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }
#mailform input, #mailform textarea { border: 0.1rem solid #b4b4b4; padding: .4rem; }
#mailform input[type="text"], #mailform input[type="tel"], #mailform input[type="email"] { width: 100% !important; border: 0.1rem solid #b4b4b4; padding: .6rem; }
#mailform label { display: inline-block; margin: 0 1.0rem 0 0; }
#mailform textarea { width: 100% !important; height: 20.0rem !important; border: 0.1rem solid #b4b4b4; }

/*# sourceMappingURL=style.css.map */
