/* color #433F37*/


/* color #8FC31F */

body.fixed {
	position: fixed;
}

.header {
	height: 100px;
}

.header-con {
	height: 100px;
	padding: 0 40px;
	width: 100%;
	transition: opacity 0.3s;
	will-change: opacity;
	position: relative;
	z-index: 100;
}

.header-con.will-fixed {
	opacity: 0;
}

.header-con.is-active,
.header-con.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 100;
}

.header-r {
	position: relative;
	z-index: 100;
}

.logo {
	width: 100px;
}

.header-con.is-active .logo {
	opacity: 0;
}

.tel {
	font-size: 18px;
	color: #4E463C;
	letter-spacing: 1px;
	margin-right: 40px;
}

.contact-us-btn {
	border: 1px solid #433F37;
	width: 140px;
	height: 35px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #4E463C;
	letter-spacing: 0;
}

.hamburger {
	width: 60px;
	height: 20px;
	position: relative;
	cursor: pointer;
}

.hamburger::before {
	content: "";
	display: inline-block;
	background: #433F37;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.hamburger::after {
	content: "";
	display: inline-block;
	background: #433F37;
	width: 60px;
	height: 1px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.hamburger.isOpen::before {
	content: "";
	display: inline-block;
	background: #433F37;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	transform: rotate(20deg) translateY(-9px);
	transform-origin: center;
}

.hamburger.isOpen::after {
	content: "";
	display: inline-block;
	background: #433F37;
	width: 60px;
	height: 1px;
	position: absolute;
	top: 1px;
	transform: rotate(-20deg) translateY(9px);
	transform-origin: center;
}

.top-menu-con {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #F3F4F0;
	display: none;
}

.is-active .top-menu-con {
	display: block;
}

.top-menu-con .flex {
	height: 100%;
}

.menu-l-img {
	width: 36%;
	height: 100%;
	position: relative;
}

.menu-l-img::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: #433F37;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-l-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-l-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-align: center;
	line-height: 70px;
	z-index: 100;
}

.menu-l-txt span {
	display: block;
	font-weight: bold;
	font-size: 120px;
	color: #FFFFFF;
	letter-spacing: 10px;
	text-align: center;
	line-height: 80px;
}

.menu-r-nav {
	padding: 20vh 0 80px;
	display: flex;
	flex: 1;
	height: 100%;
	overflow-y: auto;
	align-items: center;
	justify-content: center;
}

.menu-r-nav .flex {
	width: 660px;
	gap: 0;
}

.menu-r-nav .menu .menu-item {
	margin-bottom: 64px;
}

.menu-r-nav .menu .menu-item:last-child {
	/* margin-bottom: 0px; */
}

.menu-r-nav .menu .menu-item .menu-t-en {
	-webkit-text-stroke: 0.5px rgba(104, 57, 0, 0.20);
	color: transparent;
	font-size: 36px;
	color: #F3F4F0;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	display: block;
}

.menu-r-nav .menu .menu-item .menu-t-cn {
	font-size: 16px;
	color: #683900;
	letter-spacing: 0;
	line-height: 30px;
}

.menu-r-nav .menu .menu-item ul {
	margin-top: 10px;
}

.menu-r-nav .menu .menu-item ul li a {
	font-size: 16px;
	color: #683900;
	letter-spacing: 0;
	line-height: 30px;
}

.menu-r-nav .menu .menu-item ul li {
	padding-left: 36px;
	position: relative;
}

.menu-r-nav .menu .menu-item ul li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #683900;
	position: absolute;
	left: 12px;
	top: 13px;
}

.contact-us-bg {
	height: 400px;
	margin-top: -30px;
	padding-top: 112px;
}

.contact-us-bg .flex {
	gap: 80px;
}

.tel-mail {
	flex: 1;
}

.tel-mail .tel {
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2.4px;
	line-height: 32px;
}

.tel-mail .tel {
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2.4px;
	line-height: 32px;
}

.tel-mail .open-time {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2.4px;
	line-height: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.wechat-qrcode {
	width: 510px;
	display: flex;
	gap: 20px;
}

.wechat-qrcode img {
	border: 1px solid #ffffff;
	padding: 8px;
}

.wechat-qrcode p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

.send-mail {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2.4px;
	text-align: center;
	padding: 33px;
	border: 1px solid #ffffff;
}

.address-con {
	margin-top: 100px;
}

.footer {
	margin-top: 120px;
}

.footer-ft {
	margin-top: 100px;
	height: 80px;
	border-top: 1px solid rgba(104, 57, 0, 0.2);
	padding: 0 80px;
}

.copyright,
.icp {
	font-size: 14px;
	color: #433F37;
	letter-spacing: 0;
}

.icp {
	margin-right: 30px;
}

.addr-list {
	padding-left: 60%;
	position: relative;
}

.addr-list li {
	padding-left: 20px;
	margin-bottom: 35px;
	cursor: pointer;
}

.addr-list li:last-child {
	margin-bottom: 0;
}

.addr-list li .location {
	font-size: 18px;
	color: #433F37;
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}

.addr-list li .location::before {
	content: "";
	width: 10px;
	height: 10px;
	opacity: 0.2;
	background: #683900;
	border-radius: 10px;
	position: absolute;
	top: 8px;
	left: -20px;
}

.addr-list li.active .location::before {
	background: #8FC31F;
	opacity: 1;
}

.addr-list li .addr {
	opacity: 0.8;
	font-size: 14px;
	color: #433F37;
	letter-spacing: 0;
	line-height: 20px;
}

.addr-list li img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	max-width: calc(60% - 60px);
}

