<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) {
  .areaInfoSect {
    padding-top: 36px;
  }
}

.areaInfoSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .areaInfoSect__head {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaInfoSect__head {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoSect__head {
    padding: 0 40px;
  }
}

.areaInfoSect__ttl {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .areaInfoSect__ttl {
    font-size: 32px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoSect__ttl {
    font-size: 20px;
    line-height: 1.8;
  }
  .areaInfoSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .areaInfoSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .areaInfoSect__ttl:before, .areaInfoSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.areaInfoSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .areaInfoSect__cont {
    width: 1174px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaInfoSect__cont {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoSect__cont {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .areaInfoSect__head + .areaInfoSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoSect__head + .areaInfoSect__cont {
    margin-top: 60px;
  }
}

.excursionGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .excursionGallery {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery {
    gap: 36px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__head .sectTtl {
    display: inline-block;
    line-height: 1.4;
    margin: 0 0 0 auto;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont {
    width: 1052px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont {
    width: 296px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont &gt; .headingUnit {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont &gt; .headingUnit .heading {
    font-size: 24px;
  }
}

.excursionGallery__cont &gt; .headingUnit .txt--large {
  line-height: 2;
}

.excursionGallery__cont &gt; .headingUnit .txt--large:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.excursionGallery__cont &gt; .headingUnit .txt--large:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.excursionGallery__cont &gt; .headingUnit .txt--large:before, .excursionGallery__cont &gt; .headingUnit .txt--large:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont .usableList {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont .usableList {
    margin-top: 40px;
  }
}

.excursionGallery__cont .usableList__inner {
  display: grid;
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont .usableList__inner {
    gap: 64px 58px;
    grid-template-columns: 390px 586px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont .usableList__inner {
    gap: 16px;
    grid-template-columns: 101px 180px;
  }
}

.excursionGallery__cont .usableList__item:nth-child(1) {
  grid-column: auto / span 2;
}

.excursionGallery__cont .usableList__item:last-child {
  grid-column: 2;
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont .usableList__item:last-child {
    width: 442px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont .usableList__item:last-child {
    width: 140px;
  }
}

@media screen and (min-width: 768px) {
  .excursionGallery__cont .descriptionCard__cont .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .excursionGallery__cont .descriptionCard__cont .heading {
    font-size: 13px;
  }
}

.excursionSect__head {
  background-color: rgba(35, 24, 21, 0.85);
}

@media screen and (min-width: 768px) {
  .excursionSect__head {
    padding: 200px 0 104px;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__head {
    padding: 104px 40px 64px;
  }
}

.excursionSect__ttl {
  margin: 0 auto;
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .excursionSect__ttl {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .excursionSect__ttl {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__ttl {
    font-size: 48px;
    letter-spacing: .2em;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__ttl {
    line-height: 1.5;
    font-size: 28px;
    letter-spacing: 10px;
  }
  .excursionSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .excursionSect__ttl:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .excursionSect__ttl:before, .excursionSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__head + .excursionSect__cont {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__head + .excursionSect__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__inner {
    margin: 0 0 0 auto;
    width: 1220px;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__map {
    margin: 104px 0 0 auto;
    width: 1052px;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__map {
    margin-top: 144px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__map .heading {
    margin: 0 auto;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .excursionSect__map .heading + .photo {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .excursionSect__map .heading + .photo {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .lifeInfoArea__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__body {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .lifeInfoArea__map {
    height: 813px;
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__map {
    height: 335px;
    width: 100%;
  }
}

.lifeInfoArea__map .mansionLabel {
  height: 63px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 170px;
}

.lifeInfoArea__map .mansionLabel__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #11673d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.lifeInfoArea__map .mansionLabel__inner:before {
  background-color: #11673d;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: calc(100% - 2px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 9px;
  z-index: 2;
}

.lifeInfoArea__map .mansionLabel__logo {
  height: auto;
  width: 147px;
}

.lifeInfoArea__mapInner {
  color: #6e6653;
  height: 100%;
  width: 100%;
}

.lifeInfoArea__head {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__head {
    margin-top: calc(100 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__body {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.lifeInfoArea__list {
  display: none;
}

@media screen and (min-width: 768px) {
  .lifeInfoArea__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__list {
    margin-top: 64px;
  }
}

.lifeInfoArea__list.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .lifeInfoArea__visual {
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoArea__visual {
    margin: 60px auto 0;
    width: 260px;
  }
}

.lifeInfoList__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #e77e90;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  width: 20px;
}

.lifeInfoList__name {
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.lifeInfoList__name:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.lifeInfoList__name:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.lifeInfoList__name:before, .lifeInfoList__name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.lifeInfoList__distance {
  display: block;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__distance {
    font-size: 16px;
    line-height: 1.8;
  }
  .lifeInfoList__distance:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .lifeInfoList__distance:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .lifeInfoList__distance:before, .lifeInfoList__distance:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoList__distance {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoList__distance .minute {
    display: block;
    line-height: 1;
    text-align: right;
  }
}

.lifeInfoList__distance .minute .num {
  display: inline-block;
  font-size: 18px;
  text-align: right;
  width: 1.325em;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__distance .distance {
    display: inline-block;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoList__distance .distance {
    display: block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1;
    margin-top: 4px;
    text-align: right;
  }
}

.lifeInfoList__distance .distance .num {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__distance .distance .num {
    width: 2em;
  }
}

.lifeInfoList__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #c8bb9b;
  display: grid;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__link {
    gap: 0 8px;
    grid-template-columns: 20px 1fr auto;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoList__link {
    gap: 0 10px;
    grid-template-columns: 20px 1fr auto;
    padding-bottom: 16px;
  }
}

.lifeInfoList__link--education .lifeInfoList__num {
  background-color: #80775e;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__link--education .lifeInfoList__distance .distance .num {
    width: 3em;
  }
}

.lifeInfoList__link--culture .lifeInfoList__num {
  background-color: #80879c;
}

.lifeInfoList__link--park .lifeInfoList__num {
  background-color: #65b764;
}

@media screen and (min-width: 768px) {
  .lifeInfoList__link--park .lifeInfoList__distance .distance .num {
    width: 3em;
  }
}

.lifeInfoList__link--medical .lifeInfoList__num {
  background-color: #7fa6af;
}

.lifeInfoList__link--finance .lifeInfoList__num {
  background-color: #c49d53;
}

.lifeInfoList__link--public .lifeInfoList__num {
  background-color: #967c94;
}

.shopCard:not(:last-child) {
  border-bottom: 1px solid #b2a68c;
}

@media screen and (min-width: 768px) {
  .shopCard:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .shopCard:not(:last-child) {
    margin-bottom: 56px;
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .shopCard__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .shopCard__desc {
    width: 376px;
  }
}

@media screen and (max-width: 768px) {
  .shopCard__desc {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .shopCard__visual + .shopCard__desc {
    margin-top: 32px;
  }
}

.shopCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.shopCard__ttl .inner {
  font-size: 24px;
  letter-spacing: .05em;
  white-space: nowrap;
  line-height: 1.8;
}

.shopCard__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.shopCard__ttl .inner:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.shopCard__ttl .inner:before, .shopCard__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shopCard__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border-radius: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  gap: 12px;
  letter-spacing: 0;
  padding: 4px 16px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  white-space: nowrap;
}

.shopCard__label .t {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  gap: 4px;
  line-height: 1;
}

.shopCard__label .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #e77e90;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: .8;
  width: 22px;
}

@media screen and (min-width: 768px) {
  .shopCard__label:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .shopCard__label:hover {
    opacity: .7;
  }
}

.shopCard__dist {
  font-size: 26px;
  letter-spacing: 0;
  margin-top: 32px;
  line-height: 1.8;
}

.shopCard__dist:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.shopCard__dist:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.shopCard__dist:before, .shopCard__dist:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shopCard__dist .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 40px;
  letter-spacing: .05em;
  line-height: .8;
}

.shopCard__dist .small {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
}

.shopCard__dist .small:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.shopCard__dist .small:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.shopCard__dist .small:before, .shopCard__dist .small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shopCard__dist + .txt {
  margin-top: 32px;
}

.shopCard__info {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .shopCard__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .shopCard__info {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .shopCard__info .labelTtl {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .shopCard__info .labelTtl + .txt {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .shopCard__info .txt {
    max-width: 656px;
  }
}

@media screen and (min-width: 768px) {
  .shopCard--rev .shopCard__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.shopCard--small {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .shopCard--small {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .shopCard--small {
    width: 100%;
  }
}

.shoppingSect__head {
  position: relative;
  z-index: 1;
}

.shoppingSect__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
  line-height: 1.8;
}

.shoppingSect__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.shoppingSect__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.shoppingSect__ttl:before, .shoppingSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .shoppingSect__ttl {
    font-size: 28px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__ttl {
    font-size: 20px;
    letter-spacing: .05em;
  }
}

.shoppingSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .shoppingSect__cont {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .shoppingSect__cont {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__head + .shoppingSect__cont {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__head + .shoppingSect__cont {
    margin-top: 96px;
  }
}

.spaSect {
  background-color: rgba(35, 24, 21, 0.85);
}

@media screen and (min-width: 768px) {
  .spaSect {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .spaSect {
    padding: 104px 0;
  }
}

.spaSect__inner {
  margin: 0 auto;
  max-width: 1440px;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .spaSect__inner {
    padding: 0 20px;
  }
}

.spaSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .spaSect__head {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .spaSect__head {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .spaSect__head {
    padding: 0 38px;
  }
}

@media screen and (max-width: 768px) {
  .spaSect__cont .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .spaSect__cont .usableList__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .spaSect__cont .descriptionCard__cont {
    margin: 56px auto 0;
    max-width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .spaSect__cont .descriptionCard__cont {
    margin-top: 60px;
    padding: 0 40px;
  }
}

.spaSect__cont .descriptionCard__cont .headingUnit .heading .caption {
  color: #c8bb9b;
}

@media screen and (min-width: 768px) {
  .spaSect__cont .descriptionCard__cont .headingUnit .heading .caption {
    display: inline-block;
    padding-left: .5em;
  }
}

@media screen and (max-width: 768px) {
  .spaSect__cont .descriptionCard__cont .headingUnit .heading .caption {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .spaSect__head + .spaSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .spaSect__head + .spaSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .location-shopping {
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .location-excursion {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .location-excursion {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .location-areaInfo {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .location-areaInfo {
    padding-bottom: 104px;
  }
}
</pre></body></html>