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

#home {
	height: auto;
	padding-top: 90px;

}

header {
	background-color: rgba(256, 256, 256, 1);
	padding-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(59, 59, 59, 0.5);
}

/* .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: 5%;
	top: 0px;
	width: 115px;


}

#logo img {
	margin: auto;
	max-height: 100%;
	width: 100%;
	transition: 1s;
}

/* #mainBg{
	  background-image: url(img/bg.png);
  }
  .mainCover{
	 
	background-color:rgba(240,240,240,0.4);
  } */

.mainList1 {
	text-align: right;
	padding: 0 10px 0 0;
	user-select: none;
}

.mainList1 li {
	margin: 0 .5%;
	cursor: pointer;
}

.mainList1 li:hover ul {
	display: block;
}

.mainList1 li a {
	padding: 5px;
	font-size: 16px;
	user-select: none;
}

ul.mainList1 li ul {
	position: absolute;
	display: none;
	min-width: 125px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
}

#traffic article {
	align-items: center;
}

ul.mainList1 li ul li {
	display: block;
	text-align: left;
}

ul.mainList1 li ul li a {
	padding: 10px 0;
}


.mainList1 li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

#about {
	background: url(img/bg1.png) no-repeat;

	background-attachment: fixed;
	background-position: center;
	background-size: 100%;

}

#product2,
#picture1 {
	background: url(img/bg1.png) no-repeat;

	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
}

#roomType1 {
	background: url(img/bg2.png) no-repeat;

	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
}

#product1 {
	background: url(img/bg3.png) no-repeat;

	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
}

#video {
	background: url(img/bg4.png) no-repeat;

	background-attachment: fixed;
	background-position: center;
	background-size: 100%;
}

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

.mainList1 {
	bottom: 15px;
	z-index: 100;
}

.mainList1 li a {
	font-weight: bold;
}

.mainList1 li a:hover {
	color: #622888;


}

#product2 article {
	overflow: visible;
}

.scollMenu {
	background-color: #ffffff;
}

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;

}

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

.roomTypeArea {
	justify-content: start;
}

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

#roomType1 .itemB {
	width: 30%;
	margin: 0 1% 20px 1%;
}

.itemB {
	width: 23%;
	margin: 0 1% 20px 1%;
}

.itemC {
	width: 46%;
	margin: 0 2%;
}

.itemD {
	width: 100%;
	margin: 0%;
}

.itemE {
	width: auto;
	height: 80%;
	margin: 0;
}

.itemF {
	width: 29.7%;
	margin: 0 2%;
}

.itemG {
	width: 60%;
	margin: 0 2%;
}

.roomTypeArea {
	margin-top: 20px;
	margin-bottom: 60px;
}

/*****************************************/
.proMask {
	background: #000;
	overflow: hidden;

}

#roomType1 .proMask {
	filter: blur(1px);
	transition: 0.5s;
}

.proMask:hover {
	filter: blur(0px);
}

.proMask img {
	opacity: 0.9;
	transition: 0.5s;
}

div.proItem {
	opacity: 1;
	margin: 20px;
}

.proMask img:hover {
	opacity: 1;

}

.roomTypeItem img {
	margin-bottom: 0;
}

.newsArea a {
	margin: auto;
	padding: 10px;
	width: 90%;
	text-align: center;
	background-color: var(--mainColor);
	color: #eccb89;
}

.newsArea a:hover {
	opacity: 0.7;
}

.newsTitle i {
	top: -5px;
}

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


}

.newsText ul li {
	color: #693328;
}

.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;
	align-items: center;
	background: rgba(255, 255, 255, 1);
}

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

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

.aboutFlex h2 {
	color: #622888;
	width: 80%;
	margin: auto;
	font-size: 28px;
}

#about h2 {
	font-size: 28px;
}

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

}

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

	margin: auto;
	margin-bottom: 60px;
	background-color: #efe6ef
}

.proImg {
	width: 20%;
}

.proText {
	width: 75%;
}

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;
}

.supportLine {
	height: 2px;
	width: 60px !important;
	background-color: var(--mainColor);
	margin: 0 auto 50px;
}

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

#traffic {
	display: flex;
	align-items: center;

	justify-content: center;
}

