<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
/* fixedhd
---------------------------------------------------------------------------*/
.fixedhd-sightseeing span.ja,
.fixedhd-sightseeing span.en {
  color: #FFE92F !important; }

.pg-col3 &gt; * {
  margin-bottom: 0; }
  .pg-col3 &gt; *:nth-of-type(n + 4) {
    margin-top: 64px; }
    @media screen and (max-width: 1300px) {
      .pg-col3 &gt; *:nth-of-type(n + 4) {
        margin-top: 4.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .pg-col3 &gt; *:nth-of-type(n + 4) {
        margin-top: 10.6666666667vw; } }
  @media screen and (max-width: 480px) {
    .pg-col3 &gt; *:nth-of-type(n + 2) {
      margin-top: 10.6666666667vw; } }

@media screen and (max-width: 480px) {
  .tx-enttl.big span {
    display: block;
    margin-left: 0; } }
.sigh-enttl {
  margin-bottom: 64px; }
  @media screen and (max-width: 1300px) {
    .sigh-enttl {
      margin-bottom: 4.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .sigh-enttl {
      margin-bottom: 8.5333333333vw; } }
.sigh-bg {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1300px) {
    .sigh-bg {
      padding-top: 9.2307692308vw;
      padding-bottom: 9.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .sigh-bg {
      padding-top: 16vw;
      padding-bottom: 16vw; } }
  .sigh-bg .pg-imgtx {
    margin-bottom: 0; }
  .sigh-bg::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../img/facilities/fac-bg.jpg);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 2000px;
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 1300px) {
      .sigh-bg::before {
        width: 153.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .sigh-bg::before {
        width: 110vw;
        height: 110vw; } }
  .sigh-bg .anchor-sub {
    margin-top: 50px; }
    @media screen and (max-width: 1300px) {
      .sigh-bg .anchor-sub {
        margin-top: 3.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .sigh-bg .anchor-sub {
        margin-top: 10.6666666667vw; } }
.sigh-nobg {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1300px) {
    .sigh-nobg {
      padding-top: 9.2307692308vw;
      padding-bottom: 9.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .sigh-nobg {
      padding-top: 0;
      padding-bottom: 16vw; } }
  .sigh-nobg .pg-imgtx {
    margin-bottom: 0; }
.sigh-time {
  position: relative;
  border-bottom: 1px dashed #c3e8ee;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ffffff;
  padding-left: 44px;
  margin-top: 10px; }
  @media screen and (max-width: 1300px) {
    .sigh-time {
      padding-top: 0.7692307692vw;
      padding-bottom: 0.7692307692vw;
      padding-left: 3.3846153846vw;
      margin-top: 0.7692307692vw; } }
  @media screen and (max-width: 480px) {
    .sigh-time {
      padding-top: 2.6666666667vw;
      padding-bottom: 2.6666666667vw;
      padding-left: 11.7333333333vw;
      margin-top: 2.6666666667vw; } }
  .sigh-time::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1300px) {
      .sigh-time::before {
        width: 2.6923076923vw;
        height: 2.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .sigh-time::before {
        width: 9.3333333333vw;
        height: 9.3333333333vw; } }
  .sigh-time.car::before {
    background-image: url(../img/sightseeing/icn-car.png); }
  .sigh-time.walk::before {
    background-image: url(../img/sightseeing/icn-walk.png); }
  .sigh-time.none {
    padding-left: 0; }
.sigh-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff; }
  @media screen and (max-width: 480px) {
    .sigh-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .sigh-btns li + li {
        margin-top: 4vw; } }
  .sigh-btns a {
    position: relative;
    padding-right: 83px; }
    @media screen and (max-width: 1300px) {
      .sigh-btns a {
        padding-right: 6.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .sigh-btns a {
        padding-right: 21.3333333333vw; } }
    .sigh-btns a::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 58px;
      height: 40px;
      background-image: url(../img/sightseeing/arw.png);
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      @media screen and (max-width: 1300px) {
        .sigh-btns a::after {
          width: 4.4615384615vw;
          height: 5.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .sigh-btns a::after {
          width: 15.4666666667vw;
          height: 10.6666666667vw; } }
    @media screen and (min-width: 481px) {
      .sigh-btns a:hover {
        opacity: 1; }
        .sigh-btns a:hover::after {
          right: -6px; } }

.map.sigh-bg::before {
  background-image: url(../img/sightseeing/map-bg.png); }
.map iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: none; }
  @media screen and (max-width: 1300px) {
    .map iframe {
      height: 36.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .map iframe {
      height: 120vw; } }
.map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px; }
  @media screen and (max-width: 1300px) {
    .map-btn {
      margin-top: 6.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .map-btn {
      margin-top: 10.6666666667vw; } }

.yunoko.sigh-bg::before {
  background-image: url(../img/sightseeing/bluebg.jpg);
  top: -70px;
  height: calc(100% + 70px);
  z-index: -2; }
  @media screen and (max-width: 1300px) {
    .yunoko.sigh-bg::before {
      top: -5.3846153846vw;
      height: calc(100% + 5.38vw); } }
  @media screen and (max-width: 480px) {
    .yunoko.sigh-bg::before {
      top: 0;
      height: 100%; } }
.yunoko-desc {
  letter-spacing: 0; }

.activity.sigh-bg::before,
.shiranui.sigh-bg::before {
  background-image: url(../img/sightseeing/bluebg.jpg);
  z-index: -2; }
  @media screen and (max-width: 480px) {
    .activity.sigh-bg::before,
    .shiranui.sigh-bg::before {
      top: 0;
      height: 100%; } }

.best.sigh-bg::before {
  background-image: url(../img/sightseeing/best-bg.jpg); }
.best-bd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .best-bd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .best-bd &gt; * {
    position: relative;
    flex-grow: 1; }
  .best-bd-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px; }
    @media screen and (max-width: 1300px) {
      .best-bd-tx {
        padding: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .best-bd-tx {
        padding: 5.3333333333vw; } }
    .best-bd-tx-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .best-bd-tx-bg img {
          width: 100%;
          height: 58vw;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; } }
    .best-bd-tx-main {
      position: relative;
      z-index: 10; }
.best-bottom-desc {
  margin-top: 50px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    .best-bottom-desc {
      margin-top: 3.8461538462vw;
      margin-bottom: 5.3333333333vw; } }
  @media screen and (max-width: 480px) {
    .best-bottom-desc {
      margin-top: 10.6666666667vw;
      margin-bottom: 5.3333333333vw; } }

.pick.sigh-bg::before {
  background-image: url(../img/sightseeing/pick-bg.jpg); }
  @media screen and (max-width: 480px) {
    .pick.sigh-bg::before {
      height: 100%; } }
.pick .imgright .tx-ttl {
  margin-right: -3em; }
  @media screen and (max-width: 480px) {
    .pick .imgright .tx-ttl {
      margin-right: 0;
      text-align: center;
      font-size: 14.8vw; } }
.pick .imgleft .tx-ttl {
  margin-left: -1.5em;
  margin-right: -2em; }
  @media screen and (max-width: 480px) {
    .pick .imgleft .tx-ttl {
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      font-size: 14.8vw; } }
.pick .img1000 {
  position: relative; }
.pick .abs {
  position: absolute;
  right: 0;
  top: -210px;
  width: 100%; }
  @media screen and (max-width: 1300px) {
    .pick .abs {
      top: -16.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .pick .abs {
      position: relative;
      right: auto;
      top: auto;
      margin-left: -5.3333333333vw; } }
@media screen and (max-width: 480px) {
  .pick .imgright .abs {
    right: -5.3333333333vw; }
  .pick .imgleft .abs {
    left: -5.3333333333vw; } }
@media screen and (max-width: 480px) {
  .pick-firstcatch {
    text-align: center; } }
.pick-catch {
  margin-top: 46px;
  margin-bottom: 34px; }
  @media screen and (max-width: 1300px) {
    .pick-catch {
      margin-top: 3.5384615385vw;
      margin-bottom: 2.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .pick-catch {
      font-size: 7vw !important;
      margin-top: 8vw;
      margin-bottom: 6.6666666667vw; } }
@media screen and (max-width: 480px) {
  .pick-lead {
    line-height: 1.6; } }
.pick .pg-imgtx-img {
  position: relative; }
  @media screen and (max-width: 480px) {
    .pick .pg-imgtx-img img {
      margin: 8vw 0; } }
.pick .sigh-btns {
  position: absolute;
  top: 594px;
  width: 538px; }
  @media screen and (max-width: 1300px) {
    .pick .sigh-btns {
      top: 45.6923076923vw;
      width: 41.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .pick .sigh-btns {
      position: relative;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      margin-top: 8vw;
      width: 100%; } }
.pick .imgright .sigh-btns {
  left: 0; }
.pick .imgleft .sigh-btns {
  right: 0; }
.pick .pg-wrap-min + .pg-wrap-min {
  margin-top: 320px; }
  @media screen and (max-width: 1300px) {
    .pick .pg-wrap-min + .pg-wrap-min {
      margin-top: 24.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .pick .pg-wrap-min + .pg-wrap-min {
      margin-top: 16vw; } }
.pick-sub {
  padding: 50px 0 120px; }
  @media screen and (max-width: 1300px) {
    .pick-sub {
      padding: 3.8461538462vw 0 9.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .pick-sub {
      padding: 6.6666666667vw 0 16vw; } }
  .pick-sub.nopt {
    padding-top: 0; }

@media screen and (max-width: 480px) {
  .spot.sigh-nobg {
    padding-top: 16vw; } }
.spot-name {
  margin-bottom: 20px; }
  @media screen and (max-width: 1300px) {
    .spot-name {
      margin-bottom: 1.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .spot-name {
      margin-bottom: 2.6666666667vw; } }
.spot-area {
  margin-top: -26px;
  margin-bottom: 26px; }
  @media screen and (max-width: 1300px) {
    .spot-area {
      margin-top: -2vw;
      margin-bottom: 2vw; } }
  @media screen and (max-width: 480px) {
    .spot-area {
      margin-top: -3.4666666667vw;
      margin-bottom: 4vw; } }
  .spot-area span {
    display: inline-block;
    background-color: #007a92;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: .01em;
    padding: 0 .3em;
    line-height: 28px; }
    @media screen and (max-width: 1300px) {
      .spot-area span {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .spot-area span {
        font-size: 4.2666666667vw; } }
    @media screen and (max-width: 1300px) {
      .spot-area span {
        line-height: 2.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .spot-area span {
        line-height: 7.4666666667vw; } }
.spot .sigh-time {
  color: #000000;
  border-bottom-color: #66afbe; }
.spot-desc {
  margin-top: 14px;
  letter-spacing: .09em;
  margin-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    .spot-desc {
      margin-top: 1.0769230769vw;
      margin-bottom: 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .spot-desc {
      margin-top: 2.6666666667vw;
      margin-bottom: 8vw; } }
.spot .sigh-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000000; }
  .spot .sigh-btns a::after {
    background-image: url(../img/sightseeing/spot-arw.png); }
  .spot .sigh-btns &gt; * + * {
    margin-top: 20px; }
    @media screen and (max-width: 1300px) {
      .spot .sigh-btns &gt; * + * {
        margin-top: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .spot .sigh-btns &gt; * + * {
        margin-top: 4vw; } }

.link {
  margin-bottom: 120px; }
  @media screen and (max-width: 1300px) {
    .link {
      margin-bottom: 9.2307692308vw; } }
  @media screen and (max-width: 480px) {
    .link {
      margin-bottom: 16vw;
      width: 100vw;
      padding-top: 16vw;
      padding-bottom: 16vw; } }
  .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .link ul li.cmn-btn {
      width: 48.7%; }
      @media screen and (max-width: 480px) {
        .link ul li.cmn-btn {
          width: 100%; } }
      .link ul li.cmn-btn:nth-of-type(n + 3) {
        margin-top: 24px; }
        @media screen and (max-width: 1300px) {
          .link ul li.cmn-btn:nth-of-type(n + 3) {
            margin-top: 1.8461538462vw; } }
        @media screen and (max-width: 480px) {
          .link ul li.cmn-btn:nth-of-type(n + 3) {
            margin-top: 5.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .link ul li.cmn-btn:nth-of-type(n + 2) {
          margin-top: 5.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .link ul li.cmn-btn a {
          height: 33vw; } }
      .link ul li.cmn-btn a span i.en {
        /* regular: 400, bold: 700 */
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .1em;
        font-size: 16px;
        line-height: 2;
        color: #007a92; }
        @media screen and (max-width: 1300px) {
          .link ul li.cmn-btn a span i.en {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .link ul li.cmn-btn a span i.en {
            font-size: 4.2666666667vw; } }
        @media screen and (max-width: 480px) {
          .link ul li.cmn-btn a span i.en {
            line-height: 1.6;
            margin-top: 0.5em; } }
</pre></body></html>