@charset "UTF-8";
.c-breadcrumbs {
  margin-bottom: 30px;
  padding: 16px 35px 16px 35px;
}
.c-breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 2em;
  padding: 1px 0 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 4px 0 10px;
  }
}
.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: 3px;
  left: -1em;
  width: 1px;
  height: 13px;
  background-color: #000;
}
.c-breadcrumbs__list > li a,
.c-breadcrumbs__list > li span {
  font-size: 13px;
  line-height: 1.23;
}
.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: background 0.2s;
}
.c-btn01--white {
  color: #fff;
  background: url("../img/icon-more-arrow-white.png") no-repeat 100% 100%;
  background-size: 119px 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;
}
.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-card-event01 {
  width: 100%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.c-card-event01__link {
  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__news {
  position: absolute;
  top: -24px;
  right: 20px;
  width: 53px;
  z-index: 2;
}
.c-card-event01__img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.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;
}
.c-card-event01__title {
  min-height: 68px;
  padding-bottom: 42px;
  border-bottom: 1px dashed #000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.58;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0;
}
.c-card-event01__term {
  margin-bottom: 5px;
  padding-top: 15px;
  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;
}
.c-card-event01__place {
  margin-bottom: 20px;
  padding-left: 16px;
  background: url("../img/icon-address.png") no-repeat 0 5px;
  background-size: 10px auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.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;
}
.c-card-event01__status--coming-soon {
  background-color: #23adff;
}
.c-card-event01__status--on {
  background-color: #24aa48;
}
.c-card-event01__status--end {
  background-color: #9ea4a0;
}
.c-card-event01__time {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #a2a2a2;
}

/* トップページの大きいカード */
.c-card-park01-large {
  border-radius: 20px;
}
.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;
}
.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;
}
.c-card-park01-large__title {
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.1em;
}
.c-card-park01-large__name {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-card-park01-large__address {
  margin-bottom: 5px;
  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;
}
.c-card-park01-large__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.c-card-park01-large__list span {
  height: 24.8px;
  padding: 6px 5px 4.5px 5px;
  border-radius: 2.7px;
  background-color: rgba(255, 255, 255, 0.27);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.07;
  text-align: center;
  color: #fff;
}

/* 通常のカード */
.c-card-park01 {
  border-radius: 20px;
  position: relative;
}
.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;
}
.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;
}
.c-card-park01__favorite.is-active {
  background: url("../img/icon-favorite-on.png") no-repeat 50% 11.5px;
  background-size: 23px 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;
}
.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;
}
.c-card-park01__title {
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0em;
}
.c-card-park01__name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-card-park01__address {
  margin-bottom: 5px;
  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;
}
.c-card-park01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.c-card-park01__list > span {
  height: 24.8px;
  padding: 6px 5px 4.5px 5px;
  border-radius: 2.7px;
  background-color: rgba(55, 149, 54, 0.1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.07;
  text-align: center;
}

.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 {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a1311;
  letter-spacing: 0;
}
.c-clinic-card__name {
  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-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-bottom: 120px;
}
.c-pagenation__prev {
  padding-left: 26px;
  background: url("../img/icon-arrow-lt.png") no-repeat 0 4px;
  background-size: 11px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-pagenation__next {
  padding-right: 26px;
  background: url("../img/icon-arrow-gt.png") no-repeat 100% 4px;
  background-size: 11px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.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;
}
.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", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.c-pagenation__current {
  width: 45px;
  height: 45px;
  padding: 10px 0px 7px 0px;
  border-radius: 50px;
  background-color: #53a54f;
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
