<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/* CMS Template

/tw/assets/style/common_tw.css

 Update:  2025-04-28 AM 10:09 */







/* ----------------------------------------------------
ALL
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, ection, summary, time, mark, audio, video { margin: 0;padding : 0;border: 0;font-style : normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html { overflow-y: scroll;}
blockquote, q { quotes: none;}
blockquote::before, blockquote::after, q::before, q::after { content: '';content: none;}
input, textarea { margin: 0;padding: 0;vertical-align: middle;}
ol, ul { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}
caption, th { text-align: left;}
a:focus { outline: none;}
a { -webkit-tap-highlight-color: transparent;}
main { display: block;}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea { -ms-touch-action: manipulation;touch-action: manipulation;}
svg { overflow: hidden;vertical-align: middle;}
img { max-width: 100%;height: auto;vertical-align: bottom;}
html, body { overflow-x: hidden;}
*, *::before, *::after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* common ==== */

html { -webkit-text-size-adjust: 100%;font-size: 62.5%;/* 10px */}

body {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;/* 16px */
  position: relative;
  font-family: font-family: arial,sans-serif;
  /*background: url("../img/bg_landscape.jpg") no-repeat center bottom;
  background-size: 100% auto;*/
}

/* common link ==== */
a { outline: none; /* fireFox boder */}
a { color: #000;-webkit-tap-highlight-color: rgba(00,33,99,0.3);}
a:link { color: #0a9acf;text-decoration: underline;}
a:visited { color: #0a9acf;text-decoration: underline;}
a:hover { color: #32b8ea;text-decoration: underline;opacity: .8;}
a:active { color: #32b8ea;text-decoration: underline;}
/* clearFix ==== */
.cf::after { content: "";display: table;clear: both;}
/* particular case ==== */
.fl {float: left;}.fr {float: right;}.cl {clear: both;}.tc {text-align: center;}.tl {text-align: left;}.tr {text-align: right;}.vt {vertical-align : top;}.mt-15 {margin-top: -15px !important;}.mt-30 {margin-top: -30px !important;}.mt10 {margin-top: 10px !important;}.mt15 {margin-top: 15px !important;}.mt20 {margin-top: 20px !important;}.mt30 {margin-top: 30px !important;}.mb0 {margin-bottom: 0 !important;}.mb5 {margin-bottom: 5px !important;}.mb10 {margin-bottom: 10px !important;}.mb15 {margin-bottom: 15px !important;}.mb20 {margin-bottom: 20px !important;}.mb30 {margin-bottom: 30px !important;}.mb50 {margin-bottom: 50px !important;}.mr0 {margin-right: 0 !important;}.mr10 {margin-right: 10px !important;}.mr20 {margin-right: 20px !important;}.mr30 {margin-right: 30px !important;}.mr50 {margin-right: 50px !important;}.ml0 {margin-left: 0 !important;}.ml10 {margin-left: 10px !important;}.ml20 {margin-left: 20px !important;}.ml40 {margin-left: 40px !important;}.pt0 {padding-top: 0 !important;}.pt15 {padding-top: 15px !important;}.pl0 {padding-left: 0 !important;}.pl30 {padding-left: 30px !important;}.pr0 {padding-right: 0 !important;}.pr30 {padding-right: 30px !important;}.pb0 {padding-bottom: 0 !important;}.pb30 {padding-bottom: 30px !important;}
.hide {display:none;}
strong{font-weight:bold !important;}
.pink{color:#e51a6b !important;}

/* ----------------------------------------------------
All
---------------------------------------------------- */
/* 読み込み時 画像フェード効果 */
.in-viewport{
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* common */

body &gt; img { display: none;}
header {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
}
.nav-icon ul {
  display: flex;
  justify-content: space-between;
}
.nav-icon li {
  text-align: center;
}
.nav-icon li a {
  text-decoration: none;
  color: #000000;
}
.ac-menu dd {
  display: none;
}
.nav-footer{
  margin-bottom: 40px;
}
#page_top {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 100px;
  bottom: 10px;
  opacity: .3;
  background: #000000;
}
#page_top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
}
#page_top a::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto 0 auto;
  text-align: center;
}

.menu-footer .copy {
  color: #c0b0ac;
}
.info-address {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  display: flex;
}
.info-address img {
  width: 190px;
  margin-right: 20px;
}
.info-address dl {
  display: flex;
}
.info-address dt {
  margin: 0 12px 0 0;
  padding: 0px 8px 0px 8px;
  background: #4fbec4;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.info-address address p {
  margin-bottom: 10px;
}
.info-address dd {
  margin: 0 35px 0 0;
  color: #333333;
}
.info-sub{
  text-align: center;
}
.info-sub .info-txt{
  font-size: 1.4rem;
  margin: 0 auto 15px auto;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nav-sub { background-image: none !important; } /* IE11 */
}
sup { font-size: 70%; vertical-align: top; position: relative; top: -0.1em;}
sub { font-size: 70%; vertical-align: bottom; position: relative; bottom: -0.1em;}

/*All END*/

/* ----------------------------------------------------
～ 899px
---------------------------------------------------- */
@media (max-width: 899px) {
.pc-only {
  display: none;
}
body{
  /*background: url("/assets/image/bg_landscape.jpg") no-repeat center bottom;*/
  background-size: 300% auto;
}
.clone-nav{
  display: none;
}
.nav-icon li:nth-child(1) {
  background: url("/assets/image/mnv_resorts.png") no-repeat center 25%;
  background-size: 85% auto;
}
.nav-icon li:nth-child(2) {
  background: url("/assets/image/mnv_stay.png") no-repeat center 25%;
  background-size: 85% auto;
}
.nav-icon li:nth-child(3) {
  background: url("/assets/image/mnv_eat.png") no-repeat center 25%;
  background-size: 85% auto;
}
.nav-icon li:nth-child(4) {
  background: url("/assets/image/mnv_spa.png") no-repeat center 25%;
  background-size: 85% auto;
}
.nav-icon li:nth-child(5) {
  background: url("/assets/image/mnv_play.png") no-repeat center 25%;
  background-size: 85% auto;
}
/*.nav-icon li:nth-child(6) {
  background: url("/assets/image/mnv_season.png") no-repeat center 25%;
  background-size: 85% auto;
}*/
.nav-icon li:nth-child(6) {
  background: url("/assets/image/mnv_access.png") no-repeat center 25%;
  background-size: 85% auto;
}
/*.nav-icon li:nth-child(7) {
  background: url("/assets/image/mnv_menu.png") no-repeat center 25%;
  background-size: 85% auto;
}*/
footer .info-area {
  background: none;
  background-size: 150% auto;
  padding: 0px 0 0px 0;
}

.nav-top ul,.nav-footer ul, .nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.nav-top li,.nav-footer li, .nav-menu li {
  width: 25%;
  height: auto;
  position: relative;
}
.nav-top li + li,.nav-footer li + li, .nav-menu li + li {
  border-left: 1px solid #e7e7e7;
}
.nav-top li:nth-child(5),.nav-footer li:nth-child(5), .nav-menu li:nth-child(5) {
  border-left: none;
}
.nav-top li:nth-child(-n+4),.nav-footer li:nth-child(-n+4), .nav-menu li:nth-child(-n+4) {
  border-bottom: 1px solid #e7e7e7;
}
.nav-top li::before,.nav-footer li::before, .nav-menu li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nav-top a,.nav-footer a, .nav-menu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav-icon li a {
  text-align: center;
  padding: 70% 8px 0 8px;
  font-size: 1.1rem;
  line-height: 1.3;
}
/*.nav-icon li:first-child a {
  padding: 60% 8px 0 8px;
}*/
.nav-icon li a {
  text-decoration: none;
  color: #000000;
}
.nav-sub {
  margin: 0 0 25px 0;
  padding: 4% 0 0 0;
  background: url("/assets/image/footer/bg_line_sp.svg") no-repeat center top #69C8C9;
  background-size: 110% auto;
  background-color:rgba(105,200,201,0.0);
  display: flex;
  flex-wrap: wrap;
}

.nav-sub li {
  width: 25%;
  height: auto;
  position: relative;
}
.nav-sub li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nav-sub a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav-sub li a {
  text-align: center;
  padding: 70% 8px 0 8px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-sub li a:first-child {
  padding: 60% 8px 0 8px;
}
.nav-sub li:nth-child(1) {
  background: url("/assets/image/icon_tel.svg") no-repeat center 25%;
  background-size: 38% auto;
}
.nav-sub li:nth-child(2) {
  background: url("/assets/image/icon_calendar.svg") no-repeat center 25%;
  background-size: 38% auto;
}
.nav-sub li:nth-child(3) {
  background: url("/assets/image/icon_qa.svg") no-repeat center 25%;
  background-size: 38% auto;
}
.nav-sub li:nth-child(4) {
  background: url("/assets/image/icon_home.svg") no-repeat center 25%;
  background-size: 38% auto;
}
.info-address {
  display: block;
}
.info-address dl {
  display: none;
}
.info-address address {
  width: 100%;
}
.info-address address p {
  margin: 20px 8px 20px 20px;
}
.menu-footer {
  padding: 10px 5px 10px 5px;
  font-size: .9rem;
  color: #c0b0ac;
  background: #FFFFFF;
}
.menu-footer li {
  display: none
}
.menu-footer li:last-child {
  display: block;
}
/* modal */
.nav-menu {
  margin: 0 0 40px 0;
  padding: 80px 0 0 0;
  background: url("/assets/image/logo_sp.svg") no-repeat 10px 10px;
  background-size: 200px auto;
}
.nav-menu .home a {
  background: #bfbf9d;
  width: 94%;
  margin: 0 auto 30px auto;
  padding: 20px 0 20px 0 !important;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.nav-menu .home a::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  background: url("/assets/image/icon_home.svg") no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  position: relative;
  top: 3px;
}
.iziModal a {
  text-decoration: none;
  color: #000000;
  display: block;
}
.iziModal-noSubtitle {
  display: none;
}
.nav-menu .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}
.iziModal .close2 a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 0 20px 0;
  position: relative;
  text-decoration: none;
  background: #e3e3e3;
  color: #000000;
}
.menu-sub {
  display: flex;
  flex-wrap: wrap;
}
.menu-sub.txt {
  margin: 0 10px 10px 10px;
  font-size: 1.3rem;
}
.menu-sub.txt li {
  width: 48%;
  margin: 0 0 3px 0;
}
.menu-sub.txt li a {
  padding: 10px 0 10px 20px;
  position: relative;
}
.menu-sub.txt li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #b1b1b1;
  border-right: solid 2px #b1b1b1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.menu-sub.stay, .menu-sub.contact, .menu-sub.info {
  margin: 0 10px 0 10px;
  font-size: 1.3rem;
}
.menu-sub.stay li, .menu-sub.contact li, .menu-sub.info li {
  width: 48%;
  margin-bottom: 20px;
}
.menu-sub.stay li a, .menu-sub.contact li a, .menu-sub.info li a {
  padding: 18px 0 18px 20px;
  position: relative;
  background: #a83d68;
  color: #FFFFFF;
  border-radius: 6px;
}
.menu-sub.contact li a{
  background: #bfbf9d;
}
.menu-sub.info li a{
  background: #e3e3e3;
  color: #000000;
}
.menu-sub.stay li a::before, .menu-sub.contact li a::before, .menu-sub.info li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.menu-sub.txt li:nth-child(odd), .menu-sub.stay li:nth-child(odd), .menu-sub.contact li:nth-child(odd), .menu-sub.info li:nth-child(odd) {
  margin-right: 4%;
}
.bt-reservation a {
  position: absolute;
  top: 15px;
  right: 70px;
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
  background: #c0a27b;
  padding: 10px 0 10px 0;
  text-decoration: none;
}
.info-sub .btn{
  margin: 0 auto 30px auto;
}
.info-sub{
  text-align: left;
}
.info-sub .info-txt{
  font-size: 1.2rem;
  margin: 0 auto 15px auto;
  padding: 0 10px 0 10px;
}
/* ～ 899px END*/
}

/* ----------------------------------------------------
 ～ 499px
---------------------------------------------------- */
@media (max-width: 499px) {



/*  ～ 499px END */
}

/* ----------------------------------------------------
 500px ～ 899px
---------------------------------------------------- */
@media (min-width: 500px) and (max-width: 899px) {



/* 500px ～ 899px END*/
}

/* ----------------------------------------------------
～ 899px
---------------------------------------------------- */
@media (max-width: 899px) {
.pc-only {
  display: none;
}
.button a {
  pointer-events: none;
}
#web_plugin_chat_box{
  display: none !important;
}
.info-address {
  font-size: 1.3rem;
}
.iziModal .nav-icon li:nth-child(8) {
  background:none;
}
.iziModal #sns-area-hotel .sns{
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 8px 15px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.iziModal #sns-area-hotel .sns li{
  width: 55px;
  height: 55px;
  padding: 0 5px;
}
/* ～ 899px END*/
}

