@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@font-face { font-family: 'FREESCPT'; src: url("./font/FREESCPT.woff") format("woff"), url("./font/FREESCPT.ttf") format("truetype"), url("./font/FREESCPT.eof") format("embedded-opentype"); }
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 !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.clr_brown_02 { color: #B5822A !important; }

.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 !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .pc_n { display: none !important; } }
.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; } }
.width_10per { width: 10% !important; }

.width_20per { width: 20% !important; }

.width_30per { width: 30% !important; }

.width_50per { width: 50% !important; }

.width_60per { width: 60% !important; }

.width_70per { width: 70% !important; }

.width_80per { width: 80% !important; }

.ov_h { overflow: hidden; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; background: #fff; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #B5822A; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #B5822A; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; color: #B5822A; border-bottom: 1px solid #B5822A; line-height: 1.0; }
.tbl_time tr:last-child th.time, .tbl_time tr:last-child td { border-width: .2rem; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 37%; }
  .tbl_time tr td { padding: 1.5rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { font-size: 2.4rem; color: #fff; padding: 2.5rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; color: #5D3C07; }

.tit_02 { color: #8A5500; font-size: 2rem; line-height: 1.2; margin: 4rem 0 3rem; text-align: center; position: relative; border-bottom: #F29600 solid 0.1rem; }
.tit_02::before { content: ""; display: block; background: url(../img/tit_02_illust.png) no-repeat center center/contain; width: 6.4rem; height: 3.2rem; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.tit_02 > span { display: inline-block; position: relative; padding: 3.4rem 0 1rem; letter-spacing: .2em; }

.tit_03 { color: #fff; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; position: relative; padding: .3em .3em .3em 2.6em; background: #CC9A10; }
.tit_03::after { content: ""; display: block; background: url(../img/tit_03_icon.png) no-repeat center center/contain; position: absolute; top: 50%; left: .2em; transform: translateY(-50%); width: 2.1em; height: 1.5em; }

.tit_04 { color: #CC9A10; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; position: relative; padding: .3em .3em .3em 2.6em; border-bottom: 0.1rem solid #CC9A10; }
.tit_04::after { font-family: 'fontello'; content: '\e817'; position: absolute; top: 50%; left: .1em; transform: translateY(-50%); font-size: 1em; }

.tit_05 { color: #1F855D; font-size: 1.7rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; padding-bottom: 0.3rem; padding-left: .4em; border-bottom: 0.1rem dashed #92C13A; }

@media screen and (min-width: 48em), print { .tit_01 { padding: 4rem 2rem; font-size: 3.6rem; width: auto; }
  .tit_02 { font-size: 3rem; line-height: 1.2; margin: 8rem 0 5rem; }
  .tit_02::before { width: 10.6rem; height: 5.2rem; }
  .tit_02 > span { padding: 5.5rem 0 1.5rem; letter-spacing: .25em; }
  .tit_03 { font-size: 2.4rem; line-height: 1.3; margin: 7.5rem 0 2rem; }
  .tit_04 { font-size: 2.2rem; line-height: 1.3; margin: 6.5rem 0 2rem; }
  .tit_05 { font-size: 2rem; line-height: 1.3; margin: 5rem 0 2rem; padding-bottom: .4rem; border-width: 0.1rem; } }
.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #F29600; text-decoration: underline; }

@media screen and (min-width: 48em), print { .text_link_general:hover, .text_link_general:focus { color: #8A5500; } }
.lst_ul_01 { padding-left: 1.5rem; margin-bottom: 2rem; }
.lst_ul_01 > li { padding-left: 0.3rem; margin-bottom: 1.0rem; margin-top: 0; position: relative; }
.lst_ul_01 > li::before { content: ''; width: .5em; height: .5em; background: #CC9A10; 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 #CCC; }
.lst_dl_01 dt, .lst_dl_01_50percent dt { padding: 1rem; background: #F7FFE8; }
.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 #CCC; }

.lst_dl_table_01 { margin: 0 0 2rem; border: 1px solid #CCC; 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: #F7FFE8; 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 #CCC; }

@media screen and (min-width: 48em), print { .lst_ul_01 > li::before { top: .45em; }
  .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 #CCC; }
  .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; } }
.imgtxt, .imgtxt_reverse { margin-bottom: 1rem; }
.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_reverse { margin-bottom: 1.5rem; }
  .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; flex-wrap: wrap; }
.flex2 > * { width: 47%; margin-top: 2rem; }
.flex2 > *:nth-child(-n + 2) { margin-top: 0; }
.flex2 > *:nth-child(2n) { margin-left: 6%; }

.flex3 { display: -webkit-flex; display: flex; flex-wrap: wrap; }
.flex3 > * { width: 31%; margin-bottom: 2rem; margin-left: 3.5%; }
.flex3 > *:nth-child(-n + 3) { margin-top: 0; }
.flex3 > *:nth-child(3n + 1) { margin-left: 0; }

.flex2_pc > * { margin-top: 2rem; }
.flex2_pc > *:first-child { margin-top: 0; }

.flex3_pc > * { margin-bottom: 2rem; }
.flex3_pc > *:first-child { margin-top: 0; }

@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%; }
  .flex2_pc > *:nth-child(n) { margin-left: 0; }
  .flex2_pc > *:nth-child(-n + 2) { margin-top: 0; }
  .flex2_pc > *:nth-child(2n) { margin-left: 6%; }
  .flex3_pc { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-top: 2.5rem; }
  .flex3_pc > *:nth-child(n) { margin-left: 3.5%; }
  .flex3_pc > *:nth-child(-n + 3) { margin-top: 0; }
  .flex3_pc > *:nth-child(3n + 1) { margin-left: 0; } }
.box_general_01 { padding: 2rem 1.5rem; background: #FFF9EF; margin-bottom: 2rem; position: relative; }
.box_general_01 :last-child { margin-bottom: 0; }
.box_general_01.pattern_02 { background: #F7FFE8; }

.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: 3rem 6rem 0 6rem; border-color: #FBF4E1 transparent transparent transparent; position: absolute; top: calc(100% + 1.7rem); left: 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: .4rem 2.0rem; border-radius: .5rem; background: #F29600; border: 1px solid #F29600; color: #fff; text-decoration: none !important; text-align: center; position: relative; }
.btn_general_01::after { display: block; font-family: 'fontello'; content: '\e800'; position: absolute; top: 50%; right: .5rem; transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .btn_general_01 { padding: 1.2rem 4rem; font-size: 1.6rem; border-radius: 1rem; }
  .btn_general_01:hover, .btn_general_01:focus { color: #F29600; background-color: #fff; opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #CCC; border-right: none; border-bottom: none; width: 100%; margin-bottom: 1rem; }
.table_01 th { background: #F7FFE8; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #CCC; border-top: none; border-left: none; padding: .6rem; }

@media screen and (min-width: 48em), print { .table_01 { margin-bottom: 1.5rem; }
  .table_01 th, .table_01 td { padding: 1rem 1.2rem; } }
.mail_image { width: 19rem; }

@media screen and (min-width: 48em), print { .mail_image { width: 20.4rem; } }
html { font-size: calc(100vw / 32); font-family: 'Zen Maru Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-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.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 { transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1200px; 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 { font-size: 1.4rem; }
.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: 1.5rem; }
.header .wrap .head_right .access_tel .access { margin-bottom: 1rem; }
.header .wrap .head_right .access_tel .tel_wrap { margin-bottom: 1rem; display: flex; align-items: center; line-height: 1; }
.header .wrap .head_right .access_tel .tel_wrap::before { content: "TEL."; color: #fff; background: #F29600; display: inline-block; padding: .5em .2em; margin-right: .5em; font-size: 1.2rem; position: relative; top: .15em; }
.header .wrap .head_right .access_tel .tel_wrap .tel { color: #F29600; font-size: 2.2rem; letter-spacing: .05em; }
.header .wrap .head_right .reserve a { display: flex; align-items: center; justify-content: center; position: relative; color: #fff; background: linear-gradient(to bottom, #9E7425 0%, #F3D575 25%, #F7D791 47%, #EDCC85 53%, #D2AF65 70%, #A78032 96%, #9D7526 100%); text-align: center; padding: .4rem .4rem .5rem; font-size: 1.7rem; }
.header .wrap .head_right .reserve a::before { font-family: 'fontello'; content: '\e80b'; padding: 0 .2em 0 0; font-size: 150%; position: relative; top: .1em; }
.header .wrap .head_right .reserve a::after { font-family: 'fontello'; content: '\e800'; position: absolute; right: 1.5rem; top: 53%; transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.0rem auto 2.5rem; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; }
  .header .wrap .logo { width: 56rem; height: 8.0rem; flex: none; margin-right: 1rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .head_right { display: flex; justify-content: flex-end; }
  .header .wrap .head_right .access_tel { text-align: center; }
  .header .wrap .head_right .access_tel .access { font-size: 1.8rem; margin: 0 0 1rem; }
  .header .wrap .head_right .access_tel .tel_wrap { margin: 0; }
  .header .wrap .head_right .access_tel .tel_wrap::before { font-size: 1.4rem; padding: .8em .5em; }
  .header .wrap .head_right .access_tel .tel_wrap .tel { font-size: 3.8rem; }
  .header .wrap .head_right .reserve { margin-left: 1rem; margin-right: 1rem; }
  .header .wrap .head_right .reserve a { display: flex; font-size: 1.6rem; position: relative; padding-bottom: .8rem; height: 100%; align-items: flex-end; justify-content: center; }
  .header .wrap .head_right .reserve a::before { position: absolute; padding: 0; top: .1rem; left: 50%; transform: translateX(-50%); font-size: 5rem; line-height: 1; }
  .header .wrap .head_right .reserve a::after { content: '\e809'; right: 50%; transform: translateX(50%); bottom: .1rem; top: auto; line-height: .5; } }
.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: #8A5500; 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(251, 244, 225, 0.95); padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #CCC; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #CCC; }
.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: '\e800'; font-size: 2.0rem; 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: '\e809'; 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'; content: '\e808'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { background: #fff; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { border-color: #CCC; }
.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; }

.only_pc_header_nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; }
  #nav .gnav { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; padding: 2.4rem 0 1.4rem; }
  #nav .gnav > li { width: 100%; position: relative; text-align: center; font-size: 1.6rem; }
  #nav .gnav > li::before, #nav .gnav > li:last-child::after { content: ""; display: block; height: 2rem; width: .1rem; background: #707070; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
  #nav .gnav > li:last-child::after { left: auto; right: 0; }
  #nav .gnav > li .only_pc_header_nav { display: block; }
  #nav .gnav > li > a { display: block; padding: .5rem .5rem; position: relative; color: #F29600; }
  #nav .gnav > li > a::after { content: "Home"; display: block; color: #CCC; font-size: 1.2rem; margin-top: .3rem; }
  #nav .gnav > li > a.greeting::after { content: "Greeting"; }
  #nav .gnav > li > a.visitor::after { content: "Visitor"; }
  #nav .gnav > li > a.clinic::after { content: "Clinic"; }
  #nav .gnav > li > a.access::after { content: "Access"; }
  #nav .gnav > li > a.private::after { content: "Private"; }
  #nav .gnav > li > a.recruit::after { content: "Recruit"; }
  #nav .gnav > li .subnav { width: 172%; visibility: hidden; position: absolute; top: calc(100% + .5rem); left: 50%; transform: translateX(-50%); z-index: 10; font-size: 1.6rem; display: flex; flex-wrap: wrap; }
  #nav .gnav > li .subnav li { width: 50%; border-top: 1px solid #F29600; }
  #nav .gnav > li .subnav li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #fffbef; padding: 1.6rem 0.5rem; text-align: center; color: #F29600; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #F29600; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child, #nav .gnav > li .subnav li:nth-child(2) { border-top: none; }
  #nav .gnav > li .subnav li:nth-child(2n) { border-left: 1px solid #F29600; }
  #nav .gnav > li.treatment > a::after { content: "Treatment"; } }
body.index .overview { padding-top: 0; }

.overview { padding-top: 3rem; font-size: 1.4rem; line-height: 1.6; }
.overview .gmap { height: 25.0rem; }
.overview .overview_bg { background: url(../img/overview_bg.jpg) no-repeat center center/cover; padding: 2rem 1rem; }
.overview .overview_bg .clinic_name { text-align: center; margin: 0 0 2.5rem; }
.overview .overview_bg .clinic_name img { height: auto; width: 100%; }
.overview .overview_bg > .wrap { padding-top: 2rem; padding-bottom: 2rem; background: rgba(255, 255, 255, 0.8); }
.overview .overview_bg > .wrap .overview_instagram { margin: 1rem 0 2rem; text-align: center; }
.overview .overview_bg > .wrap .overview_line { margin: 1rem 0; text-align: center; display: none; }
.overview .overview_bg > .wrap .overview_line img { width: 24%; }
.overview .overview_bg > .wrap .overview_line_btn { margin: 1rem 0 2rem; }
.overview .overview_bg > .wrap .overview_line_btn a { display: inline-block; padding: .6rem 2.0rem; border-radius: .5rem; background: #06C755; border: 1px solid #06C755; color: #fff; text-decoration: none !important; text-align: center; position: relative; width: 100%; font-size: 1.7rem; }
.overview .overview_bg > .wrap .overview_line_btn a::after { display: block; font-family: 'fontello'; content: '\e800'; position: absolute; top: 50%; right: .5rem; transform: translateY(-50%); }
.overview .overview_bg > .wrap .tbl_time { margin: 0 0 0; font-size: 1.4rem; }
.overview .overview_bg > .wrap .lst_overview { margin: 0; font-size: 1.35rem; }
.overview .overview_bg > .wrap .lst_overview > div { display: flex; justify-content: space-between; flex-wrap: wrap; }
.overview .overview_bg > .wrap .lst_overview > div:last-child > :last-child { margin-bottom: 0; }
.overview .overview_bg > .wrap .lst_overview > div dt { width: 23%; color: #F29600; display: flex; flex-wrap: wrap; margin-bottom: .5rem; }
.overview .overview_bg > .wrap .lst_overview > div dt::before { font-family: 'fontello'; content: '\f105'; padding-right: .05em; }
.overview .overview_bg > .wrap .lst_overview > div dd { width: 74%; margin: 0; color: #212121; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: .5rem; }
.overview .overview_bg > .wrap .lst_overview > div dd.access .access_txt { display: block; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.9rem; padding-top: 5rem; }
  .overview .gmap { height: 50.0rem; }
  .overview .overview_bg { padding: 6rem 0 7.5rem; }
  .overview .overview_bg > .wrap { padding: 3rem 10.5rem 4.5rem; }
  .overview .overview_bg > .wrap .clinic_name { margin: 0 0 3rem; text-align: center; }
  .overview .overview_bg > .wrap .clinic_name img { height: auto; width: auto; }
  .overview .overview_bg > .wrap .overview_flex { display: flex; justify-content: space-between; }
  .overview .overview_bg > .wrap .overview_flex > div { width: 45rem; }
  .overview .overview_bg > .wrap .overview_flex > div:first-child { width: calc(100% - 45rem); }
  .overview .overview_bg > .wrap .overview_instagram { margin: 1.2rem 0 0; text-align: left; display: inline-block; }
  .overview .overview_bg > .wrap .overview_instagram img { width: 20rem; }
  .overview .overview_bg > .wrap .overview_line { margin: 1.2rem 0 0 1.5rem; text-align: left; display: inline-block; }
  .overview .overview_bg > .wrap .overview_line img { width: 5rem; }
  .overview .overview_bg > .wrap .overview_line_btn { display: none; }
  .overview .overview_bg > .wrap .tbl_time { margin: -14rem 0 0; position: relative; font-size: 1.4rem; }
  .overview .overview_bg > .wrap .tbl_time tr th > .consul_hours { display: block; position: absolute; top: -1.8em; left: 0; color: #212121; }
  .overview .overview_bg > .wrap .lst_overview { display: flex; justify-content: space-between; align-items: flex-start; font-size: 1.6rem; }
  .overview .overview_bg > .wrap .lst_overview > div { width: 45rem; }
  .overview .overview_bg > .wrap .lst_overview > div:first-child { width: calc(100% - 45rem); }
  .overview .overview_bg > .wrap .lst_overview > div dt { border-width: 2px; padding: 0; width: 11rem; margin-bottom: 1rem; }
  .overview .overview_bg > .wrap .lst_overview > div dt:last-of-type { margin-bottom: 0; }
  .overview .overview_bg > .wrap .lst_overview > div dd { padding: 0; border-width: 2px; width: calc(100% - 11rem); margin-bottom: 1rem; }
  .overview .overview_bg > .wrap .lst_overview > div dd:last-of-type { margin-bottom: 0; } }
.tel_up { width: 100%; border-top: 0.1rem solid #785317; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; min-height: 4rem; padding: 0 5rem 0 1rem; background: #5D3C07; display: flex; justify-content: space-between; align-items: center; font-size: 1.3rem; }
.tel_up .tel { display: block; width: 50%; }
.tel_up .tel > span, .tel_up .tel > a { justify-content: center; align-items: center; line-height: 1.0; padding: .5rem .5rem .57rem; background: #fff; color: #5D3C07; display: flex; border-radius: 10rem; }
.tel_up .tel > span::before, .tel_up .tel > a::before { content: 'TEL.'; display: inline-block; }
.tel_up .reserve { width: 48%; margin: 0 0 0 .8rem; }
.tel_up .reserve a { display: inline-block; border-radius: 10rem; padding: .5rem .5rem .57rem; background: #fff; color: #5D3C07; width: 100%; text-align: center; }
.tel_up .line { width: 15%; margin: 0 0 0 .8rem; }
.tel_up .line a { display: inline-block; border-radius: 10rem; padding: .5rem .5rem .57rem; background: #fff; color: #fff; background: #06C755; width: 100%; 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; background: linear-gradient(to bottom, #9E7425 0%, #F3D575 25%, #F7D791 47%, #EDCC85 53%, #D2AF65 70%, #A78032 96%, #9D7526 100%); 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: '\e80a'; 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; border: none; }
  .tel_up .tel { display: none; }
  .tel_up .reserve { display: none; }
  .tel_up .line { display: none; }
  .tel_up .pageup a { width: 6.0rem; height: 6.0rem; margin: 0; }
  .tel_up .pageup a::before { font-size: 3.5rem; } }
.fix_reserve a { display: none; }

@media screen and (min-width: 48em), print { .fix_reserve { display: block; position: fixed; top: 11rem; right: 0; z-index: 100; }
  .fix_reserve a { display: block; } }
.footer { text-align: center; padding: 0 0 4rem; position: relative; }
.footer .copy { display: block; background: #785317; padding: .6rem 1.0rem; font-size: 1.2rem; color: #fff; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: .3rem 0 0; background: #785317; color: #fff; }
  .footer ul { display: block; text-align: center; margin: 0 auto; max-width: 81rem; }
  .footer ul.subnav:last-of-type { margin: 0 auto 2.5rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin-top: 2rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover, .footer ul li a:focus { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { background: #5D3C07; padding: 1rem; font-size: 1.2rem; color: #fff; } }
.index main .wrap { padding: 4rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 7rem 0; } }
.index .wrapper_keyvsl { line-height: 1.4; position: relative; }
.index .wrapper_keyvsl::before { /*content: "";
background: url(../img/keyvsl_logo.png) no-repeat center center / contain;
display: block;
width: 11.6rem;
height: 11.6rem;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: 1;*/ }
.index .wrapper_keyvsl > *:first-child { z-index: 0 !important; }
.index .wrapper_keyvsl #keyvsl { width: 100%; background-size: cover; background-position: center center; padding: 18rem 1rem 0; }
.index .wrapper_keyvsl .keyvsl_catch { color: #8A5500; text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff; letter-spacing: .1em; font-size: 2.1rem; position: absolute; text-align: center; left: 0; top: 5.8rem; width: 100%; z-index: 1; }
.index .wrapper_keyvsl .keyvsl_catch > span { color: #F29600; font-size: 2.7rem; }
.index .wrapper_keyvsl .keyvsl_open_nairan { display: flex; }
.index .wrapper_keyvsl .keyvsl_open_nairan .catch_open { font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; font-weight: bold; color: #fff; background: linear-gradient(to bottom, #44AF35 0%, #44AF35 20%, #42AB35 22%, #2F8337 43%, #226738 57%, #1A5539 75%, #174F39 88%, #174F39 100%); display: flex; align-items: center; justify-content: center; padding: .6rem 1rem; flex: none; width: 9.5rem; font-size: 2.4rem; line-height: 1.1; text-align: center; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan { padding: .2rem 1.5rem .6rem; text-align: center; width: 100%; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open { color: #CC9A10; font-size: 1.4rem; line-height: 1.2; margin-bottom: .3rem; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open .month { font-size: 2.4rem; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open .strong { font-size: 2rem; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan { color: #1F855D; position: relative; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan::before, .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan::after { content: ""; background: #1F855D; height: .1rem; width: 3.7rem; position: absolute; left: 0; top: 56%; transform: translateY(-50%); }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan::after { left: auto; right: 0; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan > span { display: inline-block; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .nairan { color: #1F855D; }
.index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .nairan .num { font-size: 1.8rem; }

@media screen and (min-width: 48em), print { .index .wrapper_keyvsl { padding: 0; position: relative; margin: 0 auto 0; }
  .index .wrapper_keyvsl::before { width: 38.8rem; height: 38.8rem; top: 3.7rem; }
  .index .wrapper_keyvsl #keyvsl { padding: 0; height: 65rem; }
  .index .wrapper_keyvsl .keyvsl_catch { /*top: 36rem;
font-size: 2.8rem;*/ top: 25rem; font-size: 4.6rem; }
  .index .wrapper_keyvsl .keyvsl_catch > span { font-size: 5.4rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan { width: 44rem; position: absolute; bottom: 2rem; left: calc(50% + 15rem); }
  .index .wrapper_keyvsl .keyvsl_open_nairan .catch_open { width: 14rem; font-size: 3.2rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan { background: #fff; padding: .3rem 2.5rem .8rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open { font-size: 2.1rem; margin-bottom: .7rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open .month { font-size: 3.6rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .open .strong { font-size: 2.6rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan::before, .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan::after { width: 5.4rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .tit_nairan > span { font-size: 1.6rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .nairan { font-size: 1.6rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .detail_open_nairan .nairan .num { font-size: 2.4rem; } }
.tit_02_index { color: #8A5500; font-size: 2rem; line-height: 1.2; margin: 4rem 0 3rem; text-align: center; position: relative; border-bottom: #F29600 solid 0.1rem; }
.tit_02_index::before { content: ""; display: block; background: url(../img/tit_02_illust.png) no-repeat center center/contain; width: 6.4rem; height: 3.2rem; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.tit_02_index > span { display: inline-block; position: relative; padding: 3.4rem 0 1rem; letter-spacing: .25em; }
.tit_02_index > span .tit_02_en { font-size: 1.2rem; display: block; margin-top: .2rem; color: #CCC; letter-spacing: .15em; }

@media screen and (min-width: 48em), print { .tit_02_index { font-size: 3rem; line-height: 1.2; margin: 8rem 0 5rem; }
  .tit_02_index::before { width: 10.6rem; height: 5.2rem; }
  .tit_02_index > span { padding: 5.5rem 0 1.5rem; }
  .tit_02_index > span .tit_02_en { font-size: 1.4rem; margin-top: .3rem; } }
main .wrapper_news { background: #FBF4E1; position: relative; padding: 2rem 1rem; }
main .wrapper_news .wrap { position: relative; background: #fff; z-index: 1; padding: 3rem 1.5rem 2rem; }
main .wrapper_news .wrap .tit_02_index { border: none; margin-bottom: 0; }
main .wrapper_news .wrap .tit_02_index::before { background: url(../img/tit_02_illust_news.png) no-repeat center center/contain; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
main .wrapper_news .wrap .tit_02_index > span { padding: 3.8rem 0; }
main .wrapper_news .wrap dl { margin: 0; line-height: 1.4; background: #fff; }
main .wrapper_news .wrap dl dt { color: #44AF35; margin: 0 0 1rem; font-size: 1.6rem; cursor: pointer; display: inline-block; position: relative; width: 100%; padding-left: 2rem; padding-top: 1.5rem; }
main .wrapper_news .wrap dl dt::before { font-family: 'fontello'; content: '\e809'; display: block; position: absolute; top: 1em; left: 0em; }
main .wrapper_news .wrap dl dt.open::before { content: '\e808'; }
main .wrapper_news .wrap dl dt:not(:first-child) { border-top: 1px dashed #C3C3C3; }
main .wrapper_news .wrap dl dd { margin: 0 0 1.5rem; font-size: 1.4rem; word-wrap: break-word; }
main .wrapper_news .wrap dl dd a { color: #F29600; text-decoration: underline; }
@media screen and (min-width: 48em), print { main .wrapper_news { padding: 3rem 0; }
  main .wrapper_news .wrap { display: flex; align-items: flex-start; justify-content: space-between; padding: 4.5rem 8rem 8rem 3.5rem; }
  main .wrapper_news .wrap .tit_02_index { margin-top: 5.5rem; margin-right: 3.5rem; flex: none; margin-top: 1.4rem; min-width: 23.2rem; }
  main .wrapper_news .wrap .tit_02_index > span { padding: 5.8rem .5rem; }
  main .wrapper_news .wrap dl { flex: auto; }
  main .wrapper_news .wrap dl dt { font-size: 1.8rem; padding-left: 1.8rem; padding-top: 1.5rem; }
  main .wrapper_news .wrap dl dt::before { top: .95em; }
  main .wrapper_news .wrap dl dd { font-size: 1.6rem; margin: 0 0 1.5rem; }
  main .wrapper_news .wrap dl dd a:hover, main .wrapper_news .wrap dl dd a:focus { color: #8A5500; } }
main .wrapper_treatments { background: url(../img/treatment_bg.jpg) no-repeat center center/cover; }
main .wrapper_treatments .wrap .list_treatments { display: flex; flex-wrap: wrap; }
main .wrapper_treatments .wrap .list_treatments li { margin-top: 2.5rem; width: 48%; padding: 0; }
main .wrapper_treatments .wrap .list_treatments li a { display: flex; justify-content: center; align-items: center; position: relative; text-align: center; border-radius: 1rem; font-size: 1.6rem; height: 100%; padding: 10.5rem .5rem 0; color: #8A5500; }
main .wrapper_treatments .wrap .list_treatments li a::before { display: block; content: ""; background: url(../img/treatment_icon_internal.svg) no-repeat center center/contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); font-size: 4.3rem; width: 10rem; height: 10rem; }
main .wrapper_treatments .wrap .list_treatments li:nth-child(-n + 2) { margin-top: 0; }
main .wrapper_treatments .wrap .list_treatments li:nth-child(2n) { margin-left: 4%; }
main .wrapper_treatments .wrap .list_treatments li.cardiovascular > a::before { background-image: url(../img/treatment_icon_cardiovascular.svg); }
main .wrapper_treatments .wrap .list_treatments li.arrhythmia > a::before { background-image: url(../img/treatment_icon_arrhythmia.svg); }
main .wrapper_treatments .wrap .list_treatments li.high_blood_pressure > a::before { background-image: url(../img/treatment_icon_high_blood_pressure.svg); }
main .wrapper_treatments .wrap .list_treatments li.diabetes > a::before { background-image: url(../img/treatment_icon_diabetes.svg); }
main .wrapper_treatments .wrap .list_treatments li.lipid_disorder > a::before { background-image: url(../img/treatment_icon_lipid_disorder.svg); }
main .wrapper_treatments .wrap .list_treatments li.gout > a::before { background-image: url(../img/treatment_icon_gout.svg); }
main .wrapper_treatments .wrap .list_treatments li.vaccination > a::before { background-image: url(../img/treatment_icon_vaccination.svg); }
main .wrapper_treatments .wrap .list_treatments li.checkup > a::before { background-image: url(../img/treatment_icon_checkup.svg); }
main .wrapper_treatments .wrap .list_treatments li.antismoking > a::before { background-image: url(../img/treatment_icon_antismoking.svg); }
main .wrapper_treatments .wrap .list_treatments li.sas > a::before { background-image: url(../img/treatment_icon_sas.svg); }
main .wrapper_treatments .wrap .list_treatments li.apple_watch > a::before { background-image: url(../img/treatment_icon_apple_watch.svg); }
main .wrapper_treatments .wrap .list_treatments li.fever > a::before { background-image: url(../img/treatment_icon_fever.svg); }
@media screen and (min-width: 48em), print { main .wrapper_treatments .wrap .list_treatments { justify-content: center; }
  main .wrapper_treatments .wrap .list_treatments li { width: 17rem; margin-top: 6rem; }
  main .wrapper_treatments .wrap .list_treatments li a { font-size: 1.8rem; padding: 18rem .3rem 0; min-height: auto; }
  main .wrapper_treatments .wrap .list_treatments li a::before { width: 17rem; height: 17rem; }
  main .wrapper_treatments .wrap .list_treatments li:nth-child(-n + 5) { margin-top: 0; }
  main .wrapper_treatments .wrap .list_treatments li:nth-child(n) { margin-left: 8.75rem; }
  main .wrapper_treatments .wrap .list_treatments li:nth-child(5n + 1) { margin-left: 0; } }
main .wrapper_features .wrap .list_features > li { margin-top: 3.5rem; position: relative; }
main .wrapper_features .wrap .list_features > li:first-child { margin-top: 0; }
main .wrapper_features .wrap .list_features > li .num { font-family: 'FREESCPT'; color: #8A5500; position: absolute; top: .8rem; left: .5rem; line-height: .6; font-size: 2.6rem; }
main .wrapper_features .wrap .list_features > li .num > span { font-size: 200%; }
main .wrapper_features .wrap .list_features > li .image img { width: 100%; }
main .wrapper_features .wrap .list_features > li .text_wrap { padding-top: 1rem; }
main .wrapper_features .wrap .list_features > li .text_wrap .catch { margin-bottom: 1.5rem; font-size: 1.7rem; }
main .wrapper_features .wrap .list_features > li .text_wrap .catch > span { background: linear-gradient(transparent 70%, #FFEAAF 0%); padding: 0 .3rem .4rem; }
@media screen and (min-width: 48em), print { main .wrapper_features .wrap .list_features > li { display: flex; margin-top: 0; }
  main .wrapper_features .wrap .list_features > li .num { font-size: 3.7rem; left: 1rem; }
  main .wrapper_features .wrap .list_features > li .num > span { font-size: 7.3rem; }
  main .wrapper_features .wrap .list_features > li .image { width: 60rem; flex: none; }
  main .wrapper_features .wrap .list_features > li .text_wrap { padding: 3rem 2.5rem 1rem; }
  main .wrapper_features .wrap .list_features > li .text_wrap .catch { font-size: 2.8rem; margin-bottom: 1.8rem; }
  main .wrapper_features .wrap .list_features > li .text_wrap .text { font-size: 1.6rem; }
  main .wrapper_features .wrap .list_features > li:nth-child(even) .num { left: 61rem; }
  main .wrapper_features .wrap .list_features > li:nth-child(even) .image { order: 2; } }
main .wrapper_greeting { background: #FBF4E1; position: relative; }
main .wrapper_greeting::before { content: ""; display: block; width: 100%; height: 4rem; background: url(../img/greeting_bg_top.png) no-repeat top right/cover; position: absolute; bottom: calc(100% - .1rem); left: 0; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image { flex: none; margin: 0 auto 1.5rem; max-width: 90%; text-align: center; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image .clinic_and_dr { margin-top: .8rem; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image .clinic_and_dr .dr_name { font-size: 150%; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt { line-height: 1.5; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt :last-child { margin-bottom: 0; }
@media screen and (min-width: 48em), print { main .wrapper_greeting { margin-top: 14.55rem; }
  main .wrapper_greeting::before { height: 14.55rem; background-position: top center; }
  main .wrapper_greeting .wrap .imgtxt_greeting { margin-bottom: 1.5rem; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image { float: right; margin: 0 0 2.0rem 2rem; width: 35rem; max-width: none; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image .clinic_and_dr { margin-top: 1.5rem; font-size: 1.8rem; line-height: 1.6; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image .clinic_and_dr .dr_name { font-size: 2.6rem; line-height: 1; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt { font-size: 1.8rem; line-height: 1.9; margin-bottom: 2rem; }
  main .wrapper_greeting .wrap .imgtxt_greeting::after { content: ''; display: block; clear: both; } }

.wrapper_calendar .wrap .flex_calendar > div { margin-top: 2.5rem; }
.wrapper_calendar .wrap .flex_calendar > div:first-child { margin-top: 0; }
.wrapper_calendar .wrap .flex_calendar .apoco-label { font-size: 1.3rem; }
.wrapper_calendar .wrap .flex_calendar .apoco-months--this { font-size: 1.7rem; }
.wrapper_calendar .wrap .flex_calendar .apoco-cal { font-size: 1.4rem; }
.wrapper_calendar .wrap .flex_calendar .apoco-cal .apoco-cal__dow { padding-top: .3em; padding-bottom: .3em; }
.wrapper_calendar .wrap .flex_calendar .apoco-cal .apoco-cal__day { padding-top: .3em; padding-bottom: .3em; }
.wrapper_calendar .wrap .flex_calendar .apoco-cal .apoco-cal__day .apoco-cal__date { margin-bottom: .1em; }
.wrapper_calendar .wrap .flex_calendar .apoco-legend { font-size: 1.15rem; }

@media screen and (min-width: 48em), print { .wrapper_calendar .wrap .flex_calendar { display: flex; justify-content: space-between; }
  .wrapper_calendar .wrap .flex_calendar > div { margin-top: 0; }
  .wrapper_calendar .wrap .flex_calendar > div:first-child { width: calc(62% - 1.5rem); }
  .wrapper_calendar .wrap .flex_calendar > div:nth-child(2) { width: calc(38% - 1.5rem); }
  .wrapper_calendar .wrap .flex_calendar .apoco-label { font-size: 1.6rem; }
  .wrapper_calendar .wrap .flex_calendar .apoco-months--this { font-size: 2.4rem; }
  .wrapper_calendar .wrap .flex_calendar .apoco-months--last, .wrapper_calendar .wrap .flex_calendar .apoco-months--next { font-size: 2rem; }
  .wrapper_calendar .wrap .flex_calendar .apoco-cal { font-size: 1.8rem; }
  .wrapper_calendar .wrap .flex_calendar .apoco-legend { font-size: 1.4rem; } }
body:not(.index) .main > .wrap:first-of-type { padding: 3rem 1rem 2rem; }

@media screen and (min-width: 48em), print { body:not(.index) .main > .wrap:first-of-type { padding: 7rem 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: 1.8rem; }

.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%; }
  .sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; } }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; }
  .access .gmap.gmap_route { height: 38rem; } }
body.index .bread_list { display: none !important; }

.bread_list { display: flex; flex-wrap: wrap; margin: 1rem; }
.bread_list > li { display: inline-block; }
.bread_list > li:not(:first-child)::before { content: "＞"; padding: 0 .5em; }

@media screen and (min-width: 48em), print { .bread_list { margin: 2rem auto 0; font-size: 1.4rem; width: 1200px; }
  .bread_list > li:not(:first-child)::before { content: "＞"; } }

/*# sourceMappingURL=style.css.map */
