/*==================================================
page service 
===================================*/
.page_service_pankuz {
  background-color: #fcfbf7;
}

.page_service_pankuz .pankuz {
  margin-top: 0;
  padding-top: 2.8rem;
}

.page_service {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fcfbf7;
  position: relative;
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .page_service {
    padding-bottom: 2rem;
    margin-bottom: calc(15% + 2rem);
  }
}

.page_service::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  background: #fdfcf4;
  height: 15%;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

@media screen and (max-width: 767px) {
  .page_service::after {
    bottom: -3%;
    width: 150%;
    height: 10%;
  }
}

.page_service .p-about3__inner {
  position: relative;
  z-index: 2;
}

.feature {
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 4rem;
  }
}

.medical {
  background-color: #fdfbf7;
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .medical {
    padding: 4rem 0;
  }
}

.medical__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  margin-top: 4rem;
}

.medical__list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .medical__list {
    gap: 2.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
}

.medical__image {
  border-radius: 1.5rem;
}

.medical__image img {
  border-radius: 1.5rem;
}

.medical__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 0 1rem;
  border-bottom: solid 1px #464646;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .medical__title {
    font-size: 1.4rem;
  }
}

.medical__title_icon {
  width: 2.1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .medical__title_icon {
    width: 1.6rem;
  }
}

.medical__btn {
  display: inline-block;
  border: solid 1px #43372d;
  background-color: #fff;
  color: #43372d;
  border-radius: 3rem;
  text-align: center;
  width: 100%;
  padding: 0.8rem 1rem;
  position: relative;
  font-size: 1.2rem;
  margin-top: 2rem;
}

.medical__btn::after {
  content: "";
  background-image: url(../img/medical__btn_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
}

.medical__text {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 767px) {
  .medical__text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.page_service_banner {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .page_service_banner {
    padding: 4rem 0;
  }
}

.service_about {
  position: relative;
  padding: 4rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .service_about {
    padding: 4rem 0 2rem;
  }
}

.service_about::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  background: #fff;
  height: 15%;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

@media screen and (max-width: 767px) {
  .service_about::after {
    bottom: -3%;
    width: 150%;
    height: 10%;
  }
}

.service_about__text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02rem;
  line-height: 3rem;
  max-width: 52rem;
  margin: 2.5rem auto 3rem;
  text-align: center;
}

.service_about__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .service_about__inner {
    flex-direction: column;
  }
}

.service_about__img {
  width: calc(50% - 7.5rem);
  flex-shrink: 0;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .service_about__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.service_about__img img {
  border-radius: 3rem;
}

.service_about__block {
  width: calc(50% + 7.5rem);
  margin-left: 5.5rem;
}

@media screen and (max-width: 767px) {
  .service_about__block {
    width: 100%;
    margin-left: 0;
  }
}

.service_about__block .p-about3__title {
  font-weight: 400;
  font-size: 2.2rem;
}

.service_about__block .p-about3__text {
  margin-top: 2rem;
}

.service_detail_feature {
  background-color: #fcfbf7;
  padding: 10rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .service_detail_feature {
    padding: 6rem 0 4rem;
  }
}

.service_detail_medical {
  background-color: #fff;
}

.page_service__table_wrapper {
  margin: 8rem 0 0;
}

.page_service__table {
  width: 100%;
}

.page_service__table,
.page_service__table td,
.page_service__table th {
  border: 1px solid #43372d;
  border-collapse: collapse;
}

.page_service__table td {
  padding: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  vertical-align: middle;
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .page_service__table td {
    font-size: 1.2rem;
    padding: 0.3rem;
    width: 8rem;
  }
}

.page_service__table th {
  background: #f0e6cc;
  vertical-align: middle;
  padding: 0.5rem;
  line-height: 1.6rem;
}

@media screen and (max-width: 767px) {
  .page_service__table th {
    font-size: 1.3rem;
    padding: 0.5rem 0.2rem;
  }
}

.banner__online_shop {
  margin: 8rem 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .banner__online_shop {
    margin: 4rem 0;
  }
}

.image-row-section {
  background-color: #f9f9f9;
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.image-item {
  flex: 1 1 300px;
  max-width: 300px;
}

.image-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-item p {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}


/*==================================================
service END
===================================*/
