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

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

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

/* _aside.scss　出力 */
@media screen and (min-width: 48em), print {
  aside {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  aside div.aside_wrapper {
    width: 100%;
  }
  aside div.aside_wrapper ul {
    list-style-type: none;
    margin: 4rem 0 0 0;
  }
  aside div.aside_wrapper ul li {
    background: #7FB473;
    border-radius: 1.8rem;
    margin: 0 0 2.4rem;
  }
  aside div.aside_wrapper ul li a {
    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;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    height: 9rem;
    color: #fff;
    text-decoration: none !important;
    font-family: "M PLUS Rounded 1c", sans-serif;
    -webkit-transform: rotateZ(0.03deg);
            transform: rotateZ(0.03deg);
    font-size: 2.4rem;
  }
  aside div.aside_wrapper ul li a.internal span::before {
    content: "\e8ef";
  }
  aside div.aside_wrapper ul li a.pediatrics span::before {
    content: "\e8e8";
  }
  aside div.aside_wrapper ul li a.gastro span::before {
    content: "\e8f3";
  }
  aside div.aside_wrapper ul li a.surgery span::before {
    content: "\e8f0";
  }
  aside div.aside_wrapper ul li a.derma span::before {
    content: "\e8f1";
  }
  aside div.aside_wrapper ul li a.vaccination span::before {
    content: "\e8ec";
  }
  aside div.aside_wrapper ul li a.checkup span::before {
    content: "\e8ed";
  }
}
/* _module.scss　出力 */
.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;
}

.larger {
  font-size: 125%;
}

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

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }

  .pc_n {
    display: none !important;
  }
}
.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: 7.3rem;
  }

  .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;
  }
}
.timetable_wrapper {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 -0.4rem 0 0 #90C484 inset;
          box-shadow: 0 -0.4rem 0 0 #90C484 inset;
}
.timetable_wrapper .tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  table-layout: fixed;
  overflow: hidden;
}
.timetable_wrapper .tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  background: #84b17a;
  color: #fff;
  border-radius: 0.4rem;
  border: 0.1rem #fff solid;
}
.timetable_wrapper .tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.timetable_wrapper .tbl_time tr th[scope=col]:last-child {
  white-space: nowrap;
  width: 3.5rem;
}
.timetable_wrapper .tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  background: #fff;
  line-height: 1;
}
.timetable_wrapper .tbl_time tr td {
  text-align: center;
  font-weight: normal;
  padding: 1rem 0;
  line-height: 1;
  background: #fff;
}
.timetable_wrapper .tbl_time tr:nth-of-type(2) th.time {
  border-bottom: 0.1rem #E6E6E6 solid;
}
.timetable_wrapper .tbl_time tr:nth-of-type(2) td {
  border-bottom: 0.1rem #E6E6E6 solid;
}
.timetable_wrapper p.notice {
  margin: 0.4rem 0 0 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4;
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

@media screen and (min-width: 48em), print {
  .timetable_wrapper {
    padding: 0.8rem;
  }
  .timetable_wrapper .tbl_time {
    font-size: 1.4rem;
  }
  .timetable_wrapper .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .timetable_wrapper .tbl_time tr th[scope=col]:first-child {
    width: 10.7rem;
  }
  .timetable_wrapper .tbl_time tr th[scope=col]:last-child {
    width: 4.6rem;
  }
  .timetable_wrapper .tbl_time tr th.time {
    letter-spacing: -0.1rem;
    font-size: 1.32rem;
  }
  .timetable_wrapper .tbl_time tr td {
    padding: 0.65rem 0;
  }
  .timetable_wrapper p.notice {
    font-size: 1.2rem;
    margin: 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/index_keyvsl_low.jpg) no-repeat center top/cover;
  font-size: 2.4rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

.tit_02, .tit_02_low {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
.tit_02 span, .tit_02_low span {
  display: block;
  font-size: 1.2rem;
  color: #5A3C30;
  margin: 0;
  letter-spacing: 0.2rem;
}

.tit_02_low {
  position: relative;
}
.tit_02_low::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  display: inline-block;
  width: 6rem;
  height: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0F8C4F;
  border-radius: 2rem;
}

.tit_03 {
  font-size: 2rem;
  margin: 0 0 2rem;
  padding: 0 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  border-left: 0.4rem #0F8C4F solid;
}

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

.tit_05 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
    padding: 7rem 0 0 0;
    margin: 0;
    height: 20rem;
  }

  .tit_02, .tit_02_low {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
  .tit_02 span, .tit_02_low span {
    font-size: 1.6rem;
    margin: 0;
  }

  .tit_02_low::before {
    bottom: -1rem;
    width: 12rem;
    height: 0.6rem;
  }

  .tit_03 {
    font-size: 2.4rem;
    padding: 0 1rem;
  }

  .tit_04 {
    font-size: 2.2rem;
    padding: 0 0 0.3rem;
  }

  .tit_05 {
    font-size: 2rem;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "■";
  margin-right: 0.4rem;
  color: #0F8C4F;
  vertical-align: 0.1rem;
  font-size: 40%;
}
.lst_ul01 li:last-of-type, .lst_ul02 li:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    font-size: 1.8rem;
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul02 li::before {
    vertical-align: 0.25rem;
  }
}

.lst_ul02 {
  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: #4d4d4d;
  font-weight: bold;
}

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

@media screen and (min-width: 48em), print {
  .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: 15rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 15rem;
  }

  .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%;
  margin: 0 0 2rem;
}

