@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap');


:root {
	--mainColor: #3b3b3b;
	--mainFontColor: #ffffff;
	--mainBorderColor: rgba(59, 59, 59, 0.5);
	--mainBorder: 1.5px solid var(--mainBorderColor);
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
footer {
	font-family: '小塚ゴシック Pro', 'Noto Sans TC', '微軟正黑體', sans-serif;

}

#home {
	background-image: url(img/home.png);
}

header {
	background-color: rgb(37, 37, 37);
}

/* .homeCover{
	  background-color:rgba(240,240,240,0.5);
  } */
.homeCover h4 {
	width: auto;
	background-color: #fff;
	padding: 0 10px;
}

.homeCover h4:first-child {
	margin-bottom: 1.7em;
}

#logo {
	left: 30px;
}

#mainBg {
	background-image: url(img/bg01.jpg);
}

.mainCover {
	background-color: #838383e6;
}

/* .menuArea h3,
.menuArea li {
	text-align: center;
} */

.mainList {
	bottom: 25px;
	z-index: 100;
}

.mainList li a {
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.qrcode {
	width: 80%;
	margin: auto;
}

.trafficItem {
	display: flex;
}

.qrcode img {
	width: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mainList li a:hover {
	color: #e6d49b;

}

.scollMenu {
	background-color: #3b3b3b;
}

h3 {
	font-weight: 500;

}

article>h3 {
	text-align: center;
	margin-bottom: 30px;
	color: var(--mainColor);
}

p,
li,
a,
h2 {
	font-weight: 400;
}

.title {
	/* background: url(img/title_bg.png) no-repeat; */
	background-position: center;
	background-size: contain;
}

.title h3 {
	text-align: center;
	color: #ffffff
}

#sns ul li a,
.slick-next,
.slick-arrow {
	filter: brightness(1);
}

.newsArea a {
	margin: auto;
	padding: 13px;
	position: absolute;
	text-align: center;
	background: url(../sys/line.svg) no-repeat;
	filter: brightness(0.2);
	top: 1px;
	left: 80px;

}

.newsArea a:hover {
	opacity: 0.7;
}

.newsTitle i {
	top: -5px;
}

.newsText ul {
	width: 95%;
	margin: 0 auto;
	font-size: 14px;


}

.newsText ul li {
	color: #fdf74a;
}

.number ul {
	list-style-type: decimal;
	list-style-position: outside;
	list-style: normal !important;
	margin: 0px;
	padding-left: 2em;
}

.number li {
	list-style: inherit !important;
	display: list-item;
}

#about h2 {
	margin-bottom: 15px;
}

.aboutFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.aboutFlex div {
	width: 50%;
	/* margin-bottom:30px; */
}

.aboutFlex>div {
	align-self: center;
}

.aboutFlex h2 {
	color: #fdf74a;
	width: 80%;
	margin: auto;

}

.aboutFlex ul {
	color: #693328;
	width: 80%;
	margin: auto;

}

.aboutFlex ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #fdf74a;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	opacity: 0.7;
}

.aboutFlex p {
	text-align: justify;
	width: 80%;
	margin: auto;
	max-width: 800px;
}

article {
	overflow: hidden;
	padding-bottom: 0;
}

#product>article {
	overflow: visible;
}

.animateLeftToRight {
	position: relative;
	right: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, right 1s ease-in-out;
}

.animateRightToLeft {
	position: relative;
	left: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, left 1s ease-in-out;
}

.animateBottomToTop {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out;
}


#sns .tel {
	background-image: url(img/tel.svg);
}

.trafficText li {
	text-align: center;
	min-width: 300px;
	margin: 20px 0;
}

.trafficText ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}



.item2 {
	width: 46%;
	margin: 0 2% 80px 2%;
}

#logo img{
	max-height:65px;
}

/**************************************/
.roomTypeTitle h3 {
	font-weight: normal;
	color: #fdf74a;
}

/* .picture article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.picture article h3 {
	width: 100%;
	margin-bottom: 0;
}

.picture article p {
	width: 100%;
}

.picture article a {
	/* width: 33%; */
