@charset "UTF-8";
.sec_place__lists * {
  box-sizing: border-box;
}

.sec_place__lists > li {
  width: 2.4rem;
}

.sec_place__lists li > p {
  background: #1d888e;
  color: white;
  border-radius: 0.2rem 0.2rem 0 0;
  font-size: 0.14rem;
  padding: 0.08rem 0.14rem 0.06rem;
  display: flex;
  align-items: center;
}

.sec_place__noActive {
  display: none;
}

.sec_place__wrap {
  max-width: 9.7rem;
  width: 100%;
  margin: 1rem auto 0.8rem;
}

.sec_place__wrapSub {
  display: flex;
  gap: 0.2rem;
  align-items: flex-start;
  justify-content: space-between;
}

.sec_place__name {
  background: #fdfdfd;
  padding: 0.06rem 0.14rem 0.04rem;
  font-size: 0.14rem;
  position: relative;
  cursor: pointer;
}

.sec_place__name:before {
  position: absolute;
  content: "";
  background: url("../img/btn-ward-close.svg");
  width: 0.1rem;
  height: 0.1rem;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.sec_place__ward .is-active:before {
  background: url("../img/btn-ward-open.svg");
  width: 0.1rem;
  height: 0.02rem;
}

.sec_place__houses {
  background: rgb(157, 148, 140, 0.1);
  border-radius: 0 0 0.2rem 0.2rem;
}

.sec_place__houses--sapporo {
  display: none;
}

.sec_place__house.sec_place__house:not(:last-child) {
  border-bottom: 2px solid #9d948c;
}

.sec_place__access > div:not(:last-child) {
  padding-bottom: 0.04rem;
}

.sec_place__house .container {
  padding: 0.18rem 0.12rem;
}

.sec_place__house .container > p {
  font-size: 0.15rem;
  font-weight: bold;
  color: #473933;
  padding-bottom: 0.09rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #fff;
}

.sec_place__access {
  margin-bottom: 0.12rem;
}

.sec_place__access > div {
  display: flex;
  gap: 0.06rem;
}

.sec_place__access > div p {
  font-size: 0.13rem;
}

.sec_place__img {
  display: flex;
  gap: 0.12rem;
  margin-bottom: 0.24rem;
}

.sec_place__img img {
  border-radius: 0.04rem;
}

.sec_place__park {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 0.06rem;
}

.sec_place__park li {
  font-size: 0.11rem;
  padding: 0.02rem 0.03rem;
  border: 2px solid #1d888e;
  border-radius: 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.18rem;
  color: #1d888e;
  font-weight: bold;
}

.sec_place__park .gray {
  background: #f4f4f4;
  border: none;
  color: #bebebe;
}

.sec_place__link {
  display: inline-block;
  width: 100%;
  background: white;
  text-align: center;
  padding: 0.08rem 0;
  color: #1d888e;
  border-radius: 0.04rem;
  font-size: 0.13rem;
  font-weight: bold;
  position: relative;
  height: 0.27rem;
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
}

.sec_place__link:hover {
  opacity: 0.8;
}

.sec_place__link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
  border-radius: 0.08rem;
  border: 2px solid #1f8990;
  top: -0.06rem;
  left: -0.06rem;
}

.sec_place__link span {
  position: relative;
  z-index: 1;
  margin-top: -0.06rem;
}
.sec_place__wrap--sp {
  display: none;
}
@media (max-width: 750px) {
  .sec_place__wrap--pc {
    display: none;
  }
  .sec_place__wrap--sp {
    display: block;
  }
  .sapporo_nameArea {
    padding: 0.18rem 0.16rem 0.12rem;
    border-top: 2px solid #ebe4d9;
    font-size: 0.16rem;
  }

  .sapporo_nameWard {
    padding: 0.18rem 0.16rem 0.12rem;
    border-top: 2px solid #ebe4d9;
    border-bottom: 2px solid #ebe4d9;
    font-size: 0.16rem;
  }

  .sec_place__areaLink {
    display: inline-block;
    background: white;
    width: 98%;
    margin: 0 auto;
  }
}
