@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; }

.orange { color: #ed7e32; }

.pink { color: #e890d1; }

.bg_orange { background: #ed7e32; }

.bg_blue { background: #a4c2e5; }

.bg_pink { background: #f6baa0; }

.font_big { font-size: 1.6rem; }

@media screen and (min-width: 48em), print { .font_big { font-size: 2rem; } }
.waku { border: 3px solid #f6baa0; border-radius: 10px; padding: 1rem; color: #ed7e32; text-align: center; }

.waku_green { border: 3px solid #70ad47; border-radius: 10px; padding: 1rem; text-align: center; }

.underline { text-decoration: underline; }

.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; }

.tate { max-width: 60%; }

@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; }
  .tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
table.timetable { padding: 0; margin: auto; width: 100%; text-align: center; border-collapse: separate; border-spacing: 0; border-radius: 5px; overflow: hidden; border: #ffd271 1px solid; }
table.timetable tr th { box-sizing: border-box; font-weight: normal; padding: 0.5rem 0; vertical-align: middle; color: #666666; background-color: #ffd271; width: 9.5%; border-bottom: #ffd271 1px solid; }
table.timetable tr th.time { /*width: 30%!important;*/ width: 35% !important; background-color: #fff; /*text-align: right;*/ }
table.timetable tr th.holiday { width: 15% !important; }
table.timetable tr th span { font-size: 75%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; padding: 0.5rem 0; vertical-align: middle; color: #666666; border-bottom: #ffd271 1px solid; background-color: #fff; }
table.timetable tr:last-child th, table.timetable tr:last-child td { border-bottom: none; }

.notice_time { color: #666666; margin: 0.2rem auto 0 auto; font-weight: normal; line-height: 1.4; }

table.tbl01 { padding: 0; margin: auto; width: 100%; text-align: center; border-collapse: separate; border-spacing: 0; border-radius: 5px; overflow: hidden; border: #ffd271 1px solid; }
table.tbl01 tr td, table.tbl01 tr th { box-sizing: border-box; font-weight: normal; padding: 0.5rem 0; vertical-align: middle; color: #666666; border-bottom: #ffd271 1px solid; background-color: #fff; }
table.tbl01 tr:last-child th, table.tbl01 tr:last-child td { border-bottom: none; }

table.tbl02 { padding: 0; margin: 0 auto 10rem; width: 100%; text-align: left; border-collapse: separate; border-spacing: 0; overflow: hidden; border: #666 1px solid; }
table.tbl02 tr td, table.tbl02 tr th { box-sizing: border-box; font-weight: normal; padding: 1rem; vertical-align: middle; color: #666666; border-bottom: #666 1px solid; background-color: #fff; }
table.tbl02 tr th { background: #ffd271; text-align: center; }
table.tbl02 tr:last-child th, table.tbl02 tr:last-child td { border-bottom: none; }

.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { position: relative; background: url(../img/tit_01.jpg) no-repeat center top/cover; font-size: 2.8rem; padding: 5vw 0 9.5vw; margin: 0 0 3.0rem; font-family: 'kosugiMaru'; color: #fff; text-align: center; text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2), -1px 1px 7px rgba(0, 0, 0, 0.2), 1px -1px 7px rgba(0, 0, 0, 0.2), -1px -1px 7px rgba(0, 0, 0, 0.2), 1px 0px 7px rgba(0, 0, 0, 0.2), 0px 1px 7px rgba(0, 0, 0, 0.2), -1px 0px 7px rgba(0, 0, 0, 0.2), 0px -1px 7px rgba(0, 0, 0, 0.2); }

.tit_02 { text-align: center; color: #804e11; font-size: 2.6rem; margin: 0 0 2rem 0; font-family: 'kosugiMaru'; position: relative; }
.tit_02::before { background: url(../img/h2_img.png) no-repeat center center/contain; content: ""; width: 63px; height: 12px; margin-left: -31.5px; display: block; position: absolute; left: 50%; top: -2rem; }
.tit_02 span { display: block; font-size: 1.6rem; color: #ff8a35; font-family: 'quicksand'; font-weight: normal; }

.tit_03 { color: #804e11; font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; padding: 0.5rem 1rem; background-color: #ffd271; }

.tit_04 { position: relative; color: #717071; font-size: 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; border-bottom: #ddd solid 4px; }
.tit_04::before { position: absolute; bottom: -4px; left: 0; width: 40px; height: 4px; content: ''; background: #ff8a35; }

.tit_05 { position: relative; color: #717071; font-size: 1.4rem; line-height: 1.2; margin: 0 0 2.0rem; padding-left: 2.2rem; }
.tit_05::before { position: absolute; top: 2px; left: 0; width: 1.5rem; height: 1.5rem; content: ''; background: #ff8a35; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 3.6rem; padding: 5vw 0 8vw; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; }
  .tit_02 span { font-size: 1.8rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 3.0rem; }
  .tit_05 { font-size: 1.8rem; margin: 0 0 3.0rem; } }
.lst_ul01 li { padding: 0 0 1.0rem 1.4em; line-height: 1.4; position: relative; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #ff8a35; position: absolute; left: 0; }
.lst_ul01.kome li::before { content: '※'; color: #666666; }

.lst_ol01 { counter-reset: item; list-style-type: none; margin: 1.0rem 0 1.0rem 2.6rem; }
.lst_ol01 li { line-height: 1.8; counter-increment: number 1; padding: 0 0 1.0rem 3rem; position: relative; }
.lst_ol01 li::before { display: inline-block; counter-increment: item; content: counter(item); position: absolute; left: 0; width: 25px; height: 25px; color: #804e11; background-color: #ffe5ad; border-radius: 50%; text-align: center; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; color: #804e11; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

.lst_dl02 { border-top: #ddd 1px solid; }
.lst_dl02 dt { display: block; padding: 0.5rem 1rem; font-weight: bold; color: #804e11; background-color: #ffe5ad; border-bottom: #ddd 1px solid; }
.lst_dl02 dd { padding: 0.5rem 1rem; margin: 0 0 1.0rem; border-bottom: #ddd 1px solid; text-align: right; }

@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; }
  .lst_dl01 { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 1.0rem; }
  .lst_dl02 { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl02 dt { width: 35%; padding: 1rem 2rem; }
  .lst_dl02 dd { width: 65%; margin: 0; padding: 1rem 2rem; } }
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 { -webkit-justify-content: flex-start; justify-content: flex-start; }
  .flex3 li { width: 32%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; }
  .flex4 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .flex4 > div:first-child { width: 60%; }
  .flex4 > div:last-child { width: 35%; } }
.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.ex_box { display: block; padding: 1rem; background-color: #fffdec; border-radius: 5px; }

.ex_box02 { display: block; padding: 1rem; border: #ff8a35 2px dotted; border-radius: 5px; }

@media screen and (min-width: 48em), print { .ex_box { padding: 2rem; }
  .ex_box02 { padding: 2rem; } }
.bg_wave { position: relative; background-color: #fffdec; padding: 6rem 0 7rem; }
.bg_wave::before { content: ""; display: block; position: absolute; width: 100%; background: url(../img/bg_wave_t.png) no-repeat -2vw center/cover; top: -5vw; height: 5vw; }
.bg_wave::after { content: ""; display: block; position: absolute; width: 100%; background: url(../img/bg_wave_b.png) no-repeat -2vw center/cover; bottom: 0; height: 5vw; }

@media screen and (min-width: 48em), print { .bg_wave { padding: 3rem 0 12rem; } }
.btn_brown { position: relative; display: inline-block; height: auto; width: auto; background: #804e11; border-radius: 6rem; padding: 1rem 4rem 1rem 6rem; color: #fff; }
.btn_brown::before { display: block; position: absolute; top: 1rem; margin-left: -1.5rem; font-family: 'fontello'; content: '\e8f3'; font-size: 80%; }

.btn_brown02 { position: relative; display: inline-block; height: auto; width: auto; background: #fff; border: #804e11 1px solid; border-radius: 10vh; padding: 1rem 4rem 1rem 6rem; color: #804e11; }
.btn_brown02::before { display: block; position: absolute; top: 1rem; margin-left: -1.5rem; font-family: 'fontello'; content: '\e8f3'; font-size: 80%; }

.btn_orange { position: relative; display: block; height: auto; width: auto; color: #666666; background: #ffd271; border-radius: 6rem; padding: 1rem 4rem 1rem 5rem; margin-bottom: 1rem; font-size: 90%; }

.txt_link { color: #ff8a35; }

@media screen and (min-width: 48em), print { .btn_brown, .btn_brown02 { padding: 1.2rem 5rem 1.2rem 7rem; font-size: 1.8rem; }
  .btn_brown::before, .btn_brown02::before { top: 1.5rem; left: 5rem; font-size: 1.3rem; }
  .btn_orange { padding: 1.2rem 5rem 1.2rem 7rem; font-size: 1.8rem; } }
html { font-size: calc(100vw / 32); font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }

body { background: #fff; color: #666666; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ''; background: rgba(51, 51, 51, 0.6); position: fixed; top: 0; z-index: 2; opacity: 0; -webkit-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
body.noscr { height: 100%; overflow: hidden; }
body.noscr::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 100%; margin: auto; }
  .main { font-size: 1.6rem; order: 2; width: 100%; }
  .sidebar { order: 1; width: 23%; } }
@font-face { font-family: 'quicksand'; src: url(Quicksand-SemiBold.ttf); }
@font-face { font-family: 'kosugiMaru'; src: url(KosugiMaru-Regular.ttf); }
@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 { width: 100%; background-color: #fff; border-top: #ff8a35 5px solid; z-index: 10; }
.header .wrap { width: 100%; padding: 1.0rem; }
.header .wrap .logo { height: 4.5rem; }
.header .wrap .logo a { display: block; width: 80%; height: 100%; background: url(../img/logo.png) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { width: 100%; color: #717071; font-size: 1.4rem; padding-top: 1%; }
.header .wrap .headR .address { display: block; position: relative; margin-bottom: 0.4rem; padding-left: 1.5rem; }
.header .wrap .headR .address::before { font-family: 'fontello'; content: '\e8fd'; position: absolute; left: -0.5rem; font-size: 90%; }
.header .wrap .headR .access { display: block; position: relative; padding-left: 1.5rem; }
.header .wrap .headR .access::before { font-family: 'fontello'; content: '\e8fe'; position: absolute; top: 0.35rem; left: -0.5rem; font-size: 90%; }
.header .wrap .headR .access b { font-style: normal; font-weight: 600; font-size: 1.6rem; }
.header .wrap .headR .access span { display: none; }
.header .wrap .headR .tel { font-family: 'quicksand'; font-size: 2.4rem; display: block; position: relative; padding-left: 1.8rem; letter-spacing: 0.2rem; margin: 1.2rem 15%; }
.header .wrap .headR .tel::before { font-family: 'fontello'; content: '\e8f7'; position: absolute; top: 0.6rem; left: -0.5rem; font-size: 70%; }
.header .wrap .headR .web a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; padding: 1.2rem 1.5rem 1rem 1.5rem; background-color: #ffe5ad; border-radius: 10vh; font-size: 1.8rem; font-weight: 600; letter-spacing: 0.1rem; }
.header .wrap .headR .web a::before { font-family: 'fontello'; content: '\e8fc'; font-size: 140%; font-weight: 500; margin-right: 0.5rem; }

@media screen and (min-width: 48em), print { .header { position: fixed; padding-bottom: 1rem; min-width: 1200px; }
  .header .wrap { max-width: 1200px; margin: 1.0rem auto 1.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo { width: 40rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .headR { width: 76rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; font-size: 1.6rem; padding-left: 2%; padding-top: 1%; }
  .header .wrap .headR .access::before { top: 0.15rem; }
  .header .wrap .headR .access b { font-size: 1.8rem; }
  .header .wrap .headR .tel { font-size: 2.8rem; padding-left: 2.2rem; margin: 0; }
  .header .wrap .headR .web a { padding: 1.2rem 2rem 1rem; font-size: 1.6rem; font-weight: 600; }
  .head_sub { padding: 166px 0 5vw; } }
.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: #ff8a35; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0.2rem 0 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e801'; 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: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; padding: 1.6rem; position: absolute; top: 6.0rem; right: 1.0rem; margin: auto; }
.slicknav_menu .slicknav_nav a { color: inherit; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) { border-bottom: 1px solid #ddd; }
.slicknav_menu .slicknav_nav .gnav li.items, .slicknav_menu .slicknav_nav .gnav li.superunit, .slicknav_menu .slicknav_nav .gnav li.dermatology, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology, .slicknav_menu .slicknav_nav .gnav li a { display: block; color: #666666 !important; padding: 1.0rem 0; font-size: 1.6rem; margin: 0; position: relative; }
.slicknav_menu .slicknav_nav .gnav li.items:not(.sub)::after, .slicknav_menu .slicknav_nav .gnav li.superunit:not(.sub)::after, .slicknav_menu .slicknav_nav .gnav li.dermatology:not(.sub)::after, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology:not(.sub)::after, .slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e8f3'; color: #d7d7d7; font-size: 1.4rem; }
.slicknav_menu .slicknav_nav .gnav li.items.sub, .slicknav_menu .slicknav_nav .gnav li.superunit.sub, .slicknav_menu .slicknav_nav .gnav li.dermatology.sub, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology.sub, .slicknav_menu .slicknav_nav .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .gnav li.items.sub::after, .slicknav_menu .slicknav_nav .gnav li.superunit.sub::after, .slicknav_menu .slicknav_nav .gnav li.dermatology.sub::after, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology.sub::after, .slicknav_menu .slicknav_nav .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-family: 'fontello'; content: '\e8f4'; font-size: 1.4rem; color: #d7d7d7; }
.slicknav_menu .slicknav_nav .gnav li.items:hover, .slicknav_menu .slicknav_nav .gnav li.superunit:hover, .slicknav_menu .slicknav_nav .gnav li.dermatology:hover, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology:hover, .slicknav_menu .slicknav_nav .gnav li a:hover { 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: '\e8f5'; color: #d7d7d7; }
.slicknav_menu .slicknav_nav .gnav li .subnav { margin: 0; }
.slicknav_menu .slicknav_nav .gnav li .subnav li.dermatology, .slicknav_menu .slicknav_nav .gnav li .subnav li.pediatric-dermatology, .slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem; color: #666666; }
.slicknav_menu .slicknav_nav .gnav li .subnav li.dermatology:hover, .slicknav_menu .slicknav_nav .gnav li .subnav li.pediatric-dermatology:hover, .slicknav_menu .slicknav_nav .gnav li .subnav li a:hover { color: #666666 !important; background: none; }
.slicknav_menu .slicknav_nav .gnav li.items, .slicknav_menu .slicknav_nav .gnav li.superunit, .slicknav_menu .slicknav_nav .gnav li.dermatology, .slicknav_menu .slicknav_nav .gnav li.pediatric-dermatology { color: #9F9F9F !important; }
.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: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: 100%; position: relative; }
  #nav .gnav li.treatment::before { content: ''; background: url(../img/gnav_medical.svg) no-repeat center center/contain; width: 23px; height: 19px; position: absolute; top: .6rem; left: 50%; margin-left: -11.5px; font-size: 2rem; color: #717071; }
  #nav .gnav li.items, #nav .gnav li.superunit, #nav .gnav li.dermatology, #nav .gnav li.pediatric-dermatology, #nav .gnav li a { display: block; text-align: center; font-size: 1.6rem; font-weight: 600; padding: 3.2rem .6rem 0.2rem; color: #717071; position: relative; }
  #nav .gnav li.items::before, #nav .gnav li.superunit::before, #nav .gnav li.dermatology::before, #nav .gnav li.pediatric-dermatology::before, #nav .gnav li a::before { position: absolute; top: .6rem; left: 50%; color: #717071; }
  #nav .gnav li.items.home::before, #nav .gnav li.superunit.home::before, #nav .gnav li.dermatology.home::before, #nav .gnav li.pediatric-dermatology.home::before, #nav .gnav li a.home::before { content: ''; background: url(../img/gnav_home.svg) no-repeat center center/contain; width: 17px; height: 16px; margin-left: -8.5px; }
  #nav .gnav li.items.doctor::before, #nav .gnav li.superunit.doctor::before, #nav .gnav li.dermatology.doctor::before, #nav .gnav li.pediatric-dermatology.doctor::before, #nav .gnav li a.doctor::before { content: ''; background: url(../img/gnav_doctor.svg) no-repeat center center/contain; width: 22px; height: 21px; margin-left: -11px; }
  #nav .gnav li.items.items::before, #nav .gnav li.superunit.items::before, #nav .gnav li.dermatology.items::before, #nav .gnav li.pediatric-dermatology.items::before, #nav .gnav li a.items::before { content: ''; background: url(../img/gnav_product.svg) no-repeat center center/contain; width: 22px; height: 21px; margin-left: -11px; }
  #nav .gnav li.items.superunit::before, #nav .gnav li.superunit.superunit::before, #nav .gnav li.dermatology.superunit::before, #nav .gnav li.pediatric-dermatology.superunit::before, #nav .gnav li a.superunit::before { content: ''; background: url(../img/gnav_corona.svg) no-repeat center center/contain; width: 24px; height: 24px; margin-left: -12px; }
  #nav .gnav li.items.clinic::before, #nav .gnav li.superunit.clinic::before, #nav .gnav li.dermatology.clinic::before, #nav .gnav li.pediatric-dermatology.clinic::before, #nav .gnav li a.clinic::before { content: ''; background: url(../img/gnav_clinic.svg) no-repeat center center/contain; width: 22px; height: 21px; margin-left: -11px; }
  #nav .gnav li.items.access::before, #nav .gnav li.superunit.access::before, #nav .gnav li.dermatology.access::before, #nav .gnav li.pediatric-dermatology.access::before, #nav .gnav li a.access::before { content: ''; background: url(../img/gnav_access.svg) no-repeat center center/contain; width: 24px; height: 20px; margin-left: -12px; }
  #nav .gnav li.items.recruit::before, #nav .gnav li.superunit.recruit::before, #nav .gnav li.dermatology.recruit::before, #nav .gnav li.pediatric-dermatology.recruit::before, #nav .gnav li a.recruit::before { content: ''; background: url(../img/gnav_recruit.svg) no-repeat center center/contain; width: 24px; height: 20px; margin-left: -12px; }
  #nav .gnav li.items.sub::after, #nav .gnav li.superunit.sub::after, #nav .gnav li.dermatology.sub::after, #nav .gnav li.pediatric-dermatology.sub::after, #nav .gnav li a.sub::after { font-family: 'fontello'; content: '\e8f4'; position: absolute; margin-top: 0.2rem; margin-left: 0.5rem; color: #666666; font-size: 60%; }
  #nav .gnav li.items.sub.close::after, #nav .gnav li.superunit.sub.close::after, #nav .gnav li.dermatology.sub.close::after, #nav .gnav li.pediatric-dermatology.sub.close::after, #nav .gnav li a.sub.close::after { content: '\e8f5'; }
  #nav .gnav li.items, #nav .gnav li.superunit { color: #9F9F9F !important; }
  #nav .gnav li.items::before { content: ''; background: url(../img/gnav_product.svg) no-repeat center center/contain; width: 22px; height: 21px; margin-left: -11px; color: #9F9F9F !important; }
  #nav .gnav li.superunit::before { content: ''; background: url(../img/gnav_corona.svg) no-repeat center center/contain; width: 24px; height: 24px; margin-left: -12px; color: #9F9F9F !important; }
  #nav .gnav li .subnav { width: 100%; visibility: hidden; position: absolute; }
  #nav .gnav li .subnav li { width: 100%; }
  #nav .gnav li .subnav li.dermatology, #nav .gnav li .subnav li.pediatric-dermatology, #nav .gnav li .subnav li a { display: block; width: 100%; background: #fff; padding: 1.6rem 0; text-align: center; color: #666666; }
  #nav .gnav li .subnav li.dermatology::before, #nav .gnav li .subnav li.pediatric-dermatology::before, #nav .gnav li .subnav li a::before { display: none; }
  #nav .gnav li .subnav li.dermatology:hover, #nav .gnav li .subnav li.pediatric-dermatology:hover, #nav .gnav li .subnav li a:hover { background: #ffe5ad; opacity: 1; } }
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .sidebar { display: block; }
  .sidebar .tit { background: #6b4f3c; color: #f1ffdb; font-size: 2.4rem; text-align: center; padding: 1.8rem; border-radius: .8rem; }
  .sidebar .subnav { margin: 0; padding: 1.0rem 0; }
  .sidebar .subnav li a { display: block; padding: 1.2rem .6rem; color: #48341d; position: relative; font-size: 1.8rem; }
  .sidebar .subnav li a::after { font-family: 'fontello'; content: '\e807'; position: absolute; right: .6rem; color: #d8c8bd; }
  .sidebar .subnav li a:hover { background: #ffedcd; color: #ec7218; }
  .sidebar .subnav li a:hover::after { color: #ec7218; }
  .sidebar .subnav li:not(:last-child) { border-bottom: 1px solid #dedede; } }
.overview { position: relative; display: block; height: auto; width: 100%; background: #fffdec; padding: 7rem 0 8rem; }
.overview::before { content: ""; display: block; position: absolute; width: 100%; background: url(../img/bg_wave_t.png) no-repeat -2vw center/cover; top: -5vw; height: 5vw; }
.overview .clinic_name { text-align: center; margin: 0 auto 2.0rem; width: 96%; }
.overview .clinic_name img { width: 100%; height: auto; }
.overview .address { display: block; position: relative; width: 96%; margin: 0 auto 0.4rem; padding-left: 2.5rem; font-size: 1.4rem; }
.overview .address::before { font-family: 'fontello'; content: '\e8fd'; position: absolute; margin-left: -2rem; font-size: 90%; }
.overview > .wrap { position: relative; width: 96%; margin: auto; }
.overview > .wrap::before { content: ""; background: url(../img/logo_chara_l.png) no-repeat center center/contain; width: 45%; height: 4rem; position: absolute; top: -72vw; right: 0; }
.overview > .wrap .contact { display: block; margin: 2rem 0 1.3rem; }
.overview > .wrap .contact div { position: relative; }
.overview > .wrap .contact .tel_box { position: relative; width: 78%; margin: 0 auto; }
.overview > .wrap .contact .tel_box .tel_tit { display: inline-block; position: absolute; top: 0.4rem; left: 0; padding: 0.1rem 1rem; background-color: #717071; border-radius: 10vh; font-size: 1.4rem; font-style: normal; font-weight: normal; color: #fff; }
.overview > .wrap .contact .tel, .overview > .wrap .contact .fax { font-family: 'quicksand'; font-size: 2rem; display: block; /*width: 78%;*/ position: relative; margin: 0 auto 0.7rem; padding-left: 8.2rem; letter-spacing: 0.2rem; white-space: nowrap; }
.overview > .wrap .contact .tel::before, .overview > .wrap .contact .fax::before { position: absolute; font-family: 'fontello'; top: 0.2rem; left: 5.8rem; font-size: 90%; }
.overview > .wrap .contact .tel::before { content: '\e8f7'; }
.overview > .wrap .contact .fax::before { content: '\e8fb'; }
.overview > .wrap .contact .web { display: block; width: 100%; margin: 2rem auto 1rem; }
.overview > .wrap .contact .web a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; height: 100%; padding: 1.2rem 1.5rem 1rem; background-color: #ffe5ad; border-radius: 10vh; font-size: 1.8rem; font-weight: 600; letter-spacing: 0.1rem; text-decoration: none; }
.overview > .wrap .contact .web a::before { font-family: 'fontello'; content: '\e8fc'; font-size: 140%; font-weight: 500; margin-right: 0.5rem; }
.overview > .wrap .gaiyo { width: 90%; margin: 0 auto 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; }
.overview > .wrap .gaiyo dt { width: 30%; padding: 1rem 0 0.5rem; color: #666666; font-weight: 600; }
.overview > .wrap .gaiyo dd { width: 70%; padding: 1rem 0.5rem 0.5rem; margin: 0; }
.overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 98%; margin: auto; }
.overview > .wrap .overviewL { margin-bottom: 5rem; }
.overview > .wrap .overviewL .timetable { margin: 1.6rem 0 1rem; font-size: 1.4rem; }
.overview > .wrap .overviewL .notice_time { font-size: 1.4rem; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { height: 29.9rem; margin-bottom: 1rem; }
.overview > .wrap .overviewR .btn_gry { padding: 1rem 1.5rem 1rem 3.5rem; float: right; font-size: 1.4rem; }
.overview > .wrap .overviewR .btn_gry::before { left: 2rem; top: 1rem; }

@media screen and (min-width: 48em), print { .overview { padding: 3rem 0 8rem; margin-top: 20rem; }
  .overview .clinic_name { width: 51.7rem; }
  .overview .address { font-size: 1.6rem; text-align: center; margin-bottom: 2rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 100%; max-width: 1100px; }
  .overview > .wrap::before { width: 228px; height: 68px; top: -24rem; }
  .overview > .wrap .contact { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 2rem 0 1.3rem; }
  .overview > .wrap .contact .tel_box { width: auto; }
  .overview > .wrap .contact .tel, .overview > .wrap .contact .fax { width: auto; font-size: 2.2rem; display: inline-block; width: 78%; }
  .overview > .wrap .contact .web { width: 48%; margin: 0 auto 1rem; }
  .overview > .wrap .gaiyo { width: 100%; margin: 0 0 2rem; font-size: 1.6rem; }
  .overview > .wrap .gaiyo dt { padding: 1rem 0; }
  .overview > .wrap .gaiyo dd { padding: 1rem 0.5rem; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 47%; margin: 0; }
  .overview > .wrap .overviewL .timetable { margin: 1.6rem 0; font-size: 1.8rem; }
  .overview > .wrap .overviewL .notice_time { font-size: 1.6rem; }
  .overview > .wrap .overviewR .gmap { margin-top: 2rem; }
  .overview > .wrap .overviewR .btn_gry { padding: 1.2rem 2rem 1.2rem 4rem; font-size: 1.6rem; }
  .overview > .wrap .overviewR .btn_gry::before { left: 2rem; } }
#pageup { display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; }
#pageup a { display: block; width: 5.0rem; height: 5.0rem; background: url(../img/pageup.png) no-repeat center center/contain; border-radius: 50%; text-indent: -999999px; }

@media screen and (min-width: 48em), print { #pageup a { width: 5.5rem; height: 5.5rem; } }
.footer { display: block; height: auto; width: 100%; background: #fffdec; padding: 1rem 0 0; text-align: center; }
.footer .copy { display: block; background: #ff8a35; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer .copy a { color: inherit; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer .copy { margin: 3.0rem 0 0; padding: 1.5rem 0; font-size: 1.4rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav li:nth-child(8)::after { content: none; } }
.floating-banner { display: none; }

@media screen and (min-width: 48em), print { .floating-banner { display: block; position: fixed; top: 40%; right: 0; }
  .floating-banner a { display: block; letter-spacing: .8em; font-size: 2rem; font-weight: bold; writing-mode: vertical-rl; border-radius: 1rem 0 0 1rem; padding: 6rem 2rem 1rem; position: relative; z-index: 100; background: #ffd271; }
  .floating-banner a::before { content: ""; background: url("../img/icon_recruit.svg") no-repeat center center/contain; width: 40px; height: 40px; display: block; margin-bottom: 2rem; position: absolute; top: 1rem; left: 1rem; } }
#anc01:before, #anc02:before, #anc03:before, #anc04:before { content: " "; margin-top: -125px; height: 125px; display: block; visibility: hidden; }

@media screen and (min-width: 48em), print { #anc01:before, #anc02:before, #anc03:before, #anc04:before { content: " "; margin-top: -225px; height: 225px; display: block; visibility: hidden; } }
#keyvsl { position: relative; margin: 0 0 2.0rem; padding-top: 15vw; max-width: 100%; height: 80vw; background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto 80vw; }
#keyvsl .catch { width: 95%; height: auto; margin: auto; font-family: 'kosugiMaru'; font-size: 1.4rem; line-height: 2; letter-spacing: 0.5rem; color: #ffffff; text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2), -1px 1px 7px rgba(0, 0, 0, 0.2), 1px -1px 7px rgba(0, 0, 0, 0.2), -1px -1px 7px rgba(0, 0, 0, 0.2), 1px 0px 7px rgba(0, 0, 0, 0.2), 0px 1px 7px rgba(0, 0, 0, 0.2), -1px 0px 7px rgba(0, 0, 0, 0.2), 0px -1px 7px rgba(0, 0, 0, 0.2); }
#keyvsl .kv_wrap { position: relative; display: block; width: 97%; max-width: 1200px; height: 43vw; margin: 3vw auto 0; font-size: 1.8rem; line-height: 1.5; color: #ffffff; }
#keyvsl .kv_wrap .kv01 { position: absolute; left: 0; bottom: 0; width: 140px; height: 140px; background: #ff8a35; border-radius: 50%; text-align: center; padding-top: 5%; font-family: 'kosugiMaru'; }
#keyvsl .kv_wrap .kv02 { position: absolute; left: 125px; bottom: 0; width: 130px; height: 130px; background: #ffebc1; border-radius: 50%; text-align: center; padding-top: 4.5%; color: #804e11; font-family: 'kosugiMaru'; }
#keyvsl .time_wrap { display: none; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 5rem; padding-top: 25rem; max-width: 100%; height: 83rem; background: url(../img/index_keyvsl01.jpg) no-repeat center bottom; background-size: auto; }
  #keyvsl .catch { width: 100%; max-width: 1200px; height: auto; margin: auto; font-family: 'kosugiMaru'; font-size: 2.4rem; line-height: 2; letter-spacing: 0.5rem; }
  #keyvsl .kv_wrap { position: relative; display: block; width: 100%; max-width: 1200px; height: 13vw; margin: 5vw auto 0; font-size: 2.2rem; line-height: 1.5; color: #ffffff; }
  #keyvsl .kv_wrap .kv01 { position: absolute; left: 3vw; bottom: 0; width: 20vw; height: 20vw; max-width: 172px; max-height: 172px; background: #ff8a35; border-radius: 50%; text-align: center; padding-top: 3%; font-family: 'kosugiMaru'; }
  #keyvsl .kv_wrap .kv02 { position: absolute; left: 155px; top: 0; width: 144.5px; height: 144.5px; background: #ffebc1; border-radius: 50%; text-align: center; padding-top: 2%; color: #804e11; font-family: 'kosugiMaru'; }
  #keyvsl .time_wrap { position: absolute; right: 0; top: -4rem; display: block; width: 377px; min-height: 140px; background-color: rgba(255, 255, 255, 0.75); border-radius: 5px; padding: 1.3%; font-size: 1.6rem; font-weight: normal; } }
.info { width: 100%; margin: 4.0rem 0 0; padding: 4.0rem 1.0rem; }
.info dl { height: 100%; max-height: 600px; background: #fff; padding: 1.0rem; margin: 0; line-height: 1.4; overflow: scroll; overflow-x: hidden; }
.info dl dt { margin: 0 0 .6rem; font-weight: bold; color: #717071; cursor: pointer; display: -webkit-flex; display: flex; }
.info dl dt::before { font-family: 'fontello'; content: '\e909'; margin-right: .6rem; color: #ff8a35; }
.info dl dt.close::before { content: '\e90a'; }
.info dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px dotted #717071; }
.info dl dd { margin: 0 0 1.2rem; padding-left: 2rem; word-wrap: break-word; }
.info dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { width: 100%; max-width: 1200px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: auto auto 15rem; padding-top: 6rem; }
  .info .tit_02 { width: 25%; }
  .info dl { flex: 1; max-height: 900px; font-size: 1.8rem; }
  .info dl dt { margin: 0 0 1.0rem; }
  .info dl dt::before { margin-right: 1.0rem; }
  .info dl dt:not(:first-of-type) { padding: 1.6rem 0 0; }
  .info dl dd { margin: 0 0 1.5rem; padding: 0 0 1.5rem 2.8rem; } }
.feature { margin-bottom: 0; }
.feature .inner_wrap { position: relative; width: 100%; max-width: 1200px; margin: auto; }
.feature .inner_wrap::before { content: ""; background: url(../img/logo_chara_r.png) no-repeat center center/contain; width: 45%; height: 4rem; position: absolute; top: -31.2vw; left: 0; }
.feature .inner_wrap .in_detail dl { width: 96%; margin: 0 auto 4rem; }
.feature .inner_wrap .in_detail dl dt img { width: 100%; }
.feature .inner_wrap .in_detail dl dd { margin-inline-start: 0; padding-top: 1rem; }
.feature .inner_wrap .in_detail dl dd h3 { position: relative; margin-bottom: 1rem; padding-left: 3rem; font-size: 1.8rem; font-family: 'kosugiMaru'; line-height: 1.4; }
.feature .inner_wrap .in_detail dl dd h3::before { position: absolute; top: 0.3rem; left: 0; content: ''; width: 1.8rem; height: 1.8rem; background-color: #ff8a35; }
.feature .inner_wrap .in_detail dl dd p { margin: 0; }

@media screen and (min-width: 48em), print { .feature .inner_wrap::before { width: 228px; height: 68px; top: -8.2vw; }
  .feature .inner_wrap .in_detail { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature .inner_wrap .in_detail dl { width: 31%; margin-bottom: 2rem; }
  .feature .inner_wrap .in_detail dl dd h3 { font-size: 2.2rem; }
  .feature .inner_wrap .in_detail dl dd h3::before { top: 0.5rem; width: 2rem; height: 2rem; } }
.medical { display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto 10rem; padding-top: 6vw; background: url(../img/bg_footmark.png) no-repeat left bottom/260%; }
.medical ul { width: 80%; margin: auto; }
.medical ul li { width: 100%; margin-bottom: 2rem; }
.medical ul li.dermatology, .medical ul li.pediatric-dermatology, .medical ul li a { display: block; position: relative; width: 100%; height: 100%; padding: 2rem 2rem 2rem 6rem; background-color: #804e11; border-radius: 10px; color: #fff; font-size: 2.2rem; font-family: 'kosugiMaru'; line-height: 1.4; text-align: center; text-decoration: none !important; }
.medical ul li.dermatology::before, .medical ul li.pediatric-dermatology::before, .medical ul li a::before { position: absolute; top: -0.5rem; left: 1rem; }
.medical ul li.dermatology.dermatology::before, .medical ul li.pediatric-dermatology.dermatology::before, .medical ul li a.dermatology::before { font-family: 'fontello'; content: '\e907'; font-size: 6.5rem; }
.medical ul li.dermatology.pediatric-dermatology::before, .medical ul li.pediatric-dermatology.pediatric-dermatology::before, .medical ul li a.pediatric-dermatology::before { font-family: 'fontello'; content: '\e908'; font-size: 6rem; }
.medical ul li.dermatology::after, .medical ul li.pediatric-dermatology::after, .medical ul li a::after { position: absolute; right: 1rem; margin-top: 0.4rem; font-family: 'fontello'; content: '\e909'; font-size: 2rem; transform: rotate(90deg); }
.medical ul li.dermatology::before { font-family: 'fontello'; content: '\e907'; font-size: 6.5rem; }
.medical ul li.pediatric-dermatology::before { font-family: 'fontello'; content: '\e908'; font-size: 6rem; }
.medical ul li.dermatology::after, .medical ul li.pediatric-dermatology::after { position: absolute; right: 1rem; margin-top: 0.4rem; font-family: 'fontello'; content: '\e909'; font-size: 2rem; transform: rotate(90deg); }

@media screen and (min-width: 48em), print { .medical { margin: 0 auto 15rem; padding: 0 0 3vw; background: url(../img/bg_footmark.png) no-repeat center bottom/933px 198px; }
  .medical ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 55%; }
  .medical ul li { width: 45%; }
  .medical ul li.dermatology, .medical ul li.pediatric-dermatology { width: 45%; }
  .medical ul li.dermatology, .medical ul li.pediatric-dermatology, .medical ul li a { padding: 3rem 2rem 3rem 6.5rem; font-size: 2.6rem; }
  .medical ul li.dermatology::before, .medical ul li.pediatric-dermatology::before, .medical ul li a::before { top: 0.5rem; left: 3rem; }
  .medical ul li.dermatology::after, .medical ul li.pediatric-dermatology::after, .medical ul li a::after { right: 2rem; margin-top: 0.4rem; } }
.greeting { margin-bottom: 0; }
.greeting .inner_wrap { position: relative; width: 100%; max-width: 1200px; margin: auto; }
.greeting .inner_wrap .in_detail { display: block; }
.greeting .inner_wrap .in_detail .img { width: 65vw; height: 65vw; position: relative; border-radius: 50%; text-align: center; margin: 2rem auto 3rem; }
.greeting .inner_wrap .in_detail .img::before { content: ""; position: absolute; left: 0; width: 100%; max-width: 429px; height: 100%; max-height: 435px; background: url(../img/index_greeting01.png) no-repeat left top/contain; z-index: 2; }
.greeting .inner_wrap .in_detail .img p { width: 61vw; height: 61vw; border-radius: 50%; background-color: #fff; overflow: hidden; margin: 0; position: absolute; top: 0.8vw; left: 1.7vw; }
.greeting .inner_wrap .in_detail .txt { width: 94%; margin: auto; }
.greeting .inner_wrap .in_detail .txt p { font-size: 1.4rem; }
.greeting .inner_wrap .in_detail .txt p.name { font-size: 1.6rem; font-family: 'kosugiMaru'; text-align: right; }
.greeting .inner_wrap .in_detail .txt .btn_brown { display: block; width: 80%; margin: 0  auto 2rem; }

@media screen and (min-width: 48em), print { .greeting.bg_wave { padding-bottom: 10rem; }
  .greeting .inner_wrap .in_detail { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .greeting .inner_wrap .in_detail .img { width: 50%; height: 32vw; margin: -3rem 5rem 0 0; }
  .greeting .inner_wrap .in_detail .img p { width: 30vw; max-width: 415px; height: 30vw; max-height: 415px; top: 0.3vw; left: 0.5vw; }
  .greeting .inner_wrap .in_detail .txt { width: 78%; margin: 0; }
  .greeting .inner_wrap .in_detail .txt p { font-size: 1.8rem; }
  .greeting .inner_wrap .in_detail .txt p.name { font-size: 2.2rem; }
  .greeting .inner_wrap .in_detail .txt .btn_brown { width: 270px; margin: 2rem 0 3rem auto; }
  .greeting .inner_wrap .in_detail .txt .btn_brown + a { display: block; margin: 0 auto; width: 500px; } }
.calendar { width: 100%; margin: auto; padding: 10vw 0 20vw; }
.calendar .calendar_frame { padding: 1.0rem; }
.calendar .calendar_frame div table.caledit { width: 98%; margin: 2rem auto; font-size: 1.6rem; }
.calendar .calendar_frame div table.caledit tr.week th { font-size: 1.4rem; }
.calendar .calendar_frame span { display: inline-block; position: relative; padding-left: 2.5rem; }
.calendar .calendar_frame span::before { position: absolute; top: 0.3rem; left: -0.5rem; display: inline-block; content: ''; width: 20px; height: 20px; border: 1px solid #ddd; }
.calendar .calendar_frame span.am::before { background-color: #fdf8bf; }
.calendar .calendar_frame span.kyushin::before { background-color: #ffe0e6; }

@media screen and (min-width: 48em), print { .calendar { width: 100%; max-width: 1200px; padding: 0 0 10vw; }
  .calendar .calendar_frame { padding: 1.0rem; }
  .calendar .calendar_frame div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .calendar .calendar_frame div table.caledit { width: 48%; margin: 0 0 1.0rem; font-size: 2rem; }
  .calendar .calendar_frame div table.caledit tr.week th { font-size: 1.8rem; } }
.index .overview > .wrap::before { top: -68vw; }

@media screen and (min-width: 48em), print { .index .overview > .wrap::before { top: -22rem; } }
body:not(.index) .main { margin: 0; }
body:not(.index) .main .wrap_inner { max-width: 1200px; margin: auto 1rem 3rem; }
body:not(.index) .main .wrap_inner .flex4 img { width: 100%; }
body:not(.index) .main .wrap_inner .flex2 { margin-bottom: 10rem !important; }
body:not(.index) .main .wrap_inner .flex2 > section { margin: 8rem 0 !important; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0; }
  body:not(.index) .main .wrap_inner { margin: auto; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

#doctor .wrap_inner { max-width: 1200px; margin: auto 1rem 3rem; }
#doctor .wrap_inner .flex4 img { width: 100%; }
#doctor .wrap_inner .flex2 { margin-bottom: 10rem !important; }
#doctor .wrap_inner .flex2 > section { margin: 8rem 0 !important; }

@media screen and (min-width: 48em), print { #doctor .wrap_inner { margin: auto auto 5rem; } }
.clinic .wrap_inner { margin-bottom: 10rem !important; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #ffd271; }

.sp-black { background-color: #804e11; }

.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; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; }
  .clinic .wrap_inner { margin-bottom: 20rem !important; } }
.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: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main section { width: 96%; margin: auto auto 10rem; }
.access .main section.calendar { padding-bottom: 0; }
.access .main .timetable { margin-bottom: 1rem; }
.access .main .notice_time { margin-bottom: 8rem; }
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
@media screen and (min-width: 48em), print { .access .main section { max-width: 1200px; margin-bottom: 10rem; }
  .access .main .timetable { width: 60%; font-size: 120%; margin-bottom: 2rem; }
  .access .main .timetable th.time { text-align: center; }
  .access .main .notice_time { width: 60%; margin-bottom: 10rem; }
  .access .main .gmap { height: 50.0rem; }
  .access .main .fle { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .access .main .fle > ul { width: 50%; }
  .access .main .fle > div { width: 45%; } }

#superunit .wrap_inner { max-width: 1200px; margin: auto 1rem 3rem; display: block; }
#superunit .wrap_inner .flex4 { width: 100%; max-width: 960px; margin: auto; }
#superunit .wrap_inner .flex4 > div:first-child, #superunit .wrap_inner .flex4 > div:last-child { width: 100%; }
#superunit .wrap_inner .flex4 img { width: 100%; }
#superunit .wrap_inner > section { margin: 8rem 0 !important; }

@media screen and (min-width: 48em), print { #superunit .wrap_inner { margin: auto auto 18rem; }
  #superunit .wrap_inner .flex4 > div:first-child, #superunit .wrap_inner .flex4 > div:last-child { width: 50%; } }
.dermatology .main section { width: 96%; margin: auto auto 10rem; }
.dermatology .wrap_inner { max-width: 1200px; margin: auto 1rem 3rem !important; }

@media screen and (min-width: 48em), print { .dermatology .main section { max-width: 1200px; margin-bottom: 10rem; }
  .dermatology .main section img { width: 42rem; margin-left: 1rem; }
  .dermatology .wrap_inner { margin: auto auto 15rem !important; } }
.box_white { width: 100%; max-width: 1200px; margin: auto auto 10rem; text-align: center; }
.box_white .btn_brown { margin-top: 10rem; }

@media screen and (min-width: 48em), print { .box_white { margin-bottom: 20rem; } }
.items .main section { width: 96%; margin: auto auto 10rem; }
.items .wrap_inner { max-width: 1200px; margin: auto 1rem 3rem !important; }
.items .items_box { display: block; }
.items .items_box .ph_box { width: 100%; text-align: center; }
.items .items_box .txt_box { width: 100%; }
.items .circle { margin-top: 2rem; display: flex; justify-content: center; flex-wrap: wrap; }
.items .circle li { position: relative; width: 120px; height: 120px; border-radius: 50%; margin: 0 0.5rem 1rem; }
.items .circle li .text { color: #222; position: absolute; display: inline-block; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 120px; text-align: center; font-weight: bold; font-size: 1.4rem; }
.items .circle li .text span { font-size: 1.6rem; }

@media screen and (min-width: 48em), print { .items .main section { max-width: 1200px; margin-bottom: 10rem; }
  .items .wrap_inner { margin: auto auto 15rem !important; }
  .items .wrap_inner .items_box { display: flex; justify-content: space-between; }
  .items .wrap_inner .items_box .ph_box { width: 30%; text-align: center; }
  .items .wrap_inner .items_box .txt_box { width: 65%; }
  .items .circle { margin-top: 2rem; display: flex; justify-content: center; flex-wrap: wrap; }
  .items .circle li { position: relative; width: 120px; height: 120px; border-radius: 50%; margin: 0 0.5rem 1rem; }
  .items .circle li .text { color: #222; position: absolute; display: inline-block; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 120px; text-align: center; font-weight: bold; font-size: 1.6rem; }
  .items .circle li .text span { font-size: 1.8rem; } }
@media screen and (min-width: 48em), print { .items .wrap_inner { margin: auto auto 18rem; }
  .items .wrap_inner .flex4 > div:first-child { width: 50%; }
  .items .wrap_inner .flex4 > div:last-child { width: 50%; } }

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