@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;0,700;1,500;1,700&display=swap");
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.clr_red_01 { color: #f00 !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; } }
.max_w60per { max-width: 60% !important; }

.max_w80per { max-width: 80% !important; }

@media screen and (min-width: 48em), print { .max_w70per_pc { max-width: 70% !important; }
  .max_w250_pc { max-width: 25rem !important; }
  .max_w300_pc { max-width: 30rem !important; }
  .max_w350_pc { max-width: 35rem !important; }
  .max_w400_pc { max-width: 40rem !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; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #8E806F; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #8E806F; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #8E806F; line-height: 1.0; }

@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 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: 3rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; }

.tit_02 { color: #7E6C61; font-size: 2rem; line-height: 1.3; margin: 5rem 0 2rem; text-align: center; position: relative; }
.tit_02 > span { display: inline-block; padding: 0 2.5em; position: relative; }
.tit_02 > span::before, .tit_02 > span::after { content: ""; display: block; width: 2em; height: 1em; background: url(../img/tit_02_icon.png) no-repeat center center/contain; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tit_02 > span::after { left: auto; right: 0; }

.tit_03 { color: #DF4A85; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 0.2rem solid #DF4A85; position: relative; }
.tit_03::after { content: ""; display: block; width: 100%; height: 0.2rem; background: #F992BB; position: absolute; bottom: -1px; left: 0; }

.tit_04 { color: #A28D73; font-size: 1.8rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 0.2rem solid #A28D73; }

.tit_05 { color: #F992BB; font-size: 1.7rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; padding-bottom: 0.3rem; border-bottom: 0.2rem dotted #F992BB; }

.tit_06 { color: #A28D73; font-size: 1.6rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; padding-bottom: 0.25rem; border-bottom: 0.1rem dotted #A28D73; }

.tit_box { color: #DF4A85; font-size: 1.8rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; }

@media screen and (min-width: 48em), print { .tit_01 { padding: 7rem 2rem; font-size: 3.2rem; width: auto; }
  .tit_02 { font-size: 3.4rem; line-height: 1.3; margin: 10rem 0 3.5rem; }
  .tit_03 { font-size: 3rem; line-height: 1.3; margin: 8.5rem 0 2rem; padding-bottom: 1rem; border-width: 0.3rem; }
  .tit_03::after { height: 0.3rem; bottom: 0; }
  .tit_04 { font-size: 2.8rem; line-height: 1.3; margin: 7.5rem 0 2rem; padding-bottom: .7rem; 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; }
  .tit_06 { font-size: 2.4rem; line-height: 1.3; margin: 5.5rem 0 2rem; padding-bottom: .7rem; border-width: 0.3rem; }
  .tit_box { font-size: 2.8rem; line-height: 1.3; margin: 7.5rem 0 2rem; } }
.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #F992BB; text-decoration: underline; }

.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: #FBC9DD; border-radius: 50%; position: absolute; left: -.75em; top: .45em; }
.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 #707070; }
.lst_dl_01 dt, .lst_dl_01_50percent dt { padding: 1rem; background: #F9F2E0; }
.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 #707070; }

.lst_dl_table_01 { margin: 0 0 2rem; border: 1px solid #707070; width: 100%; text-align: center; }
.lst_dl_table_01 .lst_dl_table_row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lst_dl_table_01 .lst_dl_table_row dt { background: #F9F2E0; 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 #707070; }

@media screen and (min-width: 48em), print { .lst_ul_01 li::before { top: .7em; }
  .lst_dl_01, .lst_dl_01_50percent { width: 100%; border-right: none; border-left: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl_01 dt, .lst_dl_01_50percent dt { width: 28%; padding: 2rem 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .lst_dl_01 dt:not(:last-of-type), .lst_dl_01_50percent dt:not(:last-of-type) { border-bottom: 1px solid #707070; }
  .lst_dl_01 dd, .lst_dl_01_50percent dd { width: 72%; padding: 2rem 2.5rem; }
  .lst_dl_01_50percent dt { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
  .lst_dl_01_50percent dd { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }
.imgtxt, .imgtxt_reverse { margin-bottom: 1rem; }
.imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 auto 1.5rem; max-width: 85%; 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: 1rem; }
  .imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { float: right; margin: 0 0 2.0rem 2.0rem; max-width: 37rem; }
  .imgtxt::after, .imgtxt_reverse::after { content: ''; display: block; clear: both; }
  .imgtxt_reverse .imgtxt_image { float: left; margin: 0 2.0rem 2.0rem 0; } }
.flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; 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-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2_pc > * { width: 47%; }
  .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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-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; } }
.tel_icon::before { content: ""; font-family: 'fontello'; content: '\e808'; display: inline-block; padding-right: .05em; font-weight: normal; }

.box_general_01 { padding: 2rem 1.5rem; border: 0.2rem solid #F992BB; margin-bottom: 2rem; position: relative; }
.box_general_01 :last-child { margin-bottom: 0; }

.box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 6rem; }
.box_general_wrap .box_general_01:not(:last-child)::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3rem 6rem 0 6rem; border-color: #fcc8dd transparent transparent transparent; position: absolute; top: calc(100% + 1.7rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (min-width: 48em), print { .box_general_01 { padding: 3rem 2rem; }
  .box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 8rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after { border-width: 4rem 8rem 0 8rem; top: calc(100% + 2.5rem); } }
.btn_general_01 { display: inline-block; margin-top: 1.0rem; padding: .4rem 2.0rem; border-radius: .2rem; background: #DF4A85; border: 3px solid #DF4A85; color: #fff; text-decoration: none !important; text-align: center; position: relative; }
.btn_general_01::after { display: block; font-family: 'fontello'; content: '\e801'; position: absolute; top: 50%; right: .5rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .btn_general_01 { padding: 1.2rem 4rem; font-size: 1.6rem; border-radius: 0.5rem; }
  .btn_general_01:hover, .btn_general_01:focus { color: #DF4A85; background-color: #fff; opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #707070; border-right: none; border-bottom: none; width: 100%; font-size: 1rem; }
.table_01 th { background: #F9F2E0; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #707070; 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: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; }

body { background: #fff; color: #444; }

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(1200px + 40px); }
  a, button { -webkit-transition: .2s; transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1200px; margin: auto; padding: 5rem 0; }
  .main { font-size: 1.6rem; line-height: 2; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .main .wrap { width: 89rem; } }
@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; margin-bottom: 1rem; }
.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 .access { background: #A28D73; padding: .5rem; text-align: center; color: #fff; font-weight: bold; font-size: 1.4rem; margin-bottom: 1rem; }
.header .wrap .head_right .access .station_name { color: #FFE465; font-size: 120%; }
.header .wrap .head_right .access .station_name .access_brackets { display: none; }
.header .wrap .head_right .address { font-size: 1.4rem; margin-bottom: .7rem; }
.header .wrap .head_right .tel_wrap .tel > a, .header .wrap .head_right .tel_wrap .tel > span { display: inline-block; font-size: 1.85rem; color: #DF4A85; }
.header .wrap .head_right .tel_wrap .tel > a::before, .header .wrap .head_right .tel_wrap .tel > span::before { content: ""; font-family: 'fontello'; content: '\e808'; display: inline-block; padding-right: .05em; font-weight: normal; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 4rem auto 9rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header .wrap .logo { width: 58.2rem; height: 5.5rem; margin: 0; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .head_right { width: calc(100% - 59.2rem); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .header .wrap .head_right .access { font-size: 1.8rem; width: 16.5rem; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header .wrap .head_right .address_tel { margin-left: 2rem; text-align: right; }
  .header .wrap .head_right .address_tel .address { font-size: 1.8rem; }
  .header .wrap .head_right .address_tel .tel_wrap .tel > span, .header .wrap .head_right .address_tel .tel_wrap .tel > a { font-size: 3.2rem; } }
.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: #DF4A85; 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: '\e803'; 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(254, 251, 244, 0.95); padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #8E806F; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #8E806F; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #444 !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: '\f105'; font-size: 2.0rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.slicknav_menu .slicknav_nav .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 50%; font-family: 'fontello'; content: '\f107'; font-size: 2.0rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus { color: inherit; background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\f106'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { background: #fff; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { border-color: #8E806F; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem 3.0rem 1.0rem 0.5rem; color: #444; }
.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; }
  #nav .gnav { width: 1200px; margin: 0 auto 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav > li { width: 100%; position: relative; border-left: 1px dashed #8E806F; text-align: center; font-size: 2.2rem; }
  #nav .gnav > li:last-child { border-right: 1px dashed #8E806F; }
  #nav .gnav > li.treatment { display: none; }
  #nav .gnav > li > a { display: block; padding: 1rem .5rem; position: relative; color: #8E806F; }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus { background: #F5F2F0; opacity: 1; }
  #nav .gnav > li > a.sub { /*&::after { content: '▼'; color: $clr_txt; font-size: 60%;
}
&.open { &::after{ content: '▲'; }
}*/ }
  #nav .gnav > li .subnav { width: 100%; visibility: hidden; position: absolute; top: calc(100% + 1rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; font-size: 1.8rem; }
  #nav .gnav > li .subnav li { width: 100%; border-top: 1px dashed #8E806F; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(254, 251, 244, 0.9); padding: 1.6rem 0.5rem; text-align: center; color: #8E806F; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #8E806F; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child { border-top: none; } }
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .main_sidebar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 5rem; width: 1200px; margin: 0 auto; }
  .main_sidebar .sidebar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 27.3rem; display: block; margin-top: 10.8rem; }
  .main_sidebar .sidebar .sidebar_inner { background: #F5F2F0; padding: 3rem 0 0; }
  .main_sidebar .sidebar .sidebar_inner .tit { color: #8E806F; font-size: 3rem; text-align: center; margin-bottom: 3rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav { margin: 0; padding: 0; }
  .main_sidebar .sidebar .sidebar_inner .subnav li a { display: block; padding: 3.2rem 2.5rem 3rem 9.2rem; color: #8E806F; position: relative; font-size: 2.2rem; line-height: 1.28; }
  .main_sidebar .sidebar .sidebar_inner .subnav li a::before { content: ""; display: block; height: .2rem; width: calc(100% - 4rem); position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-top: 0.2rem dashed #B5ADA7; }
  .main_sidebar .sidebar .sidebar_inner .subnav li a::after { content: ""; display: block; width: 5.1rem; height: 4.7rem; background: url(../img/treatment_icon_01.png) no-repeat center center/contain; position: absolute; left: 2.2rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .main_sidebar .sidebar .sidebar_inner .subnav li a:hover, .main_sidebar .sidebar .sidebar_inner .subnav li a:focus { opacity: 1; background: rgba(255, 255, 255, 0.7); }
  .main_sidebar .sidebar .sidebar_inner .subnav li:first-child a { font-weight: bold; color: #DF4A85; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(2) a::after { background-image: url(../img/treatment_icon_02.png); width: 5.3rem; height: 4.3rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(3) a::after { background-image: url(../img/treatment_icon_03.png); width: 5.4rem; height: 5.6rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(4) a::after { background-image: url(../img/treatment_icon_04.png); width: 5rem; height: 4.9rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(5) a { padding-right: 4rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(5) a::after { background-image: url(../img/treatment_icon_05.png); width: 5rem; height: 4.9rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(6) a { font-weight: bold; color: #DF4A85; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(6) a::after { background-image: url(../img/treatment_icon_06.png); width: 5.4rem; height: 4.7rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(7) a::after { background-image: url(../img/treatment_icon_07.png); width: 4.6rem; height: 5.9rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(8) a::after { background-image: url(../img/treatment_icon_08.png); width: 5.7rem; height: 5.2rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(9) a::after { background-image: url(../img/treatment_icon_09.png); width: 5.3rem; height: 4.9rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(10) a::after { background-image: url(../img/treatment_icon_10.png); width: 5.2rem; height: 4.5rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(11) a::after { background-image: url(../img/treatment_icon_11.png); width: 5.5rem; height: 4.8rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(12) a::after { background-image: url(../img/treatment_icon_12.png); width: 4.3rem; height: 5rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(13) a::after { background-image: url(../img/treatment_icon_13.png); width: 4.3rem; height: 5rem; }
  .main_sidebar .sidebar .sidebar_inner .subnav li:nth-child(14) a::after { background-image: url(../img/treatment_icon_14.png); width: 4.5rem; height: 4.5rem; } }
.overview { font-size: 1.4rem; line-height: 1.6; }
.overview .overview_bg { background: url(../img/overview_bg.jpg) center center/cover; }
.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 .tit_timetable { font-size: 1.5rem; color: #A28D73; margin-top: 2rem; margin-bottom: .6rem; font-weight: bold; }
.overview .overview_bg > .wrap .tbl_time { margin: 0 0 0; }
.overview .overview_bg > .wrap .lst_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; border-top: 1px solid #8E806F; }
.overview .overview_bg > .wrap .lst_overview dt { font-weight: bold; width: 27%; padding: .4rem; border-bottom: 1px solid #8E806F; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #A28D73; }
.overview .overview_bg > .wrap .lst_overview dd { width: 73%; padding: .4rem; margin: 0; font-size: 90%; color: #444; border-bottom: 1px solid #8E806F; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_bg > .wrap .lst_overview dd.tel, .overview .overview_bg > .wrap .lst_overview dd.fax { color: #DF4A85; font-weight: bold; font-size: 140%; }
.overview .overview_bg > .wrap .lst_overview dd.access .access_txt { display: block; }
.overview .overview_bg > .wrap .map_illust { margin-top: 1rem; text-align: center; }
.overview .gmap { height: 28.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.8rem; }
  .overview .overview_bg > .wrap { padding-top: 10rem; padding-bottom: 9rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: center; align-self: center; }
  .overview .overview_bg > .wrap .overview_left { width: 45rem; margin-right: 6rem; -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .overview .overview_bg > .wrap .overview_left .clinic_name { margin: 0; }
  .overview .overview_bg > .wrap .overview_left .clinic_name img { max-width: none; width: 100%; height: auto; }
  .overview .overview_bg > .wrap .overview_right .tit_timetable { font-size: 2rem; margin-top: 3.5rem; margin-bottom: .8rem; }
  .overview .overview_bg > .wrap .overview_right .tbl_time { margin: 0; position: relative; }
  .overview .overview_bg > .wrap .overview_right .lst_overview dt { padding: 2.2rem 0; width: 17%; font-size: 2rem; }
  .overview .overview_bg > .wrap .overview_right .lst_overview dd { padding: 2.2rem 0; width: 83%; }
  .overview .overview_bg > .wrap .overview_right .lst_overview dd.tel, .overview .overview_bg > .wrap .overview_right .lst_overview dd.fax { font-size: 170%; }
  .overview .overview_bg > .wrap .overview_right .map_illust { margin-top: 3rem; text-align: left; }
  .overview .gmap { height: 55.0rem; } }
/*
.sidebar { display: none;
}
@include pc { .sidebar { display: block; background: $clr_gray_01; padding: 2.5rem 0; .tit { color: $clr_txt; font-size: 2.8rem; text-align: center; margin: 0 1.8rem 0; padding: 0 0 1.0rem; border-bottom: 1px solid $clr_txt; letter-spacing: .24em; &_txt_en { display: block; margin-top: .6rem; font-size: 1.2rem; color: $clr_gray_02; letter-spacing: .24em; } } .subnav { margin: 0; padding: 1.4rem 0 0 2.0rem; li { a { @include flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 1.0rem 0 1.0rem 7.0rem; color: $clr_txt; position: relative; font-size: 1.8rem; min-height: 6.0rem; .nav_txt_en { display: block; width: 100%; margin-top: .6rem; font-size: 1.2rem; color: $clr_gray_02; padding: 0 0 0 .2rem; transition: color .2s; } &::before { content: ""; display: block; width: 6.0rem; height: 6.0rem; background: $clr_txt url(../img/a_subnav_orthopedics.svg) no-repeat center center / cover; position: absolute; left: 0; top: 0; } &:hover, &:focus { background: #fff; color: $clr_green_01; opacity: 1; .nav_txt_en { color: $clr_green_01; } } &.orthopedics { &::before { background-image: url(../img/a_subnav_orthopedics.svg); } } &.rehabilitation { &::before { background-image: url(../img/a_subnav_rehabilitation.svg); } } &.sports_orthopedics { &::before { background-image: url(../img/a_subnav_sports_orthopedics.svg); } } &.spinal_disease { &::before { background-image: url(../img/a_subnav_spinal_disease.svg); } } &.backache { &::before { background-image: url(../img/a_subnav_backache.svg); } } &.neuralgia { &::before { background-image: url(../img/a_subnav_neuralgia.svg); } } &.osteoporosis { &::before { background-image: url(../img/a_subnav_osteoporosis.svg); } } &.traffic_accident { &::before { background-image: url(../img/a_subnav_traffic_accident.svg); } } } &:not(:last-child) { margin: 0 0 1.0rem; } } } }
}
*/
/*
#pageup { // ページアップ単体 display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: #e5bc53; border-radius: 50%; &::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e812'; color: #fff; } span { display: none; } }
}
@include pc { #pageup { a { width: 6.4rem; height: 6.4rem; &::before { font-size: 5.0rem; } } }
}
*/
.tel_up { width: 100%; background: #fcc8dd; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: .8rem 6rem .8rem 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.tel_up .tel { display: block; width: 100%; }
.tel_up .tel > span, .tel_up .tel > a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.0; padding: .57rem .5rem; border-radius: 1rem; background: #F992BB; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; }
.tel_up .tel > span::before, .tel_up .tel > a::before { font-family: 'fontello'; content: '\e808'; display: inline-block; font-size: 90%; padding-right: .1em; position: relative; top: -.05em; }
.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: #F992BB; 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%; -webkit-transform: translate(-50%, -54%); transform: translate(-50%, -54%); }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.0rem; bottom: 2.0rem; right: 2.0rem; left: auto; background: transparent; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .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.2rem; background: #A28D73; color: #fff; }
.footer .copy { display: block; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 4.0rem 0 0; background: #A28D73; color: #fff; }
  .footer .copy { font-size: 1.4rem; padding: 2rem; }
  .footer ul { display: block; text-align: center; margin: 0 auto; max-width: 76rem; }
  .footer ul.subnav:last-of-type { margin: 0 auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin-bottom: 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:hover, .footer ul li a:focus { text-decoration: underline; }
  .footer ul li.visiting_care { display: none; }
  .footer ul li.treatment { display: none; } }
.index main .wrap { padding: 3rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 5rem 0; } }
.index .wrapper_keyvsl { position: relative; }
.index .wrapper_keyvsl > *:first-child { z-index: 0 !important; }
.index .wrapper_keyvsl #keyvsl, .index .wrapper_keyvsl #keyvsl_sp { width: 100%; background-size: cover; background-position: center center; padding: 18rem 1rem 0; }
.index .wrapper_keyvsl .keyvsl_txt { font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 500; color: #fff; }
.index .wrapper_keyvsl .keyvsl_txt .keyvsl_catch { padding: 2.6rem .8rem .8rem; font-size: 1.72rem; line-height: 1.3; letter-spacing: .04em; background: rgba(223, 74, 133, 0.75) url(../img/keyvsl_catch_icon.png) no-repeat right 1.5rem top 0.5rem/12rem 12rem; }
.index .wrapper_keyvsl .keyvsl_txt .open { width: 9rem; height: 7.3rem; position: absolute; top: 12.3rem; right: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 1.2rem; line-height: 1.3; }
.index .wrapper_keyvsl .keyvsl_txt .open > span { position: relative; z-index: 1; }
.index .wrapper_keyvsl .keyvsl_txt .open .date_fontS { font-size: 80%; }
.index .wrapper_keyvsl .keyvsl_txt .open .date_fontL { font-size: 110%; }
.index .wrapper_keyvsl .keyvsl_txt .open .date_fontLL { font-size: 125%; }
.index .wrapper_keyvsl .keyvsl_txt .open::before, .index .wrapper_keyvsl .keyvsl_txt .open::after { display: block; content: ""; background: rgba(249, 146, 187, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-transform: translate(0.2rem, 0.2rem); transform: translate(0.2rem, 0.2rem); -webkit-box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.15); box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.15); }
.index .wrapper_keyvsl .keyvsl_txt .open::after { -webkit-transform: translate(-0.2rem, -0.2rem); transform: translate(-0.2rem, -0.2rem); }

@media screen and (min-width: 48em), print { .index .wrapper_keyvsl { padding: 0; position: relative; margin: 0 auto; }
  .index .wrapper_keyvsl #keyvsl, .index .wrapper_keyvsl #keyvsl_sp { padding: 0; height: 75rem; }
  .index .wrapper_keyvsl .keyvsl_txt .keyvsl_catch { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; -webkit-text-orientation: upright; text-orientation: upright; font-size: 3.2rem; background: rgba(223, 74, 133, 0.75) url(../img/keyvsl_catch_icon.png) no-repeat right 8rem center/38.6rem 38.6rem; position: absolute; left: 0; top: 0; height: 100%; width: calc(50% - 32.7rem); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 1.6; padding-right: 10rem; }
  .index .wrapper_keyvsl .keyvsl_txt .open { top: auto; right: calc(50% - 60rem); font-size: 2rem; width: 16rem; height: 13rem; bottom: 5.5rem; }
  .index .wrapper_keyvsl .keyvsl_txt .open .date_fontLL { font-size: 130%; }
  .index .wrapper_keyvsl .keyvsl_txt .open::before, .index .wrapper_keyvsl .keyvsl_txt .open::after { -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15); box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15); -webkit-transform: translate(0.5rem, 0.5rem); transform: translate(0.5rem, 0.5rem); }
  .index .wrapper_keyvsl .keyvsl_txt .open::after { -webkit-transform: translate(-0.5rem, -0.5rem); transform: translate(-0.5rem, -0.5rem); } }
main .wrapper_news .wrap dl { margin: 0; line-height: 1.4; padding: 0 1rem .7rem; background: #FEFBF4; }
main .wrapper_news .wrap dl dt { color: #DF4A85; margin: 0 0 .8rem; font-size: 1.6rem; cursor: pointer; display: inline-block; position: relative; width: 100%; padding-left: 2.2rem; padding-top: 1.5rem; }
main .wrapper_news .wrap dl dt::before { content: '▼'; display: block; position: absolute; top: .9em; left: 0em; }
main .wrapper_news .wrap dl dt.open::before { content: '▲'; }
main .wrapper_news .wrap dl dd { margin: 0 0 .5rem; font-size: 1.4rem; word-wrap: break-word; }
@media screen and (min-width: 48em), print { main .wrapper_news .wrap { padding-top: 10rem; }
  main .wrapper_news .wrap dl { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding: 4rem 4.5rem; }
  main .wrapper_news .wrap dl dt { font-size: 2rem; padding-left: 2.4rem; }
  main .wrapper_news .wrap dl dt::before { top: .75em; }
  main .wrapper_news .wrap dl dd { font-size: 1.8rem; margin: 0 0 2rem; } }
main .bnr_recruit { display: block; padding: 15px 15px 15px 45%; width: 99%; background: url(../img/bnr_recruit.png) #DF4A85 no-repeat left/40%; }
main .bnr_recruit:hover { opacity: 0.7; /*要素の透明度を指定*/ filter: alpha(opacity=70); }
main .bnr_recruit .title { display: block; font-size: 1.7rem; color: #fff; border-bottom: 1px solid #FFF; margin-bottom: .5em; text-align: center; }
main .bnr_recruit .link { display: block; font-size: 1rem; font-weight: normal; color: #fff; text-align: center; }
@media screen and (min-width: 48em), print { main .bnr_recruit { display: block; padding: 30px 15px 30px 45%; width: 99%; background: url(../img/bnr_recruit.png) #DF4A85 no-repeat left/40%; }
  main .bnr_recruit:hover { opacity: 0.7; /*要素の透明度を指定*/ filter: alpha(opacity=70); }
  main .bnr_recruit .title { display: block; font-size: 3.4rem; color: #fff; border-bottom: 1px solid #FFF; margin-bottom: .5em; text-align: center; }
  main .bnr_recruit .link { display: block; font-size: 1.8rem; font-weight: normal; color: #fff; text-align: center; } }
main .wrapper_feature .wrap .list_feature li { margin-top: 3rem; }
main .wrapper_feature .wrap .list_feature li:first-child { margin-top: 0; }
main .wrapper_feature .wrap .list_feature li .image { margin-right: 3rem; margin-bottom: -1rem; }
main .wrapper_feature .wrap .list_feature li .image img { border-radius: .5rem; display: inline-block; }
main .wrapper_feature .wrap .list_feature li .text_box { position: relative; margin-left: 3rem; background: url(../img/feature_logo.png) no-repeat left -2.4rem bottom -3.2rem/contain, -webkit-gradient(linear, left top, left bottom, from(#F9F2E0), to(#FFFDF8)) no-repeat center center/cover; background: url(../img/feature_logo.png) no-repeat left -2.4rem bottom -3.2rem/contain, linear-gradient(to bottom, #F9F2E0, #FFFDF8) no-repeat center center/cover; padding: 2.8rem .8rem 1.5rem; border-radius: .5rem; -webkit-box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.15); box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.15); }
main .wrapper_feature .wrap .list_feature li .text_box > :last-child { margin-bottom: 0; }
main .wrapper_feature .wrap .list_feature li .text_box .num { font-family: 'EB Garamond', serif; font-style: italic; color: #DF4A85; font-size: 5rem; position: absolute; line-height: 1; top: 0; right: 1rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: .7; }
main .wrapper_feature .wrap .list_feature li .text_box .catch { font-size: 1.7rem; margin-bottom: .9rem; color: #DF4A85; line-height: 1.2; display: block; }
main .wrapper_feature .wrap .list_feature li .text_box .text { margin-bottom: 0; }
main .wrapper_feature .wrap .list_feature li:nth-child(2n) .image { margin-right: 0; margin-left: 3rem; }
main .wrapper_feature .wrap .list_feature li:nth-child(2n) .text_box { margin-right: 3rem; margin-left: 0; }
main .wrapper_feature .wrap .list_feature li:nth-child(2n) .text_box .num { right: auto; left: .8rem; color: #7E4D2C; }
main .wrapper_feature .wrap .list_feature li:nth-child(2n) .text_box .catch { color: #7E4D2C; }
@media screen and (min-width: 48em), print { main .wrapper_feature .wrap .list_feature li { margin-top: 4.5rem; }
  main .wrapper_feature .wrap .list_feature li .image { margin-bottom: -22rem; margin-right: 30.8rem; }
  main .wrapper_feature .wrap .list_feature li .text_box { padding: 4.5rem 2.5rem 1.5rem; min-height: 25rem; margin-left: 51.5rem; -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15); box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15); }
  main .wrapper_feature .wrap .list_feature li .text_box .num { font-size: 9rem; }
  main .wrapper_feature .wrap .list_feature li .text_box .catch { font-size: 2.8rem; }
  main .wrapper_feature .wrap .list_feature li .text_box .text { font-size: 2rem; }
  main .wrapper_feature .wrap .list_feature li:nth-child(2n) .image { margin-left: 30.8rem; }
  main .wrapper_feature .wrap .list_feature li:nth-child(2n) .text_box { margin-left: 0; margin-right: 51.5rem; }
  main .wrapper_feature .wrap .list_feature li:nth-child(2n) .text_box .num { right: auto; left: 2.5rem; } }

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; } }
body.doctor .toggle_acco_trigger::after { content: ""; font-family: 'fontello'; content: '\f107'; display: inline-block; padding-left: .05em; font-weight: normal; }
body.doctor .toggle_acco_trigger.is_open::after { content: '\f106'; }

#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.2rem; }

.sp-selected-thumbnail { border: .4rem solid #000; }

@media screen and (min-width: 48em), print { .sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.access .imgtxt_accessmap { margin-bottom: 1rem; }
.access .imgtxt_accessmap .imgtxt_image { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 auto 1.5rem; max-width: 94%; text-align: center; }
.access .imgtxt_accessmap .imgtxt_txt :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { .access .imgtxt_accessmap { margin-bottom: 1rem; }
  .access .imgtxt_accessmap .imgtxt_image { float: right; margin: 0 0 2.0rem 2.0rem; max-width: 27.3rem; }
  .access .imgtxt_accessmap::after { content: ''; display: block; clear: both; } }
body.index .bread_list { display: none !important; }

.bread_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; 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 */