@charset "UTF-8";
/*==================================
SV
==================================*/
.p-svcopy {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(30px, 2.6vw, 50px);
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}
.p-svcopy span {
  letter-spacing: -0.3em;
}

/* スライダー */
.p-loopslider_wrap {
  margin-top: -100px;
  padding-bottom: 150px;
}

@media screen and (max-width: 750px) {
  .p-loopslider_wrap {
    margin-top: -50px;
    padding-bottom: 50px;
  }
}
/*==================================
診療時間
==================================*/
.p-tel_space {
  margin: 1.7em 0;
}
.p-tel_space a {
  text-decoration: none;
  color: #1a1a1a;
}

.p-btn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.p-btn_inner {
  width: 33%;
}
.p-btn_inner a {
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-btn_wrap {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 15px;
  }
  .p-btn_inner {
    width: 100%;
  }
}
/*==================================
博多院の説明
==================================*/
.p-svimg {
  position: absolute;
}
.p-svimg_02 {
  bottom: -1%;
  left: -11%;
}
.p-svimg_03 {
  bottom: -34%;
  right: 5%;
}

@media screen and (max-width: 750px) {
  .p-svimg {
    position: relative;
  }
  .p-svimg_02 {
    width: 80%;
    position: absolute;
    top: 45%;
    right: auto;
    left: -30px;
  }
  .p-svimg_03 {
    width: 50%;
    top: 30px;
    right: -46%;
    margin-bottom: 30px;
  }
}
/*==================================
院長プロフィール
==================================*/
.p-profile_wrap {
  width: 84.375%;
  margin: 300px auto 0;
  background-color: #1a1a1a;
  padding: 3em 3.5em;
  display: flex;
}

.p-profile_left {
  width: 45%;
  color: #fff;
}

.p-profile_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(26px, 1.95vw, 40px);
  color: #d5ad58;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}
.p-profile_ttl span {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: clamp(17px, 1.15vw, 22px);
  color: #fff;
}

@media screen and (max-width: 750px) {
  .p-profile_wrap {
    width: 96%;
    margin: auto;
    padding: 1.5em;
    flex-direction: column;
  }
  .p-profile_left {
    width: 100%;
  }
}
/*==================================
タイトル画像
==================================*/
.p-machine_img {
  position: absolute;
  right: 8%;
  top: 16%;
}

.p-removal_menu_inner {
  margin-top: 5%;
}

@media screen and (max-width: 750px) {
  .p-machine_img {
    display: none;
  }
}