@charset "UTF-8";

html {
  background-color: #fff;
}

body {
  color: #26171f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

body.loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

figure {
  margin: 0;
}

figcaption.textBox {
  padding-top: 5%;
}

.normalDl dt {
  border-bottom: 0.5px solid #26171f;
  text-align: center;
  padding: .5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.normalDl dd {
  margin-bottom: 2rem;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.effect {
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.effect.active {
  opacity: 1.0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect.inactive {
  opacity: 0;
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.effect.inactiveTop {
  opacity: 0;
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.effect.sectionTitle.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.effect.sectionTitle.inactive,
.effect.sectionTitle.inactiveTop {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#contents {
  background: #fff url("/lp/shimi/image/main_model2.jpg") no-repeat top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

#contents.p-shimi {
  background: #fff url("/lp/shimi/image/kv_pc.jpg") no-repeat top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

@media only screen and (max-width: 812px) {
  #contents.p-shimi {
    background: #fff url("/lp/shimi/image/kv_sp.jpg") no-repeat top center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

#contents2 {
  background: #fff url("/lp/shimi/image/main_model_2.jpg") no-repeat top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

#contents2_2 {
  background: #fff url("/lp/shimi/image/main_model_shimi2.jpg") no-repeat top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

#loading {
  display: none;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.loading #loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#loadingFrame {
  position: relative;
  height: 4px;
  width: 11rem;
  background-color: #fff;
  border: 0.5px solid #26171f;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}

#loadingBar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1%;
  border: 0.5px solid #fff;
  background-color: #26171f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#mainImage {
  position: relative;
  overflow: hidden;
  margin-bottom: -10%;
}

#mainImage .mainImage {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

#mainImage .textBox {
  display: block;
  position: absolute;
  color: #fff;
}

/* シミLP */
.c-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: center;
}

.c-flex-wrap {
  flex-wrap: wrap;
}

.p-shimi #mainImage {
  margin-bottom: 0;
}

#mainImage .p-shimi__header {
  padding: 2%;
  background-color: #fff;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__header {
    margin-bottom: 0;
    padding: 0;
    height: 62px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

#mainImage .p-shimi__header h1 {
  width: 50%;
  display: flex;
  align-items: center;
}

#mainImage .p-shimi__header h1 img {
  width: 320px;
  margin: 0 0 0 8px;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__header h1 {
    width: 70%;
  }

  #mainImage .p-shimi__header h1 img {
    width: 100%;
    margin: 0;
    width: 50vw;
    max-width: 200px;
    margin-left: 15px;
  }
}

#mainImage .p-shimi__header p {
  width: 25%;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__header p {
    width: 25%;
  }
}

#mainImage .p-shimi__text img {
  margin: 0 0 -10px;
}

#mainImage .p-shimi__text img {
  margin-left: 0;
}

#mainImage .p-shimi__text--02 {
  margin-bottom: 2%;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__text--01 {
    padding: 56% 3% 0;
  }

  #mainImage .p-shimi__text--02 {
    margin-bottom: 3%;
  }
}

#mainImage .p-shimi__cam {
  background-image: -ms-linear-gradient(left bottom, #FFFFFF 0%, #FDE3DB 100%);
  background-image: linear-gradient(to left bottom, #FFFFFF 0%, #FDE3DB 100%);
  padding: 40px 0 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__cam {
    padding: 20px 0 10px;
  }
}

#mainImage .p-shimi__cam__title {
  background: url("/lp/shimi/image/cam-bg01.png") no-repeat center bottom;
  padding-bottom: 80px;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__cam__title {
    background-size: 90% auto;
    padding: 0 2% 11vw;
  }
}

#mainImage .p-shimi__price {
  padding: 4% 1% 1% 1%;
  margin-bottom: 4%;
}

#mainImage .p-shimi__price li {
  width: 48%;
  margin: 1%;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__price li {
    width: 48%;
    margin: 1%;
  }
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__tel__title {
    padding: 0 10%;
  }
}

#mainImage .p-shimi__tel .c-flex {
  margin-left: -0.5%;
  margin-right: -0.5%;
  padding: 10px 1%;
}

