@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;600;700&display=swap');

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?47875638');
	src: url('../fonts/fontello.eot?47875638#iefix') format('embedded-opentype'),
		url('../fonts/fontello.woff?47875638') format('woff'),
		url('../fonts/fontello.ttf?47875638') format('truetype'),
		url('../fonts/fontello.svg?47875638#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header-social-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.loading {
	background: rgba(255, 255, 255, .95);
	z-index: 1999;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
}

.flex-h {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.flex-h:nth-of-type(2) {
	margin-right: 0;
	margin-left: 20px;
}

.flex-sec {
	display: flex;
	flex-flow: row wrap;
}

.v-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.flex-between {
	justify-content: space-between;
}

.flex-between-pure {
	justify-content: space-between;
}

.flex-sec.flex-between::after {
	content: '';
	flex: auto;
}

.flex-start {
	justify-content: flex-start;
}

.flex-end {
	justify-content: flex-end;
}

.flex-grid-2 {
	width: calc(50% - 20px);
}

.flex-center {
	align-items: center;
}

.flex-align-c {
	justify-content: center;
}

.flex-bottom {
	align-items: flex-end;
}

.flex-stretch {
	align-items: stretch;
}

.flex-grid-3-2 {
	width: calc(66.67% - 20px);
}

.flex-grid-3-1 {
	width: calc(33.33% - 20px);
}

.flex-grid-4-1 {
	width: calc(25% - 20px);
	margin: 0 10px;
}

.flex-grid-4-3 {
	width: calc(75% - 20px);
	margin: 0 10px;
}

.flex-autoh {
	align-items: flex-start;
	align-content: flex-start;
}

.rwd-width-limited {
	width: 1160px;
	margin: 0 auto;
}

.zindex1 {
	z-index: 1;
}

.bg-dk {
	background: #222222;
}

.rwd-mg-t-20 {
	margin-top: 20px;
}

.rwd-mg-t-40 {
	margin-top: 40px;
}

.rwd-mg-t-60 {
	margin-top: 60px;
}

.rwd-mg-t-80 {
	margin-top: 80px;
}

.rwd-mg-b-10 {
	margin-bottom: 10px;
}

.rwd-mg-b-20 {
	margin-bottom: 20px;
}

.rwd-mg-b-30 {
	margin-bottom: 30px;
}

.rwd-mg-b-40 {
	margin-bottom: 40px;
}

.rwd-mg-b-60 {
	margin-bottom: 60px;
}

.rwd-pd-t-20 {
	padding-top: 20px;
}

.rwd-pd-t-30 {
	padding-top: 30px;
}

.rwd-pd-t-40 {
	padding-top: 40px;
}

.rwd-pd-t-60 {
	padding-top: 60px;
}

.rwd-pd-t-80 {
	padding-top: 80px;
}

.rwd-pd-b-20 {
	padding-bottom: 20px;
}

.rwd-pd-b-30 {
	padding-bottom: 30px;
}

.rwd-pd-b-40 {
	padding-bottom: 40px;
}

.rwd-pd-b-60 {
	padding-bottom: 60px;
}

.rwd-pd-b-80 {
	padding-bottom: 80px;
}

h1,
h2,
h3,
h4 {
	line-height: 1.35em;
}

p {
	line-height: 1.6em;
}

button[type="submit"] {
	border: none;
	outline: none;
	cursor: pointer;
}

/*popup*/
.dark-popup {
	position: relative;
	padding: 30px 40px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	overflow: hidden;
	min-height: 20vh;
	background: rgba(255, 255, 255, 1);
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.text-underline {
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.btn {
	border-radius: 5px;
	padding: 16px 22px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	transition: 0.2s;
}

.btn-s {
	padding: 12px 15px;
	font-size: 15px;
}

.btn.btn-br {
	background: #D1C2B0;
}

.btn.btn-red {
	background: #9d8c85;
}

.btn.btn-g {
	background: #565656;
}

.btn i {
	margin-left: 30px;
}

.btn:hover {
	background: #94897c;
}

.btn.btn-g:hover {
	background: #222;
}

.btn.btn-red:hover {
	background: #83726b;
}

header {
	width: 100%;
	height: 80px;
	top: 0;
	position: fixed;
	z-index: 10;
	transition:0.4s;
	/*background: rgba(0, 0, 0, .2);*/
}
header.down {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.45) 52%, rgba(0,0,0,0.08) 88%, rgba(0,0,0,0) 100%);
}


header .flex-sec.flex-between.hlp::after {
	flex: initial;
}

header .inner {
	height: 80px;
	padding: 0 20px;
}

header .inner .hinner {
	height: 100%;
}

header .inner .hlp {
	position: relative;
	width:100px;
	height:80px;
}
header.down .inner .hlp {
	position: relative;
}

header .inner .hmp {
	margin-left:auto;
}

header .inner .hrp .lan-sel {
	padding: 5px;
	color: #fff;
	background: none;
	border: none;
	outline: none;
	font-size: 12px;
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
	letter-spacing: 0.2px;
}

header .inner .logo {
	margin: 23px 0;
	height:66px;
	display: block;
}
header.down .inner .logo {
	margin-top:7px;
}

header .inner .logo img {
	display: block;
	position:absolute;
	left:0;
	top:15px;
	height: 120px;
	transition:0.24s;
}
header.down .inner .logo img{
	position:relative;
	left:initial;
	top:initial;
	height:60px;
}

header .inner .hrp {
	height: 80px;
}

header .inner .hrp .v-line {
	width: 1px;
	height: 15px;
	background: #fff;
	margin: 0 10px;
}

header .inner .hrp a.login {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2px;
}

header .inner .hrp a.login i {
	margin-right: 4px;
}

header .inner .nav a,
header .inner .nav a:hover,
header .inner .nav a:active,
header .inner .nav a:visited {
	color: #fff;
	position: relative;
}

header .inner .nav li:hover>a,
header .inner .nav li.nav-active>a {
	background: none;
}

header .inner .nav li:hover>a:after,
header .inner .nav li.nav-active>a:after {
	content: '';
	width: calc(100% - 24px);
	height: 2px;
	background: #fff;
	bottom: 20px;
	left: 12px;
	position: absolute;
}

.header-gap {
	margin-top: 80px;
}

.wrapper {
	min-height: calc(100vh - 150px);
}

.login-wrapper.wrapper {
	min-height: 100vh;
}

body {
	font-size: 12px;
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
	word-wrap: break-word;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: normal;
	background: #fff;
	position: relative;
}

.login-full {
	width: 100%;
	height: 100%;
	position: absolute;
}

.login-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h-banner {
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.h-banner img {
	max-width: 100%;
	display: block;
}

.v-banner {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

.v-banner img {
	max-width: 100%;
	display: block;
}

.visual .one-v {
	position: relative;
}

.visual .one-v .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	z-index: 1;
}

.visual .one-v .cover p {
	width: calc(100% - 20px);
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 40px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 1.35em;
}

.visual .one-v .bg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.visual .one-v .bg .pic-ratio-wrap {
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}

.visual .one-v .bg .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.6s;
}

.visual.event-visual .one-v .bg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.visual.event-visual .one-v .bg .pic-ratio-wrap {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}

.visual.event-visual .one-v .bg .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.6s;
}

