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

a[href*=anxiety-disorder],
a[href*=forgetfulness],
a[href*=depression-in-the-elderly],
a[href*=depression],
a[href*=manic-depression],
a[href*=autonomic-imbalance],
a[href*=insomnia],
a[href*=panic-disorder],
a[href*=obsessive-compulsive-disorder],
a[href*=schizophrenia],
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;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.uline {
  text-decoration: underline;
}

.larger {
  font-size: 120%;
}

.red {
  color: #f00;
}

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.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: 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;
  }
}
.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;
  color: #fff;
  font-weight: normal;
  background: #F9C292;
  border-left: 0.1rem #fff solid;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
  border-left: none;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.1rem;
  white-space: nowrap;
  border-right: 0;
  border-radius: 0 1rem 0 0;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  background: #fff;
  font-size: 1.1rem;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 1;
  background: #fff;
  border-left: 0.1rem #ABABAB solid;
}
.tbl_time tr td span {
  color: #7FA8A2;
}
.tbl_time tr:nth-of-type(2) th, .tbl_time tr:nth-of-type(2) td {
  border-bottom: 0.1rem #ABABAB solid;
}
.tbl_time tr:last-of-type th.time {
  border-radius: 0 0 0 1rem;
}
.tbl_time tr:last-of-type td:last-child {
  border-radius: 0 0 1rem 0;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
}
p.notice span {
  color: #7FA8A2;
}

@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col] {
    padding: 1.1rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th.time {
    font-size: 1.6rem;
  }
  .tbl_time tr td {
    font-size: 1.6rem;
    padding: 1.05rem 0;
  }
  p.notice {
    margin: 1.05rem 0 0 0;
    font-size: 1.6rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  font-size: 2.4rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 0 0 3rem;
  color: #CC8A5D;
}

.tit_02 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 2rem;
  background: url("../img/icon_h2_l.png") no-repeat left top/3rem, url("../img/icon_h2_r.png") no-repeat right bottom/5rem;
  display: table;
  height: 5rem;
  padding: 1rem 2rem 0 2rem;
}

.tit_03 {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 2rem;
  background: #DEB887;
  padding: 0.4rem 1rem;
  line-height: 1;
  border-radius: 0.6rem;
}

.tit_04 {
  color: #395463;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  background: #D4ECE8;
  padding: 0.4rem 1rem;
  line-height: 1;
  border-radius: 0.6rem;
}

.tit_05 {
  color: #A4663C;
  font-size: 1.6rem;
  margin: 0 0 2rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F8EFE6));
  background: linear-gradient(transparent 60%, #F8EFE6 60%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 8.43rem 1rem;
    margin: 0;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 auto 2rem;
    height: 8.9rem;
    padding: 1.5rem 6.6rem 0 3.2rem;
    background: url("../img/icon_h2_l.png") no-repeat left top/auto, url("../img/icon_h2_r.png") no-repeat right bottom/auto;
  }
  .tit_03 {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
  .tit_04 {
    font-size: 1.8rem;
    padding: 0.9rem 2rem;
  }
  .tit_05 {
    font-size: 1.6rem;
    padding: 0 1rem 0.4rem 1rem;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li:last-child, .lst_ul02 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "■";
  margin-right: 0.4rem;
  color: #CC8A5D;
  vertical-align: 0.1rem;
  font-size: 50%;
}

.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: #1B2E39;
  font-weight: bold;
}

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

.lst_dl02 dt {
  background: #DCF2F5;
  padding: 0.2rem 0.8rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -1.8rem;
    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: 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: 46%;
}

.flex2 li:first-child {
  margin: 0 0 1rem;
}

@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 {
  line-height: 1;
  color: #DBA765;
}
.tel::before {
  font-family: fontello;
  content: "\e801";
  font-size: 80%;
  margin: 0 0.5rem 0 0;
  vertical-align: 0.1rem;
}
.tel a {
  text-decoration: none !important;
}
.btn_rsv {
  display: block;
  background: #7FA8A2;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  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_rsv::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e802";
  font-size: 120%;
  margin: 0 0.55rem 0 0;
}
.btn_rsv.-footer_btn_rsv p {
  margin: 0.5em;
}
.btn_rsv.-footer_btn_rsv {
  padding: initial !important;
}
.btn_rsv.-footer_btn_rsv span:not(:last-child) {
  display: inline-block;
  padding-bottom: 0.5em;
}
.btn_rsv.-footer_btn_rsv span:not(:last-child)::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e802";
  font-size: 120%;
  margin: 0 0.55rem 0 0;
}
.btn_rsv.-footer_btn_rsv::before {
  content: none;
}

.disabled {
  pointer-events: none;
}
.disabled:hover {
  background-color: #7FA8A2; /* 無効化時は色を変えない */
}

.btn_link {
  background: #F9C292;
  border-radius: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 0.6rem 0;
  color: #fff;
  line-height: 1;
  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 {
  display: inline-block;
  font-family: "fontello";
  content: "\e810";
  font-size: 80%;
  margin: 0 0.3rem 0 0;
}

.btn_detail {
  display: table;
  margin: 1rem auto 0;
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #fff;
  color: #C17C4D;
  border: 0.1rem #C17C4D solid;
  text-decoration: none !important;
  position: relative;
}
.btn_detail::after {
  position: absolute;
  font-family: "fontello";
  content: "\f006";
  right: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    border-radius: 3rem;
    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_detail::after {
    right: 1.4rem;
  }
  .btn_detail:hover {
    background: #C17C4D;
    color: #fff;
  }
}

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

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

.box_blue, .box_pink {
  padding: 1rem;
  background: #F9E6D3;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_pink {
    padding: 2.4rem;
  }
}

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

body {
  background: #fff;
  color: #1B2E39;
}

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

aside {
  display: none;
}

.wrapper {
  margin: 3rem 0 0 0;
}

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

:target::before {
  content: "";
  display: block;
  height: 8rem;
  margin: -8rem 0 0;
}

@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(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    width: 1100px;
    font-size: 1.8rem;
    padding: 0 0 8rem;
    margin: 0 auto;
  }
}
@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: #FEFBF8;
}
.header .sticky .wrap {
  padding: 1rem;
}
.header .sticky .wrap .logo {
  height: 5rem;
}
.header .sticky .wrap .logo a {
  display: block;
  width: 90%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}
