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

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

/* _reset.scss　出力 */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

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

.larger {
  font-size: 120%;
}

.img_c {
  display: block;
  max-width: 80%;
  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;
  }
  .pr38 {
    padding: 0 38rem 0 0;
  }
  .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, .tbl_time2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 2.5rem;
}
.tbl_time tr th[scope=col], .tbl_time2 tr th[scope=col] {
  padding: 0 0 0.6rem;
  color: #EC6D81;
  font-weight: normal;
  border-bottom: 0.1rem #EC6D81 solid;
}
.tbl_time tr th[scope=col]:first-child, .tbl_time2 tr th[scope=col]:first-child {
  width: 12rem;
}
.tbl_time tr th[scope=col]:last-child, .tbl_time2 tr th[scope=col]:last-child {
  white-space: nowrap;
}
.tbl_time tr th.time, .tbl_time2 tr th.time {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  background: #fff;
  font-size: 1rem;
  border-bottom: 0.1rem #EC6D81 solid;
  color: #EC6D81;
}
.tbl_time tr th.time span, .tbl_time2 tr th.time span {
  font-weight: bold;
  font-size: 1.1rem;
}
.tbl_time tr td, .tbl_time2 tr td {
  text-align: center;
  font-size: 1.4rem;
  padding: 1.3rem 0;
  line-height: 1;
  color: #EC6D81;
  font-weight: bold;
  border-bottom: 0.1rem #EC6D81 solid;
}
.tbl_time::before, .tbl_time2::before {
  content: "こどもと家族";
  color: #fff;
  background: #EC6D81;
  border-radius: 0.4rem;
  position: absolute;
  font-size: 1rem;
  width: 1.7rem;
  height: 8rem;
  top: 2.1rem;
  left: 0;
  writing-mode: vertical-rl;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tbl_time2 {
  margin: 1rem 0 0 0;
}
.tbl_time2 tr th.time {
  color: #F29357;
  font-weight: normal;
  border-bottom: 0.1rem #F29357 solid;
  border-top: 0.1rem #F29357 solid;
}
.tbl_time2 tr th.time:first-child {
  width: 12rem;
}
.tbl_time2 tr td {
  color: #F29357;
  border-bottom: 0.1rem #F29357 solid;
  border-top: 0.1rem #F29357 solid;
}
.tbl_time2 tr td:last-child {
  width: 3.55rem;
}
.tbl_time2::before {
  content: "おとな";
  background: #F29357;
  top: 0;
  height: 4.1rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time, .tbl_time2 {
    padding: 0 0 0 3.7rem;
  }
  .tbl_time tr th[scope=col], .tbl_time2 tr th[scope=col] {
    padding: 0 0 0.75rem;
    font-size: 1.6rem;
    width: 4.971rem;
  }
  .tbl_time tr th[scope=col]:first-child, .tbl_time2 tr th[scope=col]:first-child {
    width: 18rem;
  }
  .tbl_time tr th.time, .tbl_time2 tr th.time {
    font-size: 1.4rem;
  }
  .tbl_time tr th.time span, .tbl_time2 tr th.time span {
    font-size: 1.6rem;
  }
  .tbl_time tr td, .tbl_time2 tr td {
    font-size: 2rem;
    padding: 2.55rem 0;
  }
  .tbl_time::before, .tbl_time2::before {
    font-size: 1.6rem;
    top: 2.6rem;
    width: 2.7rem;
    height: 14.3rem;
  }
  .tbl_time2 {
    margin: 1.4rem 0 0 0;
  }
  .tbl_time2 tr th.time:first-child {
    width: 18rem;
  }
  .tbl_time2 tr td:last-child {
    width: auto;
  }
  .tbl_time2::before {
    top: 0;
    height: 6.9rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #EC6D81;
  line-height: 1;
  font-size: 2.2rem;
  padding: 3rem 0.6rem;
  word-break: break-all;
  background: #FFE1E6;
  text-align: center;
}

.tit_02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tit_02 span.en {
  font-family: "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
  display: block;
  color: #EC6D81;
  font-size: 1.4rem;
  margin: 0.4rem 0 0 0;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.7rem;
}
.tit_02::before {
  background: url("../img/icon_h2_left.svg") no-repeat center center/contain;
  margin: 0 0.8rem 0 0;
}
.tit_02::after {
  background: url("../img/icon_h2_right.svg") no-repeat center center/contain;
  margin: 0 0 0 0.8rem;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  background: #EC6D81;
  padding: 0.6rem 1rem 0.4rem 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 0.8rem;
}

.tit_04 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  border-top: solid 0.1rem #EC6D81;
  border-bottom: solid 0.1rem #EC6D81;
  background: #FFE1E6;
  padding: 0.4rem 1rem;
}

.tit_05 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: dashed 0.1rem #EC6D81;
  padding: 0 1rem 0.4rem;
  margin: 0 0 1.4rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
    padding: 4.1rem 1rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 2rem;
  }
  .tit_02 span.en {
    font-size: 1.6rem;
    margin: 0.6rem 0 0 0;
  }
  .tit_02::before, .tit_02::after {
    content: "";
    display: inline-block;
    width: 4.9rem;
    height: 5.5rem;
  }
  .tit_02::before {
    background: url("../img/icon_h2_left.svg") no-repeat center center/contain;
    margin: 0 2rem 0 0;
  }
  .tit_02::after {
    background: url("../img/icon_h2_right.svg") no-repeat center center/contain;
    margin: 0 0 0 2rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    padding: 1.5rem 3rem 1.2rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    padding: 1.25rem 3rem 1rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    padding: 0 3rem 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: #F29357;
  vertical-align: 0.1rem;
  font-size: 70%;
}