@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%;
    margin: 0;
  }
}
.tel {
  line-height: 1;
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel::before {
  font-family: fontello;
  content: "\f10b";
  margin: 0 0.6rem 0 0;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  background: #84b17a;
  border-radius: 0.4rem;
  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;
}
.tel a {
  text-decoration: none !important;
}

.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;
  background: #da8068;
  color: #fff;
  font-weight: bold;
  border-radius: 0.6rem;
  padding: 0.9rem;
}
.btn_rsv::before {
  content: url("../img/head_rsv.svg");
  background: #fff;
  border-radius: 50%;
  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: 2.4rem;
  height: 2.4rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    font-size: 2rem;
    width: 26rem;
    height: 5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn_rsv::before {
    width: 3rem;
    height: 3rem;
    margin: 0 5rem 0 0;
  }
}

.btn_link {
  display: block;
  background: #fffcef;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.4rem 0;
  color: #fff;
}
.btn_link::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e807";
  font-size: 120%;
  margin: 0 0.6rem 0 0;
}

.btn_detail {
  display: table;
  padding: 0.6rem 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 3rem;
  text-decoration: none !important;
  background: #0F8C4F;
  color: #fff;
  position: relative;
  margin: 1rem 0 0 auto;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\f14c";
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    width: 24rem;
    height: 4rem;
    padding: 0;
    font-size: 1.6rem;
    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;
    margin: 2.4rem 0 0 auto;
  }
  .btn_detail::after {
    right: 1.8rem;
  }
}

.btn_txt {
  color: #e50065;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .btn_txt:hover {
    color: #c4c400;
  }
}

.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_yellow, .box_blue {
  padding: 1rem;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .box_white, .box_yellow, .box_blue {
    padding: 2.4rem;
  }
}

.box_blue {
  background-color: honeydew;
}

.box_yellow {
  background-color: beige;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

/* _common.scss　出力 */
html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #4d4d4d;
}

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

aside {
  display: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0;
  margin: 2rem 0 0 0;
}
.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: 20.0rem;
     margin: -20.0rem 0 0;
    */
  }

  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: 0 auto;
    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;
  }

  .main {
    width: 100%;
    font-size: 1.8rem;
    padding: 0;
    margin: 4rem 0 0 0;
  }

  aside {
    display: block;
    width: 24rem;
  }
}
@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 {
  background: url("../img/bg_header.jpg") no-repeat center center/cover;
  padding: 2.4rem 0 1rem;
}
.header .sticky .wrap {
  margin: 0 1.4rem;
}
.header .sticky .wrap .logo {
  height: 3rem;
}
.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;
}
.header .sticky .wrap .headR {
  margin: 2rem 0 0 0;
}
.header .sticky .wrap .headR .tel {
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .sticky .wrap .headR .tel::before {
  width: 2.2rem;
  height: 2.2rem;
}
.header .sticky .wrap .headR .timetable_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 0 0 4.8rem;
    height: auto;
    position: relative;
  }
  .header::after {
    content: "";
    background: url("../img/kv_deco.png") no-repeat center center/contain;
    width: 100%;
    height: 4rem;
    display: block;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0;
    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: 55.4rem;
    height: 7.2rem;
    margin: 5rem 0 0 0;
  }
  .header .sticky .wrap .headR {
    margin: 2.4rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .sticky .wrap .headR .tel {
    font-size: 2.4rem;
    margin: 0 1.6rem 0 0;
  }
  .header .sticky .wrap .headR .tel::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .header .sticky .wrap .headR .timetable_wrapper {
    width: 37.4rem;
    display: block;
    z-index: 999;
  }
}
.tel_add .tel {
  font-size: 200%;
}

