@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.implant_title {
  background: url(/wp-content/themes/sakura_renew/images/page/implant/top_img.png) no-repeat center bottom / 100% auto;
  text-align: center;
  font-size: 37px;
  text-shadow: 0px 0px 10px rgba(228, 0, 127, 0.8);
  color: #fff;
  font-weight: bold;
  line-height: 480px;
}
.implant_btn_area {
  background: url(/wp-content/themes/sakura_renew/images/page/implant/bg_01.jpg) no-repeat center / cover;
  text-align: center;
  padding: 5% 0;
}
.implant_btn_area ul {
  display: flex;
  justify-content: center;
}
.implant_btn_area li {
  width: 30%;
  margin: 0 1%;
}
.implant_pink {
  color: #e4007f;
}
.lead_area {
  background: #eb6ea5;
  padding: 5% 3%;
  text-align: center;
  color: #fff;
  line-height: 1.8rem;
}
.lead_area h3 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  ;
}
.lead_area h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 250px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.implant_point {
  background: #fdeff5;
  padding: 5%;
}
.point_box2 {
  width: 90%;
  margin: 0 auto;
}
.point_box2 li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.point_box2 li .photo {
  width: 30%;
  box-sizing: border-box;
}
.point_box2 li .txt {
  width: 70%;
  box-sizing: border-box;
}
.point_box2 li .txt h4 {
  color: #eb6ea5;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.point_box2 li .txt img {
  float: left;
  margin-right: 10px;
}
.point_box2 li .txt p {
  clear: both;
}
.implant_onayami {
  background: url(/wp-content/themes/sakura_renew/images/page/implant/bg_02.jpg) no-repeat center / cover;
  padding: 5% 0;
}
.implant_title2 {
  color: #e85298;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.implant_title2 span {
  color: #fdeff5;
  display: block;
  font-size: 70%;
  margin-bottom: 5px;
}
.syurui_box {
  background: #f4f4f4;
  padding: 5%;
  height: 350px;
}
.syurui_box h5 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.implant_flow_box li {
  border: solid 1px #d9d9d9;
  position: relative;
  margin-bottom: 80px;
}
.implant_flow_box li::after {
  content: "";
  background: #eb6ea5;
  height: calc(tan(60deg) * 40px / 2);
  width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.implant_flow_box li:last-child::after {
  background: none;
}
.implant_flow_box li h3 {
  font-size: 24px;
  background: #f4f4f4;
}
.implant_flow_box li h3 span.flow_no {
  background: #eb6ea5;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-right: 10px;
}
.flow_innner {
  padding: 2%;
}
.implant_sub_title {
  background: #d9d9d9;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.implant_price {
  font-size: 17px;
}
.implant_price th {
  color: #fff;
  background: #ee87b4;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
  border-top: 1px solid #000;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #e4007f;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #e4007f;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
/*==========================
SP common
==============================*/
@media screen and (max-width: 640px) {
  .implant_title {
    background: url(/wp-content/themes/sakura_renew/images/page/implant/top_img_sp.png) no-repeat center center / cover;
    font-size: 24px;
    height: 240px;
    line-height: 2.2rem;
    padding-top: 30px;
  }
  .implant_btn_area h3 {
    font-size: 21px;
  }
  .implant_btn_area {
    padding: 10% 0;
  }
  .implant_btn_area ul {
    flex-wrap: wrap;
  }
  .lead_area {
    padding: 10% 3%;
      line-height: 1.5rem;
  }

  .lead_area h3 {
    font-size: 18px;
  }
  .implant_btn_area li {
    margin: 0 auto 15px;
    width: 75%;
  }
  .point_box2 {
    width: 100%;
  }
  .point_box2 li {
    display: block;
  }
  .point_box2 li .photo {
    width: 80%;
    margin: 0 auto 10px;
  }
  .point_box2 li .txt {
    width: 100%;
  }
  .point_box2 li .txt img {
    float: none;
    margin-right: 0;
    width: 15%;
    display: block;
  }
  .point_box2 li .txt h4 {
    font-size: 18px;
  }
  .implant_title2 {
    font-size: 25px;
  }
  .syurui_box {
    height: auto;
    margin-bottom: 20px;
  }
  .implant_flow_box li h3 {
    font-size: 15px;
    line-height: .1rem;
  }
  .implant_flow_box li h3 span.flow_no {
    line-height: 50px;
    width: 40px;
  }
  .sp_txt_s {
    font-size: 9px;
  }
  .flow_innner {
    padding: 2% 4% 4%;
  }
  .implant_price th, .implant_price td {
    display: block;
    width: 100%;
    border: none;
    font-size: 15px;
  }
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .point_box2 li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .point_box2 li:nth-child(odd) .txt {
    padding-right: 10px;
  }
  .point_box2 li:nth-child(even) .txt {
    padding-left: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {}