@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.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;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .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.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 90%;
  caption-side: bottom;
  text-align: left;
  margin: 0.4rem 0 0 1rem;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  color: #0081cc;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: #dcf4ff;
  font-size: 2.2rem;
  text-align: center;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
}

.tit_02 {
  font-size: 2rem;
  margin: 0 0 2rem;
  line-height: 1.2;
  text-align: center;
}
.tit_02 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  color: #fb0;
  font-weight: normal;
  font-size: 50%;
  margin: 0.4rem 0 0;
}
.tit_02::after {
  display: block;
  width: 3rem;
  height: 0.2rem;
  content: "";
  background: #fb0;
  margin: 0.6rem auto 0;
}

.tit_03 {
  color: #fff;
  background: #0081cc;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.4rem 1rem;
  margin: 0 0 2rem;
}

.tit_04 {
  color: #3166ad;
  background: url("../img/icon_star.svg") no-repeat left top/2.4rem auto;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  padding: 0.4rem 0 0.8rem 2.8rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
    padding: 8rem 4rem;
    margin: 0 0 3rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
  .tit_02::after {
    width: 6rem;
  }
  .tit_03 {
    font-size: 3rem;
    padding: 0.8rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    background: url("../img/icon_star.svg") no-repeat left top/3.6rem auto;
    font-size: 2.4rem;
    padding: 0.6rem 0 1.2rem 4.6rem;
    margin: 0 0 3rem;
  }
}
.lst_ul01 > li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 > li::before {
  content: "●";
  margin-right: 0.5rem;
  color: #c7ccd8;
}

.lst_ul02 > li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul02 > li::before {
  content: "■";
  margin-right: 0.5rem;
  color: #7b99e3;
}

.lst_ol01 {
  counter-reset: number 0;
  margin: 1rem 0 1rem 2.6rem;
}
.lst_ol01 > li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 1rem;
}
.lst_ol01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.6rem;
}

div.lst_innner {
  display: inline;
  font-weight: normal;
}

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

@media screen and (min-width: 48em), print {
  .lst_ul01 > li {
    text-indent: -2.2rem;
    padding-left: 2.4rem;
  }
  .lst_ul02 > li {
    text-indent: -2.2rem;
    padding-left: 2.4rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 > li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 1.2rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
    padding: 0 1rem;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 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: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex3 li {
    width: 32%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  color: #1d2088;
  font-family: "Josefin Sans", sans-serif;
}
.tel::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 80%;
  margin: 0 0.6rem 0 0;
}

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

.btn_detail {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 2rem;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\f006";
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 2.4rem;
  }
  .btn_detail:hover {
    background: #fff;
    color: #00a0e9;
    opacity: 1;
  }
}

