@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background: #f3f5f6;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.4s;
}

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

a:hover {
  opacity: 0.8;
}

.width {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.flex_sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.aline_c {
  align-items: center;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #f0faf5;
  text-align: center;
  padding: 20px 5px;
  border-radius: 15px;
}
.modal-content .notes {
  font-size: min(3.07vw, 20px);
  text-align: center;
}

header {
  padding: 2% 4%;
  background: #fff;
}
header .header_logo {
  width: 68%;
}

.main_visual {
  position: relative;
}
.main_visual .fv_price {
  position: absolute;
  width: 84%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2%;
}

.cvArea {
  padding: 60px 0;
  background: #fff;
}
.cvArea .cv_fuki {
  width: 92%;
  margin: 0 auto;
}
.cvArea .btn01, .cvArea .btn02 {
  width: 99.47%;
  margin: 0 auto;
}
.cvArea .notes {
  font-size: min(3.07vw, 20px);
  text-align: center;
}

.con01 {
  background: #f3f9fd;
}
.con01 .relative {
  position: relative;
  background: #fff;
  padding-bottom: 30%;
}
.con01 .relative .con01-img02 {
  position: absolute;
  width: 85.87%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.con02 {
  background: url(../img/con02_bg.png) repeat-y #fff;
  padding: 60px 0;
}
.con02 .width {
  background: #f2f8fd;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.con02 .accodion_title {
  background: #75b1d3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin: 20px auto;
  position: relative;
}
.con02 .accodion_title:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .con02 .accodion_title:before {
    width: 20px;
  }
}
.con02 .accodion_title:after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .con02 .accodion_title:after {
    width: 20px;
  }
}
.con02 .accodion_title.on:after {
  transform: translate(0, -50%) rotate(180deg);
}
.con02 .accodion_title span {
  position: relative;
  width: 100%;
  padding: 6% 0;
  font-size: min(3.47vw, 26px);
}
.con02 .accodion_title span:before {
  content: "さらに詳しい院長紹介はこちら";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.con02 .accodion_title.on span:before {
  content: "閉じる";
}
.con02 .con02-text p {
  font-size: min(4.2vw, 32px);
  width: 92%;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
}
.con02 .accordion__content {
  display: none;
}
.con02 .accordion__content p {
  font-size: min(4.2vw, 32px);
  width: 92%;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
}
.con02 .accordion__content.on {
  display: block;
}

.con03 .relative {
  position: relative;
}
.con03 .relative .con03-img {
  position: absolute;
  width: 98.67%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.con05 {
  background: #fff;
}

.con06 {
  background: url(../img/con06_bg.png) repeat-y #fff;
  padding: 60px 0;
}
.con06 .width {
  background: #f2f8fd;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.con06 .con06-text p {
  font-size: min(4.2vw, 32px);
  width: 92%;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  font-feature-settings: "palt";
}

.clinic_info {
  background: #e0f1f4;
  padding: 40px 0;
}
.clinic_info .width {
  width: 94%;
  margin: 0 auto;
}
.clinic_info .clinic_ttl {
  background: #fff;
  color: #4996a1;
  text-align: center;
  font-size: min(4.27vw, 18px);
  padding: 12px 0;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif, "Yu Mincho", Yumincho, serif;
  font-weight: normal;
}
.clinic_info .photo {
  width: 100%;
  margin-bottom: 20px;
}
.clinic_info .photo img {
  width: 100%;
  height: auto;
}

.clinic_outline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clinic_outline > dl {
  width: 100%;
  max-width: 600px;
}
.clinic_outline > dl.mb40 {
  margin-bottom: 40px;
}

.clinic_outline .btn a {
  background-size: 22px auto;
  background-position: 8px 7px;
  padding: 7px 12px 7px 40px;
}

.clinic_outline .btn a {
  background: url("../img/ico_acsess.png") no-repeat #5dc2d0 6px 5px;
  background-size: 18px auto;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 7px 14px 7px 30px;
  margin-top: 10px;
}

.ts00 {
  border-top: 1px solid #4996a1;
  background: #FFF;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ts00 dt {
  width: 24%;
  padding: 14px 0;
  text-align: center;
  background: #c3dde1;
  border-bottom: 1px solid #4996a1;
  font-weight: normal;
}

.ts00 dd {
  width: 76%;
  padding: 14px 3.5%;
  border-bottom: 1px solid #4996a1;
}

.qa {
  background: url(../img/qa_bg.png);
  background-size: contain;
}
.qa .width {
  width: 94%;
  margin: 0 auto;
}
.qa .relative {
  position: relative;
}
.qa .relative .doui01 {
  position: absolute;
  width: 68.12%;
  left: 15%;
  bottom: 18%;
}
.qa .relative .doui02 {
  position: absolute;
  width: 68.12%;
  left: 15%;
  bottom: 10%;
}

footer {
  text-align: center;
  padding: 10px 0;
  background: #5DC2D0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  footer {
    font-size: 12px;
  }
}

.youtube {
  width: 100%;
  position: relative;
}

.youtube iframe {
  position: absolute;
  width: 80%;
  height: 100%;
  aspect-ratio: 16/9;
  left: 14%;
  top: 0;
}
/*# sourceMappingURL=style.css.map */