@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit; }

img, iframe {
  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; }

.blue {
  color: #036EB7; }

img {
  max-width: 100%;
  height: auto; }

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.0rem auto; }

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1.0rem auto; }

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2.0rem 2.0rem 0; }

  .img_r {
    float: right;
    margin: 0 0 2.0rem 2.0rem; } }
.sp_n {
  display: none; }

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block; }

  .pc_n {
    display: none; } }
.only_pc_hedaer {
  display: none !important; }

@media screen and (min-width: 48em), print {
  header .only_pc_hedaer {
    display: block !important; } }
.mt40 {
  margin-top: 4.0rem !important; }

.mt30 {
  margin-top: 3.0rem !important; }

.mt20 {
  margin-top: 2.0rem !important; }

.mt10 {
  margin-top: 1.0rem !important; }

.mt5 {
  margin-top: .5rem !important; }

.m5 {
  margin: .5rem !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb20 {
  margin-bottom: 20 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl20 {
  padding-left: 1em !important; }

.pr20 {
  padding-right: 1em !important; }

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8.0rem !important; }

  .mt30 {
    margin-top: 6.0rem !important; }

  .mt20 {
    margin-top: 4.0rem !important; }

  .mt10 {
    margin-top: 2.0rem !important; }

  .mt5 {
    margin-top: 1.0rem !important; } }
.ov_h {
  overflow: hidden; }

.clr_blue_01 {
  color: #036EB7 !important; }

.clr_red_01 {
  color: #f00 !important; }

.indent1em {
  text-indent: -1em;
  padding-left: 1em; }

.fontsize150 {
  font-size: 150% !important; }

.fontsize130 {
  font-size: 130% !important; }

.maw30 {
  max-width: 30rem !important; }

.alignitems_flexstart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem; }
  .tbl_time caption {
    font-size: 85%;
    caption-side: bottom;
    text-align: left;
    margin-top: .4rem;
    color: #036EB7; }
  .tbl_time tr th {
    font-weight: normal;
    background: #fff;
    color: #036EB7; }
    .tbl_time tr th[scope="col"] {
      padding: .4rem 0;
      background: #036EB7;
      color: #fff; }
      .tbl_time tr th[scope="col"]:first-child {
        width: 35%; }
  .tbl_time tr td {
    text-align: center;
    padding: .6rem .4rem;
    background: #fff;
    line-height: 1.0; }

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem; }
    .tbl_time tr th[scope="col"] {
      padding: .6rem 0; }
      .tbl_time tr th[scope="col"]:first-child {
        width: 24%; }
    .tbl_time tr th.time {
      border-width: 2px; }
    .tbl_time tr td {
      padding: 1.5rem 0;
      border-width: 2px; } }
.gmap {
  width: 100%; }
  .gmap iframe {
    width: 100%;
    height: 100%;
    border: none; }

.tit_01 {
  font-size: 2.4rem;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; }

.tit_02 {
  color: #036EB7;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding: 0.5rem;
  background: url(../img/tit_02_bg.png) no-repeat center center/contain;
  text-align: center; }

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: .8rem;
  padding-left: 2rem;
  position: relative;
  background: #036EB7;
  position: relative; }
  .tit_03::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 1.7rem;
    left: .7rem; }

.tit_03_02 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding-bottom: .1rem;
  border-bottom: 0.1rem solid #036EB7; }

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #F0F2F7;
  position: relative; }
  .tit_04::after {
    content: "";
    display: block;
    height: .2rem;
    width: 50%;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    background: #00B8EE; }

.tit_05 {
  color: #212121;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem dotted #212121; }

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 11rem 2rem;
    font-size: 3.2rem;
    width: auto; }

  .tit_02 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
    padding: 1.5rem;
    border-width: 0.3rem; }

  .tit_03 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
    padding: 1rem .6rem 1rem 4.5rem; }
    .tit_03::after {
      width: 1.7rem;
      height: 1.7rem;
      left: 1.7rem;
      top: 2rem; }

  .tit_03_02 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
    padding-bottom: .2rem; }

  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.3rem; }
    .tit_04::after {
      height: .3rem;
      bottom: -.3rem;
      left: 0; }

  .tit_05 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.5rem; } }
.text_general {
  margin-bottom: 1.5rem; }

.text_link_general {
  color: #036EB7;
  text-decoration: underline; }

