@charset "UTF-8";
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  align-items: center;
}

.flex_wrap_sp {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_start {
  align-items: flex-start;
}

img {
  max-width: 100%;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  height: 27.733vw;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 4px #efefef;
}

header a {
  display: inline-block;
}

header .hd_top {
  padding: 4vw 0 2.667vw;
}

header {
  height: auto;
}

header .hd_tel {
  width: 95% !important;
  padding: 2% 0;
  margin: 0 auto;
}

header .hd_tel a {
  width: 50%;
}

header .hd_tel .hd_time {
  width: 50%;
}

header .flex_footer .inner {
  padding: 2%;
  width: 95% !important;
}

header .flex_footer {
  position: relative;
  z-index: 191;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  align-items: center;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 4px #c1c1c1;
  width: 100%;
}

header .flex_footer h1 {
  width: 60%;
  margin: 0 !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

header .flex_footer a {
  width: 38%;
  display: inline-block;
  vertical-align: middle;
}

#main {
  margin-top: 36.8vw;
}

.cv {
  position: relative;
}

.cv .cv_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6.667vw;
  width: 95.733vw;
}

.cnt03_02 dl {
  margin-bottom: 6.667vw;
}

.cnt03_02 dl dt {
  color: #ffffff;
  background-color: #ed4b62;
  padding: 2.667vw 0;
  font-weight: normal;
  font-size: 5.333vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.cnt03_02 dl dt::after {
  content: "";
  position: absolute;
  font-size: 2.667vw;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  border-right: 3vw solid transparent;
  border-top: 2.933vw solid #ffffff;
  border-left: 3vw solid transparent;
}

.cnt03_02 dl dt.open::after {
  border-top: 0;
  border-bottom: 2.933vw solid #ffffff;
}

.cnt03_02 dl dt img {
  margin-right: 2.667vw;
}

.cnt03_02 dl dd {
  display: none;
  padding: 5.333vw;
  position: relative;
}

.youtube {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cnt08 {
  background: #fff2f4;
}

#cnt09 {
  background: #fff0f8;
}

#cv03 {
  margin-bottom: 6.667vw;
}

.doctor h3 {
  text-align: center;
  margin-bottom: 8vw;
  font-size: 5.333vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.doctor img {
  margin-bottom: 8vw;
}

.clinic {
  margin-bottom: 6.667vw;
}

.clinic .inner {
  max-width: 100%;
  width: 84vw;
  margin: 0 auto;
}

.clinic h3 {
  margin-bottom: 8vw;
  text-align: center;
  font-size: 5.333vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.clinic dl {
  width: 100%;
  margin-bottom: 2.6vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.clinic dl dt {
  padding-bottom: 1.333vw;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4vw;
  line-height: 1;
  border-bottom: 2px solid;
}

.clinic dl dd {
  padding: 2.66vw;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.2;
}

.clinic dl dd span {
  font-size: 2.667vw;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 1.33vw;
  display: inline-block;
}

.clinic dl dd .small + br + span {
  margin-top: 0;
}

.clinic dl dd .small {
  font-size: 2.667vw;
}

.clinic dl dd img {
  width: 28.4vw;
}

.clinic p {
  font-size: 3.46vw;
  line-height: 1.2;
}

footer {
  margin-bottom: 11.333vw;
  text-align: center;
  padding: 2.667vw 0;
}

footer small {
  font-size: 2.667vw;
}

/*メディア紹介*/
.media-bnr img {
	width: 100%;
}