.addr-list li.active img {
	display: block;
}

.btn-outline-white {
	transition: background 0.3s, color 0.3s;
	will-change: background, color;
}

.btn-outline-white:hover {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #433f37;
}

.btn-outline {
	transition: border 0.3s, background 0.3s;
	will-change: border, background, box-shadow, color;
}

.btn-outline:hover {
	border: 1px solid #ddd;
	background: #FFFFFF;
}

.menu-r-nav .flex .menu:ntd-child(1) {
	width: 250px;
}

.menu-r-nav .flex .menu:ntd-child(2) {
	width: 240px;
}

.flex-h-b {
	justify-content: space-between;
	align-items: baseline;
}

@media only screen and (max-width:1180px) {
	.menu-r-nav {
		padding: 150px 0 40px;
	}

	.menu-r-nav .flex {
		gap: 0;
		width: 560px;
	}
}

@media only screen and (max-width:1000px) {
	.header-con {
		padding: 0 20px;
	}

	.menu-r-nav {
		padding: 150px 0 40px;
	}

	.menu-r-nav .flex {
		gap: 0;
		width: 460px;
	}

	.menu-l-txt {
		font-size: 36px;
		line-height: 50px;
	}

	.menu-r-nav .menu .menu-item .menu-t-en {
		font-size: 30px;
	}

	.menu-r-nav .menu .menu-item .menu-t-cn {
		font-size: 14px;
	}

	.menu-r-nav .menu .menu-item ul li a {
		font-size: 14px;
		line-height: 32px;
	}

	.menu-r-nav .flex .menu:ntd-child(1) {
		width: 210px;
	}

	.menu-r-nav .flex .menu:ntd-child(2) {
		width: 203px;
	}
}

@media only screen and (max-width:768px) {
	.header-con {
		height: 80px;
		padding: 15px;
	}

	.header {
		height: 80px;
	}

	.logo {
		max-height: 30px;
		width: auto;
	}

	.logo img {
		max-height: 30px;
		width: auto;
	}

	.header-con.is-active .logo {
		position: relative;
		z-index: 100;
		opacity: 1;
	}

	.hamburger {
		width: 32px;
		height: 10px;
	}

	.hamburger::before {
		width: 32px;
	}

	.hamburger::after {
		width: 32px;
	}

	.hamburger.isOpen::before {
		width: 32px;
		transform: rotate(20deg) translateY(-4px);
	}

	.hamburger.isOpen::after {
		width: 32px;
		transform: rotate(-20deg) translateY(4px);
	}

	.top-menu-con>.flex {
		flex-direction: column-reverse;
	}

	.menu-l-img {
		width: 100%;
		height: calc(100vw * 0.6933);
		max-height: 375px;
	}

	.menu-l-txt {
		font-size: 32px;
		color: #FFFFFF;
		letter-spacing: 2.67px;
		text-align: center;
		line-height: 40px;
	}

	.menu-l-txt span {
		line-height: 40px;
		font-size: 88px;
	}

	.menu-r-nav {
		width: 100%;
		padding: 100px 15px 10px;
	}

	.menu-r-nav .flex {
		gap: 0px;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
		overflow-y: auto;
		margin-right: -10px;
		padding-right: 10px;
	}

	.menu-r-nav .menu .menu-item {
		margin-bottom: 0;
		padding: 16px 0;
		border-top: 1px solid rgba(104, 57, 0, 0.24);
	}

	.menu-r-nav .menu .menu-item.last {
		border-bottom: 1px solid rgba(104, 57, 0, 0.24);
	}

	.menu-r-nav .menu {
		width: 100%;
	}

	.menu-r-nav .menu .menu-item ul {
		display: none;
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid rgba(104, 57, 0, 0.05);
	}

	.menu-r-nav .menu .menu-item .menu-t-en {
		font-size: 22px;
		color: #F3F4F0;
		letter-spacing: 2.2px;
		line-height: 30px;
	}

	.menu-r-nav .menu .menu-item .menu-t-cn {
		font-size: 14px;
		color: #683900;
		letter-spacing: 0;
		line-height: 24px;
	}

	.menu-sp-btn {
		position: relative;
	}

	.menu-sp-btn::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 8px;
		background-image: url("/images/arrow-m.svg");
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 8px;
	}

	.menu-sp-btn.open::after {
		transform: rotate(180deg);
	}

	.open+ul {
		display: block !important;
	}

	.menu-r-nav .menu .menu-item ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.menu-r-nav .menu .menu-item ul li::before {
		top: 9px;
	}

	.tel-mail .tel {
		width: 100%;
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 24px;
		text-align: center;
		margin: 0;
	}

	.tel-mail .open-time {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 24px;
		text-align: center;
		margin-bottom: 16px;
	}

	.send-mail {
		width: 100%;
		padding: 21px;
		font-size: 16px;
		letter-spacing: 1.6px;
		text-align: center;
	}

	.wechat-qrcode p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px;
	}

	.address-con {
		margin-top: 72px;
	}

	.footer-ft {
		margin-top: 72px;
		height: 72px;
		padding: 0 15px;
	}

	.copyright,
	.icp {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 20px;
	}

	.icp {
		margin-right: 20px
	}

	.wechat-qrcode {
		display: block;
		width: 250px;
	}

	.wechat-qrcode>div {
		margin-bottom: 30px;
	}

	.wechat-qrcode>div:nth-child(2) {
		margin-bottom: 0;
	}

	.header-con.is-active,
	.header-con.fixed {
		background: white;
	}
}