.lst_ul_01 {
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .lst_ul_01 li {
    padding-left: 0.3rem;
    margin-bottom: 1.0rem;
    position: relative; }
    .lst_ul_01 li::before {
      content: '';
      width: .5em;
      height: .5em;
      background: #036EB7;
      border-radius: 50%;
      position: absolute;
      left: -.75em;
      top: .5em; }
    .lst_ul_01 li:last-child {
      margin-bottom: 0; }

.lst_ul_02 {
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .lst_ul_02 li {
    padding-left: 0.3rem;
    margin-bottom: 1.0rem;
    position: relative; }
    .lst_ul_02 li::before {
      content: '';
      width: .5em;
      height: .5em;
      background: #1d2088;
      position: absolute;
      left: -.75em;
      top: .5em; }
    .lst_ul_02 li:last-child {
      margin-bottom: 0; }

.lst_ol_01,
.lst_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .lst_ol_01 li,
  .lst_ol_counter_noreset_01 li {
    counter-increment: number 1;
    padding-left: 0.3rem;
    margin-bottom: 1rem;
    position: relative; }
    .lst_ol_01 li::before,
    .lst_ol_counter_noreset_01 li::before {
      display: inline-block;
      content: counter(number) ".";
      position: absolute;
      right: 100%;
      top: 0; }
    .lst_ol_01 li:last-child,
    .lst_ol_counter_noreset_01 li:last-child {
      margin-bottom: 0; }

.lst_ol_counter_noreset_01 {
  counter-reset: none; }

.lst_dl_01 {
  margin: 0 0 2rem; }
  .lst_dl_01 dt {
    font-weight: bold;
    background: #036EB7;
    color: #fff;
    padding: .5rem; }
  .lst_dl_01 dd {
    padding: .5rem;
    margin: 0 0 1.0rem; }
    .lst_dl_01 dd:last-child {
      margin: 0; }

.lst_dl_02,
.lst_dl_02_50percent {
  margin: 0 0 2rem;
  border: 1px solid #ccc; }
  .lst_dl_02 dt,
  .lst_dl_02_50percent dt {
    padding: 1rem;
    background: #6EB3DE;
    color: #fff; }
  .lst_dl_02 dd,
  .lst_dl_02_50percent dd {
    margin: 0;
    padding: 1rem; }
    .lst_dl_02 dd:not(:last-child),
    .lst_dl_02_50percent dd:not(:last-child) {
      border-bottom: 1px solid #ccc; }

@media screen and (min-width: 48em), print {
  .lst_dl_01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .lst_dl_01 dt {
      width: 24%;
      padding: .8rem;
      margin-bottom: 1rem;
      text-align: center; }
    .lst_dl_01 dd {
      width: 74%;
      padding: .8rem;
      margin-bottom: 1rem; }

  .lst_dl_02,
  .lst_dl_02_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .lst_dl_02 dt,
    .lst_dl_02_50percent dt {
      width: 28%;
      padding: 2rem 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .lst_dl_02 dt:not(:last-of-type),
      .lst_dl_02_50percent dt:not(:last-of-type) {
        border-bottom: 1px solid #ccc; }
      .lst_dl_02 dt:nth-child(2n),
      .lst_dl_02_50percent dt:nth-child(2n) {
        width: 72%; }
    .lst_dl_02 dd,
    .lst_dl_02_50percent dd {
      width: 72%;
      padding: 2rem 2.5rem; }

  .lst_dl_02_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .lst_dl_02_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem; }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 auto 1.5rem;
    max-width: 75%;
    text-align: center; }
  .imgtxt .imgtxt_txt :last-child,
  .imgtxt_reverse .imgtxt_txt :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 48em), print {
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.0rem 2.0rem;
    max-width: 40rem; }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: '';
    display: block;
    clear: both; }

  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2.0rem 2.0rem 0; } }
.flex_auto {
  display: block; }
  @media screen and (min-width: 48em), print {
    .flex_auto {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      gap: 20px; } }

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex2 > * {
    width: 47%;
    margin-bottom: 1rem; }

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex3 > * {
    width: 31%;
    margin-bottom: 1rem; }

.flex2_pc > * {
  margin-bottom: 1.5rem; }

.flex3_pc > * {
  margin-bottom: 1.5rem; }

.flex4_pc > * {
  margin-bottom: 1.5rem; }
  .flex4_pc > * > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flex2_pc > * {
      width: 47%;
      margin-bottom: 2rem; }

  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flex3_pc > * {
      width: 31%;
      margin-bottom: 2rem; }

  .flex4_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flex4_pc > * {
      width: 24%;
      margin-bottom: 2rem; } }
.box_general_01 {
  padding: 2rem 1.5rem;
  background: #E1ECF4;
  margin-bottom: 2rem;
  position: relative; }
  .box_general_01 :last-child {
    margin-bottom: 0; }

.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 6rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 6rem 0 6rem;
    border-color: #212121 transparent transparent transparent;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 3rem 2rem; }

  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem; }
    .box_general_wrap .box_general_01:not(:last-child)::after {
      border-width: 4rem 8rem 0 8rem;
      top: calc(100% + 1.5rem); } }
