@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

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

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

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

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

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

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

.clr_pink_04 {
  color: #BF556B !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !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.6rem;
}
.tbl_time caption .tit_close {
  display: inline-block;
  background: #FBE4E9;
  color: #D68898;
  padding: 0.3em 1em;
  margin-right: 0.5em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.9rem 0;
  background: #84B7B6;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #84B7B6;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #84B7B6;
  line-height: 1;
  color: #AE945E;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th {
    background: #fff;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 26%;
  }
  .tbl_time tr td {
    padding: 1.8rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  color: #BF556B;
  background: #F8E8EB;
}

.tit_02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #31443A;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding: 1em 0 0 2.35em;
  min-height: 3.78em;
  background: url(../img/tit_02_bg.svg) no-repeat left top/3.78em 3.78em;
}

.tit_03 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #BF556B;
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.35em 0.55em 0.4em;
  letter-spacing: 0.05em;
  border: 0.1rem solid #EFC6CE;
  border-left: none;
  border-right: none;
}

.tit_04 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #31443A;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #31443A;
}

.tit_05 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #31443A;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem dotted #31443A;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 6.7rem 2rem;
    font-size: 3.4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.3rem;
  }
  .tit_05 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.5rem;
  }
}
.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: #BF556B;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.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_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

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

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

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

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1.15em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #84B7B6;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  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;
}
.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 #84B7B6;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #C7E9E9;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #84B7B6;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.45em;
  }
  .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 #84B7B6;
  }
  .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;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  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 {
  border: 0.1rem solid #BF6B7C;
  background: #fff;
  border-radius: 0.6rem;
}
.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: 1.3rem 2rem 0 2rem;
  border-color: #EC899E transparent transparent transparent;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01 {
    border-radius: 1rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.6rem 3.8rem 0 3.8rem;
    top: calc(100% + 3.2rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: #D68898;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e81b";
  position: absolute;
  top: 50%;
  left: 1.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 60%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.8em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 22.4rem;
  }
  .btn_general_01::after {
    left: 2.9em;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background-color: #298A87;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #84B7B6;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #C7E9E9;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #84B7B6;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #84B7B6;
}
.table_01 thead th:not(:last-child) {
  border-right-color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.2rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Yu Gothic medium", "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #31443A;
}

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2.5rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.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(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 3rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 0.7rem;
}
.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 {
  font-size: 1.2rem;
}
.header .wrap .head_right .telephone_reserve {
  text-align: center;
}
.header .wrap .head_right .telephone_reserve .telephone {
  color: #31443A;
  text-align: center;
  font-size: 1.4rem;
  display: inline-block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
.header .wrap .head_right .telephone_reserve .telephone::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.2em;
  color: #84B7B6;
}
.header .wrap .head_right .telephone_reserve .reserve {
  background: #D68898;
  border: 0.2rem solid #D68898;
  color: #fff;
  display: block;
  border-radius: 10rem;
  margin-bottom: 1.1rem;
  padding: 0.5em 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}
.header .wrap .head_right .telephone_reserve .reserve::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.3em;
}
.header .wrap .head_right .address_access {
  font-size: 1.1rem;
}
.header .wrap .head_right .address_access .address::before,
.header .wrap .head_right .address_access .access::before {
  font-family: "fontello";
  content: "\e80c";
  color: #8A9A91;
  padding-right: 0.5em;
}
.header .wrap .head_right .address_access .access {
  margin-top: 0.5em;
}
.header .wrap .head_right .address_access .access::before {
  content: "\e80d";
}

