@charset "utf-8";

.p-qa {
  width: 100%;
  margin: 0 auto;
}

.p-qa:before {
  content: "";
  width: 40%;
  height: 100%;
  background: url('/ad/common/assets/images/access_img_02.jpg');
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right;
}

.p-qa h2 {
  padding-top: 40px;
  font-size: 35px;
}

.position-qa {}

.p-qa-title {
  padding: 50px 0 0 0;
  color: #fff;
}

.qa-img {
  width: 40%;
  background: url("/ad/common/assets/images/access_img_01.jpg") no-repeat;
  background-size: cover;
}

.qa-inner {
  max-width: 700px;
}

.p-qa-box {
  display: flex;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  right: 8%;
}

.p-qa-box dl {
  overflow-y: auto;
  width: 60%;
  background: #232836;
  padding: 20px 20px 60px 60px;
}

.p-qa-box dt {
  font-size: 1.8rem;
  color: #fff;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
}

.p-qa-box dt::before {
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e9aa65;
  margin-right: 10px;
}

.p-qa-box dt::before {
  left: 0px;
}

.p-qa-box dd {
  font-size: 1.3rem;
  padding-right: 20px;
  color: #7b7b7b;
}

@media (max-width: 1300px) {
  .p-qa h2 {
    font-size: 29px;
    font-size: 2.9rem;
  }

  .p-qa:before {
    width: 40%;
  }

  .p-qa-box {
    right: 4%;
  }
}

@media (max-width: 1100px) {
  .p-qa:before {
    width: 30% !important;
  }

  .p-qa-box {
    right: 3% !important;
  }
}

@media (max-width: 1100px) {
  .p-qa:before {
    width: 30% !important;
  }

  .p-qa-box {
    right: 3% !important;
  }
}

@media (max-width: 950px) {
  .p-qa {
    padding: 0;
    width: 100% !important;
    height: auto !important;
  }

  .p-qa:before {
    content: none;
  }

  .p-qa dl {
    width: 90%;
    margin: 0 auto;
  }

  .p-qa dd {
    padding-right: 0;
  }

  .p-qa-title {
    padding: 50px 0 0 0;
    color: #fff;
  }

  .p-qa-box {
    width: 100%;
    position: initial;
    right: inherit;
    margin: 0 auto;
  }

  .p-qa-box dl {
    overflow-y: inherit;
    height: auto;
  }

  .p-qa-box dl {
    width: 100%;
    padding: 20px 20px 60px 20px;
  }
}

#doctor {
  padding: 70px 0 177px;
  box-sizing: border-box;
}

#doctor .doctor-ttl {
  position: relative;
  display: inline-block;
}

#doctor .doctor-ttl::before,
#doctor .doctor-ttl::after {
  position: absolute;
  content: "";
  top: 41%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.p-doctor {}

.p-doctor_list {}

.p-doctor-bg {}

.p-doctor h2 {
  color: #303030;
  margin: 60px 0 40px;
}

.p-doctor-img {
  width: 200px;
  float: left;
}

.p-doctor-img img {
  width: 100%;
}

.p-doctor-name {
  padding-top: 4px;
  font-size: 2.3rem;
  margin-bottom: 0.5em;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
}

.p-doctor-name span {
  display: block;
}

/* .p-doctor-name span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}

.p-doctor-txt {
  width: 500px;
  float: right;
  line-height: 2rem;
  margin-bottom: 15px;
}

.p-doctor-history {
  width: 500px;
  float: right;
}

.p-doctor-history span {
  font-weight: bold;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
} */

.p-doctor .slick-slide {
  width: 800px;
}

@media (max-width: 768px) {
  #doctor {
    padding: 70px 0 120px;
  }

  #doctor .doctor-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }

  #doctor .doctor-ttl::before {
    left: -53px;
    width: 55px;
    height: 102px;
  }

  #doctor .doctor-ttl::after {
    right: -51px;
    width: 63px;
    height: 102px;
  }

  .p-doctor_list {
    width: 350px !important;
    height: 580px;
    padding: 20px 15px;
  }

  .p-doctor .slick-slide {
    width: auto;
    margin: 0 20px;
  }

  .p-doctor-img {
    width: 120px;
    float: left;
    padding: 0 10px 20px 0;
  }

  .p-doctor-name {
    width: 180px;
    float: right;
    font-size: 2rem;
  }

  .p-doctor-info::after {
    content: "";
    display: table;
    clear: both;
  }

  .p-doctor-txt {
    width: auto;
    float: none;
  }

  .p-doctor-history {
    width: auto;
    float: none;
  }
}

/*access*/
.p-access {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}

.p-access-box {
  width: 900px;
  height: auto;
  margin: 55px auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
}

.p-access-textbox {
  width: 567px;
  font-size: 1.4rem;
  color: #404040;
}

.p-access-textbox ul li {
  padding-top: 5px;
}

@media (max-width: 900px) {

  .p-access-box .fl-l,
  .p-access-box .fl-r {
    float: none !important;
  }
}

@media (max-width: 900px) {
  .p-access {
    height: auto;
    padding: 30px 0;
  }

  .p-access-box {
    width: 100% !important;
    margin: 25px auto;
    padding: 10% 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-access-textbox {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .p-access-box .fl-l,
  .p-access-box .fl-r {
    float: none !important;
  }
}

.p-contact {
  width: 100%;
  height: 334px;
  margin: 0 auto;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  position: relative;
}

.p-contact-box {
  padding-top: 50px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.p-contact-ttl {
  padding-top: 65px;
  text-align: center;
}

.p-contact-box .go-to-home {
  text-align: right;
  padding-top: 40px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", HanaMinA;
  color: #fff;
}

.p-contact-box .go-to-home a {
  color: #303030;
  text-decoration: none;
}

.f-reserve img {
  width: 457px;
}

.f-tel {
  float: right;
}

@media (max-width: 900px) {
  .p-contact {
    padding: 30px 0;
    height: auto;
  }

  .p-contact-ttl {
    padding-top: 0;
    text-align: center;
  }

  .p-contact-box {
    padding-top: 8px;
    width: 94%;
    margin: 0 auto;
  }

  .p-contact-box .go-to-home {
    text-align: center;
    padding-top: 20px;
  }

  .f-reserve,
  .f-tel {
    float: none;
  }

  .f-reserve img,
  .f-tel img {
    width: 100%;
  }
}

#reservationArea {
  background: url('/ad/common/assets/images/reservation_bg.jpg') center center repeat-y;
  background-size: 100% auto;
}

#reservationAreaTel {
  margin-bottom: 50px;
}
