@charset "UTF-8";
/* ==============

clinic.css

 ============== */
/* 診療時間  */
table.daytime {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background-color: white;
}
table.daytime th,
table.daytime td {
  text-align: center;
  padding: 1rem 2px;
  border: 1px solid #cbb9a2;
  line-height: 1.5;
}
table.daytime td {
  color: #a49687;
}
table.daytime th:nth-of-type(1) {
  width: 30%;
  background-color: #f4f0ec;
}
table.daytime th:nth-of-type(2),
table.daytime th:nth-of-type(3),
table.daytime th:nth-of-type(4),
table.daytime th:nth-of-type(5),
table.daytime th:nth-of-type(6),
table.daytime th:nth-of-type(7),
table.daytime th:nth-of-type(8) {
  width: -15.7142857143%;
  background-color: #a49687;
  color: white;
}

.page-clinic__information {
  margin-bottom: 4rem;
}

.page-clinic__information dl.text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-clinic__information dl.text dd {
  flex-basis: calc(50% - 20px);
}

/* アクセス方法 */
ul.access-clinic {
  margin-top: 3rem;
}
ul.access-clinic li {
  position: relative;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 1.5rem;
  background-color: white;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
  color: #4c371f;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
ul.access-clinic li .notice {
  margin-top: 1rem;
  font-size: 0.9rem;
}
ul.access-clinic li span {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #a49687;
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  ul.access-clinic li {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* ギャラリー 院内写真 */
.gallery-clinic {
  margin-bottom: 4rem;
}
.gallery-clinic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2rem;
}
.gallery-clinic ul li {
  flex-basis: 33.3333333333%;
  position: relative;
  padding: 20px;
  /* -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2)); */
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.gallery-clinic ul li img {
  width: 100%;
  border-radius: 10px;
}
.gallery-clinic ul section {
  position: relative;
  z-index: 1;
  padding: 1rem 1.25rem;
  width: 94%;
  margin: -1.5rem auto 2rem auto;
  background: rgba(70, 52, 32, 0.8);
  color: white;
  border-radius: 5px;
}
.gallery-clinic ul h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1.5;
}
.gallery-clinic ul p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1079px) {
  .gallery-clinic ul {
    padding: 0 1.5rem;
  }
  .gallery-clinic ul li {
    flex-basis: calc(50% - 20px);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-clinic ul li {
    flex-basis: 100%;
  }
  .gallery-clinic ul section {
    margin: -1rem auto 1rem auto;
  }
}
/* ギャラリー 設備 */
.gallery-facility__inner {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 2rem;
}
.gallery-facility__inner dl {
  flex-basis: calc(33.3333333333% - 30px);
  margin: 0 auto 2rem auto;
  background-color: white;
}
.gallery-facility__inner dl dt {
  text-align: center;
}
.gallery-facility__inner dl dt img {
  width: 100%;
  max-width: 250px;
  margin: 1rem auto;
}
.gallery-facility__inner dl dd {
  padding: 0 1.5rem 1rem 1.5rem;
  color: #a49687;

}
.gallery-facility__inner dl h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
.gallery-facility__inner dl h3 span.small {
  font-size: 0.7em;
  font-weight: normal;
}
.gallery-facility__inner dl ul {
  margin: 0 auto 0.5rem auto;
}
.gallery-facility__inner dl li {
  display: inline-block;
  border: 1px solid #a49687;
  color: #a49687;
  padding: 3px 6px;
  margin-bottom: 4px;
  line-height: 1.3;
  font-size: 0.8rem;
}

@media screen and (max-width: 1079px) {
  .gallery-facility__inner {
    padding: 1rem 1rem;
  }
  .gallery-facility__inner dl {
    flex-basis: calc(50% - 20px);
    margin: 0 auto 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .gallery-facility__inner dl {
    flex-basis: 90%;
  }
}
/* 販売商品 */
.clinic-products {
  padding-bottom: 6rem;
}
.clinic-products ul {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.clinic-products ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clinic-products ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.clinic-products ul li:not(:last-of-type) {
  margin-bottom: 3rem;
}
.clinic-products ul li img.thumb {
  width: 50%;
}
.clinic-products ul section {
  width: 70%;
  position: relative;
  z-index: 1;
  padding: 3rem;
  margin: 0 -2rem;
  background: rgba(255, 255, 255, 0.8);
}
.clinic-products ul h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #a49687;
  line-height: 1.5;
}
.clinic-products ul p {
  margin: 0;
}

@media screen and (max-width: 1079px) {
  .clinic-products ul {
    padding: 0 1rem;
    justify-content: space-between;
  }
  .clinic-products ul li img.thumb {
    width: 45%;
  }
  .clinic-products ul section {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .clinic-products ul {
    padding: 0;
  }
  .clinic-products ul li {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .clinic-products ul li:nth-of-type(even) {
    flex-direction: column;
  }
  .clinic-products ul li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .clinic-products ul li img.thumb {
    width: 80%;
  }
  .clinic-products ul section {
    width: 100%;
    margin-top: 1rem;
  }
  .clinic-products ul h3 {
    font-size: 1.2rem;
  }
}
/* 連携病院 */
.clinic-relation ul {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clinic-relation ul li {
  flex-basis: calc(50% - 20px);
  margin-bottom: 2rem;
  background-color: white;
  padding: 1.5rem;
}
.clinic-relation ul h4 {
  padding: 10px 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: #a49687;
  color: white;
  border-radius: 5px;
}
.clinic-relation ul li dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  border-bottom: 1px dotted #a49687;
}
.clinic-relation ul li dt,
.clinic-relation ul li dd {
  line-height: 1.6;
}
.clinic-relation ul li dl dt {
  color: #a49687;
  flex-basis: 7rem;
}
.clinic-relation ul li dl dd {
  flex-basis: calc(100% - 7rem);
}

@media screen and (max-width: 1079px) {
  .clinic-relation ul {
    margin-top: 0;
  }
  .clinic-relation ul li {
    flex-basis: calc(50% - 20px);
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .clinic-relation ul li {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .clinic-relation ul li dl {
    padding: 0.5rem;
  }
  .clinic-relation ul li dl dt {
    flex-basis: 5rem;
  }
  .clinic-relation ul li dl dd {
    flex-basis: calc(100% - 5rem);
  }
}

/*# sourceMappingURL=clinic.css.map */