.gotop {
	width: 60px;
	height: 60px;
	color: #fff;
	display: none;
	background: rgba(0, 0, 0, .1);
	position: fixed;
	bottom: 120px;
	right: 18px;
	text-align: center;
	border-radius: 4px;
	z-index:10;
}

.gotop img {
	display: block;
	margin: 10px auto 2px;

}

.gotop span {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1.6em;
}

footer {
	padding: 30px 0;
	margin-top: 50px;
	background: #f9f9f9;
	position: relative;
}

footer .inner {
	padding: 0 20px;
}

footer .inner .logo {
	width: 98px;
}

footer .inner .logo img {
	display: block;
	width: 100%;
}

footer .inner .info .one-contact {
	margin-bottom: 4px;
	align-items: center;
  	justify-content: center;
}

footer .inner .info .one-contact .ico {
	width: 20px;
	color: #9d8c85;
}

footer .inner .info .one-contact .text {
	width: calc(100% - 20px);
	color: #7C7C7C;
}

footer .inner .info .one-contact .ico,
footer .inner .info .one-contact .text {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.35em;
}

footer .inner .info .cpright {
	font-size: 12px;
	color: #7C7C7C;
}



.index-wrap-top {
	text-align: center;
}

.mtitle {
	font-size: 36px;
	font-weight: lighter;
	position: relative;
	line-height: 1.35em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.mtitle-s {
	font-size: 24px;
	font-weight: lighter;
	position: relative;
	line-height: 1.35em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.msubtitle {
	font-size: 16px;
	line-height: 1.8em;
	max-width: 800px;
	margin: 0 auto;
}

.mtext {
	font-size: 16px;
	line-height: 1.8em;
}

.index-room-sec {
	margin: 60px 0;
}

.one-room {
	position: relative;
	transition: 0.2s;
	margin: 0 10px 20px;
	overflow: hidden;
}

.one-room:before {
	content: '';
	color: #fff;
	position: absolute;
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	transition: 0.2s;
}

.one-room:hover:before {
	opacity: 1;
}


.one-room .whole {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 13px;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	background: rgba(75, 102, 190, .75);
}

.one-room .whole.date {
	right: auto;
	left: 0;
}

.one-room .whole i {
	font-size: 16px;
	color: #fff;
}

.flex-sec .one-room.r-top {
	width: calc(33.33% - 20px);
}
.flex-sec .one-room.r-top:nth-of-type(4n+2),.flex-sec .one-room.r-top:nth-of-type(4n+3){
	width: calc(66.66% - 20px);
}

.one-room.r-top .pic {
	width: 100%;
	height: 400px;
}

.one-room.r-top .pic .pic-ratio-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 0;
}

.one-room.r-top .pic .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.one-room .pic {
	width: 100%;
}

.one-room .pic .pic-ratio-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.one-room .pic .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	transition: 0.8s;
}

.one-room:hover .pic .pic-ratio-wrap img {
	transform: scale(1.04);
}

.one-room .info {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	padding: 12% 20px 30px;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.66) 100%);

}

.one-room .info .titlenprice-sec {
	width: calc(100% - 72px);
	margin-right: 10px;
}

.one-room .info .titlenprice-sec .title {
	font-size: 20px;
	color: #fff;
	line-height: 1.6em;
	margin-bottom: 6px;
	font-weight: lighter;
}

.one-room .info .titlenprice-sec .price-sec .d-price {
	font-size: 14px;
	opacity: 0.5;
	color: #fff;
	text-decoration: line-through;
	margin-bottom: 4px;
}

.one-room .info .titlenprice-sec .price-sec .price {
	font-size: 18px;
	color: #fff;
}

.one-room .info .beds-sec {
	margin-left: auto;
	width: 62px;
}

.one-room .info .beds-sec .beds {
	margin: 6px 0 0;
}

.one-room .info .beds-sec .beds .text {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-right: 6px;
}

.one-room .info .beds-sec .beds .ico img {
	display: block;
}


.index-event-sec a {
	display: block;
	overflow: hidden;
}

.index-event-sec .pic {
	width: 100%;
	overflow: hidden;
}

.index-event-sec .pic img {
	width: 100%;
	display: block;
}

.index-about-sec .left {
	width: 50%;
	background: #fff;
	position: relative;
}

.index-about-sec .left .v-logo {
	position: absolute;
	right: 5%;
	top: 5%;
}