@media only screen and (max-width: 812px) {
  #mainImage .p-shimi__tel .c-flex {
    padding: 10px 6%;
  }
}

#mainImage .p-shimi__tel .c-flex>* {
  width: 33%;
  width: calc(100% / 3);
  margin: 0 0.5%;
}

.p-shimi #mainImage #menu {
  position: static;
  /* margin-bottom: 3%; */
}

.p-shimi #mainImage #menu div {
  width: 49%;
  margin: 0 auto;
}

@media only screen and (max-width: 812px) {
  .p-shimi #mainImage #menu.fixed {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 13%;
  }
}

/* .p-shimi__plan .p300 {
  background: url("/lp/shimi/image/300_bg.jpg") no-repeat center top #d8c2c2;
  -webkit-background-size: 100%;
  background-size: 100% auto;
  padding-top: 40%;
  padding-bottom: 5%;
}
.p-shimi__plan .p300 .text01 {
  margin-bottom: 5%;
}
.p-shimi__plan .p300 .text02 {
  margin-bottom: 3%;
}
.p-shimi__plan .p300 .text03,
.p-shimi__plan .p300 .text04 {
  margin-bottom: 3%;
} */

#qswitch img {
  width: 100%;
}

.p-shimi__plan .p-shimi__video {
  padding: 3%;
  background: linear-gradient(to right, #cab4b6, #d8c2c2);
}

.p-shimi__plan .p-shimi__video video {
  width: 100%;
  ertical-align: bottom;
}

#siteLogo {
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#siteLogo.fixed {
  position: fixed;
}

#siteLogo img {
  width: 100%;
  max-width: 800px;
}

#textImage {
  z-index: 4;
}

#photoImage {
  z-index: 3;
}

#blurImage {
  z-index: 2;
}

#baseImage {
  z-index: 1;
  -moz-transform-origin: 50% 100% 50%;
  -ms-transform-origin: 50% 100% 50%;
  -webkit-transform-origin: 50% 100% 50%;
  transform-origin: 50% 100% 50%;
}

#bgImage {
  z-index: 0;
  width: 100%;
}

#menu {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: 7.5%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#menu.fixed {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#menu div {
  width: 47.5%;
}

#menu div a,
#menu div img {
  width: 100%;
  display: block;
}

#menu .button {
  -moz-box-shadow: 0px 0px 30px rgba(93, 36, 40, 0.4);
  -webkit-box-shadow: 0px 0px 30px rgba(93, 36, 40, 0.4);
  box-shadow: 0px 0px 30px rgba(93, 36, 40, 0.4);
}

/*.section { margin-bottom: $sectionMargin;
}*/
.sectionTitle {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  padding: 5%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0084a9;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textBox {
  padding: 2rem 5%;
  background-color: #fff;
}

.textBox p {
  margin-bottom: 1rem;
}

.textBox p:last-child {
  margin-bottom: 0;
}

.textBox strong {
  color: #f2356d;
  font-weight: bold;
}

.largeText {
  font-weight: bold;
  font-style: italic;
  padding: 2rem;
  line-height: 2rem;
}

.largeText p {
  white-space: nowrap;
}

.floatBox {
  position: relative;
  background-color: #f2f8fb;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  z-index: 10;
  -moz-box-shadow: 0px 0px 30px rgba(77, 79, 93, 0.4);
  -webkit-box-shadow: 0px 0px 30px rgba(44, 92, 93, 0.4);
  box-shadow: 0px 0px 30px rgba(42, 93, 63, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.floatBox:after {
  content: " ";
  display: block;
  border: 0.5px solid #26171f;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button {
  display: block;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.reserve_btn_wrapper .ttl {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}
.reserve_btn_cont {
  display: flex;
}

.bannerBox {
  margin: 2rem 2%;
}

.imageSection {
  min-height: 100vh;
  margin: 0;
  color: #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.imageSection.dermatology1 {
  background-image: url("/lp/shimi/image/dermatology01.jpg");
}

.imageSection.dermatology2 {
  background-image: url("/lp/shimi/image/dermatology04.jpg");
}

.imageSection.dermatology3 {
  background-image: url("/lp/shimi/image/dermatology03.jpg");
}

/* .imageSection dt,
.imageSection dd {
  margin: 0 5%;
} */

.imageSection dt {
  text-align: center;
  font-weight: bold;
  margin: 2rem 5% 0;
  border-bottom: .5px solid #fff;
  line-height: 2;
}

.imageSection dd {
  max-width: 500px;
  margin: 1rem 5% 2rem;
}

.imageSection .sectionTitle {
  width: 100%;
  background-color: rgba(0, 132, 169, 0.9);
}

.imageSection .textBox {
  background-color: transparent;
}

.imageSection .flex {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#compare figcaption,
#compare dt {
  text-align: center;
  font-weight: bold;
}

#compare dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#compare dl dt,
#compare dl dd {
  border: none;
  padding: .5rem;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

#compare dl dt.salon {
  background-color: rgba(102, 102, 102, 0.5);
  -webkit-order: 1;
  order: 1;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#compare dl dt.clinic {
  background-color: rgba(169, 0, 88, 0.7);
  -webkit-order: 2;
  order: 2;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

#compare dl dd {
  padding: .5em;
}

#compare dl dd.salon {
  background-color: rgba(102, 102, 102, 0.25);
  -webkit-order: 3;
  order: 3;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#compare dl dd.clinic {
  background-color: rgba(169, 0, 88, 0.5);
  -webkit-order: 4;
  order: 4;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#compare dl dd.nowrap {
  text-align: center;
}

#clinicPhotos figure {
  padding: 0;
  margin: 0;
  position: relative;
}

#clinicPhotos figure figcaption {
  position: absolute;
  font-size: 0.8rem;
  white-space: nowrap;
  text-align: center;
  padding: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

#clinicPhotos figure.orientationImage {
  height: 100vh;
  max-height: 1200px;
  text-align: center;
  overflow: hidden;
}

#clinicPhotos figure.orientationImage img {
  display: inline-block;
  vertical-align: bottom;
  max-width: inherit;
  margin: 0 -100%;
  height: 100%;
}

#clinicPhotos figure.orientationImage figcaption {
  font-size: 1.2rem;
  width: auto;
  left: 0;
  right: -100%;
  text-align: left;
  background-color: transparent;
  padding-left: 100%;
  -moz-transition-property: right, padding-left;
  -o-transition-property: right, padding-left;
  -webkit-transition-property: right, padding-left;
  transition-property: right, padding-left;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

#clinicPhotos figure.orientationImage figcaption.inactive {
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

#clinicPhotos figure.orientationImage figcaption.inactive::after {
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

#clinicPhotos figure.orientationImage figcaption::after {
  position: absolute;
  content: "";
  background-color: #f2356d;
  height: 1px;
  left: 100%;
  right: -500%;
  bottom: 0;
  -moz-transition-property: right, left;
  -o-transition-property: right, left;
  -webkit-transition-property: right, left;
  transition-property: right, left;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#clinicPhotos figure.orientationImage figcaption.active {
  right: 0;
  padding-left: 5%;
}

#clinicPhotos figure.orientationImage figcaption.active::after {
  left: -100%;
  right: 100%;
}

#clinicPhotos figure.orientationImage#clinicPhoto1 figcaption {
  bottom: 60%;
}

#clinicPhotos figure.orientationImage#clinicPhoto2 figcaption {
  bottom: 20%;
}

#clinicPhotos figure.orientationImage#clinicPhoto3 figcaption {
  bottom: 80%;
}

#clinicPhotos figure.orientationImage#clinicPhoto4 figcaption {
  bottom: 60%;
}

#clinicPhotos figure.orientationImage#clinicPhoto5 figcaption {
  bottom: 20%;
}

#clinicPhotos figure.orientationImage#clinicPhoto6 figcaption {
  bottom: 10%;
}

.telList {
  border: 0.5px solid #26171f;
  margin: 0 5% 2rem;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 15px 0 #ccc;
  -webkit-box-shadow: 0 0 15px 0 #ccc;
  box-shadow: 0 0 15px 0 #ccc;
}