@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  .header .wrap {
    margin: 0rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7rem 0 2.5rem;
  }
  .header .wrap .logo {
    width: 53.6rem;
    height: 7.6rem;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 56.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.6rem;
    padding-top: 0.4rem;
  }
  .header .wrap .head_right .telephone_reserve .telephone {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .header .wrap .head_right .telephone_reserve .reserve {
    margin: 0 auto;
    padding: 0.3em 0.5em;
    min-width: 16.8rem;
  }
  .header .wrap .head_right .address_access {
    font-size: 1.6rem;
    margin-left: 2.4rem;
    padding-top: 0.5rem;
  }
  .header .wrap .head_right .address_access .access {
    margin-top: 1em;
  }
}
.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: #84B7B6;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #A2D0CF;
}
.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: #CDECEC;
  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 #31443A;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #31443A;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #31443A !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "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.5rem;
  -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: #31443A;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li .subnav_beauty,
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li .subnav_dermatology {
  background: rgba(199, 233, 233, 0.27);
  margin-left: 0;
  padding-left: 1.5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li .subnav_beauty br,
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li .subnav_dermatology 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;
    padding-bottom: 2.4rem;
  }
  #nav .gnav {
    width: 1100px;
    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: 0.8rem 0.4rem;
    position: relative;
    opacity: 1;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    background: #A2D0CF;
    color: #fff;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e80f";
    padding-left: 0.4em;
    font-size: 90%;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e811";
  }
  #nav .gnav > li .subnav {
    width: 18.2rem;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 3rem;
    z-index: 1;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  #nav .gnav > li .subnav li.beauty_navitem, #nav .gnav > li .subnav li.dermatology_navitem {
    position: relative;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(109, 102, 90, 0.9);
    padding: 0.7rem 0.3rem;
    text-align: left;
    color: #fff;
  }
  #nav .gnav > li .subnav li a::before {
    content: "‣";
    padding-right: 0.1em;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #6D665A;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  #nav .gnav > li .subnav li .subnav_beauty,
  #nav .gnav > li .subnav li .subnav_dermatology {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: 35rem;
    border: 0.1rem solid #fff;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: 100%;
    top: -0.1rem;
    font-size: 1.5rem;
  }
  #nav .gnav > li .subnav li .subnav_beauty.open,
  #nav .gnav > li .subnav li .subnav_dermatology.open {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #nav .gnav > li .subnav li .subnav_beauty > li,
  #nav .gnav > li .subnav li .subnav_dermatology > li {
    width: 50%;
    border: 0.1rem solid #fff;
    border-left: none;
    border-top: none;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a,
  #nav .gnav > li .subnav li .subnav_dermatology > li a {
    background: #b95d70;
    padding: 0.758rem 0.3rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a br,
  #nav .gnav > li .subnav li .subnav_dermatology > li a br {
    display: none;
  }
  #nav .gnav > li .subnav li .subnav_beauty > li a:hover, #nav .gnav > li .subnav li .subnav_beauty > li a:focus,
  #nav .gnav > li .subnav li .subnav_dermatology > li a:hover,
  #nav .gnav > li .subnav li .subnav_dermatology > li a:focus {
    color: #B95D70;
    background: #fff;
  }
  #nav .gnav > li .subnav li .subnav_dermatology > li a {
    background: #298a87;
  }
  #nav .gnav > li .subnav li .subnav_dermatology > li a:hover, #nav .gnav > li .subnav li .subnav_dermatology > li a:focus {
    color: #298A87;
    background: #fff;
  }
  .index #nav .home,
  .doctor #nav .doctor,
  .clinic #nav .clinic,
  .first #nav .first,
  .access #nav .access {
    background: #A2D0CF;
    color: #fff;
  }
}
body.ua_ipad #nav .gnav > li > a.sub.open::after {
  content: "\e811";
}
body.ua_ipad #nav .gnav > li .subnav {
  width: 54.6rem;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -18.2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ua_ipad #nav .gnav > li .subnav li {
  width: 33.3333%;
  border: none;
  border-right: 1px solid #fff;
}
body.ua_ipad #nav .gnav > li .subnav li a {
  display: block;
  width: 100%;
}
body.ua_ipad #nav .gnav > li .subnav li:last-child {
  border-right: none;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_beauty,
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology {
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 100%;
  border: 0.1rem solid #fff;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_beauty > li,
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology > li {
  width: 100%;
  border: 0.1rem solid #fff;
  border-left: none;
  border-top: none;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_beauty > li a,
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology > li a {
  padding: 0.758rem 0.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_beauty > li a br,
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology > li a br {
  display: none;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200%;
}
body.ua_ipad #nav .gnav > li .subnav li .subnav_dermatology > li {
  width: 50%;
}
.overview {
  font-size: 1.4rem;
  background: #CDECEC;
  position: relative;
}
.overview .overview_bg > .wrap {
  position: relative;
  padding: 3rem 1rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 97%;
  height: auto;
}
.overview .overview_bg > .wrap .reserve_tel .telephone_wrap {
  text-align: center;
  margin-bottom: 1.6rem;
}
.overview .overview_bg > .wrap .reserve_tel .telephone_wrap .telephone {
  color: #31443A;
  text-align: center;
  font-size: 1.7rem;
  display: inline-block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
}
.overview .overview_bg > .wrap .reserve_tel .telephone_wrap .telephone::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.2em;
  color: #84B7B6;
}
.overview .overview_bg > .wrap .reserve_tel .reserve {
  background: #D68898;
  border: 0.2rem solid #D68898;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 10rem;
  margin-bottom: 1.5rem;
  padding: 0.7em 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}
.overview .overview_bg > .wrap .reserve_tel .reserve::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.3em;
}
.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: #84B7B6;
  padding: 0.3em 0.5em;
  margin-top: 1.8rem;
  width: 45%;
  text-align: center;
  color: #fff;
}
.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;
  line-height: 1.6;
}
.overview .overview_bg > .wrap .overview_time {
  margin-top: 2.5rem;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
    background: #fff;
  }
  .overview .overview_bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(16rem, #fff), color-stop(16rem, #CDECEC));
    background: linear-gradient(#fff 0, #fff 16rem, #CDECEC 16rem);
  }
  .overview .overview_bg > .wrap {
    padding: 5rem 0 8rem;
    max-width: 100%;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div:first-child {
    width: 53rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) {
    width: 55rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 7.5rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: 57rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .reserve_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .overview .overview_bg > .wrap .reserve_tel .telephone_wrap {
    margin: 0;
  }
  .overview .overview_bg > .wrap .reserve_tel .telephone_wrap .telephone {
    font-size: 3.2rem;
  }
  .overview .overview_bg > .wrap .reserve_tel .reserve {
    margin: 0 0 0 3rem;
    font-size: 1.9rem;
    width: 22rem;
  }
  .overview .overview_bg > .wrap .reserve_tel .reserve:hover, .overview .overview_bg > .wrap .reserve_tel .reserve:focus {
    background: #fff;
    color: #D68898;
    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: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    padding: 0.6em 0.5em;
    width: 20%;
    margin-top: 1.5rem;
    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;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    padding: 0.6em 0.5em;
    width: 78%;
    margin-top: 1.5rem;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_time {
    margin-top: 0;
  }
  .overview .gmap {
    height: 49.6rem;
  }
}
.tel_up {
  width: 100%;
  background: #84B7B6;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.1rem;
  min-height: 4rem;
  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: 50%;
}
.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.8rem 0.5rem;
  background: #fff;
  color: #60AAA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.3em;
}
.tel_up .reserve {
  width: 46%;
  margin: 0 0 0 0.8rem;
}
.tel_up .reserve a {
  background: #fff;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.7rem 0.5rem;
  width: 100%;
  text-align: center;
  color: #60AAA8;
}
.tel_up .reserve a::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.3em;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 0.5rem;
  background: url(../img/pagetop.svg) no-repeat center center/cover;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.6rem 0 0;
    background: #60AAA8;
  }
  .footer .copy {
    font-size: 1.2rem;
    padding: 1.4rem;
    background: transparent;
    color: #31443A;
    background: #fff;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 5rem;
    max-width: 88rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.4rem 0 0;
    letter-spacing: 0.08em;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li .subnav_beauty,
  .footer ul li .subnav_dermatology {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 7rem 0;
  }
}
.tit_02_index {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #31443A;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  position: relative;
  padding-top: 2.4em;
  padding-left: 2.3em;
  margin-bottom: 2.5rem;
}
.tit_02_index::before {
  font-family: "fontello";
  content: "\e812";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 200%;
  position: absolute;
  left: -1em;
  top: 0;
  width: 3em;
  height: 3em;
  background: #fff;
  border-radius: 50%;
  color: #A7D8D8;
}
.tit_02_index::before {
  font-family: "fontello";
  content: "\e812";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 200%;
  position: absolute;
  left: -1em;
  top: 0;
  width: 3em;
  height: 3em;
  background: #fff;
  border-radius: 50%;
  color: #A7D8D8;
}
.tit_02_index::after {
  content: "";
  display: block;
  background: url(../img/icon_search.svg) no-repeat center center/contain;
  width: 14.7em;
  height: 11.1em;
  position: absolute;
  top: -1em;
  right: -9em;
}
.tit_02_index .tit_jp {
  position: relative;
  z-index: 2;
}
.tit_02_index .tit_en {
  position: relative;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.04em;
  line-height: 0.9;
  margin-top: 0.1em;
  display: block;
  font-weight: 300;
  font-size: 160%;
  color: #AFAFAF;
  z-index: 2;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 6rem;
    font-size: 2.6rem;
    padding: 0 0 0 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tit_02_index::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 296%;
  }
  .tit_02_index::after {
    display: none;
    content: none;
  }
  .tit_02_index .tit_jp {
    display: inline-block;
    margin-right: 1.3em;
  }
  .tit_02_index .tit_en {
    display: inline-block;
    font-size: 290%;
    margin: 0;
  }
  .tit_02_index .tit_en::before {
    content: "";
    display: block;
    background: url(../img/icon_search.svg) no-repeat center center/contain;
    width: 37.1rem;
    height: 28.9rem;
    position: absolute;
    top: -1em;
    right: -32.5rem;
  }
  .tit_02_index .tit_en > span {
    position: relative;
  }
}
.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: 30rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
  bottom: 3.3rem;
  padding-left: 5em;
  padding-top: 0.2em;
  text-indent: -4em;
  margin: 0;
}
.index .wrapper_keyvsl .keyvsl_catch > span {
  position: relative;
}
.index .wrapper_keyvsl .keyvsl_catch::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  background: #A2D0CF;
}
.index .wrapper_keyvsl .keyvsl_catch_beauty {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: absolute;
  right: 0.8rem;
  font-size: 1.36rem;
  letter-spacing: 0.01em;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
  bottom: -3rem;
  padding-left: 4em;
  padding-right: 1.3em;
  padding-bottom: 0.8em;
  color: #BF556B;
  margin: 0;
  text-indent: -4em;
}
.index .wrapper_keyvsl .keyvsl_catch_beauty > span {
  position: relative;
}
.index .wrapper_keyvsl .keyvsl_catch_beauty::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F2C6CF;
}
.index .wrapper_keyvsl .keyvsl_open {
  position: absolute;
  right: 0.6rem;
  top: 1.5rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  background: url(../img/keyvsl_open.png) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #BF556B;
  line-height: 1.25;
  font-size: 1rem;
}
.index .wrapper_keyvsl .keyvsl_open .num {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 141%;
}
.index .wrapper_keyvsl .keyvsl_open .keyvsl_open_large {
  font-size: 133%;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 58.4rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    font-size: 3.2rem;
    right: auto;
    left: calc(50% - 47.2rem);
    text-indent: 0;
    padding-right: 0;
    padding-left: 1em;
    bottom: 5.5rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch_beauty {
    font-size: 2.8rem;
    right: auto;
    left: calc(50% - 37.8rem);
    text-indent: 0;
    padding-left: 0;
    bottom: -3.6rem;
  }
  .index .wrapper_keyvsl .keyvsl_open {
    top: 8rem;
    right: calc(50% - 52rem);
    width: 20.7rem;
    height: 20.7rem;
    font-size: 2.4rem;
  }
}
main .wrapper_news {
  background: #F8E8EB;
  position: relative;
  overflow: hidden;
}
main .wrapper_news::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 32rem;
  height: 32rem;
  position: absolute;
  top: -10rem;
  left: -4rem;
}
main .wrapper_news .wrap {
  position: relative;
}
main .wrapper_news .wrap .tit_02_news {
  color: #BF6B7C;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  background: url(../img/icon_feather.svg) no-repeat center center/contain;
  font-size: 1.5rem;
  padding: 2.5em 3em 2.5em 2em;
  margin-bottom: 2rem;
}
main .wrapper_news .wrap .tit_02_news .tit_en {
  font-family: "Rubik", sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 0.2em;
  font-size: 175%;
}
main .wrapper_news .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0 0;
}
main .wrapper_news .wrap dl dt {
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin: 2.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80f";
  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;
  position: absolute;
  top: 0.22em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  width: 1.4em;
  height: 1.4em;
  background: #AE945E;
  color: #fff;
  font-size: 80%;
  padding-top: 0.05em;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e811";
  padding-top: 0;
}
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;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news::before {
    width: 60rem;
    height: 60rem;
    left: calc(50% - 72.5rem);
    top: -9.3rem;
  }
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
  main .wrapper_news .wrap .tit_02_news {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 3em 3em 3em 2em;
    min-width: 19.5rem;
    margin-right: 3.6rem;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0;
    overflow-y: scroll;
    height: 18.5rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
    margin-top: 4rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 3rem;
  }
}
main .wrapper_reserve_schedule .wrap .tit_reserve_schedule {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding: 1.6em 0 1.6em 1.95em;
  line-height: 1.2;
}
main .wrapper_reserve_schedule .wrap .tit_reserve_schedule::before {
  content: "";
  display: block;
  width: 4.36em;
  height: 4.36em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F8E8EB;
}
main .wrapper_reserve_schedule .wrap .tit_reserve_schedule > span {
  position: relative;
}
main .wrapper_reserve_schedule .wrap .container_reserve .text {
  margin-bottom: 1.2rem;
}
main .wrapper_reserve_schedule .wrap .container_reserve .reserve {
  background: #D68898;
  border: 0.2rem solid #D68898;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 10rem;
  margin-bottom: 2.5rem;
  padding: 0.7em 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}