/* ----------------------------------------------------
 900px～
---------------------------------------------------- */
@media (min-width: 900px) {
.sp-only {
  display: none;
}
main { display:block;}/*IE11*/
/* header */
header {
  margin: 0 auto 30px auto;
  padding: 50px 0 0 0;
}
header h1, header .logo {
  margin: 0 auto 0 auto;
  width: 120px;
  text-align: center;
}

.bt-reservation {
  display: none;
}
.sub-area {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 1.1rem;
}
.sub-area p{
  padding: 6px 0 0 0;
}
.sub-area b {
  font-size: 1.2rem;
}
.sub-area dl {
  margin: 0 0 0 20px;
}
.sub-area dt {
  font-size: 1.4rem;
  padding: 5px 15px 5px 15px;
  background: #bbbbbb;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
}
.sub-area dd li a {
  display: block;
  padding: 8px 5px 8px 5px;
  background: #bbbbbb;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-decoration: none;
}
.sub-area dd li a:hover {
  opacity: .8;
}
.sub-area #sns-area-hotel .sns{
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 8px 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-area #sns-area-hotel .sns li{
  width: 30px;
  height: 30px;
  padding: 0 3px;
}
/* nav */
.nav-main{
  max-width: 1200px;
  margin: 20px auto 0 auto;
}
.nav-main li {
  position: relative;
  width:calc(100% / 6);
}

