.l-pageheader {
  overflow: visible;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__inner {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__img {
    width: 31.7%;
  }
}

.p-header__detail {
  margin-top: 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__detail {
    margin-top: 0;
    width: 50%;
  }
}

.p-header__detail_title {
  margin-bottom: 4rem;
}

.p-promiss {
  padding: 8rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss {
    padding: 12rem 0 15.4rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__title {
    width: 8%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-promiss__title .c-title__vertical {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__contents {
    width: 90.4%;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article {
    display: flex;
    justify-content: center;
  }
}
.p-promiss__article:first-child {
  margin-top: 7rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article:first-child {
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article:last-child {
    justify-content: flex-start;
  }
}
.p-promiss__article + .p-promiss__article {
  margin-top: 7rem;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article_inner {
    width: 66.2%;
  }
}
.p-promiss__article_inner .c-text__normalList {
  margin-top: 1rem;
}

.p-promiss__article_title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article_title {
    margin-bottom: 3rem;
  }
}
.p-promiss__article_title .number {
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  color: #b99445;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article_title .number {
    font-size: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-promiss__article_title .text {
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-promiss__article_title .text {
    font-size: 2.4rem;
    min-height: 5rem;
  }
}

.p-message {
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message {
    padding: 13rem 0;
  }
}

.p-message__text {
  max-width: 68rem;
  margin: 6rem auto;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__text {
    margin: 9.5rem auto;
  }
}

.p-message__doctor {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  background: #E1E9EF;
  padding: 3.5rem 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6rem;
    gap: 6.9%;
  }
}

.p-message__doctor_img {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_img {
    width: 32.65%;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_contents {
    flex: 1;
  }
}

.p-message__doctor_name {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_name {
    margin-bottom: 5.5rem;
  }
}
.p-message__doctor_name .jp {
  display: block;
  line-height: 1;
  font-size: 2rem;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_name .jp {
    font-size: 2.8rem;
  }
}
.p-message__doctor_name .en {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_name .en {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_history {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
  }
}
.p-message__doctor_history dt {
  color: #000;
  min-width: 3rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 0.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_history dt {
    margin: 0;
  }
}
.p-message__doctor_history dt::before {
  content: "";
  display: block;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 100%;
  background: #b99445;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_history dt::before {
    height: 0.4rem;
    width: 0.4rem;
  }
}
.p-message__doctor_history dd {
  padding-left: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_history dd {
    flex: 1;
    padding: 0;
  }
}
.p-message__doctor_history dd ul li {
  line-height: 1;
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_history dd ul li {
    font-size: 1.4rem;
  }
}
.p-message__doctor_history dd ul li + li {
  margin-top: 0.9em;
}

.p-message__doctor_col {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_col {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_col .p-message__doctor_history {
    flex: 0.85;
  }
}
.p-message__doctor_col .p-message__doctor_history:first-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-message__doctor_col .p-message__doctor_history:first-child {
    flex: 1.15;
    margin-bottom: 0;
  }
}

.p-floormap {
  padding: 7rem 0 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-floormap {
    padding: 7rem 0 8rem;
  }
}

.p-floormap__inner {
  position: relative;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-floormap__title {
    position: absolute;
    left: 0;
    top: 5.8rrerm;
  }
}

.p-floormap__img {
  position: relative;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-floormap__img {
    width: calc(100% + 1.63rem);
    margin-left: -1.63rem;
  }
}

.p-floormap__img_popup {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-floormap__img_popup {
    cursor: pointer;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-floormap__img_popup {
    display: none;
  }
}

.p-floormap__popup .l-popup__content_inner {
  padding-bottom: 0;
}

.p-floormap__popup_frame {
  overflow-x: scroll;
  margin: -3rem -1.25rem 0;
}

.p-floormap__popup_img {
  padding: 0 2rem 2rem 0;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-floormap__popup_img img {
  width: auto;
  height: 64vh;
  max-width: 200vw;
  object-fit: contain;
}

.p-access {
  padding: 8rem 0 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access {
    padding: 13rem 0 16rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6.2rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__img {
    width: 50%;
  }
}

.p-access__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-access__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__contents {
    flex: 1;
    margin-top: 0;
  }
}

.p-access__logo {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__logo {
    width: 31rem;
    margin: 0 0 0.5rem -1.2rem;
  }
}

.p-access__address {
  color: #000;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-access__address {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__address {
    margin-bottom: 4.5rem;
  }
}
.p-access__address a {
  color: #000;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__address a {
    pointer-events: none;
  }
}

.p-access__info {
  display: block;
  line-height: 1;
}
.p-access__info dt {
  color: #000;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 0.7rem;
  margin-bottom: 0.3em;
}
.p-access__info dt::before {
  content: "";
  display: block;
  height: 0.42rem;
  width: 0.42rem;
  border-radius: 100%;
  background: #b99445;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__info dt::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.p-access__info dd {
  line-height: 1.45;
  padding-left: 1.4rem;
}
.p-access__info + .p-access__info {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-access__info + .p-access__info {
    margin-top: 2.5rem;
  }
}