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



header {
	height: 410px;
	margin-bottom: 0;
}


/*KV SLIDE
------------------------------------------------------------ */

#kvWrap {
	width: 100%;
	min-width: 100%;
	height:410px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#msLogo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 180px;
	margin-left: 0;
	text-align: center;
	
}

.msTxt {
	width: 100%;
	position: absolute;
	top: 180px;
	left: 0;
	margin-left: 0px;
	text-align: center;
	z-index: 100;
}
.msTxt img {
	width: 300px;
	height: auto;
	margin: 0 auto;
}

.flexslider {
	height: 410px;
	overflow: hidden;
	margin: 0 auto;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}


.slides {
	position: relative;
	height: 410px;
}

.slides li {
	width: 100%;
	height:410px;
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides li:nth-child(1) {
	background: url(../img/gtop/pic_mainslide01.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.slides li:nth-child(2)  {
	background: url(../img/gtop/pic_mainslide02.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.slides li:nth-child(3)  {
	background: url(../img/gtop/pic_mainslide03.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.slides li:nth-child(4)  {
	background: url(../img/gtop/pic_mainslide04.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.slides li:nth-child(5)  {
	background: url(../img/gtop/pic_mainslide05.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.slides li:nth-child(6)  {
	background: url(../img/gtop/pic_mainslide06.jpg) no-repeat 50% 50%;
	background-size: cover;
}


/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	margin-left: 0px;
	text-align: center;
	z-index: 200;
}

.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*border: 1px solid #4c4c4c;*/
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,1);
	cursor: pointer;
	text-indent: 9999px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #ff8c00;
	background: rgba(255,140,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #ff8c00;
	background: rgba(255,140,0,1);
	cursor: default;
}


/* contents
----------------------------------------------------------------------- */

.con {
	padding: 20px 0;
}

.con.paraBg {
	padding: 0;
}

#con01 {
	padding-bottom: 0;
}

#con01 h1 {
	width: 320px;
	margin: 0 auto;
}

footer {
	margin-top: 0px;
}

#rlwWrap {
	border-top: 3px solid #9c7e42;
}

/* 210928　トップレイアウト変更
-------------------------------------*/

#spLinkMainResort {
	margin: 25px 0;
	border-top: 1px solid #bfab84;
	padding-top: 25px;
}

#spLinkMainResort li {
	width: 100%;
	margin-bottom: 30px;
}
#spLinkMainResort li img {
	width: 100%;
}

#spLinkMainResort li .txt {
	padding: 0 25px;
}

#spLinkMainResort li:first-child .txt img {
	width: 250px;
}

#spLinkMainResort li:nth-child(2) .txt img {
	width: 150px;
}

#spLinkMainResort li:last-child .txt img {
	width: 179px;
}

.documentRequest {
	padding: 0 25px;
	margin-bottom: 30px;
}

.documentRequest a {
	padding: 7px;
}

.documentRequest p.sp {
	display: flex;
	height: 54px;
	padding: 0 15px;
}

.documentRequest p.pc {
	display: none;
}

.documentRequest p img:first-child {
	margin-left: 5px;
	width: 154px;
	height: 17px;
}

.documentRequest p img:last-child {
	width: 13px;
	height: 23px;
}

#linkResort {
	width: 100%;
	border-top: 2px solid #bfab84;
}

#linkResort li {
	display: block;
	border-bottom: 2px solid #bfab84;
	margin-bottom: 0;
	background: #f2f2f2;
}

#linkResort li .picBox {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
}

#linkResort li .picBox.pc {
	display: none!important;
}

#linkResort li .picBox.sp::before,
#linkResort li .picBox.sp::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	background: #bfab84;
	width: 20px;
	height: 2px;
	margin: auto;
}

#linkResort li .picBox.sp::after {
	top: 0;
	bottom: 0;
	right: 29px;
	width: 2px;
	height: 20px;
}

#linkResort li .picBox.sp.active::after {
  	opacity: 0;
}

#linkResort li .picBox .pic {
	width: 45%;
}

#linkResort li .picBox .ttl {
	width: 55%;
	box-sizing: border-box;
	margin: 0 65px 0 5%;
}

#linkResort li .picBox .ttl img {
	width: 100%;
}

#linkResort li .txtBox {
	display: none;
    width: 100%;
	padding: 20px 5%;
    box-sizing: border-box;
	border-top: 2px solid #bfab84;
}

#linkResort li .txtBox .txtContent {
	display: block;
}

#linkResort li .txtBox .txtContent .txt {
	width: 100%;
	margin-bottom: 10px;
}

#linkResort li .txtBox .txtContent .btn {
	width: 100%;
}

/* ポップアップ */

.js-modal .modal_content {
	width: calc(100% - 50px);
	margin-top: 0;
}

.js-modal .modal_content .modal_content_inner {
	padding: 20px;
  }

.js-modal .modal_content .flexBox {
	flex-direction: column;
}

.js-modal .modal_content .hotelSelect {
	  flex-direction: column;
}

.js-modal .modal_content .hotelSelect dt {
	margin-right: 0;
	align-self: flex-start;
	width: 140px;
}

.js-modal .modal_content .hotelSelect dt img {
	width: 100%;
	height: auto;
}

.js-modal .modal_content .hotelSelect dd {
	width: 100%;
}

.js-modal .modal_content .hotelSelect dd select {
	height: 52px;
	line-height: 52px;
	padding: 0 40px 0 25px;
	font-size: 16px;
	transform: scale(calc(13 / 16));
	width: 123%;
	margin-left: -11.3%;
	margin-top: 10px;
}


.js-modal .modal_content .hotelSelect dd:after {
	right: 20px;
	top: 15px;
}

.js-modal .modal_content #submitBtn {
	width: 100%;
	margin-left: 0;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	margin-top: 3px;
}

.js-modal .modal_content .js-modal-close.closeBtn {
	width: 50px;
	height: 50px;
}

  
</pre></body></html>