@charset "UTF-8";
.c-breadcrumbs {
  width: 100%;
  height: 50px;
  padding: 15px 35px 15px 35px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    height: 30px;
    padding: 0px 0px 0px 20px;
    background-color: #70bf6c;
  }
}
.c-breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 2em;
  padding: 1px 0 0px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 5px 20px 7px 0;
  }
}
.c-breadcrumbs__list > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list > li {
    display: inline-block;
  }
}
.c-breadcrumbs__list > li + li::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: -1em;
  width: 1px;
  height: 13px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list > li + li::after {
    top: 2px;
    background-color: #fff;
  }
}
.c-breadcrumbs__list > li a,
.c-breadcrumbs__list > li span {
  font-size: 13px;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list > li a,
  .c-breadcrumbs__list > li span {
    color: #fff;
  }
}
.c-breadcrumbs--pt2 {
  background-color: #379536;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs--pt2 {
    background-color: #70bf6c;
  }
}
.c-breadcrumbs--pt2 .c-breadcrumbs__list li + li::after {
  background-color: #fff;
}
.c-breadcrumbs--pt2 .c-breadcrumbs__list li a,
.c-breadcrumbs--pt2 .c-breadcrumbs__list li span {
  color: #fff;
}

.c-btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px 12px 0;
  background: url("../img/icon-more-arrow.png") no-repeat 100% 100%;
  background-size: 119px auto;
  border: none;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    padding: 0 30px 0px 0;
    font-size: 12px;
    background: url("../img/icon-more-arrow-sp.png") no-repeat 100% 3px;
    background-size: 23px auto;
  }
}
.c-btn01--white {
  color: #fff;
  background: url("../img/icon-more-arrow-white.png") no-repeat 100% 100%;
  background-size: 119px auto;
}
@media screen and (max-width: 767px) {
  .c-btn01--white {
    background: url("../img/icon-more-arrow-white-sp.png") no-repeat 100% 3px;
    background-size: 23px auto;
  }
}

.c-btn02 {
  display: inline-block;
  padding: 10px 30px 12px 30px;
  border-radius: 20px;
  background-color: #24aa49;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.c-btn03 {
  display: inline-block;
  padding: 15px 80px 17px 80px;
  border-radius: 6px;
  background-color: #70bf6c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    width: 100%;
    height: 50px;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
  }
}

.c-btn04 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 590px;
  height: 70px;
  padding: 18px 20px 12px 20px;
  border-radius: 50px;
  background: url(../img/icon-clinic-arrow-white.png) no-repeat calc(100% - 35px) calc(50% - 3px);
  background-size: 21px auto;
  background-color: #037BAF;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn04 {
    font-size: 13px;
    height: 50px;
    padding: 15px 20px 12px 20px;
    background-position: calc(100% - 15px) calc(50% - 1px);
    background-size: 17px auto;
  }
}

.c-btn-search01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 0;
  border-radius: 5.9px;
  background-size: cover;
  background-color: #408740;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn-search01 {
    background-color: #044300;
    font-size: 16px;
  }
}
.c-btn-search01 span {
  display: inline-block;
  padding: 5px 0 8px 47px;
  background: url("../img/icon-search-white.png") no-repeat 0% 0%;
  background-size: 27px auto;
}

.c-btn-search02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-bottom: 2px;
  border-radius: 5.9px;
  background-color: #158213;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.c-btn-search02 span {
  display: inline-block;
  padding: 2px 0 2px 27px;
  background: url("../img/icon-search-white.png") no-repeat 0% 0%;
  background-size: 17px auto;
}

