@charset "UTF-8";


/* # =================================================================
# Style
# ================================================================= */
.about {
  margin-top: 50px;
}

/* # ====　　医師の紹介　　====== */
.c-cell-item__content:has(.doctor) {
  width: calc(100% - 75px);
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
.doctor__item {
  position: relative;
  width: 50%;
  padding-left: 30px;
  padding-right: 20px;
}
.doctor__item--blue::before {
  color: #3a638e;
}
.doctor__item--orange::before {
  color: #e08d2a;
}
.doctor__item::before {
  content: "⚫︎ ⚫︎ ⚫︎ ⚫︎";
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.doctor__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctor__item--blue::after {
  background-image: url("../img/about/img_doctor01.jpg");
  background-position: -30px center;
  background-size: 260%;
}
.doctor__item--orange::after {
  background-image: url("../img/about/img_doctor02.jpg");
  background-position: -15px center;
  background-size: 270%;
}

.doctor__name {
  font-size: 18px;
  font-weight: 600;
	line-height: 1.3;
}
.doctor__name span {
  font-size: 15px;
	line-height: 1.5;
}
.doctor__introduction {
  max-width: 350px;
  font-size: 16px;
	text-align: justify;
  line-height: 1.6;
  margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.doctor__career {
  padding-right: 130px;
  margin-top: 20px;
}
.doctor__heading {
  font-size: 16px;
  font-weight: 500;
}
.doctor__text {
  font-size: 13px;
	line-height: 1.5;
  margin-top: 10px;
	letter-spacing: 0.5px;
}
.doctor__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  padding-right: 100px;
  margin-top: 10px;
}
.doctor__list li {
  width: fit-content;
  font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.doctor__list li::before {
  content: "・";
}
@media screen and (max-width: 1023px) {
  .c-cell-item__content:has(.doctor) {
    width: calc(100% - 55px);
  }

  .doctor {
    flex-direction: column;
    row-gap: 60px;
  }
  .doctor__item {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .doctor__item::after {
    right: -8px;
    bottom: -20px;
  }
}
@media screen and (max-width: 570px) {
  .doctor__career {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .doctor__item::after {
    bottom: 0;
  }
	.doctor__introduction {
		text-align: justify;
	}
	.doctor__item {
		padding-left: 20px;
	}
}





/* # ====　　看護師長の紹介　　====== */
.nurse {
  margin-top: 30px;
}
.nurse__introduction {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.nurse__name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}
.nurse__career {
  margin-top: 20px;
}
.nurse__heading {
  font-size: 16px;
  font-weight: 500;
}
.nurse__list {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  margin-top: 10px;
}
.nurse__list li {
  width: fit-content;
  font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.nurse__list li::before {
  content: "・";
}

@media screen and (max-width: 1023px) {
  .c-cell-item:has(.nurse) {
    width: 100%;
  }
  .nurse__introduction {
    max-width: 360px; 
  }
}

/* # ====　　クリニックの紹介　　====== */
.c-cell-item__content:has(.clinic-overview) {
  width: calc(100% - 75px);
}

.clinic-overview {
  margin-top: 25px;
}
.clinic-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-bottom: 1px dotted #251e1c;
  padding: 15px 0;
}
.clinic-overview__item dl {
  width: 100px;
  font-size: 16px;
}
.clinic-overview__item dt {
  width: calc(100% - 130px);
  font-size: 16px;
}
.clinic-overview__item dt .clinic-overview__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.clinic-overview__item dt .clinic-overview__list li {
  line-height: 1.2;
}
.clinic-overview__item dt .clinic-overview__list li::before {
  content: "・";
}

@media screen and (max-width: 1023px) {
  .c-cell-item:has(.clinic-overview) {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
	.clinic-overview__item {
		flex-wrap: wrap;
	}
	.clinic-overview__item dl {
	    width: 100%;
		font-size: 14px;
		color: #999;
		margin-bottom: 10px;
	}
	.clinic-overview__item dt {
		width: 100%;
		font-size: 16px;
	}
}


/* # ====　　写真　　====== */
.clinic-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.clinic-image__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  height: 260px;
  border-radius: 30px;
  overflow: hidden;
	cursor: pointer;
}
.clinic-image__item:hover {
	opacity: .6;
	transition: .6s;
}

.clinic-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic-image__text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 146px;
  font-size: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 20px 0 0;
  padding: 10px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
/* ポップアップ背景 */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  animation: fadeIn 0.4s ease;
}

/* ポップアップ画像（拡大しながら表示） */
.popup-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 4px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  border-radius: 60px;
  background: #fff;
  opacity: 0;
  transform: scale(0.9);
  animation: popupIn 0.4s ease forwards;
}

/* 背景フェードイン */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* 画像拡大＆フェードイン */
@keyframes popupIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .clinic-image {
    gap: 20px 10px;
  }
  .clinic-image__item {
    width: calc((100% - 10px) / 2);
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .clinic-image__text {
    width: 80px;
    font-size: 14px;
    padding: 5px; 
  }
}
@media screen and (max-width: 425px) {
	.clinic-image__item {
		border-radius: 20px;
		width: calc((100% - 0px) / 1);
		height: 220px;
	}
	.clinic-image__text {
		width: 140px;
	}
	.popup-image {
		border-radius: 20px;
	}
}

@media screen and (max-width: 425px) {
	.c-cell-item__content:has(.clinic-overview) {
	  width: 100%;
	}
}

/* # ====　　診療時間　　====== */
.hours-table {
  width: 100%;
  margin-top: -50px;
}
.hours-table.sp-table {
  display: none;
}
.hours-table__heading {
  width: 185px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  padding-right: 15px;
}
.hours-table__heading span {
  font-size: 14px;
}
.hours-table__time {
  width: 135px;
  font-size: 18px;
  font-weight: 500;
}
.hours-table tr.border {
  position: relative;
}
.hours-table tr.border::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #251e1c;
}
.hours-table tr.border--short::after {
  width: calc(100% - 185px);
  right: 0;
}
.hours-table tr.border--long::after {
  width: 100%;
  left: 0;
}
.hours-table tr:first-child th {
  width: calc((100% - 320px) / 6);
  font-weight: 500;
}
.hours-table td {
  text-align: center;
  padding: 20px 0;
}
.hours-table td:not(.hours-table__time) {
  font-size: 20px;
}

.hours-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.hours-note__left {
  padding-right: 10px;
}
.hours-note__text {
  font-size: 15px;
  line-height: 1.6;
}
.hours-note__right {
	font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .c-cell-item:has(.hours-table) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hours-table.pc-table {
    display: none;
  }
  .hours-table.sp-table {
    display: table;
    border-collapse: collapse;
    margin-top: 28px;
  }
  .hours-table .hours-table__sp-heading th {
    font-weight: 500;
    padding-top: 40px!important;
    padding-bottom: 15px;
  }
  .hours-table .hours-table__sp-heading th:first-child {
    text-align: left;
    line-height: 1.5;
  }
  .hours-table .hours-table__sp-heading th:first-child span {
    font-size: 10px;
  }
  .hours-table .hours-table__time {
    text-align: left;
    font-weight: 600;
  }
  .hours-table tr.border {
    border-bottom: 1px solid #251e1c;
  }
  .hours-table tr.border th,
  .hours-table tr.border td {
    padding-bottom: 12px;
  }
  .hours-table tr.border + tr th,
  .hours-table tr.border + tr td{
   padding-top: 12px;
  }
  .hours-table tr th,
  .hours-table tr td {
    font-size: 16px;
  }
  .hours-table tr th:first-child {
    width: 120px;
  }
  .hours-table tr th:not(:first-child) {
    width: calc((100% - 120px) / 6);
  }
  .hours-table tr th,
  .hours-table tr td {
    font-size: 16px!important;
    padding: 0;
  }

  .hours-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 425px) {
    .hours-table .hours-table__sp-heading th {
        padding-top: 34px !important;
    }	
	.hours-table .hours-table__sp-heading:first-child th {
        padding-top: 10px !important;
    }
	.hours-note__text {
	  font-size: 14px;
	}
}


/* # ====　　診療カレンダー　　====== */
@media screen and (max-width: 1023px) {
  .c-cell-item:has(.calendar) {
    width: 100%;
  }
}


/* # ====　　アクセス　　====== */
.c-cell-item__content:has(.access-info) {
  width: calc(100% - 75px);
}

.access-info {
  width: 300px;
}
.access-info__text {
  font-size: 20px;
	font-weight: 500;
  margin-top: 40px;
}
.access-info__address {
  font-size: 15px;
	line-height: 1.5;
  margin-top: 15px;
}
.access-info__info {
  border-left: 8px solid #251e1c;
  padding-left: 15px;
  margin-top: 24px;
    position: relative;
    z-index: 5;
}
.access-info__tel {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
}
.access-info__tel span {
  font-size: 22px;
}
.access-info__time {
  font-size: 16px;
  margin-top: 12px;
	line-height: 1.4;
}
.access-info__parking {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  border-radius: 6px;
  background-color: #e2e2e2;
  padding: 10px;
  margin-top: 15px;
}
.access-info__map-wrap {
  width: 300px;
  height: 160px;
  overflow: hidden;
  margin-top: 30px;
}
.access-info__map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-info__note {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
}

.access-map {
  width: calc(100% - 300px);
  padding: 90px 10px 0;
}
.access-map__inner {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
.access-map__inner iframe {
    border: 0;
    width: 100%;
    height: 760px;
    margin-top: -170px;
}
.access-map__link-wrap {
  width: 100%;
  max-width: 600px;
  margin: 8px 0 0 auto;
}
.access-map__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
}
.access-map__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/icon_open.svg");
  margin-top: 3px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .c-cell-item__flex.c-cell-item__content:has(.access-info) {
    width: calc(100% - 55px);
    flex-direction: column;
  }
  .access-info {
    width: 100%;
  }
  .access-info__map-wrap {
    max-width: 100%; 
  }
  .access-map {
    width: 100%;
    padding: 20px 0 0;
  }
  .access-map__inner {
    height: 200px; 
  }
}
@media screen and (max-width: 425px) {
  .c-cell-item__flex.c-cell-item__content:has(.access-info) {
    width: calc(100% - 40px);
  }
	.access-info__tel {
	  font-size: 24px;
		letter-spacing: 0;
	}
	.access-info__tel span {
	  font-size: 15px;
	}
	.access-map__inner iframe {
		border: 0;
		width: 100%;
		height: 400px;
		margin-top: -90px;
	}
}


/* # ====　　系列クリニックのご案内　　====== */
.maternity-clinic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maternity-clinic-info__text-wrap {
  width: 40%;
  padding-right: 40px;
}
.maternity-clinic-info__text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 30px;
}
.maternity-clinic-info__text span {
  font-weight: bold;
}
.maternity-clinic-info__info {
  border-left: 8px solid #251e1c;
  padding-left: 15px;
  margin-top: 35px;
	position: relative;
	z-index: 5;
}
.maternity-clinic-info__address {
  font-size: 15px;
  line-height: 1.4;
}
.maternity-clinic-info__tel {
  font-size: 30px;
  font-weight: 600;
  margin-top: 12px;
}
.maternity-clinic-info__tel span {
  font-size: 22px;
}
.maternity-clinic-info__time {
  font-size: 16px;
	line-height: 1.3;
  text-decoration: underline;
  margin-top: 12px;
}
.maternity-clinic-info__link {
  width: 270px;
/*  background-color: #e08d2a;*/
  margin-top: 40px;
    background-color: rgba(224, 141, 42, .2);
    color: #e08d2a;
}
.maternity-clinic-info__link.c-pill-button::before {
  background-color: #e08d2a;
}
.maternity-clinic-info__link .c-pill-button__text {
  font-size: 18px;
    font-weight: 500;
	padding-right: 10px;
}
.maternity-clinic-info__img-wrap {
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}
.maternity-clinic-info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .c-cell-item__content:has(.maternity-clinic-info) {
    width: calc(100% - 55px);
  }
  .maternity-clinic-info {
    flex-direction: column;
    row-gap: 40px;
  }
  .maternity-clinic-info__text-wrap {
    width: 100%;
    padding-right: 0;
  }
  .maternity-clinic-info__link {
    width: 100%;
    max-width: 270px;
    margin-top: 30px;
  }
  .maternity-clinic-info__img-wrap {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 425px) {
  .c-cell-item__content:has(.maternity-clinic-info) {
    width: calc(100% - 40px);
  }
	  .maternity-clinic-info {
		row-gap: 20px;
	  }
	.maternity-clinic-info__text {
		text-align: justify;
	}
	.maternity-clinic-info__tel {
		
	}
	.maternity-clinic-info__tel {
	  font-size: 24px;
		letter-spacing: 0;
	}
	.maternity-clinic-info__tel span {
	  font-size: 15px;
	}
	  .maternity-clinic-info__link {
		margin-top: 20px;
	  }
}
