@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
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 {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.clr_pink {
  color: #FEBEDE;
}

.clr_grn {
  color: #00cc00;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  background: #FFF2F8;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.4rem 2rem 2.4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #FFF2F8;
}
*[class*=frame_].frame_02 {
  background: #EBF9FF;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_].inline {
    width: 56%;
    padding: 2.4rem 4rem 2.4rem 4rem;
  }
}
*[class*=frame_] .lst_ul01 li {
  text-indent: -1.4rem;
}

/* img -------------------------------------- */
.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;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 1.2rem;
  font-weight: normal;
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  line-height: 1;
}
.tbl_time tr:last-child th, .tbl_time tr:last-child td {
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    margin: 2.4rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .tbl_time tr th[scope=col] {
    padding: 0 0 2rem;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    text-align: left;
  }
  .tbl_time tr th.time {
    text-align: left;
    padding: 2.1rem 0 0;
  }
  .tbl_time tr td {
    padding: 2.1rem 0 0;
  }
  .tbl_time tr:last-child th, .tbl_time tr:last-child td {
    padding: 1.9rem 0 2rem;
    border-bottom: 1px solid #b5b5b5;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #3B3B3B;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  margin: 0 0 4rem;
  padding: 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3rem;
  position: absolute;
}
.tit_02 .eng_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.4rem;
  z-index: -1;
  margin: 0 auto;
  color: #FEBEDE;
  font-family: "Italianno", cursive;
  font-size: 4.8rem;
}