.c-card-event01 {
  width: 100%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-card-event01 {
    border-radius: 10px;
  }
}
.c-card-event01__link {
  position: relative;
  transition: 0.2s ease;
}
.c-card-event01__link:hover {
  opacity: 0.8;
}
.c-card-event01__link:hover .c-card-event01__img img {
  scale: 1.1;
}
.c-card-event01__new {
  position: absolute;
  top: -24px;
  right: 20px;
  width: 53px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-card-event01__new {
    top: -28px;
    right: auto;
    left: 20px;
    width: 48px;
    height: auto;
  }
}
.c-card-event01__img {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card-event01__img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.c-card-event01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 370/235;
  transition: 0.3s ease-in-out;
}
.c-card-event01__content {
  padding: 17px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-event01__content {
    padding: 12px 20px 17px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.c-card-event01__title {
  position: relative;
  height: 93px;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.58;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-card-event01__title {
    height: 68px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.c-card-event01__term {
  margin-bottom: 5px;
  padding-top: 15px;
  border-top: 1px dashed #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0098c8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .c-card-event01__term {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 12px;
  }
}
.c-card-event01__place {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-event01__place {
    font-size: 12px;
  }
}
.c-card-event01__area {
  margin-bottom: 20px;
  padding-left: 16px;
  background: url("../img/icon-address.png") no-repeat 0 4px;
  background-size: 10px auto;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card-event01__area {
    margin-bottom: 12px;
    background-position: 0 3px;
    font-size: 12px;
  }
}
.c-card-event01__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.c-card-event01__status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 35px;
  padding: 0;
  border-radius: 4.2px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card-event01__status {
    font-size: 13px;
  }
}
.c-card-event01__status--coming-soon {
  background-color: #23adff;
}
.c-card-event01__status--on {
  background-color: #f7ac2e;
}
.c-card-event01__status--end {
  background-color: #9ea4a0;
}
.c-card-event01__time {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  .c-card-event01__time {
    font-size: 12px;
  }
}

.c-card-feature01 {
  width: 100%;
  position: relative;
}
.c-card-feature01__link {
  transition: 0.2s ease;
}
.c-card-feature01__link:hover {
  opacity: 0.8;
}
.c-card-feature01__link:hover .c-card-feature01__img img {
  scale: 1.1;
}
.c-card-feature01__img {
  border-radius: 10px;
  overflow: hidden;
}
.c-card-feature01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 580/435;
  transition: 0.3s ease-in-out;
}
.c-card-feature01__img--large {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-card-feature01__img--large {
    border-radius: 10px;
  }
}
.c-card-feature01__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  margin: 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.87;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-card-feature01__title {
    font-size: 14px;
  }
}
.c-card-feature01__title--large {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card-feature01__title--large {
    font-size: 14px;
  }
}

