body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  text-align: justify;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  max-width: 100%;
}
.ls0{
  letter-spacing: 0;
}
.container{
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.wrapper{
  padding-right: 5%;
  padding-left: 5%;
}
.white{
  color: #fff;
}
.yellow{
  color: #ddc383;
}
.gold{
  color: #947f39;
}


/* .bg{
  background-image:url('/chiryou/lumineers-test/images/bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
} */

@media screen and (min-width: 768px) {
  p{
    font-size: 22px;
  }
  .fs14Pc {
    font-size: 14px;
  }
}

/* 宮村さん治療 */
h2{
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

/* セラミック治療 */
.lumi_ceramic{
  background-image: linear-gradient(135deg, #3b5984, #061d3d 39%, #081428 78%, #061d3d);
}
.lumi_ceramic .wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lumi_ceramic_ico{
  width: 70%;
}
.lumi_ceramic_ttl{
  width: 80%;
}

/* 選ばれる理由 */
.lumi_reason_tll{
  display: flex;
  justify-content: center;
}
.lumi_reason_tll img{
  width: 80%;
}
.lumi_reason02_img{
  display: flex;
  justify-content: center;
}
.lumi_reason02_img img{
  width: 80%;
}

/* 臨床試験 */
.lumi_clinical_trial{
  background-image: url(../images/lumi_ct_bg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.lumi_denmat_technology{
  background-color: #fff;
}
.lumi_ct_proof{
  display: flex;
  justify-content: center;
}
.lumi_ct_proof img{
  width: 80%;
}
/* Youtube */
.lumi_youtube{
  background-color: #e6e6e6;
}
.youtube_logo{
  display: flex;
  justify-content: center;
}
.youtube_logo img{
  width: 30%;
}
.youtube-container {
  width: 100%;
}
.youtube-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
/* 症例 */
.lumi_case{
  background-color: #071a36;
  border-top: 5px solid #d8b661;
  border-bottom: 5px solid #d8b661;
  border-image: linear-gradient(90deg, #d8b661, #8c6239 35%, #d8b661 76%, #a67c52) 1;

}
.lumi_case_txt01{
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.lumi_case_txt02{
  text-align: center;
  border: 1px solid #ddc383;
  line-height: 1;
  padding: 10px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .lumi_case_txt01{
    font-size: 34px;
  }
  .lumi_case_txt02{
    padding: 15px;
    width: 440px;
  }
}

/* ルミネアーズ ボンディングシステム */
.lumi_bonding{
  border-bottom: 5px solid #d8b661;
  border-image: linear-gradient(90deg, #d8b661, #8c6239 35%, #d8b661 76%, #a67c52) 1;
}

/* 認定医のみ治療できる技術 */
/* .lumi_certificate{
  border-top: 5px solid #d8b661;
  border-image: linear-gradient(90deg, #d8b661, #8c6239 35%, #d8b661 76%, #a67c52) 1;
}
.lumi_certificate_skill{
  background-image: linear-gradient(135deg, #3b5984, #061d3d 39%, #081428 78%, #061d3d);
  position: relative;
}
.lumi_certificate_intro_bg{
  position: absolute;
  top: 0;
  left: 0;
}
.lumi_certificate_img{
  display: flex;
  justify-content: center;
}
.lumi_certificate_img img{
  width: 80%;
}
.lumi_certificate_skill{
  border-bottom: 5px solid #d8b661;
  border-image: linear-gradient(90deg, #d8b661, #8c6239 35%, #d8b661 76%, #a67c52) 1;
} */

/* ルミネアーズ専門チーム */
.lumi_doctor{
  border-top: 5px solid #d8b661;
  border-image: linear-gradient(90deg, #d8b661, #8c6239 35%, #d8b661 76%, #a67c52) 1;
}
.lumi_doctor_ttl{
  display: flex;
  justify-content: center;
}
.lumi_doctor_ttl img{
  width: 90%;
}
.lumi_doctor_team{
  font-size: 20px;
  letter-spacing: 0.005em;
  text-align: center;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  padding: 10px;
  background: linear-gradient(135deg, #3b5984, #061d3d 39%, #081428 78%, #061d3d);
}
.doctor_shirai{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor_shirai_img img{
  width: 55%;
}
@media screen and (min-width: 768px) {
  .doctor_shirai_img img{
    width: 80%;
  }
}
.lumi_doctor_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lumi_doctor_member{
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* お問い合わせ */
.lumi_contact_txt{
  font-size: 20px;
}
.lumi_contact_img:hover{
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .lumi_contact_txt {
    font-size: 26px;
  }
}


/* 治療の流れ */
.lumi_flow{
  background-image: linear-gradient(135deg, #3b5984, #061d3d 39%, #081428 78%, #061d3d);
}
.lumi_flow_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lumi_flow_ttl img{
  width: 65%;
}

/* よくあるご質問 */
.lumi_faq {
  background-color: #e6e6e6;
}
.lumi_faq_box{
  padding: 20px;
  background-color: #fff;
}
.lumi_faq_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lumi_faq_ttl img{
  width: 40%;
}
.lumi_faq_q{
  color: #1f4572;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  gap: 15px;
}
.lumi_q_img{
  display: inline-block;
  width: 10%;
}
.lumi_faq_q span img{
  width: 100%;
}
.lumi_q_txt{
  width: 93%;
}

@media screen and (min-width: 768px) {
  .lumi_faq_box{
    padding: 40px 40px 50px 40px;
  }
}


/* 治療できる医院一覧 */
.aderess_txt{
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .aderess_txt{
    font-size: 30px;
  }
}

.nav{
  color: #fff;
}
.nav .name{
  font-size: 30px;
}
.nav li{
  padding: 20px;
}
.nav li.shinbashi{
  background-color: #00396b;
}
.nav li.akasaka{
  background-color: #b5822a;
}
.nav li.aoyama{
  background-color: #3589be;
}



/* お問い合わせ 固定ボタン */
.lumi_contact_fixed img{
  max-width: 640px;
}
.lumi_contact_fixed{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 650px) {
  .lumi_contact_fixed img{
    width: 100vw;
  }
}
/* スクロールしたら表示させる */
.item{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.item.show{
  opacity: 1;
  visibility: visible;
}
/*--------------------------------
footer
--------------------------------- */
.footer {
  padding: 20px 0 150px;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 100px;
    font-size: 12px;
  }
}