/* breakpoint ------------------------------*/
/* department --------------------------------*/
.department {
  max-width: 1500px;
  margin: 100px auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .department {
    margin: 80px auto;
    display: block;
  }
}
.department__image {
  max-width: 50%;
  flex-basis: 50%;
  max-height: 900px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.department__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .department__image {
    max-width: none;
    max-height: 600px;
  }
}
.department__wrap {
  max-width: calc(50% - 100px);
  flex-basis: calc(50% - 100px);
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: px) {
  .department__wrap {
    max-width: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
  }
}
@media screen and (max-width: 1200px) {
  .department__wrap {
    max-width: calc(50% - 6vw);
    flex-basis: calc(50% - 6vw);
  }
}
@media screen and (max-width: 992px) {
  .department__wrap {
    max-width: none;
    margin-top: -50px;
  }
}
@media screen and (max-width: 576px) {
  .department__wrap {
    margin-top: -40px;
  }
}
.department__main {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  .department__main {
    max-width: none;
  }
}
.department__text {
  font-size: 1.4rem;
  line-height: 2;
}
.department-list {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  border-top: 1px solid rgb(0, 0, 0);
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .department-list {
    display: block;
  }
}
.department-list dt,
.department-list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.department-list dt {
  max-width: 30%;
  flex-basis: 30%;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .department-list dt {
    max-width: none;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.department-list dd {
  max-width: 70%;
  flex-basis: 70%;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .department-list dd {
    max-width: none;
    padding-top: 10px;
  }
}

/* calendar ----------------------------------*/
.time {
  width: calc(100% + 100px);
  margin: 100px 0;
  padding: 100px 50px;
  background-color: white;
  position: relative;
  left: -50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .time {
    width: calc(100% + 40px);
    margin: 80px 0;
    padding: 80px 20px;
    left: -20px;
  }
}
.time .m-b-text {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .time__wrap {
    width: calc(100% + 40px);
    display: flex;
    position: relative;
    left: -20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .time__wrap:before, .time__wrap:after {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 1px;
    display: block;
  }
}
.time-list {
  width: 100%;
  min-width: 440px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .time-list {
    margin-top: 20px;
  }
}
.time-list th,
.time-list td {
  padding: 20px 5px;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
  color: black;
  box-sizing: border-box;
}
.time-list th:first-child,
.time-list td:first-child {
  width: 30%;
  text-align: left;
}
.time-list th span,
.time-list td span {
  display: inline-block;
  white-space: nowrap;
}
.time-list th {
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.time-list td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.time .notice {
  max-width: 900px;
  margin: 10px auto;
}
.time .btn-list {
  margin-top: 40px;
}

.charge {
  width: 100%;
  max-width: 900px;
  margin-block: clamp(40px, 5vw, 80px);
  margin-inline: auto;
  padding: 0;
  list-style: none;
  border-block-start: 1px solid rgba(0, 0, 0, 0.15);
}
.charge li {
  padding-block: 30px;
  display: grid;
  grid-template-columns: 35% 30% 35%;
  border-block-end: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
}
.charge li .week {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .charge li {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

.medical-hours {
  width: 100%;
  max-width: 900px;
  margin-block: clamp(40px, 5vw, 80px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 40px);
}
.medical-hours .title {
  margin-block-end: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.medical-hours .week-time dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-block-start: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
}
.medical-hours .week-time dt,
.medical-hours .week-time dd {
  padding-block: 15px;
  border-block-end: 1px solid rgba(0, 0, 0, 0.15);
}
.medical-hours .closed p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .medical-hours {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 5vw, 80px);
  }
}

/* exam --------------------------------------*/
.exam {
  max-width: 900px;
  margin: 100px auto;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .exam {
    margin: 80px auto;
  }
}
.exam-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .exam-list {
    display: block;
  }
}
.exam-list dt,
.exam-list dd {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  line-height: 1.8;
  box-sizing: border-box;
}
.exam-list dt {
  max-width: 30%;
  flex-basis: 30%;
  padding-right: 40px;
  color: black;
}
@media screen and (max-width: 768px) {
  .exam-list dt {
    max-width: none;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.exam-list dd {
  max-width: 70%;
  flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  .exam-list dd {
    max-width: none;
    padding-top: 0;
    border-top: 0;
  }
}




/* ----------------------------- */


.sch-box__wrap {
    margin-top: 100px;
}
.sch-box {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 50px;
    background-color: #edece5;
    border-radius: 10px;
}
.sch-box h4 {
    font-size: 2rem;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}
.sch-box h4 span {
    font-size: 80%;
    margin-left: 20px;
}
.sch-box table {
    width: 100%;
    font-size: 1.4rem;
	font-weight: 600;
    line-height: 2;
}
.sch-box table tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.sch-box table th,
.sch-box table td {
	width: 10%;
    padding: 10px 0;
    text-align: center;
}
.sch-box table th.th01 {
	text-align: left;
	width: 20%;
}


@media screen and (max-width: 768px) {



}

@media screen and (max-width: 576px) {

	.sch-box__wrap {
		display: block;
		overflow: hidden;
	}
	.sch-box {
		padding: 30px;
		border-radius: 0;
        overflow-x: scroll;
	}
	.sch-box h4 {
		width: 800px;
	}
	.sch-box table {
		width: 800px;
	}
	.sch-box table th.th01 {
		width: 15%;
	}

}