.btn_general_01 {
  display: inline-block;
  padding: .5rem;
  color: #fff;
  background: #036EB7;
  position: relative; }
  .btn_general_01::after {
    font-family: 'fontello';
    content: '\e802';
    font-size: 60%;
    padding-left: 2em;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
    display: inline-block; }

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1rem 1.5rem; } }
.btn_temp_01 {
  display: inline-block;
  padding: .5rem;
  color: #fff;
  background: #036EB7; }

@media screen and (min-width: 48em), print {
  .btn_temp_01 {
    padding: 1rem 1.5rem; } }
.table_01 {
  border-spacing: 0;
  border: 1px solid #F0F2F7;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 1rem; }
  .table_01 th {
    background: #036EB7;
    color: #fff; }
  .table_01 th, .table_01 td {
    font-weight: normal;
    border: 1px solid #F0F2F7;
    border-top: none;
    border-left: none;
    padding: .6rem; }

@media screen and (min-width: 48em), print {
  .table_01 {
    font-size: 1.6rem; } }
html {
  font-size: calc(100vw / 32);
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

body {
  background: #fff;
  color: #212121;
  overflow-x: visible; }

p {
  margin-top: 0; }

a {
  color: inherit;
  text-decoration: none; }

.wrap {
  padding: 2rem 1rem; }

.main {
  font-size: 1.4rem;
  line-height: 1.4; }
  .main section.wrap > :first-child {
    margin-top: 0; }
  .main section.wrap > :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; }

  body {
    min-width: calc(1100px + 40px); }

  a, button {
    -webkit-transition: .2s;
    transition: .2s; }
    a:hover, a:focus, button:hover, button:focus {
      opacity: .6; }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  .wrap {
    width: 1100px;
    margin: auto;
    padding: 5rem 0; }

  .main {
    font-size: 1.6rem; } }
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .wrapper_sidebar_and_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .wrapper_sidebar_and_content main {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: calc(100% - 34rem); }
      .wrapper_sidebar_and_content main > .wrap {
        width: auto; }
    .wrapper_sidebar_and_content .sidebar {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 28rem;
      margin-right: 6rem;
      padding-top: 13rem;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      position: relative; }
      .wrapper_sidebar_and_content .sidebar .menu_treatment {
        padding: 6rem 2rem 2rem;
        background: url(../img/sidemenu_bg.png) no-repeat center center/cover;
        top: 2rem;
        margin-bottom: 2rem; }
        .wrapper_sidebar_and_content .sidebar .menu_treatment .tit {
          text-align: center;
          color: #036EB7;
          font-size: 2.4rem;
          margin-bottom: 2.5rem; }
          .wrapper_sidebar_and_content .sidebar .menu_treatment .tit > span {
            font-family: 'Poppins', sans-serif;
            color: #A4ABCD;
            font-weight: bold;
            display: block;
            margin-bottom: .5rem; }
        .wrapper_sidebar_and_content .sidebar .menu_treatment ul li:not(:first-child) {
          margin-top: .5rem; }
        .wrapper_sidebar_and_content .sidebar .menu_treatment ul li a {
          display: block;
          padding: 1.5rem 1.5rem 1.5rem 4rem;
          font-size: 1.6rem;
          position: relative;
          background: rgba(255, 255, 255, 0.8); }
          .wrapper_sidebar_and_content .sidebar .menu_treatment ul li a:before {
            font-family: 'fontello';
            display: inline-block;
            content: '\e807';
            color: #036EB7;
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            position: absolute;
            top: 1.6rem;
            left: 1rem; }
        .wrapper_sidebar_and_content .sidebar .menu_treatment .sidebar_only_block {
          display: block !important; } }
@media all and (-ms-high-contrast: none) {
  .wrapper_sidebar_and_content .sidebar .menu_treatment {
    position: relative !important; } }
@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 .wrap {
  margin: 1.0rem;
  padding: 0; }
  .header .wrap .logo {
    height: 5.0rem; }
    .header .wrap .logo a {
      display: block;
      width: 78%;
      height: 100%;
      background: url(../img/logo.png) no-repeat left center/contain;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .header .wrap .head_right {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header .wrap .head_right .tel {
      display: block;
      font-size: 2.1rem;
      font-family: 'Poppins', sans-serif;
      margin-top: 1rem;
      text-align: center;
      width: 100%;
      font-weight: bold; }
      .header .wrap .head_right .tel::before {
        font-family: 'fontello';
        content: '\e800';
        padding-right: .3em;
        font-weight: normal; }
      .header .wrap .head_right .tel a {
        display: inline-block; }
    .header .wrap .head_right .btn_header_online,
    .header .wrap .head_right .btn_header_contact {
      display: inline-block;
      margin-top: 1rem; }
      .header .wrap .head_right .btn_header_online::after,
      .header .wrap .head_right .btn_header_contact::after {
        content: "";
        clear: both;
        display: block; }
      .header .wrap .head_right .btn_header_online a,
      .header .wrap .head_right .btn_header_contact a {
        font-size: 1.2rem;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        .header .wrap .head_right .btn_header_online a::before,
        .header .wrap .head_right .btn_header_contact a::before {
          font-family: 'fontello';
          content: '\e801';
          padding-right: 3em; }
        .header .wrap .head_right .btn_header_online a::after,
        .header .wrap .head_right .btn_header_contact a::after {
          font-family: 'fontello';
          content: '\e802';
          font-size: 60%;
          padding-left: 1em;
          -webkit-transform: translateY(-0.2em);
                  transform: translateY(-0.2em);
          display: inline-block;
          float: right;
          padding-top: .6rem; }
    .header .wrap .head_right .btn_header_first {
      width: 100%; }
      .header .wrap .head_right .btn_header_first a {
        width: 100%;
        text-align: center; }
    .header .wrap .head_right .btn_reserve {
      /*width: 48%;*/
      width: 60%;
      margin-right: 20%;
      margin-left: 20%; }
      .header .wrap .head_right .btn_reserve a {
        width: 100%; }
    .header .wrap .head_right .btn_header_online {
      width: 48%; }
      .header .wrap .head_right .btn_header_online a {
        width: 100%; }
        .header .wrap .head_right .btn_header_online a::before {
          content: '\e803'; }
    .header .wrap .head_right .header_blog {
      width: 100%;
      margin-top: 1.8rem; }
      .header .wrap .head_right .header_blog a {
        display: inline-block;
        position: relative;
        padding: 1rem 2rem;
        text-align: center;
        color: #036EB7;
        border: 0.1rem solid #A4ABCD;
        border-radius: .4rem;
        width: 100%;
        font-size: 1.3rem; }
        .header .wrap .head_right .header_blog a::before {
          font-family: 'fontello';
          content: '\e80b';
          display: inline-block;
          font-size: 130%;
          padding: 0 .4em; }

@media screen and (min-width: 48em), print {
  .header .wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .header .wrap .logo {
      width: 32%;
      height: 6.6rem; }
      .header .wrap .logo a {
        width: 100%; }
    .header .wrap .head_right {
      font-size: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 68%;
      padding-right: 10rem;
      margin: 0; }
      .header .wrap .head_right .tel {
        font-size: 2.4rem;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: none;
        color: #212121;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        background-size: auto 70%;
        letter-spacing: .05em; }
      .header .wrap .head_right .btn_header_online,
      .header .wrap .head_right .btn_header_contact {
        display: inline-block;
        margin-top: 0;
        width: auto;
        min-width: 20rem; }
        .header .wrap .head_right .btn_header_online a,
        .header .wrap .head_right .btn_header_contact a {
          position: relative;
          font-size: 1.6rem; }
          .header .wrap .head_right .btn_header_online a::before,
          .header .wrap .head_right .btn_header_contact a::before {
            padding-right: 1em; }
          .header .wrap .head_right .btn_header_online a::after,
          .header .wrap .head_right .btn_header_contact a::after {
            font-family: 'fontello';
            content: '\e802';
            font-size: 60%;
            padding-left: 1em;
            display: inline-block;
            padding-top: .7rem; }
      .header .wrap .head_right .btn_header_contact {
        margin-right: 1rem;
        margin-left: 1rem; }
      .header .wrap .head_right .header_blog {
        margin-top: .8rem;
        position: absolute;
        top: -1.5rem;
        right: 0;
        width: auto; }
        .header .wrap .head_right .header_blog a {
          padding: 6rem 1.5rem 2rem;
          border-radius: .4rem; }
          .header .wrap .head_right .header_blog a::before {
            position: absolute;
            top: 3rem;
            left: 50%;
            font-size: 180%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
.slicknav_menu {
  position: absolute;
  top: 1.0rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100; }
  .slicknav_menu .slicknav_btn {
    width: 5.0rem;
    height: 5.0rem;
    color: #fff;
    background: #036EB7;
    text-shadow: none;
    border-radius: 0;
    text-align: center;
    line-height: 1.0;
    margin: 0 1.0rem;
    padding: 0; }
  .slicknav_menu .slicknav_btn.slicknav_collapsed::before {
    display: block;
    font-family: 'fontello';
    content: '\e805';
    line-height: .8; }
  .slicknav_menu .slicknav_btn.slicknav_collapsed::after {
    display: block;
    content: 'MENU';
    font-size: 1.0rem; }
  .slicknav_menu .slicknav_btn.slicknav_open::before {
    display: block;
    font-family: 'fontello';
    content: '\e806';
    line-height: .8; }
  .slicknav_menu .slicknav_btn.slicknav_open::after {
    display: block;
    content: 'CLOSE';
    font-size: 1.0rem; }
  .slicknav_menu .slicknav_nav {
    width: 100vw;
    background: rgba(240, 242, 247, 0.95);
    padding: 1.6rem;
    position: absolute;
    top: 6.0rem;
    right: 0;
    margin: auto; }
    .slicknav_menu .slicknav_nav .gnav {
      border-top: 1px solid #212121;
      margin: 0; }
      .slicknav_menu .slicknav_nav .gnav li {
        border-bottom: 1px solid #212121; }
        .slicknav_menu .slicknav_nav .gnav li a {
          display: block;
          color: #212121 !important;
          padding: 1.0rem 3.0rem 1.0rem 0;
          font-size: 1.6rem;
          position: relative; }
          .slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
            /*position: absolute;
            right: 1.0rem;
            font-family: 'fontello';
            content: '\e801';
            font-size: 2.0rem;
            top: 50%;
            transform: translateY(-50%);*/ }
          .slicknav_menu .slicknav_nav .gnav li a.sub {
            background: none;
            border: none; }
            .slicknav_menu .slicknav_nav .gnav li a.sub::after {
              /*position: absolute;
              right: 1.0rem;
              top: 50%;
              font-family: 'fontello';
              content: '\e804';
              font-size: 2.0rem;
              transform: translateY(-50%);*/ }
          .slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
            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: '\e812'; }
        .slicknav_menu .slicknav_nav .gnav li .subnav {
          background: #fff;
          margin-bottom: 1.0rem; }
          .slicknav_menu .slicknav_nav .gnav li .subnav li {
            border-color: #888; }
            .slicknav_menu .slicknav_nav .gnav li .subnav li a {
              padding: 1.0rem 3.0rem 1.0rem 0.5rem;
              color: #212121; }
  .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; }
    #nav .gnav {
      width: 1100px;
      margin: 0 auto 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #nav .gnav > li {
        position: relative;
        text-align: center;
        font-size: 2.0rem; }
        #nav .gnav > li:last-child > a::after {
          content: "/";
          color: #036EB7;
          display: block;
          position: absolute;
          top: 45%;
          right: -.8rem;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: auto;
          font-size: 3.6rem; }
        #nav .gnav > li > a {
          display: block;
          padding: .5rem 3.8rem .5rem;
          position: relative; }
          #nav .gnav > li > a::before {
            content: "/";
            color: #036EB7;
            display: block;
            position: absolute;
            top: 45%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: -.8rem;
            font-size: 3.6rem; }
          #nav .gnav > li > a .only_pc_hedaer {
            font-size: 1.2rem;
            font-family: 'Poppins', sans-serif;
            text-align: center;
            color: #A4ABCD;
            margin-top: .5rem; }
          #nav .gnav > li > a::before {
            /*content: "";
            display: block;
            width: 3.4rem;
            height: 3.4rem;
            position: absolute;
            left: 50%;
            bottom: .5rem;
            transform: translateX(-50%);
            background: #aaa;*/ }
          #nav .gnav > li > a.sub {
            /*&::after {
              content: '▼';
              color: $clr_txt;
              font-size: 60%;
            }
            &.open {
              &::after{
                content: '▲';
              }
            }*/ }
        #nav .gnav > li .subnav {
          width: 100%;
          visibility: hidden;
          position: absolute;
          top: calc(100% + 1rem);
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: 1;
          font-size: 1.8rem; }
          #nav .gnav > li .subnav li {
            width: 100%;
            border-top: 1px solid #fff; }
            #nav .gnav > li .subnav li a {
              display: block;
              width: 100%;
              background: #036EB7;
              padding: 1.6rem 0.5rem;
              text-align: center;
              color: #fff; }
              #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
                background: #E1ECF4;
                color: #036EB7;
                opacity: 1; }
            #nav .gnav > li .subnav li:first-child {
              border-top: none; } }