main .wrapper_reserve_schedule .wrap .container_reserve .reserve::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.3em;
}
main .wrapper_reserve_schedule .wrap .container_schedule .tit_reserve_schedule::before {
  background: #C7E9E9;
}
@media screen and (min-width: 48em), print {
  main .wrapper_reserve_schedule .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
  main .wrapper_reserve_schedule .wrap .tit_reserve_schedule {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  main .wrapper_reserve_schedule .wrap .container_reserve {
    width: 48.5rem;
    padding-left: 1.8rem;
  }
  main .wrapper_reserve_schedule .wrap .container_reserve .tit_reserve_schedule {
    margin-left: -1.8rem;
  }
  main .wrapper_reserve_schedule .wrap .container_reserve .text {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
  main .wrapper_reserve_schedule .wrap .container_reserve .reserve {
    margin: 0 auto 0;
    font-size: 1.9rem;
    width: 21rem;
    padding: 0.15em 0.8em;
  }
  main .wrapper_reserve_schedule .wrap .container_reserve .reserve:hover, main .wrapper_reserve_schedule .wrap .container_reserve .reserve:focus {
    background: #fff;
    color: #D68898;
    opacity: 1;
  }
  main .wrapper_reserve_schedule .wrap .container_schedule {
    width: 55rem;
  }
}
main .wrapper_services {
  overflow: hidden;
  position: relative;
  background: #F8E8EB;
}
main .wrapper_services .wrap .tit_03_services {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #fff;
  border-radius: 10rem;
  padding: 0.5em 1em 0.5em 1.8em;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.2;
  -webkit-box-shadow: 0 0 0.5em #F2E3E5;
          box-shadow: 0 0 0.5em #F2E3E5;
}
main .wrapper_services .wrap .tit_03_services::before {
  content: "";
  display: block;
  background: #AE945E;
  border-radius: 50%;
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  width: 0.5em;
  height: 0.5em;
}
main .wrapper_services .wrap .tit_03_services.tit_03_services_beauty::before {
  background: #D68898;
}
main .wrapper_services .wrap .list_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
main .wrapper_services .wrap .list_services > li {
  width: 48%;
  margin-top: 2.4rem;
}
main .wrapper_services .wrap .list_services > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_services .wrap .list_services > li a {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
main .wrapper_services .wrap .list_services > li a::before {
  content: "";
  display: block;
  margin: 0 auto 0.6rem;
  background: url(../img/services_acne.svg) no-repeat center center/contain;
  width: 12rem;
  height: 12rem;
}
main .wrapper_services .wrap .list_services > li.acne a::before {
  background-image: url(../img/services_acne.svg);
}
main .wrapper_services .wrap .list_services > li.eczema a::before {
  background-image: url(../img/services_eczema.svg);
}
main .wrapper_services .wrap .list_services > li.hives a::before {
  background-image: url(../img/services_hives.svg);
}
main .wrapper_services .wrap .list_services > li.atopic a::before {
  background-image: url(../img/services_atopic.svg);
}
main .wrapper_services .wrap .list_services > li.rash a::before {
  background-image: url(../img/services_rash.svg);
}
main .wrapper_services .wrap .list_services > li.insect_bite a::before {
  background-image: url(../img/services_insect_bite.svg);
}
main .wrapper_services .wrap .list_services > li.tinea_pedis a::before {
  background-image: url(../img/services_tinea_pedis.svg);
}
main .wrapper_services .wrap .list_services > li.wart a::before {
  background-image: url(../img/services_wart.svg);
}
main .wrapper_services .wrap .list_services > li.burn a::before {
  background-image: url(../img/services_burn.svg);
}
main .wrapper_services .wrap .list_services > li.sunburn a::before {
  background-image: url(../img/services_sunburn.svg);
}
main .wrapper_services .wrap .list_services > li.herpes a::before {
  background-image: url(../img/services_herpes.svg);
}
main .wrapper_services .wrap .list_services > li.shingles a::before {
  background-image: url(../img/services_shingles.svg);
}
main .wrapper_services .wrap .list_services > li.cellulitis a::before {
  background-image: url(../img/services_cellulitis.svg);
}
main .wrapper_services .wrap .list_services > li.psoriasis a::before {
  background-image: url(../img/services_psoriasis.svg);
}
main .wrapper_services .wrap .list_services > li.alopecia_areata a::before {
  background-image: url(../img/services_alopecia_areata.svg);
}
main .wrapper_services .wrap .list_services > li.hyperhidrosis a::before {
  background-image: url(../img/services_hyperhidrosis.svg);
}
main .wrapper_services .wrap .list_services > li.ingrown_nails a::before {
  background-image: url(../img/services_ingrown_nails.svg);
}
main .wrapper_services .wrap .list_services > li.spot a::before {
  background-image: url(../img/services_spot.svg);
}
main .wrapper_services .wrap .list_services > li.wrinkles a::before {
  background-image: url(../img/services_wrinkles.svg);
}
main .wrapper_services .wrap .list_services > li.mole a::before {
  background-image: url(../img/services_mole.svg);
}
main .wrapper_services .wrap .list_services > li.senile_warts a::before {
  background-image: url(../img/services_senile_warts.svg);
}
main .wrapper_services .wrap .list_services > li.aga a::before {
  background-image: url(../img/services_aga.svg);
}
main .wrapper_services .wrap .list_services.list_services_beauty {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_services .wrap {
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }
  main .wrapper_services .wrap .tit_03_services {
    font-size: 2rem;
    margin-bottom: 2.8rem;
  }
  main .wrapper_services .wrap .list_services {
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.3rem;
  }
  main .wrapper_services .wrap .list_services > li {
    width: 14.4rem;
    margin-top: 2.2rem;
    margin-right: 3.8rem;
  }
  main .wrapper_services .wrap .list_services > li a::before {
    width: 14.4rem;
    height: 14.4rem;
  }
  main .wrapper_services .wrap .list_services > li:nth-child(6), main .wrapper_services .wrap .list_services > li:nth-child(11), main .wrapper_services .wrap .list_services > li:nth-child(17) {
    margin-right: 0;
  }
  main .wrapper_services .wrap .list_services > li:nth-child(11) {
    margin-right: 8rem;
  }
  main .wrapper_services .wrap .list_services > li:nth-child(7) {
    margin-left: 8rem;
  }
  main .wrapper_services .wrap .list_services > li:nth-child(-n+6) {
    margin-top: 0;
  }
  main .wrapper_services .wrap .list_services > li:nth-child(7), main .wrapper_services .wrap .list_services > li:nth-child(8), main .wrapper_services .wrap .list_services > li:nth-child(9), main .wrapper_services .wrap .list_services > li:nth-child(10), main .wrapper_services .wrap .list_services > li:nth-child(11) {
    margin-top: 0.3rem;
  }
  main .wrapper_services .wrap .list_services_beauty > li {
    margin-right: 2.7rem;
  }
  main .wrapper_services .wrap .list_services_beauty > li:last-child {
    margin-right: 0;
  }
}
main .wrapper_about {
  overflow: hidden;
  position: relative;
}
main .wrapper_about .wrap .tit_02_index::before {
  content: "\e814";
}
main .wrapper_about .wrap .list_about > li {
  margin-top: 2.5rem;
  position: relative;
}
main .wrapper_about .wrap .list_about > li:first-child {
  margin-top: 0;
}
main .wrapper_about .wrap .list_about > li::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background: url(../img/feature_01.svg) no-repeat center center/contain;
  margin: 0 auto 0.7rem 4rem;
}
main .wrapper_about .wrap .list_about > li .num {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 0.9;
  font-size: 2.6rem;
  position: absolute;
  top: 9rem;
  right: 4.5rem;
}
main .wrapper_about .wrap .list_about > li .num > span {
  color: #B56273;
  font-size: 1.95em;
}
main .wrapper_about .wrap .list_about > li .catch {
  font-size: 1.7rem;
  color: #B56273;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
main .wrapper_about .wrap .list_about > li:nth-child(2n)::before {
  margin: 0 4rem 0.7rem auto;
}
main .wrapper_about .wrap .list_about > li:nth-child(2n) .num {
  left: 3.5rem;
  right: auto;
}
main .wrapper_about .wrap .list_about > li:nth-child(2)::before {
  background-image: url(../img/feature_02.svg);
}
main .wrapper_about .wrap .list_about > li:nth-child(3)::before {
  background-image: url(../img/feature_03.svg);
}
main .wrapper_about .wrap .list_about > li:nth-child(4)::before {
  background-image: url(../img/feature_04.svg);
}
main .wrapper_about .wrap .list_about > li:nth-child(5)::before {
  background-image: url(../img/feature_05.svg);
}
main .wrapper_about .wrap .list_about > li:nth-child(6)::before {
  background-image: url(../img/feature_06.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_about .wrap {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }
  main .wrapper_about .wrap .list_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .wrapper_about .wrap .list_about > li {
    width: 50%;
    margin-top: 5rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(n)::before {
    width: 30rem;
    height: 30rem;
    margin: 0 0 -4.2rem 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(n) .num {
    font-size: 4.2rem;
    left: 3.1rem;
    top: 31.1rem;
    right: auto;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(n) .catch {
    font-size: 2.6rem;
    margin-bottom: 1.4rem;
    padding-left: 19rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(n) .text {
    line-height: 1.7;
    padding-left: 19rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+2)::before {
    margin-left: 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+2) .num {
    left: 3.4rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+2) .catch {
    padding-left: 20.8rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+2) .text {
    padding-left: 20.8rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+3)::before {
    margin-left: 14.7rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+3) .num {
    right: 3.6rem;
    left: auto;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+3) .catch {
    padding: 0 21rem 0 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n+3) .text {
    padding: 0 21rem 0 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n)::before {
    margin-left: 18.4rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n) .num {
    left: auto;
    right: 0;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n) .catch {
    padding: 0 18.4rem 0 2.4rem;
  }
  main .wrapper_about .wrap .list_about > li:nth-child(4n) .text {
    padding: 0 18.4rem 0 2.4rem;
  }
}
main .wrapper_greeting {
  background: #F8E8EB;
  overflow: hidden;
  position: relative;
}
main .wrapper_greeting::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 26rem;
  height: 26rem;
  position: absolute;
  bottom: -15rem;
  right: -3rem;
}
main .wrapper_greeting .wrap .tit_02_index::before {
  content: "\e815";
}
main .wrapper_greeting .wrap .flex_greeting_index {
  position: relative;
  z-index: 2;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting {
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image {
  width: 47%;
  margin-right: 4%;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image .name {
  color: #298A87;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-right: 2.9em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 0.8rem;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image .name > span {
  color: #31443A;
  font-size: 1.375em;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image .name::after {
  font-family: "fontello";
  content: "\e809";
  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;
  border-radius: 50%;
  font-size: 90%;
  background: #BF556B;
  color: #fff;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image .name_sub {
  color: #BF556B;
}
main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image_sub {
  margin-top: 1.5rem;
  margin-right: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting::before {
    width: 71rem;
    height: 71rem;
    bottom: -42rem;
    right: calc(50% - 52.4rem);
  }
  main .wrapper_greeting .wrap {
    padding-top: 7.5rem;
    padding-bottom: 7.8rem;
  }
  main .wrapper_greeting .wrap .flex_greeting_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_greeting .wrap .flex_greeting_index .images_greeting {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image {
    width: 25.2rem;
    text-align: left;
  }
  main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image .name {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  main .wrapper_greeting .wrap .flex_greeting_index .images_greeting .image_sub {
    margin-top: 6.6rem;
  }
  main .wrapper_greeting .wrap .flex_greeting_index .text {
    width: 50.5rem;
  }
}
main .wrapper_sypmtom .wrap .box_symptom {
  background: #EFE3CD;
  padding: 2rem 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
}
main .wrapper_sypmtom .wrap .box_symptom::before, main .wrapper_sypmtom .wrap .box_symptom::after,
main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::before,
main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::after {
  content: "";
  display: block;
  border: 0.2rem solid #fff;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
main .wrapper_sypmtom .wrap .box_symptom::before {
  border-right: none;
  border-bottom: none;
  right: auto;
  bottom: auto;
}
main .wrapper_sypmtom .wrap .box_symptom::after {
  border-left: none;
  border-bottom: none;
  left: auto;
  bottom: auto;
}
main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::before {
  border-right: none;
  border-top: none;
  right: auto;
  top: auto;
}
main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::after {
  border-left: none;
  border-top: none;
  left: auto;
  top: auto;
}
main .wrapper_sypmtom .wrap .box_symptom .tit_sypmtom {
  position: relative;
  color: #BF556B;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
main .wrapper_sypmtom .wrap .box_symptom .tit_sypmtom::before {
  font-family: "fontello";
  content: "\e816";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 160%;
  width: 1.7em;
  height: 1.7em;
  background: #fff;
  color: #EFC6CE;
  position: absolute;
  top: -2.7rem;
  left: 0.4rem;
  font-weight: normal;
  border-radius: 50%;
}
main .wrapper_sypmtom .wrap .box_symptom .tit_sypmtom > span {
  position: relative;
}
main .wrapper_sypmtom .wrap .box_symptom .list_sypmtom {
  position: relative;
}
main .wrapper_sypmtom .wrap .box_symptom .list_sypmtom > li {
  margin-top: 0.5em;
  line-height: 1.3;
  padding-left: 1.45em;
  position: relative;
}
main .wrapper_sypmtom .wrap .box_symptom .list_sypmtom > li::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background: #E4A0AE;
  border: 0.25em solid #fff;
  position: absolute;
  left: 0;
  top: 0.15em;
  border-radius: 50%;
}
main .wrapper_sypmtom .wrap .box_symptom .text_other {
  text-align: right;
  padding-right: 0.5em;
}
main .wrapper_sypmtom .wrap .box_symptom .text_en {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.5rem;
  line-height: 0.8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_sypmtom .wrap {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
  main .wrapper_sypmtom .wrap .box_symptom {
    padding: 3.5rem 2.5rem 4rem 2.5rem;
  }
  main .wrapper_sypmtom .wrap .box_symptom::before, main .wrapper_sypmtom .wrap .box_symptom::after,
  main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::before,
  main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::after {
    width: 3.5rem;
    height: 3.5rem;
    top: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
  }
  main .wrapper_sypmtom .wrap .box_symptom::before {
    right: auto;
    bottom: auto;
  }
  main .wrapper_sypmtom .wrap .box_symptom::after {
    left: auto;
    bottom: auto;
  }
  main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::before {
    right: auto;
    top: auto;
  }
  main .wrapper_sypmtom .wrap .box_symptom .box_symptom_inner::after {
    left: auto;
    top: auto;
  }
  main .wrapper_sypmtom .wrap .box_symptom .tit_sypmtom {
    padding-left: 2em;
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  main .wrapper_sypmtom .wrap .box_symptom .tit_sypmtom::before {
    font-size: 275%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 32.5rem);
  }
  main .wrapper_sypmtom .wrap .box_symptom .list_sypmtom {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 5.5rem;
  }
  main .wrapper_sypmtom .wrap .box_symptom .list_sypmtom > li {
    width: 48%;
    margin-right: 2%;
  }
  main .wrapper_sypmtom .wrap .box_symptom .text_other {
    font-size: 1.8rem;
    padding-right: 10em;
  }
  main .wrapper_sypmtom .wrap .box_symptom .text_en {
    font-size: 4.6rem;
    bottom: -0.2rem;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
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.6rem;
    width: 1100px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */