@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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;
}

.fontsize110 {
  font-size: 110% !important;
}

@media screen and (min-width: 48em), print {
  .fontsize110_pc {
    font-size: 110% !important;
  }
}
.clr_blue_01 {
  color: #549FDD !important;
}

.indent_minus1em {
  text-indent: -1em;
}

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

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

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

.pl0 {
  padding-left: 0 !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pr0 {
  padding-right: 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;
}

.max_width70per {
  max-width: 70% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width250_pc {
    max-width: 25rem !important;
  }
  .max_width600_pc {
    max-width: 60rem !important;
  }
  .width10per_pc {
    width: 10% !important;
  }
  .width25per_pc {
    width: 25% !important;
  }
  .width50per_pc {
    width: 50% !important;
  }
  .width80per_pc {
    width: 80% !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;
  padding: 0.7rem 0.5rem;
  background: #fff;
  font-size: 90%;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #549FDD;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #CCC;
  font-weight: 300;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.8rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #CCC;
  line-height: 1;
  color: #549FDD;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    padding: 1rem 1.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 24.5%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #222;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: #EDF5FB;
  letter-spacing: 0.025em;
}

.tit_02 {
  color: #222;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding-bottom: 0.75em;
  letter-spacing: 0.025em;
  position: relative;
  font-weight: 400;
  text-align: center;
}
.tit_02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.2rem;
  width: 1.666em;
  background: #549FDD;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #549FDD;
  position: relative;
  padding: 0.35em 0.6em;
  font-weight: 400;
}
.tit_03::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0.1em;
}

.tit_04 {
  color: #549FDD;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding: 0.3em 0.66em 0.5em;
  border: 0.1rem solid #CCC;
  border-left-color: #549FDD;
  border-top: none;
  border-right: none;
  font-weight: 400;
  position: relative;
}
.tit_04::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #549FDD;
  position: absolute;
  top: 0;
  left: 0.1em;
}

.tit_05 {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-left: 1.6em;
  position: relative;
  letter-spacing: 0.025em;
}
.tit_05::after {
  content: "";
  display: block;
  background: url(../img/tit_05_icon.svg) no-repeat center center/contain;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0.05em;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 11rem 2rem;
    font-size: 4.8rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 8.5rem 0 5rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 7.5rem 0 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 6.5rem 0 2.5rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 5.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #FF5C63;
  text-decoration: underline;
}
.text_link_general.before_link_icon::before {
  font-family: "fontello";
  content: "\f006";
  padding-right: 0.1em;
}

.text_telephone {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
.text_telephone::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.15em;
  font-weight: normal;
  color: #549FDD;
  font-size: 90%;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_telephone {
    font-size: 3rem;
    margin-bottom: 2.8rem;
  }
}
.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_image img,
.imgtxt_reverse .imgtxt_image img {
  border-radius: 2.5rem;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}
.imgtxt.img_radius_none .imgtxt_image img,
.imgtxt_reverse.img_radius_none .imgtxt_image img {
  border-radius: 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 .imgtxt_image img,
  .imgtxt_reverse .imgtxt_image img {
    border-radius: 4rem;
  }
  .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: 20%;
}

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

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex4 > * {
  width: 14.5%;
  margin-top: 2rem;
}
.flex4 > *:nth-child(-n+4) {
  margin-top: 0;
}
.flex4 > *:nth-child(4n+1) {
  margin-left: 0;
}
.flex4 > *:not(:nth-child(4n+1)) {
  margin-left: 3%;
}
.flex4 > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.flex4 > figure figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
}

@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;
  }
  /* --- スマートフォンとPCで共通のスタイル --- */
  .flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex4 > figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .flex4 > figure figcaption {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
  }
  /* ------------------------------------------------ */
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  /* --- PC固有のスタイル --- */
  .flex4 > figure {
    width: 19%;
    margin-top: 2rem;
    margin-left: 3%;
  }
  .flex4 > figure:nth-child(-n+4) {
    margin-top: 0;
  }
  .flex4 > figure:nth-child(4n+1) {
    margin-left: 0;
  }
  /* ... 他の flex2_pc, flex3_pc のスタイル ... */
}
.list_ul_01 {
  margin-bottom: 2rem;
}
.list_ul_01 > li {
  padding-left: 1.25em;
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #FFA1A5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.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;
  color: #549FDD;
}
.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 #CCC;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #EDF5FB;
}
.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 #CCC;
}