.underline_ylw {
  background: linear-gradient(transparent 50%, #fdd108 0%);
}

html {
  font-size: 3.125vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

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

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
}
/* SP表示上部固定バナー用
:target::before {
  content: "";
  display: block;
  height: 6.0rem;
  margin: -6.0rem 0 0;
}
*/
@media screen and (min-width: 48em), print {
  :target::before {
    content: "";
    display: block;
    height: 30rem;
    margin: -30rem 0 0;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.hd_bnr_rsv {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 1.8rem;
  background: #00a0e9;
  color: #fff;
  font-weight: bold;
  width: 100%;
  z-index: 1000;
}
.hd_bnr_rsv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}
.hd_bnr_rsv a span {
  display: inline-block;
  padding-left: 1rem;
  color: #fdd108;
}
.hd_bnr_rsv a svg {
  padding-right: 1rem;
  height: 3rem;
}
.hd_bnr_rsv a .qre_svg {
  fill: #fff;
}

@media screen and (min-width: 48em), print {
  .hd_bnr_rsv {
    display: none;
  }
}
.header {
  /* SP表示上部固定バナー用
  padding: 5rem 0 0;
  */
}
.header .sticky {
  background: #fff;
  z-index: 4;
}
.header .sticky .wrap {
  margin: 1rem 1rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header .sticky .wrap .headL {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.header .sticky .wrap .headL .logo {
  order: 1;
  height: 6rem;
}
.header .sticky .wrap .headL .logo a {
  display: block;
  width: 100%;
  height: 90%;
  background: url(../img/logo_new.svg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .sticky .wrap .headL .rsv_txt {
  font-size: 1.1rem;
  background: linear-gradient(transparent 50%, #fdd108 0%);
}
.header .sticky .wrap .timetable {
  order: 3;
}
.header .sticky .wrap .timetable tr td {
  padding: 0.6rem;
}
.header .sticky .wrap .headR {
  order: 2;
  margin: 1rem 0;
  width: 80%;
  text-align: center;
}
.header .sticky .wrap .headR .acs {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.header .sticky .wrap .headR .acs br {
  display: none;
}
.header .sticky .wrap .headR .acs span {
  background: linear-gradient(transparent 50%, #fdd108 0%);
}
.header .sticky .wrap .headR .tel {
  display: inline-block;
  font-size: 3rem;
  margin: 0.6rem 0 0;
}
.header .sticky .wrap .headR .tel a {
  display: inline-block;
}
.header .sticky .wrap .headR .tel span {
  display: block;
  font-size: 50%;
}
.header .sticky .wrap .headR .insta {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 0;
  }
  .header .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header .sticky .wrap {
    margin: 1rem auto 2rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .header .sticky .wrap .headL {
    margin: 0 auto;
    text-align: center;
    width: 40%;
  }
  .header .sticky .wrap .headL .logo {
    width: 100%;
    height: 9rem;
    margin: 0 auto 2rem;
  }
  .header .sticky .wrap .headL .logo a {
    height: 100%;
    background: url(../img/logo_new.svg) no-repeat left center/contain;
  }
  .header .sticky .wrap .headL .rsv_txt {
    font-size: 1.8rem;
    background: linear-gradient(transparent 50%, #fdd108 0%);
  }
  .header .sticky .wrap .timetable {
    order: 2;
    width: 37%;
  }
  .header .sticky .wrap .timetable .tbl_time {
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
  }
  .header .sticky .wrap .headR {
    order: 3;
    width: 23%;
  }
  .header .sticky .wrap .headR .acs {
    font-size: 1.8rem;
    margin: 0;
  }
  .header .sticky .wrap .headR .acs br {
    display: block;
  }
  .header .sticky .wrap .headR .tel {
    font-size: 3.6rem;
  }
  .header .sticky .wrap .headR .insta {
    display: block;
    margin: 15px 0 0;
  }
  .header .sticky .wrap .headR .insta a img {
    width: 39px;
    height: auto;
  }
  .header .tit_01 {
    margin: 24.6rem 0 0;
  }
}
.slicknav_menu {
  position: absolute;
  top: 7.2rem;
  /* SP表示上部固定バナー用
  top: 12.2rem;
  */
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #00a0e9;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.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: 1rem;
}
.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: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #00a0e9;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #fff;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #fff;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  padding: 1rem 0;
  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;
  font-family: "fontello";
  content: "\f004";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\f005";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #23288d;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 0.6rem;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a br {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover {
  color: #fff !important;
  background: 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;
    background: #00a0e9;
    padding: 0 0 0.4rem;
  }
  #nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #nav .gnav li {
    text-align: center;
    position: relative;
  }
  #nav .gnav li a {
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 2rem 2rem 0.4rem;
    border-bottom: 2px solid transparent;
  }
  #nav .gnav li a:hover {
    border-bottom: 2px solid #fdd108;
    opacity: 1;
  }
  #nav .gnav li a.sub::after {
    display: block;
    font-family: "fontello";
    content: "\f004";
    font-size: 80%;
  }
  #nav .gnav li a.sub.close::after {
    content: "\f005";
  }
  #nav .gnav li .subnav {
    width: 44rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    position: absolute;
    top: 6.5rem;
    left: 0;
    z-index: 10;
  }
  #nav .gnav li .subnav li {
    width: 50%;
  }
  #nav .gnav li .subnav li:not(:last-child), #nav .gnav li .subnav li:not(:nth-last-child(2)) {
    border-bottom: 1px solid #fff;
  }
  #nav .gnav li .subnav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #272a8d;
    padding: 1.6rem 1rem;
    text-align: center;
  }
  #nav .gnav li .subnav li a:hover {
    opacity: 0.8;
  }
  #nav .gnav li.clinic a:hover, #nav .gnav li.treatment a:hover {
    border-bottom: 2px solid transparent;
  }
  .index #nav .home, .first #nav .first, .rehabilitation #nav .rehabilitation, .access #nav .access {
    border-bottom: 2px solid #fdd108;
  }
}
.overview {
  padding: 4rem 1rem 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f5f5f5;
}
.overview .logo_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.overview .logo_area .flexL {
  width: 100%;
  text-align: center;
  order: 2;
}
.overview .logo_area .flexL .rsv_txt {
  font-size: 1.1rem;
  background: linear-gradient(transparent 50%, #fdd108 0%);
}
.overview .logo_area .flexR {
  width: 100%;
  text-align: center;
  order: 1;
}
.overview .logo_area .flexR .clinic_name {
  text-align: center;
  margin: 0 auto;
}
.overview .logo_area .flexR .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .gaiyo dt span {
  display: inline-block;
  min-width: 10rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #1d2088;
}
.overview > .wrap .overviewL .gaiyo dd {
  padding: 0.4rem;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel {
  font-size: 130%;
}
.overview > .wrap .overviewL .gaiyo .footer_insta {
  width: 11%;
  margin: 1rem 0.5rem 0rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0;
}
.overview > .wrap .overviewR div {
  background: #fff;
  padding: 1rem 0;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0 0;
    font-size: 1.8rem;
  }
  .overview .logo_area {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 800px;
  }
  .overview .logo_area .flexL {
    width: 29%;
    margin: 2.5rem 0;
    order: 1;
  }
  .overview .logo_area .flexL .rsv_txt {
    font-size: 1.8rem;
    background: linear-gradient(transparent 50%, #fdd108 0%);
  }
  .overview .logo_area .flexR {
    width: 69%;
    margin: 0 1rem;
    order: 2;
  }
  .overview .logo_area .flexR .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .logo_area .flexR .clinic_name img {
    max-width: 50rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 3rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 25%;
  }
  .overview > .wrap .overviewL .gaiyo dt.credit {
    width: 100%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 75%;
  }
  .overview > .wrap .overviewL .gaiyo dd.credit {
    width: 100%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR div {
    padding: 2rem 0;
  }
  .overview > .wrap .overviewR div .tbl_time tr td {
    padding: 1.6rem 0;
  }
  .overview .gmap {
    height: 40rem;
  }
}
/*クレジットカード*/
ul.card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
ul.card li {
  margin-right: 5%;
  margin-bottom: 1%;
  width: 10%;
  vertical-align: baseline;
}
ul.card li img {
  max-width: 100%;
}

.tel_up {
  width: 100%;
  background: #05318f;
  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 li {
  width: 100%;
  height: 4.6rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.tel_up li a {
  display: block;
}
.tel_up li a img {
  display: block;
  margin: 0.4rem auto;
  width: 30%;
  height: auto;
}
.tel_up li .tel img {
  display: block;
  margin: 0.4rem auto;
  width: 30%;
  height: auto;
}
.tel_up li .tel::before {
  display: none;
}
.tel_up li.pageup {
  cursor: pointer;
  width: 7rem;
  padding: 0;
  margin: 0 0 0 1rem;
}
.tel_up li.pageup a {
  display: block;
  width: 7rem;
  text-align: center;
  padding: 3.2rem 0 0;
  line-height: 1;
  color: #fff;
  position: relative;
}
.tel_up li.pageup a::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  font-size: 2.4rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    bottom: 13rem;
    right: 2rem;
    left: auto;
    padding: 0;
  }
  .tel_up li.telno, .tel_up li.map, .tel_up li.time {
    display: none;
  }
  .tel_up li.pageup {
    width: 6rem;
    margin: 0;
  }
  .tel_up li.pageup a {
    width: 6rem;
    height: 6rem;
    text-align: center;
    padding: 4rem 0 0;
    border-radius: 1rem;
    -webkit-text-size-adjust: none;
  }
  .tel_up li.pageup a::before {
    font-size: 3.4rem;
    top: 0.4rem;
  }
}
.footer {
  padding: 0 0 4.6rem;
}
.footer .copy {
  display: block;
  text-align: center;
  background: #05318f;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer .wrap {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    padding: 5rem 0;
  }
  .footer .wrap {
    display: -webkit-flex;
    display: flex;
  }
  .footer .wrap ul {
    padding: 2rem 0;
    margin: 4rem 0;
    padding: 2rem 3rem;
    border-left: 1px solid #ccc;
  }
  .footer .wrap ul li {
    width: 30rem;
    font-size: 1.4rem;
  }
  .footer .wrap ul li a {
    display: block;
    opacity: 1;
    padding: 1rem 0;
  }
  .footer .wrap ul li a br {
    display: none;
  }
  .footer .wrap ul li a:hover {
    text-decoration: underline;
  }
  .footer .wrap ul li a.rinen {
    background: none;
  }
  .footer .wrap ul li.clinic, .footer .wrap ul li.treatment {
    display: none;
  }
}
.index .tit_02::after {
  display: none;
}
.index .main {
  padding: 0 0 10rem;
  position: relative;
  overflow: hidden;
}
.index .main::before, .index .main::after {
  display: block;
  width: 200%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/index_carousel.jpg) no-repeat center bottom 3rem/100% auto;
}
.index .main::before {
  animation: loop01 20s linear infinite;
}
.index .main::after {
  left: -1px;
  right: 1px;
  animation: loop02 20s linear infinite;
}
@keyframes loop01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (min-width: 48em), print {
  .index .main {
    padding: 0 0 26rem;
  }
  .index .main::before, .index .main::after {
    width: 200rem;
    background: url(../img/index_carousel.jpg) no-repeat center bottom/100% auto;
  }
}

#keyvsl {
  margin: 1rem 0 0;
  max-width: 100%;
  padding: 11rem 1rem 1rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/150% auto;
}
#keyvsl ul {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  font-size: 1.6rem;
}
#keyvsl ul li {
  text-align: center;
}
#keyvsl ul li.open {
  color: #1d2088;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 20rem auto 0;
    padding: 37rem 0 3rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat 50% 100%/auto #dcf4ff;
  }
  #keyvsl ul {
    width: 64rem;
    margin: auto;
    padding: 3rem 0;
    font-size: 3rem;
  }
  #keyvsl ul li.nairan {
    width: 85%;
    margin: auto;
    font-size: 80%;
    border-radius: 4rem;
  }
}
.bnr_pickup {
  margin: 4rem 1rem;
}
.bnr_pickup li {
  text-align: center;
  margin: 0 0 1rem;
}
.bnr_pickup .qre {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .bnr_pickup .qre {
    font-size: 3.4rem;
  }
}
.bnr_pickup .qre {
  padding: 3rem 0rem;
  background: #00a0e9;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
}
.bnr_pickup .qre span {
  display: inline-block;
  padding-left: 1rem;
  color: #fdd108;
}
.bnr_pickup .qre svg {
  padding-right: 1rem;
  height: 48px;
}
.bnr_pickup .qre .qre_svg {
  fill: #fff;
}