.slicknav_menu {
  position: absolute;
  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: 5.5rem;
  color: #fff;
  background: #84b17a;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.4rem 0 0 0;
  z-index: 999;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 1;
  font-size: 3rem;
  margin: 0.3rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin: 0.2rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  line-height: 1;
  font-size: 3rem;
  margin: 0.3rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin: 0.2rem 0 0 0;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #84b17a;
  padding: 7rem 1.6rem 1.6rem 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #fff !important;
  padding: 1rem 0;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a span {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0 0 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  font-size: 1rem;
  content: "▼";
  color: #fff;
}
.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 {
  content: "▲";
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  color: #84b17a !important;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a span {
  display: block;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a br {
  display: none;
}
.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;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 7.3rem;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
  #nav ul li {
    position: relative;
    height: 6rem;
  }
  #nav ul li.treatment {
    display: none;
  }
  #nav ul li:not(#nav ul li:last-of-type) {
    margin: 0 6.4rem 0 0;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 1.8rem;
    color: #4d4d4d;
    font-family: "M PLUS Rounded 1c", sans-serif;
    -webkit-transform: rotateZ(0.03deg);
            transform: rotateZ(0.03deg);
    width: 100%;
    height: 100%;
  }
  #nav ul li a:hover {
    color: #0F8C4F;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: 100%;
    height: auto;
    background: rgba(57, 181, 74, 0.8);
  }
  #nav ul .children-1 li:hover, #nav ul .children-2 li:hover {
    background: #39b54a;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    display: block;
    height: auto;
    padding: 1.4rem 1.7rem;
    width: 100%;
    border-left: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    border-left: 0;
    border-right: 0;
  }
  #nav ul .children-1 li a::before, #nav ul .children-2 li a::before {
    content: ">";
    font-weight: normal;
    margin: 0 0.77rem 0 0;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br {
    display: none;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: transparent;
    z-index: 999;
    top: 0;
    left: 0;
    margin: auto;
    padding: 6rem 0 0 0;
    width: 100%;
  }
  #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,
.greeting #nav .greeting,
.clinic #nav .clinic,
.first #nav .first,
.access #nav .access {
    color: #0F8C4F;
  }
  .index #nav .home::before,
