@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .areaSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .areaSect {
    padding-top: 21.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .areaSect__head {
    margin: 0 -32px;
  }
}
@media only screen and (min-width: 768px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 17.0666666667vw;
  }
}
.areaSect__cont {
  width: calc(100vw - var(--scrollbar));
}
@media only screen and (min-width: 768px) {
  .areaSect__cont {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .areaSect__cont {
    margin-left: -4.2666666667vw;
    width: calc(100% + 8.5333333333vw);
  }
}
@media only screen and (max-width: 767px) {
  .areaSect__cont {
    margin-left: -4.2666666667vw;
  }
}

.redevelopmentSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect {
    gap: 80px;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect {
    gap: 17.0666666667vw;
    padding: 32vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__cont .subSect {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__cont .subSect__head {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__cont .subSect__head {
    padding: 0 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__cont .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__cont .subSect__cont {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__cont .subSect__cont .photo:nth-child(1) {
    width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__cont .subSect__cont .photo:nth-child(2) {
    margin: -40px 0 0 auto;
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__cont .subSect__cont .photo:nth-child(2) {
    margin: -9.0666666667vw 0 0 auto;
    width: 48vw;
  }
}
.redevelopmentSect__map .zoomFigure + .cap {
  margin-top: 10px;
}
.redevelopmentSect__bottom {
  background-color: #EBEBE4;
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__bottom {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__bottom {
    padding: 14.9333333333vw 3.4666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__bottom .subSect {
    align-items: center;
    display: flex;
    gap: 64px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__bottom .subSect__head {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__bottom .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__bottom .subSect__head .txt + .cap {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__bottom .subSect__head .txt + .cap {
    margin-top: 8.5333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .redevelopmentSect__bottom .subSect__cont {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .redevelopmentSect__bottom .subSect__cont {
    padding: 0 3.7333333333vw;
  }
}

.environmentSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .environmentSect {
    gap: 80px;
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .environmentSect {
    gap: 17.0666666667vw;
    padding-top: 32vw;
  }
}
@media only screen and (min-width: 768px) {
  .environmentSect__column .subSect {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .environmentSect__column .subSect__head {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .environmentSect__column .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
.environmentSect__column .subSect__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .environmentSect__column .subSect__cont {
    gap: 16px;
    width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .environmentSect__column .subSect__cont {
    gap: 1.0666666667vw;
  }
}
.environmentSect__bottom .zoomFigure + .note {
  margin-top: 10px;
}
.environmentSect__bottom .note {
  display: flex;
  justify-content: space-between;
}
.environmentSect__bottom .note .icon {
  aspect-ratio: 39/9;
  margin-right: 8px;
  width: 39px;
}

.parkSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .parkSect {
    gap: 80px;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect {
    gap: 17.0666666667vw;
    padding: 32vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__cont .subSect {
    align-items: center;
    display: flex;
    gap: 80px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__cont .subSect__head {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__cont .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__cont .subSect__cont {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__column .subSect {
    align-items: center;
    display: flex;
    gap: 80px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__column .subSect__head {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__column .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .parkSect__column .subSect__cont {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__column .subSect__cont .facilityCard {
    display: flex;
    gap: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__column .subSect__cont .facilityCard__head {
    width: 37.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__column .subSect__cont .facilityCard__body {
    margin-top: 0;
    width: 47.7333333333vw;
  }
}
.parkSect__bottom {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .parkSect__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .parkSect__bottom {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
    padding: 10.6666666667vw 6vw;
  }
}

.shopSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .shopSect {
    gap: 80px;
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .shopSect {
    gap: 17.0666666667vw;
    padding-top: 32vw;
  }
}

.gourmetSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .gourmetSect {
    gap: 80px;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect {
    gap: 17.0666666667vw;
    padding: 32vw 0;
  }
}
.gourmetSect__cont {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.6666666667vw 6.4vw;
  }
}
.gourmetSect__cont .facilityCard {
  counter-increment: gourmet-item;
}
.gourmetSect__cont .facilityCard .headingLv4 {
  align-items: flex-start;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__cont .facilityCard .headingLv4 {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__cont .facilityCard .headingLv4 {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 768px) {
  .gourmetSect__cont .facilityCard .headingLv4 .inner {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__cont .facilityCard .headingLv4 .inner {
    width: calc(100% - 7.1794871795vw);
  }
}
.gourmetSect__cont .facilityCard .headingLv4:before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #7A6A44;
  color: #fff;
  content: "0" counter(gourmet-item);
  display: inline-flex;
  font-family: "Cinzel", serif;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0.7;
  position: static;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__cont .facilityCard .headingLv4:before {
    font-size: 15px;
    margin-top: 2px;
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__cont .facilityCard .headingLv4:before {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    width: 5.3333333333vw;
  }
}

.lifeinfoSect {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lifeinfoSect {
    gap: 80px;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lifeinfoSect {
    gap: 17.0666666667vw;
    padding: 32vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .lifeinfoSect__cont .photo + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lifeinfoSect__cont .photo + * {
    margin-top: 17.0666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .lifeinfoSect__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .lifeinfoSect__item:nth-child(6) {
    grid-row: auto/span 2;
  }
}

.lifeInfoBlock__ttl {
  align-items: center;
  border-bottom: 1px solid rgba(149, 119, 40, 0.8);
  color: #7A6A44;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__ttl {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.lifeInfoBlock__item {
  align-items: flex-end;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 1;
  padding: 14px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__item {
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0;
  }
}
.lifeInfoBlock__item:after {
  border-top: 1px dashed #333333;
  content: "";
  height: 1px;
  left: 0;
  order: 3;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: -1;
}
.lifeInfoBlock__item .place,
.lifeInfoBlock__item .time,
.lifeInfoBlock__item .dist {
  background-color: #EBEBE4;
  display: inline-block;
}
.lifeInfoBlock__item .place {
  line-height: calc(2);
}
.lifeInfoBlock__item .place:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.lifeInfoBlock__item .place:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.lifeInfoBlock__item .place {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__item .place {
    padding-right: 2.6666666667vw;
  }
}
.lifeInfoBlock__item .time {
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__item .time {
    padding-left: 11.7333333333vw;
  }
}
.lifeInfoBlock__item .time:after {
  content: " / ";
}
.lifeInfoBlock__item .dist {
  margin-left: 8px;
  position: relative;
}
.lifeInfoBlock__item .dist:before {
  content: " 約 ";
}/*# sourceMappingURL=location.css.map */