@media screen and (min-width: 48em), print {
  .bnr_pickup {
    width: 1200px;
    margin: 8rem auto;
  }
  .bnr_pickup li {
    text-align: center;
    margin: 0 0 3rem;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}

.bnr_pcno {
  display: block;
}

.bnr_spno {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bnr_pcno {
    display: none;
  }
  .bnr_spno {
    display: block;
  }
}
.info_blog {
  margin: 4rem 1rem;
}
.info_blog .tit_02 {
  padding: 0 0 0.6rem;
  border-bottom: 2px solid #005bac;
  text-align: left;
}
.info_blog .tit_02 span {
  display: inline-block;
  margin: 0 0 0 1rem;
}
.info_blog .info dl, .info_blog .blog dl {
  margin: 0;
  padding: 0 1rem 0 0;
  line-height: 1.4;
  max-height: 30rem;
  overflow-y: auto;
}
.info_blog .info dl dt, .info_blog .blog dl dt {
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #1d2088;
}
.info_blog .info dl dt .date, .info_blog .blog dl dt .date {
  display: block;
  color: #898989;
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0.4rem;
}
.info_blog .info dl dd, .info_blog .blog dl dd {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  word-wrap: break-word;
}
.info_blog .blog {
  margin: 4rem 0 0;
  position: relative;
}
.info_blog .blog .btn_more {
  display: block;
  width: 36%;
  margin: 0 0 0 auto;
  font-size: 90%;
  text-align: center;
  border: 2px solid #00a0e9;
  padding: 0.2rem 0.6rem;
  color: #00a0e9;
  position: absolute;
  top: 0;
  right: 0;
}
.info_blog .blog .btn_more::after {
  font-family: "fontello";
  content: "\f006";
  margin: 0 0 0 0.6rem;
}
.info_blog .blog dl dd .btn_post {
  display: block;
  width: 35%;
  text-align: right;
  margin: 0.8rem 0 0 auto;
}
.info_blog .blog dl dd .btn_post::before {
  font-family: "fontello";
  content: "\f006";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .info_blog {
    width: 1200px;
    margin: 8rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .info_blog .info, .info_blog .blog {
    width: 48%;
  }
  .info_blog .info dl, .info_blog .blog dl {
    max-height: 45rem;
  }
  .info_blog .blog {
    margin: 0;
  }
  .info_blog .blog .btn_more {
    width: 15rem;
  }
}
.aisatsu {
  padding: 4rem 1rem;
  background: url("../img/index_aisatsu_bg.jpg") no-repeat center top/auto 100%;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 8rem 0;
    background: url("../img/index_aisatsu_bg.jpg") no-repeat center top/auto;
  }
}
.mission {
  margin: 4rem 1rem;
}
.mission .wrap section {
  padding: 19rem 0 0;
}
.mission .wrap section .tit {
  font-size: 1.8rem;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0 white, -0.1rem 0.1rem 0 white, 0.1rem -0.1rem 0 white, -0.1rem -0.1rem 0 white;
  margin: 0 0 1rem;
}
.mission .wrap section p::first-letter {
  font-size: 160%;
}
.mission .wrap section.gaisho {
  background: url("../img/index_tre_gaisho.jpg") no-repeat center top/100% auto;
}
.mission .wrap section.hensei {
  background: url("../img/index_tre_hensei.jpg") no-repeat center top/100% auto;
}
.mission .wrap section.kotsu {
  background: url("../img/index_tre_kotsu.jpg") no-repeat center top/100% auto;
}

@media screen and (min-width: 48em), print {
  .mission {
    margin: 8rem 0;
  }
  .mission::before {
    content: "";
    display: block;
    height: 28rem;
    margin: -28rem 0 0;
  }
  .mission .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mission .wrap section {
    width: 31%;
    padding: 23rem 0 0;
    margin: 0;
  }
  .mission .wrap section .tit {
    font-size: 2.4rem;
  }
  .mission .wrap section p::first-letter {
    font-size: 160%;
  }
  .mission .wrap section.gaisho {
    background: url("../img/index_tre_gaisho.jpg") no-repeat center top/100% auto;
  }
  .mission .wrap section.hensei {
    background: url("../img/index_tre_hensei.jpg") no-repeat center top/100% auto;
  }
  .mission .wrap section.kotsu {
    background: url("../img/index_tre_kotsu.jpg") no-repeat center top/100% auto;
  }
}
.tre {
  background: #fefbea;
  padding: 4rem 1rem;
}
.tre .subnav {
  margin: 2rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tre .subnav li {
  width: 48%;
  border-radius: 0.6rem;
  margin: 0 0 1rem;
  background: #00a0e9;
  border: 2px solid #80d0f4;
}
.tre .subnav li:nth-child(even) {
  margin: 0 0 1rem 1rem;
}
.tre .subnav li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 6rem 1rem 1rem;
  text-decoration: none !important;
}
.tre .subnav li a.orthopaedic {
  background: url("../img/icon_seikei.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.sports {
  background: url("../img/icon_sports.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.p_orthopaedic {
  background: url("../img/icon_shoni.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.rehabilitation {
  background: url("../img/icon_rihabili.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.rheumatism {
  background: url("../img/icon_riumachi.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.spine {
  background: url("../img/icon_sekitui.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.prp {
  background: url("../img/icon_seikei.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.nerveblock {
  background: url("../img/icon_shinkei.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.osteoporosis {
  background: url("../img/icon_kotsusosho.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.osteoporosis2 {
  background: url("../img/icon_saiketsu.svg") no-repeat center top 1rem/30% auto;
}
.tre .subnav li a.fascia {
  background: url("../img/icon_kinmaku.svg") no-repeat center top 1rem/30% auto;
  padding: 6rem 0.4rem 1rem;
}
.tre .subnav li a.accident {
  background: url("../img/icon_accident.svg") no-repeat center top 1rem/30% auto;
  padding: 6rem 0.4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0;
  }
  .tre .subnav {
    margin: 4rem 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .tre .subnav li {
    width: 18%;
    border-radius: 50%;
    height: 21.2rem;
    margin: 0 0 2.6rem;
    border: 3px solid #80d0f4;
  }
  .tre .subnav li:not(:nth-child(5n)) {
    margin: 0 2.6rem 2.6rem 0;
  }
  .tre .subnav li a {
    font-size: 1.8rem;
    padding: 13rem 1rem 1rem;
    line-height: 1.4;
  }
  .tre .subnav li a.orthopaedic {
    background: url("../img/icon_seikei.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.sports {
    background: url("../img/icon_sports.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.p_orthopaedic {
    background: url("../img/icon_shoni.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.rehabilitation {
    background: url("../img/icon_rihabili.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.rheumatism {
    background: url("../img/icon_riumachi.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.spine {
    background: url("../img/icon_sekitui.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.prp {
    background: url("../img/icon_seikei.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.nerveblock {
    background: url("../img/icon_shinkei.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.osteoporosis {
    background: url("../img/icon_kotsusosho.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.osteoporosis2 {
    background: url("../img/icon_saiketsu.svg") no-repeat center top 3rem/40% auto;
  }
  .tre .subnav li a.fascia {
    background: url("../img/icon_kinmaku.svg") no-repeat center top 3rem/40% auto;
    padding: 12rem 3rem 1rem;
  }
  .tre .subnav li a.accident {
    background: url("../img/icon_accident.svg") no-repeat center top 3rem/40% auto;
    padding: 12rem 3rem 1rem;
  }
  .tre .subnav li:hover {
    transition: 0.2s;
    background: #7ecef4;
    border: 3px solid #bfe7fa;
  }
}
.rinen {
  background: url("../img/index_rinen_bg.jpg") no-repeat center top/auto 100%;
  padding: 4rem 1rem;
}
.rinen ol {
  counter-reset: number 0;
}
.rinen ol li {
  display: -webkit-flex;
  display: flex;
  counter-increment: number 1;
  margin: 0 0 1rem;
}
.rinen ol li::before {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  text-align: center;
  margin: 0 0.6rem 0 0;
  content: counter(number);
  font-family: "Josefin Sans", sans-serif;
  background: #fdd108;
  border-radius: 50%;
  padding: 0.4rem 0 0;
  text-shadow: 0.1rem 0.1rem 0 white, -0.1rem 0.1rem 0 white, 0.1rem -0.1rem 0 white, -0.1rem -0.1rem 0 white;
}
.rinen ol li span {
  width: 80%;
  display: inline-block;
  border-bottom: 1px solid #7ecef4;
}

@media screen and (min-width: 48em), print {
  .rinen {
    background: url("../img/index_rinen_bg.jpg") no-repeat center top/auto;
    padding: 8rem 0;
  }
  .rinen p {
    text-align: center;
  }
  .rinen ol {
    width: 108rem;
    margin: 5rem auto 0;
    background: url("../img/logo_mark.svg") no-repeat right top/20rem auto;
  }
  .rinen ol li {
    font-size: 2.2rem;
    line-height: 2.4;
  }
  .rinen ol li::before {
    line-height: 1.6;
  }
  .rinen ol li span {
    display: inline;
    width: auto;
  }
}
.feature {
  background: #dcf4ff;
  padding: 4rem 1rem;
}
.feature ol {
  backface-visibility: #fff;
  counter-reset: number 0;
}
.feature ol li {
  padding: 20rem 3rem 3rem;
  counter-increment: number 1;
  position: relative;
}
.feature ol li::before {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: auto;
  border-radius: 50%;
  content: "0" counter(number);
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  background: #fdd108;
  color: #1d2088;
  position: absolute;
  top: 12.6rem;
  left: 0;
  right: 0;
}
.feature ol li .btn_detail {
  display: block;
  width: 90%;
  margin: 2rem auto 0;
}
.feature ol li.acs {
  background: url("../img/index_feature_acs.jpg") no-repeat center top -2rem/110% auto #fff;
}
.feature ol li.donichi {
  background: url("../img/index_feature_donichi.jpg") no-repeat center top -2rem/110% auto #fff;
}
.feature ol li.kotsu {
  background: url("../img/index_feature_kotsu.jpg") no-repeat center top -2rem/110% auto #fff;
}
.feature ol li.echo {
  background: url("../img/index_feature_echo.jpg") no-repeat center top -2rem/110% auto #fff;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0;
  }
  .feature ol li {
    text-align: center;
    min-height: 30rem;
  }
  .feature ol li::before {
    width: 10rem;
    height: 10rem;
    font-size: 6rem;
    padding: 1rem 0 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .feature ol li .btn_detail {
    width: 50%;
    margin: 4rem auto 0;
  }
  .feature ol li:nth-child(odd) {
    padding: 6rem 50% 0 0;
  }
  .feature ol li:nth-child(even) {
    padding: 6rem 0 0 50%;
  }
  .feature ol li.acs {
    background: url("../img/index_feature_acs.jpg") no-repeat right top/50% auto #fff;
  }
  .feature ol li.donichi {
    background: url("../img/index_feature_donichi.jpg") no-repeat left top/50% auto #fff;
  }
  .feature ol li.kotsu {
    background: url("../img/index_feature_kotsu.jpg") no-repeat right top/50% auto #fff;
  }
  .feature ol li.echo {
    background: url("../img/index_feature_echo.jpg") no-repeat left top/50% auto #fff;
  }
}
.kiki {
  padding: 4rem 1rem;
  background: #fefbea;
}
.kiki ul {
  background: #fff;
  padding: 1rem;
}
.kiki ul li {
  text-align: center;
}
.kiki ul li img {
  max-width: 90%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .kiki {
    padding: 8rem 0;
    background: #fefbea;
  }
  .kiki ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem;
  }
  .kiki ul li {
    width: 33%;
  }
  .kiki ul li img {
    max-width: 100%;
  }
}
.bnr {
  margin: 2rem 1rem 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bnr li {
  width: 49%;
  margin: 0 0 1rem;
}
.bnr li img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .bnr {
    width: 88rem;
    margin: auto;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 4rem auto;
  }
  .bnr li {
    width: 31%;
    margin: 0 0 2rem;
  }
  .bnr li:not(:nth-child(3n)) {
    margin: 0 2rem 2rem 0;
  }
}
body:not(.index) .header .timetable {
  display: none;
}
body:not(.index) .main {
  padding: 0 1rem 6rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .header .timetable {
    display: block;
  }
  body:not(.index) .main {
    padding: 8rem 0;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  .clinic .main .img_r {
    max-width: 30%;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

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

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

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@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 #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */