@charset "UTF-8";
.sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

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

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

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

#wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1000;
}

#main {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 10px 0 rgba(191, 217, 236, 0.5);
  background: #ffffff;
}

/*=====================
header
======================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 1px 1px 4px #efefef;
  padding: 10px 0;
}
header .hd_top {
  padding: 30px 0 20px;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  width: 38%;
}
header .hd_time {
  margin-bottom: 10px;
  max-width: 470px;
}

/*=====================
cv 
======================*/
.cv {
  text-align: center;
  padding: 40px 0;
}
.cv a {
  width: 720px;
  display: inline-block;
}

/*=====================
cnt04_cv
======================*/
.cnt04_cv {
  padding-bottom: 60px;
}

/*=====================
contents
======================*/
#main {
  margin-top: 200px;
}

/*=====================
#cnt02
======================*/
#cnt02 .cnt02_btn {
  position: relative;
}
#cnt02 .cnt02_btn .cnt02_btn01 {
  position: absolute;
  bottom: 390px;
  left: 10px;
  right: 0;
  width: 366px;
}
#cnt02 .cnt02_btn .cnt02_btn02 {
  position: absolute;
  bottom: 390px;
  right: 10px;
  width: 366px;
}
#cnt02 .cnt02_btn .cnt02_btn03 {
  position: absolute;
  bottom: 210px;
  left: 10px;
  width: 366px;
}
#cnt02 .cnt02_btn .cnt02_btn04 {
  position: absolute;
  bottom: 210px;
  right: 10px;
  width: 366px;
}
#cnt02 .cnt02_btn .cnt02_btn05 {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 366px;
}
#cnt02 .cnt02_btn .cnt02_btn06 {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 366px;
}

#cnt04 .cnt04-04 {
  position: relative;
}
#cnt04 .cnt04-04 .swiper_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cnt04 .cnt04-04 .swiper-slide {
  text-align: center;
}
#cnt04 .cnt04-04 .swiper-slide img {
  width: 750px;
}
#cnt04 .cnt04-04 .swiper-button-next:after,
#cnt04 .cnt04-04 .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/swiper_next.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt04 .cnt04-04 .swiper-button-prev:after,
#cnt04 .cnt04-04 .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/swiper_prev.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt04 .cnt04-04 .swiper-button-next,
#cnt04 .cnt04-04 .swiper-rtl .swiper-button-prev {
  right: 49px;
  bottom: 530px;
  top: auto;
  width: 20px;
  height: 33px;
}
#cnt04 .cnt04-04 .swiper-button-prev,
#cnt04 .cnt04-04 .swiper-rtl .swiper-button-next {
  left: 49px;
  bottom: 530px;
  top: auto;
  width: 20px;
  height: 33px;
}

#cnt05 .cnt05-04_swiper {
  position: relative;
}
#cnt05 .cnt05-04_swiper .swiper_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cnt05 .cnt05-04_swiper .swiper-slide {
  text-align: center;
}
#cnt05 .cnt05-04_swiper .swiper-slide img {
  width: 750px;
}
#cnt05 .cnt05-04_swiper .swiper-button-next:after,
#cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/swiper_next.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt05 .cnt05-04_swiper .swiper-button-prev:after,
#cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/swiper_prev.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt05 .cnt05-04_swiper .swiper-button-next,
#cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-prev {
  right: 49px;
  bottom: 515px;
  top: auto;
  width: 20px;
}
#cnt05 .cnt05-04_swiper .swiper-button-prev,
#cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-next {
  left: 49px;
  bottom: 515px;
  top: auto;
  width: 20px;
  height: 33px;
}

#cnt06 {
  padding-bottom: 40px;
}
#cnt06 .accordion {
  margin: 0 auto;
}
#cnt06 .inner {
  width: 710px;
  margin: 0 auto;
}
#cnt06 .toggle {
  display: none;
}
#cnt06 .title,
#cnt06 .content,
#cnt06 .content02 {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#cnt06 .title {
  display: block;
}
#cnt06 .title div::after {
  content: "";
  background: url("../img/ac_arw_close.png") no-repeat center/cover;
  display: inline-block;
  width: 30px;
  height: 18px;
  position: absolute;
  bottom: 46px;
  right: 18px;
}
#cnt06 .toggle:checked + .title div::after {
  content: "";
  background: url("../img/ac_arw_open.png") no-repeat center/cover;
  display: inline-block;
  width: 30px;
  height: 18px;
  position: absolute;
  bottom: 46px;
  right: 18px;
}
#cnt06 .title::after {
  transform: rotate(90deg);
}
#cnt06 .content,
#cnt06 .content02 {
  max-height: 0;
  overflow: hidden;
}
#cnt06 .toggle:checked + .title + .content,
#cnt06 .toggle:checked + .title + .content02 {
  max-height: 100%;
  transition: all 1.5s;
}
#cnt06 .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
#cnt06 .option02 .title::after, #cnt06 .option02 .title::before {
  top: 25%;
}
#cnt06 #cnt06-01 {
  margin-bottom: 20px;
}
#cnt06 #cnt06-04 {
  margin-bottom: 20px;
}
#cnt06 #cnt06-04 .content {
  margin-bottom: 20px;
}
#cnt06 .cnt06-01-02_swiper {
  position: relative;
}
#cnt06 .cnt06-01-02_swiper .swiper_box {
  position: absolute;
  top: 151px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#cnt06 .cnt06-01-02_swiper .swiper-slide {
  text-align: center;
}
#cnt06 .cnt06-01-02_swiper .swiper-slide img {
  width: 750px;
}
#cnt06 .cnt06-01-02_swiper .swiper-button-next:after,
#cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/swiper_next.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt06 .cnt06-01-02_swiper .swiper-button-prev:after,
#cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/swiper_prev.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt06 .cnt06-01-02_swiper .swiper-button-next,
#cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-prev {
  right: 49px;
  bottom: 570px;
  top: auto;
  width: 20px;
  height: 33px;
}
#cnt06 .cnt06-01-02_swiper .swiper-button-prev,
#cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-next {
  left: 49px;
  bottom: 570px;
  top: auto;
  width: 20px;
  height: 33px;
}
#cnt06 .cnt06-02-02_swiper {
  position: relative;
}
#cnt06 .cnt06-02-02_swiper .swiper_box {
  position: absolute;
  top: 151px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#cnt06 .cnt06-02-02_swiper .swiper-slide {
  text-align: center;
}
#cnt06 .cnt06-02-02_swiper .swiper-slide img {
  width: 750px;
}
#cnt06 .cnt06-02-02_swiper .swiper-button-next:after,
#cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/swiper_next.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt06 .cnt06-02-02_swiper .swiper-button-prev:after,
#cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/swiper_prev.png") no-repeat center/cover;
  display: inline-block;
  width: 34px;
  height: 47px;
  position: absolute;
}
#cnt06 .cnt06-02-02_swiper .swiper-button-next,
#cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-prev {
  right: 49px;
  bottom: 584px;
  top: auto;
  width: 20px;
  height: 33px;
}
#cnt06 .cnt06-02-02_swiper .swiper-button-prev,
#cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-next {
  left: 49px;
  bottom: 584px;
  top: auto;
  width: 20px;
  height: 33px;
}

/*=====================
faq
======================*/
#faq #titlearea-faq #text-faq {
  left: 150px;
  background: url(../img/title_faq.png) no-repeat top left;
  background-size: 45px;
}
#faq #detail-faq {
  margin-top: 60px;
}
#faq #detail-faq a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#faq #detail-faq .detail-squear .detail-squear-cont {
  border-top: 40px solid #fdf6f7;
  border-bottom: 0;
  background: #fdf6f7;
  position: relative;
  padding: 0 40px;
}
#faq #detail-faq .detail-squear .detail-squear-cont dl {
  background: #fff;
  border-bottom: 20px solid #fdf6f7;
  padding: 40px 35px;
}
#faq #detail-faq .detail-squear .detail-squear-cont dt a {
  padding: 20px 30px 40px 100px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px dotted #f49297;
  background: url(../img/faq_q_icon.png) no-repeat left center, url(../img/ico_arw-bottom.png) no-repeat right center;
  background-size: 60px, 20px 11px;
  line-height: 1.5;
}
#faq #detail-faq .detail-squear .detail-squear-cont dt a.open {
  background: url(../img/faq_q_icon.png) no-repeat left center, url(../img/ico_arw-top.png) no-repeat right center;
  background-size: 60px, 20px 11px;
}
#faq #detail-faq .detail-squear .detail-squear-cont dd {
  padding-left: 100px;
  min-height: 30px;
  font-size: 30px;
  background: url(../img/faq_a_icon.png) no-repeat left top;
  background-size: 60px;
  margin-top: 40px;
  line-height: 1.5;
}
#faq #detail-faq .detail-squear img.subtitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
  width: 300px;
}

/*=====================
  doctor
======================*/
.doctor {
  margin: 80px 0;
}
.doctor h3 {
  font-size: 50px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MSP明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 50px;
  background: #ef646b;
  padding: 20px 0;
  color: #ffffff;
}

/*=====================
    clinic
======================*/
.clinic .inner {
  width: 710px;
  margin: 0 auto;
}
.clinic h3 {
  font-size: 50px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MSP明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 50px;
  color: #ef646b;
  background: #fdf6f7;
  padding: 20px 0;
}
.clinic dl {
  border: 1px solid #ef646b;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.clinic dl dt {
  background: #ef646b;
  padding: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
}
.clinic dl dd {
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  align-items: center;
}
.clinic dl dd span {
  font-size: 28px;
  font-weight: normal;
}
.clinic dl dd .small {
  font-size: 24px;
}

/*=====================
footer
======================*/
footer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}

/************* ページ内スクロール用リセット *************/
#cnt04,
#cnt05 {
  margin-top: -207px;
  padding-top: 207px;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  header .inner {
    width: 95vw;
    margin: 0 auto;
  }
  header h3 {
    width: 57.733vw;
  }
  header .hd_time {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  /*=====================
  header
  ======================*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 1px 1px 4px #efefef;
    padding: 2% 0;
  }
  header .inner {
    width: 95%;
    margin: 0 auto;
  }
  header .hd_time {
    margin: 0 auto 1.333vw;
  }
  header .hd_time img {
    max-width: 470px;
  }
  header .flex_footer {
    position: relative;
    z-index: 191;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0 4px #c1c1c1;
    width: 100%;
    padding: 2% 0;
  }
  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;
  }
  /*=====================
      cv
  ======================*/
  .cv {
    text-align: center;
    padding: 5.333vw 0;
  }
  .cv a {
    width: 96vw;
    display: inline-block;
  }
  /*=====================
    cnt04_cv
  ======================*/
  .cnt04_cv {
    padding-bottom: 8vw;
  }
  /*=====================
  contents
  ======================*/
  #main {
    margin-top: 26.667vw;
  }
  /*=====================
  #cnt02
  ======================*/
  #cnt02 .cnt02_btn {
    position: relative;
  }
  #cnt02 .cnt02_btn .cnt02_btn01 {
    position: absolute;
    bottom: 52.8vw;
    left: 1.333vw;
    right: 0;
    width: 48.8vw;
  }
  #cnt02 .cnt02_btn .cnt02_btn02 {
    position: absolute;
    bottom: 52.8vw;
    right: 1.333vw;
    width: 48.8vw;
  }
  #cnt02 .cnt02_btn .cnt02_btn03 {
    position: absolute;
    bottom: 28.6vw;
    left: 1.333vw;
    width: 48.8vw;
  }
  #cnt02 .cnt02_btn .cnt02_btn04 {
    position: absolute;
    bottom: 28.6vw;
    right: 1.333vw;
    width: 48.8vw;
  }
  #cnt02 .cnt02_btn .cnt02_btn05 {
    position: absolute;
    bottom: 4.6vw;
    left: 1.333vw;
    width: 48.8vw;
  }
  #cnt02 .cnt02_btn .cnt02_btn06 {
    position: absolute;
    bottom: 4.6vw;
    right: 1.333vw;
    width: 48.8vw;
  }
  #cnt04 .cnt04-04 {
    position: relative;
  }
  #cnt04 .cnt04-04 .swiper_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #cnt04 .cnt04-04 .swiper-slide {
    text-align: center;
  }
  #cnt04 .cnt04-04 .swiper-slide img {
    width: 100vw;
  }
  #cnt04 .cnt04-04 .swiper-button-next:after,
  #cnt04 .cnt04-04 .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url("../img/swiper_next.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt04 .cnt04-04 .swiper-button-prev:after,
  #cnt04 .cnt04-04 .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url("../img/swiper_prev.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt04 .cnt04-04 .swiper-button-next,
  #cnt04 .cnt04-04 .swiper-rtl .swiper-button-prev {
    right: 6.533vw;
    bottom: 70.667vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt04 .cnt04-04 .swiper-button-prev,
  #cnt04 .cnt04-04 .swiper-rtl .swiper-button-next {
    left: 6.533vw;
    bottom: 70.667vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt05 .cnt05-04_swiper {
    position: relative;
  }
  #cnt05 .cnt05-04_swiper .swiper_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #cnt05 .cnt05-04_swiper .swiper-slide {
    text-align: center;
  }
  #cnt05 .cnt05-04_swiper .swiper-slide img {
    width: 100vw;
  }
  #cnt05 .cnt05-04_swiper .swiper-button-next:after,
  #cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url("../img/swiper_next.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt05 .cnt05-04_swiper .swiper-button-prev:after,
  #cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url("../img/swiper_prev.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt05 .cnt05-04_swiper .swiper-button-next,
  #cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-prev {
    right: 6.533vw;
    bottom: 68.667vw;
    top: auto;
    width: 2.667vw;
  }
  #cnt05 .cnt05-04_swiper .swiper-button-prev,
  #cnt05 .cnt05-04_swiper .swiper-rtl .swiper-button-next {
    left: 6.533vw;
    bottom: 68.667vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt06 {
    padding-bottom: 5.333vw;
  }
  #cnt06 .accordion {
    margin: 0 auto;
  }
  #cnt06 .inner {
    width: 94.667vw;
    margin: 0 auto;
  }
  #cnt06 .toggle {
    display: none;
  }
  #cnt06 .title,
  #cnt06 .content,
  #cnt06 .content02 {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #cnt06 .title {
    display: block;
  }
  #cnt06 .title div::after {
    content: "";
    background: url("../img/ac_arw_close.png") no-repeat center/cover;
    display: inline-block;
    width: 4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 6.133vw;
    right: 2.4vw;
  }
  #cnt06 .toggle:checked + .title div::after {
    content: "";
    background: url("../img/ac_arw_open.png") no-repeat center/cover;
    display: inline-block;
    width: 4vw;
    height: 2.4vw;
    position: absolute;
    bottom: 6.133vw;
    right: 2.4vw;
  }
  #cnt06 .title::after {
    transform: rotate(90deg);
  }
  #cnt06 .content,
  #cnt06 .content02 {
    max-height: 0;
    overflow: hidden;
  }
  #cnt06 .toggle:checked + .title + .content,
  #cnt06 .toggle:checked + .title + .content02 {
    max-height: 100%;
    transition: all 1.5s;
  }
  #cnt06 .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
  }
  #cnt06 .option02 .title::after, #cnt06 .option02 .title::before {
    top: 25%;
  }
  #cnt06 #cnt06-01 {
    margin-bottom: 2.667vw;
  }
  #cnt06 #cnt06-04 {
    margin-bottom: 2.667vw;
  }
  #cnt06 .cnt06-01-02_swiper {
    position: relative;
  }
  #cnt06 .cnt06-01-02_swiper .swiper_box {
    position: absolute;
    top: 20.133vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-slide {
    text-align: center;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-slide img {
    width: 100vw;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-button-next:after,
  #cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url("../img/swiper_next.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-button-prev:after,
  #cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url("../img/swiper_prev.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-button-next,
  #cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-prev {
    right: 6.533vw;
    bottom: 76vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt06 .cnt06-01-02_swiper .swiper-button-prev,
  #cnt06 .cnt06-01-02_swiper .swiper-rtl .swiper-button-next {
    left: 6.533vw;
    bottom: 76vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt06 .cnt06-02-02_swiper {
    position: relative;
  }
  #cnt06 .cnt06-02-02_swiper .swiper_box {
    position: absolute;
    top: 20.133vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-slide {
    text-align: center;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-slide img {
    width: 100vw;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-button-next:after,
  #cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url("../img/swiper_next.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-button-prev:after,
  #cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url("../img/swiper_prev.png") no-repeat center/cover;
    display: inline-block;
    width: 4.533vw;
    height: 6.267vw;
    position: absolute;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-button-next,
  #cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-prev {
    right: 6.533vw;
    bottom: 77.867vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  #cnt06 .cnt06-02-02_swiper .swiper-button-prev,
  #cnt06 .cnt06-02-02_swiper .swiper-rtl .swiper-button-next {
    left: 6.533vw;
    bottom: 77.867vw;
    top: auto;
    width: 2.667vw;
    height: 4.4vw;
  }
  /*=====================
      faq
  ======================*/
  #faq #titlearea-faq #text-faq {
    left: 20vw;
    background: url(../img/title_faq.png) no-repeat top left;
    background-size: 6vw;
  }
  #faq #detail-faq {
    margin-top: 8vw;
  }
  #faq #detail-faq a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #faq #detail-faq .detail-squear .detail-squear-cont {
    border-top: 40px solid #fdf6f7;
    border-bottom: 0;
    background: #fdf6f7;
    position: relative;
    padding: 0 5.333vw;
  }
  #faq #detail-faq .detail-squear .detail-squear-cont dl {
    background: #fff;
    border-bottom: 20px solid #fdf6f7;
    padding: 5.333vw 4.667vw;
  }
  #faq #detail-faq .detail-squear .detail-squear-cont dt a {
    padding: 2.667vw 4vw 5.333vw 13.333vw;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 2px dotted #f49297;
    background: url(../img/faq_q_icon.png) no-repeat left center, url(../img/ico_arw-bottom.png) no-repeat right center;
    background-size: 11.673vw, 3.891vw 2.14vw;
    line-height: 1.5;
  }
  #faq #detail-faq .detail-squear .detail-squear-cont dt a.open {
    background: url(../img/faq_q_icon.png) no-repeat left center, url(../img/ico_arw-top.png) no-repeat right center;
    background-size: 11.673vw, 3.891vw 2.14vw;
  }
  #faq #detail-faq .detail-squear .detail-squear-cont dd {
    padding-left: 13.333vw;
    min-height: 4vw;
    font-size: 4vw;
    background: url(../img/faq_a_icon.png) no-repeat left top;
    background-size: 8vw;
    margin-top: 5.333vw;
    line-height: 1.5;
  }
  #faq #detail-faq .detail-squear img.subtitle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10.667vw;
    width: 40vw;
  }
  /*=====================
     doctor
  ======================*/
  .doctor {
    margin: 10.667vw 0;
  }
  .doctor h3 {
    font-size: 6.667vw;
    margin-bottom: 6.667vw;
    padding: 2.667vw 0;
  }
  /*=====================
     clinic
  ======================*/
  .clinic {
    padding: 0;
    margin-bottom: 6vw;
  }
  .clinic .inner {
    width: 84vw !important;
  }
  .clinic h3 + .flex {
    display: block;
  }
  .clinic .inner {
    max-width: 100%;
    width: 84vw;
    margin: 0 auto;
  }
  .clinic h3 {
    font-size: 6.667vw;
    margin-bottom: 6.667vw;
    padding: 2.667vw 0;
  }
  .clinic dl {
    border: 1px solid #ef646b;
    width: 100%;
    margin-bottom: 2.6vw;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .clinic dl dt {
    padding: 2.66vw;
    color: #ffffff;
    font-size: 4vw;
    line-height: 1;
    background: #ef646b;
    padding: 2vw;
    color: #ffffff;
    font-weight: bold;
  }
  .clinic dl dd {
    padding: 2.66vw;
    font-size: 3.46vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .clinic dl dd span {
    font-size: 2.66vw;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1.33vw;
    display: inline-block;
  }
  .clinic dl dd .small {
    font-size: 2.66vw;
  }
  .clinic dl dd .small + br + span {
    margin-top: 0;
  }
  .clinic dl dd img {
    width: 28.4vw;
  }
  .clinic p {
    font-size: 3.46vw;
    line-height: 1.2;
  }
  /*=====================
    footer
  ======================*/
  footer {
    text-align: center;
    font-size: 2.667vw;
    padding: 2.667vw 0;
    margin-bottom: 11.867vw;
  }
  /************* ページ内スクロール用リセット *************/
  #cnt04,
  #cnt05 {
    margin-top: -27.6vw;
    padding-top: 27.6vw;
  }
}
/*# sourceMappingURL=style.css.map */