/* トップページの大きいカード */
.c-card-park01-large {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large {
    border-radius: 0;
  }
}
.c-card-park01-large__favorite-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  opacity: 0.85;
  background-color: #fff;
  border-radius: 100px;
  z-index: 3;
}
.c-card-park01-large__favorite {
  all: unset;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: url("../img/icon-favorite-off.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
.c-card-park01-large__favorite.is-active {
  background: url("../img/icon-favorite-on.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
.c-card-park01-large__link {
  transition: 0.3s ease;
}
.c-card-park01-large__link:hover {
  opacity: 0.8;
}
.c-card-park01-large__link:hover .c-card-park01-large__img img {
  scale: 1.1;
}
.c-card-park01-large__img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.c-card-park01-large__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 58/40;
  transition: 0.3s ease-in-out;
}
.c-card-park01-large__content {
  padding: 25px 35px 35px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #53a54f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__content {
    position: relative;
    top: -1px;
    padding: 7px 20px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.c-card-park01-large__title {
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__title {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.c-card-park01-large__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__info {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
  }
}
.c-card-park01-large__name {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__name {
    margin-bottom: 0px;
    font-size: 10px;
  }
}
.c-card-park01-large__address {
  margin-bottom: 15px;
  padding: 2px 0 2px 16px;
  background: url("../img/icon-address.png") no-repeat 0% 7px;
  background-size: 10px auto;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.1em;
  opacity: 0.72;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__address {
    margin-bottom: 0px;
    padding: 1.5px 0 1px 12px;
    background-size: 7.4px auto;
    font-size: 10px;
  }
}
.c-card-park01-large__list {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c-card-park01-large__list {
    display: none;
  }
}
.c-card-park01-large__list span {
  display: inline-block;
  margin: 0 3px 5px 0;
  height: 24.8px;
  padding: 6px 8px 4.5px 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.27);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.07;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

/* 通常のカード */
.c-card-park01 {
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-park01 {
    border-radius: 5px;
  }
}
.c-card-park01__favorite-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  opacity: 0.85;
  background-color: #fff;
  border-radius: 100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-card-park01__favorite-wrap {
    width: 30px;
    height: 30px;
  }
}
.c-card-park01__favorite {
  all: unset;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: url("../img/icon-favorite-off.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .c-card-park01__favorite {
    width: 30px;
    height: 30px;
    background-position: 50% 8.5px;
    background-size: 17px auto;
  }
}
.c-card-park01__favorite.is-active {
  background: url("../img/icon-favorite-on.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .c-card-park01__favorite.is-active {
    background-position: 50% 8.5px;
    background-size: 17px auto;
  }
}
.c-card-park01__link {
  transition: 0.3s ease;
}
.c-card-park01__link:hover {
  opacity: 0.8;
}
.c-card-park01__link:hover .c-card-park01__img img {
  scale: 1.1;
}
.c-card-park01__img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-park01__img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.c-card-park01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 28/20;
  transition: 0.3s ease-in-out;
}
.c-card-park01__content {
  padding: 12px 15px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-park01__content {
    position: relative;
    top: -1px;
    padding: 10px 13px 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.c-card-park01__title {
  height: 82px;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .c-card-park01__title {
    height: 68px;
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.c-card-park01__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-card-park01__info {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 2px;
  }
}
.c-card-park01__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card-park01__name {
    margin-bottom: 2px;
    font-size: 10px;
  }
}
.c-card-park01__address {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  padding: 2px 0 2px 16px;
  background: url("../img/icon-address.png") no-repeat 0% 7px;
  background-size: 10px auto;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.1em;
  opacity: 0.72;
}
@media screen and (max-width: 767px) {
  .c-card-park01__address {
    margin-bottom: 0px;
    padding: 1.5px 0 1px 12px;
    background-position: 0 5.5px;
    background-size: 7.4px auto;
    font-size: 10px;
  }
}
.c-card-park01__list {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c-card-park01__list {
    display: none;
  }
}
.c-card-park01__list > span {
  display: inline-block;
  margin: 0 3px 5px 0;
  height: 24.8px;
  padding: 6px 8px 4.5px 8px;
  border-radius: 100px;
  background-color: rgba(55, 149, 54, 0.1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.07;
  text-align: center;
  font-family: "Noto Sans JP", "Open Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.c-clinic-card {
  width: 380px;
  /* 色変更 */
}
@media screen and (max-width: 767px) {
  .c-clinic-card {
    width: 100%;
  }
}
.c-clinic-card__thumb {
  display: flex;
}
.c-clinic-card__item01 {
  width: 60.5263157895%;
  height: auto;
}
.c-clinic-card__item01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 230/150;
}
.c-clinic-card__item02 {
  width: 39.4736842105%;
  height: auto;
}
.c-clinic-card__item02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 150/150;
}
.c-clinic-card__content {
  padding: 19px 24px 20px;
  background-color: #fff;
}
.c-clinic-card__clinic {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a1311;
  letter-spacing: 0;
}
.c-clinic-card__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.c-clinic-card__place {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.c-clinic-card__place > li {
  display: inline;
  position: relative;
  padding: 0;
}
.c-clinic-card__place > li + li {
  margin-left: -3px;
}
.c-clinic-card__place > li + li::before {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "／";
}
.c-clinic-card__category {
  position: relative;
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .c-clinic-card__category {
    padding: 0 16px 0 0;
  }
}
.c-clinic-card__category > li {
  display: inline;
  position: relative;
  padding: 0 0.3em 0 0;
  color: var(--gray-dark);
}
@media screen and (max-width: 767px) {
  .c-clinic-card__category > li {
    padding: 0 0.53em 0 0;
  }
}
.c-clinic-card__category > li::before {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "●";
}
.c-clinic-card--clinic .c-clinic-card__category {
  color: var(--orange-dark);
}
.c-clinic-card--clinic .c-clinic-card__category > li {
  color: var(--orange-dark);
}
.c-clinic-card--dental .c-clinic-card__category {
  color: var(--green-dark);
}
.c-clinic-card--dental .c-clinic-card__category > li {
  color: var(--green-dark);
}
.c-clinic-card--animal .c-clinic-card__category {
  color: var(--blue-dark);
}
.c-clinic-card--animal .c-clinic-card__category > li {
  color: var(--blue-dark);
}

/* ----------------------- 
頭にc-がついていなけど
フォーム系はここに記載する 
--------------------------- */
/* フォームリセット
   text,email,tel,submitのリセット
--------------------------- */
:where(input[type=text]),
:where(input[type=email]),
:where(input[type=tel]),
:where(input[type=submit]) {
  padding: 0;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
  /* 枠線を付けておく */
  border: 1px solid rgb(1, 1, 1);
}

:where(input[type=file]) {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
}

:where(input[type=submit]):hover {
  opacity: 0.7;
}

:where(button) {
  padding: 0;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  /* 枠線を付けておく */
  border: 1px solid rgb(1, 1, 1);
}

/* フォームの設定
--------------------------- */
:where(input[type=text]),
:where(input[type=email]),
:where(input[type=tel]) {
  width: 100%;
  padding: 7px 15px 8px 15px;
  border-radius: 5px;
  border: solid 2px #6FBF6C;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
:where(input[type=text])::placeholder,
:where(input[type=email])::placeholder,
:where(input[type=tel])::placeholder {
  color: #A2CDA0;
}

textarea {
  width: 100%;
  min-height: 8em;
  padding: 7px 15px 8px 15px;
  border-radius: 5px;
  border: solid 2px #6FBF6C;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
textarea::placeholder {
  color: #A2CDA0;
}

/* チェックボックス */
@media screen and (max-width: 767px) {
  .acceptance-area {
    width: 290px;
    margin: auto;
  }
}

.checkbox-wrap {
  position: relative;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input[type=checkbox] + .acceptance-text {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}

input[type=checkbox] + .acceptance-text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #6fbf6c;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  inset: 0 auto 0 0;
}

input[type=checkbox]:checked + *::after {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  position: absolute;
  inset: 0 auto auto 7px;
  margin: auto;
  transform: rotate(45deg);
}

input[type=checkbox]:focus + *::before {
  outline: 2px solid #6fbf6c;
}

input[type=button] {
  padding: 15px 20px 17px;
  background-color: #70bf6c;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #6fbf6c;
  border: solid 1px #6fbf6c;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=button] {
    padding: 12px 15px 12px;
    font-size: 16px;
  }
}

:where([type=submit]) {
  padding: 15px 20px 17px;
  background-color: #70bf6c;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border: 1px solid #70bf6c;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  :where([type=submit]) {
    padding: 12px 15px 12px;
    font-size: 16px;
  }
}

.btn-confirm {
  width: 578px;
  max-width: 100%;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .btn-confirm {
    height: 50px;
    padding: 12px 15px 12px;
    font-size: 16px;
  }
}

.btn-submit,
.btn-previous {
  width: 289px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .btn-submit,
  .btn-previous {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}

.c-list01 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    gap: 6px 8px;
  }
}
.c-list01 li {
  padding: 7px 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #292929;
  border-radius: 100px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .c-list01 li {
    font-size: 13px;
    padding: 6px 15px 7px 15px;
  }
}

.c-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-pagenation {
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 100px;
  }
}
.c-pagenation__prev > a {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-pagenation__prev > a::before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 0;
  width: 11px;
  height: 20px;
  background: url("../img/icon-arrow-lt.png") no-repeat 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-pagenation__prev > a::before {
    top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation__prev > a > span {
    display: none;
  }
}
.c-pagenation__next > a {
  display: block;
  position: relative;
  padding-right: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-pagenation__next > a::before {
  content: "";
  position: absolute;
  top: 3.5px;
  right: 0;
  width: 11px;
  height: 20px;
  background: url("../img/icon-arrow-gt.png") no-repeat 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-pagenation__next > a::before {
    top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation__next > a > span {
    display: none;
  }
}
.c-pagenation__numbers {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
  min-width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagenation__numbers {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .c-pagenation__numbers {
    gap: 10px;
  }
}
.c-pagenation__number > a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 10px 0px 7px 0px;
  border-radius: 50px;
  background-color: #cecece;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-pagenation__number > a {
    width: 28px;
    height: 28px;
    padding: 3px 0px 4px 0px;
    font-size: 20px;
  }
}
.c-pagenation__current {
  display: block;
  width: 45px;
  height: 45px;
  padding: 10px 0px 7px 0px;
  border-radius: 50px;
  background-color: #53a54f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-pagenation__current {
    width: 28px;
    height: 28px;
    padding: 3px 0px 4px 0px;
    font-size: 20px;
  }
}

.c-table01 {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #c2c2c2;
}
@media screen and (max-width: 767px) {
  .c-table01 {
    border-radius: 5px;
    background-color: #fff;
  }
}
.c-table01 caption {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 5px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .c-table01 caption {
    margin-bottom: 15px;
    padding: 5px 0 5px 21px;
    font-size: 16px;
  }
}
.c-table01 caption::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1.5px;
  width: 10px;
  height: 30px;
  border-radius: 50px;
  background-color: #379536;
}
@media screen and (max-width: 767px) {
  .c-table01 caption::before {
    top: 4px;
    width: 8.3px;
    height: 25px;
  }
}
.c-table01 th {
  width: 185px;
  padding: 20px 20px 20px 20px;
  border: solid 1px #c2c2c2;
  background-color: #F9FBF9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 15px 7px 34px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .c-table01 th::before {
    content: "";
    position: absolute;
    top: 24.5px;
    left: 15px;
    width: 13px;
    height: 13px;
    background-color: #70bf6c;
    border-radius: 50px;
  }
}
.c-table01 td {
  padding: 20px 20px 20px 20px;
  border: solid 1px #c2c2c2;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.88;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 15px 20px 15px;
    border: none;
    background-color: #fff;
    font-size: 14px;
  }
  .c-table01 td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #c2c2c2;
  }
}
.c-table01 td a {
  color: #096805;
}
.c-table01 td > p {
  margin-bottom: 1em;
}
.c-table01 tr:first-child th:first-child,
.c-table01 tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.c-table01 tr:first-child th:last-child,
.c-table01 tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:first-child th:last-child,
  .c-table01 tr:first-child td:last-child {
    border-radius: 0;
  }
}
.c-table01 tr:last-child th:first-child,
.c-table01 tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:last-child th:first-child,
  .c-table01 tr:last-child td:first-child {
    border-radius: 0;
  }
}
.c-table01 tr:last-child th:last-child,
.c-table01 tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:last-child td:last-child::after {
    display: none;
  }
}

