@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&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 !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffc));
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

.fontsize90 {
  font-size: 90% !important;
}

.clr_orange_01 {
  color: #FF9900 !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.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 !important;
}

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

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr_ml_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

.width90per {
  width: 90% !important;
}

.max_width60per {
  max-width: 60% !important;
}

.max_width90per {
  max-width: 90% !important;
}

@media screen and (min-width: 48em), print {
  .widthauto_pc {
    width: auto !important;
  }
  .max_width45per_pc {
    max-width: 45% !important;
  }
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width300_pc {
    max-width: 30rem !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  line-height: 1.9;
  font-size: 86%;
  letter-spacing: 0;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4em 0;
  background: #007D9F;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 31%;
  border-radius: 0.6rem 0 0 0.6rem;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #D9D9D9;
}
.tbl_time tr td {
  font-weight: 500;
  text-align: center;
  padding: 0.8em 0.4rem;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1;
  color: #44C0C0;
}
.tbl_time tr td.close {
  color: #212121;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    font-size: 1.7rem;
  }
  .tbl_time caption .br_timetable_caption {
    display: none;
  }
  .tbl_time tr th[scope=col] {
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 29%;
  }
  .tbl_time tr th.time {
    font-size: 2.2rem;
  }
  .tbl_time tr td {
    font-size: 1.7rem;
    padding: 1.2em 0.1em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #212121;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: #F4F2F8;
  font-weight: bold;
}

.tit_02 {
  color: #212121;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2.4rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.tit_02::before {
  content: "";
  display: block;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  height: 1.1em;
  margin-bottom: 0.58em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  position: relative;
  font-weight: bold;
  padding: 0.35em 0.6em;
  letter-spacing: 0.05em;
  background: #007D9F;
  border-radius: 0.27em;
}

.tit_04 {
  color: #212121;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.1rem;
  padding-bottom: 0.2em;
  padding-left: 1.3em;
  border-bottom: 0.15em dotted #C1C1C1;
  letter-spacing: 0.05em;
  position: relative;
}
.tit_04::before {
  font-family: "fontello";
  content: "\e924";
  color: #007D9F;
  display: block;
  position: absolute;
  left: 0;
  top: 0.04em;
  font-weight: normal;
  font-size: 105%;
}

.tit_05 {
  color: #212121;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1rem;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  position: relative;
  border-bottom: 0.05em dotted #212121;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3em;
  height: calc(100% - 0.3em);
  background: #4FBFAD;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin-top: 0;
    padding: 8.5rem 2rem;
    font-size: 3.4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 8rem 0 3.4rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 7rem 0 2.1rem;
  }
  .tit_04 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6rem 0 1rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 5rem 0 1rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_02 + .tit_04 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}
.text_general .telephone a, .text_general.telephone a {
  color: #0077C0;
  text-decoration: underline;
}

.text_link_general {
  color: #0077C0;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_general .telephone a:hover, .text_general .telephone a:focus, .text_general.telephone a:hover, .text_general.telephone a:focus {
    opacity: 1;
    color: #F28900;
  }
  .text_link_general:hover, .text_link_general:focus {
    opacity: 1;
    color: #F28900;
  }
}
.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: 90%;
  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_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #007D9F;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.6em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.list_ol_01 > li,
.list_ol_counter_noreset_01 > li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.list_ol_01 > li::before,
.list_ol_counter_noreset_01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #212121;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #212121;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #212121;
}

