@charset "UTF-8";
.main .pageHeader {
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 5.5rem 1fr 0.87rem;
  gap: 0 0.69rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .wrap {
    display: block;
  }
}
.main .pageHeader .image {
  grid-row: 1/3;
  grid-column: 1/2;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 0 -1rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin: 0 -0.2rem;
  }
}
.main .pageHeader .image figure {
  position: relative;
}
.main .pageHeader .image figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}
.main .pageHeader .image figcaption {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.main .pageHeader .image--01 {
  width: 100%;
}
.main .pageHeader .image--02, .main .pageHeader .image--03 {
  width: 50%;
}
.main .pageHeader .image .cap {
  position: absolute;
  inset: 0 auto auto 0;
  padding: 0;
  inset: 100% 0 auto auto;
  font-size: 0.12rem;
  font-weight: 500;
}
.main .pageHeader .ttl {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .ttl .en {
  grid-row: 1/3;
  grid-column: 3/4;
  border-left: 0.02rem solid currentColor;
  writing-mode: vertical-rl;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.72rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    writing-mode: horizontal-tb;
    border-left: none;
    font-size: 0.32rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja {
  grid-row: 3/4;
  grid-column: 1/4;
  display: flex;
  gap: 0.1rem;
  padding: 0.4rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja {
    display: block;
    padding: 0.05rem 0 0;
    font-size: 0.16rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja::after {
  flex-grow: 1;
  align-self: flex-end;
  content: "";
  display: block;
  height: 0.02rem;
  margin: 0 0 0.03rem;
  background: currentColor;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja::after {
    content: none;
  }
}
.main .pageHeader .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.4rem 0 0;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 0.95rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .catch {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .pageHeader p {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.5rem 0 0;
  font-size: 0.17rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .pageHeader p {
    padding: 0.3rem 0 0;
    font-size: 0.16rem;
  }
}
.main .pageHeader p .nowrap {
  white-space: nowrap;
}
.main section.shopping .ttl,
.main section.position .ttl,
.main section.park .ttl,
.main section.location .ttl,
.main section.lifeinfo .ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .ttl,
  .main section.position .ttl,
  .main section.park .ttl,
  .main section.location .ttl,
  .main section.lifeinfo .ttl {
    gap: 0.1rem;
  }
}
.main section.shopping .ttl .en,
.main section.position .ttl .en,
.main section.park .ttl .en,
.main section.location .ttl .en,
.main section.lifeinfo .ttl .en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main section.shopping .ttl .en,
  .main section.position .ttl .en,
  .main section.park .ttl .en,
  .main section.location .ttl .en,
  .main section.lifeinfo .ttl .en {
    font-size: 0.28rem;
  }
}
.main section.shopping .ttl .ja,
.main section.position .ttl .ja,
.main section.park .ttl .ja,
.main section.location .ttl .ja,
.main section.lifeinfo .ttl .ja {
  font-size: 0.12rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .ttl .ja,
  .main section.position .ttl .ja,
  .main section.park .ttl .ja,
  .main section.location .ttl .ja,
  .main section.lifeinfo .ttl .ja {
    font-size: 0.14rem;
    line-height: 1;
  }
}
.main section.shopping .catch,
.main section.position .catch,
.main section.park .catch,
.main section.location .catch,
.main section.lifeinfo .catch {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.shopping .catch,
  .main section.position .catch,
  .main section.park .catch,
  .main section.location .catch,
  .main section.lifeinfo .catch {
    font-size: 0.24rem;
  }
}
.main section.shopping p,
.main section.position p,
.main section.park p,
.main section.location p,
.main section.lifeinfo p {
  font-weight: 500;
}
.main section.position {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.position {
    margin: 0.6rem 0 0;
  }
}
.main section.position .summary {
  position: relative;
  z-index: 1;
}
.main section.position .summary::after {
  content: "";
  background: url(../imgs/deco09.jpg) no-repeat center/cover;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 3.34rem;
  height: 2.38rem;
}
@media screen and (max-width: 750px) {
  .main section.position .summary::after {
    inset: 0.2rem 0 auto auto;
    translate: none;
    width: 1rem;
    height: 0.712rem;
  }
}
.main section.position .summary .title {
  font-size: 0.52rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.position .summary .title {
    font-size: 0.32rem;
  }
}
.main section.position .summary p {
  margin: 0.3rem 0 0;
}
.main section.position .image {
  max-width: 14.4rem;
  margin: -1.02rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.position .image {
    margin: 0.3rem 0 0;
  }
}
.main section.position .image figcaption {
  padding: 0.1rem 0.3rem 0;
}
@media screen and (max-width: 750px) {
  .main section.position .image figcaption {
    padding: 0.1rem 0.2rem 0;
  }
}
.main section.position .facility {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.position .facility {
    margin: 0.6rem 0 0;
  }
}
.main section.position .facility .navArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .navArea {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.1rem;
  }
}
.main section.position .facility .navArea .btn {
  box-sizing: border-box;
  width: 2.04rem;
  height: 0.57rem;
  border: 0.01rem solid #000;
  padding: 0;
  background: #000;
  border-radius: 0.1rem 0.1rem 0 0;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .navArea .btn {
    width: calc((100% - 0.2rem) / 3);
    height: 0.48rem;
  }
}
.main section.position .facility .navArea .btn.active {
  background-color: #f5f4e8;
  color: #000;
  border-color: #f5f4e8;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main section.position .facility .navArea .btn:hover {
    background-color: #fff;
    color: #000;
  }
}
.main section.position .facility .navTag {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .navTag {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.1rem 2em;
    margin: 0.4rem 0 0;
  }
}
.main section.position .facility .navTag .btn {
  display: inline;
  border: none;
  padding: 0.7em 1.4em;
  border-radius: 2em;
  background: #cecba3;
}
.main section.position .facility .navTag .btn::before {
  content: "#";
}
.main section.position .facility .bg {
  background: #f5f4e8;
  padding: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .bg {
    padding: 0.12rem;
  }
}
.main section.position .facility .dummy {
  display: none;
}
.main section.position .facility .cap {
  margin: 0.4rem 0 0;
  font-size: 0.12rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .cap {
    font-size: 0.09rem;
  }
}
.main section.position .facility .list {
  margin: 0.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  position: relative;
}
.main section.position .facility .list.all .item.all {
  display: block;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list {
    gap: 0.1rem;
  }
}
.main section.position .facility .list .item {
  display: none;
  width: calc(33.33% - 0.167rem);
  position: relative;
  overflow: hidden;
  background: #fff;
  border: solid 1px #000;
  height: 3.59rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item {
    width: calc(50% - 0.05rem);
    height: 1.8rem;
  }
}
.main section.position .facility .list .item figcaption {
  padding: 0.15rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item figcaption {
    padding: 0.05rem;
  }
}
.main section.position .facility .list .item .tag {
  color: #a7a157;
  font-size: 0.14rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item .tag {
    margin-top: 0;
    font-size: 0.1rem;
  }
}
.main section.position .facility .list .item .tag::before {
  content: "#";
}
.main section.position .facility .list .item .name {
  font-size: 0.22rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item .name {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
.main section.position .facility .list .item .distance {
  font-size: 0.12rem;
  line-height: 1.8333333333;
  position: absolute;
  bottom: 0.05rem;
  right: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item .distance {
    font-size: 0.09rem;
    bottom: 0;
  }
}
.main section.position .facility .list .item.large {
  border: none;
  width: calc(66.66% - 0.095rem);
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item.large {
    width: 100%;
  }
}
.main section.position .facility .list .item.large figcaption {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.42);
}
.main section.position .facility .list .item.large .name {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.3rem;
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item.large .name {
    font-size: 0.24rem;
    top: 0.7rem;
  }
}
.main section.position .facility .list .item.large .tag {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.1rem;
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item.large .tag {
    font-size: 0.12rem;
    top: 1rem;
  }
}
.main section.position .facility .list .item.large .distance {
  bottom: 0.07rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .item.large .distance {
    bottom: 0.05rem;
  }
}
.main section.position .facility .list .item.show {
  display: block;
}
.main section.position .facility .list .item.more {
  display: none !important;
}
.main section.position .facility .list .item.sizeL {
  grid-row: span 2;
}
.main section.position .facility .list:has(.item.more)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #fff);
}
.main section.position .facility .list:has(.item.more) + .btn--more {
  display: block;
}
.main section.position .facility .list .deco {
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
}
.main section.position .facility .list .deco img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main section.position .facility .list .deco.up img {
  bottom: 0;
}
.main section.position .facility .list .deco.dn {
  align-items: flex-end;
}
.main section.position .facility .list .deco.dn img {
  top: 0;
}
.main section.position .facility .list .deco p {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .deco p {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}
.main section.position .facility .list .deco p.l {
  font-size: 0.43rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .deco p.l {
    font-size: 0.215rem;
  }
}
.main section.position .facility .list .deco p.s {
  font-size: 0.31rem;
}
@media screen and (max-width: 750px) {
  .main section.position .facility .list .deco p.s {
    font-size: 0.155rem;
  }
}
.main section.position .facility .btn--more {
  display: none;
  box-sizing: border-box;
  width: 1.56rem;
  height: 0.57rem;
  margin: 0.4rem auto 0;
  border: 0.01rem solid #000;
  padding: 0;
  background: #000;
  border-radius: 0.1rem;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main section.position .facility .btn--more:hover {
    background-color: #fff;
    color: #000;
  }
}
.main section.shopping {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.shopping {
    margin: 1.6rem 0 0;
  }
}
.main section.shopping .living {
  padding-bottom: 0.6rem;
}
.main section.shopping .living .row {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .row {
    flex-direction: column;
  }
}
.main section.shopping .living .crossgarden {
  flex: 1;
  position: relative;
}
.main section.shopping .living .crossgarden::before {
  content: "";
  background: url(../imgs/shopping-illust01.png) no-repeat center/cover;
  position: absolute;
  inset: -1.1rem auto auto -0.4rem;
  width: 1.62rem;
  height: 1.31rem;
  z-index: 1;
}
.main section.shopping .living .crossgarden .image {
  position: relative;
}
.main section.shopping .living .crossgarden .text-content {
  background: #F5F4E8;
  padding: 0.3rem 0.4rem 0.4rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .crossgarden .text-content {
    padding: 0.1rem 0.2rem 0.2rem;
  }
}
.main section.shopping .living .crossgarden .text-content .title {
  font-size: 0.32rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .crossgarden .text-content .title {
    font-size: 0.28rem;
  }
}
.main section.shopping .living .crossgarden .text-content .text {
  font-size: 0.16rem;
}
.main section.shopping .living .crossgarden .text-content .shoplist {
  padding-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .crossgarden .text-content .shoplist {
    padding-top: 0.2rem;
  }
}
.main section.shopping .living .crossgarden .text-content .shoplist-title {
  font-size: 0.28rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .crossgarden .text-content .shoplist-title {
    font-size: 0.24rem;
  }
}
.main section.shopping .living .crossgarden .text-content .shoplist-text {
  padding-bottom: 0.1rem;
  font-size: 0.12rem;
  line-height: 1.4;
}
.main section.shopping .living .area {
  flex: 1;
}
.main section.shopping .living .area .title {
  font-size: 0.52rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .area .title {
    font-size: 0.32rem;
  }
}
.main section.shopping .living .area .catch {
  padding-top: 0.1rem;
}
.main section.shopping .living .area .text {
  padding-top: 0.3rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .area .text {
    padding-top: 0.2rem;
  }
}
.main section.shopping .living .area .map {
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .living .area .map {
    padding-top: 0.2rem;
  }
}
.main section.shopping .cards .row {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .row {
    flex-direction: column;
  }
}
.main section.shopping .cards .lists {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists {
    gap: 0.2rem;
  }
}
.main section.shopping .cards .lists li {
  position: relative;
  border: 1px solid #000;
}
.main section.shopping .cards .lists li .name {
  padding: 0.1rem 0.1rem 0;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li .name {
    font-size: 0.16rem;
  }
}
.main section.shopping .cards .lists li .cap {
  position: absolute;
  inset: auto 0 0.05rem auto;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li .cap {
    font-size: 0.1rem;
  }
}
.main section.shopping .cards .lists li.title-card {
  border: none;
}
.main section.shopping .cards .lists li.title-card .text {
  position: absolute;
  inset: 0.1rem auto auto 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li.title-card .text {
    inset: 0.05rem auto auto 0.1rem;
  }
}
.main section.shopping .cards .lists li.title-card .text .title {
  font-size: 0.25rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li.title-card .text .title {
    font-size: 0.2rem;
  }
}
.main section.shopping .cards .lists li.title-card .text .catch {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li.title-card .text .catch {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 750px) {
  .main section.shopping .cards .lists li.title-card {
    order: -1;
  }
}
.main section.park {
  margin: 2rem 0 0;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  .main section.park {
    margin: 0.6rem 0 0;
  }
}
.main section.park .summary .image {
  margin: 0.56rem calc(5.3rem - 50cqw) 0;
}
@media screen and (max-width: 750px) {
  .main section.park .summary .image {
    margin: 0.4rem -0.2rem 0;
  }
}
.main section.park .summary .image img {
  width: 100%;
}
.main section.park .summary .image .relative {
  position: relative;
}
.main section.park .summary .image figcaption {
  padding-left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main section.park .summary .image figcaption {
    padding-left: 0.2rem;
  }
}
.main section.park .summary .text {
  height: 2.03rem;
  margin: 0.6rem 0 0;
  background: url(../imgs/blt01.png) 100% 0/3.02rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.park .summary .text {
    height: auto;
    margin: 0.4rem 0 0;
    background: none;
  }
}
.main section.park .summary .text p {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.park .summary .text p {
    margin: 0.3rem 0 0;
  }
}
.main section.park .map {
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main section.park .map {
    margin-top: 0.4rem;
  }
}
.main section.park .point {
  display: flex;
  justify-content: space-between;
  margin: 0.6rem 0 0;
  background-image: url(../imgs/blt02.svg), url(../imgs/blt03.svg);
  background-position: 2.8rem 0.9rem, calc(100% - 2.8rem) 1.36rem;
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.park .point {
    flex-direction: column;
    gap: 0.2rem;
    margin: 0.4rem 0 0;
    background: none;
  }
}
.main section.park .point .item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 2.8rem;
}
@media screen and (max-width: 750px) {
  .main section.park .point .item {
    gap: 0.1rem;
    width: auto;
  }
  .main section.park .point .item .image img {
    width: 100%;
  }
}
.main section.park .point .item--02 {
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media screen and (max-width: 750px) {
  .main section.park .point .item--02 {
    flex-direction: column;
  }
}
.main section.park .event {
  margin: 0.36rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.park .event {
    margin: 0.4rem 0 0;
  }
}
.main section.park .event .sttl {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.park .event .sttl {
    font-size: 0.28rem;
  }
}
.main section.park .event .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.4rem;
  margin: 0.24rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list {
    flex-direction: column;
    gap: 0.4rem;
    margin: 0.2rem 0 0;
  }
}
.main section.park .event .list .time {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.4rem 0.3rem;
  box-sizing: border-box;
  width: calc(50% - 0.2rem);
  padding: 0.94rem 0.3rem 0.3rem;
  position: relative;
  background: #F5F4E8;
  border-radius: 0.1rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: auto;
    padding: 0.76rem 0.2rem 0.2rem;
  }
}
.main section.park .event .list .time::before {
  content: "";
  display: block;
  width: 0.27rem;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main section.park .event .list .time--01::before {
  aspect-ratio: 27/39;
  top: -0.14rem;
  left: 2.57rem;
  background-image: url(../imgs/blt04.png);
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time--01::before {
    left: calc(50% - 0.13rem);
  }
}
.main section.park .event .list .time--01 .legend {
  background-color: #FF618F;
}
.main section.park .event .list .time--01 .item .text .name {
  color: #D92257;
}
.main section.park .event .list .time--02::before {
  aspect-ratio: 27/38;
  top: -0.14rem;
  left: 2.53rem;
  background-image: url(../imgs/blt05.png);
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time--02::before {
    left: calc(50% - 0.13rem);
  }
}
.main section.park .event .list .time--02 .legend {
  background-color: #36ADE6;
}
.main section.park .event .list .time--02 .item .text .name {
  color: #1B88BD;
}
.main section.park .event .list .time--03::before {
  aspect-ratio: 27/43;
  top: -0.16rem;
  left: 2.54rem;
  background-image: url(../imgs/blt06.png);
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time--03::before {
    left: calc(50% - 0.13rem);
  }
}
.main section.park .event .list .time--03 .legend {
  background-color: #FFBD11;
}
.main section.park .event .list .time--03 .item .text .name {
  color: #E7A700;
}
.main section.park .event .list .time--04::before {
  aspect-ratio: 27/38;
  top: -0.12rem;
  left: 2.6rem;
  background-image: url(../imgs/blt07.png);
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time--04::before {
    left: calc(50% - 0.13rem);
  }
}
.main section.park .event .list .time--04 .legend {
  background-color: #A977C6;
}
.main section.park .event .list .time--04 .item .text .name {
  color: #7A3685;
}
.main section.park .event .list .time .legend {
  box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.27rem 0 0 0.22rem;
  border-radius: 0.1rem 0 1.2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time .legend {
    width: 1rem;
    height: 1rem;
    padding: 0.2rem 0 0 0.2rem;
    border-radius: 0.1rem 0 1rem 0;
    font-size: 0.36rem;
  }
}
.main section.park .event .list .time .item {
  position: relative;
}
.main section.park .event .list .time .item .image {
  border-radius: 0.05rem;
  overflow: hidden;
}
.main section.park .event .list .time .item .text .name {
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.main section.park .event .list .time .item .text p {
  line-height: 1.6;
}
.main section.park .event .list .time .item--01 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.main section.park .event .list .time .item--01 .text {
  margin: 0.15rem 0 0;
}
.main section.park .event .list .time .item--01 .text .name {
  font-size: 0.18rem;
}
.main section.park .event .list .time .item--01 .text p {
  margin: 0.15rem 0 0;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time .item--01 .text p {
    margin: 0.1rem 0 0;
  }
}
.main section.park .event .list .time .item--02, .main section.park .event .list .time .item--03 {
  grid-column: 2/3;
}
.main section.park .event .list .time .item--02 .text, .main section.park .event .list .time .item--03 .text {
  margin: 0.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time .item--02 .text, .main section.park .event .list .time .item--03 .text {
    margin: 0.15rem 0 0;
  }
}
.main section.park .event .list .time .item--02 .text .name, .main section.park .event .list .time .item--03 .text .name {
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time .item--02 .text .name, .main section.park .event .list .time .item--03 .text .name {
    font-size: 0.18rem;
  }
}
.main section.park .event .list .time .item--02 .text p, .main section.park .event .list .time .item--03 .text p {
  margin: 0.1rem 0 0;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main section.park .event .list .time .item--02 .text p, .main section.park .event .list .time .item--03 .text p {
    font-size: 0.14rem;
  }
}
.main section.park .event .list .time .item--02 {
  grid-row: 1/2;
}
.main section.park .event .list .time .item--03 {
  grid-row: 2/3;
}
.main section.location {
  margin: 2rem 0 0;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  .main section.location {
    margin: 0.6rem 0 0;
  }
}
.main section.location .summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.56rem 0;
}
@media screen and (max-width: 750px) {
  .main section.location .summary {
    display: block;
  }
}
.main section.location .summary .ttl {
  width: 100%;
}
.main section.location .summary .image {
  width: 5.82rem;
}
@media screen and (max-width: 750px) {
  .main section.location .summary .image {
    width: auto;
    margin: 0.4rem -0.2rem 0;
  }
}
.main section.location .summary .image figcaption {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main section.location .summary .image figcaption {
    padding-right: 0.2rem;
  }
}
.main section.location .summary .text {
  width: 4.18rem;
  padding: 0 0 0.232rem;
}
@media screen and (max-width: 750px) {
  .main section.location .summary .text {
    width: auto;
    padding: 0;
  }
}
.main section.location .summary .text p {
  margin: 0.4rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main section.location .summary .text p {
    margin: 0.3rem 0 0;
    white-space: normal;
  }
}
.main section.location .detail {
  margin: 0.4rem 0 0;
}
.main section.location .detail .sttl {
  display: grid;
  grid-template-columns: 0.9rem 1fr;
  gap: 0.1rem 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main section.location .detail .sttl {
    grid-template-columns: 0.8rem 1fr;
    gap: 0.1rem;
  }
}
.main section.location .detail .sttl::before {
  grid-row: 1/3;
  grid-column: 1/2;
  content: "";
  display: block;
  background: 0 0/contain no-repeat;
}
.main section.location .detail .sttl .en {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-end;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.28rem;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .main section.location .detail .sttl .en {
    font-size: 0.24rem;
  }
}
.main section.location .detail .sttl .ja {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-start;
}
.main section.location .detail .list {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.location .detail .list {
    flex-wrap: wrap;
    gap: 0.1rem;
  }
}
.main section.location .detail .list .item {
  width: 2.55rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F5F4E8;
}
@media screen and (max-width: 750px) {
  .main section.location .detail .list .item {
    width: calc(50% - 0.05rem);
  }
}
.main section.location .detail .list .item figcaption {
  padding: 0.15rem 0;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.main section.location .detail .list .item figcaption .name .small {
  font-size: 0.12rem;
}
.main section.location .detail .list .item figcaption .distance {
  margin: 0.1rem 0 0;
  font-size: 0.12rem;
}
.main section.location .detail--01 {
  margin: 0.28rem 0 0;
}
.main section.location .detail--01 .sttl::before {
  aspect-ratio: 90/85;
  background-image: url(../imgs/blt08.png);
}
.main section.location .detail--02 .sttl::before {
  aspect-ratio: 1;
  background-image: url(../imgs/blt09.png);
}
.main section.location .detail--03 .sttl::before {
  width: 0.8rem;
  aspect-ratio: 1;
  background-image: url(../imgs/blt10.png);
}
.main section.location .feature {
  margin: 1.4rem 0 0;
  background-image: url(../imgs/blt11.png), url(../imgs/blt12.png);
  background-position: calc(50% - 1.15rem - 2.16rem) 1.34rem, calc(50% + 0.86rem + 2.31rem) 0.55rem;
  background-size: 2.29rem auto, 1.72rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.location .feature {
    margin: 0.6rem 0 0;
    background: none;
  }
}
.main section.location .feature .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.06rem;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  .main section.location .feature .catch {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main section.location .feature .catch div {
  padding: 0 0.1rem;
  background: #CECBA3;
}
.main section.location .feature .text {
  margin: 0.2rem 0 0;
  text-align: center;
}
.main section.location .feature .image {
  width: 5.82rem;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.location .feature .image {
    width: auto;
  }
}
.main section.location .feature .image figcaption {
  text-align: right;
}
.main section.lifeinfo {
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo {
    margin: 0.6rem 0 0;
  }
}
.main section.lifeinfo .image {
  max-width: 14.4rem;
  margin: 0.56rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .image {
    margin: 0.4rem 0 0;
  }
}
.main section.lifeinfo .image figcaption {
  padding-left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .image figcaption {
    padding-left: 0.2rem;
  }
}
.main section.lifeinfo .navigation {
  display: flex;
  margin: 0.88rem 0 0;
  gap: 0.07rem;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .navigation {
    flex-wrap: wrap;
    margin: 0.4rem 0 0;
  }
}
.main section.lifeinfo .navigation button {
  flex-grow: 1;
  height: 0.48rem;
  border: none;
  padding: 0;
  background: #000;
  border-radius: 0.1rem 0.1rem 0 0;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .navigation button {
    width: 33.3333333333%;
  }
  .main section.lifeinfo .navigation button:nth-child(4) {
    background-image: none;
  }
  .main section.lifeinfo .navigation button:nth-child(n+4) {
    border-top: 1px solid #383837;
  }
}
.main section.lifeinfo .navigation button.active {
  background-color: #F5F4E8;
  color: #000;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main section.lifeinfo .navigation button:hover {
    background-color: #F5F4E8;
    color: #000;
  }
}
.main section.lifeinfo .map {
  display: flex;
  justify-content: space-between;
  height: 5.1rem;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  background: #F5F4E8;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map {
    display: block;
    height: auto;
    padding: 0.2rem 0.1rem;
  }
}
.main section.lifeinfo .map .gmaps {
  width: 5.1rem;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map .gmaps {
    width: auto;
    aspect-ratio: 1;
  }
}
.main section.lifeinfo .map .dataArea {
  box-sizing: border-box;
  width: 4.5rem;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map .dataArea {
    width: auto;
    max-height: 6rem;
  }
}
.main section.lifeinfo .map .dataArea .data {
  counter-reset: number;
  display: none;
}
.main section.lifeinfo .map .dataArea .data.active {
  display: block;
}
.main section.lifeinfo .map .dataArea .data li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 0.4rem 1fr auto;
  align-items: center;
  gap: 0.2rem;
  padding: 0.15rem 0;
  counter-increment: number;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map .dataArea .data li {
    grid-template-rows: auto auto;
    grid-template-columns: 0.36rem 2fr;
    gap: 0 0.1rem;
    padding: 0.1rem;
  }
}
.main section.lifeinfo .map .dataArea .data li + li {
  border-top: 1px solid #000;
}
.main section.lifeinfo .map .dataArea .data li:not(.noNum)::before {
  content: counter(number);
  display: grid;
  place-items: center;
  grid-row: 1/2;
  grid-column: 1/2;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: #fff;
  font-size: 0.27rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map .dataArea .data li:not(.noNum)::before {
    grid-row: 1/3;
    height: 0.36rem;
    font-size: 0.24rem;
  }
}
.main section.lifeinfo .map .dataArea .data li .name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: 700;
}
.main section.lifeinfo .map .dataArea .data li .time {
  grid-row: 1/2;
  grid-column: 3/4;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main section.lifeinfo .map .dataArea .data li .time {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

/*# sourceMappingURL=unique.css.map */