.telList figcaption {
  color: #fff;
  background-color: #13b5b1;
  font-weight: bold;
  text-align: center;
  padding: 5%;
  border-bottom: 0.5px solid #26171f;
}

.telList li,
.telList a {
  display: block;
}

.telList a {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 0.5px solid #26171f;
  line-height: 1rem;
}

.telList a:link,
.telList a:visited,
.telList a:hover {
  text-decoration: none;
  color: #26171f;
}

.telList li:last-child a {
  border: none;
}

div.telList {
  margin: 1rem 5%;
}

.telButton {
  background: 5% center url("/lp/shimi/image/tel.png") no-repeat #dbf0de;
  background-size: 2rem;
}

.telButton.freeDial {
  background-image: url("/lp/shimi/image/freeDial.png");
}

#compare figure.textBox {
  padding-top: 0;
}

#clinic {
  margin-bottom: 2rem;
}

.clinic .clinicName {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0 0;
  padding: .5rem;
  border-bottom: 0.5px solid #26171f;
}

.clinic .map {
  display: block;
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  -moz-transition-property: "height";
  -o-transition-property: "height";
  -webkit-transition-property: "height";
  transition-property: "height";
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.clinic .mapButton {
  display: block;
  border: 0.5px solid #26171f;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.clinic .mapButton:link,
.clinic .mapButton:hover,
.clinic .mapButton:visited {
  color: #26171f;
  text-decoration: none;
}

.p-clinic .clinic {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.p-clinic .clinic .textBox {
  width: 48%;
  padding: 2rem 2%;
}

.p-clinic .clinic .clinicName {
  margin-top: 0;
}

.p-clinic .clinic .p-map {
  width: 48%;
  padding: 2rem 2%;
}

.p-clinic .clinic .p-map iframe {
  width: 100% !important;
}

.p-clinic .clinic .map {
  height: 100%;
}

.p-clinic .doc_info {
  padding: 0 2% 3rem;
  width: 100%;
  box-sizing: border-box;
}

.p-clinic .keireki {
  text-align: center;
  padding: 10px 0;
}

.p-clinic .doc_info .clinicInfo dt {
  flex-basis: 11%;
}

.p-clinic .doc_info .clinicInfo dd {
  flex-basis: 78%;
}

@media only screen and (max-width: 812px) {
  .p-clinic .clinic {
    display: block;
  }

  .p-clinic .clinic .textBox {
    width: 91%;
    margin: 0 auto;
  }

  .p-clinic .clinic .p-map {
    width: 90%;
    margin: 0 auto;
  }

  .p-clinic .clinic .map {
    height: 200px;
  }

  .p-clinic .doc_info .clinicInfo dt {
    flex-basis: 25%;
  }

  .p-clinic .doc_info .clinicInfo dd {
    flex-basis: 55%;
  }

  .reserve_btn_cont {
    flex-direction: column;
  }
}

.clinicInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinicInfo dt,
.clinicInfo dd {
  padding-top: 1rem;
}

.clinicInfo dt {
  text-align: right;
  padding-right: 5%;
  font-weight: bold;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

.clinicInfo dd {
  border-left: 0.5px solid #26171f;
  padding-left: 5%;
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
}

.clinicInfo .note {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

.clinicInfo .note:before {
  content: "※";
}

#fb {
  margin-bottom: 0;
  padding: 2rem 0;
}

#footer {
  background-color: #f0b8b9;
  text-align: center;
  font-size: 0.8rem;
}

#footer .textBox {
  background-color: rgba(201, 155, 158, 0.2);
}

#copyright {
  white-space: nowrap;
  padding: 5% 5% 120px;
  background-color: #b75a88;
  color: #fff;
}

#debug {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5rem;
  text-align: center;
  z-index: 99999;
}

.u-show--pc {
  display: block;
}

.u-show--sp {
  display: none;
}

@media only screen and (max-width: 812px) {
  .u-show--pc {
    display: none;
  }

  .u-show--sp {
    display: block;
  }

  .u-show--sp #fixed_btn02 {
    display: none;
  }

  .bannerBox {
    margin: 0.5rem 2%;
  }

}
