@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html {
  box-sizing: border-box;
}

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

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

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

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

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

.clr_blue_01 {
  color: #57C2E7 !important;
}

.clr_blue_05 {
  color: #00AAE7 !important;
}

.bg_gray01 {
  background: #ccc !important;
}

.d-inline {
  display: inline-block;
}

.fs16 {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .txt_l_pc {
    text-align: left !important;
  }
  .fs12 {
    font-size: 1.2rem;
  }
  .fs16 {
    font-size: 1.6rem;
  }
}
.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;
}

.display_b {
  display: block !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;
}

.pl {
  padding-left: 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;
  }
  .pl {
    padding-left: 1em !important;
  }
}
.width20per {
  width: 20% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width80per {
  width: 80% !important;
}

.max_width30per {
  max-width: 30% !important;
}

.max_width40per {
  max-width: 40% !important;
}

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

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width320_pc {
    max-width: 32rem !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;
  font-size: 90%;
  line-height: 1.5;
}
.tbl_time caption .caption_box {
  display: block;
  border: #57C2E7 1px solid;
  padding: 0.5em;
  margin-top: 0.4em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #57C2E7;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  color: #00AAE7;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map_bicycle {
  border: 2px solid #57C2E7;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .map_bicycle {
    width: 100%;
    border-width: 4px;
  }
  .map_bicycle img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tit_01 {
  font-size: 2.4rem;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.025em;
  color: #202F55;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff;
}

.tit_02 {
  font-size: 2rem;
  text-align: center;
  margin: 4rem auto 2.5rem;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.8em;
  color: #1F2E55;
}
.tit_02::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #57C2E7;
  width: 2.2em;
  height: 0.08em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #57C2E7;
  position: relative;
  padding: 0.2em 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
}

.tit_04 {
  color: #202F55;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding: 0 0 0.3em 0em;
  border-bottom: 0.1em dotted #57C2E7;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  position: relative;
  /*&::before {
    display: block;
    content: "";
    background: url(../img/tit_04_icon.svg) no-repeat top left / contain;
    width: 1.25em;
    height: 1.1em;
    position: absolute;
    top: .1em;
    left: 0;
  }*/
}

.tit_05 {
  color: #202F55;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
.tit_05::before {
  display: block;
  content: "";
  position: absolute;
  height: 0.2em;
  width: 0.6em;
  top: 0.6em;
  left: 0;
  background: #57C2E7;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 17.5rem 2rem 10rem;
    font-size: 4.8rem;
    width: auto;
    margin-top: -7.5rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 6rem auto 4rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.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: #00AAE7;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_link_general:hover, .text_link_general:focus {
    color: #1F2E55;
    opacity: 1;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  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: 1.5rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    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-flex;
  display: flex;
  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-flex;
  display: flex;
  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: block;
}
.flex4 > * {
  width: 100%;
  margin-top: 2rem;
}

ul.thumb {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.thumb li {
  width: 25%;
  border-right: 1px dotted #B94889;
  text-align: center;
  margin-bottom: 1rem;
}
ul.thumb li:nth-child(4n) {
  border-right: none;
}
ul.thumb li img {
  width: 100%;
  max-width: 123px;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
  }
  .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-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 2.5rem;
  }
  .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;
  }
  .flex4 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex4 > * {
    width: 47%;
    margin-top: 2rem;
  }
  .flex4 > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex4 > *:nth-child(2n) {
    margin-left: 6%;
  }
  ul.thumb {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  ul.thumb li {
    width: 12.5%;
  }
  ul.thumb li:last-child {
    border-right: none;
  }
}
.lst_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1.2em;
}
.lst_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.lst_ul_01 > li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #87D3ED;
  border-radius: 50%;
  position: absolute;
  left: -1.05em;
  top: 0.33em;
}
.lst_ul_01 > li:first-child {
  margin-top: 0;
}
.lst_ul_01.kome {
  padding-left: 0;
}
.lst_ul_01.kome li::before {
  content: "※";
  background: none;
  position: relative;
  top: initial;
  left: initial;
}

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