.trafficText,
.trafficMap {
	width: 46%;
	margin: 60px 2%;
}

.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;
}
.trafficText ol li{
	
	width: 33%;
  } */
.trafficText ol li:nth-child(3) {
	border-right: none;
}

.link_group {
	list-style: none;
	width: 80%;
	margin: auto;

}

.link_group li {
	display: inline-block;
	width: 46%;
	margin: 15px auto;
}

.link_group li a {
	border: 1px solid rgba(98, 40, 136, 0.5);
	color: rgba(98, 40, 136, 0.5);
	padding: 10px 15px;
	margin-right: 15px;
	text-align: center;
}

.link_group li a:hover {
	background-color: rgba(98, 40, 136, 0.5);
	color: #fff;
}

.roomTypeTitle h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center
}

.roomTypeTitle h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center
}

.newsTitle i {
	width: auto;
}

.menuItem h3 {
	margin-bottom: 0;
}

.menuItem ul li {
	display: inline-block;
}

.menuItem span {
	font-size: 0.5em;
}

#menu article {
	padding-bottom: 0px;
}

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

.menuItem {
	margin: auto;
}

.menuItem h3 {
	text-align: center;
	color: #622888;

}

.menuList li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}

.menuList img {
	width: auto
}

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

.item3 {
	margin-bottom: 40px;
}

.newsTitle h3 {
	font-size: 20px;
}

.newsList p {
	font-size: 16px;
}

#roomType1 h5,
#product h5 {
	text-align: center;
	font-size: 24px;
	color: #622888;
}

/**************************************/
.roomTypeTitle h3 {
	font-weight: normal;
	color: var(--mainFontColor);
}

#product h5 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 24px;
}

#product h6 {
	color: #622888;
	font-size: 28px;
	font-weight: 500;
}

.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: #fff;
	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: #693328;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	opacity: 0.7;
} 

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

.picBtn:hover {
	background-color: rgba(62, 30, 24, 0.85);
	transition: 0.5s;
}

.partnerText {
	margin: 0 2%;
	width: auto;
}

.partnerText h2 {
	margin: 4% 0 2% 0;
}

.partnerText p {
	margin-bottom: 4%;
}

/**************************************/
#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%;
}

.trafficText ol li {
	margin-bottom: 24px;
}

/*****************************************/
#roomType1 p {
	text-align: center;
	font-size: 24px;
	color: #445ea5;
}

img.queenIcon {
	width: auto;
	margin: auto;
}

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

.proText {
	margin: auto;
	margin-left: 5%
}

.proText p {
	font-size: 20px;
	margin: auto;

	font-weight: 500;

}

.proText ul {
	margin: 20px 0;
	list-style-type: disc;
}

.proText ul li {
	margin: 5px 0;
	list-style-type: disc;
}

.proText .btn {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.proText .btn a,
#video .roomTypeTitle a,
#product .roomTypeTitle a,
#product1 .roomTypeTitle a {
	border: 1px solid rgba(98, 40, 136, 0.5);
	color: rgba(98, 40, 136, 0.5);
	padding: 15px 15px;
	margin-left: 15px;
	transition: 0.5s;
}

.proText .btn a:hover,
#product .roomTypeTitle a:hover,
#product1 .roomTypeTitle a:hover {
	background-color: rgba(98, 40, 136, 0.5);
	color: #fff;
}

#video .roomTypeTitle,
#product .roomTypeTitle,
#product1 .roomTypeTitle {
	border-bottom: 0px;
}

#video .roomTypeItem a,
#product .roomTypeItem a,
#product1 .roomTypeItem a {
	margin: auto;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
}

#product .roomTypeItem a:hover,
#product1 .roomTypeItem a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.5);
}

#product .roomTypeTitle a,
#product1 .roomTypeTitle a {
	width: 10%;
}

.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%;
}

.videoDiv2 {
	margin-bottom: 80px;
}

.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%;
}

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

.trafficFlex:nth-child(odd) {
	background-color: rgba(256, 256, 256, 0.7);
}

.trafficFlex:nth-child(even) {
	background-color: rgba(100, 100, 100, 0.2);
}

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