.header .sticky .wrap .headR {
  margin: 1rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add {
  text-align: center;
  margin: 0 0 1rem;
}
.header .sticky .wrap .headR .tel_add li .add {
  font-size: 1.1rem;
  display: block;
  margin: 0.6rem 0;
  white-space: nowrap;
}
.header .sticky .wrap .headR .tel_add li .add::before {
  display: inline-block;
  font-family: fontello;
  color: #7FA8A2;
  margin: 0 0.2rem 0 0;
  content: "\e803";
}
.header .sticky .wrap .headR div.pc_n {
  padding: 1em;
}
.header .sticky .wrap .btn_rsv_top {
  color: #fff;
  background: #7FA8A2;
  text-align: center;
  width: 80%;
  height: 3rem;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  display: block;
  margin: 0 auto;
  padding: 0.6rem 0 0 0;
}
.header .sticky .wrap .btn_rsv_top::before {
  display: inline-block;
  font-family: fontello;
  content: "\e802";
  margin: 0 0.3rem 0 0;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 0;
  }
  .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;
    position: relative;
  }
  .header .sticky .wrap .logo {
    width: 54.3rem;
    height: 8.9rem;
    margin: 1.7rem 0 0 0;
  }
  .header .sticky .wrap .logo a {
    width: 100%;
  }
  .header .sticky .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4.8rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 0;
    text-align: left;
  }
  .header .sticky .wrap .headR .tel_add li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .sticky .wrap .headR .tel_add li .tel {
    font-size: 2.9rem;
  }
  .header .sticky .wrap .headR .tel_add li .add {
    font-size: 1.6rem;
    margin: 0.8rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add li .add::before {
    margin: 0 0.4rem 0 0;
  }
  .header .sticky .wrap .btn_rsv_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 20rem;
    height: 7.7rem;
    font-size: 1.8rem;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 0 0 0;
  }
  .header .sticky .wrap .btn_rsv_top::before {
    margin: 0 0.5rem 0 0;
  }
  .header .sticky .wrap .btn_rsv_top .small {
    margin-top: 0.7rem;
    display: inline-block;
    font-size: 80%;
  }
  .header .sticky .wrap .btn_rsv_top .small2 {
    margin-top: 0.7rem;
    display: inline-block;
    font-size: 75%;
  }
  .header .sticky .wrap .disabled {
    pointer-events: none;
  }
  .header .sticky .wrap .disabled:hover {
    background-color: #7FA8A2; /* 無効化時は色を変えない */
  }
}
.fixed_rsv_btn .fixed_rsv {
  display: none;
}
@media screen and (min-width: 48em), print {
  .fixed_rsv_btn .fixed_rsv {
    color: #fff;
    font-size: 1.8rem;
    background: #7FA8A2;
    border-radius: 2rem 0 0 2rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    position: fixed;
    top: 14rem;
    right: 0;
    padding: 0.5em 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 9.6rem;
    text-align: center;
  }
  .fixed_rsv_btn .fixed_rsv span:not(:last-child) {
    font-size: 2rem;
  }
  .fixed_rsv_btn .fixed_rsv span:not(:last-child)::before {
    display: inline-block;
    font-family: fontello;
    content: "\e802";
    padding-right: 0.5em;
    margin: 0 0 0.3rem;
  }
  .fixed_rsv_btn .fixed_rsv span.txt {
    font-size: 1.4rem;
  }
  .fixed_rsv_btn .disabled {
    pointer-events: none;
  }
  .fixed_rsv_btn .disabled:hover {
    background-color: #7FA8A2; /* 無効化時は色を変えない */
  }
}

.tel_add .tel {
  font-size: 250%;
}