.greeting #nav .greeting::before,
.clinic #nav .clinic::before,
.first #nav .first::before,
.access #nav .access::before {
    content: "";
    background: #0F8C4F;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.8rem 0 0;
  }
}
.overview {
  padding: 0 1rem 4rem 1rem;
  font-size: 1.4rem;
  background: url("../img/bg_overview.jpg") no-repeat center top 5rem/cover;
  width: 100%;
}
.overview > .wrap {
  padding: 3rem 1rem 2rem 1rem;
  margin: 4rem 1rem 0 1rem;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 2rem 0 #eee;
          box-shadow: 0 0 2rem 0 #eee;
}
.overview > .wrap .clinic_name {
  text-align: center;
  border-bottom: 0.1rem #90C484 solid;
  margin: 0 auto 1rem;
  padding: 0 0 1rem;
}
.overview > .wrap .clinic_name img {
  width: 80%;
}
.overview > .wrap .overviewR {
  margin: 2.8rem 0 0 0;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.8rem 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  background: #f1f5f0;
  border-radius: 0.6rem;
  font-weight: bold;
  width: 25%;
  padding: 1rem 0.6rem;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 75%;
  line-height: 1.5;
  padding: 0 0 0 1rem;
}
.overview > .wrap .overviewL .timetable_wrapper, .overview > .wrap .overviewR .timetable_wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.overview > .wrap .overviewL iframe, .overview > .wrap .overviewR iframe {
  border: 0;
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
    margin: 12rem auto 0;
    background: url("../img/bg_overview.jpg") no-repeat center top 17rem;
  }
  .overview::after {
    display: block;
    content: "";
    background: url("../img/bg_footer_top.png") no-repeat center bottom;
    width: 100%;
    height: 26rem;
    margin: 0 auto;
  }
  .overview > .wrap {
    width: 96rem;
    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;
    height: auto;
    margin: 0 auto;
    padding: 6.4rem 4rem 5.8rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 auto 4rem;
    padding: 0 0 4rem;
    text-align: center;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    width: 62.7rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 40.4rem;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    width: 100%;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    font-size: 1.6rem;
    margin: 0 0 0.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 12rem;
    height: 4.8rem;
    padding: 1.6rem 0 0 2.4rem;
  }
  .overview > .wrap .overviewL .gaiyo dt.double, .overview > .wrap .overviewR .gaiyo dt.double {
    height: 7.4rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 28rem;
    padding: 0 0 0 2.4rem;
  }
  .overview > .wrap .overviewL .timetable_wrapper, .overview > .wrap .overviewR .timetable_wrapper {
    margin: 1.6rem 0 0 0;
  }
  .overview > .wrap .overviewL .timetable_wrapper tr td, .overview > .wrap .overviewR .timetable_wrapper tr td {
    padding: 0.85rem 0;
  }
  .overview > .wrap .overviewL .timetable_wrapper p.notice, .overview > .wrap .overviewR .timetable_wrapper p.notice {
    margin: 0.8rem 0 0 0;
  }
  .overview > .wrap .overviewL iframe, .overview > .wrap .overviewR iframe {
    width: 100%;
    height: 40.8rem;
    border-radius: 2rem;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  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 {
  white-space: nowrap;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.6rem 1rem;
}
.tel_up .tel::before {
  width: 2.2rem;
  height: 2.2rem;
}
.tel_up .btn_rsv {
  white-space: nowrap;
  padding: 0.6rem 1rem;
  background: #da8068;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}
.tel_up .btn_rsv::before {
  width: 2rem;
  height: 2rem;
  margin: 0 0.4rem 0 0;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  text-align: center;
  padding: 0.4rem 0 0 0;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  color: #39b54a;
  background: #90C484;
  border-radius: 50%;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e800";
  font-weight: normal;
  color: #fff;
}
.tel_up .pageup a span {
  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: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    padding: 0.6rem 0 0 0;
  }
}
.footer {
  text-align: center;
  padding: 0;
  width: 100%;
}
.footer .copy {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1rem 1rem 5.4rem;
  font-size: 1.2rem;
  background: #84b17a;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: url("../img/bg_footer.jpg") no-repeat center bottom;
  }
  .footer .footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 10rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer_wrapper .footer_nav {
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo, .footer .footer_wrapper .footer_nav ul.sub {
    width: 1200px;
    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;
  }
  .footer .footer_wrapper .footer_nav ul.glo li, .footer .footer_wrapper .footer_nav ul.sub li {
    display: inline-block;
    -webkit-text-size-adjust: none;
    padding: 0 0.6rem;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li:not(.footer .footer_wrapper .footer_nav ul.glo li:last-child):not(.footer .footer_wrapper .footer_nav ul.sub li:last-child), .footer .footer_wrapper .footer_nav ul.sub li:not(.footer .footer_wrapper .footer_nav ul.glo li:last-child):not(.footer .footer_wrapper .footer_nav ul.sub li:last-child) {
    border-right: 0.1rem #fff solid;
  }
  .footer .footer_wrapper .footer_nav ul.glo li.treatment, .footer .footer_wrapper .footer_nav ul.sub li.treatment {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    opacity: 1;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a br, .footer .footer_wrapper .footer_nav ul.sub li a br {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a:hover, .footer .footer_wrapper .footer_nav ul.sub li a:hover {
    text-decoration: underline;
  }
  .footer .footer_wrapper .footer_nav ul.glo li .subnav, .footer .footer_wrapper .footer_nav ul.sub li .subnav {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    margin: 0 auto;
  }
  .footer .footer_wrapper .footer_nav ul.sub li {
    margin: 1.8rem 0 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li a {
    font-size: 1.6rem;
  }
  .footer .footer_wrapper .footer_nav ul.sub li a::before {
    content: "";
    margin: 0;
  }
  .footer .copy {
    padding: 7.5rem 0;
    font-size: 1.4rem;
    margin: 0 auto;
    background: transparent;
  }
}
/* _top.scss　出力 */
body.index header > div:nth-of-type(2) {
  z-index: 0 !important;
}
#keyvsl {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/130%;
}
#keyvsl .catch {
  position: relative;
  padding: 1rem 1rem 13rem;
}
#keyvsl .catch p {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  text-align: center;
  color: #5A3C30;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto;
    overflow: hidden;
  }
  #keyvsl .catch {
    width: 1200px;
    margin: 0 auto;
    padding: 45.8rem 0 0 2rem;
    height: 57.9rem;
  }
  #keyvsl .catch p {
    font-size: 3.6rem;
    margin: 0;
    line-height: 1.6;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
}
.bnr {
  background: url("../img/bg_banner.jpg") no-repeat center center/cover;
  border: 0.4rem #84b17a solid;
  border-radius: 2rem;
  text-align: left;
  padding: 2rem 1rem;
  width: 90%;
  margin: 0 auto;
}
.bnr p {
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.bnr p span {
  text-decoration: underline;
  display: inline-block;
}
.bnr p span::before {
  content: "";
  margin: 0;
}
.bnr p.tit {
  color: #F2307B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  background: #fff;
  border-radius: 3rem;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem;
  padding: 0.6rem 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .bnr {
    width: 101.4rem;
    height: 24.1rem;
    padding: 4rem 0 0 0;
    text-align: center;
  }
  .bnr p {
    font-size: 1.6rem;
  }
  .bnr p.tit {
    font-size: 2.4rem;
    width: 80rem;
    height: 5rem;
    padding: 0;
    margin: 0 auto 1.8rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_01 {
  background: url("../img/bg_top_01.jpg") no-repeat center top/380%, url("../img/bg_top_01_2.jpg") no-repeat center bottom/460%;
}

@media screen and (min-width: 48em), print {
  .top_01 {
    width: 100%;
    margin: 4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12rem 0 10rem;
    background: url("../img/bg_top_01.jpg") no-repeat center top/auto, url("../img/bg_top_01_2.jpg") no-repeat center bottom/auto;
  }
  .top_01 .section_main {
    width: 90.4rem;
    margin: 0 0 0 5.6rem;
  }
}
.info {
  margin: 2rem 0 0 0;
  padding: 4rem 1rem;
}
.info .info_wrapper dl {
  margin: 0 auto;
  line-height: 1.4;
  padding: 0 1rem;
  height: 25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.info .info_wrapper dl dt, .info .info_wrapper dl dd {
  word-break: break-all;
}
.info .info_wrapper dl dt {
  font-size: 1.4rem;
  padding: 0.8rem 0;
  background: #fff;
  font-weight: bold;
  padding: 1rem;
}
.info .info_wrapper dl dt .date {
  margin: 0;
  display: block;
  color: #84b17a;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
}
.info .info_wrapper dl dt .tit::before {
  font-family: fontello;
  content: "\e800";
  font-weight: normal;
  margin: 0 0.6rem 0.8rem 0;
  color: #fff;
  background: #84b17a;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  vertical-align: 0.3rem;
}
.info .info_wrapper dl dt:not(.close) {
  border-radius: 1rem;
  margin: 0 auto 0.6rem 0;
}
.info .info_wrapper dl dt:not(.close) .tit::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .info_wrapper dl dt.close {
  border-radius: 1rem 1rem 0 0;
  margin: 0;
}
.info .info_wrapper dl dd {
  font-size: 1.4rem;
  padding: 0 1rem 1rem 1rem;
  margin: 0 0 0.6rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
.info .info_wrapper dl dd .link_text {
  display: block;
  color: #e14d8e;
  margin: 0.6rem 0 0 0;
  text-decoration: underline;
}
.info .info_wrapper dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 0 0 auto;
    width: 88rem;
    padding: 0;
  }
  .info .info_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .info .info_wrapper .tit_02 {
    margin: 0 0 1rem;
  }
  .info .info_wrapper dl {
    width: 100%;
    margin: 0 auto;
    height: 50rem;
    padding: 0;
  }
  .info .info_wrapper dl dt {
    font-size: 1.6rem;
    width: 85.6rem;
    padding: 2rem 0 2rem 1.6rem;
  }
  .info .info_wrapper dl dt .tit::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .info .info_wrapper dl dt:not(.close) {
    margin: 0 auto 0.6rem 0;
  }
  .info .info_wrapper dl dt:not(.close)::before {
    padding: 0.3rem 0 0 0;
    margin: 0 1.4rem 0 0;
  }
  .info .info_wrapper dl dt.close {
    margin: 0 auto 0 0;
  }
  .info .info_wrapper dl dt.close::before {
    margin: 0 1.4rem 0 0;
  }
  .info .info_wrapper dl dt .date {
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
  }
  .info .info_wrapper dl dd {
    font-size: 1.6rem;
    padding: 0 0 2rem 1.6rem;
    width: 85.6rem;
    margin: 0 auto 0.8rem 0;
  }
}
.philosophy {
  margin-top: 5rem !important;
  margin: 5rem 0 0 0;
  padding: 0 1rem 7rem 1rem;
}
.philosophy .philosophy_wrapper .box, .philosophy .philosophy_wrapper .features .features_wrapper .box2, .features .features_wrapper .philosophy .philosophy_wrapper .box2, .philosophy .philosophy_wrapper .features .features_wrapper .box3, .features .features_wrapper .philosophy .philosophy_wrapper .box3 {
  position: relative;
}
.philosophy .philosophy_wrapper .box img, .philosophy .philosophy_wrapper .features .features_wrapper .box2 img, .features .features_wrapper .philosophy .philosophy_wrapper .box2 img, .philosophy .philosophy_wrapper .features .features_wrapper .box3 img, .features .features_wrapper .philosophy .philosophy_wrapper .box3 img {
  margin: 0 0 0 auto;
  border-radius: 1.4rem;
}
.philosophy .philosophy_wrapper .box .txt, .philosophy .philosophy_wrapper .features .features_wrapper .box2 .txt, .features .features_wrapper .philosophy .philosophy_wrapper .box2 .txt, .philosophy .philosophy_wrapper .features .features_wrapper .box3 .txt, .features .features_wrapper .philosophy .philosophy_wrapper .box3 .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.5rem;
}
.philosophy .philosophy_wrapper .box .txt p, .philosophy .philosophy_wrapper .features .features_wrapper .box2 .txt p, .features .features_wrapper .philosophy .philosophy_wrapper .box2 .txt p, .philosophy .philosophy_wrapper .features .features_wrapper .box3 .txt p, .features .features_wrapper .philosophy .philosophy_wrapper .box3 .txt p {
  margin: 0 auto 0.6rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 0.8rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  height: 2.3rem;
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    margin-top: 12rem !important;
    margin: 12rem 0 0 auto;
    width: 90.4rem;
    padding: 0;
  }
  .philosophy .philosophy_wrapper .box, .philosophy .philosophy_wrapper .features .features_wrapper .box2, .features .features_wrapper .philosophy .philosophy_wrapper .box2, .philosophy .philosophy_wrapper .features .features_wrapper .box3, .features .features_wrapper .philosophy .philosophy_wrapper .box3 {
    margin: 4rem 0 0 0;
    width: 100%;
    height: 34.4rem;
  }
  .philosophy .philosophy_wrapper .box img, .philosophy .philosophy_wrapper .features .features_wrapper .box2 img, .features .features_wrapper .philosophy .philosophy_wrapper .box2 img, .philosophy .philosophy_wrapper .features .features_wrapper .box3 img, .features .features_wrapper .philosophy .philosophy_wrapper .box3 img {
    -webkit-box-shadow: -2.4rem 2.4rem rgba(144, 196, 132, 0.6);
            box-shadow: -2.4rem 2.4rem rgba(144, 196, 132, 0.6);
    border-radius: 1.8rem;
  }
  .philosophy .philosophy_wrapper .box .txt, .philosophy .philosophy_wrapper .features .features_wrapper .box2 .txt, .features .features_wrapper .philosophy .philosophy_wrapper .box2 .txt, .philosophy .philosophy_wrapper .features .features_wrapper .box3 .txt, .features .features_wrapper .philosophy .philosophy_wrapper .box3 .txt {
    top: 8rem;
  }
  .philosophy .philosophy_wrapper .box .txt p, .philosophy .philosophy_wrapper .features .features_wrapper .box2 .txt p, .features .features_wrapper .philosophy .philosophy_wrapper .box2 .txt p, .philosophy .philosophy_wrapper .features .features_wrapper .box3 .txt p, .features .features_wrapper .philosophy .philosophy_wrapper .box3 .txt p {
    margin: 0 auto 1rem;
    font-size: 2.4rem;
    height: 4.8rem;
    padding: 0 2.6rem;
    border-radius: 1.8rem;
  }
}
.features {
  margin: 0 !important;
  padding: 3rem 0 0 0;
}
.features .features_wrapper {
  margin: 4.6rem 0 0 0;
}
.features .features_wrapper .box, .features .features_wrapper .box2, .features .features_wrapper .box3 {
  width: 100%;
  background: url("../img/bg_features_01.jpg") no-repeat center bottom/300%;
  padding: 0 0 5rem;
  margin: 0 0 4rem;
}
.features .features_wrapper .box .wrap, .features .features_wrapper .box2 .wrap, .features .features_wrapper .box3 .wrap {
  padding: 0 1rem;
}
.features .features_wrapper .box .inner, .features .features_wrapper .box2 .inner, .features .features_wrapper .box3 .inner {
  position: relative;
}
.features .features_wrapper .box .inner::before, .features .features_wrapper .box2 .inner::before, .features .features_wrapper .box3 .inner::before {
  content: "";
  display: block;
  background: url("../img/pin01.png") no-repeat center center/contain;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
}
.features .features_wrapper .box .inner p.number, .features .features_wrapper .box2 .inner p.number, .features .features_wrapper .box3 .inner p.number {
  margin: 0;
  line-height: 1;
  color: rgba(196, 196, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 8rem;
}
.features .features_wrapper .box .inner .img_shadow, .features .features_wrapper .box2 .inner .img_shadow, .features .features_wrapper .box3 .inner .img_shadow, .features .features_wrapper .box .inner .txt_shadow, .features .features_wrapper .box2 .inner .txt_shadow, .features .features_wrapper .box3 .inner .txt_shadow {
  border-radius: 1.8rem;
  background: rgba(196, 196, 0, 0.3);
}
.features .features_wrapper .box .inner img, .features .features_wrapper .box2 .inner img, .features .features_wrapper .box3 .inner img {
  border-radius: 1rem;
}
.features .features_wrapper .box .inner .txt, .features .features_wrapper .box2 .inner .txt, .features .features_wrapper .box3 .inner .txt {
  background: #fff;
  border-radius: 1rem;
  padding: 1.4rem 1rem;
  margin: 1.6rem 0 0 0;
}
.features .features_wrapper .box .inner .txt::before, .features .features_wrapper .box2 .inner .txt::before, .features .features_wrapper .box3 .inner .txt::before {
  display: block;
  content: "";
  background: url("../img/pin02.png") no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
.features .features_wrapper .box .inner .txt p, .features .features_wrapper .box2 .inner .txt p, .features .features_wrapper .box3 .inner .txt p {
  margin: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.features .features_wrapper .box .inner .txt p.tit, .features .features_wrapper .box2 .inner .txt p.tit, .features .features_wrapper .box3 .inner .txt p.tit {
  color: #5A3C30;
  border-bottom: 0.1rem #c4c400 solid;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0 0 0.6rem;
  margin: 0 0 0.8rem;
}
.features .features_wrapper .box2 {
  background: url("../img/bg_features_02.jpg") no-repeat center bottom/300%;
}
.features .features_wrapper .box2 .inner p.number {
  color: rgba(144, 196, 132, 0.8);
}
.features .features_wrapper .box2 .inner .img_shadow, .features .features_wrapper .box2 .inner .txt_shadow {
  background: rgba(144, 196, 132, 0.3);
}
.features .features_wrapper .box2 .inner .txt p.tit {
  border-bottom: 0.1rem #90C484 solid;
}
.features .features_wrapper .box3 {
  background: url("../img/bg_features_03.jpg") no-repeat center bottom/300%;
}

@media screen and (min-width: 48em), print {
  .features {
    margin-top: 12rem !important;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .features .features_wrapper {
    margin: 7rem 0 0 0;
  }
  .features .features_wrapper .box, .features .features_wrapper .box2, .features .features_wrapper .box3 {
    margin: 0;
    padding: 0 0 10rem;
    min-height: 45.3rem;
    background: url("../img/bg_features_01.jpg") no-repeat center bottom/auto;
  }
  .features .features_wrapper .box .wrap, .features .features_wrapper .box2 .wrap, .features .features_wrapper .box3 .wrap {
    padding: 0;
  }
  .features .features_wrapper .box .inner, .features .features_wrapper .box2 .inner, .features .features_wrapper .box3 .inner {
    width: 90.4rem;
    height: 43.7rem;
    margin: 0 0 0 auto;
  }
  .features .features_wrapper .box .inner::before, .features .features_wrapper .box2 .inner::before, .features .features_wrapper .box3 .inner::before {
    width: 8.8rem;
    height: 8.8rem;
    position: absolute;
    left: 2.4rem;
    top: 0;
  }
  .features .features_wrapper .box .inner p.number, .features .features_wrapper .box2 .inner p.number, .features .features_wrapper .box3 .inner p.number {
    font-size: 32rem;
    top: -7rem;
    right: -4.3rem;
    color: rgba(196, 196, 0, 0.5);
  }
  .features .features_wrapper .box .inner .img_shadow, .features .features_wrapper .box2 .inner .img_shadow, .features .features_wrapper .box3 .inner .img_shadow, .features .features_wrapper .box .inner .txt_shadow, .features .features_wrapper .box2 .inner .txt_shadow, .features .features_wrapper .box3 .inner .txt_shadow {
    position: absolute;
  }
  .features .features_wrapper .box .inner .img_shadow, .features .features_wrapper .box2 .inner .img_shadow, .features .features_wrapper .box3 .inner .img_shadow {
    top: 2.4rem;
    left: 0;
    width: 56rem;
    height: 37.3rem;
  }
  .features .features_wrapper .box .inner .txt_shadow, .features .features_wrapper .box2 .inner .txt_shadow, .features .features_wrapper .box3 .inner .txt_shadow {
    right: 2.4rem;
    bottom: 0;
    width: 42rem;
    height: 22.7rem;
  }
  .features .features_wrapper .box .inner img, .features .features_wrapper .box2 .inner img, .features .features_wrapper .box3 .inner img {
    top: 0;
    left: 2.4rem;
    position: absolute;
    border-radius: 1.8rem;
  }
  .features .features_wrapper .box .inner .txt, .features .features_wrapper .box2 .inner .txt, .features .features_wrapper .box3 .inner .txt {
    width: 42rem;
    height: auto;
    padding: 4rem 3.2rem;
    right: 0;
    bottom: 2.4rem;
    position: absolute;
    border-radius: 1.8rem;
    margin: 0;
  }
  .features .features_wrapper .box .inner .txt::before, .features .features_wrapper .box2 .inner .txt::before, .features .features_wrapper .box3 .inner .txt::before {
    width: 8.8rem;
    height: 8.8rem;
    right: -2rem;
    bottom: -2rem;
    position: absolute;
  }
  .features .features_wrapper .box .inner .txt p, .features .features_wrapper .box2 .inner .txt p, .features .features_wrapper .box3 .inner .txt p {
    font-size: 1.6rem;
  }
  .features .features_wrapper .box .inner .txt p.tit, .features .features_wrapper .box2 .inner .txt p.tit, .features .features_wrapper .box3 .inner .txt p.tit {
    font-size: 3.2rem;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
  .features .features_wrapper .box2, .features .features_wrapper .box3 {
    margin: 10rem 0 0 0;
  }
  .features .features_wrapper .box2 {
    background: url("../img/bg_features_02.jpg") no-repeat center bottom/auto;
  }
  .features .features_wrapper .box2 .inner p.number {
    color: rgba(144, 196, 132, 0.5);
  }
  .features .features_wrapper .box3 {
    background: url("../img/bg_features_03.jpg") no-repeat center bottom/auto;
  }
  .features .features_wrapper .box3 .inner .txt_shadow {
    height: 17.7rem;
  }
}
.tre {
  margin: 0 !important;
  padding: 8rem 0 4rem;
  background: url("../img/bg_top_01_sp.jpg") no-repeat center top/contain;
}
.tre .list_tre {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.tre .list_tre li {
  text-align: center;
  width: 30%;
  margin: 0 0 3rem;
}
.tre .list_tre li a {
  font-size: 1.2rem;
  padding: 0;
  color: #603813;
  font-weight: bold;
  text-decoration: none;
}
.tre .list_tre li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 8rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.tre .list_tre li:first-of-type a::before {
  background-image: url("../img/icon-01.svg");
}
.tre .list_tre li:nth-of-type(2) a::before {
  background-image: url("../img/icon-02.svg");
}
.tre .list_tre li:nth-of-type(3) a::before {
  background-image: url("../img/icon-03.svg");
}
.tre .list_tre li:nth-of-type(4) a::before {
  background-image: url("../img/icon-04.svg");
}
.tre .list_tre li:nth-of-type(5) a::before {
  background-image: url("../img/icon-05.svg");
}
.tre .list_tre li:nth-of-type(6) a::before {
  background-image: url("../img/icon-06.svg");
}
.tre .list_tre li:nth-of-type(7) a::before {
  background-image: url("../img/icon-07.svg");
}
.tre .list_tre li:nth-of-type(8) a::before {
  background-image: url("../img/icon-08.svg");
}
.tre .list_tre li:nth-of-type(9) a::before {
  background-image: url("../img/icon-09.svg");
}
.tre .list_tre li:nth-of-type(10) a::before {
  background-image: url("../img/icon-10.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0 !important;
    padding: 18rem 0 7rem;
    width: 100%;
    background: transparent;
  }
  .tre .list_tre {
    width: 1200px;
    margin: 0 auto;
  }
  .tre .list_tre li {
    margin: 0 0 5rem;
    width: 240px;
  }
  .tre .list_tre li a {
    font-size: 2rem;
    padding: 11.6rem 0 0 0;
  }
  .tre .list_tre li a::before {
    margin: 0 auto 1.4rem;
    width: 14rem;
    height: 14rem;
  }
  .tre .list_tre li a:hover {
    opacity: 0.8;
  }
}
/* _lower.scss　出力 */
body:not(.index) .header {
  background: none;
}
body:not(.index) .wrapper {
  background: url("../img/bg_low.jpg") no-repeat center top/auto;
  min-height: 15rem;
}
body:not(.index) .main {
  padding: 0 1rem;
}
body:not(.index) .main .btn_detail {
  margin: 0 auto 0 0;
}
body:not(.index) .nfd {
  margin: 0;
  padding: 3rem 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    padding: 0 0 1.8rem;
  }
  body:not(.index) .wrapper {
    margin: 1.4rem 0 0 0;
  }
  body:not(.index) .main {
    margin: 0 auto;
    padding: 4rem 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: inherit;
  }
  body:not(.index) .low_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  body:not(.index) .section_main {
    width: 88rem;
    margin: 0 0 0 8rem;
  }
  body:not(.index) .overview {
    margin: 0 auto;
  }
}

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

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

#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 #333;
}

.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;
  }
  .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 dt {
  font-family: "Montserrat", sans-serif;
  border-bottom: 0.1rem #84b17a solid;
  color: #84b17a;
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #84b17a;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main {
  margin: 2rem 0 6rem;
}
.access .main .tel {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .main .tel::before {
  width: 2.2rem;
  height: 2.2rem;
}
.access .main iframe {
  width: 100%;
  height: 30rem;
  border: 0;
  margin: 2rem 0 0 0;
}
.access .main .btn_detail {
  margin: 1rem 0 0 auto !important;
}

@media screen and (min-width: 48em), print {
  .access .main .tel {
    font-size: 2.4rem;
  }
  .access .main .tel::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .access .main iframe {
    height: 50rem;
    margin: 4rem 0 0 0;
  }
}
.tbl_price, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th {
  display: block;
  padding: 0.4rem 1rem;
  text-align: left;
  background: #f6f6f6;
  font-weight: normal;
  border: 1px solid #ccc;
  border-bottom: none;
}
.tbl_price tr td, .tbl_lst tr td {
  display: block;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: right;
}
.tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
  border-bottom: none;
}
.tbl_price.num, .num.tbl_lst {
  counter-reset: number 0;
}
.tbl_price.num tr th, .num.tbl_lst tr th {
  counter-increment: number 1;
}
.tbl_price.num tr th::before, .num.tbl_lst tr th::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.4rem;
}

.tbl_lst tr th {
  text-align: center;
}
.tbl_lst tr td {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_price tr th, .tbl_lst tr th {
    width: 45%;
    border-bottom: 1px solid #ccc;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst 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: 0;
  padding: 1rem 0;
  color: #4d4d4d;
}
nav .breadcrumb li {
  font-family: "Montserrat", sans-serif;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e801";
  color: #4d4d4d;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #4d4d4d;
}

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