:root {
	--mainColor: rgba(30, 30, 30, 1);
	--mainFontColor: rgba(30, 30, 30, 1);
	--mainBorder: 1.5px solid var(--mainFontColor);
}

#home {
	background-image: url(img/home.jpg);
	background-position: 90%;
}

.homeCover {
	/* background-color:rgba(240,240,240,0.5); */
}

.homeCover h4 {
	text-align: right;
	color: rgb(20, 133, 133);
	font-weight: 500;
	letter-spacing: 3px;
	width: 27%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 10px 5px 10px;
	right: 150px;
	left: auto;
	bottom: 10vh;
}


#mainBg {
	background-image: url(img/bg.jpg);
}

.mainCover {
	background-color: rgba(240, 240, 240, 0.2);
}

.menuArea h3,
.menuArea li {
	text-align: center;
}

.scollMenu {
	background-color: #ffffff90;
}

h3 {
	font-weight: 500;
	letter-spacing: 6px;
}

article>h3 {
	text-align: center;
	margin-bottom: 30px;
	color: var(--mainColor);
}

p,
li,
a,
h2 {
	font-weight: 400;
}

#sns ul li a,
.slick-next,
.slick-arrow {
	filter: brightness(0);
}

li.shop1688 img {
	top: 0px;
}

.roomTypeItem a:hover {
	opacity: 0.7;
}

.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;
}

.aboutFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutFlex div {
	width: 49%;
	margin-bottom: 30px;
}

.aboutFlex>div {
	align-self: center;
}

.aboutFlex p {
	text-align: justify;
	width: 80%;
	margin: auto;
	max-width: 800px;
}

article {
	overflow: hidden;
}

#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;
}

.supportLine {
	height: 2px;
	width: 60px !important;
	background-color: var(--mainColor);
	margin: 0 auto 50px;
}

#sns .tel {
	background-image: url(img/tel.svg);
}

#traffic div {
	width: 100%;
}

.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;
}

.menuItem span {
	font-size: 0.5em;
}

#menu article {
	padding-bottom: 0px;
}

.roomTypeItem a {
	display: inline-block;
}

.item2 {
	width: 46%;
	margin: 0 2% 80px 2%;
}

.item3 {
	margin-bottom: 40px;
}

.lb-number {
	display: none !important;
}

/**************************************/
.picture article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.picture article h3 {
	width: 100%;
}

.picture article p {
	width: 100%;
}

.picture article a {
	width: 46%;
	margin: 20px 2%;
}

.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;
}

/**************************************/

.videoDiv {
	width: 48%;
	margin-bottom: 15px;
}

.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%;
}

@media only screen and (max-width: 1200px) {
	.aboutFlex {
		flex-wrap: wrap;
	}

	.aboutFlex div {
		width: 100%;
	}
}

@media only screen and (max-width: 1052px) {
	.trafficText p {
		display: none;
	}

	.aboutFlex p {
		width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #ffffff;
	}
}

@media only screen and (max-width: 770px) {
	.item2 {
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.videoDiv {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.item3 {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.picture article a {
		width: 100%;
	}

	#sns {
		left: 5px;
		bottom: -2px;
	}
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	background-color: #fff;
}

.navBar {
	background-image: url(img/navbar.png);
}

.lang {
	text-align: right;
	padding: 10px 10px 0 0;
	z-index: 20;
	min-height: 42px;
	background-color: #fff;
}

.mainList {
	text-align: right;
	padding: 0 10px 15px 0;
	user-select: none;
	background-color: #fff;
}

#logo img:hover {
	transition: all 0.35s linear;
	transform: scale(1.25);
	overflow: hidden;
}

#logo img {
	max-height: 150px;
	max-width: 100%;
	width: auto;
	margin-left: 20px;
}

#home {
	height: 80vh;
}

#about {
	background-image: url(img/bg2.jpg);
}

.roomType2 {
	background-image: url(img/bg1.jpg);
	background-size: cover;
}

#about article {
	padding-top: 75px;
	max-width: none;
	width: 100%;
}

.aboutword {
	margin-top: 100px;
}

.aboutword p {
	font-size: 18px;
}

.aboutFlex div.aboutpic {
	width: 30%;
}

.aboutFlex div.aboutright {
	width: auto;
	margin-top: 30px;
}

.aboutFlex p {
	text-align: justify;
	width: 80%;
	margin: auto;
	max-width: 800px;
	margin-left: 20px;
}

img.flower {
	position: absolute;
	width: 250px;
	right: -40px;
	top: -80px;
}

.roomTypeItem img:hover {
	transition: all 0.35s linear;
	transform: scale(1.05);
	overflow: hidden;
}

h2 {
	letter-spacing: 2px;
}

.roomTypeText p {
	font-size: 16px;
	letter-spacing: 2px;
}

