@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
/* basedata */
.basedata {
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 40px;
}
.basedata .address {
  width: 32%;
}
.basedata .address .phone {
  margin-top: 40px;
  font-weight: 700;
}
.basedata .address .phone li {
  margin-bottom: 5px;
}
.basedata .address .phone span, .basedata .address .phone a {
  display: inline-block;
  position: relative;
  font-size: 4.0rem;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  margin-left: 1rem;
  line-height: 1;
}
.basedata .address .phone a span {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: -1.0rem;
}
.basedata .schedule {
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .basedata .address .phone {
    margin-top: 40px;
  }
  .basedata .address .phone span, .basedata .address .phone a {
    font-size: 4.0vw;
  }
  .basedata .address .phone a span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .basedata {
    display: block;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #F4ECE6;
  }
  .basedata .address {
    width: 100%;
  }
  .basedata .address .phone {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
  }
  .basedata .address .phone span, .basedata .address .phone a {
    font-size: 4.0rem;
  }
  .basedata .address .phone a span {
    font-size: 1.4rem;
    top: -1.4rem;
  }
  .basedata .schedule {
    width: 100%;
  }

  #contents .photolist02 {
    display: flex;
    justify-content: center;
    gap: 4%;
  }
  #contents .photolist02 li {
    width: 48%;
  }
}
/* greeting */
#contents .parkinginfo {
  display: flex;
  justify-content: space-between;
}
#contents .parkinginfo > * {
  width: 48%;
}
#contents .parkinginfo > * > section {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  #contents .parkinginfo {
    display: block;
  }
  #contents .parkinginfo > * {
    width: 100%;
    margin-bottom: 50px;
  }
  #contents .parkinginfo > * > section {
    margin: 0 0 50px 0;
  }
}