/* margin:0px 2%;
color: #ffffff;
} 

.picture article.cc1 a {
	width: 90%;
	margin: 20px auto;
}

.picture article.cc2 a {
	width: 40%;
	margin: 20px 5%;
}

.picture article .clear {
	width: 46%;
	margin: 0 2%;
}

.picture article.cc1 .clear {
	width: 90%;
	margin: 0 auto;
}

.picture article.cc2 .clear {
	width: 40%;
	margin: 0 5%;
}

.picture article a span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background-color: rgba(18, 18, 18, 0.85);
}

.picture a {
	overflow: hidden;
}

.picture a img {
	transition: all 0.35s, transform 0.35s;
	transform: scale3d(1.05, 1.05, 1);
}

.picture a:hover img {
	transform: scale3d(1, 1, 1);
}

.picture article a span {
	color: #fff;
}

.pictureArea {
	margin-top: 60px;
	display: flex;
	position: relative;
}

.pictureItem {
	margin-right: 4%;
	margin-left: 4%;
}

.picTitle {
	position: absolute;
	top: 0px;
	z-index: 10;
	background-color: rgba(256, 256, 256, 0.7);

}

.picTitle p {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 500;
}

.pictureItem ul {
	background-color: rgb(75, 75, 75);
	padding: 10% 25px;
	font-size: 14px;
	color: rgba(59, 59, 59, 0.7);
}

.pictureItem ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #ffc532;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	opacity: 0.7;
}

.picBtn {
	background-color: rgba(255, 184, 5, 0.7);
	text-align: center;
	color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}

.picBtn:hover {
	background-color: rgba(255, 159, 34, 0.85);
	transition: 0.5s;
} */

/**************************************/
#announcement .item2 {
	margin-bottom: 30px;
}

#announcement .newsTitle i {
	font-size: 24px;
}

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

.newsList img {
	width: 30%;
}

.newsList p {
	margin-left: 5%;
	margin-right: 5%;
}

/*****************************************/

.proText h3 {
	text-align: center;
	color: #693328;
	font-size: 24px;
	margin-bottom: 5px
}

.proText p {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}

.proBtn {
	width: 20%;
	margin: auto;
	text-align: center;
	background-color: rgba(62, 30, 24, 0.7);

}

.proBtn:hover {
	background-color: rgba(62, 30, 24, 0.85);
	transition: 0.5s;
	box-shadow: inset 0px 0px 10px rgba(59, 59, 59, 0.8);
}

.proBtn a {
	margin-top: 30px;
	padding: 5% 10%;
	color: #fff;
	letter-spacing: 5px;
}

#video article {
	display: block;
}

.videoFlex {
	display: flex;
}

.videoDiv {

	width: 40%;
	margin: 0 5% 15px 5%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#traffic article {
	display: block;
	padding-bottom: 150px;
}

.trafficFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.trafficFlex:nth-child(odd) {
	background-color: rgb(204 183 126 / 50%);
}


.trafficFlex:nth-child(even) {
	background-color: rgb(239 227 180 / 50%);
}

.trafficFlex div:first-child {
	width: 100%;
}

.trafficFlex h2 {
	color: #af1e05;
	font-weight: 600;
	width: 80%;
	margin: 20px auto;
}

.trafficFlex ul {
	color: #693328;
	width: 80%;
	margin: auto;
	padding-left: 30px;
}

.trafficFlex ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #fdf74a;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	opacity: 0.7;
}

#sns {
	bottom: 25px;
}

.footerText {
	background-color: #3b3a3a;

}



.footerText article {
	display: flex;
	padding: 30px;
	align-items: center;

}

.footerText img {
	width: 50%;

}

.roomTypeItem {
	width: 30%;
}

.footerText p {
	color: rgb(218, 218, 218)
}

.footerText a {
	color: rgb(224 199 131);
	border-bottom: 1px solid rgb(194 53 28);
	padding-bottom: 2px;
	width: 25%;
	display: inline;
}

.footerText a:hover {
	color: #f0f0f0;
}

#copyright {
	position: relative;
	background-color: #3b3b3b00;
	color: #fff;
}