.lst_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2 .lst_ul_01 > li:nth-child(-n+2),
.flex2 .lst_ol_01 > li:nth-child(-n+2),
.flex2 .lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3 .lst_ul_01 > li:nth-child(-n+3),
.flex3 .lst_ol_01 > li:nth-child(-n+3),
.flex3 .lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.lst_dl_01,
.lst_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #ccc;
}
.lst_dl_01 dt,
.lst_dl_01_50percent dt {
  padding: 1rem;
  background: #87D3ED;
  color: #fff;
}
.lst_dl_01 dd,
.lst_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.lst_dl_01 dd:not(:last-child),
.lst_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .lst_ul_01 > li::before {
    top: 0.4em;
  }
  .flex2_pc .lst_ul_01 > li:nth-child(-n+2),
  .flex2_pc .lst_ol_01 > li:nth-child(-n+2),
  .flex2_pc .lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc .lst_ul_01 > li:nth-child(-n+3),
  .flex3_pc .lst_ol_01 > li:nth-child(-n+3),
  .flex3_pc .lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .lst_dl_01,
  .lst_dl_01_50percent {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl_01 dt,
  .lst_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .lst_dl_01 dt:not(:last-of-type),
  .lst_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .lst_dl_01 dd,
  .lst_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .lst_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .lst_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #F4FBFD;
  margin-bottom: 2rem;
  position: relative;
}
.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: #F4FBFD transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 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;
  }
  .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: inline-block;
  padding: 0.55rem 2rem;
  border-radius: 10rem;
  background: #fff;
  border: 2px solid #57C2E7;
  color: #57C2E7;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\f006";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-weight: normal;
  transform: translateY(-50%);
}
.btn_general_01.btn_large_sp {
  min-width: 70%;
}

.btn_wrap {
  text-align: center;
}
.btn_wrap .btn_general_01 {
  width: 90%;
  margin-top: 1rem;
}
.btn_wrap .btn_general_01:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 4rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #fff;
    background-color: #57C2E7;
    opacity: 1;
  }
  .btn_general_01.btn_large_sp {
    min-width: auto;
  }
  .btn_wrap {
    display: block;
    text-align: left;
  }
  .btn_wrap .btn_general_01 {
    width: auto;
  }
  .btn_wrap .btn_general_01:nth-child(n) {
    margin: 0 1rem 1.6rem 0;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #EAF7FB;
}
.table_01 td {
  background: #fff;
}
.table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
.toggle_acco_trigger::before {
  font-family: "fontello";
  content: "4";
  padding-right: 0.1em;
}
.toggle_acco_trigger.open::before {
  content: "3";
}

.toggle_acco_target {
  display: none;
}

