<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .articleList__item {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .articleList__item + .articleList__item {
    margin-top: 35px;
  }
}

.articleLink {
  -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;
}

@media screen and (min-width: 769px) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.articleLink__photo {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .articleLink__photo {
    margin-right: 30px;
    overflow: hidden;
    width: 100px;
  }
  .articleLink__photo .photo__image {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
    transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
  }
}

@media (max-width: 768px) {
  .articleLink__photo {
    margin-right: 20px;
    width: 70px;
  }
}

.articleLink__detail {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  position: relative;
}

@media screen and (min-width: 769px) {
  .articleLink__detail {
    font-size: 14px;
    line-height: calc(12 / 7);
    width: 370px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail {
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(23 / 14);
    width: 200px;
  }
}

.articleLink__detail .data {
  color: #808080;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 15px;
  }
}

.articleLink__arrow {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .articleLink__arrow {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 768px) {
  .articleLink__arrow {
    height: 11.5px;
    width: 11px;
  }
}

.articleLink__arrow .svgArrow {
  stroke: #333333;
}

@media screen and (min-width: 769px) {
  .articleLink .generalBorder {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink .generalBorder {
    margin-bottom: 20px;
  }
}

.equipmentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.equipmentList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
}

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

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

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

@media screen and (min-width: 769px) {
  .equipmentList__item {
    font-size: 12px;
    padding: 25px 0;
    width: 224px;
  }
  .equipmentList__item:nth-child(n+4) {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .equipmentList__item {
    font-size: 12px;
    height: 55px;
    width: 147px;
  }
  .equipmentList__item:nth-child(n+3) {
    margin-top: 1px;
  }
}

.equipmentList__item.is-off {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: .2;
}

.informationBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .informationBox {
    bottom: 15px;
    left: 10px;
    position: absolute;
    width: 360px;
    z-index: 1;
  }
}

.informationBox__ttl {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: .7;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .informationBox__ttl {
    font-size: 10px;
    padding: 20px 0;
    width: 60px;
  }
}

@media (max-width: 768px) {
  .informationBox__ttl {
    font-size: 10px;
    padding: 20px 0;
    width: 60px;
  }
}

@media screen and (min-width: 769px) {
  .informationBox__item {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .informationBox__item {
    width: 315px;
  }
}

.informationBox__item .linkBtn {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0;
}

.mainVisual {
  opacity: 0;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  width: 100%;
}

.mainVisual.is-loaded {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .mainVisual.is-loaded .mainVisual__pic {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .mainVisual.is-loaded .mainVisual__pic {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.mainVisual__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mainVisual__inner {
    height: calc(100vh - 31.5px);
  }
}

.mainVisual__pic {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
  transition: transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63), -webkit-transform 5.2s cubic-bezier(0.32, 0.76, 0.51, 0.63);
}

@media (max-width: 768px) {
  .mainVisual__pic {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

.mainVisual__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.mapArea {
  position: relative;
}

@media screen and (min-width: 769px) {
  .mapArea {
    margin: 0 calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) {
  .mapArea .flowIcon {
    height: 115px;
    left: calc(((100vw - 1040px) / 2) - 170px);
    top: -40px;
    width: 359px;
  }
}

@media (max-width: 768px) {
  .mapArea .flowIcon {
    right: 0;
    top: -50px;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__tab {
    width: 320px;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__tab .tabBtnList__item {
    width: 100%;
  }
  .outlineArea__tab .tabBtnList__item + .tabBtnList__item {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .outlineArea__tab .tabBtnList__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .outlineArea__item {
    min-height: 260px;
    width: 680px;
  }
}

@media (max-width: 768px) {
  .outlineArea__item {
    margin-top: 40px;
    min-height: 300px;
  }
}

.outlineItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  .outlineItem {
    opacity: 0;
  }
  .outlineItem .outlineList,
  .outlineItem .equipmentList {
    max-height: 0;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .outlineItem {
    max-height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .outlineItem.is-active {
    opacity: 1;
  }
  .outlineItem.is-active .outlineList,
  .outlineItem.is-active .equipmentList {
    max-height: 950px;
  }
  .outlineItem.is-active .outlineList {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .outlineItem.is-active .equipmentList {
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
}

@media (max-width: 768px) {
  .outlineItem.is-active {
    max-height: 1380px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
}

@media screen and (min-width: 769px) {
  .outlineItem.is-active .toLowBtn {
    right: 0;
    top: -92px;
  }
}

@media (max-width: 768px) {
  .outlineItem.is-active .toLowBtn {
    margin-top: 40px;
  }
}

.outlineList__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .outlineList__item {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .outlineList__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .outlineList__item + .outlineList__item {
    margin-top: 2px;
  }
}

@media (max-width: 768px) {
  .outlineList__item + .outlineList__item {
    margin-top: 1px;
  }
}

.outlineList__item .ttl {
  background-color: rgba(255, 255, 255, 0.08);
  line-height: 1;
}

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

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

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

@media screen and (min-width: 769px) {
  .outlineList__item .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    text-align: center;
    width: 160px;
  }
}

@media (max-width: 768px) {
  .outlineList__item .ttl {
    padding: 10px;
    width: 93px;
  }
}

.outlineList__item .cont {
  background-color: rgba(255, 255, 255, 0.04);
  letter-spacing: .14em;
}

@media screen and (min-width: 769px) {
  .outlineList__item .cont {
    padding: 15px 20px;
    width: 518px;
    line-height: 1.66667;
  }
  .outlineList__item .cont:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .outlineList__item .cont:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .outlineList__item .cont:before, .outlineList__item .cont:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .outlineList__item .cont {
    padding: 10px 15px 10px 10px;
    width: 200px;
    line-height: 1.66667;
  }
  .outlineList__item .cont:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .outlineList__item .cont:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .outlineList__item .cont:before, .outlineList__item .cont:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.pointSlider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointSlider {
    margin: -50px calc((100vw - 1040px) / -2) 0 0;
    overflow: hidden;
    padding-top: 90px;
  }
}

.pointSlider.sai-animate .pointCard__photo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 769px) {
  .pointSlider.sai-animate .pointCard__photo .photo {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

.pointSlider__inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .pointSlider__inner .swiper-button-prev,
  .pointSlider__inner .swiper-button-next {
    background: none;
    height: 100%;
    outline: none;
    top: 0;
    width: 50%;
  }
  .pointSlider__inner .swiper-button-prev {
    cursor: url("../common/imgs/icon-arrow-prev.png"), pointer;
    left: 0;
  }
  .pointSlider__inner .swiper-button-next {
    cursor: url("../common/imgs/icon-arrow-next.png"), pointer;
    right: 0;
  }
}

@media (max-width: 768px) {
  .pointSlider__inner {
    margin-left: -40px;
    width: 375px;
  }
  .pointSlider__inner .swiper-button-prev,
  .pointSlider__inner .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pointSlider .flowIcon {
    height: 150px;
    left: 830px;
    top: 0;
    width: 375px;
  }
}

@media (max-width: 768px) {
  .pointSlider .flowIcon {
    right: -20px;
    top: -60px;
  }
}

.pointCard__photo {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointCard__photo {
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition: -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1), -webkit-clip-path 1.25s cubic-bezier(0, 0.95, 0.29, 1);
  }
}

@media (max-width: 768px) {
  .pointCard__photo {
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition: -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
    transition: clip-path 1s cubic-bezier(0, 0.95, 0.29, 1), -webkit-clip-path 1s cubic-bezier(0, 0.95, 0.29, 1);
  }
}

@media screen and (min-width: 769px) {
  .pointCard__photo .photo {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 1.25s ease;
    transition: -webkit-transform 1.25s ease;
    transition: transform 1.25s ease;
    transition: transform 1.25s ease, -webkit-transform 1.25s ease;
  }
}

.pointCard__lead {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .pointCard__lead {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.55556;
  }
  .pointCard__lead:before {
    content: '';
    margin-top: calc((1 - 1.55556) * .5em);
  }
  .pointCard__lead:after {
    margin-bottom: calc((1 - 1.55556) * .5em);
  }
  .pointCard__lead:before, .pointCard__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .pointCard__lead {
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.52941;
  }
  .pointCard__lead:before {
    content: '';
    margin-top: calc((1 - 1.52941) * .5em);
  }
  .pointCard__lead:after {
    margin-bottom: calc((1 - 1.52941) * .5em);
  }
  .pointCard__lead:before, .pointCard__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.toLowBtn {
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .toLowBtn {
    position: absolute;
    right: 0;
    width: 360px;
  }
}

@media (max-width: 768px) {
  .toLowBtn {
    margin-top: 45px;
  }
  .toLowBtn + .toLowBtn {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--roomplan {
    top: 65px;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--gallery {
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--map {
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .toLowBtn--outline {
    top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .top-point {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .top-point {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .top-recommend {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .top-recommend {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .top-map {
    padding: 130px 0;
  }
}

@media (max-width: 768px) {
  .top-map {
    padding: 100px 0;
  }
}
</pre></body></html>