.list_ul_anchor {
  margin-bottom: 1.5rem;
}
.list_ul_anchor li {
  margin-top: 1rem;
}
.list_ul_anchor li:first-child {
  margin-top: 0;
}
.list_ul_anchor li a {
  display: block;
  padding: 0.7em 2em;
  border-radius: 10rem;
  background: #007D9F;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: bold;
}
.list_ul_anchor li a::after {
  display: block;
  font-family: "fontello";
  content: "\f13a";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 100%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.65em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_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;
  }
  .list_dl_01 dt,
  .list_dl_01_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;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #212121;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_ul_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .list_ul_anchor li {
    margin-top: 2rem;
    width: 27rem;
    margin-right: 4rem;
  }
  .list_ul_anchor li:nth-child(-n+4) {
    margin-top: 0;
  }
  .list_ul_anchor li:nth-child(4n) {
    margin-right: 0;
  }
  .list_ul_anchor li a {
    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;
    padding: 0.7em 2.1em;
    width: 100%;
    font-size: 1.5rem;
    height: 100%;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #FBF7E7;
  border-radius: 0.6rem;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #212121 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
    border-radius: 1rem;
  }
  .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 4rem 0 4rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.7em 2em;
  border-radius: 10rem;
  background: #007D9F;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: bold;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "c";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.7em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 27.8rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background-color: #4FBFAD;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #E6E6E6;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #F4F2F8;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #E6E6E6;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #5FB6CE;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.4rem;
  }
}
.wrapper_bnr {
  width: 100%;
  overflow: hidden;
}
.wrapper_bnr .wrap {
  padding-top: 1.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
}
.wrapper_bnr .wrap .bnr_swiper {
  position: relative;
  overflow: visible;
}
.wrapper_bnr .wrap .swiper-pagination {
  bottom: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .wrapper_bnr .wrap {
    padding: 7rem 0;
  }
  .wrapper_bnr .wrap .swiper-pagination {
    bottom: 3rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #212121;
  padding-top: 5rem;
}

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

.main {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
    padding-top: 0;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@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 {
  letter-spacing: 0.025em;
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .wrap {
  margin: 0;
  padding: 0 0 0;
}
.header .wrap .logo {
  height: 5rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  background: #fff;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .wrap .logo.scroll_down {
  -webkit-transform: translateY(-9rem);
          transform: translateY(-9rem);
}
.header .wrap .logo a {
  display: block;
  width: 87%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  display: none;
}

.fixed_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    display: block;
    font-size: 1.6rem;
    position: inherit;
    top: auto;
    left: auto;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 3.5rem 0 1rem;
    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;
    position: relative;
  }
  .header .wrap .logo {
    width: 34.1rem;
    height: 7.8rem;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: inherit;
    top: auto;
    left: auto;
  }
  .header .wrap .logo.scroll_down {
    -webkit-transform: none;
            transform: none;
  }
  .header .wrap .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header .wrap .head_right {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header .wrap .head_right .address {
    font-size: 1.8rem;
    text-align: right;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .header .wrap .head_right .telephone_flex {
    margin: 1.3rem 0 0;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .head_right .telephone_flex > div {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .head_right .telephone_flex > div:first-child {
    margin-right: 3rem;
  }
  .header .wrap .head_right .telephone_flex > div .tit {
    background: #007D9F;
    color: #fff;
    text-align: center;
    border-radius: 10rem;
    padding: 0.5em 0.2em;
    min-width: 6.8em;
    display: inline-block;
    margin-right: 0.4em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .header .wrap .head_right .telephone_flex > div .telephone {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .header .wrap .head_right .telephone_flex > div .telephone::before {
    content: "tel.";
    font-size: 56%;
  }
  .fixed_btn {
    display: block;
    position: fixed;
    right: -0.3rem;
    top: 9.8rem;
    z-index: 2000;
    display: block;
  }
  .fixed_btn a {
    display: block;
    margin-top: 1rem;
  }
  .fixed_btn a:first-child {
    margin-top: 0;
  }
  .fixed_btn a img {
    width: 6.5rem;
  }
  .fixed_btn a:hover, .fixed_btn a:focus {
    opacity: 0.8;
  }
  .fixed_btn a.fixed_line:hover, .fixed_btn a.fixed_line:focus, .fixed_btn a.fixed_instagram:hover, .fixed_btn a.fixed_instagram:focus {
    opacity: 1;
  }
}
.slicknav_menu {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 3rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #007D9F;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e971";
  line-height: 0.8;
  margin: 0.8rem 0 0.4rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
  font-weight: bold;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e970";
  line-height: 0.8;
  margin: 0.8rem 0 0.4rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
  font-weight: bold;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #E8F1F6;
  padding: 0.6rem;
  position: absolute;
  top: 5rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 18rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .nav_sns > div:nth-child(n+2) {
  margin-left: 3rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .nav_sns > div a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .nav_sns > div a img {
  width: 4.3rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #C1C1C1;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #C1C1C1;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #212121 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\f138";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007D9F;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\f13a";
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007D9F;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\f139";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 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;
    background: #fff;
    position: sticky;
    top: -0.1rem;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 2.3rem 0 2.5rem;
    margin-top: -0.1rem;
  }
  #nav .nav_sns {
    display: none;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 1px solid #C1C1C1;
    text-align: center;
    font-size: 1.8rem;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #C1C1C1;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.7rem 0;
    position: relative;
    opacity: 1;
  }
  #nav .gnav > li > a > span {
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
  }
  #nav .gnav > li > a > span::before {
    content: "";
    display: block;
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: -0.7rem;
    background-color: #007D9F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav > li > a:hover > span::before, #nav .gnav > li > a:focus > span::before {
    width: 100%;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "t";
    color: #007D9F;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
  }
  #nav .gnav > li .subnav {
    width: 27rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2.5rem);
    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 #EDECE6;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #212121;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #007D9F;
    color: #fff;
    opacity: 1;
  }
  .index #nav .home > span::before,
  .faq #nav .faq > span::before,
  .recruit #nav .recruit > span::before,
  .access #nav .access > span::before {
    width: 100%;
  }
}
.overview {
  font-size: 1.4rem;
  background: #F4F2F8;
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
.overview > .wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview > .wrap .clinic_name img {
  width: 86%;
  height: auto;
}
.overview > .wrap .telephone_flex {
  margin-bottom: 3.5rem;
  letter-spacing: 0.08em;
}
.overview > .wrap .telephone_flex > div {
  margin-top: 1.4rem;
}
.overview > .wrap .telephone_flex > div:first-child {
  margin-top: 0;
}
.overview > .wrap .telephone_flex > div .tit {
  background: #007D9F;
  color: #fff;
  text-align: center;
  border-radius: 10rem;
  padding: 0.5em 0.2em;
  min-width: 6.8em;
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.3rem;
  font-weight: bold;
}
.overview > .wrap .telephone_flex > div .telephone {
  font-size: 2.35rem;
  font-weight: bold;
  line-height: 1;
}
.overview > .wrap .telephone_flex > div .telephone::before {
  content: "tel.";
  font-size: 56%;
}
.overview > .wrap .list_overview {
  margin: 0;
}
.overview > .wrap .list_overview dt {
  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;
  background: #007D9F;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-top: 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
}
.overview > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview > .wrap .list_overview dd {
  margin: 0.7rem 0 0;
  padding: 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.overview > .wrap .list_overview dd ul li::before {
  content: "●";
  color: #44C0C0;
  padding-right: 0.15em;
}
.overview > .wrap .overview_time {
  margin-top: 2.5rem;
}
.overview > .wrap .map_illust {
  margin-top: 2.5rem;
}
.overview > .wrap .map_illust img {
  width: 100%;
}
.overview .gmap {
  margin-top: 0;
  height: 35rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview > .wrap {
    padding: 10rem 0 8rem;
    max-width: 100%;
    position: relative;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview > .wrap .clinic_name img {
    width: 42rem;
    height: auto;
  }
  .overview > .wrap .telephone_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
  .overview > .wrap .telephone_flex > div {
    margin: 0;
  }
  .overview > .wrap .telephone_flex > div:first-child {
    margin-right: 5.5rem;
  }
  .overview > .wrap .telephone_flex > div .tit {
    font-size: 2.2rem;
  }
  .overview > .wrap .telephone_flex > div .telephone {
    font-size: 3.7rem;
  }
  .overview > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overview_flex > div {
    width: 57rem;
  }
  .overview > .wrap .list_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;
    margin: 0;
  }
  .overview > .wrap .list_overview dt {
    padding: 0.5em 0.5em;
    width: 18%;
    margin-top: 2rem;
    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;
    font-size: 1.8rem;
    border-radius: 1rem;
  }
  .overview > .wrap .list_overview dd {
    padding: 0.5em 0;
    width: 79%;
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .overview > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview > .wrap .overview_time {
    margin-top: 3.5rem;
  }
  .overview > .wrap .map_illust {
    margin-top: 0;
  }
  .overview .gmap {
    height: 49rem;
    margin-top: 0;
  }
}
.tel_up {
  width: 100%;
  background: #E8F1F6;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1rem;
  min-height: 4rem;
  padding: 0.7rem 4rem 0.7rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #D5DADE;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tel_up .telephone,
.tel_up .telephone_reserve,
.tel_up .reserve,
.tel_up .online {
  display: block;
  width: 48%;
  margin-top: 0.4rem;
}
.tel_up .telephone > span,
.tel_up .telephone > a,
.tel_up .telephone_reserve > span,
.tel_up .telephone_reserve > a,
.tel_up .reserve > span,
.tel_up .reserve > a,
.tel_up .online > span,
.tel_up .online > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.5rem;
  color: #fff;
  background: #007D9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10rem;
  min-height: 2.5rem;
}
.tel_up .telephone:nth-child(-n+2),
.tel_up .telephone_reserve:nth-child(-n+2),
.tel_up .reserve:nth-child(-n+2),
.tel_up .online:nth-child(-n+2) {
  margin-top: 0;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 0.5rem;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/tel_up.svg) no-repeat center center/cover;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 8rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .telephone_reserve,
  .tel_up .reserve,
  .tel_up .online {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.8rem;
    height: 6.8rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 7rem;
  background: #007D9F;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.footer ul {
  display: none;
}

.only_pc_footer {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 7rem 0rem 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 2rem;
    padding: 2.2rem;
    background: transparent;
    color: #fff;
    background: #007D9F;
    font-weight: bold;
  }
  .footer ul {
    color: #212121;
    display: block;
    text-align: center;
    margin: 0 auto 2.6rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
  }
  .footer ul li a {
    opacity: 1;
    font-weight: 500;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 7rem;
    max-width: 100rem;
  }
  .footer ul.gnav li {
    margin-right: 6.6rem;
  }
  .footer ul.gnav li.only_pc_footer {
    display: inline-block !important;
  }
  .footer ul.gnav li:last-child {
    margin-right: 0;
  }
  .footer ul.gnav li a {
    font-weight: bold;
  }
  .footer ul.gnav li a::before {
    font-family: "fontello";
    display: inline-block;
    content: "\f138";
    color: #007D9F;
    padding-right: 0.3em;
    font-weight: normal;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 9rem 0;
  }
}
.tit_02_index {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 5rem 0 3rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.tit_02_index::before {
  content: "";
  display: block;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  height: 1.17em;
  margin-bottom: 0.58em;
}
.tit_02_index .tit_en {
  font-weight: bold;
  line-height: 1;
  margin-top: 0.2em;
  display: block;
  font-size: 53%;
  letter-spacing: 0.06em;
  color: #007D9F;
}
.tit_02_index.no_icon::before {
  display: none;
  content: none;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 4.5rem;
    font-size: 3.4rem;
  }
}
.index .wrapper_keyvsl {
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.index .wrapper_keyvsl #keyvsl_sp {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 25rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_pc {
  display: none;
}
.index .wrapper_keyvsl .catch_keyvsl {
  font-size: 1.9rem;
  position: absolute;
  top: 20.8rem;
  left: 1rem;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3), 0 0 0.3em rgba(0, 0, 0, 0.3), 0 0 0.3em rgba(0, 0, 0, 0.3), 0 0 0.3em rgba(0, 0, 0, 0.3), 0 0 0.3em rgba(0, 0, 0, 0.3);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.index .wrapper_keyvsl .features_keyvsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0.8rem 1rem;
}
.index .wrapper_keyvsl .features_keyvsl > li {
  width: 9.4rem;
  height: 9.4rem;
  background: rgba(0, 125, 159, 0.95);
  color: #fff;
  border-radius: 50%;
  padding: 0.35rem;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
.index .wrapper_keyvsl .features_keyvsl > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: dashed 0.1rem #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-shadow: 0 0.12em 0.24em rgba(0, 0, 0, 0.16);
}
.index .wrapper_keyvsl .features_keyvsl > li > div .keyvsl_fonts {
  display: block;
  font-size: 69%;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 65rem;
  }
  .index .wrapper_keyvsl #keyvsl_sp {
    display: none;
    padding: 0;
  }
  .index .wrapper_keyvsl .keyvsl_pc {
    display: block;
  }
  .index .wrapper_keyvsl .keyvsl_sp {
    display: none;
  }
  .index .wrapper_keyvsl .catch_keyvsl {
    font-size: 3.6rem;
    top: 38rem;
    left: calc(50% - 60rem);
  }
  .index .wrapper_keyvsl .features_keyvsl {
    padding: 0;
    width: 66rem;
    position: absolute;
    top: 47.4rem;
    left: calc(50% - 60rem);
  }
  .index .wrapper_keyvsl .features_keyvsl > li {
    width: 20.6rem;
    height: 20.6rem;
    font-size: 2.6rem;
    padding: 0.6rem;
  }
  .index .wrapper_keyvsl .features_keyvsl > li > div {
    border-width: 0.2rem;
  }
}
main .wrapper_news {
  background: #F4F2F8;
}
main .wrapper_news .wrap {
  position: relative;
}
main .wrapper_news .wrap dl {
  margin: 0 0;
  line-height: 1.4;
  padding: 0 1rem 1.5rem 0;
  overflow-y: scroll;
  max-height: 40rem;
  position: relative;
  border-top: #007D9F solid 1px;
  border-bottom: #D1D1D1 solid 1px;
}
main .wrapper_news .wrap dl dt {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.5rem 0 0 2rem;
  border-top: #D1D1D1 solid 1px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\f13a";
  display: block;
  position: absolute;
  top: 1.3em;
  left: 0.1em;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #007D9F;
  font-weight: normal;
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\f139";
}
main .wrapper_news .wrap dl dd {
  margin: 0 0 0;
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  word-wrap: break-word;
  position: relative;
}
main .wrapper_news .wrap dl dd a {
  color: #0077C0;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 2rem;
    padding-bottom: 3.5rem;
    max-height: 50rem;
  }
  main .wrapper_news .wrap dl dt {
    padding-top: 3.5rem;
    padding-left: 4.2rem;
    font-size: 2.3rem;
    margin-top: 3.5rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 1.8em;
    left: 0.6em;
  }
  main .wrapper_news .wrap dl dd {
    padding-left: 4.2rem;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
main .wrapper_news_media {
  background: #F4F2F8;
}
main .wrapper_news_media .wrap {
  position: relative;
}
main .wrapper_news_media .wrap dl {
  margin: 0 0;
  line-height: 1.4;
  padding: 0 1rem 1.5rem 0;
  overflow-y: scroll;
  max-height: 40rem;
  position: relative;
  border-top: #007D9F solid 1px;
  border-bottom: #D1D1D1 solid 1px;
}
main .wrapper_news_media .wrap dl dt {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.5rem 0 0 2rem;
  border-top: #D1D1D1 solid 1px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
main .wrapper_news_media .wrap dl dt::before {
  font-family: "fontello";
  content: "\f13a";
  display: block;
  position: absolute;
  top: 1.3em;
  left: 0.1em;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #007D9F;
  font-weight: normal;
}
main .wrapper_news_media .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news_media .wrap dl dt.open::before {
  content: "\f139";
}
main .wrapper_news_media .wrap dl dd {
  margin: 0 0 0;
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  word-wrap: break-word;
  position: relative;
}
main .wrapper_news_media .wrap dl dd a {
  color: #0077C0;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news_media .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 2rem;
    padding-bottom: 3.5rem;
    max-height: 50rem;
  }
  main .wrapper_news_media .wrap dl dt {
    padding-top: 3.5rem;
    padding-left: 4.2rem;
    font-size: 2.3rem;
    margin-top: 3.5rem;
  }
  main .wrapper_news_media .wrap dl dt::before {
    top: 1.8em;
    left: 0.6em;
  }
  main .wrapper_news_media .wrap dl dd {
    padding-left: 4.2rem;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar {
  position: relative;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_wrap .index_tab {
  padding: 0.4rem 3rem;
  margin-right: 0.1rem;
  border-radius: 0.6rem 0.6rem 0 0;
  background: #DFDFDF;
  color: #212121;
  cursor: pointer;
  font-weight: 500;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_wrap .index_tab.active {
  background: #007D9F;
  color: #fff;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_content_wrap .index_tab_content {
  display: none;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_content_wrap .index_tab_content tr.month {
  display: none;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_content_wrap .index_tab_content.show {
  display: block;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row {
  margin-top: 3.3rem;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row:first-child {
  margin-top: 0;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit {
  width: 100%;
  border-spacing: 0;
  font-size: 1.3rem;
  margin: 0 auto;
  border: 0.1rem solid #D5DADE;
  border-right: none;
  border-bottom: none;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.open {
  background: #fff;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.outPatient {
  background: #F9B5B5;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.plastic {
  background: #F6D3ED;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.pmOnly {
  background: #F9E0B9;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.amOnly {
  background: #E0F5F1;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td.notTheMonth {
  background: #fff;
  color: #fff;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit th,
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  padding: 0.5em 0.1em;
  border: 0.1rem solid #D5DADE;
  border-left: none;
  border-top: none;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit .month th {
  padding: 0.5em;
  border: none;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  background: #007D9F;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit .week th {
  background: #007D9F;
  color: #fff;
  font-size: 1.4rem;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-right: 1em;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1em;
  margin: 0.12em 0 0;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr01::before {
  background: #fff;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr02::before {
  background: #F9B5B5;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr03::before {
  background: #F6D3ED;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr04::before {
  background: #F9E0B9;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr05::before {
  background: #E0F5F1;
}
main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor .calendar-cellcolor_none::before {
  display: none;
  content: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_calendar_timetable .wrap {
    /*display: flex;
    justify-content: space-between;
    > div {
      width: 54rem;
    }*/
  }
  main .wrapper_calendar_timetable .wrap .tit_02_index {
    margin-top: 0;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap {
    width: 60rem;
    margin: 0 auto;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar {
    position: relative;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_wrap .index_tab {
    font-size: 2rem;
    padding: 0.5rem 3.6rem;
    border-radius: 0.6rem 0.6rem 0 0;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .index_tab_content_wrap {
    display: block;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row {
    margin: 0;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit {
    font-size: 2rem;
    width: 100%;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit .week th {
    font-size: 2rem;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .box_calendar .calendar-row .calendar-item .caledit td {
    padding: 0.3em 0.1em;
    font-size: 2.6rem;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor {
    margin-top: 1.7rem;
  }
  main .wrapper_calendar_timetable .wrap .calendar_wrap .calendar .calendar-cellcolor li {
    font-size: 1.7rem;
  }
}
main .wrapper_policy {
  background: #F4F2F8;
}
main .wrapper_policy .wrap .catch {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.3em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
main .wrapper_policy .wrap .policys {
  margin-bottom: 1.6rem;
}
main .wrapper_policy .wrap .policys > li {
  background: #fff;
  font-size: 1.5rem;
  border: 0.1rem solid #E0DCEC;
  border-radius: 10rem;
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0.02em;
  color: #007D9F;
  padding: 0.6em 0.3em;
}
main .wrapper_policy .wrap .policys > li::before {
  content: "1.";
  padding-right: 0.2em;
  font-size: 1.33em;
  line-height: 1;
}
main .wrapper_policy .wrap .policys > li:first-child {
  margin-top: 0;
}
main .wrapper_policy .wrap .policys > li:nth-child(2)::before {
  content: "2.";
}
main .wrapper_policy .wrap .text {
  margin-bottom: 1em;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
main .wrapper_policy .wrap .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .wrapper_policy .wrap .btns > li {
  width: 48%;
}
main .wrapper_policy .wrap .btns > li a {
  display: block;
  background: #007D9F;
  color: #fff;
  border-radius: 10rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding: 0.8em 0.3em;
  font-size: 1.15rem;
}
main .wrapper_policy .wrap .btns > li a::after {
  font-family: "fontello";
  content: "c";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.35em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_policy .wrap .catch {
    font-size: 3rem;
  }
  main .wrapper_policy .wrap .policys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.5rem;
  }
  main .wrapper_policy .wrap .policys > li {
    font-size: 3rem;
    width: 52rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .wrapper_policy .wrap .policys > li:first-child {
    margin-right: 7rem;
  }
  main .wrapper_policy .wrap .text {
    font-size: 2.3rem;
    width: 110rem;
    margin-right: auto;
    margin-left: auto;
  }
  main .wrapper_policy .wrap .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_policy .wrap .btns > li {
    width: 28rem;
    margin: 0;
  }
  main .wrapper_policy .wrap .btns > li:first-child {
    margin-right: 7rem;
  }
  main .wrapper_policy .wrap .btns > li a {
    font-size: 1.8rem;
  }
  main .wrapper_policy .wrap .btns > li a::after {
    right: 1em;
  }
  main .wrapper_policy .wrap .btns > li a:hover, main .wrapper_policy .wrap .btns > li a:focus {
    background: #4FBFAD;
    opacity: 1;
  }
}
main .wrapper_features .wrap .list_features {
  padding-top: 1rem;
}
main .wrapper_features .wrap .list_features > li {
  position: relative;
  margin-top: 8rem;
}
main .wrapper_features .wrap .list_features > li::before {
  content: "";
  display: block;
  background: url(../img/features_01.jpg) no-repeat center center/cover;
  border-radius: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 24.6rem;
}
main .wrapper_features .wrap .list_features > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features > li .num {
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #007D9F;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-shadow: 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0 0 0.08em #fff, 0.04em 0.04em 0.08em #787878;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
main .wrapper_features .wrap .list_features > li .text_box {
  padding: 1.5rem;
  background: #F4F2F8;
  border-radius: 1.8rem;
}
main .wrapper_features .wrap .list_features > li .text_box .catch {
  text-align: center;
  font-weight: bold;
  line-height: 1.45em;
  padding-bottom: 0.35em;
  border-bottom: 0.1rem solid #007D9F;
  font-size: 2rem;
  border-width: 0.2rem;
  margin-bottom: 0.25em;
}
main .wrapper_features .wrap .list_features > li .text_box .text {
  line-height: 1.78;
}
main .wrapper_features .wrap .list_features > li .text_box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
}
main .wrapper_features .wrap .list_features > li .text_box .btns > li {
  width: 48%;
}
main .wrapper_features .wrap .list_features > li .text_box .btns > li:first-child {
  margin-right: 4%;
}
main .wrapper_features .wrap .list_features > li .text_box .btns > li a {
  display: block;
  background: #007D9F;
  color: #fff;
  border-radius: 10rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding: 0.8em 0.3em;
  font-size: 1.15rem;
}
main .wrapper_features .wrap .list_features > li .text_box .btns > li a::after {
  font-family: "fontello";
  content: "c";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.35em;
}
main .wrapper_features .wrap .list_features > li:nth-child(2n) .num {
  left: auto;
  right: 0;
}
main .wrapper_features .wrap .list_features > li:nth-child(2)::before {
  background-image: url(../img/features_02.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/features_03.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/features_04.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(5)::before {
  background-image: url(../img/features_05.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(6)::before {
  background-image: url(../img/features_06.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(7)::before {
  background-image: url(../img/features_07.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features .wrap .list_features {
    padding-top: 1rem;
  }
  main .wrapper_features .wrap .list_features > li {
    margin-top: 11rem;
    padding-left: 20rem;
  }
  main .wrapper_features .wrap .list_features > li:first-child {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_features > li::before {
    border-radius: 5rem;
    position: absolute;
    left: 0;
    top: -3rem;
    width: 43.6rem;
    height: 31.8rem;
  }
  main .wrapper_features .wrap .list_features > li .num {
    font-size: 11rem;
    top: -3rem;
  }
  main .wrapper_features .wrap .list_features > li .text_box {
    min-height: 36rem;
    padding: 4rem 5rem 4rem 28rem;
    border-radius: 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .wrapper_features .wrap .list_features > li .text_box .catch {
    font-size: 3.2rem;
    text-align: left;
    border-width: 0.3rem;
  }
  main .wrapper_features .wrap .list_features > li .text_box .text {
    font-size: 2rem;
    line-height: 2;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns {
    margin-top: 1.6rem;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns > li {
    width: 28rem;
    margin: 0;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns > li:first-child {
    margin-right: 5rem;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns > li a {
    font-size: 1.8rem;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns > li a::before {
    right: 1em;
  }
  main .wrapper_features .wrap .list_features > li .text_box .btns > li a:hover, main .wrapper_features .wrap .list_features > li .text_box .btns > li a:focus {
    background: #4FBFAD;
    opacity: 1;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2n) {
    padding-left: 0;
    padding-right: 20rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2n)::before {
    left: auto;
    right: 0;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2n) .text_box {
    padding-right: 28rem;
    padding-left: 5rem;
  }
}
main .wrapper_treatment .wrap .list_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-top: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-right: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  text-align: center;
  display: block;
  border: 0.2rem solid #E8F1F6;
  padding: 2.5rem 0.5rem 1.2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 8.8rem;
  background: url(../img/traetment_icon_01.svg) no-repeat center center/contain;
  margin-bottom: 1.2rem;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  font-family: "fontello";
  content: "\f138";
  display: block;
  width: 100%;
  color: #007D9F;
  margin-top: 1.2rem;
  font-weight: normal;
}
main .wrapper_treatment .wrap .list_treatment > li.nav_dermatology a::before {
  background-image: url(../img/traetment_icon_dermatology.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_plasticsurgery a::before {
  background-image: url(../img/traetment_icon_plasticsurgery.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_allergy a::before {
  background-image: url(../img/traetment_icon_allergy.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_beauty a::before {
  background-image: url(../img/traetment_icon_beauty.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_cosme a::before {
  background-image: url(../img/traetment_icon_cosme.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_vaccination a::before {
  background-image: url(../img/traetment_icon_vaccination.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nav_visit a::before {
  background-image: url(../img/traetment_icon_visit.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap .list_treatment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: 27.9rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    margin-right: 2.8rem;
    margin-top: 2.8rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(4n) {
    margin-right: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    padding: 5rem 1rem 2.5rem;
    border-radius: 2rem;
    border-width: 0.3rem;
    font-size: 2.2rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li a::before {
    height: 13.8rem;
    margin-bottom: 3rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li a::after {
    margin-top: 1.8rem;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding: 2.5rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 4rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
.faq .toggle_acco_trigger {
  display: block;
  padding-left: 1.15em;
  position: relative;
}
.faq .toggle_acco_trigger::after {
  font-family: "fontello";
  content: "\f13a";
  position: absolute;
  left: 0;
  top: 0.09em;
}
.faq .toggle_acco_trigger.is_open::after {
  content: "\f139";
}
.faq .toggle_acco_target {
  position: relative;
  padding-left: 1em;
}
.faq .toggle_acco_target::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .faq .toggle_acco_trigger:hover, .faq .toggle_acco_trigger:focus {
    text-decoration: underline;
    opacity: 1;
  }
  .faq .toggle_acco_target {
    padding-left: 1.5em;
  }
  .faq .toggle_acco_target::before {
    left: 0.5em;
  }
}
.beauty .imgtxt .imgtxt_image {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .beauty .imgtxt .imgtxt_image {
    max-width: 29rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}
.bread_list > li a {
  color: #0077C0;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.4rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
  .bread_list > li a:hover, .bread_list > li a:focus {
    opacity: 1;
  }
}