/*施術前・施術後*/
.treatment-example li {
  text-align: center;
  position: relative;
}
.treatment-example li img {
  max-width: 85%;
}
.treatment-example li:not(:last-child) {
  margin: 0 0 6rem;
}
.treatment-example li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #00AAE7;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .treatment-example {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment-example li:not(:last-child) {
    margin: 0 1.6rem 0 0;
  }
  .treatment-example li:not(:last-child)::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 35%;
    bottom: auto;
    left: auto;
    right: -4rem;
    border-left: 2rem solid #00AAE7;
    border-right: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-top: 2rem solid transparent;
    margin: auto;
  }
}
html {
  font-size: 3.125vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.4;
}
.main section.wrap > :first-child,
.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 {
    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.8rem;
    line-height: 1.5;
  }
}
@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 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header .wrap {
  margin: 0;
  padding: 1rem 1rem 1.5rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.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 .access {
  text-align: center;
  font-size: 1.1rem;
}
.header .wrap .head_right .access::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.2em;
  font-weight: normal;
}
.header .wrap .head_right .access a {
  text-decoration: underline;
}
.header .wrap .head_right .telephone {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  color: #1F2E55;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.header .wrap .head_right .telephone > a::before,
.header .wrap .head_right .telephone > span::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 80%;
  padding-right: 0.2em;
  font-weight: normal;
}
.header .wrap .head_right .reserve_instagram {
  text-align: center;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .wrap .head_right .reserve_instagram .reserve_btn {
  display: inline-block;
  padding: 0.8rem 4rem;
  padding-bottom: 1.1rem;
  color: #fff;
  text-align: center;
  background: #00AAE7;
  border-radius: 20rem;
  position: relative;
  min-width: 18rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 1.2rem;
}
.header .wrap .head_right .reserve_instagram .reserve_btn::before {
  font-family: "fontello";
  display: inline-block;
  content: "2";
  padding-right: 0.3em;
  font-weight: normal;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.header .wrap .head_right .reserve_instagram .instagram {
  display: inline-block;
  margin-left: 2rem;
}
.header .wrap .head_right .reserve_instagram .instagram img {
  width: 3rem;
}
.header .wrap .head_right .reserve_caution {
  text-align: center;
  line-height: 1.3;
  font-size: 1.05rem;
}
.header .wrap .head_right .reserve_caution > div {
  display: inline-block;
  text-align: left;
}
.header .wrap .head_right .head_sp_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.header .wrap .head_right .head_sp_nav li {
  margin-top: 0.5rem;
}
.header .wrap .head_right .head_sp_nav li:not(.wide) {
  width: 49%;
  width: -webkit-calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
.header .wrap .head_right .head_sp_nav li.wide {
  width: 100%;
}
.header .wrap .head_right .head_sp_nav li a {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #57C2E7;
  border-radius: 0.5rem;
  padding: 0.4em;
}
.header .wrap .sp_access_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.45rem;
}
.header .wrap .line {
  display: inline-block;
  margin-left: 2rem;
}
.header .wrap .line img {
  width: 3rem;
}

@media screen and (min-width: 48em), print {
  .header {
    background: transparent;
  }
  .header .header_bg {
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 0 2rem;
  }
  .header .wrap .logo {
    width: 52rem;
    height: 8rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right .access {
    font-size: 1.8rem;
    text-align: right;
    margin-bottom: 1.8rem;
  }
  .header .wrap .head_right .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .wrap .head_right .tel_reserve .telephone {
    text-align: left;
    font-size: 3.4rem;
    margin: 0;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram {
    margin: 0 0 0 2rem;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram .reserve_btn {
    font-size: 1.8rem;
    min-width: 22rem;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram .instagram {
    margin-left: 2rem;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram .instagram img {
    width: 3.5rem;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram .line {
    margin-left: 2rem;
  }
  .header .wrap .head_right .tel_reserve .reserve_instagram .line img {
    width: 3.5rem;
  }
  .header .wrap .head_right .reserve_caution {
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: right;
  }
  .header .wrap .head_right .reserve_caution > div {
    width: 64%;
    margin: 0 0 0 auto;
  }
  .header .wrap .head_right .reserve_caution > div > div {
    display: inline-block;
    margin-right: 1rem;
  }
  .header .wrap .head_right .reserve_caution > div > div:nth-child(2) {
    margin-right: 0;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 101;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #57C2E7;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\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: rgba(244, 251, 253, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #ccc;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #ccc;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #333 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 2rem;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #ccc;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #333;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li .subnav_beauty {
  background: rgba(244, 251, 253, 0.9);
  margin-left: 0;
  padding-left: 1.5rem;
}
.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: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 10;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto 0;
    padding: 1.7rem 10rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 1rem;
    border-radius: 0.6rem;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #1F2E55;
    font-weight: bold;
    transition: 0.3s;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    background: #57C2E7;
    opacity: 1;
    color: #fff;
  }
  #nav .gnav > li > a.sub {
    /*&::after {
      content: '▼';
      color: $clr_txt;
      font-size: 60%;
    }
    &.open {
      &::after{
        content: '▲';
      }
    }*/
  }
  #nav .gnav > li .subnav {
    width: 380%;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
    min-width: 25rem;
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #fff;
    position: relative;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #57C2E7;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #fff;
    color: #57C2E7;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  #nav .gnav > li .subnav li .sub_beauty {
    height: auto;
  }
  #nav .gnav > li .subnav li .subnav_beauty {
    display: none;
    flex-wrap: wrap;
    /*position: absolute;
    top: 100%;
    left: 0;*/
    display: flex;
    transition: transform 0.3s;
    transform: scale(0, 0);
    transform-origin: top left;
    width: 200%;
  }
  #nav .gnav > li .subnav li .subnav_beauty.open {
    transform: scale(1, 1);
  }
  #nav .gnav > li .subnav li .subnav_beauty.open > li a {
    padding: 1.3rem 0.5rem;
  }
  #nav .gnav > li .subnav li .subnav_beauty.open > li a > span {
    opacity: 1;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a {
    background: #38549b;
    padding: 0;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a > span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a:hover, #nav .gnav > li .subnav li .subnav_beauty > li a:focus {
    color: #38549b;
    background: #fff;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
}
.overview .overview_bg > .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  height: auto;
  width: 100%;
}
.overview .overview_bg > .wrap .telephone {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  color: #1F2E55;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.overview .overview_bg > .wrap .telephone > a::before,
.overview .overview_bg > .wrap .telephone > span::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 80%;
  padding-right: 0.2em;
  font-weight: normal;
}
.overview .overview_bg > .wrap .reserve {
  text-align: center;
  margin: 1rem 0;
}
.overview .overview_bg > .wrap .reserve a {
  display: inline-block;
  padding: 1rem 4rem;
  color: #fff;
  text-align: center;
  background: #00AAE7;
  border-radius: 20rem;
  position: relative;
  min-width: 18rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  position: relative;
}
.overview .overview_bg > .wrap .reserve a::before {
  font-family: "fontello";
  display: inline-block;
  content: "2";
  padding-right: 0.3em;
  font-weight: normal;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.overview .overview_bg > .wrap .reserve_caution {
  text-align: center;
  font-size: 1.2rem;
}
.overview .overview_bg > .wrap .reserve_caution > div {
  display: inline-block;
  text-align: left;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .lst_overview {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.35rem;
}
.overview .overview_bg > .wrap .lst_overview dt {
  font-weight: bold;
  width: 23%;
  padding: 0.5em 0.2em;
  border-top: 1px solid #00AAE7;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  color: #00AAE7;
  text-align: center;
}
.overview .overview_bg > .wrap .lst_overview dd {
  width: 77%;
  padding: 0.5em 0.2em;
  margin: 0;
  font-size: 90%;
  color: #333;
  border-top: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.overview .overview_bg > .wrap .lst_overview dd.access .access_txt {
  display: block;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.9rem;
  }
  .overview .overview_bg > .wrap {
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: calc(50% - 3rem);
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 5.8rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    height: auto;
    width: 52rem;
  }
  .overview .overview_bg > .wrap .tel_reserve {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .tel_reserve .telephone {
    margin: 0;
    font-size: 3.6rem;
    margin-right: 1.5rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve {
    margin: 0;
    margin-left: 1.5rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve a {
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    border: 0.1rem solid #00AAE7;
    min-width: 24rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve a:hover, .overview .overview_bg > .wrap .tel_reserve .reserve a:focus {
    color: #00AAE7;
    background-color: #fff;
    opacity: 1;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve_caution {
    font-size: 1.6rem;
    margin-top: 1rem;
    text-align: center;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve_caution > div {
    text-align: left;
    display: inline-block;
    width: 69%;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve_caution > div > div {
    display: inline-block;
    margin-right: 1rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve_caution > div > div:nth-child(2) {
    margin-right: 0;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 4rem 0 0;
    position: relative;
  }
  .overview .overview_bg > .wrap .tbl_time tr th > .consul_hours {
    display: block;
    position: absolute;
    top: -1.8em;
    left: 0;
    color: #333;
  }
  .overview .overview_bg > .wrap .lst_overview {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap .lst_overview dt {
    width: 18%;
    padding: 1em 0.2em;
  }
  .overview .overview_bg > .wrap .lst_overview dd {
    width: 82%;
    padding: 1em 0.2em;
  }
  .overview .gmap {
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #57C2E7;
  /*visibility: hidden;*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  height: 4rem;
  padding: 0.8rem 4rem 0.8rem 0.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 50;
  text-align: center;
  gap: 0.5rem;
}
.tel_up ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.25rem;
}
.tel_up ul > li {
  width: calc((100% - 1rem) / 3);
}
.tel_up ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
  padding: 0.5rem 0;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}
.tel_up ul > li a::before {
  display: block;
  content: "";
  font-family: "fontello";
  font-size: 1.2rem;
}
.tel_up ul > li a.telephone {
  background: linear-gradient(135deg, #6989db 0%, #38549b 70%) no-repeat;
}
.tel_up ul > li a.telephone::before {
  content: "\e809";
}
.tel_up ul > li a.reserve {
  background: linear-gradient(135deg, #4bcfff 0%, #00AAE7 70%) no-repeat;
}
.tel_up ul > li a.reserve::before {
  content: "ꀀ";
}
.tel_up ul > li a.line_btn {
  background: linear-gradient(135deg, #15e315 0%, #00B900 70%) no-repeat;
}
.tel_up ul > li a.line_btn::before {
  content: "ꀂ";
}
.tel_up ul > li a.line_insta {
  background: linear-gradient(135deg, #ffa7d3 0%, #ff5c5c 70%) no-repeat;
}
.tel_up ul > li a.line_insta::before {
  content: "ꀁ";
}
.tel_up #pageup {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
}
.tel_up #pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem;
  background: rgba(255, 255, 255, 0.8) url(../img/pagetop.svg) no-repeat center center/85% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 7rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up ul {
    display: none;
  }
  .tel_up #pageup {
    display: none;
  }
  .tel_up #pageup a {
    width: 7rem;
    height: 7rem;
    margin: 0;
  }
}
.footer {
  text-align: center;
  padding: 0.55rem 0 5rem;
  background: #fff;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 2rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 80rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.visiting_care {
    display: none;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li .subnav_beauty {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 8rem 0;
  }
}
.tit_02_index {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin: 4rem auto 2.5rem;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.12em;
}
.tit_02_index .tit_en {
  display: block;
  font-size: 0.5em;
  margin-top: 0.5em;
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #57C2E7;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3.6rem;
    margin: 6rem auto 5rem;
  }
}
.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 #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 33rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  font-weight: 500;
  position: absolute;
  top: 3rem;
  left: 1rem;
  font-size: 1.57rem;
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1F2E55;
}
.index .wrapper_keyvsl .keyvsl_catch .line_catch {
  display: inline-block;
  padding: 0 calc(0.333em + 0.4rem) 0 0.666em;
  position: relative;
  text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff;
}
.index .wrapper_keyvsl .keyvsl_catch .line_catch::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(#57C2E7 30%, transparent 30%);
  background-size: 0.4rem 0.4rem;
}
@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: -7.5rem auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 80rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    top: 12rem;
    left: calc(50% - 57rem);
    font-size: 3.6rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch .line_catch {
    padding-right: calc(0.3333em + 0.6rem);
  }
  .index .wrapper_keyvsl .keyvsl_catch .line_catch::before {
    width: 0.6rem;
    background-size: 0.6rem 0.6rem;
  }
}
main .line_bnr {
  display: block;
  border: 1px solid #ccc;
}
main .line_bnr .line_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #1F2E55;
  padding: 4.5rem 20px 0 0;
  box-sizing: border-box;
  background: url("../img/logo.svg") no-repeat top 1rem center/80% auto;
}
main .line_bnr .line_txt::before {
  content: "";
  display: inline-block;
  margin: 20px;
  width: 40px;
  height: 40px;
  background: url("../img/line_icon.png") no-repeat center center/contain;
}
@media screen and (min-width: 48em), print {
  main .line_bnr {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  main .line_bnr .line_txt {
    background: url("../img/logo.svg") no-repeat top 13px center/40% auto;
    font-size: 2rem;
    padding-top: 9.5rem;
    padding-right: 0;
    letter-spacing: 0.05rem;
    flex-grow: 1;
  }
  main .line_bnr .line_txt::before {
    width: 50px;
    height: 50px;
    margin: 25px;
  }
  main .line_bnr::after {
    content: "";
    display: block;
    /* width: 45rem;
    height: 20rem; */
  }
}
main .bolg_bnr {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #1F2E55;
  padding: 2rem 1rem;
  box-sizing: border-box;
  background: url(../img/bg_blog.png) no-repeat center center/cover;
}
main .bolg_bnr span {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  main .bolg_bnr {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    padding: 4.5rem 2rem;
    font-size: 3.6rem;
  }
}
main .ultraviolet .bolg_bnr {
  margin-bottom: 2rem;
  display: flex;
  gap: 1em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-blend-mode: hard-light;
  background-color: #F291C7;
}
main .ultraviolet .ultraviolet_txt {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #F291C7;
}
@media screen and (min-width: 48em), print {
  main .ultraviolet .ultraviolet_txt {
    font-size: 3.6rem;
  }
}
main .dupilumab .bolg_bnr {
  display: flex;
  gap: 1em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-blend-mode: hard-light;
  background-color: #00AAE7;
}
main .dupilumab .dupilumab_txt {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #00AAE7;
}
@media screen and (min-width: 48em), print {
  main .dupilumab .dupilumab_txt {
    font-size: 3.6rem;
  }
}
main .wrapper_news {
  background: #fff;
}
main .wrapper_news .wrap dl {
  margin: -1.5rem 0 0;
  line-height: 1.4;
  border-bottom: #ccc solid 1px;
  border-right: none;
  border-left: none;
  padding: 0 0 1.5rem;
}
main .wrapper_news .wrap dl dt {
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: bold;
  border-top: #ccc solid 1px;
  color: #1F2E55;
}
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: 1.27em;
  left: 0;
  font-weight: normal;
  color: #57C2E7;
  font-size: 100%;
  line-height: 1;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e803";
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  padding-right: 0.5em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap dl {
    flex: auto;
    padding: 0 0 2rem;
    margin-top: -2rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 2.3em;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 1.35em;
    left: 1em;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-right: 1em;
    padding-left: 1em;
  }
}
main .wrapper_bnr {
  background: #fff;
}
main .wrapper_bnr .wrap {
  padding-top: 0;
}
main .wrapper_bnr .wrap .index_bnr_item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr .wrap .index_bnr_item {
    margin-top: 2rem;
  }
}
main .wrapper_message {
  background: #fff;
}
main .wrapper_message .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
main .wrapper_message .wrap .box_message {
  position: relative;
}
main .wrapper_message .wrap .box_message:first-child {
  padding-top: 28rem;
}
main .wrapper_message .wrap .box_message:first-child::before {
  content: "";
  display: block;
  background: url(../img/message_image_01.jpg) no-repeat top center/cover;
  width: 18rem;
  height: 27rem;
  position: absolute;
  top: -0.5rem;
  left: -1rem;
}
main .wrapper_message .wrap .box_message:nth-child(2) {
  padding-top: 17rem;
  margin-top: 3rem;
}
main .wrapper_message .wrap .box_message:nth-child(2)::before {
  content: "";
  display: block;
  background: url(../img/message_image_02.jpg) no-repeat top center/cover;
  width: 29rem;
  height: 15rem;
  position: absolute;
  top: 0;
  right: -1rem;
}
main .wrapper_message .wrap .box_message .catch_message {
  font-weight: 500;
  /*position: absolute;
  top: 3rem;
  left: 1rem;*/
  font-size: 1.65rem;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1F2E55;
  position: absolute;
  right: 0;
  top: 0;
}
main .wrapper_message .wrap .box_message .catch_message .line_message {
  display: inline-block;
  padding: 0 calc(0.333em + 0.4rem) 0 0.666em;
  position: relative;
}
main .wrapper_message .wrap .box_message .catch_message .line_message::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(#57C2E7 30%, transparent 30%);
  background-size: 0.4rem 0.4rem;
}
main .wrapper_message .wrap .box_message .text_message {
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
main .wrapper_message .wrap .box_message .text_message p {
  margin-bottom: 1.5rem;
}
main .wrapper_message .wrap .box_message .text_message > *:last-child {
  margin-bottom: 0;
}
main .wrapper_message .wrap .box_message .dr_name {
  text-align: right;
}
main .wrapper_message .wrap .box_message .dr_name > span {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  main .wrapper_message {
    position: relative;
    overflow: hidden;
  }
  main .wrapper_message .wrap {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
  main .wrapper_message .wrap .box_message:first-child {
    padding-top: 23rem;
    padding-left: 40rem;
    min-height: 65.5rem;
  }
  main .wrapper_message .wrap .box_message:first-child::before {
    width: 46rem;
    height: 66rem;
  }
  main .wrapper_message .wrap .box_message:first-child .text_message {
    height: 40rem;
  }
  main .wrapper_message .wrap .box_message:nth-child(2) {
    margin-top: 6rem;
    padding-top: 8rem;
    padding-left: 6rem;
  }
  main .wrapper_message .wrap .box_message:nth-child(2)::before {
    width: 136rem;
    height: 68.2rem;
    right: auto;
    left: 24rem;
    top: 0;
  }
  main .wrapper_message .wrap .box_message:nth-child(2) .text_message {
    height: 52rem;
  }
  main .wrapper_message .wrap .box_message .catch_message {
    top: 0;
    left: auto;
    right: 6rem;
    font-size: 3.6rem;
  }
  main .wrapper_message .wrap .box_message .catch_message .line_message {
    padding-right: calc(0.3333em + 0.6rem);
  }
  main .wrapper_message .wrap .box_message .catch_message .line_message::before {
    width: 0.6rem;
    background-size: 0.6rem 0.6rem;
  }
  main .wrapper_message .wrap .box_message .text_message {
    font-size: 1.9rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000;
  }
  main .wrapper_message .wrap .box_message .text_message p {
    margin-bottom: 0;
    margin-left: 4.5rem;
  }
  main .wrapper_message .wrap .box_message .text_message p:last-child {
    margin-left: 0;
  }
}
main .wrapper_feature {
  background: #fff;
}
main .wrapper_feature .wrap .list_feature > li {
  background: #F4FBFD;
  padding: 1rem;
  margin-top: 2.8rem;
  position: relative;
  padding-top: 10.5rem;
}
main .wrapper_feature .wrap .list_feature > li::before {
  content: "";
  display: block;
  background: url(../img/feature_image_01.jpg) no-repeat center center/cover;
  width: 100%;
  height: 12.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li .num {
  text-align: center;
  font-family: "Yellowtail", cursive;
  color: #57C2E7;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
  line-height: 0.65;
  margin-bottom: 1.4rem;
}
main .wrapper_feature .wrap .list_feature > li .text {
  letter-spacing: 0.025em;
  min-height: 4.4em;
}
main .wrapper_feature .wrap .list_feature > li .btn {
  display: block;
  color: #57C2E7;
  background: #fff;
  border-radius: 10rem;
  text-align: center;
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.6em 1.5em;
  border: solid 0.2rem #57C2E7;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}
main .wrapper_feature .wrap .list_feature > li .btn::after {
  display: block;
  font-family: "fontello";
  content: "2";
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before {
  background-image: url(../img/feature_image_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before {
  background-image: url(../img/feature_image_03.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before {
  background-image: url(../img/feature_image_04.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5)::before {
  background-image: url(../img/feature_image_05.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap .list_feature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  main .wrapper_feature .wrap .list_feature > li {
    margin: 3rem 0 0 3rem;
    padding: 24rem 2rem 3rem;
    width: calc((100% - 6rem) * 0.33333);
  }
  main .wrapper_feature .wrap .list_feature > li::before {
    height: 26rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(3n+1) {
    margin-left: 0;
  }
  main .wrapper_feature .wrap .list_feature > li .num {
    font-size: 7.2rem;
    margin-bottom: 1.6rem;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 1.8rem;
  }
  main .wrapper_feature .wrap .list_feature > li .btn {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
main .wrapper_treatment {
  background: #fff;
  background-image: linear-gradient(90deg, #EAF7FB 1px, transparent 0), linear-gradient(#EAF7FB 1px, transparent 0);
  background-size: 3rem 3rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  background: #EAF7FB;
  display: block;
  margin-top: 2rem;
  text-align: center;
}
main .wrapper_treatment .wrap .list_treatment > li:first-child {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  position: relative;
  padding: 8.16em 1em 1.66em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #1F2E55;
  font-size: 1.5rem;
  border-radius: 0.416em;
  letter-spacing: 0.08em;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.83em;
  height: 5.83em;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  content: "";
  display: block;
  background: url(../img/treatment_icon_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.75em;
  height: 3.75em;
}
main .wrapper_treatment .wrap .list_treatment > li.dermatology a::after {
  background-image: url(../img/treatment_icon_dermatology.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.allergy a::after {
  background-image: url(../img/treatment_icon_allergy.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.beauty a::after {
  background-image: url(../img/treatment_icon_beauty.svg);
}
main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment {
  margin-top: 2rem;
}
main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li {
  margin-top: 1rem;
  text-align: center;
}
main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li:first-child {
  margin-top: 0;
}
main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li img {
  width: 50rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment {
    background-size: 5rem 5rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: calc((100% - 7rem) * 0.33333);
    margin: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    font-size: 2.4rem;
  }
  main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment {
    margin: 4rem auto 0;
    width: 108rem;
    display: flex;
    flex-wrap: wrap;
  }
  main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li {
    width: 20rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
  main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li:nth-child(5n+1) {
    margin-left: 0;
  }
  main .wrapper_treatment .wrap .bnrs_wakiasenavi_treatment > li img {
    width: 100%;
  }
}
main .wrapper_bnr {
  background: #fff;
  background-size: 3rem 3rem;
}
main .wrapper_bnr .wrap .list_treatment > li {
  background: #EAF7FB;
  display: block;
  margin-top: 2rem;
  text-align: center;
}
main .wrapper_bnr .wrap .list_treatment > li:first-child {
  margin-top: 0;
}
main .wrapper_bnr .wrap .list_treatment > li a {
  display: block;
  position: relative;
  padding: 8.16em 1em 1.66em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #1F2E55;
  font-size: 1.5rem;
  border-radius: 0.416em;
  letter-spacing: 0.08em;
}
main .wrapper_bnr .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.83em;
  height: 5.83em;
}
main .wrapper_bnr .wrap .list_treatment > li a::after {
  content: "";
  display: block;
  background: url(../img/treatment_icon_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.75em;
  height: 3.75em;
}
main .wrapper_bnr .wrap .list_treatment > li.dermatology a::after {
  background-image: url(../img/treatment_icon_dermatology.svg);
}
main .wrapper_bnr .wrap .list_treatment > li.allergy a::after {
  background-image: url(../img/treatment_icon_allergy.svg);
}
main .wrapper_bnr .wrap .list_treatment > li.beauty a::after {
  background-image: url(../img/treatment_icon_beauty.svg);
}
main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment {
  margin-top: 2rem;
}
main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li {
  margin-top: 1rem;
  text-align: center;
}
main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li:first-child {
  margin-top: 0;
}
main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li img {
  width: 50rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr {
    background-size: 5rem 5rem;
  }
  main .wrapper_bnr .wrap .list_treatment {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_bnr .wrap .list_treatment > li {
    width: calc((100% - 7rem) * 0.33333);
    margin: 0;
  }
  main .wrapper_bnr .wrap .list_treatment > li a {
    font-size: 2.4rem;
  }
  main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment {
    margin: 4rem auto 0;
    width: 108rem;
    display: flex;
    flex-wrap: wrap;
  }
  main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li {
    width: 20rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
  main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li:nth-child(5n+1) {
    margin-left: 0;
  }
  main .wrapper_bnr .wrap .bnrs_wakiasenavi_treatment > li img {
    width: 100%;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 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: 2rem;
}

.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;
  }
}
.access .gmap {
  height: 30rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: flex;
  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 */