.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: #555;
  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_ul01 li.nest, .lst_ul02 li.nest {
    text-indent: -23.5rem;
    padding-left: 23.6rem;
  }
  .lst_ul01 li.nest2, .lst_ul02 li.nest2 {
    text-indent: -12.6rem;
    padding-left: 12.8rem;
  }
  .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-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 48%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex3 li {
    width: 33%;
  }
}
.tel {
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.tel::before {
  font-family: fontello;
  content: "\e801";
  font-size: 8%;
  margin: 0 0.4rem 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.tel a {
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .tel {
    font-size: 2rem;
  }
  .tel::before {
    font-size: 2rem;
  }
}

.btn_rsv, .btn_line {
  display: block;
  background: #F7BA94;
  color: #fff;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 1rem;
}
.btn_rsv::before, .btn_line::before {
  font-family: "fontello";
  content: "\e80e";
  margin: 0 0.4rem 0 0;
  font-weight: normal;
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_line {
    width: 18.3rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }
  .btn_rsv::before, .btn_line::before {
    margin: 0 0.4rem 0 0;
  }
}

.btn_line {
  background: #06C755;
}
.btn_line::before {
  font-family: "fontello";
  content: "\e836";
  margin: 0 0.4rem 0 0;
  font-weight: normal;
  font-size: 150%;
}
@media screen and (min-width: 48em), print {
  .btn_line {
    margin: 0.8rem 0 0 0;
  }
  .btn_line::before {
    width: 4rem;
    height: 4rem;
  }
}

.btn_link, .btn_link2 {
  background: #F9DDCB;
  border-radius: 2rem;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn_link::after, .btn_link2::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e80f";
  font-size: 80%;
  margin: 0 0 0 0.6rem;
}

.btn_link2 {
  background: #FFB054;
}

.btn_detail {
  display: table;
  margin: 1rem auto 0;
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #fff;
  color: #EC6D81;
  border: 0.1rem #EC6D81 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-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .btn_detail::after {
    right: 1.4rem;
  }
  .btn_detail:hover {
    background: #EC6D81;
    color: #fff;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-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;
  border: 0.1rem #555 solid;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 4rem;
  }
}

.box_orange, .box_green {
  padding: 1rem;
  background: #F9DDCB;
  border-radius: 0.6rem;
  border: 0;
}
@media screen and (min-width: 48em), print {
  .box_orange, .box_green {
    padding: 2.4rem;
  }
}

.box_green {
  background: #CCE8C6;
}

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

body {
  background: #fff;
  color: #555;
}

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

@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 {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    width: 1200px;
    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 .sticky .wrap {
  margin: 1rem 1rem 1rem 1rem;
}
.header .sticky .wrap .logo {
  height: 8rem;
}
.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: 1rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .sticky .wrap .headR .btn_tel, .header .sticky .wrap .headR .btn_line, .header .sticky .wrap .headR .btn_rsv {
  border-radius: 0.8rem;
  color: #fff;
  width: 32.5%;
  padding: 0.4rem 0;
}
.header .sticky .wrap .headR .btn_tel::before, .header .sticky .wrap .headR .btn_line::before, .header .sticky .wrap .headR .btn_rsv::before {
  font-weight: normal;
}
.header .sticky .wrap .headR .btn_tel {
  background: #EC6D81;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.header .sticky .wrap .headR .btn_tel .tel {
  font-size: 1.1rem;
  white-space: nowrap;
}
.header .sticky .wrap .headR .btn_tel .tel a {
  letter-spacing: -0.1rem;
}
.header .sticky .wrap .headR .btn_tel .tel::before {
  font-size: 1rem;
  margin: 0 0.2rem 0 0;
}
.header .sticky .wrap .headR .btn_line {
  font-size: 1.1rem;
}
.header .sticky .wrap .headR .btn_rsv {
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0 0 1rem;
  }
  .header .sticky {
    background: #fff;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0 6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .sticky .wrap .logo {
    width: 19.9rem;
    height: 8.5rem;
    margin: 0.9rem 0 0 0;
  }
  .header .sticky .wrap .headR {
    width: 70rem;
    margin: 1.2rem 0 0 0;
  }
  .header .sticky .wrap .headR .btn_tel, .header .sticky .wrap .headR .btn_line, .header .sticky .wrap .headR .btn_rsv {
    width: 22rem;
    height: 8rem;
    border-radius: 1.4rem;
  }
  .header .sticky .wrap .headR .btn_tel {
    font-size: 2rem;
  }
  .header .sticky .wrap .headR .btn_tel .tel {
    font-size: 2.4rem;
    margin: 0.3rem 0 0 0;
  }
  .header .sticky .wrap .headR .btn_tel .tel::before {
    font-size: 2rem;
  }
  .header .sticky .wrap .headR .btn_line {
    font-size: 2.4rem;
    margin: 0;
  }
  .header .sticky .wrap .headR .btn_line::before {
    margin: 0 2rem 0 0 !important;
  }
  .header .sticky .wrap .headR .btn_rsv {
    font-size: 2.4rem;
  }
  .header .sticky .wrap .headR .btn_rsv::before {
    font-size: 4.1rem;
    margin: 0 3.06rem 0 0;
  }
}
.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: #EC6D81;
  background: #fff;
  border: 1px solid #EC6D81;
  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;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #EC6D81;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #EC6D81;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #EC6D81;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #FFFFFF !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.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: #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: #fff;
  color: #555 !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%;
    height: 10.6rem;
    padding: 0;
    background: #fff;
    margin: 0;
    padding: 3.15rem 0 0 0;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  #nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0 6rem;
  }
  #nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.554rem;
    flex: 1;
    padding: 0;
  }
  #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.8rem;
    color: #555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav ul li a::after {
    display: block;
    content: "";
    width: 100%;
    height: 4.5rem;
    margin: -3.9rem auto 0;
  }
  #nav ul li a.home {
    color: #F29357;
  }
  #nav ul li a.home::after {
    background: url("../img/g_home.svg") no-repeat center center/contain;
  }
  #nav ul li a.doctor {
    color: #7CC16E;
  }
  #nav ul li a.doctor::after {
    background: url("../img/g_doctor.svg") no-repeat center center/contain;
  }
  #nav ul li a.clinic {
    color: #F29357;
  }
  #nav ul li a.clinic::after {
    background: url("../img/g_clinic.svg") no-repeat center center/contain;
  }
  #nav ul li a.sub {
    color: #EC6D81;
  }
  #nav ul li a.sub::after {
    background: url("../img/g_guidance.svg") no-repeat center center/contain;
  }
  #nav ul li a.first {
    color: #7CC16E;
  }
  #nav ul li a.first::after {
    background: url("../img/g_first.svg") no-repeat center center/contain;
  }
  #nav ul li a.access {
    color: #F29357;
  }
  #nav ul li a.access::after {
    background: url("../img/g_access.svg") no-repeat center center/contain;
  }
  #nav ul li a.access span {
    border-right: 0;
  }
  #nav ul li a span {
    width: 100%;
    height: 6rem;
    border-right: 0.1rem #555 dashed;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    height: 4.4rem;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    white-space: nowrap;
    color: #EC6D81;
    border-left: 0.1rem #FFE1E6 solid;
    border-right: 0.1rem #FFE1E6 solid;
    border-top: 0.1rem #FFE1E6 solid;
  }
  #nav ul .children-1 li a::after, #nav ul .children-2 li a::after {
    display: none;
  }
  #nav ul .children-1 li a span, #nav ul .children-2 li a span {
    border-right: 0;
    height: auto;
  }
  #nav ul .children-1 li:hover, #nav ul .children-2 li:hover {
    background: #EC6D81;
  }
  #nav ul .children-1 li:hover a, #nav ul .children-2 li:hover a {
    color: #fff !important;
  }
  #nav ul .children-1 li:last-child a, #nav ul .children-2 li:last-child a {
    border-bottom: 0.1rem #FFE1E6 solid;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 6.4rem;
    left: 0;
    margin: auto;
    width: 100%;
    padding: 1rem 0 0 0;
    z-index: 999;
  }
  #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 li:first-child,
  .doctor #nav li:nth-child(2),
  .clinic #nav li:nth-child(3),
  .treatment #nav li:nth-child(4),
  .first #nav li:nth-child(5),
  .access #nav li:nth-child(6) {
    /*
    border-bottom: .4rem $clr_sub solid;
    padding: .4rem 0 0 0;
    a {
    	color: $clr_sub;
    }
    */
  }
}
.overview {
  padding: 3rem 1rem 1rem 1rem;
  margin: 0;
  width: 100%;
  background: url("../img/bg_clinic_info.jpg") no-repeat top center/cover;
}
.overview .clinic_name {
  background: #fff;
  border-radius: 2rem;
  width: 60%;
  margin: 0 auto 1.2rem;
  text-align: center;
  padding: 1rem 0;
}
.overview .clinic_name img {
  width: 70%;
}
.overview > .wrap {
  margin: 0 auto;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  line-height: 1.5;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 25%;
  font-size: 1.1rem;
  color: #EC6D81;
  font-weight: normal;
  margin: 0 0 1.4rem;
  background: #fff;
  border-radius: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  font-size: 1.1rem;
  margin: 0 0 1.4rem 0.8rem;
}
.overview > .wrap .overviewL .gaiyo dd span.tel, .overview > .wrap .overviewR .gaiyo dd span.tel {
  color: #EC6D81;
}
.overview > .wrap .overviewL {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewR {
  margin: 1rem 0 0 0;
  padding: 0;
}
.overview > .wrap .overviewR .tbl_wrapper {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

iframe {
  width: 100%;
  height: 30rem;
  border: 0;
  margin: 0;
  padding: 2rem 1rem;
  display: block;
  background: #FFE1E6;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0 2.8rem;
    background: url("../img/bg_clinic_info.jpg") no-repeat top center/auto;
  }
  .overview .clinic_name {
    margin: 0 auto;
    width: 46rem;
    height: 21.9rem;
    padding: 1.8rem 0 0 0;
  }
  .overview .clinic_name img {
    width: 41.8rem;
  }
  .overview > .wrap {
    width: 108rem;
    margin: 6rem auto 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    margin: 0;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 12rem;
    height: 4rem;
    font-size: 1.6rem;
    margin: 0 0 3rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 36rem;
    font-size: 1.6rem;
    margin: 0 0 2rem;
    padding: 0 0 0 2.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dd span.tel, .overview > .wrap .overviewR .gaiyo dd span.tel {
    font-size: 2.4rem;
  }
  .overview > .wrap .overviewL {
    padding: 0;
    margin: 0;
    width: 48.2rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    padding: 0;
    width: 59.8rem;
  }
  .overview > .wrap .overviewR .tbl_wrapper {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1.4rem 1.7rem 1.95rem 1.6rem;
  }
  iframe {
    margin: 0;
    padding: 0;
    height: 52rem;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.6rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 48%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0 0 0;
  letter-spacing: 0.1rem;
  background: #EC6D81;
  white-space: nowrap;
  border-radius: 0.6rem;
  height: 2.8rem;
}
.tel_up .tel::before {
  font-size: 1.3rem;
}
.tel_up .btn_rsv {
  font-size: 1.3rem;
  height: 2.8rem;
  padding: 0 0.6rem;
  white-space: nowrap;
  border-radius: 0.8rem;
}
.tel_up .pageup a {
  display: block;
  width: 5.4rem;
  height: 2.8rem;
  text-align: center;
  padding: 0.6rem 0 0 0;
  line-height: 1;
  color: #fff;
  background: #EC6D81;
  border: 0.1rem #fff solid;
  border-radius: 0.6rem;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e815";
  font-size: 100%;
  margin: 0;
  display: block;
}
.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: 6rem;
    height: 6rem;
    padding: 1rem 0 0 0;
    font-size: 1.6rem;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    margin: 0 0 0.8rem;
  }
  .tel_up .pageup a span {
    display: block;
    font-size: 0.8rem;
    margin: 0;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  color: #fff;
  display: block;
  padding: 1rem 1rem 5.4rem;
  font-size: 1.2rem;
  background: #EC6D81;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #EC6D81;
  }
  .footer .footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 4rem 0 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-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-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-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 2rem;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li:not(:last-child), .footer .footer_wrapper .footer_nav ul.sub li:not(:last-child) {
    border-right: 0.1rem #fff solid;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #555;
    opacity: 1;
    font-size: 1.6rem;
    color: #fff;
  }
  .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 {
    color: #555;
  }
  .footer .footer_wrapper .footer_nav ul.glo li .subnav, .footer .footer_wrapper .footer_nav ul.sub li .subnav, .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: 2.4rem 0 0 0;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 4rem 0;
    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: 1rem 0 0 0;
  padding: 0;
  height: 23rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover;
}
#keyvsl .kv_content {
  position: relative;
  height: 100%;
}
#keyvsl .kv_content p.cat {
  margin: 0;
  line-height: 1;
  color: #EC6D81;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  text-shadow: 0 0 0.9rem #fff;
  position: absolute;
  bottom: 3.6rem;
  left: 1rem;
  line-height: 1.3;
}
#keyvsl .kv_content .event {
  display: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  background: rgba(236, 109, 129, 0.8);
  color: #fff;
  width: 20rem;
  height: 4rem;
  font-size: 1.3rem;
  padding: 0.6rem 0 0 0;
  margin: 0;
  border-radius: 1rem;
  position: absolute;
  top: 0.6rem;
  right: 1rem;
}
#keyvsl .kv_content .circle {
  position: absolute;
  bottom: -6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 1rem;
  padding: 0 1rem;
}
#keyvsl .kv_content .circle .cl1, #keyvsl .kv_content .circle .cl2, #keyvsl .kv_content .circle .cl3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 9.5rem;
  height: 9.5rem;
  font-size: 1.3rem;
}
#keyvsl .kv_content .circle .cl1 {
  background: #EC6D81;
  display: none;
}
#keyvsl .kv_content .circle .cl2 {
  background: #F7BA94;
}
#keyvsl .kv_content .circle .cl3 {
  background: #7CC16E;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto;
    margin: 0 auto;
    height: 80rem;
  }
  #keyvsl .kv_content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #keyvsl .kv_content p.cat {
    font-size: 5.6rem;
    bottom: 10.8rem;
    left: 0;
    line-height: 1.4;
  }
  #keyvsl .kv_content .event {
    width: 56rem;
    height: 12rem;
    font-size: 3.2rem;
    padding: 1.8rem 0 0 0;
    line-height: 1.4;
    margin: 0;
    top: 4rem;
    right: 0;
  }
  #keyvsl .kv_content .circle {
    width: 35.8rem;
    height: 39.1rem;
    top: 37.9rem;
    right: 0;
    left: inherit;
    bottom: inherit;
    display: block;
    padding: 0;
  }
  #keyvsl .kv_content .circle .cl1, #keyvsl .kv_content .circle .cl2, #keyvsl .kv_content .circle .cl3 {
    position: absolute;
  }
  #keyvsl .kv_content .circle .cl1 {
    font-size: 2.8rem;
    width: 22rem;
    height: 22rem;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #keyvsl .kv_content .circle .cl2 {
    font-size: 2.4rem;
    width: 20rem;
    height: 20rem;
    top: 11.8rem;
    right: 0;
    z-index: 8;
  }
  #keyvsl .kv_content .circle .cl3 {
    font-size: 2.4rem;
    width: 16rem;
    height: 16rem;
    bottom: 0;
    left: 4rem;
    z-index: 7;
  }
}
.yoyaku {
  width: 100%;
  margin: 0;
  padding: 8rem 1rem 0;
  background: #FFE1E6;
  text-align: center;
}
.yoyaku p {
  margin: 2rem 0 0 0;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (min-width: 48em), print {
  .yoyaku {
    padding: 6rem 0 1rem;
  }
  .yoyaku p {
    margin: 4rem 0 0 0;
    font-size: 1.8rem;
  }
}
.info {
  width: 100%;
  margin: 0;
  padding: 4rem 1rem 3rem;
  background: #FFE1E6;
}
.info .box_info {
  background: #fff;
  border-radius: 2rem;
  padding: 0;
}
.info .box_info .tit_box {
  background: #EC6D81;
  border-radius: 2rem 2rem 0 0;
  padding: 1rem 0;
}
.info .box_info .tit_box .tit_02_info {
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #fff;
}
.info .box_info .tit_box .tit_02_info::after {
  display: inline-block;
  font-family: fontello;
  content: "\e80f";
}
.info .box_info dl {
  margin: 0 auto;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 2rem;
}
.info .box_info dl dt {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  padding-left: 1.8rem;
  text-indent: -1rem;
  word-break: break-all;
  color: #EC6D81;
}
.info .box_info dl dt::before {
  font-family: fontello;
  display: inline-block;
  margin: 0 0.2rem 0 0;
  font-size: 75%;
}
.info .box_info dl dt:not(.close)::before {
  content: "\e811";
}
.info .box_info dl dt.close::before {
  content: "\e812";
}
.info .box_info dl dd {
  font-size: 1.4rem;
  padding: 0 0 1rem 1.6rem;
  margin: 0 0 1.6rem;
  color: #555;
  word-break: break-all;
}
.info .box_info dl dd .link_text {
  display: block;
  color: #F29357;
  margin: 0.8rem 0 0 0;
}
.info .box_info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .movie {
  border-radius: 1rem;
  background: #fff;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  text-align: center;
}
.info .movie .btn_mov {
  color: #fff;
  background: #EC6D81;
  border-radius: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 1rem 0;
  margin: 1rem 0 0 0;
}
.info .movie .btn_mov::after {
  display: inline-block;
  font-family: fontello;
  content: "\e80c";
  font-size: 2rem;
  margin: 0 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 6rem 0 8rem;
  }
  .info .box_info {
    width: 108rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    min-height: 22rem;
  }
  .info .box_info .tit_box {
    border-radius: 2rem 0 0 2rem;
    width: 21.6rem;
    padding: 5rem 0 0 0;
  }
  .info .box_info .tit_box .tit_02_info {
    font-size: 2.4rem;
  }
  .info .box_info .tit_box .tit_02_info::after {
    display: block;
    font-size: 6.65rem;
    margin: 1rem 0 0 0;
  }
  .info .box_info dl {
    width: 86.4rem;
    margin: 0;
    height: auto;
    padding: 3rem 5.5rem;
  }
  .info .box_info dl dt {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -1.3rem;
  }
  .info .box_info dl dt::before {
    vertical-align: 0.2rem;
  }
  .info .box_info dl dd {
    font-size: 1.6rem;
    padding: 0 1rem 1.6rem 1.8rem;
  }
  .info .movie {
    border-radius: 2rem;
    width: 75.1rem;
    height: 15.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 6rem auto 0;
    padding: 1.9rem 3rem;
  }
  .info .movie img {
    width: 27.1rem;
    height: 11.6rem;
  }
  .info .movie .btn_mov {
    border-radius: 2rem;
    width: 37.3rem;
    height: 9.6rem;
    font-size: 2.4rem;
    padding: 0;
    margin: 0;
  }
  .info .movie .btn_mov::after {
    font-size: 5.74rem;
    margin: 0 0 0 3.5rem;
  }
}
.feature {
  margin: 0;
  padding: 3rem 2rem;
  background: url("../img/bg_feature_left.png") no-repeat left top/55%, url("../img/bg_feature_right.png") no-repeat right bottom/55%, #fff;
}
.feature .inner::before {
  background: #FFE1E6;
  border-radius: 50%;
  margin: 0 auto;
  content: url("../img/feature_cross.svg");
  display: block;
  text-align: center;
  width: 13rem;
  height: 13rem;
  margin: 0 auto -8rem;
  padding: 1rem 0 0 0;
}
.feature .inner .common_f {
  background: #FFE1E6;
  border-radius: 2rem;
  padding: 2rem 4rem;
  font-size: 1.6rem;
}
.feature .inner .common_f .tit {
  margin: 0;
  color: #EC6D81;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.feature .inner .common_f .tit::before, .feature .inner .common_f .tit::after {
  display: inline-block;
  content: "";
  width: 1.9rem;
  height: 0.8rem;
}
.feature .inner .common_f .tit::before {
  background: url("../img/flame2_left.svg") no-repeat center center/contain;
  margin: 0 1rem 0 0;
}
.feature .inner .common_f .tit::after {
  background: url("../img/flame2_right.svg") no-repeat center center/contain;
  margin: 0 0 0 1rem;
}
.feature .inner .common_f .common_f_wrapper .box {
  margin: 3rem auto 0;
}
.feature .inner .common_f .common_f_wrapper .box figure {
  margin: 0 auto;
  position: relative;
}
.feature .inner .common_f .common_f_wrapper .box figure img {
  border-radius: 50%;
}
.feature .inner .common_f .common_f_wrapper .box p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.feature .inner .common_f .common_f_wrapper .box p.num {
  color: #EC6D81;
  font-size: 2.8rem;
  margin: 0.4rem 0 0 0;
}
.feature .inner .common_f .common_f_wrapper .box p.txt {
  font-size: 1.4rem;
}
.feature .inner .symptom_wrapper {
  margin: 2rem 0 0 0;
}
.feature .inner .symptom_wrapper .ped_f_wrapper, .feature .inner .symptom_wrapper .internal_f_wrapper {
  background: #CCE8C6;
  border-radius: 2rem;
  padding: 2rem;
  font-size: 1.6rem;
}
.feature .inner .symptom_wrapper .ped_f_wrapper p, .feature .inner .symptom_wrapper .internal_f_wrapper p {
  margin: 0;
}
.feature .inner .symptom_wrapper .ped_f_wrapper p.tit, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit {
  color: #7CC16E;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.feature .inner .symptom_wrapper .ped_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .ped_f_wrapper p.tit::after, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::after {
  display: inline-block;
  content: "";
  width: 1.9rem;
  height: 0.8rem;
}
.feature .inner .symptom_wrapper .ped_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::before {
  background: url("../img/flame3_left.svg") no-repeat center center/contain;
  margin: 0 1rem 0 0;
}
.feature .inner .symptom_wrapper .ped_f_wrapper p.tit::after, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::after {
  background: url("../img/flame3_right.svg") no-repeat center center/contain;
  margin: 0 0 0 1rem;
}
.feature .inner .symptom_wrapper .ped_f_wrapper figure, .feature .inner .symptom_wrapper .internal_f_wrapper figure {
  margin: 3rem 0 0 0;
  position: relative;
}
.feature .inner .symptom_wrapper .ped_f_wrapper figure img, .feature .inner .symptom_wrapper .internal_f_wrapper figure img {
  border-radius: 1rem;
}
.feature .inner .symptom_wrapper .ped_f_wrapper figure figcaption, .feature .inner .symptom_wrapper .internal_f_wrapper figure figcaption {
  line-height: 1.3;
  font-size: 1.4rem;
  margin: 0.7rem 1rem 0 1rem;
  padding-left: 2.4rem;
  text-indent: -3.5rem;
}
.feature .inner .symptom_wrapper .ped_f_wrapper figure figcaption span, .feature .inner .symptom_wrapper .internal_f_wrapper figure figcaption span {
  color: #7CC16E;
  font-size: 1.8rem;
}
.feature .inner .symptom_wrapper .internal_f_wrapper {
  background: #F9DDCB;
  margin: 2rem 0 0 0;
}
.feature .inner .symptom_wrapper .internal_f_wrapper p {
  margin: 0;
}
.feature .inner .symptom_wrapper .internal_f_wrapper p.tit {
  color: #F29357;
}
.feature .inner .symptom_wrapper .internal_f_wrapper p.tit::before {
  background: url("../img/flame4_right.svg") no-repeat center center/contain;
}
.feature .inner .symptom_wrapper .internal_f_wrapper p.tit::after {
  background: url("../img/flame4_left.svg") no-repeat center center/contain;
}
.feature .inner .symptom_wrapper .internal_f_wrapper figure figcaption span {
  color: #F29357;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 0;
    padding: 6rem 0 8rem;
    width: 100%;
    min-height: 185.2rem;
    background: url("../img/bg_feature_left.png") no-repeat left top/auto, url("../img/bg_feature_right.png") no-repeat right bottom/auto, #fff;
  }
  .feature .inner {
    width: 108rem;
    margin: 6rem auto 0;
    padding: 0;
  }
  .feature .inner::before {
    width: 22.2rem;
    height: 22.2rem;
    margin: 0 auto -13.5rem;
    padding: 2.88rem 0 0 0;
  }
  .feature .inner .common_f {
    padding: 4rem 5.6rem;
    font-size: 2.4rem;
  }
  .feature .inner .common_f .tit::before, .feature .inner .common_f .tit::after {
    width: 3.8rem;
    height: 1.6rem;
  }
  .feature .inner .common_f .tit::before {
    margin: 0 2rem 0 0;
  }
  .feature .inner .common_f .tit::after {
    margin: 0 0 0 2rem;
  }
  .feature .inner .common_f .common_f_wrapper {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 4rem 0 0 0;
  }
  .feature .inner .common_f .common_f_wrapper .box {
    width: 25%;
    margin: 0;
  }
  .feature .inner .common_f .common_f_wrapper .box figure {
    width: 21.2rem;
    height: 21.2rem;
  }
  .feature .inner .common_f .common_f_wrapper .box p.num {
    font-size: 3.2rem;
    margin: 1rem 0 0 0;
  }
  .feature .inner .common_f .common_f_wrapper .box p.txt {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
  .feature .inner .symptom_wrapper {
    margin: 6rem 0 0 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper, .feature .inner .symptom_wrapper .internal_f_wrapper {
    width: 51rem;
    padding: 4rem 3rem 3.9rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper p.tit, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit {
    font-size: 2.4rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .ped_f_wrapper p.tit::after, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::after {
    width: 3.8rem;
    height: 1.6rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper p.tit::before, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::before {
    margin: 0 2rem 0 0;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper p.tit::after, .feature .inner .symptom_wrapper .internal_f_wrapper p.tit::after {
    margin: 0 0 0 2rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper figure, .feature .inner .symptom_wrapper .internal_f_wrapper figure {
    margin: 4rem 0 0 0;
    height: 24.9rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper figure img, .feature .inner .symptom_wrapper .internal_f_wrapper figure img {
    border-radius: 2rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper figure figcaption, .feature .inner .symptom_wrapper .internal_f_wrapper figure figcaption {
    font-size: 1.8rem;
    margin: 1.5rem 2rem 0 2rem;
    padding-left: 4.3rem;
    text-indent: -4.4rem;
  }
  .feature .inner .symptom_wrapper .ped_f_wrapper figure figcaption span, .feature .inner .symptom_wrapper .internal_f_wrapper figure figcaption span {
    font-size: 2.4rem;
  }
  .feature .inner .symptom_wrapper .internal_f_wrapper {
    margin: 0;
  }
}
.tre {
  margin: 0;
  padding: 3rem 0 0 0;
  background: #fff;
}
.tre .tre_wrapper .tre_l, .tre .tre_wrapper .tre_r {
  background: #CCE8C6;
}
.tre .tre_wrapper .tre_l .inner, .tre .tre_wrapper .tre_r .inner {
  padding: 2rem;
}
.tre .tre_wrapper .tre_l .inner .tit, .tre .tre_wrapper .tre_r .inner .tit {
  margin: 0;
  color: #7CC16E;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 1.6rem;
}
.tre .tre_wrapper .tre_l .inner .tit::before, .tre .tre_wrapper .tre_r .inner .tit::before, .tre .tre_wrapper .tre_l .inner .tit::after, .tre .tre_wrapper .tre_r .inner .tit::after {
  display: inline-block;
  content: "";
  width: 1.9rem;
  height: 0.8rem;
}
.tre .tre_wrapper .tre_l .inner .tit::before, .tre .tre_wrapper .tre_r .inner .tit::before {
  background: url("../img/flame3_left.svg") no-repeat center center/contain;
  margin: 0 1rem 0 0;
}
.tre .tre_wrapper .tre_l .inner .tit::after, .tre .tre_wrapper .tre_r .inner .tit::after {
  background: url("../img/flame3_right.svg") no-repeat center center/contain;
  margin: 0 0 0 1rem;
}
.tre .tre_wrapper .tre_l .inner .subnav, .tre .tre_wrapper .tre_r .inner .subnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tre .tre_wrapper .tre_l .inner .subnav li, .tre .tre_wrapper .tre_r .inner .subnav li {
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 50%;
  margin: 2rem 0 0 0;
  width: 13rem;
  height: 13rem;
}
.tre .tre_wrapper .tre_l .inner .subnav li::before, .tre .tre_wrapper .tre_r .inner .subnav li::before {
  content: "";
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: dashed #7CC16E 0.2rem;
  border-radius: 50%;
}
.tre .tre_wrapper .tre_l .inner .subnav li a, .tre .tre_wrapper .tre_r .inner .subnav li a {
  text-align: center;
  display: block;
  padding: 1.6rem 0 0 0;
  width: 13rem;
  height: 13rem;
  position: relative;
}
.tre .tre_wrapper .tre_l .inner .subnav li a span, .tre .tre_wrapper .tre_r .inner .subnav li a span {
  font-weight: bold;
  color: #555;
  display: block;
  font-size: 1.2rem;
}
.tre .tre_wrapper .tre_l .inner .subnav li a span::before, .tre .tre_wrapper .tre_r .inner .subnav li a span::before {
  display: inline-block;
  font-family: fontello;
  content: "\e813";
  line-height: 1;
  font-weight: normal;
  margin: 0 0.4rem 0 0;
}
.tre .tre_wrapper .tre_l .inner .subnav li a::before, .tre .tre_wrapper .tre_r .inner .subnav li a::before {
  display: block;
  font-family: fontello;
  margin: 0 auto;
  font-weight: normal;
  font-size: 6.25rem;
}
.tre .tre_wrapper .tre_l .inner .subnav li a.dermatology::before, .tre .tre_wrapper .tre_r .inner .subnav li a.dermatology::before {
  content: "\e821";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.pediatric_dermatology::before, .tre .tre_wrapper .tre_r .inner .subnav li a.pediatric_dermatology::before {
  content: "\e818";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.child_medical_examination::before, .tre .tre_wrapper .tre_r .inner .subnav li a.child_medical_examination::before {
  content: "\e819";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.pediatric_vaccination::before, .tre .tre_wrapper .tre_r .inner .subnav li a.pediatric_vaccination::before {
  content: "\e81b";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.internal::before, .tre .tre_wrapper .tre_r .inner .subnav li a.internal::before {
  content: "\e81c";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.respiratory::before, .tre .tre_wrapper .tre_r .inner .subnav li a.respiratory::before {
  content: "\e81e";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.allergic::before, .tre .tre_wrapper .tre_r .inner .subnav li a.allergic::before {
  content: "\e81f";
}
.tre .tre_wrapper .tre_l .inner .subnav li a.vaccination::before, .tre .tre_wrapper .tre_r .inner .subnav li a.vaccination::before {
  content: "\e81b";
}
.tre .tre_wrapper .tre_r {
  background: #F9DDCB;
}
.tre .tre_wrapper .tre_r .inner .tit {
  color: #F29357;
}
.tre .tre_wrapper .tre_r .inner .tit::before {
  background: url("../img/flame4_right.svg") no-repeat center center/contain;
}
.tre .tre_wrapper .tre_r .inner .tit::after {
  background: url("../img/flame4_left.svg") no-repeat center center/contain;
}
.tre .tre_wrapper .tre_r .inner .subnav li::before {
  border: dashed #F29357 0.2rem;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 6rem 0 0 0;
    width: 100%;
  }
  .tre .tre_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tre .tre_wrapper .tre_l, .tre .tre_wrapper .tre_r {
    width: 50%;
  }
  .tre .tre_wrapper .tre_l .inner, .tre .tre_wrapper .tre_r .inner {
    padding: 4rem 6rem 4rem 0;
    width: 54rem;
    margin: 0 0 0 auto;
  }
  .tre .tre_wrapper .tre_l .inner .tit, .tre .tre_wrapper .tre_r .inner .tit {
    font-size: 2.4rem;
  }
  .tre .tre_wrapper .tre_l .inner .tit::before, .tre .tre_wrapper .tre_r .inner .tit::before, .tre .tre_wrapper .tre_l .inner .tit::after, .tre .tre_wrapper .tre_r .inner .tit::after {
    width: 3.8rem;
    height: 1.6rem;
  }
  .tre .tre_wrapper .tre_l .inner .tit::before, .tre .tre_wrapper .tre_r .inner .tit::before {
    margin: 0 2rem 0 0;
  }
  .tre .tre_wrapper .tre_l .inner .tit::after, .tre .tre_wrapper .tre_r .inner .tit::after {
    margin: 0 0 0 2rem;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li, .tre .tre_wrapper .tre_r .inner .subnav li {
    margin: 4rem 0 0 0;
    width: 21.2rem;
    height: 21.2rem;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li::before, .tre .tre_wrapper .tre_r .inner .subnav li::before {
    width: 19.6rem;
    height: 19.6rem;
    top: 0.8rem;
    left: 0.8rem;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li a, .tre .tre_wrapper .tre_r .inner .subnav li a {
    width: 21.2rem;
    height: 21.2rem;
    padding: 1rem 0 0 0;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li a span, .tre .tre_wrapper .tre_r .inner .subnav li a span {
    font-size: 1.8rem;
    margin: -0.7rem 0 0 0;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li a span::before, .tre .tre_wrapper .tre_r .inner .subnav li a span::before {
    margin: 0 1.2rem 0 0;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li a::before, .tre .tre_wrapper .tre_r .inner .subnav li a::before {
    font-size: 12.5rem;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li:hover, .tre .tre_wrapper .tre_r .inner .subnav li:hover {
    background: #EC6D81;
    transition: 0.3s;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li:hover::before, .tre .tre_wrapper .tre_r .inner .subnav li:hover::before {
    border: dashed #fff 0.2rem;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li:hover a span, .tre .tre_wrapper .tre_r .inner .subnav li:hover a span {
    color: #fff;
  }
  .tre .tre_wrapper .tre_l .inner .subnav li:hover a::before, .tre .tre_wrapper .tre_r .inner .subnav li:hover a::before {
    color: #fff;
  }
  .tre .tre_wrapper .tre_r .inner {
    padding: 4rem 0 4rem 6rem;
    margin: 0 auto 0 0;
  }
}
.institutions {
  margin: 0;
  padding: 3rem 1rem;
  background: #fff;
}
.institutions .inner {
  margin: 3rem auto 0;
}
.institutions .inner a {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .institutions {
    margin: 0;
    padding: 6rem 0 5.3rem;
    width: 100%;
  }
  .institutions .inner {
    margin: 6rem auto 0;
    width: 108rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .institutions .inner a {
    margin: 0;
  }
}
/* _lower.scss　出力 */
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100%;
    margin: 0 auto;
  }
  body:not(.index) .wrapper {
    width: 108rem;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
}

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

.internal .main .tel {
  color: #555;
}

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

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    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-weight: bold;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-top: 1px #ddd solid;
  padding: 1rem 1rem 0 1rem;
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 1rem;
}
.flow dd .btn_rsv {
  display: inline-block;
  padding: 0 3rem;
  margin: 1rem;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 7rem;
  }
}
.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 #CCE8C6;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .tel {
  color: #F29357;
}
.access .main .tbl_time::before {
  height: 10.8rem;
}
.access .main .tbl_time2::before {
  height: 5.5rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main .gmap iframe {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time::before {
    height: 15.5rem;
  }
  .access .main .tbl_time2::before {
    height: 7.6rem;
  }
  .access .main .tbl_time2 tr th:first-child {
    width: 35.561rem;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
.tbl_price, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td {
  display: table-cell;
}
.tbl_price tr th, .tbl_lst tr th {
  padding: 0.4rem 1rem;
  text-align: center;
  background: #EC6D81;
  border: 0.1rem solid #FFE1E6;
  border-bottom: none;
  color: #fff;
}
.tbl_price tr td, .tbl_lst tr td {
  padding: 1rem;
  border: 0.1rem solid #FFE1E6;
  text-align: center;
}
.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 {
    padding: 2rem;
  }
  .tbl_price tr th, .tbl_lst tr th {
    border-bottom: 0.1rem solid #FFE1E6;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
    border-bottom: 0.1rem solid #FFE1E6;
  }
}
nav {
  margin: 1rem 1rem 0;
}
nav .breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
  margin: 4rem 0 0 0;
  color: #555;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "2";
  color: #555;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #555;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1200px;
    margin: 2.55rem auto 0;
  }
  nav .breadcrumb {
    font-size: 1.6rem;
    margin: 0 0 0 6.3rem;
  }
  nav .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
    font-size: 1.4rem;
  }
}