@charset "UTF-8";

.l-mv-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 7.5rem;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
}

.p-mv-access__left {
	width: 630px;
	flex-basis: 630px;
	flex-shrink: 0;
}

.p-mv-access__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {

	.l-mv-access {
	flex-flow: column;
	}

	.p-mv-access__left {
		width: 100%;
		flex-basis: unset;
		flex-shrink: unset;
	}
	.p-mv-access__right {
		flex-direction: row;
	}
	.p-mv-access__right img {
	max-width: calc(50% - 1.333vw);
	}
}

.p-access-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.p-access-time {
  flex-shrink: 1;
  position: relative;
}

.p-access-time-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 492px;
  table-layout: fixed;
  text-align: center;
  white-space: nowrap;
}

.p-access-time-table th {
  font-size: 14px;
  color: var(--gray-800);
  background-color: var(--gray-50);
  font-weight: 500;
  border: 1px solid var(--gray-200);
  padding: 1.25em 0.64em;
}

.p-access-time-table th:nth-child(1) {
  width: 143px;
}

.p-access-time-table td {
  padding: 1.25em 0.64em;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid var(--gray-200);
}

.p-access-time-table span {
  font-size: 0.5rem;
}

.p-access-time-table img {
  width: 11px;
}

.p-access-tel {
  flex-shrink: 0;
  background-color: var(--gray-50);
  width: 492px;
  position: relative;
}

.p-access-time-table-supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: flex-end;
  position: absolute;
  bottom: -32px;
  left: 0;
}

.p-access-time-table-supplement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.p-access-time-table-supplement span {
  font-size: 0.5rem;
}

.p-access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-access-info-map iframe {
  width: 100%;
  height: 400px;
}
.p-access-info-items {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed var(--gray-300);
}
.p-access-info-items:not(:last-child) {
  margin-bottom: 24px;
}
.c-access-info-term {
  width: 140px;
  flex-basis: 140px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.c-access-info-description {
  font-size: 16px;
  line-height: 1.7;
}
.c-access-info-description-item {
  list-style: disc;
  margin-left: 1em;
}
.c-access-info-description-item::marker {
  content: "・";
  font-size: 14px;
}
.c-access-info-description-item:last-of-type {
  margin-top: 2em;
}
.c-access-info-description.parent-ruby {
  position: relative;
}
.c-access-info-description .child-ruby {
  position: absolute;
  font-size: 0.625rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 130%;
  bottom: -1em;
  right: -6px;
}
.p-access-info {
  flex-direction: row-reverse;
  margin-top: 2.5rem;
}

.p-page-content__lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 476px;
  }
}
@media screen and (max-width: 999px) {
  .p-access-info-address,
  .p-access-info-map {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-operation-doctor {
    margin-bottom: 5.5rem;
  }
  .p-access-time-table-supplement {
    bottom: -23px;
  }
  .p-page-campaign-intro {
    flex-direction: column;
    margin-top: 2.5rem;
    margin-bottom: 5.5rem;
  }

  .p-page-campaign-intro__right {
    flex-direction: row;
  }

  .p-page-campaign-intro__right img {
    max-width: calc(50vw - 25px);
  }
  .p-access-info {
    flex-flow: column-reverse;
    gap: 3rem;
    margin-top: 1.5rem;
  }
  .p-access-time-table th {
    font-size: clamp(14px, 4.27vw, 16px);
    padding: 0.5em 0.3em;
  }

  .p-access-time-table th:nth-child(1) {
    width: 33.333vw;
  }

  .p-access-time-table td {
    padding: 0.5em;
  }
  .p-access-info-address,
  .p-access-info-map {
    width: 100%;
  }
  .c-access-info-term {
    width: auto;
    flex-basis: auto;
    flex-shrink: 0;
    padding-bottom: 4px;
  }
  .p-access-info-items {
    padding-bottom: 16px;
    flex-direction: column;
  }
  .p-access-info-items:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-access-info-address {
    margin-bottom: clamp(24px, 6.4vw, 32px);
  }
  .c-access-info-description-item::marker {
    content: "・";
    font-size: 10px;
  }
  .p-access-info-map iframe {
    height: 75.2vw;
  }
  .p-page-content__lead {
    text-align: left;
  }

  .p-page-access__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .p-access-items {
    flex-direction: column;
    margin-top: 0;
    gap: 0.5rem;
  }

  .p-access-tel {
    flex-shrink: 0;
    width: 100%;
    background-color: #f6f6f6;
  }
  .p-access-time-table table {
    width: 100%;
  }
  .c-common-faq {
    margin-top: 5.5rem;
  }
}

/* FAQ */
.c-common-faq {
  background: var(--white);
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 768px) {
  .c-common-faq {
    margin-bottom: 5.5rem;
  }
}

/* 監修医師 */
.p-operation-doctor__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.p-operation-doctor {
  margin-bottom: 7.5rem;
}
.p-operation-doctor__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--white);
  box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* .p-operation-doctor__wrap::after {
  content: "";
  background: url(../images/operation/bg-doctor-logo-pc.png) no-repeat top/cover;
  width: 315px;
  height: 306px;
  position: absolute;
  top: 0;
  right: 0;
} */
.p-doctor-item__name {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: center;
}
.p-doctor-item__name img {
  max-width: 100px;
}
.doctor-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.doctor-position {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.p-doctor-item__contents {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: space-between;
}
.p-doctor-item__contents ul {
  width: 50%;
}
.p-doctor-item__contents ul h5 {
  font-size: 1rem;
  line-height: 170%;
  padding-bottom: 4px;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--gray-200);
}
.p-doctor-item__contents ul li {
  font-size: 0.875rem;
  line-height: 170%;
  list-style: disc;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .doctor-name {
    font-size: clamp(22px, 6.4vw, 24px);
  }
  .doctor-position {
    font-size: clamp(12px, 3.733vw, 14px);
  }
  .p-doctor-item__contents {
    flex-direction: column;
  }
  .p-doctor-item__contents ul {
    width: 100%;
  }
  /* .p-operation-doctor__wrap::after {
    content: "";
    background: url(../images/operation/bg-doctor-logo.png) no-repeat top/cover;
    width: 71vw;
    max-width: 267px;
    max-height: 256px;
    height: 68vw;
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0;
  } */
}