.slicknav_menu {
  display: none !important;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5.5rem;
  color: #2088CE;
  background: #fff;
  border: 1px solid #2088CE;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.4rem 0 0 0;
  @incliude gfont;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #EABEA0;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #E8C598;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #E8C598;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #1B2E39 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a span {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a span.treatment {
  display: block;
}
.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.2rem;
  content: "▼";
  color: #E8C598;
}
.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);
}
.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 {
  margin: 0;
  background: #FEFBF8;
  position: sticky;
  top: 0;
  z-index: 999;
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#nav ul li {
  width: 33.3333333333%;
  text-align: center;
}
#nav ul li:nth-last-child(n+4) {
  border-bottom: 1px dotted #ccc;
}
#nav ul li:not(:nth-child(3n)) {
  border-right: 1px dotted #ccc;
}
#nav ul li.trt > a::after {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 0.4rem;
  color: #7FA8A2;
  font-size: 80%;
}
#nav ul li.trt > a:not(.close)::after {
  content: "▼";
}
#nav ul li.trt > a.close::after {
  content: "▲";
}
#nav ul li > a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  padding: 1rem 0;
  font-size: 0.9rem;
}
#nav ul li > a::before {
  display: inline-block;
  font-family: fontello;
  margin: 0 0.4rem 0 0;
  color: #F9C292;
  font-size: 1.2rem;
  vertical-align: -0.1rem;
}
#nav ul li > a.home::before {
  content: "\e803";
}
#nav ul li > a.doctor::before {
  content: "\e806";
  color: #7FA8A2;
}
#nav ul li > a.first::before {
  content: "\e807";
}
#nav ul li > a.access::before {
  content: "\e808";
  color: #7FA8A2;
}
#nav ul li > a.price::before {
  content: "\e809";
}
#nav ul li > a.sub::before {
  content: "\e804";
  color: #7FA8A2;
}
#nav ul li .subbox {
  display: none;
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
}
#nav ul li .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
#nav ul li .subnav li {
  width: 50%;
  border-bottom: 1px dotted #ccc;
}
#nav ul li .subnav li:not(:nth-child(3n)) {
  border-right: none;
}
#nav ul li .subnav li:not(:nth-child(even)) {
  border-right: 1px dotted #ccc;
}
#nav ul li .subnav li > a {
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    width: 100%;
    height: auto;
    padding: 3.27rem 0 3.95rem;
  }
  #nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1100px;
    margin: 0 auto;
    height: 3.75rem;
  }
  #nav ul li {
    position: relative;
    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;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    border-left: 0.1rem #707070 dashed;
  }
  #nav ul li:not(:nth-child(3n)) {
    border-right: none;
  }
  #nav ul li:nth-last-of-type(2) {
    border-right: 0.1rem #707070 dashed;
  }
  #nav ul li:nth-last-child(n+4) {
    border-bottom: none;
  }
  #nav ul li.trt {
    display: none;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 1.6rem;
    color: #1B2E39;
    padding: 0;
    line-height: inherit;
    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;
  }
  #nav ul li a::before {
    margin: 0 0.5rem 0 0;
    font-size: 1.6rem;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: auto;
    height: 4.2rem;
    border-left: 0;
    width: 50%;
    float: left;
    border-right: 0.1rem #BE6E7C solid;
    border-bottom: 0.1rem #BE6E7C solid;
  }
  #nav ul .children-1 li:last-of-type, #nav ul .children-2 li:last-of-type {
    border-right: 0;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    padding: 0 0 0 0.8rem;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 120, 140, 0.9);
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nav ul .children-1 li a::before, #nav ul .children-2 li a::before {
    display: inline-block;
    content: "・";
    color: #fff;
  }
  #nav ul .children-1 li a:hover, #nav ul .children-2 li a:hover {
    background: #2088CE;
    color: #DBA765;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 2.8rem;
    left: 0;
    margin: auto;
    width: 200%;
    padding: 1.5rem 0 0 0;
  }
  #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 {
    /*
    background: $clr_sub;
    */
  }
}
.overview {
  padding: 0 1rem 1rem 1rem;
  margin: 0;
  width: 100%;
}
.overview .clinic_name {
  width: 100%;
  background: #FEFBF8;
  text-align: center;
  padding: 1rem 0;
}
.overview .clinic_name img {
  width: 80%;
}
.overview .bg_wrap {
  background: #F5D4B8 url("../img/bg_ov_01.png") no-repeat center top;
}
.overview .bg_wrap > .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  margin: 0 auto;
}
.overview .bg_wrap > .wrap .ov_info {
  width: 100%;
}
.overview .bg_wrap > .wrap .ov_info .tel {
  font-size: 2.8rem;
  color: #385263;
  margin: 0;
  text-align: center;
  display: block;
}
.overview .bg_wrap > .wrap .ov_info .btn_rsv {
  width: 90%;
  height: 3rem;
  font-size: 1.6rem;
  margin: 0 auto;
}
.overview .bg_wrap > .wrap p.park {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
}
.overview .bg_wrap > .wrap p.park::before, .overview .bg_wrap > .wrap p.park::after {
  display: inline-block;
  font-family: fontello;
  color: #EF9B54;
  font-size: 120%;
}
.overview .bg_wrap > .wrap p.park::before {
  content: "\e812";
  margin: 0 0.4rem 0 0;
}
.overview .bg_wrap > .wrap p.park::after {
  content: "\e813";
  margin: 0 0 0 0.4rem;
}
.overview .bg_wrap > .wrap .overviewL {
  padding: 0;
}
.overview .bg_wrap > .wrap .overviewR {
  margin: 0;
  padding: 0;
}
.overview .bg_wrap > .wrap .overviewR .gaiyo {
  margin: 0 !important;
}
.overview .bg_wrap > .wrap .overviewL .gaiyo, .overview .bg_wrap > .wrap .overviewR .gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0 0;
  line-height: 1.5;
}
.overview .bg_wrap > .wrap .overviewL .gaiyo dt, .overview .bg_wrap > .wrap .overviewR .gaiyo dt {
  width: 25%;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  margin: 0 0 1.4rem;
  line-height: 1;
  border-radius: 2rem;
  padding: 0.4rem 0 0.1rem;
}
.overview .bg_wrap > .wrap .overviewL .gaiyo dd, .overview .bg_wrap > .wrap .overviewR .gaiyo dd {
  width: 70%;
  font-size: 1.2rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
  }
  .overview .clinic_name {
    padding: 1.5rem 0 2.57rem;
  }
  .overview .clinic_name img {
    width: 54.2rem;
  }
  .overview .bg_wrap .wrap {
    width: 85rem;
    height: 38.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;
    padding: 4.8rem 0;
  }
  .overview .bg_wrap .wrap .ov_info .flex2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .bg_wrap .wrap .ov_info .flex2 li {
    width: auto;
  }
  .overview .bg_wrap .wrap .ov_info .flex2 li .tel {
    font-size: 3.2rem;
    margin: 0 1.9rem 0 0;
  }
  .overview .bg_wrap .wrap .ov_info .flex2 li .btn_rsv {
    width: 21.6rem;
    height: 3.7rem;
    font-size: 1.8rem;
  }
  .overview .bg_wrap .wrap .ov_info p.park {
    margin: 1.7rem 0 0 0;
    font-size: 1.8rem;
  }
  .overview .bg_wrap .wrap .ov_info p.park::before {
    margin: 0 0.87rem 0 0;
  }
  .overview .bg_wrap .wrap .ov_info p.park::after {
    margin: 0 0 0 0.87rem;
  }
  .overview .bg_wrap .wrap .overviewL, .overview .bg_wrap .wrap .overviewR {
    width: 50%;
  }
  .overview .bg_wrap .wrap .overviewL .gaiyo, .overview .bg_wrap .wrap .overviewR .gaiyo {
    margin: 4.8rem 0 0 0 !important;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview .bg_wrap .wrap .overviewL .gaiyo dt, .overview .bg_wrap .wrap .overviewR .gaiyo dt {
    width: 11.7rem;
    height: 3.8rem;
    font-size: 1.6rem;
    padding: 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;
    margin: 0 0 2.7rem;
  }
  .overview .bg_wrap .wrap .overviewL .gaiyo dd, .overview .bg_wrap .wrap .overviewR .gaiyo dd {
    width: 28.25rem;
    font-size: 1.6rem;
    padding: 0 0 0 2.1rem;
    white-space: nowrap;
  }
  .overview .bg_wrap .wrap .overviewL {
    padding: 0;
    margin: 0;
  }
  .overview .bg_wrap .wrap .overviewR {
    margin: 0;
    padding: 0;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5em 1fr 0.5em 0fr;
  grid-template-columns: 1fr 1fr 0fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  text-align: center;
}
.tel_up .call {
  display: block;
  text-align: center;
  width: auto;
  line-height: 1;
  padding: 0.8rem 1.2rem 0.5rem;
  white-space: nowrap;
  background: #DBA765;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}
.tel_up .call::before {
  font-family: fontello;
  content: "\e801";
  font-size: 80%;
  vertical-align: 0;
  font-size: 85%;
  margin: 0 0.2rem 0 0;
  color: #fff;
}
.tel_up .map, .tel_up .btn_rsv {
  font-size: 1.2rem;
  line-height: 1;
}
.tel_up .map {
  background: #385263;
  border-radius: 0.4rem;
  color: #fff;
  padding: 0.8rem 1.2rem 0.5rem;
}
.tel_up .map::before {
  font-family: "fontello";
  content: "\e80d";
  margin: 0 0.2rem 0 0;
}
.tel_up .btn_rsv {
  border-radius: 0.4rem;
  padding: 0.8rem 1.2rem 0.5rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem;
  line-height: 1;
  color: #fff;
  background: #7FA8A2;
  border-radius: 50%;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e800";
}
.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 .call, .tel_up .map, .tel_up .btn_rsv {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.6rem;
    padding: 1rem 0 0 0;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #ccc;
            box-shadow: 0.3rem 0.3rem 0 #ccc;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  color: #1B2E39;
  display: block;
  padding: 1rem 1rem 5.4rem;
  font-size: 1.2rem;
  background: #fff;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #fff;
  }
  .footer .footer_wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 4.78rem 0 4.5rem;
    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 {
    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;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li:not(:last-child, .lst_price)::after, .footer .footer_wrapper .footer_nav ul.sub li:not(:last-child, .lst_price)::after {
    content: "|";
    margin: 0 3rem;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #1B2E39;
    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.glo li.trt, .footer .footer_wrapper .footer_nav ul.sub li.trt {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    margin: 1.4rem 0 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li {
    margin: 0;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 0 0 2.93rem;
    font-size: 1.4rem;
  }
}
/* _top.scss　出力*/
body.index .wrapper {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  body.index .wrapper {
    margin: 0 auto;
  }
}
body.index .main {
  padding: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0;
  }
}

#keyvsl {
  margin: 0;
  padding: 8.5rem 1rem 0;
  height: 15.5rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/160% auto;
}
#keyvsl .kv_content .inner .catch {
  color: #fff;
  text-shadow: 0 0 0.1rem #fff;
  font-size: 1.6rem;
  text-align: right;
  position: relative;
  text-shadow: 0 0 0.3rem black;
}
#keyvsl .kv_content .inner .catch::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bg_catch.png") no-repeat center center/contain;
  z-index: -1;
  top: -3rem;
  right: 4rem;
  width: 8.13rem;
  height: 7.16rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto;
    margin: 0;
    padding: 30.1rem 0 0 0;
    height: 60.4rem;
  }
  #keyvsl .kv_content {
    width: 1100px;
    margin: 0 auto;
  }
  #keyvsl .kv_content .inner .catch {
    font-size: 3.8rem;
    margin: 0 2.6rem 0 0;
  }
  #keyvsl .kv_content .inner .catch::after {
    top: -8.8rem;
    right: 8.8rem;
    width: 24.4rem;
    height: 21.5rem;
  }
}
.top_access {
  width: 100%;
  margin: 0;
  padding: 3rem 1rem;
  background: url("../img/bg_top_01.png") no-repeat center top, url("../img/bg_top_02.png") no-repeat left bottom, #E6F2F0;
}
.top_access .inner p.open {
  margin: 0;
  text-align: center;
  font-size: 1.7rem;
}
.top_access .inner p.open::before, .top_access .inner p.open::after {
  display: inline-block;
  content: "";
  background: url("../img/dot.png") no-repeat center center/contain;
  vertical-align: middle;
  width: 2rem;
  height: 1rem;
}
.top_access .inner p.open::before {
  margin: 0 0.6rem 0 0;
}
.top_access .inner p.open::after {
  margin: 0 0 0 0.6rem;
}
.top_access .inner .flex2 .content_l, .top_access .inner .flex2 .content_r {
  margin: 2rem 0 0 0;
}
.top_access .inner .flex2 .content_l .flex2 p.tbl {
  font-size: 1.6rem;
  margin: 0;
}
.top_access .inner .flex2 .content_l .flex2 p.tbl::before {
  display: inline-block;
  font-family: fontello;
  content: "\e80a";
  color: #7FA8A2;
  margin: 0 0.4rem 0 0;
}
.top_access .inner .flex2 .content_l .flex2 .btn_rsv {
  font-size: 1.4rem;
  width: 100%;
  height: 2.4rem;
  margin: 1rem 0;
}
.top_access .inner .flex2 .content_l .tel {
  margin: 0.6rem 0 0 0;
  line-height: 1;
  font-size: 1.6rem;
}
.top_access .inner .flex2 .content_l .add {
  margin: 0.6rem 0 0 0;
  font-size: 1.1rem;
}
.top_access .inner .flex2 .content_l .add::before {
  display: inline-block;
  font-family: fontello;
  content: "\e803";
  color: #7FA8A2;
  margin: 0 0.3rem 0 0;
}
.top_access .inner .flex2 .content_l .acs {
  font-size: 1.6rem;
  margin: 2rem 0 0.6rem;
}
.top_access .inner .flex2 .content_l .acs::before {
  display: inline-block;
  font-family: fontello;
  content: "\e808";
  color: #DBA765;
  margin: 0 0.4rem 0 0;
}
.top_access .inner .flex2 .content_l .bytrain, .top_access .inner .flex2 .content_l .bybus {
  margin: 0;
  font-size: 1.2rem;
  color: #FB8E32;
}
.top_access .inner .flex2 .content_l .bytrain::before, .top_access .inner .flex2 .content_l .bybus::before {
  display: inline-block;
  font-family: fontello;
  color: #EF9B54;
  font-size: 120%;
  margin: 0 0.4rem 0 0;
}
.top_access .inner .flex2 .content_l .bytrain span, .top_access .inner .flex2 .content_l .bybus span {
  color: #707070;
  font-size: 0.9rem;
}
.top_access .inner .flex2 .content_l .bytrain::before {
  content: "\e80b";
}
.top_access .inner .flex2 .content_l .bybus {
  margin: 1rem 0 0 0;
}
.top_access .inner .flex2 .content_l .bybus::before {
  content: "\e80c";
}
.top_access .inner .flex2 .content_l .lst_ul01 {
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
}
.top_access .inner .flex2 .content_l .lst_ul01 li {
  margin: 0 !important;
  padding-bottom: 0.4rem;
  color: #FB8E32;
}
.top_access .inner .flex2 .content_l .lst_ul01 li::before {
  content: "・";
}
.top_access .inner .flex2 .content_l .bus01, .top_access .inner .flex2 .content_l .bus02, .top_access .inner .flex2 .content_l .bus03 {
  line-height: 1.3;
  margin: 0.6rem 0 0 0;
  font-size: 1.2rem;
  padding: 0 0 0 0.4rem;
}
.top_access .inner .flex2 .content_l .bus01 span.bl, .top_access .inner .flex2 .content_l .bus02 span.bl, .top_access .inner .flex2 .content_l .bus03 span.bl {
  color: #2088CE;
}
.top_access .inner .flex2 .content_l .bus01 span.rd, .top_access .inner .flex2 .content_l .bus02 span.rd, .top_access .inner .flex2 .content_l .bus03 span.rd {
  color: #B74155;
}
.top_access .inner .flex2 .content_l .bus01 {
  border-left: 0.2rem #1492E6 solid;
}
.top_access .inner .flex2 .content_l .bus02 {
  border-left: 0.2rem #1B92C1 solid;
}
.top_access .inner .flex2 .content_l .bus03 {
  border-left: 0.2rem #BE6E7C solid;
}
.top_access .inner .flex2 .content_r img {
  border-radius: 1rem;
}
.top_access .inner .flex2 .content_r .gm {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0.8rem 0 0 0;
}
.top_access .inner .flex2 .content_r .gm::before {
  display: inline-block;
  font-family: fontello;
  content: "\e80d";
  color: #7FA8A2;
  margin: 0 0.8rem 0 0;
}
.top_access .inner .flex2 .txt {
  text-align: center;
}
.top_access .inner .any {
  font-size: 1.8rem;
  margin: 2.4rem 0 0 0;
  color: #FB8E32;
  text-align: center;
}
.top_access .inner .any::before, .top_access .inner .any::after {
  display: inline-block;
  content: "";
  background: #F9C292;
  vertical-align: middle;
  width: 0.7rem;
  height: 0.25rem;
}
.top_access .inner .any::before {
  margin: 0 0.4rem 0 0;
}
.top_access .inner .any::after {
  margin: 0 0 0 0.4rem;
}
.top_access .inner .flex4 {
  margin: 1rem auto 0;
}
.top_access .inner .flex4 li {
  background: #fff;
  border-radius: 3rem;
  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;
  font-size: 1.3rem;
  padding: 0.6rem 0;
  width: 80%;
  margin: 0 auto;
}
.top_access .inner .flex4 li:not(:last-child) {
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .top_access {
    padding: 8.8rem 0;
  }
  .top_access .inner {
    width: 1100px;
    margin: 0 auto;
  }
  .top_access .inner p.open {
    font-size: 3.4rem;
  }
  .top_access .inner p.open span {
    font-size: 2.6rem;
  }
  .top_access .inner p.open::before, .top_access .inner p.open::after {
    width: 8.3rem;
    height: 0.3rem;
  }
  .top_access .inner p.open::before {
    margin: 0 1.15rem 0 0;
  }
  .top_access .inner p.open::after {
    margin: 0 0 0 1.15rem;
  }
  .top_access .inner .flex2 {
    margin: 9.8rem 0 0 0;
    width: 100%;
  }
  .top_access .inner .flex2 .content_l, .top_access .inner .flex2 .content_r {
    width: 50%;
    margin: 0;
  }
  .top_access .inner .flex2 .content_l {
    padding: 0 8.45rem 0 0;
  }
  .top_access .inner .flex2 .content_l .flex2 {
    margin: 0;
  }
  .top_access .inner .flex2 .content_l .flex2 p.tbl {
    font-size: 2.6rem;
  }
  .top_access .inner .flex2 .content_l .flex2 p.tbl::before {
    margin: 0 0.6rem 0 0;
  }
  .top_access .inner .flex2 .content_l .flex2 .btn_rsv {
    font-size: 1.8rem;
    width: 21.6rem;
    height: 3.7rem;
    margin: 0;
  }
  .top_access .inner .flex2 .content_l .tbl_time {
    margin: 2rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .tel {
    font-size: 3.2rem;
    margin: 1.4rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .add {
    font-size: 1.6rem;
    margin: 1.4rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .add::before {
    margin: 0 0.5rem 0 0;
  }
  .top_access .inner .flex2 .content_l .acs {
    font-size: 2.6rem;
    margin: 2.8rem 0 2.1rem;
  }
  .top_access .inner .flex2 .content_l .acs::before {
    margin: 0 0.6rem 0 0;
  }
  .top_access .inner .flex2 .content_l .bytrain, .top_access .inner .flex2 .content_l .bybus {
    font-size: 1.6rem;
  }
  .top_access .inner .flex2 .content_l .bytrain::before, .top_access .inner .flex2 .content_l .bybus::before {
    margin: 0 0.7rem 0 0;
  }
  .top_access .inner .flex2 .content_l .bytrain span, .top_access .inner .flex2 .content_l .bybus span {
    font-size: inherit;
  }
  .top_access .inner .flex2 .content_l .bybus {
    margin: 1.8rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .lst_ul01 {
    font-size: 1.6rem;
    margin: 0.9rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .bus01 {
    margin: 0.9rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .bus02, .top_access .inner .flex2 .content_l .bus03 {
    margin: 0.7rem 0 0 0;
  }
  .top_access .inner .flex2 .content_l .bus01, .top_access .inner .flex2 .content_l .bus02, .top_access .inner .flex2 .content_l .bus03 {
    font-size: 1.6rem;
    padding: 0 0 0 0.7rem;
  }
  .top_access .inner .flex2 .content_r .gm {
    font-size: 1.6rem;
    margin: 1.7rem 0 0 0;
  }
  .top_access .inner .flex2 .content_r .gm::before {
    margin: 0 0.48rem 0 0;
  }
  .top_access .inner .flex2 .txt {
    text-align: right;
  }
  .top_access .inner .any {
    font-size: 2.8rem;
    margin: 5.1rem 0 0 0;
  }
  .top_access .inner .any::before, .top_access .inner .any::after {
    width: 1.4rem;
    height: 0.5rem;
  }
  .top_access .inner .any::before {
    margin: 0 1.3rem 0 0;
  }
  .top_access .inner .any::after {
    margin: 0 0 0 1.3rem;
  }
  .top_access .inner .flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.8rem auto 0;
  }
  .top_access .inner .flex4 li {
    font-size: 1.6rem;
    width: auto;
    height: 3.8rem;
    padding: 0 1.5rem;
    margin: 0;
  }
  .top_access .inner .flex4 li:not(:last-child) {
    margin: 0 4.6rem 0 0;
  }
}
.info {
  width: 100%;
  margin: 0;
  padding: 3rem 1rem;
  background: #FEFBF8 url("../img/bg_top_03.png") no-repeat right bottom;
}
.info .box_info .tit_02_info {
  text-align: center;
  font-size: 2rem;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 0 0 0;
  margin: 0 auto;
  background: url("../img/bg_info.png") no-repeat center center/contain;
}
.info .box_info dl {
  margin: 1.8rem auto 0;
  line-height: 1.4;
  overflow-wrap: break-word;
  border-bottom: 0.1rem #707070 dashed;
}
.info .box_info dl dt {
  font-size: 1.4rem;
  color: #FB8E32;
  font-weight: normal;
  margin: 0;
  padding: 2rem 1.8rem 1rem 2rem;
  text-indent: -1rem;
  word-break: break-all;
  border-top: 0.1rem #707070 dashed;
}
.info .box_info dl dt span.date {
  color: #395463;
  font-size: 1.2rem;
  margin: 0;
}
.info .box_info dl dt span.tit {
  display: block;
  padding: 0 0 0 1.2rem;
}
.info .box_info dl dt::before {
  font-family: fontello;
  display: inline-block;
  font-weight: normal;
  margin: 0 0.2rem 0 0;
  color: #7FA8A2;
}
.info .box_info dl dt:not(.close) {
  margin: 0 0 1.73rem;
}
.info .box_info dl dt:not(.close)::before {
  content: "\e80f";
}
.info .box_info dl dt.close::before {
  content: "\e80e";
}
.info .box_info dl dd {
  word-break: break-all;
  font-size: 1.3rem;
  padding: 0 1rem 1.2rem 2.4rem;
  margin: 0 0 1.2rem;
  color: #1B2E39;
}
.info .box_info dl dd .link_text {
  display: block;
  color: #395463;
  margin: 0.8rem 0 0 0;
  text-decoration: underline;
}
.info .box_info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 9.35rem 0;
  }
  .info .box_info {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .box_info .tit_02_info {
    background: url("../img/bg_info.png") no-repeat left center/contain;
    font-size: 2.6rem;
    width: 18.9rem;
    height: 14.14rem;
    padding: 9.82rem 0 0 8.5rem;
    margin: 0;
  }
  .info .box_info dl {
    width: 84.6rem;
    margin: 0 0 0 auto;
    height: auto;
  }
  .info .box_info dl dt {
    font-size: 1.8rem;
    text-indent: -1.3rem;
    padding: 2.73rem 0 1rem 2rem;
  }
  .info .box_info dl dt span.date {
    font-size: 1.6rem;
    margin: 0 3rem 0 1rem;
  }
  .info .box_info dl dt span.tit {
    display: initial;
    padding: 0;
  }
  .info .box_info dl dd {
    font-size: 1.6rem;
    padding: 0 0 1.6rem 14rem;
  }
}
.tre {
  margin: 0;
  padding: 3rem 1rem;
  background: #FEFBF8 url("../img/bg_tre.png") no-repeat left 1rem bottom 1rem/40%;
}
.tre .subnav {
  width: 100%;
  margin: 2rem auto 0;
  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;
}
.tre .subnav li {
  margin: 0 0 1rem;
  width: 50%;
}
.tre .subnav li a {
  display: block;
  text-align: center;
  color: #1B2E39;
  font-size: 1.3rem;
}
.tre .subnav li a::before {
  display: block;
  margin: 0 auto 0.6rem;
  content: "";
  width: 11rem;
  height: 11rem;
  border-radius: 1rem;
}
.tre .subnav li a.sb1::before {
  background: url("../img/icon_sb01.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb2::before {
  background: url("../img/icon_sb02.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb3::before {
  background: url("../img/icon_sb03.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb4::before {
  background: url("../img/icon_sb04.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb5::before {
  background: url("../img/icon_sb05.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb6::before {
  background: url("../img/icon_sb06.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb7::before {
  background: url("../img/icon_sb07.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb8::before {
  background: url("../img/icon_sb08.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb9::before {
  background: url("../img/icon_sb09.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}
.tre .subnav li a.sb10::before {
  background: url("../img/icon_sb10.svg") no-repeat center center, url("../img/corner.png") no-repeat right 0.6rem bottom 0.6rem, #7FA8A2;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 7.7rem 0 9.3rem;
    width: 100%;
    background: #FEFBF8 url("../img/bg_tre.png") no-repeat left 7.6rem center/auto;
  }
  .tre .subnav {
    width: 1100px;
    margin: 2.6rem auto 0;
  }
  .tre .subnav li {
    margin: 0;
    width: 20%;
  }
  .tre .subnav li:nth-child(-n+5) {
    margin: 0 0 5.7rem;
  }
  .tre .subnav li a {
    font-size: 1.8rem;
  }
  .tre .subnav li a::before {
    width: 13.4rem;
    height: 13.4rem;
    margin: 0 auto 0.8rem;
  }
}
.greetng {
  margin: 0;
  padding: 3rem 1rem;
  background: #E6F2F0 url("../img/bg_greeting.png") no-repeat left bottom;
}
.greetng .greetng_wrapper img {
  border-radius: 1.4rem;
}
.greetng .greetng_wrapper .txt p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.03rem;
  text-align: justify;
}
.greetng .greetng_wrapper .txt p.doctor_name {
  text-align: right;
}
.greetng .greetng_wrapper .txt p.doctor_name span {
  font-size: 1.6rem;
}
.greetng .greetng_wrapper .txt .box .btn_link {
  margin: 1.8rem auto 0;
  width: 80%;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .greetng {
    margin: 0;
    padding: 7.8rem 0 6.3rem;
    width: 100%;
  }
  .greetng .greetng_wrapper {
    width: 1100px;
    margin: 5.07rem auto 0;
  }
  .greetng .greetng_wrapper .txt {
    padding: 0 33.5rem 0 0;
  }
  .greetng .greetng_wrapper .txt p {
    font-size: 1.6rem;
    margin: 0 0 3rem;
    line-height: 1.5;
  }
  .greetng .greetng_wrapper .txt p.doctor_name span {
    font-size: 2rem;
  }
  .greetng .greetng_wrapper .txt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .greetng .greetng_wrapper .txt .box .btn_link {
    width: 13.8rem;
    height: 3.4rem;
    font-size: 1.4rem;
    margin: 0 0 0 1.7rem;
  }
}
.symptom {
  margin: 0;
  padding: 3rem 1rem;
  background: #F5D4B8 url("../img/bg_symptom.png") no-repeat right bottom/60%;
}
.symptom .tit_02 {
  background: url("../img/icon_h2_l_brown.png") no-repeat left top/25%, url("../img/icon_h2_r_brown.png") no-repeat right bottom/10%;
  color: #FE7D11;
  height: 5rem;
  padding: 1rem 2rem 0 2rem;
}
.symptom .inner {
  border-radius: 1rem;
  background: url("../img/bg_star_01.png") no-repeat left bottom, url("../img/bg_star_02.png") no-repeat right top, #fff;
  padding: 2rem;
}
.symptom .inner ul.second {
  margin: 1.6rem 0 0 0;
}
.symptom .inner ul li {
  font-size: 1.4rem;
  padding: 0 0 1rem 1.5rem;
  text-indent: -1.5rem;
}
.symptom .inner ul li::before {
  display: inline-block;
  content: "";
  background: url("../img/check.png") no-repeat center center/contain;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .symptom {
    margin: 0;
    padding: 5.64rem 0 9.3rem;
    width: 100%;
    background: #F5D4B8 url("../img/bg_symptom.png") no-repeat right bottom/auto;
  }
  .symptom .tit_02 {
    height: 12rem;
    padding: 3.5rem 4rem 0 7.2rem;
    background: url("../img/icon_h2_l_brown.png") no-repeat left top/auto, url("../img/icon_h2_r_brown.png") no-repeat right bottom/auto;
  }
  .symptom .inner {
    width: 1100px;
    margin: 2.32rem auto 0;
    padding: 5.8rem 8.3rem 8.6rem 6.06rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url("../img/bg_star_01.png") no-repeat left 10.17rem bottom 1.71rem, url("../img/bg_star_02.png") no-repeat right 5.25rem top 4.19rem, #fff;
  }
  .symptom .inner ul.first {
    width: 37.6rem;
  }
  .symptom .inner ul.second {
    width: 45rem;
    margin: 0;
  }
  .symptom .inner ul li {
    font-size: 1.8rem;
    padding: 0 0 1.82rem 3.5rem;
    text-indent: -3.5rem;
  }
  .symptom .inner ul li:last-child {
    padding: 0 0 0 3.5rem;
  }
  .symptom .inner ul li::before {
    width: 1.6rem;
    height: 1.7rem;
    margin: 0 1.78rem 0 0;
  }
}
.feature {
  margin: 0;
  padding: 3rem 1rem;
  background: #FEFBF8;
}
.feature .inner {
  width: 100%;
  margin: 2rem auto 0;
}
.feature .inner li:first-child {
  margin: 0 0 3rem;
}
.feature .inner li img {
  margin: 0 0 1rem;
}
.feature .inner li p {
  margin: 0;
}
.feature .inner li p.tit {
  background: url("../img/icon_tit.jpg") no-repeat left center/contain;
  font-size: 1.8rem;
  height: 4rem;
  padding: 1rem 0 0 1.8rem;
  letter-spacing: 0.15rem;
}
.feature .inner li p.txt {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 0;
    padding: 7.7rem 0 15rem;
    width: 100%;
  }
  .feature .inner {
    width: 1100px;
    margin: 5.07rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature .inner li {
    width: 50%;
  }
  .feature .inner li:first-child {
    padding: 0 0 0 2.5rem;
    margin: 0;
  }
  .feature .inner li:last-child {
    padding: 0 0 0 5.5rem;
  }
  .feature .inner li img {
    margin: 0 0 1.9rem;
  }
  .feature .inner li p {
    margin: 0;
  }
  .feature .inner li p.tit {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    height: 5.468rem;
    padding: 1.2rem 0 0 2.5rem;
    background: url("../img/icon_tit.jpg") no-repeat left center/auto;
  }
  .feature .inner li p.txt {
    font-size: 1.6rem;
    margin: 1.5rem 0 0 0;
  }
}
/* _lower.scss　出力*/
body:not(.index) .main {
  margin: 0 1rem;
  word-break: break-all;
}
body:not(.index) .main .btn_rsv {
  width: 100%;
  height: 2.4rem;
  margin: 1rem 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 auto;
  }
  body:not(.index) .main .btn_detail {
    width: 21rem;
    height: 4rem;
  }
  body:not(.index) .main .btn_rsv {
    width: 21.6rem;
    height: 3.7rem;
    margin: 1rem 0 0 0;
  }
  body:not(.index) .wrapper {
    padding: 3rem 0 0 0;
  }
}

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

body:not(.index) .overview {
  background: #DEB887;
  padding: 2rem 1rem;
}
body:not(.index) .overview .bg_wrap .wrap {
  background: #FEFBF8;
  border-radius: 1rem;
}
body:not(.index) .overview .bg_wrap .wrap .clinic_name {
  background: transparent;
  margin: 0 0 2rem;
  padding: 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .flex2 p.tel {
  font-size: 1.8rem;
  margin: 0;
  text-align: center;
  color: #EF9B54;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .flex2 .btn_rsv {
  font-size: 1.4rem;
  width: 100%;
  height: 2.4rem;
  margin: 1rem 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .add {
  margin: 0.6rem 0 0 0;
  font-size: 1.05rem;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .add::before {
  display: inline-block;
  font-family: fontello;
  content: "\e803";
  color: #7FA8A2;
  margin: 0 0.3rem 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .acs {
  font-size: 1.6rem;
  margin: 2rem 0 0.6rem;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .acs::before {
  display: inline-block;
  font-family: fontello;
  content: "\e808";
  color: #F9C292;
  margin: 0 0.4rem 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus {
  margin: 0;
  font-size: 1.2rem;
  color: #F9C292;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain::before, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus::before {
  display: inline-block;
  font-family: fontello;
  color: #EF9B54;
  font-size: 120%;
  margin: 0 0.4rem 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain span, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus span {
  color: #707070;
  font-size: 0.9rem;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain::before {
  content: "\e80b";
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bybus {
  margin: 1rem 0 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bybus::before {
  content: "\e80c";
}
body:not(.index) .overview .bg_wrap .wrap .content_l .lst_ul01 {
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .lst_ul01 li {
  margin: 0 !important;
  padding-bottom: 0.4rem;
  color: #F9C292;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .lst_ul01 li::before {
  content: "・";
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus01, body:not(.index) .overview .bg_wrap .wrap .content_l .bus02, body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 {
  line-height: 1.3;
  margin: 0.6rem 0 0 0;
  font-size: 1.2rem;
  padding: 0 0 0 0.4rem;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus01 span.bl, body:not(.index) .overview .bg_wrap .wrap .content_l .bus02 span.bl, body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 span.bl {
  color: #2088CE;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus01 span.rd, body:not(.index) .overview .bg_wrap .wrap .content_l .bus02 span.rd, body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 span.rd {
  color: #B74155;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus01 {
  border-left: 0.2rem #1492E6 solid;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus02 {
  border-left: 0.2rem #1B92C1 solid;
}
body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 {
  border-left: 0.2rem #BE6E7C solid;
}
body:not(.index) .overview .bg_wrap .wrap .content_r {
  margin: 2rem 0 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_r img {
  border-radius: 1rem;
}
body:not(.index) .overview .bg_wrap .wrap .content_r .gm {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0.8rem 0 0 0;
}
body:not(.index) .overview .bg_wrap .wrap .content_r .gm::before {
  display: inline-block;
  font-family: fontello;
  content: "\e80d";
  color: #7FA8A2;
  margin: 0 0.8rem 0 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .overview {
    padding: 0;
  }
  body:not(.index) .overview .bg_wrap {
    padding: 7.6rem 0 12.3rem;
    background: #F5D4B8 url("../img/bg_ov_01.png") no-repeat center bottom;
  }
  body:not(.index) .overview .bg_wrap .wrap {
    width: 1100px;
    height: auto;
    padding: 3.9rem 3.87rem 3.6rem 3.75rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .clinic_name {
    margin: 0 0 4.17rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l, body:not(.index) .overview .bg_wrap .wrap .content_r {
    width: 50%;
    margin: 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l {
    padding: 0 4.7rem 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .flex2 {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .flex2 p.tel {
    font-size: 2.6rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .flex2 .btn_rsv {
    font-size: 1.8rem;
    width: 21.6rem;
    height: 3.7rem;
    margin: 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .tbl_time {
    margin: 2rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .add {
    font-size: 1.6rem;
    margin: 1.4rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .add::before {
    margin: 0 0.5rem 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .acs {
    font-size: 2.6rem;
    margin: 2.8rem 0 2.1rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .acs::before {
    margin: 0 0.6rem 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus {
    font-size: 1.6rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain::before, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus::before {
    margin: 0 0.7rem 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bytrain span, body:not(.index) .overview .bg_wrap .wrap .content_l .bybus span {
    font-size: inherit;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bybus {
    margin: 1.8rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .lst_ul01 {
    font-size: 1.6rem;
    margin: 0.9rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bus01 {
    margin: 0.9rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bus02, body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 {
    margin: 0.7rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_l .bus01, body:not(.index) .overview .bg_wrap .wrap .content_l .bus02, body:not(.index) .overview .bg_wrap .wrap .content_l .bus03 {
    font-size: 1.6rem;
    padding: 0 0 0 0.7rem;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_r {
    margin: 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_r .gm {
    font-size: 1.6rem;
    margin: 1.7rem 0 0 0;
  }
  body:not(.index) .overview .bg_wrap .wrap .content_r .gm::before {
    margin: 0 0.48rem 0 0;
  }
}

.doctor .flex2 .cont_r {
  margin: 4rem 0 0 0;
}
.doctor .flex2 .cont_l li:first-child, .doctor .flex2 .cont_r li:first-child {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .doctor .flex2 .cont_l, .doctor .flex2 .cont_r {
    width: 50%;
    margin: 0;
  }
  .doctor .flex2 .cont_l .tit_02, .doctor .flex2 .cont_r .tit_02 {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .treatment .in_box {
    margin: 3rem !important;
  }
}
#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 #FEF2C3;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0.6rem 0 0 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 dd {
  margin: 0 0 6rem;
  position: relative;
}
.flow dd .btn_rsv {
  display: inline-block;
  padding: 0 3rem;
  margin: 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 #1B92C1;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .illustmap {
  margin: 0 auto 2rem;
  display: block;
}
.access .main .gm {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0.8rem 0 0 0;
}
.access .main .gm::before {
  display: inline-block;
  font-family: fontello;
  content: "\e80d";
  color: #7FA8A2;
  margin: 0 0.8rem 0 0;
}

@media screen and (min-width: 48em), print {
  .access .main .illustmap {
    margin: 0 auto 2rem;
    display: block;
  }
  .access .main .gm {
    font-size: 1.6rem;
    margin: 1.7rem 0 0 0;
  }
  .access .main .gm::before {
    margin: 0 0.48rem 0 0;
  }
}
.tbl_price, .tbl_price2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_price2 tr th {
  display: block;
  padding: 0.4rem 1rem;
  text-align: left;
  background: #D4ECE8;
  border: 1px solid #7FA8A2;
  border-bottom: none;
  color: #1B2E39;
  font-weight: normal;
}
.tbl_price tr td, .tbl_price2 tr td {
  display: block;
  padding: 1rem;
  border: 1px solid #7FA8A2;
  text-align: right;
}
.tbl_price tr:not(:last-child) td, .tbl_price2 tr:not(:last-child) td {
  border-bottom: none;
}
@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_price2 tr th, .tbl_price tr td, .tbl_price2 tr td {
    display: table-cell;
    padding: 1rem;
  }
  .tbl_price tr th, .tbl_price2 tr th {
    border-bottom: 1px solid #7FA8A2;
  }
  .tbl_price tr:not(:last-child) td, .tbl_price2 tr:not(:last-child) td {
    border-bottom: 1px solid #7FA8A2;
  }
}

.tbl_price2 tr th, .tbl_price2 tr td {
  display: table-cell;
}
.tbl_price2 tr th {
  text-align: center;
}
.tbl_price2 tr th:first-of-type, .tbl_price2 tr th:nth-of-type(2) {
  width: 20%;
}
.tbl_price2 tr td {
  text-align: left;
}

.treatment .kasomenu_btn {
  text-align: right;
}

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: 4rem 0 0 0;
  color: #239B71;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: ">";
  color: #239B71;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #239B71;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1100px;
    margin: 2.1rem 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;
  }
}
/* AccordionArea
-------------------------- */
.acd_menu {
  width: 100%;
}
.acd_menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
.acd_menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.acd_menu ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
}

label {
  display: block;
  margin: 0 0 4px 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #C17C4D;
  cursor: pointer;
}

input {
  display: none;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li {
  height: auto;
  opacity: 1;
  padding: 1rem 2rem 2rem 2rem;
  margin: 0 0 2rem;
}
#menu_bar01:checked ~ #links01 li .lst_ul01 li,
#menu_bar02:checked ~ #links02 li .lst_ul01 li,
#menu_bar03:checked ~ #links03 li .lst_ul01 li,
#menu_bar04:checked ~ #links04 li .lst_ul01 li,
#menu_bar05:checked ~ #links05 li .lst_ul01 li,
#menu_bar06:checked ~ #links06 li .lst_ul01 li,
#menu_bar07:checked ~ #links07 li .lst_ul01 li,
#menu_bar08:checked ~ #links08 li .lst_ul01 li,
#menu_bar09:checked ~ #links09 li .lst_ul01 li,
#menu_bar10:checked ~ #links10 li .lst_ul01 li,
#menu_bar11:checked ~ #links11 li .lst_ul01 li,
#menu_bar12:checked ~ #links12 li .lst_ul01 li {
  margin: 0;
  padding: 0 0 2rem 2rem;
}
/*# sourceMappingURL=style.css.map */