#toTop {
	opacity: 0;
	text-decoration: none;
	/* position: fixed;
    bottom: 30px;
    right: 2%; */
	overflow: hidden;
	z-index: 999;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: 100%;
	background: url(img/top.svg) no-repeat 0 0;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	transition: 0.5s;
}

/************************************/
.navBar1 {
	width: 45px;
	height: 30px;
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 20;
	background-image: none
}

.navOp {
	z-index: 1000;
}

.navBar1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: rgb(216 203 160);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.navBar1 span:nth-child(1) {
	top: 0px;
}

.navBar1 span:nth-child(2) {
	top: 15px;
}

.navBar1 span:nth-child(3) {
	top: 30px;
}

.navBar1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navBar1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.navBar1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}





@media only screen and (max-width: 1200px) {
	#home {
		height: 50vh;
	}

	.aboutFlex {
		flex-wrap: wrap;
	}

}

@media only screen and (max-width: 1052px) {
	#home {
		height: 40vh;
		margin-top: 150px;

	}

	.trafficText p {
		display: none;
	}

	/* .aboutFlex p{
		  width:100%;
	  } */
}

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


	#logo img {
		width: 70%;
		position: relative;
		top: 10px;
	}

	#about h2,
	.trafficFlex h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.aboutFlex p,
	.trafficFlex ul,
	.footerText p {
		font-size: 15px;
	}

	.aboutFlex ul {

		font-size: 14px;
	}

	.footerText img {
		margin: auto;
	}

}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #ffffff;
	}

	.aboutFlex div {
		width: 100% !important;
	}

	.navBar1 {
		display: block;
	}

	#logo {
		left: 0;
		top: -15px
	}

	#logo img {
		width: 70%;
		top: -12px;
	}

	.pictureArea {
		flex-wrap: wrap;
		width: 50%;
		margin: auto;

	}

	.pictureItem {
		margin-top: 60px;
	}

	.lang {
		min-height: 70px;
	}


}

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


	.qrcode img {
		width: 50%;
	}

	.trafficFlex div:first-child {
		padding-bottom: 20px;
		width: 100%;
	}

	.trafficItem {
		display: initial;
	}

	.roomTypeItem {
		width: 90%;
	}

	.item2 {
		width: 80%;
		margin: 0 auto 40px auto;
	}

	.videoDiv {
		width: 100%;
	}

	.resverseFlex {
		flex-direction: column-reverse;
	}

	.aboutFlex {
		margin-bottom: 30px;
	}

	.aboutFlex img {
		width: 80%;
		margin: auto;
	}

	.footerText img {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	article h3 {
		font-size: 24px;
	}

	#roomType article .roomTypeText p,
	.newsText p {
		font-size: 14px;
	}

	.item3 {
		width: 100% !important;
	}

	.videoFlex {
		flex-wrap: wrap;
	}

	.videoDiv p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.item2 {
		width: 100%;
	}

	.aboutFlex img {
		width: 100%;

	}

	.aboutFlex h2,
	.aboutFlex p,
	.aboutFlex ul {
		width: 100%;
	}

	.pictureArea {
		width: 75%;
	}

	.proBtn {
		width: 30%;
	}

	#traffic article {
		padding-bottom: 60px;
	}

	.trafficFlex {
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* .trafficFlex img {
		display: none;
	} */

	.trafficFlex h2,
	.trafficFlex ul {
		width: 90%;
	}

	.footerText img {
		width: 70%;
	}
}

@media only screen and (max-width: 480px) {
	#home {
		margin-top: 88px;
		height: 30vh;
	}

	.picture article a {
		width: 100%;
	}


	.pictureArea {
		width: 100%;
	}

	.newsList {
		flex-wrap: wrap;

	}

	.newsList img {
		width: 70%;
	}

	.proBtn {
		width: 50%;
	}

	.proBtn a {
		padding: 10%;
	}

	.footerText article {
		flex-wrap: wrap;
	}

	.footerText img {
		width: 50%;
		margin-bottom: 30px;
	}

	.footerText p {
		text-align: center;
	}

	#sns {
		left: 5px;
	}

	#toTop {
		width: 30px;
		height: 30px;
	}
}

@media only screen and (max-width:414px) {
	/* #sns,#toTop{
		  bottom: 55px;
	  } */
}