body:not(.index) .tit_02 {
  color: #007BA4;
  padding: 0 3rem;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  display: inline-block;
}
body:not(.index) .tit_02::before, body:not(.index) .tit_02::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}
body:not(.index) .tit_02::before {
  left: 0;
}
body:not(.index) .tit_02::after {
  right: 0;
}
body:not(.index) .tit_02 .eng_txt {
  all: unset;
}
body:not(.index) .main > section {
  text-align: center;
}
body:not(.index) .main > section:nth-child(3n+1) .tit_02::before {
  background-image: url("../img/tit_02_parts08.svg");
}
body:not(.index) .main > section:nth-child(3n+1) .tit_02::after {
  background-image: url("../img/tit_02_parts05.svg");
}
body:not(.index) .main > section:nth-child(3n+2) .tit_02::before {
  background-image: url("../img/tit_02_parts02.svg");
  width: 3.6rem;
  height: 3.6rem;
  left: -0.5rem;
  top: -0.2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main > section:nth-child(3n+2) .tit_02::before {
    width: 9.3rem;
    height: 7.6rem;
  }
}
body:not(.index) .main > section:nth-child(3n+2) .tit_02::after {
  background-image: url("../img/tit_02_parts03.svg");
}
body:not(.index) .main > section:nth-child(3n+3) .tit_02::before {
  background-image: url("../img/tit_02_parts06.svg");
}
body:not(.index) .main > section:nth-child(3n+3) .tit_02::after {
  background-image: url("../img/tit_02_parts07.svg");
}
body:not(.index) .main > section > * {
  text-align: left;
}
body:not(.index).stain .main > section, body:not(.index).wrinkles .main > section, body:not(.index).hair-loss .main > section, body:not(.index).piercing .main > section, body:not(.index).hyperhidrosis .main > section, body:not(.index).diet .main > section, body:not(.index).cutera .main > section, body:not(.index).chemical-peel .main > section, body:not(.index).VitaminC-iontophoresis .main > section, body:not(.index).botox .main > section, body:not(.index).garlic-injection .main > section, body:not(.index).External-medicine .main > section, body:not(.index).farmup .main > section {
  text-align: center;
}
body:not(.index).stain .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).wrinkles .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).hair-loss .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).piercing .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).hyperhidrosis .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).diet .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).cutera .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).chemical-peel .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).botox .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).garlic-injection .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).External-medicine .main > section:nth-child(3n+1) .tit_02::before, body:not(.index).farmup .main > section:nth-child(3n+1) .tit_02::before {
  background-image: url("../img/tit_02_parts08_pink.svg");
}
body:not(.index).stain .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).wrinkles .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).hair-loss .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).piercing .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).hyperhidrosis .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).diet .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).cutera .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).chemical-peel .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).botox .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).garlic-injection .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).External-medicine .main > section:nth-child(3n+1) .tit_02::after, body:not(.index).farmup .main > section:nth-child(3n+1) .tit_02::after {
  background-image: url("../img/tit_02_parts05_pink.svg");
}
body:not(.index).stain .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).wrinkles .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).hair-loss .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).piercing .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).hyperhidrosis .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).diet .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).cutera .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).chemical-peel .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).botox .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).garlic-injection .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).External-medicine .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).farmup .main > section:nth-child(3n+2) .tit_02::before {
  background-image: url("../img/tit_02_parts02_pink.svg");
  width: 3.6rem;
  height: 3.6rem;
  left: -0.5rem;
  top: -0.2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index).stain .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).wrinkles .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).hair-loss .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).piercing .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).hyperhidrosis .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).diet .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).cutera .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).chemical-peel .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).botox .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).garlic-injection .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).External-medicine .main > section:nth-child(3n+2) .tit_02::before, body:not(.index).farmup .main > section:nth-child(3n+2) .tit_02::before {
    width: 9.3rem;
    height: 7.6rem;
  }
}
body:not(.index).stain .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).wrinkles .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).hair-loss .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).piercing .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).hyperhidrosis .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).diet .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).cutera .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).chemical-peel .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).botox .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).garlic-injection .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).External-medicine .main > section:nth-child(3n+2) .tit_02::after, body:not(.index).farmup .main > section:nth-child(3n+2) .tit_02::after {
  background-image: url("../img/tit_02_parts03_pink.svg");
}
body:not(.index).stain .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).wrinkles .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).hair-loss .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).piercing .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).hyperhidrosis .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).diet .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).cutera .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).chemical-peel .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).botox .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).garlic-injection .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).External-medicine .main > section:nth-child(3n+3) .tit_02::before, body:not(.index).farmup .main > section:nth-child(3n+3) .tit_02::before {
  background-image: url("../img/tit_02_parts06_pink.svg");
}
body:not(.index).stain .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).wrinkles .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).hair-loss .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).piercing .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).hyperhidrosis .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).diet .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).cutera .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).chemical-peel .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).VitaminC-iontophoresis .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).botox .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).garlic-injection .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).External-medicine .main > section:nth-child(3n+3) .tit_02::after, body:not(.index).farmup .main > section:nth-child(3n+3) .tit_02::after {
  background-image: url("../img/tit_02_parts07_pink.svg");
}
body:not(.index) .tit_03 {
  color: #DC5D9D;
  background: #FFF3F9;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.4rem 0.8rem;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #007BA4;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.4rem 0.8rem 0;
  margin: 0 0 1rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCEDFF), color-stop(1rem, #CCEDFF), color-stop(1rem, #fff));
  background: linear-gradient(to top, #CCEDFF 0, #CCEDFF 1rem, #fff 1rem);
}

.tit_05 {
  color: #3B3B3B;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.2rem 0.4rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #F6A5CE;
}

.tit_06 {
  color: #3B3B3B;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.2rem 0.4rem;
  margin: 0 0 1rem;
  border-bottom: 2px dotted #AAAAAA;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
    padding: 8.9rem 4rem;
    margin: 0 0 3rem;
  }
  .tit_02 {
    font-size: 3.8rem;
    margin: 0 0 7.4rem;
  }
  .tit_02::before, .tit_02::after {
    width: 12rem;
    height: 9rem;
  }
  .tit_02 .eng_txt {
    font-size: 9rem;
    letter-spacing: 0.2rem;
  }
  body:not(.index) .tit_02 {
    font-size: 2.8rem;
    padding: 2rem 10.2rem 0;
    margin: 0 0 5.4rem;
  }
  body:not(.index) .tit_02::before, body:not(.index) .tit_02::after {
    width: 9.3rem;
    height: 7.6rem;
  }
  body:not(.index) .tit_03 {
    font-size: 2.2rem;
    padding: 1rem 1.6rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2.4rem;
    padding: 0 0 0.6rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCEDFF), color-stop(1.7rem, #CCEDFF), color-stop(1.7rem, #fff));
    background: linear-gradient(to top, #CCEDFF 0, #CCEDFF 1.7rem, #fff 1.7rem);
  }
  .tit_05 {
    font-size: 1.8rem;
    padding: 0 0.6rem 0.6rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 1.6rem;
    padding: 0 0.6rem 0.6rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.4rem;
  padding-left: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  font-size: 1rem;
  margin-right: 0.4rem;
  position: relative;
  top: -0.1rem;
  color: #EE82B8;
}
.lst_ul01 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

.lst_dl01 div {
  margin: 0 0 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: 20rem;
  }
  .lst_dl01 div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn_01 {
  display: block;
  text-align: center;
}
.btn_01 a {
  background: #3BBEF7;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px #A5E6FB;
          box-shadow: 0 0 10px #A5E6FB;
  text-decoration: none !important;
}
.btn_01 a::before {
  content: "\f006";
  font-family: "fontello";
  margin-right: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .btn_01 {
    text-align: left;
  }
  .btn_01 a {
    min-width: 22.4rem;
  }
  .btn_01 a:hover {
    opacity: 1;
    background: #F176B3;
    -webkit-box-shadow: 0 0 15px #FF74BA;
            box-shadow: 0 0 15px #FF74BA;
  }
}

/* フローチャート -------------------------------------- */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* テーブル -------------------------------------- */
.tbl_01, .tbl_price {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  caption-side: bottom;
}
.tbl_01 caption, .tbl_price caption {
  text-align: left;
  padding: 0.4rem 0 0;
}
.tbl_01 tbody tr th, .tbl_price tbody tr th {
  width: 30%;
  background: #E2F6FF;
  text-align: center;
  font-weight: normal;
  border: 1px solid #6ED3FF;
  padding: 0.8rem;
}
.tbl_01 tbody tr td, .tbl_price tbody tr td {
  padding: 0.8rem;
  border: 1px solid #6ED3FF;
}

.sp_scroll {
  width: 100%;
  margin: 2rem auto 0;
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .sp_scroll {
    overflow-x: auto;
    white-space: normal;
  }
}
.sp_scroll .txt {
  margin: 0;
  font-weight: bold;
}
.sp_scroll .txt::after {
  content: "\e804";
  font-family: "fontello";
  margin-left: 0.8rem;
  color: #09c;
}
@media screen and (min-width: 48em), print {
  .sp_scroll .txt {
    display: none !important;
  }
}
.sp_scroll .tbl_price {
  width: 100%;
  table-layout: auto;
}
@media screen and (min-width: 48em), print {
  .sp_scroll .tbl_price {
    table-layout: fixed;
  }
}
.sp_scroll .tbl_price tbody tr th {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .sp_scroll .tbl_price tbody tr th {
    width: 30%;
  }
}
.tbl_price {
  margin: 2rem 0 4rem;
}
.tbl_price thead tr th {
  padding: 0.6rem;
  text-align: center;
  background: #09c;
  color: #fff;
  font-weight: bold;
}
.tbl_price tbody tr th {
  font-weight: bold;
}
.tbl_price tbody tr td {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    margin: 2rem 0 4rem;
  }
  .tbl_price thead tr th {
    padding: 1rem;
  }
  .tbl_price tbody tr th {
    padding: 1rem;
  }
  .tbl_price tbody tr td {
    padding: 1rem 1.4rem;
  }
}
.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #d9edac;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #3B3B3B;
}

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

.tel {
  font-family: "Urbanist", sans-serif;
  color: #0099CC;
}

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1220px;
  }
  body > .overflow {
    overflow: hidden;
  }
  body > .overflow > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 11rem;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@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 .bg {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}
.header .bg .wrap {
  margin: 0;
  padding: 1rem;
}
.header .bg .wrap .logo {
  height: 5rem;
}
.header .bg .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .bg .wrap .headR {
  width: 80%;
  margin: 1.4rem auto 0.8rem;
}
.header .bg .wrap .headR > ul {
  position: relative;
}
.header .bg .wrap .headR > ul .tel_item {
  font-size: 1.6rem;
}
.header .bg .wrap .headR > ul .tel_item .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.2rem;
  color: #0099CC;
}
.header .bg .wrap .headR > ul .address_item {
  font-size: 1.2rem;
  margin: 0.4rem 0 0;
}
.header .bg .wrap .headR > ul .address_item::before {
  content: "\e80b";
  font-family: "fontello";
  margin-right: 0.2rem;
  color: #0099CC;
}
.header .bg .wrap .headR > ul .insta_item {
  position: absolute;
  right: 0;
  top: 7px;
}