.list_anchor_01 {
  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_anchor_01 > li {
  width: 48%;
  margin-top: 0.8rem;
}
.list_anchor_01 > li:nth-child(-n+2) {
  margin-top: 0;
}
.list_anchor_01 > li a {
  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;
  border: 1px solid #FF5C63;
  background: #fff;
  color: #FF5C63;
  padding: 0.6em 1.2em;
  text-align: center;
  position: relative;
  font-size: 1.3rem;
  height: 100%;
}
.list_anchor_01 > li a::after {
  display: block;
  font-family: "fontello";
  content: "\f006";
  position: absolute;
  top: 50%;
  right: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF5C63;
  line-height: 1;
  font-size: 90%;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.4em;
  }
  .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 #CCC;
  }
  .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_anchor_01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list_anchor_01 > li {
    margin: 1rem 0 0 4rem;
    width: 27rem;
  }
  .list_anchor_01 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .list_anchor_01 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .list_anchor_01 > li a {
    font-size: 1.6rem;
  }
  .list_anchor_01 > li a:hover, .list_anchor_01 > li a:focus {
    color: #fff;
    background-color: #FF5C63;
    opacity: 1;
  }
  .list_anchor_01 > li a:hover::after, .list_anchor_01 > li a:focus::after {
    color: #fff;
  }
}
.box_general_01,
.box_general_02 {
  padding: 1.2rem 1.2rem;
  background: #EDF5FB;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child,
.box_general_02 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child,
.box_general_02 > :last-child {
  margin-bottom: 0;
}

.box_general_02 {
  background: #fff;
  border: 0.2rem solid #9DC8EB;
  border-radius: 1rem;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child),
.box_general_wrap .box_general_02:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after,
.box_general_wrap .box_general_02:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 3rem 0 3rem;
  border-color: #9DC8EB 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,
.box_general_wrap .box_general_02:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01,
  .box_general_02 {
    padding: 2rem 2rem;
  }
  .box_general_02 {
    border-width: 0.4rem;
    border-radius: 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child),
  .box_general_wrap .box_general_02:not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after,
  .box_general_wrap .box_general_02:not(:last-child)::after {
    border-width: 2.8rem 4.5rem 0 4.5rem;
    top: calc(100% + 1.7rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  background: #FF5C63;
  border: 1px solid #FF5C63;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\f006";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    min-width: 25rem;
    margin-right: none;
    margin-left: none;
    width: auto;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #FF5C63;
    background-color: #fff;
    opacity: 1;
  }
  .btn_general_01:hover::after, .btn_general_01:focus::after {
    color: #FF5C63;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #CCC;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
}
.table_01.table_font_small {
  font-size: 1rem;
}
.table_01.table_font_small th, .table_01.table_font_small td {
  padding: 0.4rem 0.3rem 0.4rem 0.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #EDF5FB;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: 300;
  border: 1px solid #CCC;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
  text-align: left;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #549FDD;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }
  .table_01.table_font_small {
    font-size: 1.6rem;
  }
  .table_01.table_font_small th, .table_01.table_font_small td {
    padding: 1.2rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.2rem;
  }
}
.box_treatment {
  background: #EDF5FB;
  padding: 2rem 1.5rem;
}
.box_treatment .tit_03_treatment {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #549FDD;
  font-weight: 400;
  padding-top: 0.25em;
  padding-left: 2em;
  padding-bottom: 0.8em;
  position: relative;
  line-height: 1;
  margin-bottom: 1.4rem;
}
.box_treatment .tit_03_treatment::before {
  content: "";
  display: block;
  background: url(../img/icon_tit_treatment_01.svg) no-repeat center center/contain;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
}
.box_treatment .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;
}
.box_treatment .list_treatment li {
  width: calc(50% - 0.2rem);
  margin-top: 0.4rem;
  margin-left: 0.4rem;
}
.box_treatment .list_treatment li:nth-child(-n+2) {
  margin-top: 0;
}
.box_treatment .list_treatment li:nth-child(2n+1) {
  margin-left: 0;
}
.box_treatment .list_treatment li a {
  display: block;
  padding: 1.2em 1em 1.2em 0.5em;
  background: #fff;
  position: relative;
}
.box_treatment .list_treatment li a::after {
  font-family: "fontello";
  content: "\f006";
  display: block;
  color: #549FDD;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0.4em;
  line-height: 1;
}
.box_treatment.type_02 {
  background: #FFF1F1;
}
.box_treatment.type_02 .tit_03_treatment {
  border-color: #FF5C63;
}
.box_treatment.type_02 .tit_03_treatment::before {
  content: "";
  background-image: url(../img/icon_tit_treatment_02.svg);
}
.box_treatment.type_02 .list_treatment li a::after {
  color: #FF5C63;
}

@media screen and (min-width: 48em), print {
  .box_treatment {
    padding: 4rem 6rem 6rem;
  }
  .box_treatment .tit_03_treatment {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .box_treatment .list_treatment li {
    width: calc(25% - 0.6rem);
    margin-top: 0.8rem;
  }
  .box_treatment .list_treatment li:nth-child(n) {
    margin-left: 0.8rem;
  }
  .box_treatment .list_treatment li:nth-child(-n+4) {
    margin-top: 0;
  }
  .box_treatment .list_treatment li:nth-child(4n+1) {
    margin-left: 0;
  }
  .box_treatment .list_treatment li a {
    font-size: 2rem;
    padding: 1.2em 1.5em 1.2em 1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box_treatment .list_treatment li a > span {
    position: relative;
  }
  .box_treatment .list_treatment li a::after {
    right: 1em;
    -webkit-transition: color 0.33s, -webkit-transform 0.38s cubic-bezier(0.17, 0.88, 0.5, 1.3);
    transition: color 0.33s, -webkit-transform 0.38s cubic-bezier(0.17, 0.88, 0.5, 1.3);
    transition: color 0.33s, transform 0.38s cubic-bezier(0.17, 0.88, 0.5, 1.3);
    transition: color 0.33s, transform 0.38s cubic-bezier(0.17, 0.88, 0.5, 1.3), -webkit-transform 0.38s cubic-bezier(0.17, 0.88, 0.5, 1.3);
  }
  .box_treatment .list_treatment li a:hover, .box_treatment .list_treatment li a:focus {
    opacity: 1;
    color: #fff;
    background: #549FDD;
  }
  .box_treatment .list_treatment li a:hover::after, .box_treatment .list_treatment li a:focus::after {
    color: #fff;
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
    opacity: 1;
  }
  .box_treatment.type_02 .list_treatment li a:hover, .box_treatment.type_02 .list_treatment li a:focus {
    background: #FF5C63;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
}

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

.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.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.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);
  }
  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: 4rem 0;
  }
  .main {
    font-size: 1.6rem;
    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;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.2rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  padding: 0;
  position: relative;
}
.header .wrap .head_right .telephone {
  font-size: 1.8rem;
  text-align: center;
}
.header .wrap .head_right .telephone > a,
.header .wrap .head_right .telephone > span {
  font-weight: 400;
}
.header .wrap .head_right .telephone > a::before,
.header .wrap .head_right .telephone > span::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.15em;
  font-weight: normal;
  color: #549FDD;
  font-size: 90%;
}
.header .wrap .head_right .btns_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.header .wrap .head_right .btns_header 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;
  background: #FF5C63;
  color: #fff;
  text-align: center;
  padding: 1rem 1.5rem;
  width: 48%;
  position: relative;
  font-size: 1.1rem;
  border: 0.1rem solid #FF5C63;
}
.header .wrap .head_right .btns_header a::before {
  font-family: "fontello";
  content: "\e80c";
  padding-right: 0.3em;
  font-size: 130%;
}
.header .wrap .head_right .btns_header a::after {
  font-family: "fontello";
  content: "\f006";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.fixed_reserve,
.fixed_instagram {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    z-index: 1001;
    top: -1px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1rem 0 0.6rem;
    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: 40rem;
    height: 7.1rem;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .header .wrap .head_right .telephone {
    font-size: 3.6rem;
  }
  .header .wrap .head_right .btns_header {
    display: block;
    margin-left: 3rem;
    margin-top: 0;
  }
  .header .wrap .head_right .btns_header a {
    width: auto;
    min-width: 20rem;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .wrap .head_right .btns_header a::after {
    right: 0.8rem;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
  }
  .header .wrap .head_right .btns_header a:hover, .header .wrap .head_right .btns_header a:focus {
    opacity: 1;
    color: #FF5C63;
    background: #fff;
  }
  .header .wrap .head_right .btns_header a:hover::after, .header .wrap .head_right .btns_header a:focus::after {
    color: #FF5C63;
    opacity: 1;
  }
  .fixed_reserve {
    display: block;
    position: fixed;
    right: 0;
    top: 15.8rem;
    z-index: 100;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    background: #FF5C63;
    color: #fff;
    padding: 1.5rem 1.73rem 1.7rem;
    font-size: 1.7rem;
  }
  .fixed_reserve::before {
    font-family: "fontello";
    content: "\e80c";
    padding-bottom: 0.3em;
    font-size: 130%;
  }
  .fixed_instagram {
    display: block;
    position: fixed;
    right: 0;
    top: 32rem;
    z-index: 100;
    background: #EA33B8;
    padding: 1.5rem;
  }
  .fixed_instagram img {
    width: 3rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #549FDD;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #EDF5FB;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #222;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #222;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #222 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.5rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: "4";
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: "3";
}
.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: #222;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a br {
  display: none;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    width: 100%;
  }
  #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;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 1.6rem 0.5rem;
    position: relative;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\f004";
    color: #549FDD;
    font-size: 90%;
    padding-left: 0.3em;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\f005";
  }
  #nav .gnav > li .subnav {
    width: 200%;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #549FDD;
  }
  #nav .gnav > li .subnav 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;
    width: 100%;
    background: #EDF5FB;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #222;
    height: 100%;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #549FDD;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: 1px solid #549FDD;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.4;
}
.overview .overview_bg {
  background: url(../img/bg_overview.jpg) no-repeat center center/cover;
}
.overview .overview_bg > .wrap {
  position: relative;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 94%;
  height: auto;
}
.overview .overview_bg > .wrap .telephone {
  font-size: 1.8rem;
  text-align: center;
}
.overview .overview_bg > .wrap .telephone > a,
.overview .overview_bg > .wrap .telephone > span {
  font-weight: 400;
}
.overview .overview_bg > .wrap .telephone > a::before,
.overview .overview_bg > .wrap .telephone > span::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.15em;
  font-weight: normal;
  color: #549FDD;
  font-size: 90%;
}
.overview .overview_bg > .wrap .btns_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.overview .overview_bg > .wrap .btns_overview 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;
  background: #FF5C63;
  color: #fff;
  text-align: center;
  padding: 1rem;
  width: 48%;
  position: relative;
  font-size: 1.1rem;
  border: 0.1rem solid #FF5C63;
}
.overview .overview_bg > .wrap .btns_overview a::before {
  font-family: "fontello";
  content: "\e80c";
  padding-right: 0.3em;
  font-size: 130%;
}
.overview .overview_bg > .wrap .btns_overview a::after {
  font-family: "fontello";
  content: "\f006";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.overview .overview_bg > .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: #549FDD;
  padding: 0.3em 0.5em;
  margin-top: 2rem;
  width: 45%;
  color: #fff;
  text-align: center;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0.8rem 0 0;
  padding: 0;
}
.overview .overview_bg > .wrap .overview_time {
  margin-top: 1.5rem;
}
.overview .overview_bg > .wrap .overview_time .tbl_time {
  position: relative;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-top: 5rem;
  }
  .overview .overview_bg > .wrap {
    padding: 6rem 0 5rem;
    max-width: 100%;
    position: relative;
    width: 110rem;
    margin: 0 auto;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 51rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:first-child {
    width: 51rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) {
    margin-left: 6rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: 40rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .telephone {
    font-size: 3.6rem;
  }
  .overview .overview_bg > .wrap .btns_overview {
    margin-top: 2rem;
  }
  .overview .overview_bg > .wrap .btns_overview a {
    width: auto;
    min-width: 22rem;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .overview_bg > .wrap .btns_overview a::after {
    right: 1rem;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
  }
  .overview .overview_bg > .wrap .btns_overview a:hover, .overview .overview_bg > .wrap .btns_overview a:focus {
    opacity: 1;
    color: #FF5C63;
    background: #fff;
  }
  .overview .overview_bg > .wrap .btns_overview a:hover::after, .overview .overview_bg > .wrap .btns_overview a:focus::after {
    color: #FF5C63;
    opacity: 1;
  }
  .overview .overview_bg > .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-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    padding: 0.3em 0.5em;
    width: 19%;
    margin-top: 2.5rem;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    padding: 0.3em 0;
    width: 78%;
    margin-top: 2.5rem;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_time {
    margin-top: 2rem;
  }
  .overview .gmap {
    height: 40rem;
  }
}
.tel_up {
  font-family: "Zen Maru Gothic", serif;
  width: 100%;
  background: #74C1DA;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.1rem;
  height: 3.5rem;
  min-height: 60px;
  padding: 0.5rem 4.2rem 0.5rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}
.tel_up .telephone {
  display: block;
  width: 48%;
}
.tel_up .telephone > span,
.tel_up .telephone > 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.63rem 0.5rem;
  background: #fff;
  color: #549FDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.3em;
}
.tel_up .reserve {
  width: 48%;
  margin: 0 0 0 0.8rem;
}
.tel_up .reserve a {
  background: #fff;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem;
  width: 100%;
  text-align: center;
  color: #549FDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tel_up .reserve a::before {
  font-family: "fontello";
  content: "\e80c";
  padding-right: 0.3em;
}
.tel_up .instagram {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #EA33B8;
  width: 3.5rem;
  height: 3.5rem;
  border-top: 1px solid #fff;
  min-height: 60px;
  min-width: 60px;
}
.tel_up .instagram a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/instagram_icon.svg) no-repeat center center/50% auto;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0.3rem;
  bottom: 4.1rem;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3.2rem;
  text-align: center;
  margin: 0;
  background: url(../img/pageup.svg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 520px) {
  .tel_up {
    padding-right: calc(0.7rem + 60px);
  }
  .tel_up .telephone {
    width: 57%;
  }
  .tel_up .telephone > span,
  .tel_up .telephone > a {
    font-size: 16px;
  }
  .tel_up .reserve {
    width: 39%;
  }
  .tel_up .reserve a {
    font-size: 16px;
  }
  .tel_up .instagram {
    height: 60px;
    width: 60px;
  }
  .tel_up .pageup {
    right: 10px;
    bottom: 70px;
  }
  .tel_up .pageup a {
    width: 40px;
    height: 41px;
  }
}
@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .reserve,
  .tel_up .instagram {
    display: none;
    border: none;
  }
  .tel_up .pageup {
    bottom: 0;
    right: 0;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6.4rem;
    margin: 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.5rem;
  background: #EDF5FB;
}
.footer .copy {
  display: block;
  color: #549FDD;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
  border-top: 0.1rem solid #549FDD;
}
.footer ul {
  display: none;
}

@media screen and (max-width: 520px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 48em), print {
  .footer {
    padding: 1rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1rem;
    background: transparent;
    color: #fff;
    background: #549FDD;
  }
  .footer ul {
    color: #222;
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.5rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.about, .footer ul li.nav_treatment, .footer ul li.nav_treatment_private {
    display: none;
  }
}
.index main .wrap {
  padding: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 5.5rem 0;
  }
}
.tit_02_index {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 2rem;
  text-align: center;
  font-weight: 400;
}
.tit_02_index .tit_en {
  line-height: 1;
  margin-top: 0.6em;
  display: block;
  font-size: 44%;
  color: #549FDD;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl div[style*="img/keyvsl_01.jpg"] {
  background-position: 93% 50% !important;
}
.index .wrapper_keyvsl div[style*="img/keyvsl_03.jpg"] {
  background-position: 40% 50% !important;
}
.index .wrapper_keyvsl div[style*="img/keyvsl_04.jpg"] {
  background-position: 10% 50% !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 30rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  font-weight: 400;
  position: absolute;
  top: 20rem;
  left: 1rem;
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 0.025em;
  color: #fff;
  text-shadow: 0 0 0.35em #222;
}
.index .wrapper_keyvsl .keyvsl_catch span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding: 0.1em 0.2em;
}
.index .wrapper_keyvsl .keyvsl_open_nairan {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open,
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan {
  font-size: 1.1rem;
  font-weight: 300;
  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;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  position: relative;
  line-height: 1.5;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open::after,
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #FF5C63;
  border-radius: 50%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open {
  color: #FF5C63;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl div[style*="img/keyvsl_01.jpg"] {
    background-position: center center !important;
  }
  .index .wrapper_keyvsl div[style*="img/keyvsl_03.jpg"] {
    background-position: center center !important;
  }
  .index .wrapper_keyvsl div[style*="img/keyvsl_04.jpg"] {
    background-position: center center !important;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 76rem;
    background-position: center center;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    left: calc(50% - 54rem);
    top: 2.2rem;
    font-size: 3.6rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .index .wrapper_keyvsl .keyvsl_catch span {
    border-right: solid 1px #fff;
    border-bottom: none;
  }
  .index .wrapper_keyvsl .keyvsl_open_nairan {
    bottom: 2rem;
    right: calc(50% - 54rem);
  }
  .index .wrapper_keyvsl .keyvsl_open_nairan .date_open {
    width: 20rem;
    height: 20rem;
    font-size: 2.4rem;
  }
  .index .wrapper_keyvsl .keyvsl_open_nairan .date_open {
    margin-right: 0;
  }
}
main .wrapper_news {
  background: #F7FBFD;
}
main .wrapper_news .wrap .tit_02_index_news {
  font-size: 1.8rem;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #222;
  margin-bottom: 2rem;
  font-weight: 400;
}
main .wrapper_news .wrap .tit_02_index_news .tit_en {
  font-size: 66%;
  display: inline-block;
  padding-left: 1.9em;
}
main .wrapper_news .wrap dl {
  margin: -1.5rem 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem;
  position: relative;
  font-size: 1.4rem;
}
main .wrapper_news .wrap dl::after {
  content: "";
  display: block;
  height: 1px;
  width: 2.3em;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_news .wrap dl dt {
  padding-top: 1.5rem;
  margin: 1.5rem 0 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #549FDD;
}
main .wrapper_news .wrap dl dt .date {
  font-size: 87.5%;
  background: #EDF5FB;
  padding: 0.2em 0.4em;
  display: inline-block;
  color: #222;
}
main .wrapper_news .wrap dl dt .title_text {
  display: block;
  padding-left: 1.3em;
  margin-top: 0.2em;
}
main .wrapper_news .wrap dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  display: block;
  position: absolute;
  top: 3.13em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e803";
}
main .wrapper_news .wrap dl dt:not(:first-child)::after {
  content: "";
  display: block;
  height: 1px;
  width: 2.3em;
  background: #CCC;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap .tit_02_index_news {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 2rem;
    margin-top: -3rem;
    font-size: 1.6rem;
  }
  main .wrapper_news .wrap dl dt {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 3.9em;
    left: 0em;
  }
  main .wrapper_news .wrap dl dd {
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 0;
  }
}
main .wrapper_treatment .wrap {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap {
    padding-bottom: 4rem;
    padding-top: 7.5rem;
  }
}
main .pd {
  padding: 0.4em 1em 0.4em 0.5em !important;
}
@media screen and (min-width: 48em), print {
  main .pd {
    padding: 1.2em 1.5em 1.2em 1em !important;
  }
}
main .wrapper_recommend {
  position: relative;
}
main .wrapper_recommend::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 4.3rem);
  background: #F0EEE5;
}
main .wrapper_recommend .wrap {
  position: relative;
  overflow: hidden;
}
main .wrapper_recommend .wrap .slider_recommend .swiper {
  position: relative;
  padding-bottom: 2rem;
}
main .wrapper_recommend .wrap .slider_recommend .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  main .wrapper_recommend::before {
    height: calc(100% - 8rem);
  }
  main .wrapper_recommend .wrap {
    padding-bottom: 4.5rem;
  }
  main .wrapper_recommend .wrap .slider_recommend .swiper {
    padding-bottom: 4rem;
  }
}
main .wrapper_feature .wrap .list_feature > li {
  position: relative;
  margin-top: 3.5rem;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li .num {
  font-size: 2.4rem;
  color: #FF5C63;
  position: absolute;
  top: -0.6em;
  left: 2.5rem;
  line-height: 1;
}
main .wrapper_feature .wrap .list_feature > li::before {
  content: "";
  display: block;
  margin: 0 auto 0.8rem;
  background: url(../img/feature_01.jpg) no-repeat center center/contain;
  width: 90%;
  height: 11rem;
}
main .wrapper_feature .wrap .list_feature > li .catch {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: 400;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before {
  background-image: url(../img/feature_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before {
  background-image: url(../img/feature_03.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before {
  background-image: url(../img/feature_04.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5)::before {
  background-image: url(../img/feature_05.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
  main .wrapper_feature .wrap .tit_02_index {
    margin-bottom: 8rem;
  }
  main .wrapper_feature .wrap .list_feature {
    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;
    width: 108rem;
    margin: 0 auto;
  }
  main .wrapper_feature .wrap .list_feature > li {
    width: 51rem;
    margin-top: 8.5rem;
  }
  main .wrapper_feature .wrap .list_feature > li::before {
    width: 100%;
    height: 22rem;
    margin-bottom: 1.6rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature > li .num {
    font-size: 6rem;
    left: 1.6rem;
  }
  main .wrapper_feature .wrap .list_feature > li .catch {
    font-size: 2.4rem;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 1.6rem;
  }
}

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

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

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
}
.sp-layer.sp-black.sp-padding small {
  font-size: 20px;
  display: block;
}

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

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

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
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;
}

@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: "＞";
  }
}/*# sourceMappingURL=style.css.map */