.nav-main li a {
  display: block;
  padding: 10px 0 0 0;
  position: relative;
}
.nav-main li a::after{
  position: absolute;
  content: "";
  left: 0px; right: 0; bottom: -20px;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 4px solid #e7e1d1;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .3s;
  opacity: 0;
}
.nav-main li:hover a::after{
  transition: .3s;
  opacity: 1;
}
.nav-main li + li::before {
  position: absolute;content: "";
  top: 12px;bottom:0;left: 0px;
  margin: 0px 0 0 0;
  background:#eaeaea;
  width: 1px;height: 20px;
  background-size: 1px 20px;
}

/* nav */
.clone-nav {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0; left: 0; right: 0;
  padding: 15px 0 15px 0;
  z-index: 1000;
  transition: .3s;
  transform: translateY(-100%);
  background: rgba(255,255,255,1);
  box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
}
.is-show {
  transform: translateY(0);
}
.clone-nav .nav-main{
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.clone-nav .nav-main li a {
  padding: 0px 0 0 0;
}
.clone-nav .nav-icon li{
  background: none;
}
.clone-nav .sub-area{
  display: none;
}
.clone-nav .nav-main li + li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  margin: 0px 0 0 0;
  background: url("/assets/image/dot.png") no-repeat;
  width: 1px;
  height: 20px;
  background-size: 1px 20px;
}
.clone-nav .nav-main li:nth-child(3)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0px;
  margin: 0px 0 0 0;
  background: url("/assets/image/dot.png") no-repeat;
  width: 1px;
  height: 20px;
  background-size: 1px 20px;
}
.clone-nav h1,.clone-nav .logo {
  display: none;
}