@media screen and (min-width: 48em), print {
  .header .bg .wrap {
    margin: 0 auto 0;
    padding: 0.6rem 0 0;
    width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .bg .wrap .logo {
    width: 39rem;
    height: 10rem;
    margin: 0 0 1.7rem;
  }
  .header .bg .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .bg .wrap .headR > ul {
    margin: 0 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .bg .wrap .headR > ul .tel_item {
    font-size: 2.8rem;
  }
  .header .bg .wrap .headR > ul .tel_item .tel::before {
    content: "\e80a";
    font-family: "fontello";
    font-size: 2.2rem;
    margin-right: 0.4rem;
    color: #0099CC;
  }
  .header .bg .wrap .headR > ul .address_item {
    font-size: 1.4rem;
    margin: 0 2.3rem;
  }
  .header .bg .wrap .headR > ul .address_item::before {
    content: "\e80b";
    font-family: "fontello";
    margin-right: 0.4rem;
    color: #0099CC;
  }
  .header .bg .wrap .headR > ul .insta_item {
    position: static;
  }
}
/*hamburger-------------------------------------- */
#menu {
  z-index: 9999;
  background: none;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 6rem;
  height: 5.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 1.4rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #13B4E9;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 2.6rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\e806";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: none;
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 8rem 0 14rem;
  background: #eef9ff;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 203;
  -webkit-transform: translate(27rem);
  transform: translate(27rem);
}
#menu #nav.sp_nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#menu #nav.sp_nav ul {
  display: block;
  font-size: 1.2rem;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #7edaff;
}
#menu #nav.sp_nav ul li.treatment {
  display: none;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1.2rem 1.8rem 1.2rem 1rem;
  font-weight: bold;
  background: #EEF9FF;
  color: #303030;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a:not(.sub) {
  position: relative;
}
#menu #nav.sp_nav ul li a:not(.sub)::after {
  content: "2";
  color: #7edaff;
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu #nav.sp_nav .sp_treatment p {
  background: #fff;
  color: #0099CC;
  margin: 0;
  padding: 2rem 0 1rem;
  font-weight: bold;
  font-size: 1.6rem;
}
#menu #nav.sp_nav .sp_treatment p + ul {
  border-top: 1px solid #7edaff;
  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;
}
#menu #nav.sp_nav .sp_treatment p + ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu #nav.sp_nav .sp_treatment p + ul li:nth-child(odd) {
  border-right: 1px solid #7edaff;
}
#menu #nav.sp_nav .sp_treatment p + ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu #nav.sp_nav .sp_treatment p + ul li a::after {
  right: 1rem;
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
    /* Gナビ　ハイライト */
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    padding: 1.7rem 0;
    background: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  #menu #nav.fixed .gnav {
    width: calc(1180px - 20rem);
  }
  #menu #nav.fixed .gnav .subnav {
    left: 17rem;
    top: 3.2rem;
  }
  #menu #nav .gnav {
    width: 64rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu #nav .gnav li {
    width: auto;
    position: relative;
  }
  #menu #nav .gnav li.treatment {
    display: block;
  }
  #menu #nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  #menu #nav .gnav li a:hover {
    opacity: 1;
    color: #DC5D9D;
  }
  #menu #nav .gnav li .sub::after {
    content: "\f004";
    font-family: "fontello";
    display: inline-block;
    margin-left: 0.2rem;
  }
  #menu #nav .gnav li .subnav {
    display: none;
    position: absolute;
    top: 4.2rem;
    left: -90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2000px;
    margin: 0 auto;
    padding: 1.8rem 0;
    background: rgba(0, 153, 204, 0.6);
  }
  #menu #nav .gnav li .subnav > ul {
    width: 1180px;
    margin: 0 auto;
    padding-left: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu #nav .gnav li .subnav > ul li {
    width: 16.2rem;
    margin: 0 0.2rem 0.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu #nav .gnav li .subnav > ul li:nth-child(7n) {
    margin: 0 0 0.2rem;
  }
  #menu #nav .gnav li .subnav > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #EEF9FF;
    padding: 1.6rem 0;
    text-align: center;
    color: #303030;
    position: relative;
    z-index: 1;
  }
  #menu #nav .gnav li .subnav > ul li a::before {
    content: "";
    display: block;
    border-bottom: solid #7EDAFF 1px;
    border-right: solid #7EDAFF 1px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    z-index: -1;
    right: 2px;
    bottom: 2px;
  }
  #menu #nav .gnav li .subnav > ul li a:hover {
    background: #ccf3ff;
  }
  #menu #nav .sp_treatment {
    display: none;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 3rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
