@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/mv_sub.jpg) no-repeat;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  color: #13ae67;
  display: inline-block;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  text-shadow: 1px 1px 4px #fff;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  background: #13ae67;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 32px 2px;
}

/*---------------------------------------------
    main
---------------------------------------------*/
.head-contents {
  background: #fff;
  padding: 24px 7%;
}
.head-contents .catch {
  color: #13ae67;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

/*---------------------------------------------
    service
---------------------------------------------*/
.service {
  background: #fff;
  margin: 40px auto;
  padding-bottom: 16px;
  width: 86%;
}
.service .section-ttl {
  margin-bottom: 24px;
}
.service .inner {
  margin: 0 auto;
  max-width: 780px;
  width: 90%;
}
@media screen and (min-width: 821px) {
  .service .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.service .inner dl {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .service .inner dl {
    margin-bottom: 40px;
    width: 50%;
  }
}
.service .inner dl dt {
  background: #ed7e97;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 16px;
}
/*---------------------------------------------
    conditions
---------------------------------------------*/
.conditions {
  background: #fff;
  margin: 40px auto;
  padding-bottom: 16px;
  width: 86%;
}
.conditions .section-ttl {
  margin-bottom: 24px;
}
.conditions .inner {
  margin: 0 auto;
  width: 90%;
}
.conditions .inner .conditions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.conditions .inner .conditions-list li {
  white-space: normal;
}
.conditions .inner .conditions-list li::before {
  color: #f9d5da;
  content: "●";
}
.conditions .inner .note {
  color: #ed7e97;
  font-size: 1.2rem;
}

/*---------------------------------------------
    clinic
---------------------------------------------*/
.clinic {
  background: #fff;
  margin: 40px auto;
  padding-bottom: 16px;
  width: 86%;
}
.clinic .section-ttl {
  margin-bottom: 8px;
}
.clinic .inner {
  margin: 0 auto;
  width: 90%;
}
.clinic .inner .img {
  margin-bottom: 16px;
}
.clinic .inner .box {
  margin-bottom: 24px;
}
.clinic .inner .box-ttl {
  color: #13ae67;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.clinic .inner .box-ttl .num {
  background: #13ae67;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
}
.clinic .inner .box table tr th, .clinic .inner .box table tr td {
  padding: 2px 4px;
}
.clinic .inner .box table tr th {
  width: 80px;
}

.about-list li {
  text-align: center;
}
.about-list li::before {
  color: #c9caca;
  content: "●";
  font-size: 1.2rem;
}