.sidebar {
  display: none; }

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block; } }
.overview {
  background: url(../img/overview_bg.jpg) no-repeat center center/cover;
  font-size: 1.4rem; }
  .overview .overview_bg > .wrap {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .overview .overview_bg > .wrap .clinic_name {
      text-align: center;
      margin: 0 0 2.0rem; }
      .overview .overview_bg > .wrap .clinic_name img {
        max-width: 90%;
        height: auto; }
    .overview .overview_bg > .wrap .overview_flex > div .tbl_time {
      margin: 1.6rem 0; }
    .overview .overview_bg > .wrap .overview_flex > div .lst_overview {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap;
      margin: 0; }
      .overview .overview_bg > .wrap .overview_flex > div .lst_overview dt {
        width: 28%;
        padding: .4rem;
        color: #036EB7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background: #fff;
        margin-bottom: .8rem; }
      .overview .overview_bg > .wrap .overview_flex > div .lst_overview dd {
        width: 72%;
        padding: .4rem;
        margin: 0;
        color: #212121;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: .8rem; }
  .overview .gmap {
    height: 25.0rem; }

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem; }
    .overview .overview_bg > .wrap {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .overview .overview_bg > .wrap .clinic_name {
        margin: 0 0 5.0rem; }
        .overview .overview_bg > .wrap .clinic_name img {
          height: auto; }
      .overview .overview_bg > .wrap .overview_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .overview .overview_bg > .wrap .overview_flex > div:first-child {
          width: 55rem; }
        .overview .overview_bg > .wrap .overview_flex > div:last-child {
          width: 51rem; }
        .overview .overview_bg > .wrap .overview_flex > div .tbl_time {
          margin: 3.0rem 0;
          position: relative; }
          .overview .overview_bg > .wrap .overview_flex > div .tbl_time tr th > .consul_hours {
            display: block;
            position: absolute;
            top: -1.8em;
            left: 0;
            color: #212121; }
        .overview .overview_bg > .wrap .overview_flex > div .lst_overview {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .overview .overview_bg > .wrap .overview_flex > div .lst_overview dt {
            padding: 1.4rem .5rem;
            width: 22%; }
          .overview .overview_bg > .wrap .overview_flex > div .lst_overview dd {
            padding: 1.4rem .5rem;
            width: 78%; }
    .overview .gmap {
      height: 50.0rem; } }
.tel_up {
  width: 100%;
  background: #036EB7;
  border-top: 0.1rem solid #A4ABCD;
  color: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 1rem 0; }
  .tel_up .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 2.0rem;
    line-height: 1.0;
    color: #fff; }
    .tel_up .tel::before {
      font-family: 'fontello';
      content: '\e800';
      font-size: 0.8em;
      position: relative;
      padding-right: .2em; }
  .tel_up .pageup {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0; }
    .tel_up .pageup a {
      display: block;
      width: 3.0rem;
      height: 3.0rem;
      text-align: center;
      margin: 0.5rem 1rem;
      background: #fff;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: 0.1rem solid #036EB7; }
      .tel_up .pageup a::before {
        text-align: center;
        text-indent: 0;
        font-size: 1rem;
        color: #036EB7;
        font-family: 'fontello';
        content: '\e802';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -54%) rotate(-45deg);
                transform: translate(-50%, -54%) rotate(-45deg); }

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6.0rem;
    height: 6.0rem;
    bottom: 2.0rem;
    right: 2.0rem;
    left: auto;
    background: transparent;
    padding: 0; }
    .tel_up .tel {
      display: none; }
    .tel_up .pageup a {
      width: 6.0rem;
      height: 6.0rem;
      margin: 0; }
      .tel_up .pageup a::before {
        font-size: 1.6rem; } }
.footer {
  text-align: center;
  padding: 0 0 4.0rem;
  background: #A4ABCD;
  color: #036EB7; }
  .footer .copy {
    display: block;
    color: #fff;
    padding: .6rem 1.0rem;
    font-size: 1.2rem; }
  .footer ul {
    display: none; }

@media screen and (min-width: 48em), print {
  .footer {
    border-top: 0.1rem solid #802160;
    padding: 0.1rem 0rem 0;
    background: #fff;
    overflow: hidden;
    position: relative; }
    .footer::before {
      content: "";
      display: block;
      background: #fff;
      width: 100%;
      height: .2rem;
      top: .1rem;
      left: 0; }
    .footer .copy {
      padding: 1rem;
      text-align: center;
      background: #212121;
      color: #fff; }
    .footer::after {
      content: "";
      display: block;
      background: #FFDA2A;
      width: 100%;
      height: .1rem;
      position: absolute;
      top: .2rem;
      left: 0; }
    .footer ul {
      display: block;
      text-align: center; }
      .footer ul:last-of-type {
        margin-bottom: 1.5rem; }
      .footer ul li {
        display: inline-block;
        font-size: 1.4rem;
        margin-bottom: 1.5rem; }
        .footer ul li:not(:last-child)::after {
          content: ' ';
          margin: 0 1.0rem; }
        .footer ul li a {
          opacity: 1.0; }
          .footer ul li a span {
            display: none; }
          .footer ul li a:hover, .footer ul li a:focus {
            text-decoration: underline; }
        .footer ul li.treatment {
          display: none; } }
.footer .wrap {
  padding: 0;
  display: none; }
  .footer .wrap .logo {
    height: 5.0rem; }
    .footer .wrap .logo a {
      display: block;
      width: 78%;
      height: 100%;
      background: url(../img/logo.png) no-repeat left center/contain;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .footer .wrap .head_right {
    margin-top: 1rem; }
    .footer .wrap .head_right .tel {
      display: inline-block;
      font-size: 1.8rem;
      font-family: 'Poppins', sans-serif; }
      .footer .wrap .head_right .tel::before {
        font-family: 'fontello';
        content: '\e800';
        padding-right: .3em; }
      .footer .wrap .head_right .tel a {
        display: inline-block; }
    .footer .wrap .head_right .btn_header_online,
    .footer .wrap .head_right .btn_header_contact {
      display: inline-block;
      margin-top: 1rem; }
      .footer .wrap .head_right .btn_header_online a,
      .footer .wrap .head_right .btn_header_contact a {
        padding: 1rem 1.5rem; }
        .footer .wrap .head_right .btn_header_online a::before,
        .footer .wrap .head_right .btn_header_contact a::before {
          font-family: 'fontello';
          content: '\e801';
          padding-right: 1em; }
        .footer .wrap .head_right .btn_header_online a::after,
        .footer .wrap .head_right .btn_header_contact a::after {
          font-family: 'fontello';
          content: '\e802';
          font-size: 60%;
          padding-left: 2em;
          -webkit-transform: translateY(-0.2em);
                  transform: translateY(-0.2em);
          display: inline-block; }
    .footer .wrap .head_right .btn_header_contact {
      margin-right: 1rem; }
    .footer .wrap .head_right .btn_header_online a::before {
      content: '\e803'; }
    .footer .wrap .head_right .header_blog {
      margin-top: .8rem; }
      .footer .wrap .head_right .header_blog a {
        display: inline-block;
        position: relative;
        padding: 1.8rem 2rem .6rem;
        text-align: center;
        color: #036EB7;
        border: 0.1rem solid #A4ABCD;
        border-radius: .4rem; }
        .footer .wrap .head_right .header_blog a::before {
          font-family: 'fontello';
          content: '\e80b';
          display: inline-block;
          position: absolute;
          top: .3rem;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-size: 130%; }

@media screen and (min-width: 48em), print {
  .footer .wrap {
    display: block;
    position: relative;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2rem;
    padding-top: 2rem; }
    .footer .wrap .logo {
      width: 32%;
      height: 6.6rem; }
      .footer .wrap .logo a {
        width: 100%; }
    .footer .wrap .head_right {
      font-size: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 68%;
      padding-right: 10rem;
      margin: 0; }
      .footer .wrap .head_right .tel {
        font-size: 2.4rem;
        font-weight: bold;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: none;
        color: #212121;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        letter-spacing: .05em; }
      .footer .wrap .head_right .btn_header_online,
      .footer .wrap .head_right .btn_header_contact {
        display: inline-block;
        margin-top: 0;
        min-width: 20rem; }
        .footer .wrap .head_right .btn_header_online::after,
        .footer .wrap .head_right .btn_header_contact::after {
          content: "";
          clear: both;
          display: block; }
        .footer .wrap .head_right .btn_header_online a,
        .footer .wrap .head_right .btn_header_contact a {
          width: 100%;
          position: relative;
          text-align: left; }
          .footer .wrap .head_right .btn_header_online a::before,
          .footer .wrap .head_right .btn_header_contact a::before {
            padding-right: 1em; }
          .footer .wrap .head_right .btn_header_online a::after,
          .footer .wrap .head_right .btn_header_contact a::after {
            font-family: 'fontello';
            content: '\e802';
            font-size: 60%;
            padding-left: 1em;
            display: inline-block;
            padding-top: .7rem;
            float: right; }
      .footer .wrap .head_right .btn_header_contact {
        margin-right: 1rem;
        margin-left: 1rem; }
      .footer .wrap .head_right .header_blog {
        margin-top: .8rem;
        position: absolute;
        top: -1.5rem;
        right: 0; }
        .footer .wrap .head_right .header_blog a {
          padding: 6rem 1.5rem 2rem;
          border-radius: .4rem; }
          .footer .wrap .head_right .header_blog a::before {
            top: 3rem;
            left: 50%;
            font-size: 180%; } }
.bn_surgery_site {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto; }

@media screen and (min-width: 48em), print {
  .bn_surgery_site {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 2rem auto; } }
.infobnr {
  width: 85%;
  margin: 0 auto;
  padding: 30px 1rem 0; }
  .infobnr dt {
    background: #036EB7;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 25px; }
  .infobnr dd {
    background: #E1ECF4;
    padding: 15px 25px 0;
    margin: 0 !important;
    color: #036EB7; }
  .infobnr dd h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px; }
  .infobnr dd p {
    font-size: 1.3rem;
    margin: 10px 0 10px; }

.infobnr_02 {
  width: 85%;
  margin: 0 auto;
  padding: 30px 1rem 0; }
  .infobnr_02 dt {
    background: #1d2088;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 25px; }
  .infobnr_02 dd {
    background: #E1ECF4;
    padding: 15px 25px;
    margin: 0 !important;
    color: #1d2088; }
  .infobnr_02 dd h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px; }
  .infobnr_02 dd p {
    font-size: 1.3rem;
    margin: 10px 0 10px; }

@media screen and (min-width: 48em), print {
  .infobnr {
    width: 62rem;
    margin: 0 auto 2em; }
    .infobnr dt {
      font-size: 1.4em;
      padding: 10px; }
    .infobnr dd {
      padding: 15px 15px 0;
      margin: 0 !important; }
    .infobnr dd h3 {
      font-size: 2.6rem;
      font-weight: bold; }
    .infobnr dd p {
      font-size: 2.1rem; }

  .infobnr_02 {
    max-width: 1100px;
    margin: 0 auto 2em; }
    .infobnr_02 dt {
      font-size: 1.4em;
      padding: 10px; }
    .infobnr_02 dd {
      padding: 15px;
      margin: 0 !important; }
    .infobnr_02 dd h3 {
      font-size: 2.6rem;
      font-weight: bold; }
    .infobnr_02 dd p {
      font-size: 2.1rem; } }
.index main .wrap {
  padding: 4rem 1rem; }

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 6rem 0; } }
.wrapper_keyvsl {
  position: relative;
  width: 100%;
  height: 30rem;
  background-size: cover;
  background-position: center center;
  background: url(../img/keyvsl.png) no-repeat;
  margin-bottom: 25.5rem; }
  .wrapper_keyvsl #keyvsl li {
    width: 100%;
    height: 30rem; }
    .wrapper_keyvsl #keyvsl li div {
      position: absolute;
      top: 1.5rem;
      left: 30%;
      width: 40%; }
      .wrapper_keyvsl #keyvsl li div img {
        width: 100%; }
    .wrapper_keyvsl #keyvsl li .keyvsl_txt {
      position: absolute;
      top: 12rem;
      left: 1rem;
      width: calc(100% - 2rem);
      line-height: 1.5;
      font-size: 1.6rem; }
    .wrapper_keyvsl #keyvsl li .keyvsl_txt_open {
      position: absolute;
      top: 24rem;
      left: 1rem;
      width: calc(100% - 2rem);
      line-height: 1.5;
      font-size: 2rem;
      text-align: center;
      color: #036EB7;
      font-weight: bold; }
  .wrapper_keyvsl .keyvsl_bnrs {
    position: absolute;
    top: 31rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%; }