.c-table02 {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #c2c2c2;
}
@media screen and (max-width: 767px) {
  .c-table02 {
    border-radius: 5px;
  }
}
.c-table02 caption {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 5px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1a1311;
}
.c-table02 caption::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1.5px;
  width: 10px;
  height: 30px;
  border-radius: 50px;
  background-color: #379536;
}
.c-table02 th {
  width: 185px;
  padding: 20px 20px 20px 20px;
  border: solid 1px #c2c2c2;
  background-color: #F9FBF9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table02 th {
    width: 85px;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
  }
}
.c-table02 td {
  padding: 20px 20px 20px 20px;
  border: solid 1px #c2c2c2;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.88;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table02 td {
    padding: 15px 13px;
    font-size: 14px;
  }
}
.c-table02 a {
  color: #096805;
}
.c-table02 > p {
  margin-bottom: 1em;
}
.c-table02 tr:first-child th:first-child,
.c-table02 tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.c-table02 tr:first-child th:last-child,
.c-table02 tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.c-table02 tr:last-child th:first-child,
.c-table02 tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.c-table02 tr:last-child th:last-child,
.c-table02 tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.c-writer {
  padding: 100px 0 95px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .c-writer {
    padding: 65px 0 60px 0;
  }
}
.c-writer__inner {
  border-radius: 8px;
  border: solid 2px #000;
  background-color: #fff;
}
.c-writer__head {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  top: -4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0.2em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-writer__head {
    gap: 47px;
    font-size: 11px;
  }
}
.c-writer__head > span {
  position: relative;
  top: 3px;
  left: 5px;
  font-family: "din_l_c", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .c-writer__head > span {
    top: 4px;
    left: 12px;
    font-size: 47px;
  }
}
.c-writer__head::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -30px;
  width: 153px;
  height: 47px;
  background: url("../img/writer-illust01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-writer__head::before {
    top: -4px;
    left: -16px;
    width: 153px;
    height: 57px;
    background: url("../img/writer-illust01-sp.png") no-repeat 0% 0%;
    background-size: cover;
  }
}
.c-writer__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: calc(100% - 150px);
  border-bottom: 2px solid #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-writer__head::after {
    width: calc(100% - 160px);
  }
}
.c-writer__body {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 30px 10px 30px;
}
@media screen and (max-width: 767px) {
  .c-writer__body {
    padding: 25px 20px 25px 20px;
  }
}
.c-writer__img {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  .c-writer__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.c-writer__img img {
  border-radius: 100px;
  border: 2px dotted #000;
}
.c-writer__content {
  width: calc(100% - 160px);
  padding: 10px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-writer__content {
    width: 100%;
    padding: 0;
  }
}
.c-writer__title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-writer__title {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
  }
}
.c-writer__text {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-writer__text {
    font-size: 13px;
    line-height: 1.92;
  }
}
.c-writer__memo {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .c-writer__memo {
    margin-top: 30px;
  }
}
.c-writer__memo-text {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.1em;
  text-align: left;
  color: #8f8f8f;
}