.trafficFlex h2 {
	color: #693328;
	width: 80%;
	margin: auto;

}

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

}

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

#sns {
	bottom: 25px;
}

.footerText {
	background-color: rgba(100, 100, 100, 0.5);
}

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

}

.footerText img {
	width: 30%;

}

.footerText a:hover {
	color: #3b3b3b;
}

#copyright {
	position: relative;
	background-color: #3b3b3b;
	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;
	right: 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: 2000;
	background-image: none
}

.navOp {
	z-index: 1000;
}

.navBar1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: rgba(59, 59, 59, 1);
	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) {

	.aboutFlex {
		flex-wrap: wrap;
	}

	#about,
	#news {
		background-size: cover;
	}
}

@media only screen and (max-width: 1052px) {
	.trafficText p {
		display: none;
	}

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

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

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

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

	article {
		padding-top: 75px;
	}

	.aboutFlex ul {

		font-size: 14px;
	}

	.footerText img {
		margin: auto;
	}

	.proText {
		padding: 15px 0;
	}
}


@media only screen and (max-width: 1080px) {
	header {
		height: 90px;
	}

	ul.mainList1 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(18, 18, 18, 0.7);
		padding-top: calc(50px + 10vh);
		display: none;

	}

	ul.mainList1 li {
		width: 100%;
		text-align: center;
		margin: 0 auto 2.5vh auto;
	}

	ul.mainList1 li a {
		color: #ffffff;
	}

	ul.mainList1 {
		z-index: 900;
	}

	.navBar1 {
		display: block;
	}




	.navBar1 {
		top: 40px;
	}

}

@media only screen and (max-width: 950px) {
	#logo {
		left: 0;
		top: -20px;
	}

	.aboutFlex {
		background-color: transparent;
	}

	.aboutFlex div {
		width: 80% !important;
		margin: auto;
	}

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

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

	.aboutFlex img {
		width: 80%;
		margin: auto;
		margin-top: 36px;
	}

	.aboutFlex h2 {
		margin-top: 36px;

	}

	.link_group {
		margin-top: 36px;
		width: 100%;
	}

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


	}

	div.shop1688 {
		display: none;
	}

	.pictureItem {
		margin-top: 60px;
	}

	#picture article a {
		width: 55%;
		margin: 0 auto 60px auto;
	}

	#picture article .clear {
		width: 50%;
	}

	.item2 {
		width: 70%;
	}

	.itemB {
		width: 40%;
		margin: 0 5% 40px 5%;
	}
}

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

	#about,
	#product2,
	#picture1,
	#product1,
	#roomType1,
	#video {
		background-size: cover;
	}

	.aboutFlex img {
		width: 100%;
	}

	img.queenIcon {
		width: auto;
	}

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

	.videoDiv {
		width: 100%;
	}

	#roomType1 .proMask {
		filter: blur(0px);
	}

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

	.aboutFlex {
		margin-bottom: 30px;
	}

	.proImg {
		width: 30%;
		margin: auto;
		margin-top: 15px;
	}

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

	article h3 {
		margin-bottom: 36px;
	}

	#roomType1 .itemB {
		width: 46%;
		margin: 0 2% 80px 2%;
	}

	.footerText img {
		width: 50%;
	}

	.trafficText,
	.trafficMap {
		width: 80%;
		margin: auto;
	}

}

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

	article {
		padding-top: 48px;
	}

	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 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) {
	#video {
		background: none;
	}

	.picture article a {
		width: 100%;
	}

	#product .roomTypeTitle a,
	#product1 .roomTypeTitle a {
		width: 30%;
	}

	.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;
	}

	.link_group li {
		width: 60%;
	}

	.proImg {
		width: 50%;
	}

	#sns {
		left: 5px;
	}

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

	.itemB {
		width: 70%;
		margin: 0 auto 48px auto;
	}

	.itemC {
		width: 100%;
	}

	#roomType1 .itemB {
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}

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

	#roomType1 h5,
	#product h5 {
		font-size: 20px;
	}

	.trafficText,
	.trafficMap {
		width: 100%;
	}

	.trafficMap {
		margin-top: 24px;
	}

	.trafficMap iframe {
		height: 300px;
	}
}

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