<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .front-mv {
    position: relative;
    aspect-ratio: 1/1.125;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 80px;
    padding: 4vw 4vw 0;
  }
  .front-mv .mv_sp {
    width: 100%;
    height: 100%;
  }
  .front-mv .mv_sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-mv video {
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .mv-news {
    position: absolute;
    bottom: -40px;
    left: 4vw;
    z-index: 10;
    width: 92vw;
  }
  .mv-news &gt; strong {
    position: absolute;
    top: -30px;
    display: grid;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 110px;
    height: 30px;
    padding: 0 0.5em;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #9A2224;
  }
  .mv-news #mvNews {
    padding: 0 0.75em;
    background-color: #fff;
  }
  .mv-news .slide {
    font-size: 11px;
    line-height: 40px;
  }
  #playMovie {
    position: absolute;
    bottom: 20px;
    right: calc(4vw + 10px);
    z-index: 100;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 0.75em 2em 0.75em calc(2em + 20px);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4em;
    cursor: pointer;
  }
  #playMovie::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 20px;
    display: block;
    width: 10px;
    height: 8px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #fff;
  }
  #movieSound {
    position: absolute;
    top: calc(4vw + 20px);
    right: calc(4vw + 20px);
    padding-left: 32px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    color: #fff;
    background-image: url(../images/common/ico-sound.svg);
    background-repeat: no-repeat;
    background-size: 25px 15px;
    background-position: left center;
  }
  #movieSound b {
    opacity: 0.5;
    cursor: pointer;
  }
  #movieSound b::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -3px;
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #movieSound b.active::before {
    display: none;
  }
  #movieSound b.active {
    opacity: 1;
  }
  #movieModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 4vw;
    background-color: #000;
  }
  #movieModal video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1000px;
    max-width: calc(100% - 8vw);
  }
  #movieModal .close {
    position: absolute;
    top: 4vw;
    right: 4vw;
    z-index: 100;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  #movieModal .close::before, #movieModal .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #movieModal .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #movieModal .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #mv-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #mv-slider .slick-list,
  #mv-slider .slick-track {
    height: 100%;
  }
  #mv-slider .slide {
    width: 100%;
    height: 100%;
  }
  #mv-slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #frontMvDots {
    position: absolute;
    bottom: 10px;
    right: 8vw;
    z-index: 10;
  }
  #frontMvDots .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 10px;
  }
  #frontMvDots .slick-dots li {
    margin: 0 7px;
    line-height: 0;
  }
  #frontMvDots .slick-dots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 6px;
    height: 7px;
    padding-top: 7px;
    font-size: 0;
    line-height: 0;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 50%;
  }
  #frontMvDots .slick-dots li.slick-active button {
    width: 10px;
    height: 9px;
    padding-top: 9px;
    background-color: #fff;
  }
  .front-hotel-name {
    display: none;
  }
  .front-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .front-section-title b,
  .front-section-title small {
    display: block;
  }
  .front-section-title b {
    position: relative;
    margin-bottom: 0.125em;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(35px, 9.3vw, 40px);
    font-weight: 400;
    line-height: 1.125em;
    letter-spacing: 0.05em;
    text-shadow: 0 -0.4em 0 rgba(51, 51, 51, 0.05);
  }
  .front-section-title small {
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .btn-round a,
  .btn-round-wide a {
    position: relative;
    z-index: 1;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.25em;
    font-family: "Karla", "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.4vw, 16px);
    font-weight: bold;
    line-height: 2.25em;
    color: #53524F;
  }
  .btn-round a::before, .btn-round a::after,
  .btn-round-wide a::before,
  .btn-round-wide a::after {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-round.pdf a::before {
    background-image: url(../images/common/ico-pdf.svg);
    background-size: 1.5em;
  }
  .btn-round.contact a::before {
    background-image: url(../images/common/ico-contact.svg);
    background-size: 1.5em;
  }
  .btn-round a {
    height: 50px;
    padding: 0 0 0 60px;
    line-height: 50px;
  }
  .btn-round a::before {
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-image: url(../images/common/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center center;
  }
  .btn-round a::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: #53524F;
    border-radius: 3em;
  }
  .btn-round-wide a {
    z-index: 1;
    min-width: 225px;
    height: 50px;
    margin: 40px auto 0;
    padding: 0 2em;
    font-size: clamp(13px, 3.46vw, 15px);
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 3em;
  }
  .btn-round-wide a::before {
    top: 50%;
    right: 15px;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-right: 2px solid #53524F;
    border-bottom: 2px solid #53524F;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
  .btn-round-wide a::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #53524F;
    border-radius: 3em;
  }
  .front-main {
    color: #333;
    padding-top: 100px;
  }
  .front-main .section-experiences {
    margin-bottom: 70px;
    padding: 0;
  }
  .front-main .section-experiences .front-section-title {
    color: #fff;
  }
  .front-main .section-experiences .front-section-title b {
    text-shadow: 0 -0.4em 0 rgba(255, 255, 255, 0.2);
  }
  .front-main .section-experiences .inner {
    position: relative;
    z-index: 1;
    padding: 50px 0 50px 6vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .front-main .section-experiences #sightseeingDots {
    height: 12px;
    margin-top: 30px;
  }
  .front-main .section-experiences #sightseeingDots ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .front-main .section-experiences #sightseeingDots li {
    margin: 0 7px;
  }
  .front-main .section-experiences #sightseeingDots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 80%;
    cursor: pointer;
  }
  .front-main .section-experiences #sightseeingDots li.slick-active button {
    width: 12px;
    height: 12px;
    padding-top: 12px;
    background-color: #fff;
  }
  .front-main .section-experiences .btn-round-wide a {
    margin-top: 30px;
  }
  .front-main .sightseeing-posts .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front-main .sightseeing-posts .slick-slide {
    height: auto !important;
  }
  .front-main .sightseeing-posts .card {
    display: block;
    width: 315px;
    height: 100%;
    margin: 0 8px;
    border: 1px solid #cccccc;
  }
  .front-topics {
    margin-top: 70px;
    padding: 0 4vw 70px;
  }
  .front-topics .front-section-title {
    text-align: left;
  }
  .front-topics .tab-wrapper,
  .front-topics .inner {
    position: relative;
    margin: 0 auto;
  }
  .front-topics #topicsTab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 35px;
    overflow-x: auto;
  }
  .front-topics #topicsTab li {
    min-width: 100px;
    padding: 1em 2em;
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1em;
    text-align: center;
    border-radius: 2em;
    cursor: pointer;
  }
  .front-topics #topicsTab li.active {
    background-color: #a790c4;
    color: #fff;
  }
  .front-topics .topics-slider {
    display: none;
  }
  .front-topics .topics-slider.active {
    display: block;
  }
  .front-topics .topics-slider .card {
    width: 225px;
    margin-right: 15px;
  }
  .front-topics .topics-slider .card a {
    display: block;
  }
  .front-topics .topics-slider .card a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-topics .topics-slider .card .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .front-topics .topics-slider .card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-topics .topics-slider .card .cat {
    list-style: none;
    margin-bottom: 0.25em;
    font-size: clamp(11px, 2.9vw, 13px);
    font-weight: 700;
    color: #a790c4;
  }
  .front-topics .topics-slider .card .text strong {
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 400;
  }
  .front-topics #topicsDots {
    margin-top: 20px;
  }
  .front-topics #topicsDots ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .front-topics #topicsDots li {
    margin: 0 10px;
  }
  .front-topics #topicsDots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-color: rgba(167, 144, 196, 0.2);
    overflow: hidden;
    border-radius: 80%;
    cursor: pointer;
  }
  .front-topics #topicsDots li.slick-active button {
    width: 12px;
    height: 12px;
    padding-top: 12px;
    background-color: #a790c4;
  }
  .front-topics #topicsArrow {
    display: none;
  }
  .front-topics .btn-round {
    display: none;
    margin-top: 40px;
  }
  .front-topics .btn-round a {
    margin: 0 auto;
  }
  .front-special {
    margin: 0 auto 80px;
    padding: 50px 4vw;
    background-color: #F4EFF6;
  }
  .front-special .front-section-title {
    text-align: left;
  }
  .front-special .inner {
    position: relative;
    margin: 0 auto;
  }
  .front-special #specialSlider {
    position: relative;
  }
  .front-special #specialSlider .card {
    width: 225px;
    margin-right: 15px;
  }
  .front-special #specialSlider .card a {
    display: block;
  }
  .front-special #specialSlider .card a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-special #specialSlider .card .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .front-special #specialSlider .card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-special #specialSlider .card .cat {
    list-style: none;
    margin-bottom: 0.25em;
    font-size: clamp(11px, 2.9vw, 13px);
    font-weight: 700;
    color: #a790c4;
  }
  .front-special #specialSlider .card .text strong {
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 400;
  }
  .front-special #specialDots {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .front-special #specialDots ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .front-special #specialDots li {
    margin: 0 10px;
  }
  .front-special #specialDots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-color: rgba(167, 144, 196, 0.2);
    overflow: hidden;
    border-radius: 80%;
    cursor: pointer;
  }
  .front-special #specialDots li.slick-active button {
    width: 12px;
    height: 12px;
    padding-top: 12px;
    background-color: #a790c4;
  }
  .front-special #specialArrow {
    display: none;
  }
  .front-special .btn-round a {
    margin: 0 auto;
  }
  .front-activities {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
  }
  .front-activities::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .front-activities .inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 4vw calc(clamp(30px, 8vw, 70px) + 60px);
    color: #fff;
    text-align: center;
  }
  .front-activities .front-section-title {
    color: #fff;
  }
  .front-activities .front-section-title b {
    text-shadow: 0 -0.4em 0 rgba(255, 255, 255, 0.2);
  }
  .front-activities .subtitle {
    margin-bottom: 1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 500;
    line-height: 1.5em;
  }
  .front-activities .text {
    text-align: left;
  }
  .front-activities .text p {
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 2em;
  }
  .front-activities .img {
    position: absolute;
    bottom: calc(clamp(24px, 6.4vw, 40px) * -1);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 800px;
    max-width: 100%;
    height: auto;
    padding: 0 4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .front-activities .img img {
    width: 33%;
    aspect-ratio: 26/15;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-spend {
    padding: 40px 0 0;
  }
  .front-spend .inner {
    position: relative;
    width: 96vw;
    margin: 0 0 40px;
    padding: 30px 30px 30px 0;
    background-color: #F4EFF6;
    border-radius: 0 15px 15px 0;
  }
  .front-spend .inner:last-child {
    margin-bottom: 0;
  }
  .front-spend .inner .left {
    position: relative;
    width: 800px;
    max-width: 100%;
    aspect-ratio: 22/13;
    margin-bottom: 10px;
  }
  .front-spend .inner .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .front-spend .inner .left .sp-pagination {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    text-align: right;
  }
  .front-spend .inner .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  .front-spend .inner .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background-color: #a790c4;
    border: 1px solid #fff;
  }
  .front-spend .inner.rev {
    margin: 0 0 40px auto;
    padding: 30px 0 30px 30px;
    border-radius: 15px 0 0 15px;
  }
  .front-spend .inner.rev .left .sp-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .front-spend .inner.rev .text {
    padding: 30px 4vw 0 0;
  }
  .front-spend .inner .text {
    padding: 30px 0 0 4vw;
    color: #333;
  }
  .front-spend .inner .text .front-section-title {
    margin-bottom: 30px;
    text-align: left;
  }
  .front-spend .inner .text .front-section-title b {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.125em;
  }
  .front-spend .inner .text h4 {
    margin-bottom: 1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(15px, 4em, 18px);
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .front-spend .inner .text p {
    margin-bottom: 0.5em;
    font-size: clamp(14px, 3.73vw, 15px);
  }
  .front-spend .inner .text p:last-child {
    margin-bottom: 0;
  }
  .front-spend .inner .text .btn-area {
    margin-top: 30px;
  }
  .front-spend .inner .text .btn-area .btn-round:not(:first-child) {
    margin-top: 20px;
  }
  .front-gallery {
    margin-top: 70px;
    padding: 50px 0 60px;
    background-color: #F4EFF6;
  }
  .front-gallery .front-section-title {
    margin-bottom: 30px;
  }
  .front-gallery .front-section-title b {
    margin-bottom: 0.25em;
  }
  .front-gallery .btn-round-wide a {
    color: #fff;
    background-color: #53524F;
  }
  .front-gallery .btn-round-wide a::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .front-gallery .btn-round-wide a::after {
    background-color: #fff;
  }
  #galleryTop {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    pointer-events: none;
  }
  #galleryTop .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  #galleryTop .swiper-slide {
    width: 160px;
  }
  #galleryTop .swiper-slide a {
    display: block;
    background-color: #fff;
    color: #010037;
  }
  #galleryTop .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-access {
    width: 800px;
    max-width: 100%;
    padding: 60px 4vw 0;
    margin: 0 auto;
  }
  .front-access .section-title {
    margin-bottom: 60px;
  }
  .front-access .inner .gmap-wrapper {
    width: 100%;
    aspect-ratio: 7/6;
    overflow: hidden;
  }
  .front-access .inner .gmap {
    width: 100%;
    margin-bottom: 20px;
  }
  .front-access .inner .gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 7/6;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .front-access .inner .text {
    padding: 0;
  }
  .front-access .inner .text address {
    font-style: normal;
    font-weight: 300;
  }
  .front-access .inner .text address p {
    font-size: clamp(13px, 3.46vw, 15px);
    margin-bottom: 0.75em;
    text-align: center;
  }
  .front-access .inner .text address a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #a790c4;
    line-height: 1.5em;
    border-bottom: 1px solid #a790c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-access .inner .text address a:hover {
    opacity: 0.8;
  }
  .front-access .inner .text address a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 2px 1em;
    border-right: 1px solid #a790c4;
    border-bottom: 1px solid #a790c4;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .front-access .inner .text .btn-round a {
    margin: 40px auto 0;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .front-mv {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin-bottom: 80px;
    padding: 0 80px;
  }
  .front-mv video {
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .mv-news {
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 1000px;
    max-width: 50%;
    overflow: hidden;
  }
  .mv-news &gt; strong {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1em 2em;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #9A2224;
  }
  .mv-news #mvNews {
    padding: 0.75em;
    background-color: #fff;
    border-radius: 0 10px 0 0;
  }
  .mv-news #mvNews a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mv-news #mvNews a:hover {
    opacity: 0.7;
  }
  .mv-news .swiper-wrapper {
    font-size: 14px;
  }
  #playMovie {
    position: absolute;
    bottom: 40px;
    right: 96px;
    z-index: 100;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 0.75em 2em 0.75em calc(2em + 20px);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4em;
    cursor: pointer;
  }
  #playMovie::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 20px;
    display: block;
    width: 10px;
    height: 8px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #fff;
  }
  #movieSound {
    position: absolute;
    top: 155px;
    right: 105px;
    padding-left: 45px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-image: url(../images/common/ico-sound.svg);
    background-repeat: no-repeat;
    background-size: 33px 20px;
    background-position: left center;
  }
  #movieSound::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -3px;
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #movieSound.active::before {
    display: none;
  }
  #movieSound b {
    opacity: 0.5;
    cursor: pointer;
  }
  #movieSound b.active {
    opacity: 1;
  }
  #movieModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #000;
  }
  #movieModal video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1280px;
    max-width: calc(100% - 60px);
  }
  #movieModal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  #movieModal .close::before, #movieModal .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #movieModal .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #movieModal .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #mv-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #mv-slider .slick-list,
  #mv-slider .slick-track {
    height: 100%;
  }
  #mv-slider .slide {
    width: 100%;
    height: 100%;
  }
  #mv-slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #frontMvDots {
    position: absolute;
    bottom: 24px;
    right: 100px;
    z-index: 10;
  }
  #frontMvDots .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 18px;
  }
  #frontMvDots .slick-dots li {
    margin: 0 10px;
    line-height: 0;
  }
  #frontMvDots .slick-dots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 11px;
    padding-top: 11px;
    font-size: 0;
    line-height: 0;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
  }
  #frontMvDots .slick-dots li.slick-active button {
    width: 18px;
    height: 17px;
    padding-top: 17px;
    background-color: #fff;
  }
  .front-hotel-name {
    width: 1700px;
    max-width: calc(100vw - 160px);
    margin: 0 auto 80px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(36px, 3.3vw, 48px);
    font-weight: 400;
  }
  .front-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .front-section-title b,
  .front-section-title small {
    display: block;
  }
  .front-section-title b {
    position: relative;
    margin-bottom: 0.6em;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(40px, 3.6vw, 60px);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-shadow: 0 -0.6em 0 rgba(51, 51, 51, 0.05);
  }
  .front-section-title small {
    font-size: clamp(14px, 1.27vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .btn-round a,
  .btn-round-wide a {
    position: relative;
    z-index: 1;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.25em;
    font-family: "Karla", "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: bold;
    line-height: 2.25em;
    color: #53524F;
  }
  .btn-round a::before, .btn-round a::after,
  .btn-round-wide a::before,
  .btn-round-wide a::after {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-round a:hover,
  .btn-round-wide a:hover {
    color: #fff;
  }
  .btn-round a:hover::after,
  .btn-round-wide a:hover::after {
    width: 100%;
  }
  .btn-round.pdf a::before {
    background-image: url(../images/common/ico-pdf.svg);
  }
  .btn-round.contact a::before {
    background-image: url(../images/common/ico-contact.svg);
  }
  .btn-round a {
    padding: 0 1.5em 0 2.65em;
  }
  .btn-round a::before {
    top: 0;
    left: 0;
    z-index: 2;
    width: 2.25em;
    height: 2.25em;
    background-image: url(../images/common/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center center;
  }
  .btn-round a::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 2.25em;
    height: 2.25em;
    background-color: #53524F;
    border-radius: 3em;
  }
  .btn-round-wide a {
    z-index: 1;
    min-width: 450px;
    height: 3em;
    margin: 40px auto 0;
    padding: 0 2em;
    font-weight: 500;
    line-height: 3em;
    text-align: center;
    background-color: #fff;
    border-radius: 3em;
  }
  .btn-round-wide a::before {
    top: 50%;
    right: 25px;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-right: 2px solid #53524F;
    border-bottom: 2px solid #53524F;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
  .btn-round-wide a::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #53524F;
    border-radius: 3em;
  }
  .btn-round-wide a:hover::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .front-main {
    color: #333;
  }
  .front-main .section-experiences {
    margin-top: 160px;
    margin-bottom: 0;
    padding: 0 clamp(50px, 4.5vw, 80px);
  }
  .front-main .section-experiences .front-section-title {
    color: #fff;
  }
  .front-main .section-experiences .front-section-title b {
    text-shadow: 0 -0.6em 0 rgba(255, 255, 255, 0.2);
  }
  .front-main .section-experiences .inner {
    position: relative;
    z-index: 1;
    padding: 160px clamp(50px, 4.5vw, 80px);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .front-main .section-experiences .inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .front-main .sightseeing-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 26px), 1fr));
    gap: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1600px;
    max-width: 100%;
  }
  .front-main .sightseeing-posts .card {
    padding: 0;
  }
  .front-main .sightseeing-posts .card:hover {
    opacity: 0.9;
  }
  .front-main .sightseeing-posts .card .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 19/13;
  }
  .front-main .sightseeing-posts .card h3,
  .front-main .sightseeing-posts .card p {
    padding: 0 1em;
  }
  .front-main .sightseeing-posts .card h3 {
    font-size: clamp(14px, 1.27vw, 16px);
  }
  .front-main .sightseeing-posts .card p {
    font-size: clamp(12px, 1.09vw, 14px);
  }
  .front-main .sightseeing-posts .card .veltra-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin: auto 1em 0;
    padding: 12px 0 15px;
    border-top: 1px solid #9AABB9;
  }
  .front-main .sightseeing-posts .card .veltra-logo span {
    font-size: 10px;
    line-height: 1.5em;
  }
  .front-main .sightseeing-posts .card .veltra-logo img {
    margin: 0;
  }
  .front-topics {
    margin-bottom: 120px;
    padding: 0 80px;
  }
  .front-topics .front-section-title {
    text-align: left;
  }
  .front-topics .tab-wrapper,
  .front-topics .inner {
    position: relative;
    width: 1600px;
    max-width: calc(100vw - 160px);
    margin: 0 auto;
  }
  .front-topics .tab-wrapper {
    position: relative;
  }
  .front-topics .tab-wrapper .btn-round {
    display: none;
    position: absolute;
    bottom: 35px;
    right: 0;
  }
  .front-topics #topicsTab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .front-topics #topicsTab li {
    min-width: 200px;
    padding: 0.5em 2em;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    border-radius: 2em;
    cursor: pointer;
  }
  .front-topics #topicsTab li.active {
    background-color: #a790c4;
    color: #fff;
  }
  .front-topics .topics-slider {
    display: none;
  }
  .front-topics .topics-slider.active {
    display: block;
  }
  .front-topics .topics-slider .card {
    width: 300px;
    margin-right: 24px;
  }
  .front-topics .topics-slider .card a {
    display: block;
  }
  .front-topics .topics-slider .card a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-topics .topics-slider .card .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .front-topics .topics-slider .card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-topics .topics-slider .card .cat {
    list-style: none;
    margin-bottom: 0.25em;
    font-size: 18px;
    font-weight: 700;
    color: #a790c4;
  }
  .front-topics .topics-slider .card .text strong {
    font-size: 18px;
    font-weight: 400;
  }
  .front-topics #topicsDots {
    margin-top: 40px;
  }
  .front-topics #topicsDots ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .front-topics #topicsDots li {
    margin: 0 10px;
  }
  .front-topics #topicsDots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-color: rgba(167, 144, 196, 0.2);
    overflow: hidden;
    border-radius: 80%;
    cursor: pointer;
  }
  .front-topics #topicsDots li.slick-active button {
    width: 15px;
    height: 15px;
    padding-top: 15px;
    background-color: #a790c4;
  }
  .front-topics #topicsArrow {
    position: absolute;
    left: 50%;
    top: 80px;
    width: calc(100% + 40px);
    max-width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .front-topics #topicsArrow .slick-prev {
    left: 0;
  }
  .front-topics #topicsArrow .slick-next {
    right: 0;
  }
  .front-topics #topicsArrow .slick-prev,
  .front-topics #topicsArrow .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
  }
  .front-topics #topicsArrow .slick-prev::after,
  .front-topics #topicsArrow .slick-next::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .front-topics #topicsArrow .slick-prev.slick-prev::after,
  .front-topics #topicsArrow .slick-next.slick-prev::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    left: calc(50% - 3px);
  }
  .front-topics #topicsArrow .slick-prev.slick-next::after,
  .front-topics #topicsArrow .slick-next.slick-next::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: calc(50% - 5px);
  }
  .front-special {
    margin: 0 auto 140px;
    padding: 100px 0;
    background-color: #F4EFF6;
  }
  .front-special .front-section-title {
    text-align: left;
  }
  .front-special .inner {
    position: relative;
    width: 1600px;
    max-width: calc(100vw - 160px);
    margin: 0 auto;
  }
  .front-special #specialSlider {
    position: relative;
  }
  .front-special #specialSlider .card {
    width: 500px;
    margin-right: 50px;
  }
  .front-special #specialSlider .card a {
    display: block;
  }
  .front-special #specialSlider .card a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-special #specialSlider .card .img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .front-special #specialSlider .card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-special #specialSlider .card .cat {
    list-style: none;
    margin-bottom: 0.25em;
    font-size: 18px;
    font-weight: 700;
    color: #a790c4;
  }
  .front-special #specialSlider .card .text strong {
    font-size: 18px;
    font-weight: 400;
  }
  .front-special #specialDots {
    margin-top: 40px;
  }
  .front-special #specialDots ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .front-special #specialDots li {
    margin: 0 10px;
  }
  .front-special #specialDots li button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-color: rgba(167, 144, 196, 0.2);
    overflow: hidden;
    border-radius: 80%;
    cursor: pointer;
  }
  .front-special #specialDots li.slick-active button {
    width: 15px;
    height: 15px;
    padding-top: 15px;
    background-color: #a790c4;
  }
  .front-special #specialArrow {
    position: absolute;
    left: 50%;
    top: 270px;
    width: calc(100% + 40px);
    max-width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .front-special #specialArrow .slick-prev {
    left: 0;
  }
  .front-special #specialArrow .slick-next {
    right: 0;
  }
  .front-special #specialArrow .slick-prev,
  .front-special #specialArrow .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
  }
  .front-special #specialArrow .slick-prev::after,
  .front-special #specialArrow .slick-next::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .front-special #specialArrow .slick-prev.slick-prev::after,
  .front-special #specialArrow .slick-next.slick-prev::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    left: calc(50% - 3px);
  }
  .front-special #specialArrow .slick-prev.slick-next::after,
  .front-special #specialArrow .slick-next.slick-next::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: calc(50% - 5px);
  }
  .front-special .btn-round {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .front-activities {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: clamp(100px, 8vw, 120px);
  }
  .front-activities::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .front-activities .inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 160px 0 clamp(110px, 10vw, 200px);
    color: #fff;
    text-align: center;
  }
  .front-activities .front-section-title {
    color: #fff;
  }
  .front-activities .front-section-title b {
    text-shadow: 0 -0.6em 0 rgba(255, 255, 255, 0.2);
  }
  .front-activities .subtitle {
    margin-bottom: 1.25em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 500;
  }
  .front-activities .text p {
    font-size: clamp(15px, 1.36vw, 18px);
    line-height: 2em;
  }
  .front-activities .img {
    position: absolute;
    bottom: calc(clamp(100px, 8vw, 120px) * -1);
    left: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 20px), 1fr));
    gap: 20px;
    width: 1600px;
    max-width: 100%;
    padding: 0 160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .front-activities .img img {
    width: 100%;
    aspect-ratio: 26/15;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-spend {
    padding: 120px 0 0;
  }
  .front-spend .inner {
    position: relative;
    margin: 0 auto 120px;
  }
  .front-spend .inner:last-child {
    margin-bottom: 0;
  }
  .front-spend .inner .left {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1000px;
    max-width: 50%;
    height: 530px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .front-spend .inner .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 5px;
  }
  .front-spend .inner .left .sp-pagination {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    text-align: right;
  }
  .front-spend .inner .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  .front-spend .inner .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #a790c4;
    border: 1px solid #fff;
  }
  .front-spend .inner.rev .left {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .front-spend .inner.rev .left .sp-pagination {
    text-align: right;
  }
  .front-spend .inner.rev .text {
    right: 0;
    left: auto;
    margin-left: 160px;
    padding: 100px calc(50% + 60px) 100px 60px;
    border-radius: 30px 0 0 30px;
  }
  .front-spend .inner.rev .text.only {
    padding-left: 60px;
    padding-right: clamp(60px, 50% - 1000px, 50%);
  }
  .front-spend .inner .text {
    width: calc(100vw - 160px);
    min-height: 530px;
    padding: 100px 60px 100px calc(50% + 60px);
    color: #333;
    background-color: #F4EFF6;
    border-radius: 0 30px 30px 0;
  }
  .front-spend .inner .text.only {
    padding-left: clamp(60px, 50% - 1000px, 50%);
  }
  .front-spend .inner .text .front-section-title {
    font-size: clamp(32px, 2.9vw, 54px);
    text-align: left;
  }
  .front-spend .inner .text .front-section-title b {
    margin-bottom: 10px;
    line-height: 1.125em;
  }
  .front-spend .inner .text h4 {
    margin-bottom: 1em;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .front-spend .inner .text p {
    margin-bottom: 0.5em;
    font-weight: 300;
  }
  .front-spend .inner .text p:last-child {
    margin-bottom: 0;
  }
  .front-spend .inner .text .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .front-spend .inner .text .btn-area .btn-round:not(:last-child) {
    margin-right: 30px;
  }
  .front-gallery {
    margin-top: 140px;
    padding: 150px 0 100px;
    background-color: #F4EFF6;
  }
  .front-gallery .section-title {
    margin-bottom: 55px;
  }
  .front-gallery .btn-round-wide a {
    color: #fff;
    background-color: #53524F;
  }
  .front-gallery .btn-round-wide a::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .front-gallery .btn-round-wide a::after {
    background-color: #fff;
  }
  .front-gallery .btn-round-wide a:hover:hover {
    color: #9AABB9;
  }
  .front-gallery .btn-round-wide a:hover:hover::before {
    border-right: 2px solid #9AABB9;
    border-bottom: 2px solid #9AABB9;
  }
  #galleryTop {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0;
    pointer-events: none;
  }
  #galleryTop .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  #galleryTop .swiper-slide a {
    display: block;
    background-color: #fff;
    color: #010037;
  }
  #galleryTop .swiper-slide img {
    width: 285px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-access {
    width: 1700px;
    max-width: 100%;
    padding: 150px 50px 0;
    margin: 0 auto;
  }
  .front-access .section-title {
    margin-bottom: 60px;
  }
  .front-access .inner .gmap-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .front-access .inner .gmap {
    width: 100%;
    margin-bottom: 20px;
  }
  .front-access .inner .gmap iframe {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .front-access .inner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 20px 20px 0;
  }
  .front-access .inner .text address {
    font-style: normal;
    font-weight: 300;
  }
  .front-access .inner .text address p {
    font-size: 16px;
    margin-bottom: 0.75em;
    text-align: center;
  }
  .front-access .inner .text address a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #a790c4;
    line-height: 1.5em;
    border-bottom: 1px solid #a790c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-access .inner .text address a:hover {
    opacity: 0.8;
  }
  .front-access .inner .text address a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 2px 1em;
    border-right: 1px solid #a790c4;
    border-bottom: 1px solid #a790c4;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .front-access .inner .text .btn-round a {
    margin: 40px auto 0;
  }
}</pre></body></html>