<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .keyVisual__head {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__head .keyVisual__ttl .en {
    font-size: 62px;
    letter-spacing: -0.03em;
  }
}

.keyVisual__visual .photo__capOut.capOut {
  margin-right: 10px;
}

.pageNavi {
  position: relative;
  margin: 100px auto 135px;
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pageNavi {
    display: flex;
    justify-content: center;
    margin-bottom: 88px;
  }
}
.pageNavi__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pageNavi__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.pageNavi__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: linear-gradient(96.21deg, rgba(240, 221, 238, 0.3) 0%, rgba(218, 230, 236, 0.3) 30%, rgba(194, 224, 230, 0.3) 60%, rgba(226, 238, 250, 0.3) 80%, rgba(171, 218, 225, 0.3) 100%), #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .pageNavi__item {
    justify-content: center;
    width: 159px;
    font-size: 14px;
  }
}
.pageNavi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #036EB8;
  transition: opacity 0.3s;
}
.pageNavi__item a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../imgs/icon-arrow-b.svg") no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .pageNavi__item a:hover {
    opacity: 0.7;
  }
  .pageNavi__item a:hover::after {
    transform: translateY(3px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .pageNavi__item a:hover {
    opacity: 0.7;
  }
  .pageNavi__item a:hover::after {
    transform: translateY(3px);
  }
}
.pageNavi__item.is-current {
  background: rgba(23, 130, 223, 0.5);
}
.pageNavi__item.is-current a {
  color: #fff;
}
.pageNavi__item.is-current a::after {
  background: url("../imgs/icon-arrow-b-white.svg") no-repeat;
}

.locationSect {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .locationSect {
    margin-bottom: 140px;
  }
}
.locationSect::before {
  content: "";
  display: block;
  position: absolute;
  width: 1718px;
  height: 1281px;
  background: url("../../assets/imgs/bg-symbol-01.png") left top/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .locationSect::before {
    width: 1030px;
  }
}
.locationSect--odd::before {
  top: -40px;
  left: -51%;
}
@media screen and (max-width: 768px) {
  .locationSect--odd::before {
    left: -172%;
  }
}
.locationSect--even::before {
  top: -40px;
  right: -51%;
}
@media screen and (max-width: 768px) {
  .locationSect--even::before {
    right: -172%;
  }
}
.locationSect--noBg::before {
  background: none;
}
.locationSect--other .pageNavi {
  margin-bottom: 100px;
}
.locationSect__summary {
  padding-inline: 32px;
}
.locationSect .heading--large {
  margin-bottom: 70px;
  font-size: 48px;
  font-family: var(--font-garamond);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .locationSect .heading--large {
    font-size: 28px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.locationSect .heading__txt {
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .locationSect .heading__txt {
    margin-bottom: 40px;
    text-align: left;
    font-size: 22px;
    letter-spacing: 0.06em;
  }
}
.locationSect__cont {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .locationSect__cont {
    text-align: left;
  }
}
.locationSect__cont p {
  line-height: 1.8;
}
.locationSect__note {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .locationSect__note {
    padding-inline: 32px;
    text-align: left;
  }
}

.descSect-wrap {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .descSect-wrap {
    margin-bottom: 60px;
  }
}

.descSect {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .descSect {
    flex-direction: column;
    padding-inline: 32px;
    gap: 20px;
  }
}
.descSect + .descSect {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pointBox .descSect {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .descSect--reverse {
    flex-direction: row-reverse;
  }
}
.descSect--aligncenter {
  align-items: center;
}
.descSect--alignend {
  align-items: flex-end;
}
.descSect__content {
  flex: 1;
}
.descSect__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .descSect__img {
    width: calc(100% + 32px);
  }
}
@media screen and (max-width: 768px) {
  .descSect--reverse .descSect__img {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pointBox .descSect__img {
    width: 100%;
  }
}
.descSect__txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .descSect__txt {
    margin-bottom: 10px;
  }
}
.descSect__ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  color: #036EB8;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .descSect__ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .descSect--reverse .descSect__ttl {
    text-align: right;
  }
}
.descSect__ttl--noBorder {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .parkDescriptions .descSect:nth-child(2) {
    padding-right: 64px;
  }
  .parkDescriptions .descSect:nth-child(3) {
    padding-left: 64px;
    margin-right: -32px;
  }
  .parkDescriptions .descSect:nth-child(3) .descSect__img {
    width: 100%;
  }
}

.imgTxt {
  position: absolute;
}
.imgTxt--park {
  top: -60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .imgTxt--park {
    left: -30px;
  }
}
.imgTxt--shopping {
  bottom: -40px;
  right: -110px;
}
@media screen and (max-width: 768px) {
  .imgTxt--shopping {
    width: 125px;
    right: -20px;
  }
}
.imgTxt--gourmet {
  bottom: -50px;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .imgTxt--gourmet {
    width: 108px;
    right: -40px;
    bottom: -30px;
  }
}
.imgTxt--education {
  bottom: -10px;
  right: -125px;
}
@media screen and (max-width: 768px) {
  .imgTxt--education {
    width: 128px;
    right: auto;
    bottom: -45px;
    left: 0;
  }
}
.imgTxt--support {
  bottom: -40px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .imgTxt--support {
    width: 168px;
    right: -15px;
    bottom: -50px;
  }
}
.imgTxt--hospital {
  left: -120px;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .imgTxt--hospital {
    width: 125px;
    left: -70px;
    bottom: -10px;
  }
}

@media screen and (max-width: 768px) {
  .infoTxt {
    display: flex;
  }
}
.infoTxt-walk {
  font-size: 12px;
}
.infoTxt-walk::before {
  content: "";
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-bottom: -6px;
  margin-right: 5px;
  background: url("../imgs/icon-walking.svg") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .infoTxt-walk::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

.infoTxtNote {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #666;
  line-height: 1.4;
}

.photosCol {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .photosCol {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 32px);
    margin: 0 auto 20px;
    gap: 30px 10px;
  }
}
.photosCol--col2 {
  max-width: 960px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .photosCol--col2 {
    grid-template-columns: 1fr;
    gap: 40px 10px;
    margin-bottom: 40px;
  }
}
.photosCol--col3 {
  max-width: 960px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .photosCol--col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.photosCol--firstWide {
  margin-top: 135px;
  max-width: 1116px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--col2 .photosCol__item {
    width: 294px;
  }
  .photosCol--col2 .photosCol__item:nth-child(even) {
    margin-inline: auto 0;
  }
}
.photosCol--col2 .photosCol__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child {
    width: 460px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child {
    width: 294px;
  }
}
.photosCol--firstWide .photosCol__item img {
  width: 100%;
}
.photosCol__item .photosCol--col3 img {
  width: 100%;
}
.photosCol__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .photosCol__img {
    margin-bottom: 16px;
  }
}
.photosCol__cap {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #036EB8;
}
@media screen and (max-width: 768px) {
  .photosCol__cap {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.photosCol--col2 .photosCol__cap {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .photosCol--col2 .photosCol__cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child .photosCol__cap {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.photosCol .infoTxt {
  font-size: 10px;
}
.photosCol.photosCol--col2 .infoTxt {
  font-size: 12px;
}

.shoppingMainArea {
  position: relative;
  max-width: 960px;
  margin: 0 auto 175px;
}
@media screen and (max-width: 768px) {
  .shoppingMainArea {
    margin-bottom: 60px;
  }
}

.shoppingMain {
  max-width: 778px;
  background: #F7F8F8;
}
.shoppingMain__content {
  display: flex;
  align-items: flex-end;
  padding: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .shoppingMain__content {
    flex-direction: column;
    padding: 20px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .shoppingMain__contentL {
    width: 290px;
  }
}
.shoppingMain__contentR {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .shoppingMain__contentR {
    width: 100%;
    margin-top: 10px;
  }
}
.shoppingMain__ttl {
  margin-bottom: 16px;
  color: #036EB8;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
}
.shoppingMain__txt {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 15px;
}

.shoplist {
  border: 1px solid #8FCDED;
  padding: 15px 20px;
}
.shoplist__ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #036EB8;
}
.shoplist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .shoplist__list {
    grid-template-columns: 1fr;
  }
}
.shoplist__item {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .shoplist__item {
    font-size: 12px;
  }
}
.shoplist__item + .shoplist__item {
  margin-top: 8px;
}
.shoplist__item::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #8FCDED;
  margin-top: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .shoplist__item::before {
    margin-top: 3px;
  }
}

.shoppingImage {
  position: absolute;
  top: 42%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .shoppingImage {
    width: 146px;
    top: auto;
    bottom: 200px;
    right: 16px;
  }
}
.shoppingImage-cap {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  line-height: 1.8%;
}

.pointBox {
  border: 2px solid #8FCDED;
  max-width: 1200px;
  margin: 122px auto;
  padding: 80px 120px 40px;
}
@media screen and (max-width: 768px) {
  .pointBox {
    width: calc(100% - 32px);
    padding: 40px 24px;
  }
}
.pointBox__ttl {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  color: #036EB8;
}
@media screen and (max-width: 768px) {
  .pointBox__ttl {
    font-size: 24px;
  }
}
.pointBox__lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #231815;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pointBox__lead {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
.pointBox__txt {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .pointBox__txt {
    margin-bottom: 60px;
  }
}
.pointBox__img {
  position: absolute;
  right: 45px;
  top: -55px;
}
@media screen and (max-width: 768px) {
  .pointBox__img {
    top: -80px;
    right: 20px;
    width: 135px;
  }
}
.pointBox__note {
  margin-top: 60px;
  text-align: right;
}

.shopIntro + .shopIntro {
  margin-top: 70px;
}
.shopIntro--type1 .descSect {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shopIntro--type1 .descSect {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shopIntro--type1 .descSect__img {
    margin-bottom: 20px;
  }
}
.shopIntro--type2 {
  display: grid;
  grid-template: "img img" auto "content shop" 1fr/516px 1fr;
  gap: 0 40px;
  max-width: 768px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .shopIntro--type2 {
    grid-template: "img" auto "content" auto "shop" 1fr/100%;
    gap: 0 20px;
  }
}
.shopIntro--type2 .descSect__img {
  grid-area: img;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}
.shopIntro--type2 .descSect__img img {
  width: 100%;
}
.shopIntro--type2 .descSect__content {
  grid-area: content;
}
.shopIntro--type2 .shopIntroInfo {
  grid-area: shop;
  width: 100%;
}

.shopIntroInfo {
  display: grid;
  grid-template: "ttl img" auto "list img" 1fr/1fr 180px;
  gap: 0 40px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .shopIntroInfo {
    grid-template: "img ttl" auto "img list" 1fr/120px 1fr;
    gap: 0 12px;
    width: 100%;
    margin-top: 20px;
  }
}
.shopIntroInfo--noImg {
  grid-template: "ttl" auto "list" 1fr/1fr;
}
@media screen and (max-width: 768px) {
  .shopIntroInfo--noImg {
    grid-template: "ttl" auto "list" 1fr/100%;
  }
}
.shopIntroInfo__img {
  grid-area: img;
}
.shopIntroInfo__ttl {
  display: flex;
  margin-bottom: 15px;
  grid-area: ttl;
  font-size: 18px;
  line-height: 1.2;
  color: #036EB8;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .shopIntroInfo__ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.shopIntroInfo__ttl::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../imgs/icon-square.svg) center center/contain no-repeat;
  margin-right: 10px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .shopIntroInfo__ttl::before {
    margin-top: 3px;
  }
}
.shopIntroInfo__list {
  grid-area: list;
}
.shopIntroInfo__listItem {
  display: flex;
  gap: 4px;
  font-size: 12px;
  line-height: 2;
}
.shopIntroInfo__listItem + .shopIntroInfo__listItem {
  margin-top: 10px;
}
.shopIntroInfo__listItem::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .shopIntroInfo__listItem::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.shopIntroInfo__listItem--home::before {
  background: url(../imgs/icon-home.svg) center center/contain no-repeat;
}
.shopIntroInfo__listItem--walk::before {
  background: url(../imgs/icon-walking.svg) center center/contain no-repeat;
}
.shopIntroInfo__listItem--clock::before {
  background: url(../imgs/icon-clock.svg) center center/contain no-repeat;
}

.schoolArea {
  max-width: 960px;
  margin: 0 auto 60px;
}
.schoolArea__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .schoolArea__image {
    width: 250px;
    top: 230px;
    left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .schoolArea__image {
    top: -40px;
    left: 0;
    width: 126px;
  }
}
@media screen and (min-width: 768px) {
  .schoolArea .descSect + .descSect {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .schoolArea .descSect {
    width: 328px;
    margin-inline: auto 0;
  }
  .schoolArea .descSect:nth-of-type(1) {
    padding-left: 0;
  }
  .schoolArea .descSect:nth-of-type(2) {
    margin: 40px auto 0 0;
    padding-right: 0;
  }
  .schoolArea .descSect:nth-of-type(2) .descSect__img {
    margin-left: -32px;
    margin-right: 0;
  }
}

.supportService {
  position: relative;
}
@media screen and (min-width: 768px) {
  .supportService {
    margin: -20px -60px 0;
  }
}
.supportService__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .supportService__img {
    overflow: scroll;
  }
}
.supportService__img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .supportService__img img {
    width: 1072px;
    max-width: none;
  }
}
.supportService__note {
  text-align: right;
  font-size: 10px;
  line-height: 140%;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .supportService__note {
    text-align: left;
  }
}
.supportService-icon {
  position: absolute;
  top: -40px;
  right: -5px;
}
@media screen and (min-width: 768px) {
  .supportService-icon {
    display: none;
  }
}

.supportBox {
  position: relative;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .schoolImgs .photosCol + .photosCol {
    margin-top: 60px;
  }
}

.kuminoki {
  position: relative;
  max-width: 960px;
  margin: 60px auto 60px;
}
@media screen and (max-width: 768px) {
  .kuminoki {
    margin-top: 40px;
  }
}
.kuminoki__img {
  position: absolute;
  right: -120px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .kuminoki__img {
    top: -80px;
    right: 0;
    width: 148px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .kuminoki .descSect {
    width: 334px;
    margin-inline: auto 0;
    padding-left: 0;
  }
}

.othersStation {
  max-width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .othersStation {
    margin-block: 64px 40px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 768px) {
  .othersStation .descSect {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .othersStation .descSect__img {
    margin-left: -32px;
  }
}

.map {
  position: relative;
  margin-top: 260px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .map {
    padding-inline: 30px;
  }
}
.map::before {
  content: "";
  display: block;
  position: absolute;
  width: 1718px;
  height: 1281px;
  top: -120px;
  left: -850px;
  background: url("../../assets/imgs/bg-symbol-01.png") left top/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .map::before {
    width: 1030px;
    left: auto;
    top: -140px;
    right: 20px;
  }
}

.photo__left {
  right: auto;
  left: 10px;
}
.photo .caption[data-color=white] {
  font-weight: bold;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}</pre></body></html>