@charset "UTF-8";
.footer a {
  display: inline-block;
}

a[href*=dummy] {
  pointer-events: none;
}

/* _reset.scss　出力 */
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 {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* _module.scss　出力 */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

t .txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.larger {
  font-size: 150%;
}

.smaller {
  font-size: 80%;
}

.lh2 {
  line-height: 2;
}

.red {
  color: #f00 !important;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 3rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 3rem 3rem;
  }
  .tate {
    width: 20%;
  }
  .mini {
    width: 70%;
  }
  .small {
    max-width: 35rem;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mg0 {
  margin: 0 !important;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8.34rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
  overflow: hidden;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  background: #FFEBE3;
  font-weight: bold;
  white-space: nowrap;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.2rem;
  width: 5rem;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.1rem #EDEDED solid;
  font-weight: normal;
  font-size: 1.2rem;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  padding: 0.8rem 0;
  line-height: 1;
  border-bottom: 0.1rem #EDEDED solid;
  background: #fff;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 2.4rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.5rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 31%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: auto;
  }
  .tbl_time tr th.time {
    font-size: 2.4rem;
  }
  .tbl_time tr td {
    padding: 2.3rem 0;
  }
  p.notice {
    margin: 1rem 0 0 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  padding: 5rem 1rem 0;
  margin: 0;
  text-align: center;
}

.tit_02 {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.2;
}
.tit_02 span {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: block;
  color: #C2BAB5;
  margin: 0.4rem 0 0 0;
  font-size: 1.2rem;
}

.tit_02_low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}
.tit_02_low span {
  line-height: 1;
  font-size: 2.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tit_02_low::before {
  display: inline-block;
  content: "";
  background: #ffded5;
  width: 0.4rem;
  margin: 0 1rem 0 0;
}

.tit_03 {
  background: #fff4f0;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.2rem 0.8rem;
  margin: 0 0 2rem 0;
}

.tit_04 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  border-bottom: 0.2rem #ffded5 solid;
}

.tit_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}
.tit_05 span {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  border-bottom: 0.1rem #584132 dashed;
  padding: 0 0 0.2rem 0.6rem;
}
.tit_05::before {
  display: inline-block;
  content: "";
  background: #584132;
  width: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 7.9rem 0 0 0;
    margin: 0;
  }
  .tit_02 {
    margin: 0 0 3rem;
    font-size: 4rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
  .tit_02_low {
    margin: 0 0 3rem;
  }
  .tit_02_low span {
    font-size: 4rem;
  }
  .tit_02_low::before {
    width: 0.6rem;
    margin: 0 1.4rem 0 0;
    vertical-align: bottom;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0.34rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 1.6rem;
    margin: 0 0 2rem;
    border-bottom: 0.4rem #ffded5 solid;
  }
  .tit_05 {
    margin: 0 0 2rem;
  }
  .tit_05 span {
    font-size: 2rem;
    padding: 0 0 0.6rem 0;
  }
  .tit_05::before {
    width: 0.4rem;
    margin: 0 1.4rem 0 0;
    vertical-align: bottom;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li:last-of-type, .lst_ul02 li:last-of-type {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #F19F90;
  vertical-align: 0.1rem;
  font-size: 60%;
}

.lst_ul02 {
  background: #FFFBEC;
  padding: 1.3rem 1.3rem 0 1.3rem;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: #584132;
  font-weight: bold;
}
.lst_ol01 li:last-child {
  padding: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

.lst_dl02 dt {
  background: #EAF4FB;
  padding: 0.2rem 0.8rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0.8rem;
}
.lst_dl02 dd:last-child {
  margin: 0;
  padding: 0.8rem 0.8rem 0 0.8rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -1.5rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul02 li::before {
    vertical-align: 0.2rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 16rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 16rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem;
  }
}
.flex3 {
  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 > li {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    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 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  color: #584132;
}
.tel::before {
  font-family: fontello;
  content: "TEL";
  font-size: 66.7%;
  margin: 0 0.4rem 0 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel a {
  text-decoration: none !important;
}

.btn_rsv {
  display: block;
  background: #f8f7f6;
  color: #fff;
  text-align: center;
  border-radius: 3rem;
  padding: 0.4rem 0.6rem;
  font-weight: bold;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e804";
  margin: 0 0.4rem 0 0;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    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;
    padding: 0;
    font-size: 1.8rem;
  }
}

.btn_detail {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  background: #fff;
  border: 0.1rem #584132 solid;
  color: #584132;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1;
}
.btn_detail::before {
  font-family: fontello;
  content: "w";
  font-weight: normal;
  margin: 0 0.4rem 0 0;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
  .btn_detail::after {
    margin: 0 0 0 0.6rem;
  }
  .btn_detail:hover {
    background: #584132;
    color: #fff;
  }
}

.btn_link {
  background: #ffded5;
  padding: 0.7rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.btn_link::before {
  font-family: fontello;
  content: "s";
  position: absolute;
  top: 1rem;
  left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .btn_link {
    font-size: 1.6rem;
    padding: 0;
    width: 22.7rem;
    height: 4.8rem;
    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;
  }
  .btn_link::before {
    top: inherit;
    left: 2rem;
  }
}

.btn_txt {
  color: #ffded5;
  text-decoration: underline !important;
}
.btn_txt::before {
  content: "»";
  display: inline-block;
  margin: 0 0.4rem 0 0;
}

.anc li .btn_detail::after {
  content: "▼";
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anc li {
    margin: 0 2rem 2rem 0;
  }
  .anc li .btn_detail::after {
    content: "▼";
  }
}
.box_white, .box_grey, .box_pink {
  padding: 1rem;
  background: #fff;
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  .box_white, .box_grey, .box_pink {
    padding: 2.4rem;
  }
}

.box_pink {
  background: #fff4f0;
}

.box_grey {
  background: #f8f7f6;
}

/* _common.scss　出力 */
html {
  font-size: 3.125vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: inherit;
}

body {
  background: #fff;
  color: #584132;
  margin: 0 !important;
}

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

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

@media screen and (min-width: 48em), print {
  :target::before {
    content: "";
    display: block;
    height: 4rem;
    margin-top: -4rem !important;
    visibility: hidden;
  }
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 14.2rem 0 0 0;
  }
  .main {
    font-size: 1.8rem;
    padding: 0 0 8rem;
    margin: 0;
  }
}
@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 .sticky .wrap {
  margin: 0 1rem 1rem 1rem;
  padding: 1.8rem 0 0 0;
}
.header .sticky .wrap .logo {
  height: 5rem;
  margin: 0;
}
.header .sticky .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 1px 2px white);
          filter: drop-shadow(1px 1px 2px white);
}
.header .sticky .wrap .headR {
  margin: 1rem 0 0 0;
  text-align: center;
}
.header .sticky .wrap .headR .tel_add {
  background: rgba(255, 255, 255, 0.7);
}
.header .sticky .wrap .headR .tel_add .dept {
  font-size: 1.2rem;
  border-bottom: 0.1rem #584132 solid;
  font-weight: bold;
}
.header .sticky .wrap .headR .tel_add .tel {
  display: block;
  font-size: 3rem;
}
.header .sticky .wrap .headR .tel_add .add {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 0;
    margin: 0;
  }
  .header .sticky .wrap {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .sticky .wrap .logo {
    width: 25.1rem;
    height: 7.3rem;
    margin: 3rem 0 0 0;
  }
  .header .sticky .wrap .headR {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 1.6rem 0 0 0;
    width: 47rem;
    height: 18.8rem;
    padding: 1.37rem 2rem;
  }
  .header .sticky .wrap .headR .tel_add .dept {
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
    padding: 0 0 0.3rem;
  }
  .header .sticky .wrap .headR .tel_add .tel {
    font-size: 3.6rem;
    text-align: right;
    margin: 0.8rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add .add {
    text-align: right;
    font-size: 1.8rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #584132;
  background: #fff;
  border: 1px solid #584132;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 1rem 0 0 0;
  z-index: 999;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  display: none !important;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e971";
  line-height: 0.8;
  font-size: 2.6rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e970";
  line-height: 0.8;
  font-size: 2.6rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #FFFBEC;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav li {
  border-bottom: 1px solid #ccc;
}
.slicknav_menu .slicknav_nav li:first-child {
  border-top: 1px solid #ccc;
}
.slicknav_menu .slicknav_nav li a {
  display: block;
  color: #333 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav li a span.kana {
  display: none;
}
.slicknav_menu .slicknav_nav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav li a.sub::after {
  position: absolute;
  right: 1rem;
  content: "▼";
  color: #B28C4F;
  font-size: 60%;
  margin: 0.5rem 0 0 0;
}
.slicknav_menu .slicknav_nav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav li.slicknav_open > a.slicknav_item .sub::after {
  content: "▲";
}
.slicknav_menu .slicknav_nav li .subnav li {
  border: none;
}
.slicknav_menu .slicknav_nav li .subnav li a {
  color: #584132 !important;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  display: none;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

.menu_var_scroll {
  height: 100%;
}
.menu_var_scroll ul {
  height: 100% !important;
  overflow: auto !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 2px 2px 6px #ddd;
            box-shadow: 2px 2px 6px #ddd;
    background: #fff;
    position: relative;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    z-index: 9999999;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.9rem 0 0.9rem;
    margin: 0 auto;
    width: 1200px;
  }
  #nav ul li {
    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;
    min-width: 9rem;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li.treatment a:hover {
    background: none;
  }
  #nav ul li.treatment a span:hover {
    background: #ffded5;
  }
  #nav ul li a {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: #584132;
    white-space: nowrap;
    padding: 0 0 0.4rem;
  }
  #nav ul li a span {
    width: 9rem;
  }
  #nav ul li a:hover {
    background: #ffded5;
  }
  #nav ul .children-1, #nav ul .children-2 {
    background: white;
    border: 0.1rem #584132 solid;
    -webkit-box-shadow: 0px 5px 5px #EDEDED;
            box-shadow: 0px 5px 5px #EDEDED;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    font-size: 1.8rem;
    width: auto;
    height: auto;
    border-right: 0;
    margin: 0 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nav ul .children-1 li span, #nav ul .children-2 li span {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    width: 22.6rem;
    height: 4rem;
    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;
    border: 0.1rem #584132 solid;
    margin: 0 0 2rem;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    height: auto;
    padding: 0.47rem 0.6rem;
    width: 100%;
    border-bottom: 0.1rem dotted #fff;
    border-left: 0;
    font-size: 1.6rem;
    color: #584132;
    margin: 0;
    border-top: 0;
    text-align: left;
  }
  #nav ul .children-1 li a:hover, #nav ul .children-2 li a:hover {
    opacity: 0.8;
  }
  #nav ul .children-1 li .children-3, #nav ul .children-2 li .children-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  #nav ul .children-1 li .children-3 li, #nav ul .children-2 li .children-3 li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 3.06rem 2.5rem 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 14.84rem;
    height: 3.2rem;
    border-bottom: 0.1rem #584132 dashed;
  }
  #nav ul .children-1 li .children-3 li a, #nav ul .children-2 li .children-3 li a {
    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;
    background: #fff;
    padding: 0 0.4rem;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
  }
  #nav ul .children-1 li .children-3 li a:hover, #nav ul .children-2 li .children-3 li a:hover {
    background: #ffded5;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    z-index: 999;
    top: 7.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    padding: 2.5rem 6.1rem 0 6.1rem;
  }
  #nav ul .children-1 li .children-2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 110px;
    width: 100%;
  }
  #nav ul .children-1 li:hover .children-2 {
    display: block;
    background: #E6E4D7;
  }
  #nav ul .children-2 a {
    width: 100%;
  }
  .index #nav .home,
  .treatment #nav .sub,
  .clinic #nav .clinic,
  .doctor #nav .doctor,
  .first #nav .first,
  .access #nav .access {
    border-bottom: 0.6rem #ffded5 solid;
  }
}
.overview {
  padding: 3rem 0;
  font-size: 1.4rem;
  background: #f8f7f6;
}
.overview > .wrap {
  padding: 0 1rem 2rem 1rem;
}
.overview > .wrap .overviewL p.tit, .overview > .wrap .overviewR p.tit {
  font-weight: bold;
  margin: 0;
  font-size: 2.4rem;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 0 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  margin: 0 0 1.4rem;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.2rem;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 33%;
  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;
  background: #DDD8D5;
  padding: 0.4rem 0;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 67%;
  line-height: 1.4;
  padding: 0 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dd span.tel::before, .overview > .wrap .overviewR .gaiyo dd span.tel::before {
  content: "";
  margin: 0;
}
.overview > .wrap .overviewL {
  margin: 0;
}
.overview > .wrap .overviewR {
  margin: 0;
}
.overview > .wrap .overviewR iframe {
  border: 0.1rem #707070 solid;
  width: 100%;
  height: 30rem;
}
.overview > .wrap .overviewR .btn_map {
  display: block;
  width: 70%;
  color: #9A702E;
  font-weight: bold;
  padding: 0.4rem 0;
  margin: 1rem auto 0;
  text-align: center;
  border: 0.1rem #9A702E solid;
  border-radius: 3rem;
}
.overview > .wrap .overviewR .btn_map::after {
  font-family: fontello;
  content: "";
  background: url("../img/maplink.png") no-repeat center center/contain;
  width: 1.4rem;
  height: 1.3rem;
  margin: 0 0 0 0.3rem;
  display: inline-block;
}
.overview .timetable_wrapper {
  background: #fff;
  padding: 3rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 8.7rem 0 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    padding: 0 0 11.7rem;
    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;
    width: 1200px;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewL p.tit, .overview > .wrap .overviewR p.tit {
    font-size: 4rem;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    margin: 5rem 0 0 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    margin: 0 0 3.3rem;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 12.5rem;
    height: 2.8rem;
    padding: 0;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 78.8%;
    padding: 0 0 0 3rem;
    white-space: nowrap;
  }
  .overview > .wrap .overviewL {
    width: 59rem;
    padding: 0;
  }
  .overview > .wrap .overviewR {
    width: 55rem;
  }
  .overview > .wrap .overviewR iframe {
    width: 100%;
    height: 54.6rem;
  }
  .overview > .wrap .overviewR .btn_map {
    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;
    width: 24.7rem;
    height: 3.7rem;
    margin: 1.5rem auto 0;
    padding: 0;
  }
  .overview > .wrap .overviewR .btn_map::after {
    width: 2.3rem;
    height: 2.2rem;
    margin: 0 0 0 0.51rem;
  }
  .overview .timetable_wrapper {
    width: 100%;
    padding: 8.7rem 0 9.74rem;
  }
  .overview .timetable_wrapper .tbl_time {
    width: 95rem;
    margin: 0 auto;
  }
  .overview .timetable_wrapper p.notice {
    width: 95rem;
    margin: 1.53rem auto 0;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem 0.2rem 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  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;
  text-align: center;
  width: 80%;
  font-size: 2.6rem;
  line-height: 1;
  padding: 0.6rem 0 0 0;
}
.tel_up .btn_rsv {
  padding: 0.4rem 1rem;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  padding: 0.4rem 0 0 0;
  color: #584132;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem #584132 solid;
}
.tel_up .pageup a::before {
  line-height: 1;
  font-family: "fontello";
  font-size: 2rem;
  content: "e";
  font-weight: normal;
  display: block;
}
.tel_up .pageup a span {
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel, .tel_up .btn_rsv {
    display: none;
  }
  .tel_up .pageup a {
    width: 9rem;
    height: 9rem;
    padding: 0;
  }
  .tel_up .pageup a::before {
    font-size: 7rem;
  }
  .tel_up .pageup a span {
    font-size: 1rem;
    margin: -1rem 0 0 0;
    display: block;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .footer_wrapper {
  display: none;
}
.footer .copy {
  color: #584132;
  background: #fff;
  display: block;
  padding: 1rem 1rem 2.4rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.29rem 0 0 0;
    background: #fff4f0;
  }
  .footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 1200px;
  }
  .footer .footer_wrapper .logo {
    width: 25.1rem;
    margin: 3.11rem 0 0 0;
  }
  .footer .footer_wrapper ul {
    margin: 0 auto;
    display: block;
    margin: 0 0 2.3rem;
  }
  .footer .footer_wrapper ul li {
    text-align: left;
    line-height: 1.2;
    -webkit-text-size-adjust: none;
  }
  .footer .footer_wrapper ul li:not(.footer .footer_wrapper ul li:last-child) {
    margin: 0 0 1.2rem;
  }
  .footer .footer_wrapper ul li.treatment {
    display: none;
  }
  .footer .footer_wrapper ul li.foot_none {
    display: none;
  }
  .footer .footer_wrapper ul li a {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #584132;
    font-size: 1.8rem;
    opacity: 1;
  }
  .footer .footer_wrapper ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer_wrapper ul li .subnav {
    display: none;
  }
  .footer .footer_wrapper ul li.ad_list {
    margin: 4.4rem 0 1.2rem 0 !important;
  }
  .footer .footer_wrapper ul.snav li:not(.footer .footer_wrapper ul.snav li.tit) {
    padding: 0 0 0 1.8rem;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
/* _top.scss　出力 */
body.index .main {
  padding: 0;
}
body.index > div:nth-child(2) {
  top: 20rem !important;
  background-position: center top !important;
}
@media screen and (min-width: 48em), print {
  body.index > div:nth-child(2) {
    top: 0 !important;
  }
}

#keyvsl {
  margin: 0;
  padding: 0;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top 15rem/150% auto;
  position: relative;
}
#keyvsl .catch {
  margin: 0 1rem;
  position: relative;
  padding: 7rem 0;
}
#keyvsl .catch p {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 3px 5px #6D4A2A, -2px -2px 10px #6D4A2A, 8px 7px 10px #6D4A2A, -6px -4px 15px #6D4A2A, 0 2px 4px #6D4A2A;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto;
    margin: 0;
    height: 80rem;
  }
  #keyvsl .catch {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  #keyvsl .catch p {
    margin: 0;
    font-size: 3.6rem;
    position: absolute;
    top: 19rem;
    letter-spacing: 0.36rem;
    white-space: nowrap;
  }
}
.timetable_wrapper {
  padding: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .timetable_wrapper {
    width: 95rem;
    margin: 0 auto;
    padding: 0 0 8.34rem;
  }
}
.info {
  padding: 3rem 1rem;
  background: #F3F1F0;
}
.info .info_wrapper {
  margin: 0 auto;
}
.info .info_wrapper .tit_02_info {
  font-size: 2rem;
  letter-spacing: 0.8rem;
  margin: 0 0 0.6rem;
}
.info .info_wrapper dl {
  margin: 0;
  line-height: 1.4;
  padding: 2rem 1rem;
  background: #fff;
}
.info .info_wrapper dl dt {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  word-break: break-all;
}
.info .info_wrapper dl dt::before {
  display: inline-block;
  font-family: fontello;
  content: "r";
  margin: 0;
  font-weight: bold;
}
.info .info_wrapper dl dt:not(.close) {
  padding: 0;
  margin: 0 0 1rem;
}
.info .info_wrapper dl dt.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .info_wrapper dl dd {
  margin: 0 0 3rem;
  border-bottom: 0.1rem #584132 solid;
  font-size: 1.3rem;
  padding: 0 0 1.8rem 1.4rem;
  word-break: break-all;
}
.info .info_wrapper dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .info_wrapper dl dd:last-of-type {
  margin: 0;
  border-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 100%;
    padding: 9.1rem 0 7.8rem;
    margin: 0;
  }
  .info .info_wrapper {
    width: 1200px;
    margin: 8.34rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: inherit;
  }
  .info .info_wrapper .tit_02_info {
    font-size: 4rem;
    margin: 0 0 0 3.2rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  .info .info_wrapper dl {
    width: 101.8rem;
    margin: 0 0 0 auto;
    padding: 4rem 4.8rem;
    min-height: 28.1rem;
  }
  .info .info_wrapper dl dt {
    font-size: 1.8rem;
  }
  .info .info_wrapper dl dt::before {
    font-size: 2.2rem;
  }
  .info .info_wrapper dl dd {
    font-size: 1.8rem;
    padding: 0 0 3rem 2.2rem;
  }
  .info .info_wrapper dl dd:last-of-type {
    padding: 0 0 0 2.2rem;
  }
}
.tre {
  padding: 3rem 1rem 0 1rem;
}
.tre .list_tre {
  margin: 3rem auto 0;
}
.tre .list_tre .tit {
  margin: 0;
  border: 0.1rem #584132 solid;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.8rem;
  padding: 1rem 0;
}
.tre .list_tre .tit::after {
  content: "";
  width: 0.1rem;
  height: 2.2rem;
  background: #584132;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  bottom: -1.2rem;
}
.tre .list_tre ul {
  margin: 3rem 0 0 0;
  padding: 0;
  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;
}
.tre .list_tre ul.nav1 li {
  background: #fff4f0;
}
.tre .list_tre ul.nav1 li:first-of-type a::before {
  content: "\e996";
}
.tre .list_tre ul.nav1 li:nth-of-type(2) a::before {
  content: "\e996";
}
.tre .list_tre ul.nav1 li:nth-of-type(3) a::before {
  content: "\e998";
}
.tre .list_tre ul.nav1 li:nth-of-type(4) a::before {
  content: "\e999";
}
.tre .list_tre ul.nav1 li:nth-of-type(5) a::before {
  content: "\e99a";
}
.tre .list_tre ul.nav1 li:nth-of-type(6) a::before {
  content: "\e99b";
}
.tre .list_tre ul.nav1 li:nth-of-type(7) a::before {
  content: "\e99c";
}
.tre .list_tre ul.nav1 li:nth-of-type(8) a::before {
  content: "\e99d";
}
.tre .list_tre ul.nav1 li:nth-of-type(9) a::before {
  content: "\e9aa";
}
.tre .list_tre ul.nav1 li:nth-of-type(10) a {
  font-size: 1.2rem;
}
.tre .list_tre ul.nav1 li:nth-of-type(10) a::before {
  content: "\e9ab";
}
.tre .list_tre ul.nav2 li {
  background: #f8f7f6;
}
.tre .list_tre ul.nav2 li:first-of-type a {
  font-size: 1.1rem;
}
.tre .list_tre ul.nav2 li:first-of-type a::before {
  content: "\e9b8";
  margin: 1.7rem 0 1.2rem 1.2rem;
  font-size: 6rem;
}
.tre .list_tre ul.nav2 li:first-of-type a::after {
  font-size: 1.4rem;
  left: 0.5rem;
  bottom: 0.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(2) a::before {
  content: "\f09e";
  margin: 1.5rem 0 2.8rem 1.2rem;
  font-size: 4rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(3) a {
  font-size: 1.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(3) a::before {
  content: "\e99e";
  margin: 0 auto 1.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(3) a::after {
  font-size: 1.4rem;
  left: 0.5rem;
  bottom: 0.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(4) a::before {
  content: "\e99f";
}
.tre .list_tre ul.nav2 li:nth-of-type(5) a {
  font-size: 1.4rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(5) a::before {
  content: "\e9a0";
  margin: 0 auto 1.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(5) a::after {
  font-size: 1.4rem;
  left: 0.5rem;
  bottom: 0.2rem;
}
.tre .list_tre ul.nav2 li:nth-of-type(6) a::before {
  content: "\e9a1";
}
.tre .list_tre ul.nav2 li:nth-of-type(7) a::before {
  content: "\e9a2";
}
.tre .list_tre ul.nav2 li:nth-of-type(8) a::before {
  content: "\e9a3";
}
.tre .list_tre ul.nav2 li:nth-of-type(9) a::before {
  content: "\e9a4";
}
.tre .list_tre ul.nav2 li:nth-of-type(10) a::before {
  content: "\e9a5";
}
.tre .list_tre ul.nav2 li:nth-of-type(11) a::before {
  content: "\e9a6";
}
.tre .list_tre ul.nav2 li:nth-of-type(12) a::before {
  content: "\e9a7";
}
.tre .list_tre ul.nav2 li:nth-of-type(13) a::before {
  content: "\e9a8";
}
.tre .list_tre ul.nav2 li:nth-of-type(14) a::before {
  content: "\e9a9";
}
.tre .list_tre ul.nav2 li:nth-of-type(15) a::before {
  content: "\e9af";
}
.tre .list_tre ul li {
  margin: 0 0 1rem;
  border: 0.1rem #584132 solid;
  width: 48%;
}
.tre .list_tre ul li a {
  color: #584132;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding: 1rem 0 0 0;
  white-space: nowrap;
}
.tre .list_tre ul li a::before {
  display: block;
  margin: 0 auto 0.8rem;
  font-family: fontello;
  line-height: 1;
  font-size: 8rem;
  color: #584132;
}
.tre .list_tre ul li a::after {
  font-family: fontello;
  content: "s";
  position: absolute;
  left: 1rem;
  bottom: 0.3rem;
}
.tre .list_tre ul li.top_tre_none {
  display: none;
}
.tre .list_tre p {
  font-size: 1.3rem;
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0 7.1rem;
  }
  .tre .list_tre {
    width: 1200px;
    margin: 7.7rem auto 0;
  }
  .tre .list_tre .tit {
    margin: 0 auto;
    width: 58rem;
    height: 8rem;
    font-size: 2.8rem;
    padding: 0;
  }
  .tre .list_tre .tit::after {
    height: 4.6rem;
    bottom: -3rem;
  }
  .tre .list_tre ul {
    margin: 5rem 0 0 0;
  }
  .tre .list_tre ul.nav1 li, .tre .list_tre ul.nav2 li {
    margin: 0 0 2.9rem;
    width: 22.4rem;
    height: 22.4rem;
  }
  .tre .list_tre ul.nav1 li a, .tre .list_tre ul.nav2 li a {
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    padding: 2.85rem 0 0 0;
  }
  .tre .list_tre ul.nav1 li a::before, .tre .list_tre ul.nav2 li a::before {
    font-size: 14rem;
    margin: 0 0 2rem;
  }
  .tre .list_tre ul.nav1 li a::after, .tre .list_tre ul.nav2 li a::after {
    left: 1.8rem;
    bottom: 0.8rem;
  }
  .tre .list_tre ul.nav1 li:hover, .tre .list_tre ul.nav2 li:hover {
    background: #f8f7f6;
  }
  .tre .list_tre ul.nav1 li:nth-of-type(10) a, .tre .list_tre ul.nav2 li:nth-of-type(10) a {
    font-size: 1.8rem;
  }
  .tre .list_tre ul.nav2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tre .list_tre ul.nav2 li {
    width: 22rem;
    height: 20rem;
    margin: 0 2.5rem 2.9rem 0;
  }
  .tre .list_tre ul.nav2 li:nth-child(5n) {
    margin: 0 0 2.9rem;
  }
  .tre .list_tre ul.nav2 li:first-of-type a {
    font-size: 1.8rem;
  }
  .tre .list_tre ul.nav2 li:first-of-type a::before {
    margin: 3rem 0 1.6rem 1.6rem;
    font-size: 9rem;
  }
  .tre .list_tre ul.nav2 li:first-of-type a::after {
    font-size: 1.6rem;
    bottom: 1rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(2) a {
    font-size: 1.8rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(2) a::before {
    margin: 2.5rem 0 5rem 1.6rem;
    font-size: 6rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(2) a::after {
    font-size: 1.6rem;
    bottom: 1rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(3) a {
    font-size: 1.8rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(3) a::before {
    margin: 0 auto 1.6rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(3) a::after {
    font-size: 1.8rem;
    bottom: 0.8rem;
    left: 1rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(5) a {
    font-size: 1.8rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(5) a::before {
    margin: 0 auto 1.6rem;
  }
  .tre .list_tre ul.nav2 li:nth-of-type(5) a::after {
    font-size: 1.8rem;
    bottom: 0.8rem;
    left: 1rem;
  }
  .tre .list_tre ul.nav2 li a::before {
    font-size: 12rem;
    margin: 0 auto 1.6rem;
  }
  .tre .list_tre ul.nav2 li a::after {
    left: 1rem;
  }
  .tre .list_tre ul.nav2 li:hover {
    background: #fff4f0;
  }
  .tre .list_tre p {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.feature {
  margin: 0;
  padding: 4rem 1rem;
  background: url("../img/bg_features.jpg") no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #fff4f0), to(#fff4f0));
  background: url("../img/bg_features.jpg") no-repeat center bottom, linear-gradient(180deg, #fff 0%, #fff 10%, #fff4f0 10%, #fff4f0 100%);
}
.feature .feature_wrapper {
  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;
}
.feature .feature_wrapper li {
  margin: 0 0 3rem;
}
.feature .feature_wrapper li figure {
  margin: 0 0 0.6rem;
  position: relative;
}
.feature .feature_wrapper li figure figcaption {
  position: absolute;
  font-weight: bold;
  font-size: 3rem;
  top: -2.4rem;
  left: 0.4rem;
}
.feature .feature_wrapper li p {
  margin: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.4rem;
}
.feature .feature_wrapper li p.tit {
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 0.8rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 6.5rem 0 -4.4rem;
    padding: 0 0 7rem;
    background: url("../img/bg_features.jpg") no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40rem, #fff), color-stop(40rem, #fff4f0), to(#fff4f0));
    background: url("../img/bg_features.jpg") no-repeat center bottom, linear-gradient(180deg, #fff 0%, #fff 40rem, #fff4f0 40rem, #fff4f0 100%);
  }
  .feature .feature_wrapper {
    margin: 9.7rem auto 0;
    width: 1200px;
  }
  .feature .feature_wrapper li {
    width: 58rem;
    margin: 0 0 16rem;
  }
  .feature .feature_wrapper li figure {
    margin: 0 0 2.92rem;
  }
  .feature .feature_wrapper li figure figcaption {
    font-size: 4.8rem;
    top: -3.4rem;
    left: 0.86rem;
  }
  .feature .feature_wrapper li p {
    font-size: 1.8rem;
  }
  .feature .feature_wrapper li p.tit {
    font-size: 2.2rem;
    margin: 0 0 2.97rem;
  }
  .feature .feature_wrapper li:nth-of-type(even) {
    margin: 8rem 0 0 0;
  }
}
.other {
  margin: 0;
  padding: 0 1rem 4rem;
  background: #fff;
}
.other .other_wrapper {
  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;
}
.other .other_wrapper .box, .other .other_wrapper .box2 {
  border: 0.1rem #584132 solid;
  background: url("../img/img_info01.jpg") no-repeat left center/contain;
  width: 100%;
  margin: 0 0 2rem;
  height: 17rem;
}
.other .other_wrapper .box .bg_white, .other .other_wrapper .box2 .bg_white {
  background: #fff;
  width: 49%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 1rem;
}
.other .other_wrapper .box .bg_white .other_contents, .other .other_wrapper .box2 .bg_white .other_contents {
  position: relative;
  height: 15rem;
}
.other .other_wrapper .box .bg_white .other_contents p.tit, .other .other_wrapper .box2 .bg_white .other_contents p.tit {
  margin: 0;
  font-weight: bold;
  border-bottom: 0.1rem #584132 solid;
  font-size: 1.3rem;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  white-space: nowrap;
}
.other .other_wrapper .box .bg_white .other_contents ul li, .other .other_wrapper .box2 .bg_white .other_contents ul li {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  white-space: nowrap;
  padding-left: 1rem;
  text-indent: -0.5rem;
}
.other .other_wrapper .box .bg_white .other_contents ul li::before, .other .other_wrapper .box2 .bg_white .other_contents ul li::before {
  content: "・";
  display: inline-block;
}
.other .other_wrapper .box .bg_white .other_contents .btn_link, .other .other_wrapper .box2 .bg_white .other_contents .btn_link {
  position: absolute;
  bottom: 0;
}
.other .other_wrapper .box2 {
  background: url("../img/img_info02.jpg") no-repeat left center/contain;
}
.other .other_wrapper .bnr {
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .other {
    margin: 0;
    padding: 12rem 0 14rem;
  }
  .other .other_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .other .other_wrapper .box, .other .other_wrapper .box2 {
    width: 58rem;
    height: 34rem;
    margin: 0 0 6rem;
  }
  .other .other_wrapper .box .bg_white, .other .other_wrapper .box2 .bg_white {
    padding: 2.4rem 2rem 0 2.7rem;
    width: 47%;
  }
  .other .other_wrapper .box .bg_white .other_contents, .other .other_wrapper .box2 .bg_white .other_contents {
    width: 100%;
    height: 28.7rem;
  }
  .other .other_wrapper .box .bg_white .other_contents p.tit, .other .other_wrapper .box2 .bg_white .other_contents p.tit {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0 0 1.3rem;
  }
  .other .other_wrapper .box .bg_white .other_contents ul li, .other .other_wrapper .box2 .bg_white .other_contents ul li {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    text-indent: -1rem;
  }
  .other .other_wrapper .bnr {
    margin: 0;
  }
}
/* _lower.scss　出力 */
body:not(.index) #keyvsl_low {
  height: 21rem;
  background: url("../img/index_keyvsl_low.jpg") no-repeat center bottom/230%;
}
body:not(.index) .main {
  margin: 0 1rem;
  padding: 0 0 5rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
body:not(.index) .main .top_low {
  margin: 2rem auto 0;
}
body:not(.index) .main .lst_notice .lst_ol01 li.add1::after, body:not(.index) .main .lst_notice .lst_ol01 li.add2::after {
  display: block;
  padding: 1.4rem 0 0 0;
}
body:not(.index) .main .lst_notice .lst_ol01 li.add1::after {
  content: "（初診の方）";
}
body:not(.index) .main .lst_notice .lst_ol01 li.add2::after {
  content: "（再診の方）";
}
body:not(.index) .main .btn_link {
  display: block;
  width: 50%;
}
body:not(.index) .main .btn_link::before {
  top: 0.8rem;
}
body:not(.index) .header .sticky .wrap .headR {
  margin: 0;
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .sticky .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) #keyvsl_low {
    padding: 0;
    height: 48rem;
    background: url("../img/index_keyvsl_low.jpg") no-repeat center top 13rem/auto;
  }
  body:not(.index) .wrapper {
    margin: 0;
  }
  body:not(.index) .main {
    margin: 0 auto;
    padding: 0 0 10rem;
    width: 1200px;
    line-height: 1.8;
  }
  body:not(.index) .main .top_low {
    margin: 6.2rem auto 0;
  }
  body:not(.index) .main .lst_notice {
    padding: 0 40rem 0 0;
  }
  body:not(.index) .main .btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28rem;
  }
  body:not(.index) .main .btn_link::before {
    top: 1rem;
  }
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 3rem solid #00b9d5;
  text-align: center;
  display: block;
  margin: 3rem auto;
}

.check {
  position: relative;
  padding-left: 25px;
  /*
   &::before {
     content: "";
     position: absolute;
     top: .35em;
     left: 6px;
     -webkit-transform: rotate(50deg);
     -ms-transform: rotate(50deg);
     transform: rotate(50deg);
     width: 3px;
     height: 7px;
     border-right: 2px solid #8b6b4e;
     border-bottom: 2px solid #8b6b4e;
   }
  */
}
.check::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}

.block {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .flex_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_cont .flex_cont_l, .flex_cont .flex_cont_r {
    width: 49%;
  }
}

#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p {
  display: none;
}

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

.sp-selected-thumbnail {
  border: 2px solid #006ABD;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    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;
  }
  .machine_flex .equip {
    width: 48%;
    margin: 0 0 3rem;
  }
  .machine_flex .equip img {
    margin: 0 0 1rem;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.flow {
  position: relative;
  margin: 0 0 6rem;
}
.flow::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #c2bab5;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow {
    margin: 0;
  }
}

.access .main .tbl_time tr th.time {
  background: #fff;
}
.access .main .tbl_time tr td {
  background: #fff;
}
.access .main .tel {
  font-size: 150%;
}
.access .footer .copy {
  padding: 1rem 1rem 4.4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .access .footer .copy {
    padding: 2rem 0;
  }
}
.tbl_price {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_price tr td {
  display: table-cell;
  word-break: break-all;
}
.tbl_price tr th {
  padding: 0.4rem 1rem;
  text-align: center;
  background: #f6f6f6;
  font-weight: normal;
  border: 1px solid #ccc;
  border-bottom: none;
}
.tbl_price tr td {
  padding: 1rem 0.6rem;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_price tr td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_price tr th {
    width: 65%;
    border-bottom: 1px solid #ccc;
  }
  .tbl_price tr td {
    font-size: 1.8rem;
  }
  .tbl_price tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
  }
}
nav {
  margin: 1rem 1rem 0;
}
nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin: 1rem 0 0 0;
  color: #584132;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: ">";
  color: #584132;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none !important;
  color: #584132;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1200px;
    margin: 3rem auto 0;
  }
  nav .breadcrumb {
    font-size: 1.6rem;
    margin: 0;
  }
  nav .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */