@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.child-fv::before {
  height: 500px;
}

.sec-pharmacy-archive {
  padding-top: 100px;
  padding-bottom: 131px;
}
@media screen and (max-width: 599px) {
  .sec-pharmacy-archive {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pharmacy-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  row-gap: 20px;
  flex-wrap: wrap;
}
.pharmacy-list-item {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .pharmacy-list-item {
    width: 100%;
  }
}
.pharmacy-list-item-inner {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 40px 40px 30px;
}
@media screen and (max-width: 767px) {
  .pharmacy-list-item-inner {
    padding: 20px;
  }
}

.single-pharmacy .child-fv-inner {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .child-fv-inner {
    flex-wrap: wrap;
  }
}
.single-pharmacy .child-fv-img-wrapper {
  width: 51.02%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .child-fv-img-wrapper {
    text-align: right;
    width: 100%;
  }
}
.single-pharmacy .child-fv-ttl-wrapper {
  padding-top: 21px;
  width: 48.98%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .child-fv-ttl-wrapper {
    width: 100%;
  }
}
.single-pharmacy .child-fv .ttl-pattern1-wrapper {
  position: static;
}
.single-pharmacy .child-fv .ttl-pattern1--en {
  color: #000000;
  font-size: 0.8125rem;
}
.single-pharmacy .child-fv .ttl-pattern1--en a {
  color: #39B59E;
}
.single-pharmacy .child-fv-img-wrapper img {
  border-radius: 8px;
}
.single-pharmacy .ttl-pattern2 {
  font-size: 1.5rem;
  padding-bottom: 21px;
}
.single-pharmacy .news {
  padding-top: 198px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .news {
    padding-top: 320px;
  }
}
.single-pharmacy .news-list-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
.single-pharmacy .news-list-item:not(:first-of-type) {
  padding-top: 20px;
}
.single-pharmacy .news-list-item__date {
  font-weight: 500;
  font-size: 0.875rem;
  color: #39B59E;
  margin-right: 32px;
}
.single-pharmacy .news-list-item__ttl {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.single-pharmacy .news-list-more-wrapper {
  text-align: right;
  margin-top: 19px;
}
.single-pharmacy .news-list__more {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #39B59E;
  position: relative;
  padding-right: 49px;
}
.single-pharmacy .news-list__more:hover {
  opacity: 1;
}
.single-pharmacy .news-list__more:hover::before {
  transform: translate(10px, -50%);
}
.single-pharmacy .news-list__more::before {
  content: "";
  width: 30px;
  height: 7px;
  background: url(../img/common/icon-arrow-right-green.svg) no-repeat center center/contain;
  position: absolute;
  top: 40%;
  transform: translatey(-50%);
  right: 0;
  transition: all 0.3s;
}
.single-pharmacy .news-inner {
  display: flex;
  margin-left: -60.5px;
  margin-right: -60.5px;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .news-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .single-pharmacy .news-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.single-pharmacy .news-ttl-wrapper, .single-pharmacy .news-list-wrapper {
  padding: 0 60.5px;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .news-ttl-wrapper, .single-pharmacy .news-list-wrapper {
    padding: 0 30px;
  }
}
.single-pharmacy .news-ttl-wrapper {
  padding-top: 2px;
  width: 20.11%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .news-ttl-wrapper {
    width: 100%;
  }
}
.single-pharmacy .news-list-wrapper {
  width: 79.89%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .news-list-wrapper {
    width: 100%;
  }
}
.single-pharmacy .access {
  padding-top: 64px;
  padding-bottom: 80px;
}
.single-pharmacy .access-inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  align-items: center;
  margin-top: 41px;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .access-inner {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.single-pharmacy .access__map, .single-pharmacy .access-txt-wrapper {
  padding: 0 20px;
}
.single-pharmacy .access__map {
  width: 49.03%;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .access__map {
    width: 100%;
  }
}
.single-pharmacy .access__map iframe {
  width: 100%;
  border-radius: 8px;
  height: 300px;
}
.single-pharmacy .access-txt-wrapper {
  width: 50.97%;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .access-txt-wrapper {
    width: 100%;
  }
}
.single-pharmacy .access__name {
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid #39B59E;
  padding-bottom: 8px;
  margin-bottom: 18px;
}
.single-pharmacy .access__address, .single-pharmacy .access__tel {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}
.single-pharmacy .access__tel {
  margin-top: 2px;
  margin-bottom: 27px;
}
.single-pharmacy .access-table-wrapper {
  border: 1px solid #39B59E;
  border-radius: 8px;
  overflow: hidden;
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .access-table-wrapper {
    overflow: auto;
  }
}
.single-pharmacy .access-table-wrapper table {
  width: 100%;
  min-width: 480px;
}
.single-pharmacy .access-table-wrapper table thead {
  background-color: #39B59E;
  color: #FFFFFF;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
.single-pharmacy .access-table-wrapper table thead th {
  text-align: center;
  padding: 13px 0;
}
.single-pharmacy .access-table-wrapper table thead th:first-of-type {
  width: 118px;
}
.single-pharmacy .access-table-wrapper table thead th:not(:first-of-type) {
  width: 52px;
}
.single-pharmacy .access-table-wrapper table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #39B59E;
}
.single-pharmacy .access-table-wrapper table tbody tr td {
  text-align: center;
  padding: 12px 0;
  font-size: 0.8125rem;
}
.single-pharmacy .access-table-wrapper table tbody tr td:not(:first-of-type) {
  color: #39B59E;
}
.single-pharmacy .access-table-wrapper table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #39B59E;
}
.single-pharmacy .message {
  padding-top: 83px;
  padding-bottom: 80px;
}
.single-pharmacy .message-inner {
  display: flex;
  margin-left: -15.5px;
  margin-right: -15.5px;
  margin-top: 20px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .single-pharmacy .message-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.single-pharmacy .message__txt, .single-pharmacy .message__img {
  padding: 0 15.5px;
}
.single-pharmacy .message__txt {
  font-size: 0.9375rem;
  line-height: 2;
  width: 60.03%;
}
@media screen and (max-width: 599px) {
  .single-pharmacy .message__txt {
    width: 100%;
  }
}
.single-pharmacy .message__img {
  width: 39.97%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .single-pharmacy .message__img {
    width: 100%;
  }
}
.single-pharmacy .message__img img {
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  aspect-ratio: 373/300;
  object-fit: cover;
}
.single-pharmacy .online {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-pharmacy .online-wrapper {
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 2px solid #39B59E;
  position: relative;
}
.single-pharmacy .online-inner {
  padding: 38px 58px;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .online-inner {
    padding: 20px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-pharmacy .online-inner {
    padding: 38px 38px 100px;
  }
}
@media screen and (max-width: 479px) {
  .single-pharmacy .online-inner {
    padding: 20px 20px 80px;
  }
}
.single-pharmacy .online-flex {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .online-flex {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.single-pharmacy .online__img, .single-pharmacy .online-txt-wrapper {
  padding: 0 25px;
}
.single-pharmacy .online__img {
  width: 38.4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .online__img {
    width: 100%;
  }
}
.single-pharmacy .online__img img {
  border-radius: 8px;
}
.single-pharmacy .online-txt-wrapper {
  width: 61.6%;
}
@media screen and (max-width: 767px) {
  .single-pharmacy .online-txt-wrapper {
    width: 100%;
  }
}
.single-pharmacy .online .ttl-pattern1--en {
  margin-bottom: 17px;
  color: #39B59E;
}
.single-pharmacy .online .ttl-pattern1 {
  font-size: 1.875rem;
}
.single-pharmacy .online__txt {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 24px;
}
.single-pharmacy .online__link {
  width: 50px;
  height: 50px;
  display: block;
  background-color: rgba(57, 181, 158, 0.1);
  border-radius: 50%;
  position: absolute;
  bottom: 38px;
  right: 38px;
}
@media screen and (max-width: 1023px) {
  .single-pharmacy .online__link {
    bottom: 20px;
  }
}
.single-pharmacy .online__link:hover {
  opacity: 1;
}
.single-pharmacy .online__link:hover::before {
  transform: translate(3px, -50%) rotate(-90deg);
}
.single-pharmacy .online__link::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url(../img/common/icon-arrow-right-green-full.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.3s;
}
.single-pharmacy .contact {
  padding-top: 64px;
  padding-bottom: 60px;
}
.single-pharmacy .contact__name {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #39B59E;
  margin-top: 38px;
}
.single-pharmacy .contact-tel-wrapper {
  text-align: center;
  margin-top: 10px;
}
.single-pharmacy .contact__tel {
  font-weight: 700;
  font-size: 2.5rem;
  color: #39B59E;
  padding-left: 34px;
  position: relative;
}
.single-pharmacy .contact__tel::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/icon-tel-green.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
.single-pharmacy .contact-tel__time {
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
  color: #39B59E;
  margin-top: 6px;
}
.single-pharmacy .back-to-pharmacy-archive-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-pharmacy .back-to-pharmacy-archive-btn {
  width: 300px;
  margin: 0 auto;
}
.single-pharmacy .back-to-pharmacy-archive-btn .btn-pattern1:hover::before {
  transform: translate(-5px, -50%) rotate(180deg);
}
.single-pharmacy .back-to-pharmacy-archive-btn .btn-pattern1::before {
  left: 20px;
  transform: translatey(-50%) rotate(180deg);
}/*# sourceMappingURL=style-pharmacy.css.map */