@charset "UTF-8";

/* add start */
.clinic table {
  table-layout: auto;
}

.clinic table th {
  padding-right: 1.5em;
  white-space: nowrap;
}

/* add end */

.map iframe {
  width: 100%;
  height: 400px;
}

.map .access-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f1f7f7;
  padding: 64px 0;
  margin-bottom: 80px;
  text-align: center;
}

.map .access-info .info {
  padding: 8px 4%;
}

.map .access-info .info .address {
  font-size: 14px;
  margin-bottom: 8px;
}

.map .access-info .info .name {
  font-size: 24px;
  font-weight: bold;
}

.map .access-info .access {
  border-left: solid 1px #707070;
  padding: 8px 4%;
}

.map .access-info .access:last-of-type {
  border-right: solid 1px #707070;
  padding: 8px 4%;
}

.map .access-info .access img {
  width: 20px;
  margin-bottom: 8px;
}

.map .access-info .access .text {
  font-size: 14px;
}

.map .access-info .access .text span {
  display: block;
  font-size: 12px;
}

.contact {
  max-width: 1148px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin: 0 auto 80px auto;
}

.contact .tel-area {
  width: 50%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: solid 1px #707070;
  padding: 0 4%;
}

.contact .tel-area .text {
  font-size: 14px;
  margin-right: 8px;
}

.contact .tel-area .tel {
  display: flex;
}

.contact .tel-area .tel img {
  width: 34px;
  margin: 0 16px 24px 0;
}

.contact .tel-area .tel a {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

.contact .tel-area .tel span {
  display: block;
  font-size: 12px;
}

.contact .mail-area {
  width: 50%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  background-color: #fff;
  padding: 0 4%;
}

.contact .mail-area .text {
  font-size: 14px;
  margin-right: 8px;
}

.contact .mail-area a {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

.contact .mail-area img {
  width: 40px;
  margin-right: 16px;
}

@media screen and (max-width: 900px) {
  .contact {
    flex-direction: column;
  }

  .contact .tel-area {
    width: 100%;
    border-bottom: none;
  }

  .contact .mail-area {
    width: 100%;
    border-left: solid 1px #707070;
  }
}

@media screen and (max-width: 767px) {
  .map .access-info .info {
    width: 100%;
    margin-bottom: 24px;
  }

  .contact .tel-area {
    height: 112px;
    flex-direction: column;
    justify-content: center;
  }

  .contact .tel-area .tel a {
    font-size: 28px;
  }

  .contact .tel-area .tel img {
    width: 26px;
    margin: 0 8px 24px 0;
  }

  .contact .tel-area .text {
    margin: 0 0 8px 0;
  }

  .contact .mail-area {
    height: 112px;
    flex-direction: column;
    justify-content: center;
  }

  .contact .mail-area a {
    font-size: 28px;
  }

  .contact .mail-area img {
    width: 26px;
    margin: 0 8px 4px 0;
  }

  .contact .mail-area .text {
    margin: 0 0 8px 0;
  }
}