.overview::before, .overview::after {
  content: "";
  display: block;
  position: absolute;
}
.overview::before {
  width: 20rem;
  height: 20rem;
  background: url("../img/overview_bg01.svg") no-repeat center/contain;
  top: 28rem;
  left: -1rem;
  z-index: -1;
}
.overview::after {
  width: 13rem;
  height: 5rem;
  margin: 0 auto;
  background: url("../img/overview_parts01.svg") no-repeat center/contain;
  left: 0;
  right: 0;
  top: -2.6rem;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .overview_info li::before {
  color: #0099CC;
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.4rem;
  text-align: center;
}
.overview > .wrap .overviewL .overview_info li.i_address::before {
  content: "\e80b";
}
.overview > .wrap .overviewL .overview_info li.i_access::before {
  content: "\e80c";
}
.overview > .wrap .overviewL .tel_insta {
  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: 0.8rem 0 0;
}
.overview > .wrap .overviewL .tel_insta li .tel {
  margin-right: 1rem;
  font-size: 2rem;
}
.overview > .wrap .overviewL .tel_insta li .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview > .wrap .overviewL .tbl_bg {
  margin: 1.6rem 0;
  padding: 1rem;
  background: #fff;
}
.overview > .wrap .overviewL .overview_dl {
  font-size: 1.2rem;
}
.overview > .wrap .overviewL .overview_dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .overview_dl div dt {
  min-width: 6.4rem;
  margin: 0 1rem 0 0;
  text-align: center;
  position: relative;
}
.overview > .wrap .overviewL .overview_dl div dt::before, .overview > .wrap .overviewL .overview_dl div dt::after {
  display: inline-block;
  position: absolute;
}
.overview > .wrap .overviewL .overview_dl div dt::before {
  content: "[";
  left: 0;
}
.overview > .wrap .overviewL .overview_dl div dt::after {
  content: "]";
  right: 0;
}
.overview > .wrap .overviewL .overview_dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap iframe {
  border: 2px solid #fff;
  height: 30rem;
}
.overview > .wrap .overviewR .more_map {
  text-align: right;
}
.overview > .wrap .overviewR .more_map a {
  color: #0099CC;
}
.overview > .wrap .overviewR .more_map a::before {
  content: "≫";
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 12rem 0 5.8rem;
    font-size: 1.6rem;
  }
  .overview::before {
    width: 70rem;
    height: 78rem;
    background: url("../img/overview_bg01.svg") no-repeat center/contain;
    top: auto;
    bottom: -32rem;
    left: 38%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .overview::after {
    width: 30rem;
    height: 11rem;
    top: -4.8rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 3.2rem;
    padding: 0;
    text-align: center;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 47.8rem;
  }
  .overview > .wrap .overviewL .overview_info {
    padding: 0 2.2rem;
    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;
  }
  .overview > .wrap .overviewL .overview_info li::before {
    margin-right: 0.4rem;
    width: 1.5rem;
  }
  .overview > .wrap .overviewL .overview_info li.i_address {
    margin-right: 2.2rem;
  }
  .overview > .wrap .overviewL .overview_info li.i_address::before {
    font-size: 1.4rem;
  }
  .overview > .wrap .overviewL .tel_insta {
    margin: 1.5rem 0 0;
  }
  .overview > .wrap .overviewL .tel_insta li .tel {
    margin-right: 2.7rem;
    font-size: 3.4rem;
  }
  .overview > .wrap .overviewL .tbl_bg {
    margin: 2.4rem 0 2.8rem;
    padding: 3.4rem 3.2rem;
  }
  .overview > .wrap .overviewL .overview_dl {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .overview_dl div {
    margin: 0 0 1.5rem;
  }
  .overview > .wrap .overviewL .overview_dl div dt {
    min-width: 9.1rem;
    margin: 0 1.7rem 0 0;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 62rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 6.4rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: url("../img/i_pageup.svg") no-repeat bottom 0.6rem center/60% auto, #EE82B8;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 0 #D2D2D2;
          box-shadow: 3px 3px 0 #D2D2D2;
}
#pageup a::before {
  text-align: center;
  font-size: 1.4rem;
  font-family: "fontello";
  content: "\f005";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 6rem;
  }
  #pageup a {
    width: 10.4rem;
    height: 10.4rem;
    -webkit-box-shadow: 5px 5px 0 #D2D2D2;
            box-shadow: 5px 5px 0 #D2D2D2;
  }
  #pageup a::before {
    font-size: 4rem;
  }
}
.tel_access {
  width: 100%;
  min-height: 4.7rem;
  -webkit-box-shadow: 4px 0 20px #CAEBF6;
          box-shadow: 4px 0 20px #CAEBF6;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tel_access .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;
  text-align: center;
  width: 60%;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_access .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.2rem;
  color: #0099CC;
}
.tel_access .tel a {
  display: inline-block;
}
.tel_access .access_link {
  width: 40%;
  background: #F5F5F5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.tel_access .access_link a {
  width: 100%;
  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;
}
.tel_access .access_link a::before {
  content: "\e80c";
  color: #0099CC;
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.6rem;
  width: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tel_access {
    visibility: hidden;
    display: none !important;
  }
  .tel_access > .tel, .tel_access .access_link {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 12rem;
  background: #F5F5F5;
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0 0 5.2rem;
    position: relative;
  }
  .footer .wrap {
    border-top: 1px solid #9F9F9F;
    padding: 5.2rem 0 5.5rem;
    position: relative;
    z-index: 2;
  }
  .footer .wrap ul {
    display: block;
    text-align: left;
    margin: 0 0 1.4rem;
  }
  .footer .wrap ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 4.2rem;
    margin-bottom: 1.4rem;
  }
  .footer .wrap ul li::before {
    content: "-";
    margin: 0 0.4rem 0 0;
  }
  .footer .wrap ul li a {
    opacity: 1;
  }
  .footer .wrap ul li a span {
    display: none;
  }
  .footer .wrap ul li a .br {
    display: none;
  }
  .footer .wrap ul li a:hover {
    text-decoration: underline;
  }
  .footer .wrap ul li.treatment {
    display: none;
  }
  .footer .wrap ul.footer_gnav {
    margin: 0 0 3.4rem;
  }
  .footer .wrap ul.footer_gnav li {
    color: #0099CC;
    font-weight: 500;
  }
  .footer .wrap ul.footer_gnav li::before {
    content: "■";
  }
  .footer .copy {
    font-size: 1.2rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0;
  max-width: 100%;
  height: 30rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
  position: relative;
}
#keyvsl #keyvsl_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
#keyvsl #keyvsl_area .wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
#keyvsl #keyvsl_area .wrap .kv_txt {
  color: #303030;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 8rem;
}
#keyvsl #keyvsl_area .wrap .kv_txt .eng_txt {
  font-family: "Italianno", cursive;
  font-size: 3.2rem;
  color: #F6A5CE;
  position: relative;
  z-index: -1;
}
#keyvsl #keyvsl_area .wrap .kv_txt .eng_txt::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/index_keyvsl_parts01.svg") no-repeat center/contain;
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#keyvsl #keyvsl_area .wrap .kv_txt .eng_txt::after {
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  background: url("../img/index_keyvsl_bg01.svg") no-repeat center/contain;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 58.6rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl #keyvsl_area .wrap {
    width: 1180px;
    padding: 0;
  }
  #keyvsl #keyvsl_area .wrap .kv_txt {
    font-size: 2.4rem;
    bottom: 12rem;
  }
  #keyvsl #keyvsl_area .wrap .kv_txt .eng_txt {
    font-size: 9rem;
    line-height: 1.3;
  }
  #keyvsl #keyvsl_area .wrap .kv_txt .eng_txt::before {
    width: 16rem;
    height: 16rem;
    left: -16rem;
    top: 35%;
  }
  #keyvsl #keyvsl_area .wrap .kv_txt .eng_txt::after {
    width: 22rem;
    height: 38rem;
    left: -10rem;
    top: 30%;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 0;
}
.info .wrap .tit_02 {
  padding: 0 4rem;
  font-family: "Urbanist", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0099CC;
}
.info .wrap .tit_02 .size_s {
  font-size: 1.2rem;
  margin-left: 0.8rem;
  text-align: right;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info .wrap .tit_02::before {
  content: "";
  width: 4rem;
  height: 3rem;
  display: block;
  margin-right: 0.2rem;
  background: url("../img/tit_02_parts01.svg") no-repeat center/contain;
  position: static;
}
.info .wrap section {
  margin: 0 0 4rem;
}
.info .wrap section .tit_03 {
  text-align: left;
  font-weight: 600;
  position: relative;
  padding: 0.8rem 0 0.8rem 2rem;
  margin: 0 0 2rem;
}
.info .wrap section .tit_03::before, .info .wrap section .tit_03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #eee;
}
.info .wrap section .tit_03::before {
  width: 3rem;
  height: 100%;
  left: 0;
}
.info .wrap section .tit_03::after {
  height: 1px;
  width: calc(100% - 3rem);
  left: 3rem;
}
.info .wrap section dl {
  margin: 0 0 2rem;
  line-height: 1.4;
  padding: 0.2rem 1rem 1rem;
  height: auto;
}
.info .wrap section dl dt {
  margin: 1rem 0 0.4rem;
  color: #0099CC;
  cursor: pointer;
  display: table;
}
.info .wrap section dl dt:hover {
  opacity: 0.8;
}
.info .wrap section dl dt .date {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Urbanist", sans-serif;
  padding: 0;
  margin-bottom: 0.6rem;
  color: #3B3B3B;
}
.info .wrap section dl dt .tit {
  display: block;
  font-weight: bold;
}
.info .wrap section dl dt .tit::before {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  margin-right: 0.2rem;
}
.info .wrap section dl dt.close .tit::before {
  content: "\e803";
}
.info .wrap section dl dd {
  padding: 1rem 0 1rem;
  margin: 0;
}
.info .wrap section dl dd:nth-of-type(n+4) {
  display: none;
}
.info .wrap section dl dd p {
  margin: 0;
}
.info .wrap section.info_01 {
  border-bottom: 1px solid #F6A2CD;
}
.info .wrap section.info_01 .tit_03 {
  color: #DC5D9D;
  font-size: 2rem;
  font-family: "Urbanist", sans-serif;
}
.info .wrap section.info_01 .tit_03::before {
  background: #FFDFEF;
}
.info .wrap section.info_01 .tit_03::after {
  background: #F6A2CD;
}
.info .wrap section.info_01 .tit_03 .size_s {
  font-weight: normal;
  color: #676767;
  font-size: 80%;
}
.info .wrap section.info_01 dt .tit {
  color: #DC5D9D;
}
.info .wrap section.info_01 dt .tit::before {
  color: #F6A2CD;
}
.info .wrap section.info_02 {
  border-bottom: 1px solid #3BBEF7;
}
.info .wrap section.info_02 .tit_03 {
  color: #0099CC;
}
.info .wrap section.info_02 .tit_03::before {
  background: #C5F0FE;
}
.info .wrap section.info_02 .tit_03::after {
  background: #3BBEF7;
}
.info .wrap section.info_02 dt .tit {
  color: #0099CC;
}
.info .wrap section.info_02 dt .tit::before {
  color: #3BBEF7;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8.4rem 0 0;
  }
  .info .wrap .tit_02 {
    font-size: 2.8rem;
    margin: 0 0 3.1rem;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .info .wrap .tit_02 .size_s {
    font-size: 1.4rem;
    margin-left: 1.6rem;
    text-align: left;
  }
  .info .wrap .tit_02::before {
    width: 13rem;
    height: 8.2rem;
    margin-right: 0.4rem;
  }
  .info .wrap section {
    margin: 0 0 8.4rem;
  }
  .info .wrap section .tit_03 {
    padding: 0.4rem 0 0.4rem 1.4rem;
    margin: 0 0 3rem;
  }
  .info .wrap section .tit_03::before {
    width: 2.8rem;
  }
  .info .wrap section .tit_03::after {
    width: calc(100% - 2.8rem);
    left: 2.8rem;
  }
  .info .wrap section dl {
    margin: 0 0 3rem;
    padding: 1rem 1rem;
  }
  .info .wrap section dl dt {
    margin: 1rem 0 0.4rem;
  }
  .info .wrap section dl dt .date {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 0;
  }
  .info .wrap section dl dt .tit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    margin: 0.8rem 0 0;
    padding-left: 2rem;
    text-indent: -2rem;
  }
  .info .wrap section dl dt .tit::before {
    margin-right: 0.6rem;
  }
  .info .wrap section dl dd {
    font-size: 1.6rem;
    padding: 1rem 0 3rem 0;
    margin: 0;
  }
  .info .wrap section dl dd:nth-of-type(n+4) {
    display: none;
  }
  .info .wrap section dl dd p {
    margin: 0;
  }
  .info .wrap section.info_01 .tit_03 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  .info .wrap section.info_01 .tit_03 .size_s {
    font-size: 2rem;
    margin-left: 0.4rem;
  }
  .info .wrap section.info_02 .tit_03 {
    font-size: 2.4rem;
  }
}
/* 概要 -------------------------------------- */
.overview_column {
  padding: 4rem 0;
  background: #E2F7FF;
}
.overview_column .wrap .left_content {
  margin: 0 0 2rem;
}
.overview_column .wrap .left_content .overview_info {
  max-width: 74%;
  display: block;
  margin: 0 auto 0.8rem;
  text-align: center;
  position: relative;
}
.overview_column .wrap .left_content .overview_info::before, .overview_column .wrap .left_content .overview_info::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.8rem;
  width: 13%;
  height: 3rem;
}
.overview_column .wrap .left_content .overview_info::before {
  left: -4rem;
  background-image: url("../img/tit_02_parts02.svg");
}
.overview_column .wrap .left_content .overview_info::after {
  right: -3.6rem;
  background-image: url("../img/tit_02_parts03.svg");
}
.overview_column .wrap .left_content .overview_info li {
  text-align: left;
}
.overview_column .wrap .left_content .overview_info li::before {
  color: #0099CC;
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.4rem;
  text-align: center;
}
.overview_column .wrap .left_content .overview_info li.i_address::before {
  content: "\e80b";
}
.overview_column .wrap .left_content .overview_info li.i_access::before {
  content: "\e80c";
}
.overview_column .wrap .left_content .tel_insta {
  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: 0.8rem 0 1.6rem;
}
.overview_column .wrap .left_content .tel_insta li .tel {
  margin-right: 1rem;
  font-size: 2rem;
}
.overview_column .wrap .left_content .tel_insta li .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview_column .wrap .left_content .tbl_bg {
  padding: 1rem;
  background: #fff;
}
.overview_column .wrap .right_content .gmap {
  height: 28rem;
}
.overview_column .wrap .right_content .more_map {
  text-align: right;
}
.overview_column .wrap .right_content .more_map a {
  display: inline-block;
  text-decoration: none !important;
  color: #0099CC;
}
.overview_column .wrap .right_content .more_map a::before {
  content: "≫";
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .overview_column {
    padding: 8.6rem 0 8rem;
  }
  .overview_column .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview_column .wrap > div {
    width: 54rem;
  }
  .overview_column .wrap > div.left_content {
    margin: 0;
  }
  .overview_column .wrap > div.left_content .overview_info {
    max-width: 100%;
    padding-left: 13rem;
  }
  .overview_column .wrap > div.left_content .overview_info::before {
    left: 0.4rem;
    width: 9.7rem;
    height: 6.5rem;
  }
  .overview_column .wrap > div.left_content .overview_info::after {
    right: 3.8rem;
    width: 6.6rem;
    height: 7.2rem;
  }
  .overview_column .wrap > div.left_content .overview_info li {
    margin: 0 0 1rem;
  }
  .overview_column .wrap > div.left_content .overview_info li::before {
    width: 1.5rem;
    margin-right: 0.8rem;
  }
  .overview_column .wrap > div.left_content .tel_insta {
    margin: 0;
    padding-left: 13rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview_column .wrap > div.left_content .tel_insta li .tel {
    font-size: 3.2rem;
  }
  .overview_column .wrap > div.left_content .tbl_bg {
    margin: 1.8rem 0 0;
    padding: 3.8rem 3.3rem;
  }
  .overview_column .wrap > div.right_content .gmap {
    height: 45.5rem;
  }
  .overview_column .wrap > div.right_content .more_map {
    margin: 0.8rem 0 0;
  }
}
/* ベルフィーユ今井レディースクリニックについて -------------------------------------- */
.about {
  padding: 6.2rem 0 2rem;
  background: url("../img/index_about_bg01.jpg") no-repeat top right/100% auto;
}
.about .wrap .tit_02::before {
  background: url("../img/tit_02_parts04.svg") no-repeat center/contain;
  top: -3.2rem;
  left: 0.6rem;
}
.about .wrap .tit_02::after {
  content: none;
}
.about .wrap .tit_02 .eng_txt {
  top: 3.3rem;
}
.about .wrap section {
  position: relative;
  padding: 14.8rem 0 18rem;
}
.about .wrap section::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  background: url("../img/index_about_bg02.svg") no-repeat top center/contain;
}
.about .wrap section .tit {
  color: #0099CC;
  font-size: 110%;
}
.about .wrap section .more a {
  text-decoration: none !important;
  border-bottom: 1px solid #3B3B3B;
}
.about .wrap section .more a::before {
  content: "\f006";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.about .wrap section .bg_img li {
  display: block;
  position: absolute;
}
.about .wrap section .bg_img li.item_01 {
  height: 13rem;
  width: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 0.4rem;
}
.about .wrap section .bg_img li.item_02 {
  width: 10rem;
  height: 10rem;
  left: 12rem;
  bottom: 8rem;
}
.about .wrap section .bg_img li.item_02::before, .about .wrap section .bg_img li.item_02::after {
  content: "";
  display: block;
  background: #E8E8E8;
  position: absolute;
}
.about .wrap section .bg_img li.item_02::before {
  width: 4rem;
  height: 4rem;
  left: 10rem;
  bottom: -4rem;
}
.about .wrap section .bg_img li.item_02::after {
  width: 3rem;
  height: 3rem;
  left: 14rem;
  bottom: -7rem;
}
.about .wrap section .bg_img li.item_03 {
  width: 12rem;
  height: 12rem;
  left: 0;
  bottom: 0;
}
.about .wrap section .bg_img img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 16.2rem 0 8rem;
    background: url("../img/index_about_bg01.jpg") no-repeat top center/auto auto;
  }
  .about .wrap .tit_02 {
    text-align: left;
  }
  .about .wrap .tit_02::before {
    background: url("../img/tit_02_parts04.svg") no-repeat center/contain;
    top: -9.8rem;
    left: -0.6rem;
  }
  .about .wrap .tit_02 .eng_txt {
    top: 1.6rem;
  }
  .about .wrap section {
    width: 63.8rem;
    margin: 0 0 0 auto;
    padding: 19rem 0 18rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .about .wrap section::before {
    width: 57rem;
    height: 57rem;
    top: 20%;
    left: -10rem;
    right: auto;
  }
  .about .wrap section .tit {
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 0 0 3.3rem;
  }
  .about .wrap section .bg_img {
    margin: 32rem 0 0;
  }
  .about .wrap section .bg_img li.item_01 {
    height: 62.5rem;
    right: auto;
    left: -53.8rem;
    top: 5rem;
  }
  .about .wrap section .bg_img li.item_02 {
    width: 22.1rem;
    height: 21.8rem;
    left: 25.5rem;
    bottom: 25.3rem;
  }
  .about .wrap section .bg_img li.item_02::before {
    width: 8.6rem;
    height: 8.5rem;
    left: 22.1rem;
    bottom: -8.2rem;
  }
  .about .wrap section .bg_img li.item_02::after {
    width: 4.8rem;
    height: 4.7rem;
    left: 30.6rem;
    bottom: 0.1rem;
  }
  .about .wrap section .bg_img li.item_03 {
    width: 25.5rem;
    height: 25.5rem;
    left: 0;
    bottom: 0;
  }
}
/* 当院の診療内容 -------------------------------------- */
.treatmentMenu {
  padding: 2rem 0 2rem;
  background: url("../img/index_treatmentMenu_bg01.jpg") no-repeat top/cover;
}
.treatmentMenu .wrap .tit_02 {
  font-size: 1.2rem;
}
.treatmentMenu .wrap .tit_02::before {
  background: url("../img/tit_02_parts02.svg") no-repeat center/contain;
  left: 4.6rem;
  top: 0;
}
.treatmentMenu .wrap .tit_02::after {
  background: url("../img/tit_02_parts05.svg") no-repeat center/contain;
  right: 4.6rem;
  top: 0;
}
.treatmentMenu .wrap .tit_02 .ex {
  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;
  font-size: 1.6rem;
  margin: 0.4rem 0 0;
}
.treatmentMenu .wrap .tit_02 .ex::before, .treatmentMenu .wrap .tit_02 .ex::after {
  content: "～";
  display: inline-block;
  margin: 0 0.4rem;
}
.treatmentMenu .wrap .tit_02 .eng_txt {
  top: 3.6rem;
}
.treatmentMenu .wrap > div section .tit_03 {
  margin: 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DC5D9D;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
}
.treatmentMenu .wrap > div section .tit_03::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0.3rem;
  height: 0.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #DC5D9D;
}
.treatmentMenu .wrap > div section .tit_03 .eng_txt {
  font-size: 1.2rem;
  margin: 0 0 0 0.4rem;
  padding-top: 0.4rem;
}
.treatmentMenu .wrap > div section .tit_03 .bottom_txt {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  bottom: -1.6rem;
}
.treatmentMenu .wrap > div section ul {
  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;
}
.treatmentMenu .wrap > div section ul li {
  width: 49%;
  margin: 0 0 1.6rem;
}
.treatmentMenu .wrap > div section ul li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.treatmentMenu .wrap > div.gynecology_column {
  padding: 2rem 0 10rem;
  background: url("../img/index_treatmentMenu_parts01.png") no-repeat center bottom 1rem/7rem auto;
}
.treatmentMenu .wrap > div.gynecology_column ul li a::before {
  content: "";
  display: block;
  margin: 0 auto 0.8rem;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60%;
  -webkit-box-shadow: 0 0 20px #CAEBF6;
          box-shadow: 0 0 20px #CAEBF6;
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_01::before {
  background-image: url("../img/index_treatmentMenu_gynecology_01.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_02::before {
  background-image: url("../img/index_treatmentMenu_gynecology_02.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_03::before {
  background-image: url("../img/index_treatmentMenu_gynecology_03.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_04::before {
  background-image: url("../img/index_treatmentMenu_gynecology_04.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_05::before {
  background-image: url("../img/index_treatmentMenu_gynecology_05.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_06::before {
  background-image: url("../img/index_treatmentMenu_gynecology_06.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_07::before {
  background-image: url("../img/index_treatmentMenu_gynecology_07.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_08::before {
  background-image: url("../img/index_treatmentMenu_gynecology_08.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_09::before {
  background-image: url("../img/index_treatmentMenu_gynecology_09.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_10::before {
  background-image: url("../img/index_treatmentMenu_gynecology_10.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_11::before {
  background-image: url("../img/index_treatmentMenu_gynecology_11.svg");
}
.treatmentMenu .wrap > div.gynecology_column ul li a.gynecology_12::before {
  background-image: url("../img/index_treatmentMenu_gynecology_12.svg");
}
.treatmentMenu .wrap > div.Aesthetic_Available_column {
  padding: 1rem 0 9rem;
  background: url("../img/index_treatmentMenu_parts02.png") no-repeat center bottom 1rem/7rem auto;
}
.treatmentMenu .wrap > div.Aesthetic_Available_column > div {
  padding: 1rem 0 1rem;
}
.treatmentMenu .wrap > div.Aesthetic_Available_column > div.Aesthetic_column ul li a {
  background: #DCF7FF;
  border: 1px solid #fff;
}
.treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column ul li a {
  background: #fff;
  border: 1px solid #B2EAFF;
}
.treatmentMenu .wrap > div.Aesthetic_Available_column > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  height: 100%;
  -webkit-box-shadow: 0 0 20px #CAEBF6;
          box-shadow: 0 0 20px #CAEBF6;
  color: #007BA4;
}

@media screen and (min-width: 48em), print {
  .treatmentMenu {
    padding: 14rem 0 6.5rem;
  }
  .treatmentMenu .wrap .tit_02 {
    font-size: 2.4rem;
  }
  .treatmentMenu .wrap .tit_02::before {
    left: 36%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5rem;
    top: auto;
  }
  .treatmentMenu .wrap .tit_02::after {
    right: 26%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5rem;
    top: auto;
  }
  .treatmentMenu .wrap .tit_02 .ex {
    font-size: 3.6rem;
    margin: 1.4rem 0 0;
  }
  .treatmentMenu .wrap .tit_02 .ex::before, .treatmentMenu .wrap .tit_02 .ex::after {
    margin: 0 0.2rem;
  }
  .treatmentMenu .wrap .tit_02 .eng_txt {
    top: 4.6rem;
  }
  .treatmentMenu .wrap > div section .tit_03 {
    font-size: 3rem;
    margin: 0 0 6rem;
  }
  .treatmentMenu .wrap > div section .tit_03::after {
    margin-left: 1.4rem;
  }
  .treatmentMenu .wrap > div section .tit_03 .eng_txt {
    font-size: 1.6rem;
    margin-left: 1.4rem;
  }
  .treatmentMenu .wrap > div section .tit_03 .bottom_txt {
    font-size: 1.6rem;
    bottom: -2.4rem;
  }
  .treatmentMenu .wrap > div.gynecology_column {
    padding: 0 0 9.5rem;
    background: url("../img/index_treatmentMenu_parts01.png") no-repeat right top/auto auto;
  }
  .treatmentMenu .wrap > div.gynecology_column .tit_03 {
    width: 69.3rem;
  }
  .treatmentMenu .wrap > div.gynecology_column ul {
    width: 69.3rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .treatmentMenu .wrap > div.gynecology_column ul li {
    width: 13.2rem;
    margin-right: 5.5rem;
    margin-bottom: 2.4rem;
  }
  .treatmentMenu .wrap > div.gynecology_column ul li:nth-child(4n) {
    margin-right: 0;
  }
  .treatmentMenu .wrap > div.gynecology_column ul li a::before {
    width: 13.2rem;
    height: 13.2rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column {
    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: 0 0 3.5rem;
    background: url("../img/index_treatmentMenu_parts02.png") no-repeat center top 6.3rem/auto auto;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div {
    padding: 1rem 0 1rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Aesthetic_column .tit_03 {
    width: 53.1rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column .tit_03 {
    width: 52.9rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column .tit_03::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.3rem 0 0;
    height: 0.1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #DC5D9D;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column .tit_03::after {
    content: none;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column .tit_03 .bottom_txt {
    left: auto;
    right: 0;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column ul {
    margin: 0 0 0 auto;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column ul li:nth-child(2n) {
    margin-right: 0;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div.Available_column ul li:last-child {
    margin-left: auto;
    margin-right: 0;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div ul {
    width: 34rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div ul li {
    width: 15.8rem;
    margin-right: 2.4rem;
    margin-bottom: 2.1rem;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div ul li:nth-child(2n) {
    margin-right: 0;
  }
  .treatmentMenu .wrap > div.Aesthetic_Available_column > div ul li a {
    font-size: 1.6rem;
    height: 6.2rem;
    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;
  }
}
/* 特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
  background: url("../img/index_feature_bg01.jpg") no-repeat top 13rem center/cover;
}
.feature .wrap .tit_02::before {
  background: url("../img/tit_02_parts06.svg") no-repeat center/contain;
  left: 2rem;
  bottom: -1rem;
}
.feature .wrap .tit_02::after {
  background: url("../img/tit_02_parts07.svg") no-repeat center/contain;
  right: 2rem;
  bottom: -1rem;
}
.feature .wrap ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: feature_num;
}
.feature .wrap ul li {
  counter-increment: feature_num 1;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3rem;
  border-bottom: 1px solid #0099CC;
}
.feature .wrap ul li:nth-child(even) {
  margin-right: 0;
  position: relative;
  top: 18rem;
}
.feature .wrap ul li figure {
  margin: 0;
  padding: 0;
}
.feature .wrap ul li figure .img {
  position: relative;
}
.feature .wrap ul li figure .img::before {
  content: counter(feature_num);
  color: #fff;
  position: absolute;
  right: 1.6rem;
  bottom: 1.5rem;
  font-size: 9rem;
  line-height: 0;
  font-family: "Italianno", cursive;
}
.feature .wrap ul li figure .img img {
  display: block;
}
.feature .wrap ul li figure p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  color: #0099CC;
  font-weight: 500;
  margin: 0.4rem 0 0;
}
.feature .wrap ul li figure figcaption {
  padding: 0.8rem 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10.4rem 0 14rem;
    background: url("../img/index_feature_bg01.jpg") no-repeat top 36rem center/auto auto;
  }
  .feature .wrap .tit_02::before {
    left: 28%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3rem;
  }
  .feature .wrap .tit_02::after {
    right: 19%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3rem;
  }
  .feature .wrap ul {
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .feature .wrap ul li {
    width: 35.7rem;
    margin-right: 5.4rem;
    margin-bottom: 0;
  }
  .feature .wrap ul li:nth-child(even) {
    top: 7.2rem;
    margin-right: inherit;
  }
  .feature .wrap ul li:last-child {
    margin-right: 0;
  }
  .feature .wrap ul li figure .img::before {
    bottom: 4.2rem;
    right: 4rem;
    font-size: 24rem;
  }
  .feature .wrap ul li figure p {
    font-size: 2.4rem;
    margin: 2.4rem 0 0;
  }
  .feature .wrap ul li figure figcaption {
    font-size: 1.6rem;
    padding: 1.3rem 0 2.3rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) #keyvsl_low {
  background: url("../img/header_keyvsl_low.jpg") no-repeat top/cover;
  position: relative;
}
@media screen and (min-width: 48em), print {
  body:not(.index) #keyvsl_low {
    min-height: 32rem;
  }
}
body:not(.index).stain #keyvsl_low, body:not(.index).wrinkles #keyvsl_low, body:not(.index).hair-loss #keyvsl_low, body:not(.index).piercing #keyvsl_low, body:not(.index).hyperhidrosis #keyvsl_low, body:not(.index).diet #keyvsl_low, body:not(.index).cutera #keyvsl_low, body:not(.index).chemical-peel #keyvsl_low, body:not(.index).VitaminC-iontophoresis #keyvsl_low, body:not(.index).botox #keyvsl_low, body:not(.index).garlic-injection #keyvsl_low, body:not(.index).External-medicine #keyvsl_low, body:not(.index).farmup #keyvsl_low {
  background: url("../img/header_keyvsl_low02.jpg") no-repeat top/cover;
}
body:not(.index).stain .tit_01, body:not(.index).wrinkles .tit_01, body:not(.index).hair-loss .tit_01, body:not(.index).piercing .tit_01, body:not(.index).hyperhidrosis .tit_01, body:not(.index).diet .tit_01, body:not(.index).cutera .tit_01, body:not(.index).chemical-peel .tit_01, body:not(.index).VitaminC-iontophoresis .tit_01, body:not(.index).botox .tit_01, body:not(.index).garlic-injection .tit_01, body:not(.index).External-medicine .tit_01, body:not(.index).farmup .tit_01 {
  color: #AF3B76;
}
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.4rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "≫";
    display: inline-block;
    margin: 0 1.5rem;
  }
  body:not(.index) .breadcrumb_list li a {
    color: #DC5D9D;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
body:not(.index) .main {
  margin: 0 1rem 10rem;
  line-height: 1.6;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  .cf .img_l.size_l, .cf .img_r.size_l {
    max-width: 60%;
  }
  .cf .img_l ~ .lst_ul01 li {
    text-indent: 0;
  }
  .cf .img_l ~ .inline {
    width: 58%;
    margin: 0 0 0 auto;
  }
}
.img_flex img {
  display: block;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 48em), print {
  .img_flex {
    margin: 4rem auto 4rem;
    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;
  }
  .img_flex > img {
    width: 44%;
  }
}

/* ドクター紹介 */
.doctor .main .dr_name {
  text-align: right;
}
.doctor .main .dr_name span {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .doctor .main .dr_name span {
    margin-left: 0.8rem;
    font-size: 140%;
  }
}

/* 初めての方へ */
.first .main .tel {
  font-size: 120%;
}
.first .main .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .first .main .tel {
    font-size: 140%;
  }
}

/* クリニック紹介 */
#slider, #thumbnail_slider {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider, #thumbnail_slider {
    max-width: 750px;
  }
}

#slider {
  margin: 0 auto 0.2rem;
}
#slider figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
}
#thumbnail_slider .slick-list .thumbnail-item img {
  cursor: -webkit-grab;
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#thumbnail_slider .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider .slick-prev::before, #thumbnail_slider .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

#clinicslide {
  margin-bottom: 8rem;
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .main .tbl_time tbody tr th {
  text-align: center;
}
.access .main .tbl_time tbody tr th:first-child {
  text-align: left;
}
.access .main .tel {
  font-size: 120%;
}
.access .main .tel::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .access .main .tel {
    font-size: 140%;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main footer .wrap {
  border-top: none;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
    margin: 3rem 0 0;
  }
  .access .main .tbl_time caption {
    font-size: 100%;
  }
  .access .main .tbl_time tbody tr th {
    font-size: 2rem;
  }
  .access .main .tbl_time tbody tr th:first-child {
    font-size: 2rem;
  }
  .access .main .center_box {
    text-align: center !important;
  }
  .access .main .center_box p {
    display: inline-block !important;
    text-align: left;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
/*# sourceMappingURL=style.css.map */