@media screen and (min-width: 48em), print {
  .wrapper_keyvsl {
    width: 100%;
    height: 80.8rem;
    background-size: cover;
    margin-top: 2rem;
    margin-bottom: 0;
    background-position: center center;
    background: url(../img/keyvsl.png) no-repeat; }
    .wrapper_keyvsl #keyvsl li {
      width: 100%;
      height: 80.8rem; }
      .wrapper_keyvsl #keyvsl li div {
        position: absolute;
        top: 15.5rem;
        left: calc(50% - 55rem);
        width: auto; }
        .wrapper_keyvsl #keyvsl li div img {
          width: auto; }
      .wrapper_keyvsl #keyvsl li .keyvsl_txt {
        font-size: 2.4rem;
        line-height: 2;
        top: 18rem;
        left: calc(50% - 8.5rem);
        width: auto; }
      .wrapper_keyvsl #keyvsl li .keyvsl_txt_open {
        font-size: 3.5rem;
        top: 39rem;
        left: calc(50% - 8.5rem);
        width: auto;
        text-align: left; }
    .wrapper_keyvsl .keyvsl_bnrs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 111rem;
      top: auto;
      bottom: 3rem; } }
main .wrapper_news {
  background: url(../img/index_bg_01.png) no-repeat center center/cover; }
  main .wrapper_news .wrap .index_tit_news {
    margin-bottom: 3rem; }
  main .wrapper_news .wrap .news_dl dt {
    display: block;
    padding: .8rem;
    background: rgba(255, 255, 255, 0.9); }
    main .wrapper_news .wrap .news_dl dt:not(:first-child) {
      margin-top: 1rem; }
    main .wrapper_news .wrap .news_dl dt .date {
      display: inline-block;
      padding-right: .5em;
      margin-bottom: .8rem; }
    main .wrapper_news .wrap .news_dl dt .category {
      display: inline-block;
      color: #fff;
      padding: .1rem .6rem;
      background: #F7B400; }
    main .wrapper_news .wrap .news_dl dt .new {
      display: inline-block;
      padding-left: .5em; }
    main .wrapper_news .wrap .news_dl dt .title {
      display: block;
      font-weight: bold;
      font-size: 110%; }
      main .wrapper_news .wrap .news_dl dt .title:before {
        font-family: 'fontello';
        display: inline-block;
        content: '\e807';
        color: #036EB7;
        padding: .02em .2em 0;
        -webkit-transform: translateX(-0.2em);
                transform: translateX(-0.2em); }
    main .wrapper_news .wrap .news_dl dt.open .title::before {
      -webkit-transform: rotate(180deg) translateX(0.2em);
              transform: rotate(180deg) translateX(0.2em); }
  main .wrapper_news .wrap .news_dl dd {
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 0 .8rem .8rem; }
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap .index_tit_news {
    margin-bottom: 4rem; } }
main .wrapper_feature {
  background: url(../img/index_bg_02.png) no-repeat center center/cover; }
  main .wrapper_feature .wrap .index_tit_feature {
    margin-bottom: 3rem;
    text-align: center; }
  main .wrapper_feature .wrap .list_feature li {
    -webkit-box-shadow: #036EB7 0 0 0.3rem;
            box-shadow: #036EB7 0 0 0.3rem;
    position: relative;
    padding: 1.4rem 1.2rem 1.5rem;
    background: #fff; }
    main .wrapper_feature .wrap .list_feature li:not(:first-child) {
      margin-top: 2rem; }
    main .wrapper_feature .wrap .list_feature li .num {
      position: absolute;
      display: inline-block;
      padding: .5rem;
      line-height: 1;
      top: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 1rem;
      font-family: 'Poppins', sans-serif;
      color: #036EB7;
      background: #FFDA2A;
      font-weight: bold; }
    main .wrapper_feature .wrap .list_feature li .tit {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 120%; }
    main .wrapper_feature .wrap .list_feature li .image {
      text-align: center;
      margin-bottom: 1rem; }
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap .index_tit_feature {
    margin-bottom: 7rem; }
  main .wrapper_feature .wrap .list_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    main .wrapper_feature .wrap .list_feature li {
      padding: 8rem 2rem 0;
      min-height: 44rem;
      width: 32.7rem; }
      main .wrapper_feature .wrap .list_feature li:nth-child(odd) {
        margin-top: 0; }
      main .wrapper_feature .wrap .list_feature li:nth-child(even) {
        margin-top: 4rem; }
      main .wrapper_feature .wrap .list_feature li .num {
        right: 2rem;
        font-size: 2rem;
        padding: .8rem; }
      main .wrapper_feature .wrap .list_feature li .tit {
        font-size: 150%;
        margin-bottom: 2rem; }
      main .wrapper_feature .wrap .list_feature li .image {
        margin-bottom: 1.5rem; } }