#footer {
	background-color: rgba(255, 219, 219, 0.8);
}

#footer article {
	padding: 50px 0 50px 0;
}

.footerbox {
	width: auto;
	display: flex;
}

.footerbox img.footerpic {
	width: 200px;
}

.footer3 h2 {
	color: rgb(72, 185, 185);
}

.footer3 p {
	color: rgb(45, 133, 133);
	font-size: 18px;
}


h2.commodityTitle {
	color: #fff;
	padding: 5px;
	text-align: center;
	letter-spacing: 5px;
	background-color: #cf304a;
	width: 65%;
}

.commoditybox {
	border: 3px solid #cf304a;
	width: auto;
	padding: 20px 30px 20px 30px;
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255, 0.5);
}

.commoditybox2 {
	background-color: #fff;
	width: auto;
	padding: 20px 30px 20px 30px;
	margin-bottom: 20px;
}

.commoditybox p {
	font-size: 16px;
	line-height: 2.2em;
	letter-spacing: 2px;
}

.commoditybox p:hover {
	color: #1489ce;
	font-size: 20px;
}

p.commodity {
	font-size: 24px;
}

.commoditypic {
	width: 32%;
	margin-left: 0px;
	margin-right: 0px;
}


.commoditybottom1 {
	background-image: url(img/roombg1.jpg);
	padding: 50px 100px;
}

.commoditybottom1 h2 {
	background-color: #cf304a;
	color: #fff;
	width: 30%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.commoditybottom1 p {
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px 50px;
	width: 50%;
	font-size: 18px;
}

.commoditybottom2 {
	background-image: url(img/roombg2.jpg);
	padding: 50px 100px;
}

.commoditybottom2 h2 {
	background-color: #cf304a;
	color: #fff;
	width: 30%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 400px;
}

.commoditybottom2 p {
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px 50px;
	width: 50%;
	font-size: 18px;
	margin-left: 400px;
}

.item4 {
	width: 22%;
}

@media only screen and (max-width: 1200px) {
	#logo img {
		max-height: 60px;
		margin: auto;
	}

	li.shop1688 img {
		margin-top: 25px;
	}

	#about p {
		width: 75%;
		margin: auto;
	}

	img.flower {
		position: absolute;
		opacity: 0.2;
		right: -40px;
		top: -30px;
	}

	.aboutFlex div.aboutpic {
		width: 30%;
		margin: 0 0.5% 80px 0.5%;
	}

	.aboutword {
		margin-top: 20px;
	}

	h3.newsright {
		font-size: 20px;
	}

	.footerbox {
		width: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.footerbox img.footerpic {
		width: 120px;
	}

	#footer article {
		margin: 0px;
		width: 100% !important;
	}

	.footer1 {
		order: 1;
		width: 25%;
		margin: 0 2%;
	}

	.footer2 {
		order: 3;
		margin: 15px 5%;
	}

	.footer3 {
		order: 2;
		width: 60%;
		float: left;
		margin-left: 35px;
	}

	.footer3 h2 {
		font-size: 20px;
	}

	.footer3 p {
		font-size: 14px;
	}

	#roomType article p {
		font-size: 12px;
	}

	h2.commodityTitle {
		font-size: 17px;
		width: 85%;
		letter-spacing: 3px;
	}

	.commoditybox {
		padding: 10px 20px 10px 20px;
	}

	.commoditybox2 {
		padding: 10px 20px 10px 20px;
		margin-bottom: 20px;
	}

	#roomType article div.commoditybox p {
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 1px;
	}

	.commodity>div {
		width: 85%;
		margin: auto;
	}

	.commoditybottom1 {
		background-image: url(img/roombg1.jpg);
		padding: 50px 0px;
		margin-top: 50px;
	}

	.commoditybottom1 h2 {
		background-color: #cf304a;
		color: #fff;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}

	.commoditybottom1 p {
		background-color: rgb(255, 255, 255, 0.5);
		padding: 10px 10px;
		width: 100%;
		font-size: 12px;
	}

	.commoditybottom2 {
		background-image: url(img/roombg2.jpg);
		background-position-x: -150px;
		padding: 50px 0px;
	}

	.commoditybottom2 h2 {
		background-color: #cf304a;
		color: #fff;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.commoditybottom2 p {
		background-color: rgb(255, 255, 255, 0.8);
		padding: 10px 10px;
		width: 100%;
		font-size: 12px;
		margin-left: 0px;
	}

	.item4 {
		width: 46%;
	}

	#home {
		top: 40px;
		height: 80vw;
	}

	.homeCover h4 {
		font-size: 14px;
		text-align: right;
		width: 85%;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px 10px 5px 10px;
		right: 10px;
		left: auto;
		bottom: 8vh;
	}
}