/* footer */
footer {
  padding: 0 0 0 0;
}

footer .nav-icon ul, footer ul.nav-sub{
  display: flex;
  justify-content: center;
}
.info-sub ul{
  font-size: 1.6rem;
  margin-bottom: 70px;
}
footer .nav-icon li, footer ul.nav-sub li{
  background: none !important;
  text-align: center;
  position: relative;
}
footer .nav-icon li + li::before, footer ul.nav-sub li + li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 35%;
  width: 1px;
  height: 12px;
  background-color: #c7c7c7;
}
footer ul.nav-sub li:nth-child(2)::before {
  display: none;
}
footer .nav-icon li a, footer ul.nav-sub li a{
  color: #565656;
  display: block;
  font-size: 1.4rem;
  margin: 0 0 0 0;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}
footer ul.nav-sub {
  margin-bottom: 40px;
}
.menu-footer {
  background: #FFFFFF;
  font-size: 1.2rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-footer a[target="_blank"]::after {
  top: -1px;
  bottom: 0;
  right: -8px;
  content: "";
  display: inline-block;
  margin: 0 12px 0 0;
  background: url("/assets/image/icon_blank2.svg") no-repeat;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  position: relative;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  fill: #FF0000;
}
.menu-footer ul{
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.menu-footer ul li {
  display: inline-block;
}
.menu-footer li + li {
  margin: 0 0 0 30px;
}
.menu-footer ul li:last-child {
  text-align: right;
}
.menu-footer a {
  color: #85736f;
  font-size: 1.2rem;
  text-decoration: none;
}
/* 900px ～ END*/
}

/* ----------------------------------------------------
 900px ～ 1199px
---------------------------------------------------- */
@media (min-width: 900px) and (max-width: 1199px) {
.nav-main li a {
  font-size: 1.4rem;
}


/* 900px ～ 1199px END*/
}

/* ----------------------------------------------------
 1200px～
---------------------------------------------------- */
@media (min-width: 1200px) {



/* 1200px～ END*/
}
</pre></body></html>