@-webkit-keyframes loop_image {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes loop_image {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes loop_image2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes loop_image2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.index main {
  padding-bottom: 18.6rem;
  overflow: hidden;
  position: relative; }
  .index main::before, .index main::after {
    content: "";
    display: block;
    width: 600%;
    height: 100%;
    background: url(../img/slide.jpg) no-repeat left bottom/100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .index main::before {
    -webkit-animation: loop_image 35s linear infinite;
            animation: loop_image 35s linear infinite; }
  .index main::after {
    -webkit-animation: loop_image2 35s linear infinite;
            animation: loop_image2 35s linear infinite; }

@media screen and (min-width: 48em), print {
  .index main {
    padding-bottom: 20rem; }
    .index main::before, .index main::after {
      width: 200rem;
      height: 100%;
      background: url(../img/slide.jpg) no-repeat left bottom/100% auto; }
    .index main::before {
      -webkit-animation: loop_image 25s linear infinite;
              animation: loop_image 25s linear infinite; }
    .index main::after {
      -webkit-animation: loop_image2 25s linear infinite;
              animation: loop_image2 25s linear infinite; } }
.bn_recruit {
  display: block;
  border: 3px solid #1075bb;
  width: 100%;
  font-size: 1.2rem;
  max-width: 600px;
  height: 120px;
  margin: 2rem auto;
  background: url(../img/bn_recruit.jpg) left center/auto 100% no-repeat;
  color: #575757; }
  .bn_recruit p.bn_recruit_item {
    padding: 5px 10px 0 190px; }
  .bn_recruit p.bn_recruit_btn {
    color: #802160;
    padding-right: 10px;
    text-align: right; }

@media screen and (min-width: 48em), print {
  .bn_recruit {
    display: block;
    border: 3px solid #1075bb;
    width: 100%;
    font-size: 1.6rem;
    max-width: 600px;
    height: 120px;
    margin: 2rem auto;
    background: url(../img/bn_recruit.jpg) left center/auto 100% no-repeat;
    color: #575757; }
    .bn_recruit p {
      padding-left: 210px; }
      .bn_recruit p.bn_recruit_item {
        padding-top: 10px; }
      .bn_recruit p.bn_recruit_btn {
        color: #802160;
        padding-right: 10px;
        text-align: right; } }
body:not(.index) .main section.wrap:first-of-type {
  padding: 4rem 1rem 2rem; }

@media screen and (min-width: 48em), print {
  body:not(.index) .main section.wrap:first-of-type {
    padding: 13rem 0rem 5rem; }

  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto; } }
.clinic_machine_text {
  margin-top: .5rem; }

@media screen and (min-width: 48em), print {
  .clinic_machine_text {
    margin-top: 1rem;
    margin-bottom: 1rem; } }
#clinicslide img, #clinicslide p {
  display: none; }

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem; }

.sp-selected-thumbnail {
  border: .4rem solid #000; }

.device li {
  margin: 0 0 2.0rem;
  text-align: center; }
  .device li img {
    display: block;
    margin: 0 auto .6rem;
    max-width: 80%;
    height: auto; }

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .device li {
      width: 48%; }
      .device li img {
        margin: 0 auto 1.0rem;
        max-width: 100%; } }
.flow dd {
  margin: 0 0 6.0rem;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .flow dd {
      margin: 0 0 10.0rem; } }
  .flow dd:not(:last-child)::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -5.0rem;
    left: 0;
    right: 0;
    border-top: 2.0rem solid #ccc;
    border-right: 3.0rem solid transparent;
    border-bottom: 1.0rem solid transparent;
    border-left: 3.0rem solid transparent;
    margin: auto; }

.access .gmap {
  height: 30.0rem;
  margin: 2.0rem 0; }

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50.0rem; } }
.aboutclinic .clinic_flex4 {
  margin: 2rem 0; }
  .aboutclinic .clinic_flex4 .num {
    font-size: 170%;
    font-weight: bold;
    margin-bottom: .5em;
    color: #036EB7; }
  .aboutclinic .clinic_flex4 .tit {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 1.2em; }
  .aboutclinic .clinic_flex4 > div {
    border-top: 0.1rem solid #036EB7;
    margin-top: 1rem;
    padding-top: 1rem; }
    .aboutclinic .clinic_flex4 > div:first-child {
      margin-top: 0; }
    .aboutclinic .clinic_flex4 > div:last-child {
      border-bottom: 0.1rem solid #036EB7;
      padding-bottom: 1rem; }

@media screen and (min-width: 48em), print {
  .aboutclinic .clinic_flex4 {
    margin: 5rem 0; }
    .aboutclinic .clinic_flex4 .tit {
      font-size: 125%;
      min-height: 3em; }
    .aboutclinic .clinic_flex4 > div {
      border: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .aboutclinic .clinic_flex4 > div:last-child {
        border: none; }
      .aboutclinic .clinic_flex4 > div:not(:first-child)::before {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: -1rem;
        background: #036EB7; }
  .aboutclinic .imgtxt .clinc_doctor_image {
    max-width: 30rem; } }
.question_list {
  margin: 0 0 2rem; }
  .question_list dt {
    padding: 1rem;
    padding-left: 3.2rem;
    background: #6EB3DE;
    color: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none; }
    .question_list dt::before {
      content: "Q.";
      position: absolute;
      top: .5rem;
      left: .8rem;
      font-size: 150%; }
  .question_list dd {
    margin: 0;
    padding: 1rem;
    padding-left: 3.2rem;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 1rem; }
    .question_list dd:last-child {
      margin-bottom: 0; }
    .question_list dd::before {
      color: #036EB7;
      content: "A.";
      position: absolute;
      top: .5rem;
      left: .8rem;
      font-size: 150%; }
    .question_list dd:not(:last-child) {
      border-bottom: 1px solid #ccc; }

@media screen and (min-width: 48em), print {
  .question_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .question_list dt {
      padding: 2rem 2.5rem 2rem 4rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .question_list dt::before {
        content: "Q.";
        position: absolute;
        top: 1rem;
        left: 1.3rem; }
    .question_list dd {
      width: 100%;
      padding: 2rem 2.5rem 2rem 4rem;
      margin-bottom: 1.5rem; }
      .question_list dd::before {
        content: "A.";
        position: absolute;
        top: 1rem;
        left: 1.5rem; } }
.surgery_steplist {
  margin-bottom: 2rem; }
  .surgery_steplist li {
    display: block;
    position: relative;
    background: #036EB7;
    padding: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .surgery_steplist li .step {
      background: #036EB7;
      color: #fff;
      width: 20%;
      padding: .8rem .5rem .8rem .3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .surgery_steplist li .step > span {
        font-size: 120%; }
    .surgery_steplist li .text {
      width: 80%;
      padding: .8rem;
      background: #fff; }
    .surgery_steplist li:not(:last-child) {
      margin-bottom: 3rem; }
      .surgery_steplist li:not(:last-child)::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1rem 1rem 0 1rem;
        border-color: #036EB7 transparent transparent transparent;
        position: absolute;
        top: calc(100% + 1rem);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

@media screen and (min-width: 48em), print {
  .surgery_steplist {
    margin-bottom: 2rem; }
    .surgery_steplist li .step {
      padding: 1rem;
      padding-left: .9rem; }
    .surgery_steplist li .text {
      padding: 1rem; }
    .surgery_steplist li:not(:last-child) {
      margin-bottom: 5rem; }
      .surgery_steplist li:not(:last-child)::after {
        border-width: 1.5rem 1.5rem 0 1.5rem;
        top: calc(100% + 2rem); } }
.bnr_tel_reserve {
  margin-top: 1.5rem;
  text-align: center; }
  .bnr_tel_reserve .tel_bnr a {
    background: #036EB7;
    color: #fff;
    display: block;
    padding: 5.5rem 1rem 1rem;
    position: relative;
    font-size: 1.8rem; }
    .bnr_tel_reserve .tel_bnr a::before {
      font-family: 'fontello';
      display: inline-block;
      content: '\e800';
      position: absolute;
      top: 1rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 3rem; }
    .bnr_tel_reserve .tel_bnr a .num {
      font-size: 150%; }
  .bnr_tel_reserve .reserve {
    margin: 1rem 0; }
    .bnr_tel_reserve .reserve a {
      background: #036EB7;
      display: block;
      padding: 5.5rem 1rem 1rem;
      position: relative;
      font-size: 1.8rem;
      color: #fff; }
      .bnr_tel_reserve .reserve a::before {
        font-family: 'fontello';
        display: inline-block;
        content: '\e801';
        position: absolute;
        top: 1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 3rem; }

@media screen and (min-width: 48em), print {
  .bnr_tel_reserve {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .bnr_tel_reserve .tel_bnr {
      width: 48%;
      margin: 0; }
    .bnr_tel_reserve .reserve {
      width: 48%;
      margin: 0; }
      .bnr_tel_reserve .reserve a {
        height: 100%;
        padding-top: 6.5rem; }
        .bnr_tel_reserve .reserve a::before {
          top: 2rem; } }
.keyvsl_bnrs {
  padding: 0 1rem; }
  .keyvsl_bnrs .bnr_reserve {
    background: #FFE465;
    border: #FFE465 solid 0.2rem; }
    .keyvsl_bnrs .bnr_reserve .tit {
      text-align: center;
      color: #802160;
      position: relative;
      padding: .5rem 0;
      font-size: 1.7rem;
      font-weight: bold; }
      .keyvsl_bnrs .bnr_reserve .tit::before, .keyvsl_bnrs .bnr_reserve .tit::after {
        content: "";
        display: block;
        height: .1rem;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(0.1rem);
                transform: translateY(0.1rem);
        background: #802160; }
      .keyvsl_bnrs .bnr_reserve .tit::after {
        -webkit-transform: translateY(-0.1rem);
                transform: translateY(-0.1rem); }
      .keyvsl_bnrs .bnr_reserve .tit > span {
        position: relative;
        z-index: 2;
        background: #FFE465;
        display: inline-block;
        padding: 0 .5rem; }
        .keyvsl_bnrs .bnr_reserve .tit > span::before {
          font-weight: normal;
          font-family: 'fontello';
          content: '\e80a';
          padding-right: .3em; }
    .keyvsl_bnrs .bnr_reserve .txt {
      background: #fff;
      padding: .8rem;
      line-height: 1.5;
      font-size: 1.5rem; }
  .keyvsl_bnrs .bnr_saturday {
    margin-top: 1.5rem;
    background: #E1ECF4;
    color: #036EB7;
    position: relative;
    padding: 5rem .5rem 1rem;
    font-size: 1.7rem;
    text-align: center; }
    .keyvsl_bnrs .bnr_saturday::before {
      font-family: 'fontello';
      display: inline-block;
      content: '\e804';
      position: absolute;
      top: 1rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 3rem; }

@media screen and (min-width: 48em), print {
  .keyvsl_bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
    .keyvsl_bnrs .bnr_reserve {
      width: 80rem; }
      .keyvsl_bnrs .bnr_reserve .tit {
        font-size: 2.6rem;
        padding: 1.5rem; }
        .keyvsl_bnrs .bnr_reserve .tit > span {
          padding: 0 1.5rem; }
      .keyvsl_bnrs .bnr_reserve .txt {
        padding: 1rem;
        font-size: 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .keyvsl_bnrs .bnr_saturday {
      margin: 0;
      font-size: 2.4rem;
      width: 28rem;
      padding: 7.8rem 1.5rem 1.5rem; }
      .keyvsl_bnrs .bnr_saturday::before {
        font-size: 5.6rem;
        top: 1rem; } }
@media screen and (min-width: 48em), print {
  .wrapper_sidebar_and_content main .imgtxt .imgtxt_image,
  .wrapper_sidebar_and_content main .imgtxt_reverse .imgtxt_image {
    max-width: 34rem; } }
body.reserve form#mailformpro dl dt,
body.reserve form#mailformpro dl dd {
  font-size: 1.4rem;
  border-top: none; }
body.reserve form#mailformpro dl dt {
  padding-left: 3em;
  position: relative; }
body.reserve input[type="text"],
body.reserve input[type="email"],
body.reserve input[type="tel"] {
  width: 100% !important; }
body.reserve .must_cat {
  background: #f00;
  color: #fff;
  display: inline-block;
  border-radius: .3rem;
  padding: .2rem .4rem;
  margin-right: .5em;
  position: absolute;
  font-size: 80%;
  top: .4rem;
  left: .5rem; }
body.reserve textarea {
  width: 100% !important;
  min-height: 5em; }
body.reserve button.submit {
  background: #036EB7;
  color: #fff;
  border: none;
  text-shadow: none;
  padding: .8rem; }
@media screen and (min-width: 48em), print {
  body.reserve form#mailformpro dl dt,
  body.reserve form#mailformpro dl dd {
    padding: 1rem;
    text-align: left;
    font-size: 1.6rem; }
  body.reserve form#mailformpro dl dt {
    padding-left: 6rem;
    width: 28%; }
  body.reserve form#mailformpro dl dd {
    width: 72%; }
  body.reserve form#mailformpro .must_cat {
    font-size: 100%;
    top: 1rem; } }

/*# sourceMappingURL=style.css.map */