.index-about-sec .left .inner {
	width: 80%;
	height: calc(100% - 60px);
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.index-about-sec .left .inner .cenmid {
	width: 100%;
}

.index-about-sec .left .mtext {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-about-sec .right {
	width: 50%;
}

.index-about-sec .right .pic img {
	width: 100%;
	display: block;
}

.one-input {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.one-input .text-label {
	font-size: 16px;
	margin-bottom: 8px;
	display: inline-block;
	letter-spacing: 0.2px;
}

.one-input .one-inputext {
	width: 100%;
	position: relative;
}

.one-input .one-inputext .ico {
	position: absolute;
	top: 18px;
	left: 16px;
	font-size: 16px;
}

.one-input .one-inputext .inputtext {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 0 10px 0 45px;
	height: 52px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: calc(100% - 55px);
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
}

.one-input .one-inputext .innputselect {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 0 10px;
	height: 52px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: 180px;
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
}

.one-input .one-inputext .textarea {
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding: 10px 10px 0 45px;
	background: none;
	outline: none;
	color: #333;
	font-size: 16px;
	width: calc(100% - 55px);
	height: 180px;
	line-height: 30px;
	resize: none;
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
}

.one-input .one-inputext .inputtext::placeholder,
.one-input .one-inputext .textarea::placeholder {
	color: #999;
	font-size: 16px;
}

.index-contact-sec {
	margin: 60px 0;
}

.one-contact {
	margin-bottom: 20px;
}

.one-contact .ico {
	width: 30px;
	line-height: 1.6em;
	color: #A0A0A0;
	font-size: 16px;
}

.one-contact .text {
	width: calc(100% - 30px);
	line-height: 1.6em;
	color: #333;
	font-size: 16px;
}

.c-map .pic-ratio-wrap {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.c-map .pic-ratio-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}


.p-visual {
	position: relative;
}

.p-visual .title-sec {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.p-visual .title-sec .cenmid {
	width: 100%;
}

.p-visual .title-sec .cenmid .title {
	font-size: 52px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
}

.p-visual .pic {
	width: 100%;
	height: 500px;
	position: relative;
}

.p-visual .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.room-slider .one-rs {
	width: 400px;
	transition:0.3s;
}
.room-slider .one-rs:hover{
	opacity:.75;
}

.room-slider .slick-slide {
	margin: 0 10px;
}

.room-slider .one-rs .pic-ratio-wrap {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.room-slider .one-rs .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.box-shadow {
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
}

.room-inner-sec {
	margin: 60px 0;
}

.room-inner-sec.cnp-inner-sec .cnp-inner-flex-sec {
	flex-direction: row-reverse;
}

.room-inner-sec .left {
	width: calc(66.66% - 20px);
	margin-right: 20px;
}

.room-inner-sec .right {
	width: calc(33.33% - 20px);
	margin-left: 20px;
}

.room-inner-sec .right .r-box {
	padding: 30px 0;
	overflow: hidden;
}

.room-inner-sec .right .line {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}

.tab_sec {
	border-bottom: 1px solid #CCCCCC;
}

.tab_sec .tab {
	color: #A0A0A0;
	font-size: 16px;
	padding: 15px 8px;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.tab_sec .tab.active,
.tab_sec .tab:hover {
	color: #000;
}

.tab_sec .tab.active:after,
.tab_sec .tab:hover:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}

.bed-stat .one-bs {
	margin-right: 30px;
}

.bed-stat .one-bs .ico {
	margin-right: 4px;
}

.bed-stat .one-bs .text {
	font-size: 18px;
	color: #000;
}

.bed-stat .one-bs .text span {
	font-size: 24px;
	font-weight: bold;
}

.provide-sec .one-provide {
	background: #E8DDD0;
	padding: 15px;
	border-radius: 4px;
	margin: 0 20px 20px 0;
}

.provide-sec .one-provide .ico {
	font-size: 16px;
	color: #000;
	margin-right: 10px;
}

.provide-sec .one-provide .text {
	font-size: 14px;
	color: #000;
}

.editor .pic {
	margin: 40px 0;
}

.editor .pic img {
	max-width: 100%;
}

.r-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.date-pick-sec {
	padding: 15px;
	background: #625F59;
	border-radius: 4px;
	margin-bottom: 8px;
}

.date-pick-sec .ico {
	font-size: 14px;
	margin-right: 2px;
	color: #fff;
}

.date-pick-sec .text {
	color: #fff;
	font-size: 14px;
}

.reserve-sec .date-pick-sec .text {
	margin: 0 20px;
}

.date-pick-sec .date-pick::placeholder {
	color: #fff;
}

.date-pick-sec .date-pick {
	border: none;
	outline: none;
	background: none;
	color: #fff;
	font-size: 14px;
	width: 200px;
}

.r-box .addon-sec .one-addon {
	margin: 0 6px 5px 0;
}

.r-box .addon-sec .one-addon label {
	font-size: 13px;
}

.r-box .pricedetail-sec ul {
	margin-left: 22px;
	list-style: none;
}

.r-box .pricedetail-sec ul li {
	font-size: 14px;
	line-height: 30px;
}

.r-box .pricedetail-sec ul li:before {
	content: "\2022";
	color: #D1C2B0;
	line-height: 30px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.r-box .pricedetail-sec ul li span {
	font-weight: bold;
}

.r-box .sum-sec {
	background: #E4E9EF;
	padding: 28px 20px;
}

.r-box .sum-sec .sum {
	font-size: 24px;
}

.r-box .sum-sec .text {
	font-size: 24px;
	margin-left: auto;
}

.cnp-roompic-sec .pic {
	position: relative;
}

.cnp-roompic-sec .pic .pic-ratio-wrap {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.cnp-roompic-sec .pic .pic-ratio-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.m-line {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}

.one-input .one-inputradio .ico {
	position: absolute;
	top: 18px;
	left: 16px;
	font-size: 16px;
}

.one-input .one-inputradio .radiobtn {
	opacity: 0;
	position: absolute;
}

.one-input .one-inputradio .text-label {
	margin-bottom: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px 0 45px;
	height: 52px;
	line-height: 52px;
	background: none;
	color: #aaa;
	font-size: 16px;
	font-family: 'Noto Serif TC', Arial, '新細明體', sans-serif;
	position: relative;
	min-width: 200px;
	transition: 0.2s;
}

.one-input .one-inputradio .text-label.rbnormal {
	min-width: auto;
}

.one-input .one-inputradio .radiobtn:checked+.text-label {
	border: 1px solid #000;
	color: #333;
}

.mg-b-none {
	margin-bottom: 0 !important;
}

.pd-b-none {
	padding-bottom: 0 !important;
}

.about-top {
	width: 100%;
	position: relative;
}

.about-top .info {
	width: calc(100% - 100px);
}

.about-top .v-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.sel-sec .sel {
	padding: 17px 15px;
	background: #625F59;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	-webkit-appearance: none;
}

.about-top.exp-top {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.exp-gallery {
	width: calc(50% - 20px);
	margin-left: 20px;
}


.login-sec {
	min-height: 90vh;
}

.login-wrap {
	width: calc(100% - 80px);
	max-width: 540px;
	padding: 30px 40px;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 38, 59, 0.25);
	box-shadow: 0px 1px 1px 0px rgba(0, 38, 59, 0.25);
	position: relative;
	margin: 0 auto;
}

.login-wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.login-wrap .login-btn {
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #000;
	display: block;
	margin-bottom: 15px;
	transition: 0.2s;
}

.login-wrap .login-btn.x-btn {
	background: #1DA1F2;
}

.login-wrap .login-btn.gl-btn {
	background: #4285f4;
}

.login-wrap .login-btn:hover {
	opacity: 0.75;
}

.pc {
	display: block !important;
}

.mo {
	display: none !important;
}

.one-room.one-bookinginfo {
	width: 100%;
}

.fgpwd {
	margin-top: 6px;
	font-size: 13px;
	text-decoration: underline;
	display: inline-block;
	letter-spacing: 0.2px;
	color: #555;
}

.contact-info-ul {
	list-style-type: disc;
	margin-left: 1em;
}

.one-free-addon {
	font-size: 13px;
	margin-bottom: 5px;
}

.one-free-addon span {
	color: #752D10;
	font-size: 13px;
	font-weight: bold;
	margin-right: 6px;
}


.index-news-sec{
	background:#f9f9f9;
	padding:60px 0;
}
.index-news-sec.p-news-sec{
	background:none;
}
.one-news-sec{
	max-width:880px;
	margin:0 auto 30px;
	overflow: hidden;
}

.one-news{
	padding:15px 0;
	border-bottom:1px solid #ddd;
	transition:0.3s;
	display: block;
}
.one-news:nth-of-type(1){
	border-top:1px solid #ddd;
}
.one-news:hover{
	border-bottom-color:#777;
}
.one-news .left{
	width:calc(100% - 40px);
}
.one-news .right{
	width:40px;
	text-align:right;
}
.one-news .right i{
	font-size:14px;
	color:#ccc;
	transition:0.3s;
}
.one-news:hover .right i{
	color: #777;
}
.one-news .news-date{
	margin-bottom:10px;
	font-size:12px;
	color:#bbb;
}
.one-news .title{
	font-size:16px;
	line-height:1.5em;
	color:#333;
	margin-bottom:10px;
}
.one-news .text{
	font-size:13px;
	line-height:1.5em;
	color:#555;
	margin-bottom:10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_menu{width: 100%; margin: 60px auto 40px;}
.page_menu ul li{text-align: center; line-height: 35px; margin:0 10px;}
.page_menu ul li a{font-size: 13px; color:#999; display: block;}
.page_menu ul li a:hover{color:#9d8c85;}
.page_menu ul li.page{ width: 35px; height: 35px; background: #ddd; margin: 0 6px;}
.page_menu ul li.arrow{width:24px;height:35px;margin:0 3px;}
.page_menu .page:hover, .page_menu ul li.active{background: #9d8c85;}
.page_menu .page:hover a, .page_menu ul li.active a{color:#fff;}

.p-news-inner-sec{
	max-width:800px;
	margin:0 auto;
}
.p-news-inner-sec .title{
	font-size:26px;
	line-height:1.5em;
	margin-bottom:20px;
}
.p-news-inner-sec .news-date{
	font-size:13px;
	color:#bbb;
	margin-bottom:40px;
}
.p-news-inner-sec .text{
	font-size:14px;
	line-height:1.5em;
}
.p-news-inner-sec img{
	display: block;
	max-width: 100%;
	margin:30px 0;
}

@media screen and (max-width: 1359px) {

	header .inner .nav li:hover>a:after,
	header .inner .nav li.nav-active>a:after {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
	header .inner .hrp {
		height: 80px;
		position: absolute;
		right: 70px;
	}

	header .inner .hrp a {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.rwd-width-limited {
		width: calc(100% - 40px);
	}

	.gotop {
		bottom: 168px;
	}

	.one-article {
		width: calc(25% - 15px);
		margin: 0 7.5px 20px;
	}

	.index-articles-wrap .lpart {
		width: calc((100% - 60px) / 4 * 3 + 40px);
	}

	.index-articles-wrap .lpart .one-article {
		width: calc(33.33% - 13.33px);
		margin-left: 6.665px;
		margin-right: 6.665px;
	}

	.index-articles-wrap .rpart {
		width: calc((100% - 60px) / 4);
		margin-left: 20px;
	}

	.index-about-sec .left .mtext {
		font-size: 13px;
		-webkit-line-clamp: 5;
	}

}

@media screen and (max-width: 767px) {
	.rwd-width-limited {
		width: calc(100% - 20px);
	}

	.header-gap {
		margin-top: 80px;
	}

	header {
		height: 80px;
	}

	header .inner {
		height: 80px;
		padding: 0 10px;
	}

	header .inner .logo {
		height:44px;
	}
	header.down .inner .logo {
		margin-top:18px;
	}

	header .inner .logo img {
		height: 66px;
	}
	header.down .inner .logo img{
		height:44px;
	}

	header .inner .hrp {
		height: 80px;
		position: absolute;
		right: 64px;
	}

	header .inner .hrp a {
		font-size: 18px;
	}

	header .inner .hrp .v-line {
		margin: 0 5px;
	}

	.p-visual .pic {
		height: 240px;
	}

	.p-visual.p-event-visual .pic {
		height: initial;
	}

	.p-visual .title-sec .cenmid .title {
		font-size: 22px;
	}

	.msubtitle {
		font-size: 13px;
	}

	.gotop {
		bottom: 168px;
	}

	.pc {
		display: none !important;
	}

	.mo {
		display: block !important;
	}

	.mtext {
		font-size: 13px;
	}

	mtext2 {
		font-size: 12px;
	}

	.index-about-sec .left,
	.index-about-sec .right {
		width: 100%;
	}

	.index-about-sec .left .inner .cenmid {
		position: relative;
		top: initial;
		left: initial;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.index-contact-sec {
		margin: 40px 0;
	}

	.index-room-sec {
		margin: 40px 0;
	}

	.flex-h {
		width: 100%;
		margin-right: 0;
	}

	.flex-h:nth-of-type(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.one-input {
		margin-bottom: 20px;
	}

	.btn {
		font-size: 14px;
	}

	.rwd-mg-b-30 {
		margin-bottom: 15px;
	}

	.rwd-mg-b-60 {
		margin-bottom: 30px;
	}

	.index-contact-sec .left {
		margin-bottom: 50px;
	}

	.one-contact .ico {
		font-size: 13px;
	}

	.one-contact .text {
		font-size: 13px;
	}

	.one-contact {
		margin-bottom: 20px;
	}

	footer .inner .logo {
		margin-bottom: 20px;
	}

	footer .inner .info {
		margin-bottom: 20px;
	}


	.one-room.r-top.flex-grid-3-2,
	.one-room.r-top.flex-grid-3-1,
	.one-room.flex-grid-3-1 {
		width: 100%;
		margin: 0 0 12px;
	}

	.one-room .info .titlenprice-sec .title {
		font-size: 15px;
	}

	.one-room .info .titlenprice-sec .price-sec .d-price {
		font-size: 12px;
	}

	.one-room .info .titlenprice-sec .price-sec .price {
		font-size: 14px;
	}

	.one-room .info {
		padding: 12% 10px 15px;
		width: calc(100% - 20px);
	}

	.one-room.r-top .pic {
		height: auto;
	}

	.one-room.r-top .pic .pic-ratio-wrap {
		padding-bottom: 100%;
	}

	.one-room.r-top .pic .pic-ratio-wrap img {
		position: absolute;
	}

	.visual .one-v .cover {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 36%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
	}

	.visual .one-v .cover p {
		font-size: 16px;
	}

	.mtitle {
		font-size: 18px;
	}

	.index-wrap-top .more {
		font-size: 14px;
	}

	.index-wrap-top .more img {
		width: 34px;
	}

	.event-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.event-text {
		font-size: 15px;
	}

	.v-banner.v-banner-l,
	.v-banner.v-banner-s {
		max-width: 100%;
	}

	.about-top .v-logo {
		opacity: .3;
	}

	.about-top .info {
		width: 100%;
	}

	.date-pick-sec {
		margin: 0 4px 10px;
	}

	.sel-sec .sel {
		margin: 0;
	}

	.sel-sec {
		margin: 0 4px 10px;
	}

	.btn-sec {
		margin: 0 4px 10px;
	}

	.room-inner-sec .left {
		width: 100%;
		margin-right: 0;
	}

	.room-inner-sec .right {
		width: 100%;
		margin-left: 0;
	}

	.room-inner-sec.cnp-inner-sec .right {
		margin-bottom: 40px;
	}

	.bed-stat .one-bs {
		margin-right: 10px;
	}

	.bed-stat .one-bs .text {
		font-size: 16px;
	}

	.provide-sec .one-provide {
		margin: 0 12px 12px 0;
	}

	.about-top.exp-top {
		width: 100%;
		margin-right: 0;
	}

	.exp-gallery {
		width: 100%;
		margin-left: 0;
	}

	.login-sec .cenmid {
		width: 100%;
	}

	.login-wrap .login-btn {
		font-size: 14px;
	}

	.one-room:before {
		opacity: 1;
	}
	
	.one-room:after {
		opacity: 1;
	}

	.datepicker{
		left:0;
		right:0;
		margin:0 auto;
	}
	footer .inner .info .one-contact {
		align-items:start;
		justify-content: start;
	}
	
	.flex-sec .one-room.r-top{
		width:100%;
	}
	.flex-sec .one-room.r-top:nth-of-type(4n+2), .flex-sec .one-room.r-top:nth-of-type(4n+3) {
		width:100%;
	}

}

@media screen and (max-width: 359px) {
}

@media screen and (max-device-width: 480px) {}