<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, .marqueeArea .marqueeTxtList .title, .marqueeArea .marqueeTxtList .item, .marqueeArea .fixedCircle .lineCircle, .marqueeArea .fixedCircle .textCircle tspan, .marqueeArea .fixedCircle, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .menuBox .menu &gt; li a:after, header .menuBox .menu &gt; li a, header .menuBox, header .logo .back, header .logo .front, header .languageBox:after, header .wrap, header, .languageBox .languageList, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn .btnText:before, .btnBox .btn .btnText:after, .btnBox .btn .btnText, .btnBox .btn, .Img.hover:after, .Img.hover:before, .Img, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 10px;
	position: relative;
}
.formBox .formColumn.select {
	position: relative;
}
.formBox .formColumn.select::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #626262;
	border-bottom: 2px solid #626262;
	pointer-events: none;
	position: absolute;
	bottom: 35px;
	right: 20px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
@media (max-width: 1180px) {
	.formBox .formColumn {
		padding: 10px;
	}
}
.formBox .columnTitle {
	width: 100%;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.25;
	margin-bottom: 12px;
	position: relative;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 10px;
	margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
	padding-left: 14px;
}
.formBox .columnTitle.requireStyle::before {
	content: "*";
	color: #b58044;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.formBox .columnCheckBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #cecece;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #b58044;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.02rem;
	margin-left: 4px;
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	outline: none;
	padding: 5px 25px 5px 10px;
	margin: 0;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnArea {
	height: 200px;
	padding: 10px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: #737373;
	font-weight: 500;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	border-color: #b58044;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 45px;
}
.formBox .btnBox {
	width: 100%;
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(181, 128, 68, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(181, 128, 68, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes opacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes opacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes scale {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
@keyframes scale {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
@-webkit-keyframes loadingScale {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(25);
		        transform: scale(25);
	}
}
@keyframes loadingScale {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(25);
		        transform: scale(25);
	}
}
@-webkit-keyframes cloudLeft {
	0%, 100% {
		opacity: 0.68;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		-webkit-transform: translateX(80px) translateY(40px);
		        transform: translateX(80px) translateY(40px);
	}
}
@keyframes cloudLeft {
	0%, 100% {
		opacity: 0.68;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		-webkit-transform: translateX(80px) translateY(40px);
		        transform: translateX(80px) translateY(40px);
	}
}
@-webkit-keyframes cloudScale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	40% {
		opacity: 0.3;
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}
@keyframes cloudScale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	40% {
		opacity: 0.3;
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}
@-webkit-keyframes cloudCenter {
	0%, 100% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	40% {
		opacity: 0.6;
		-webkit-transform: scale(1) translateY(-50px);
		        transform: scale(1) translateY(-50px);
	}
}
@keyframes cloudCenter {
	0%, 100% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	40% {
		opacity: 0.6;
		-webkit-transform: scale(1) translateY(-50px);
		        transform: scale(1) translateY(-50px);
	}
}
@-webkit-keyframes cloudRight {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translateX(120px) translateY(60px);
		        transform: translateX(120px) translateY(60px);
	}
}
@keyframes cloudRight {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translateX(120px) translateY(60px);
		        transform: translateX(120px) translateY(60px);
	}
}
body {
	background: url("../images/bg.jpg");
	font-size: 15px;
	font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
	body {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	margin-top: 80px;
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #b58044;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 640px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
		padding-bottom: 56.25%;
	}
}

address {
	font-style: normal;
}

a {
	color: #0f0f0f;
	cursor: pointer;
}
@media (min-width: 1201px) {
	a:hover {
		color: #b58044;
	}
}

input[type=text],
input[type=password],
textarea,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
	/* chromes and blink button */
	cursor: pointer;
}

.Img.round {
	border-radius: 3px;
	overflow: clip;
}
.Img.hover {
	position: relative;
}
.Img.hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(181, 128, 68, 0.3);
	opacity: 0;
	pointer-events: none;
}
.Img.hover:after {
	content: "";
	width: 80px;
	height: 42px;
	background: url("../images/icon/building.png") no-repeat center center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-50% + 10px));
	        transform: translate(-50%, calc(-50% + 10px));
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
	pointer-events: none;
	opacity: 0;
}
@media (min-width: 1201px) {
	.Img.hover:hover:before {
		opacity: 1;
	}
	.Img.hover:hover:after {
		opacity: 0.8;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
.Img img {
	height: auto;
}

div.titan {
	display: none;
}

[class*=col-] {
	float: left;
}

.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
@media (max-width: 480px) {
	.col-1, .col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}

/* 共用的樣式 */
.titleBox {
	position: relative;
	text-align: center;
	overflow: clip;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
}
.titleBox.textLeft {
	text-align: left;
}
.titleBox .decoTitle {
	margin-top: 4px;
	margin-left: 12px;
	display: inline-block;
	color: #0f0f0f;
	font-size: 29px;
	line-height: 1.48;
	letter-spacing: 12px;
}
@media (max-width: 1180px) {
	.titleBox .decoTitle {
		font-size: 27px;
	}
}
@media (max-width: 540px) {
	.titleBox .decoTitle {
		font-size: 25px;
		padding-bottom: 0;
		letter-spacing: 8px;
		margin-left: 8px;
	}
}
@media (max-width: 400px) {
	.titleBox .decoTitle {
		letter-spacing: 4px;
	}
}
.titleBox .decoTitle.gradient {
	color: transparent;
}
.titleBox .title {
	position: relative;
	color: #0f0f0f;
	font-weight: 500;
	font-size: 29px;
	line-height: 1.48;
	letter-spacing: 9.28px;
}
@media (max-width: 1180px) {
	.titleBox .title {
		font-size: 27px;
	}
}
@media (max-width: 540px) {
	.titleBox .title {
		font-size: 25px;
	}
}
.titleBox .title.icon span {
	margin-left: 9.28px;
}
.titleBox .title.icon:before {
	content: "";
	text-align: center;
	display: block;
	width: 41px;
	height: 21px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url("../images/icon/building.png") no-repeat center center/cover;
}
.titleBox .subtitle {
	color: #0f0f0f;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	padding-top: 4px;
}
@media (max-width: 1180px) {
	.titleBox .subtitle {
		font-size: 26px;
	}
}
@media (max-width: 540px) {
	.titleBox .subtitle {
		font-size: 24px;
		padding-top: 0;
	}
}
.titleBox .text {
	color: #525252;
	font-size: 15px;
	line-height: 2;
	padding-top: 30px;
}
@media (max-width: 1180px) {
	.titleBox .text {
		font-size: 14px;
		padding-top: 20px;
	}
}
@media (max-width: 540px) {
	.titleBox .text {
		font-size: 14px;
		padding-top: 15px;
	}
}
@media (max-width: 1400px) {
	.titleBox .title.icon:before {
		width: 35px;
		height: 18px;
	}
}

.info {
	font-weight: 400;
	color: #525252;
	font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.64px;
}
@media (max-width: 1400px) {
	.info {
		font-size: 14px;
	}
}

.gradient {
	background: -webkit-gradient(linear, left top, right top, from(#f5cb88), to(#b17c40));
	background: linear-gradient(to right, #f5cb88, #b17c40);
	-webkit-background-clip: text;
	        background-clip: text;
	color: transparent;
}

.btnBox.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
.btnBox.flex .btn {
	min-width: auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 6px;
}
@media (max-width: 400px) {
	.btnBox.flex {
		max-width: 210px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
	}
	.btnBox.flex .btn {
		width: 100%;
	}
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 210px;
}
@media (max-width: 400px) {
	.btnBox.single {
		text-align: center;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	border: 1px solid;
	border-left-width: 2px;
	border-right-width: 2px;
	min-width: 226px;
	display: inline-block;
	font-size: 15px;
	position: relative;
	text-align: center;
	z-index: 1;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
}
.btnBox .btn .btnText {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 12px);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2.16px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 20%;
	   -moz-column-gap: 20%;
	        column-gap: 20%;
	border-left: 1px solid;
	border-right: 1px solid;
}
.btnBox .btn .btnText:before, .btnBox .btn .btnText:after {
	content: "";
	width: 48px;
	height: 4px;
	display: inline-block;
	background: url("../images/icon/arrow.png") no-repeat right center/cover;
}
.btnBox .btn .btnText:before {
	position: absolute;
	left: 0;
	-webkit-transform: translateX(-140%);
	        transform: translateX(-140%);
	opacity: 0;
}
.btnBox .btn.animation {
	overflow: clip;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover .btnText {
		-webkit-transform: translateX(40%);
		        transform: translateX(40%);
	}
	.btnBox .btn.animation:hover .btnText:after {
		opacity: 0;
	}
	.btnBox .btn.animation:hover .btnText:before {
		opacity: 1;
	}
}
.btnBox .btn.bgMain {
	color: #b58044;
	border-color: #b58044;
}
.btnBox .btn.bgMain:before, .btnBox .btn.bgMain:after {
	background-color: #b58044;
}
.btnBox .btn.bgMain .btnText {
	border-color: #b58044;
}
@media (min-width: 1201px) {
	.btnBox .btn.bgMain:hover {
		background-color: #b58044;
	}
	.btnBox .btn.bgMain:hover .btnText {
		color: #fff;
	}
	.btnBox .btn.bgMain:hover .btnText:before, .btnBox .btn.bgMain:hover .btnText:after {
		-webkit-filter: contrast(0) brightness(2);
		        filter: contrast(0) brightness(2);
	}
}
.btnBox .btn.bgSecond {
	color: #fff;
	border-color: #b58044;
	background-color: #b58044;
}
.btnBox .btn.bgSecond:before, .btnBox .btn.bgSecond:after {
	background-color: #fff;
}
.btnBox .btn.bgSecond .btnText {
	border-color: #fff;
}
.btnBox .btn.bgSecond .btnText:before, .btnBox .btn.bgSecond .btnText:after {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
@media (min-width: 1201px) {
	.btnBox .btn.bgSecond:hover {
		background-color: transparent;
	}
	.btnBox .btn.bgSecond:hover .btnText {
		color: #b58044;
		border-color: transparent;
	}
	.btnBox .btn.bgSecond:hover .btnText:before, .btnBox .btn.bgSecond:hover .btnText:after {
		-webkit-filter: none;
		        filter: none;
	}
}
.btnBox .btn.colorMain {
	background-color: #fff;
	border: 1px solid #b58044;
	color: #b58044;
}
.btnBox .btn.colorMain.animation::after {
	background-color: #b58044;
}
@media (min-width: 1201px) {
	.btnBox .btn.colorMain:hover {
		color: #fff;
	}
	.btnBox .btn.colorMain:hover:not(.animation) {
		background-color: #b58044;
	}
}
.btnBox .btn.colorSecond {
	background-color: #fff;
	border: 1px solid #0f0f0f;
	color: #0f0f0f;
}
.btnBox .btn.colorSecond.animation::after {
	background-color: #0f0f0f;
}
@media (min-width: 1201px) {
	.btnBox .btn.colorSecond:hover {
		color: #fff;
	}
	.btnBox .btn.colorSecond:hover:not(.animation) {
		background-color: #0f0f0f;
	}
}
.btnBox .btn.rounded {
	border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
	border-radius: 4px;
}
.btnBox .btn.circle {
	border-radius: 50%;
}
@media (max-width: 1400px) {
	.btnBox .btn .btnText {
		padding: 15px 0;
	}
}
@media (max-width: 1180px) {
	.btnBox .btn {
		min-width: 210px;
	}
	.btnBox .btn .btnText {
		font-size: 14px;
		-webkit-column-gap: 10%;
		   -moz-column-gap: 10%;
		        column-gap: 10%;
	}
	.btnBox .btn .btnText:before, .btnBox .btn .btnText:after {
		width: 38px;
	}
}

/* 共用的樣式 END */
.outerWrap {
	position: relative;
	margin: 0 auto;
	max-width: 2400px;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-bottom: env(safe-area-inset-bottom);
	}
}

.wrap {
	width: 100%;
	max-width: 1436px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1180px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&amp;購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	pointer-events: auto;
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	pointer-events: none;
	padding-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #b58044;
}
.moduleBox .moduleClose {
	width: 66px;
	height: 66px;
	background: none;
	background-color: #797979;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -33px;
	margin-top: -33px;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.moduleBox .moduleClose:hover {
		background-color: #b58044;
	}
}
@media (max-width: 540px) {
	.moduleBox .moduleClose {
		width: 45px;
		height: 45px;
		margin-right: -22.5px;
		margin-top: -22.5px;
	}
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
@media (max-width: 540px) {
	.moduleBox.privacy .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
		max-width: 210px;
		margin-left: auto;
		margin-right: auto;
	}
	.moduleBox.privacy .btnBox .btn {
		width: 100%;
	}
}
.moduleBox.privacy .btnBox .btn.textLink {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #b58044;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #b58044;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.35;
	padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
	cursor: pointer;
	display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
	cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	outline: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
	background-color: #d1ad84;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #bf8d54;
	-webkit-transform: translate(75%, -50%);
	        transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
	width: 38px;
	height: 14px;
	border-radius: 30px;
	background-color: #d9d9d9;
	display: block;
	margin-left: auto;
	position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #b5b5b5;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 1201px) {
	.moduleBox.privacy .customList .topBox:hover .subtitle {
		color: #b58044;
	}
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .topBox {
		margin-bottom: 5px;
	}
}
.moduleBox.privacy .customList .text {
	background-color: #e1e1e1;
	padding: 18px 15px;
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .text {
		padding: 15px 12px;
	}
}
.moduleBox.cart .moduleWrap {
	max-width: 480px;
}
.moduleBox.cart .text {
	color: #373737;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
.moduleBox.cart .text b {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #b58044;
}
.moduleBox.cart .cartBox {
	max-height: 50vh;
	border-top: 2px solid #b58044;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #b58044;
	}
}
.moduleBox.cart .cartList .spec {
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
}
.moduleBox.cart .cartList .del {
	width: 35px;
	height: 35px;
	border: none;
	background-color: #eee;
	border-radius: 50%;
	color: #5f5f5f;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .del:hover {
		background-color: #b58044;
		color: #fff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.orderCheck .formBox {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.moduleBox.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input[type=text] {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #b58044;
	color: #fff;
	display: block;
	font-size: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
@media (min-width: 1201px) {
	.moduleBox.search .searchBox button:hover {
		background-color: #000;
	}
}
.moduleBox.cookie .moduleWrap {
	max-width: 480px;
}
.moduleBox.cookie .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*loading*/
.loadingArea {
	width: 100%;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transform-origin: center;
	        transform-origin: center;
}
.loadingArea:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f6f6ed;
}
.loadingArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-animation: loadingScale 2s 3s ease-in-out forwards;
	        animation: loadingScale 2s 3s ease-in-out forwards;
}
.loadingArea.show:after {
	-webkit-animation: opacity 0.5s 1.5s ease-in-out forwards;
	        animation: opacity 0.5s 1.5s ease-in-out forwards;
}
.loadingArea.show .loadingBox .building {
	animation: opacity 0.5s 0.5s ease-in-out reverse forwards;
}
.loadingArea.show .loadingBox .logo {
	-webkit-animation: slideUpAnimation 0.5s 1s ease-in-out forwards;
	        animation: slideUpAnimation 0.5s 1s ease-in-out forwards;
}
.loadingArea.show .loadingBox .text {
	-webkit-animation: slideDownAnimation 0.5s 1.3s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 1.3s ease-in-out forwards;
}
.loadingArea.show .loadingBox:after {
	-webkit-animation: opacity 0.5s 1.5s ease-in-out forwards;
	        animation: opacity 0.5s 1.5s ease-in-out forwards;
}
.loadingArea.show .loadingBox .loadingItem:after {
	-webkit-animation: opacity 1.5s 2s ease-in-out forwards;
	        animation: opacity 1.5s 2s ease-in-out forwards;
}
.loadingArea.hide {
	opacity: 0;
}
.loadingArea .loadingBg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-mask-image: url("../images/loading/mask-4.png");
	        mask-image: url("../images/loading/mask-4.png");
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 2000px 2000px;
	        mask-size: 2000px 2000px;
}
.loadingArea .loadingBg .bg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/bg.jpg");
}
.loadingArea .loadingBox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.loadingArea .loadingBox:after {
	content: "";
	width: 300px;
	height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url("../images/bg.jpg");
}
.loadingArea .loadingBox .loadingItem {
	width: 300px;
	position: relative;
	background: no-repeat center center/cover;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.loadingArea .loadingBox .loadingItem:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat center center/cover;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	opacity: 1;
}
.loadingArea .loadingBox .logo {
	height: 137px;
	margin-bottom: -1px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	background-image: url("../images/loading/logo.png");
}
.loadingArea .loadingBox .logo:after {
	background-image: url("../images/loading/logo.jpg");
}
.loadingArea .loadingBox .building {
	height: 130px;
	background-image: url("../images/loading/building.png");
	opacity: 0;
}
.loadingArea .loadingBox .building:after {
	background-image: url("../images/loading/building.jpg");
}
.loadingArea .loadingBox .text {
	height: 44px;
	margin-top: -1px;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	background-image: url("../images/loading/text.png");
}
.loadingArea .loadingBox .text:after {
	background-image: url("../images/loading/text.jpg");
}

/* 共用的 */
.languageBox {
	position: relative;
	z-index: 2;
	font-size: 14px;
}
.languageBox .languageCurrent {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1.44px;
}
.languageBox .languageCurrent:before {
	content: "";
	width: 17px;
	height: 17px;
	background: url("../images/icon/language.png") no-repeat center center/cover;
	-webkit-filter: brightness(0);
	        filter: brightness(0);
	margin-right: 17px;
}
.languageBox .languageCurrent:after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	z-index: 1;
	margin-left: 12px;
}
.languageBox .languageList {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 10px);
	        transform: translate(-50%, 10px);
}
.languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
@media (min-width: 1201px) {
	.languageBox .languageList li a:hover {
		background-color: #b58044;
		color: #fff;
	}
}
.languageBox .languageList li a.current {
	background-color: #b58044;
	color: #fff;
}

.socialBox {
	padding: 15px 0;
}
.socialBox .socialList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 18px;
	   -moz-column-gap: 18px;
	        column-gap: 18px;
}
.socialBox .socialList li a {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #b58044;
}
.socialBox .socialList li a.fb img {
	max-width: 12px;
}
.socialBox .socialList li a.line img {
	max-width: 23px;
}
.socialBox .socialList li a.ig img {
	max-width: 23px;
}
@media (min-width: 1201px) {
	.socialBox .socialList li a:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		color: #b58044;
	}
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 25px;
	width: 100%;
	z-index: 100;
	padding: 0 28px;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
	header {
		top: 0;
		padding: 0;
	}
}
header.scroll {
	top: 16px;
}
header.scroll .wrap {
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
header.scroll .languageBox:after {
	background-color: #fff;
}
header.scroll .languageBox .languageCurrent {
	border-color: #fff;
	color: #fff;
}
header.scroll .languageBox .languageCurrent:before {
	-webkit-filter: none;
	        filter: none;
}
header.scroll .languageBox .languageCurrent:after {
	border-color: #fff;
}
header.scroll .menuBox .mainLink {
	color: #fff;
}
header.scroll .menuBox .mainLink:after {
	background-color: #fff;
}
@media (min-width: 1201px) {
	header.scroll .menuBox .mainLink:hover {
		color: #fff;
	}
	header.scroll .menuBox .mainLink:hover:after {
		background-color: #fff;
	}
}
header.scroll .logo {
	-webkit-transform: translateY(15px);
	        transform: translateY(15px);
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
header.scroll .logo .front {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
header.scroll .logo .back {
	opacity: 0;
}
header.scroll .btnBox.header .btn {
	border-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1201px) {
	header.scroll .btnBox.header .btn:hover {
		border-color: #b58044;
	}
}
header.scroll .btnBox.header .btnText {
	color: #fff;
}
header.scroll .btnBox.header .btnText:after {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
header.scroll .slideMenuTrigger .line {
	background-color: #fff;
}
header.scroll .slideMenuTrigger .line::before, header.scroll .slideMenuTrigger .line::after {
	background-color: #fff;
}
header .wrap {
	height: 83px;
	position: relative;
	max-width: 1796px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1180px) {
	header .wrap {
		height: 70px;
	}
}
header .languageBox {
	position: absolute;
	left: 57px;
	margin-top: 4px;
}
header .languageBox:after {
	content: "";
	position: absolute;
	right: -45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
	header .languageBox {
		left: 40px;
	}
}
@media (max-width: 1400px) {
	header .languageBox {
		left: 30px;
	}
	header .languageBox:after {
		display: none;
	}
}
@media (max-width: 1180px) {
	header .languageBox {
		display: none;
	}
}
header .logo a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .logo .front {
	background: url("../images/logo.png") no-repeat center center/contain;
	width: 111.5px;
	height: 101px;
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	        transform: translate(0, 20px);
}
header .logo .back {
	background: url("../images/logo_scroll.png") no-repeat center center/contain;
	width: 171px;
	height: 45px;
	position: absolute;
	left: 35%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
@media (max-width: 1800px) {
	header .logo .back {
		left: 50%;
	}
}
@media (max-width: 1180px) {
	header .logo .front {
		width: 95px;
		height: 86px;
	}
	header .logo .back {
		width: 146px;
		height: 38px;
	}
}
header .menuBox {
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menuBox .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .menuBox .menu &gt; li {
	pointer-events: auto;
	position: relative;
	display: inline-block;
	margin: 0 48px;
}
header .menuBox .menu &gt; li:nth-child(3) {
	margin-right: 185px;
}
header .menuBox .menu &gt; li:nth-child(4) {
	margin-left: 185px;
}
header .menuBox .menu &gt; li a {
	color: #0f0f0f;
	display: block;
	font-size: 15px;
	padding: 1px 0px;
	font-weight: 300;
	position: relative;
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: 1.44px;
}
header .menuBox .menu &gt; li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #0f0f0f;
	opacity: 0;
}
header .menuBox .menu &gt; li a.current:after, header .menuBox .menu &gt; li a:hover:after {
	width: 100%;
	opacity: 1;
}
@media (max-width: 1800px) {
	header .menuBox .menu &gt; li {
		margin: 0 30px;
	}
}
@media (max-width: 1600px) {
	header .menuBox .menu &gt; li {
		margin: 0 20px;
	}
	header .menuBox .menu &gt; li:nth-child(3) {
		margin-right: 150px;
	}
	header .menuBox .menu &gt; li:nth-child(4) {
		margin-left: 150px;
	}
	header .menuBox .menu &gt; li a {
		font-size: 16px;
	}
}
@media (max-width: 1400px) {
	header .menuBox .menu &gt; li {
		margin: 0 14px;
	}
	header .menuBox .menu &gt; li a {
		font-size: 15px;
	}
}
header .btnBox.header {
	position: absolute;
	right: 47px;
}
header .btnBox.header .btn {
	min-width: 170px;
	border: 1px solid #b58044;
}
header .btnBox.header .btnText {
	padding: 12px 0;
	letter-spacing: 1.44px;
	border: none;
}
header .btnBox.header .btnText:before, header .btnBox.header .btnText:after {
	width: 32px;
	background-position-x: 100%;
}
@media (max-width: 1800px) {
	header .btnBox.header {
		right: 30px;
	}
}
@media (max-width: 1400px) {
	header .btnBox.header .btn {
		min-width: 110px;
	}
	header .btnBox.header .btn:hover .btnText {
		-webkit-transform: none;
		        transform: none;
	}
	header .btnBox.header .btnText:before, header .btnBox.header .btnText:after {
		display: none;
	}
}
@media (max-width: 1180px) {
	header .btnBox.header {
		right: 20px;
	}
	header .btnBox.header .btn {
		min-width: 90px;
	}
	header .btnBox.header .btnText {
		padding: 5px 0;
	}
}
@media (max-width: 480px) {
	header .btnBox.header {
		display: none;
	}
}

/*slideMenu*/
.slideMenuTrigger {
	width: 34px;
	height: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 30px;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger .line {
	width: 100%;
	height: 2px;
	background-color: #b58044;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #b58044;
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
	top: 0;
	width: calc(100% - 4px);
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	width: calc(100% - 11px);
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
	width: 100%;
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger.close:hover span {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: transparent;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #b58044;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	}
	.slideMenuTrigger:hover span::before {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.slideMenuTrigger:hover span::after {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}
.slideMenuArea {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: 0;
	overflow-x: hidden;
	padding-bottom: calc(40px + env(safe-area-inset-bottom));
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #b58044;
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
}
.slideMenuArea.show .topBox {
	-webkit-animation: slideDownAnimation 0.5s 0.4s ease-in-out both;
	        animation: slideDownAnimation 0.5s 0.4s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(1) {
	-webkit-animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.6s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(2) {
	-webkit-animation: slideDownAnimation 0.5s 0.9s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 0.9s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(3) {
	-webkit-animation: slideDownAnimation 0.5s 1.2s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 1.2s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(4) {
	-webkit-animation: slideDownAnimation 0.5s 1.5s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 1.5s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(5) {
	-webkit-animation: slideDownAnimation 0.5s 1.8s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 1.8s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav &gt; li:nth-child(6) {
	-webkit-animation: slideDownAnimation 0.5s 2.1s ease-in-out forwards;
	        animation: slideDownAnimation 0.5s 2.1s ease-in-out forwards;
}
.slideMenuArea.show .languageBox {
	-webkit-animation: slideDownAnimation 0.5s 2.5s ease-in-out both;
	        animation: slideDownAnimation 0.5s 2.5s ease-in-out both;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: slideDownAnimation 0.5s 2.8s ease-in-out both;
	        animation: slideDownAnimation 0.5s 2.8s ease-in-out both;
}
.slideMenuArea.show .btnBox.header {
	-webkit-animation: slideDownAnimation 0.5s 3.1s ease-in-out both;
	        animation: slideDownAnimation 0.5s 3.1s ease-in-out both;
}
.slideMenuArea .wrap {
	padding: 0;
}
.slideMenuArea .topBox {
	padding-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideMenuArea .topBox .slideMenuLogo {
	width: 146px;
}
.slideMenuArea .topBox .slideMenuLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .languageBox {
	max-width: 180px;
	margin: 0 auto;
}
.slideMenuArea .languageBox .languageCurrent {
	margin-top: 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideMenuArea .menuBox {
	width: 100%;
	padding: 15px 0;
	margin-top: 40px;
}
.slideMenuArea .menuBox .nav &gt; .menuItem {
	opacity: 0;
	position: relative;
}
.slideMenuArea .menuBox .nav &gt; .menuItem:not(:last-child) {
	margin-bottom: 10px;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #b58044;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a.current::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a.current::after {
	background-color: #b58044;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu.open &gt; span &gt; a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav &gt; .menuItem a {
	color: #0f0f0f;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px;
	padding: 10px 30px;
	position: relative;
	text-align: center;
}
.slideMenuArea .menuBox .nav &gt; .menuItem a.current {
	color: #b58044;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav &gt; .menuItem a:hover {
		color: #b58044;
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	background-color: rgba(238, 238, 238, 0.5);
	display: none;
	padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
	padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
	color: #b58044;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
		color: #b58044;
	}
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
	position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #b58044;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
	background-color: #b58044;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
	padding: 5px 0px 5px 15px;
	display: none;
}
.slideMenuArea .socialBox {
	margin-top: 10px;
}
.slideMenuArea .btnBox.header {
	margin-top: 40px;
	text-align: center;
}
.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 1181px) {
	.slideMenuMask.show {
		opacity: 0;
		pointer-events: none;
	}
}

/*手機menu*/
.m_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	        box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	/*手機menu內容*/
}
@media (min-width: 1181px) {
	.m_menu {
		display: none;
	}
}
.m_menu .mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
}
.m_menu .m_logo {
	float: left;
	margin-left: 70px;
}
.m_menu .m_logo img {
	display: block;
	width: 150px;
	padding-top: 8px;
}
.m_menu .controlBox {
	position: relative;
	z-index: 99;
	height: 60px;
	background-color: #fff;
}
.m_menu .controlBox a.main {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.m_menu .controlBox a.main span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -0.5px;
	width: 26px;
	height: 1px;
	background-color: #111;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
	top: -7px;
}
.m_menu .controlBox a.main span:after {
	bottom: -7px;
}
.m_menu .controlBox a.main.show span {
	background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
	display: inline-block;
	vertical-align: middle;
}
.m_menu .controlBox .right {
	float: right;
	line-height: 60px;
	margin-right: 10px;
}
.m_menu .controlBox .right a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 13px;
	color: #fff;
}
.m_menu .controlBox .right a em {
	display: none;
}
.m_menu .controlBox .right i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: #799a1b;
}
.m_menu .controlBox .right b {
	position: absolute;
	top: 6px;
	right: -5px;
	display: block;
	border-radius: 5px;
	line-height: normal;
	padding: 3px 5px;
	font-size: 13px;
	color: #fff;
	background-color: #c40000;
}
.m_menu .controlBox .language:hover .submenu {
	display: block;
}
.m_menu .hideBox {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	display: none;
	width: 100%;
	padding: 60px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
	background: rgb(101, 14, 19);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
	background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
	/* IE6-9 */
}
.m_menu .hideBox .sp {
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	background-color: #c80303;
}
.m_menu .searchBox {
	padding: 20px 0;
	text-align: center;
}
.m_menu .searchBox input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
}
.m_menu .searchBox button {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #9cc720;
}
.m_menu .m_trans {
	text-align: center;
	padding-top: 30px;
}
.m_menu .m_trans &gt; a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #fff;
	color: #fff;
}
.m_menu .m_trans &gt; a i {
	margin-left: 5px;
}
.m_menu .loginBox {
	padding: 30px 0;
	text-align: center;
}
.m_menu .loginBox a {
	display: inline-block;
	margin: 0 3px;
	font-size: 15px;
	color: #fff;
}
.m_menu .loginBox a i {
	margin-right: 3px;
}
.m_menu .loginBox .submenu {
	margin-top: 10px;
	color: #ccc;
}
.m_menu .loginBox .submenu span {
	margin: 0 5px;
}
.m_menu .mfun {
	padding: 30px 0;
	text-align: center;
}
.m_menu .mfun a {
	display: inline-block;
	margin: 0 1px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #b21d26;
}
.m_menu .nav li {
	border-top: 1px solid #af6568;
}
.m_menu .nav a {
	position: relative;
	display: block;
	padding: 20px 10px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
@media (min-width: 1201px) {
	.m_menu .nav a:hover {
		background-color: #d12127;
	}
}
.m_menu .nav a i {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin-top: -7px;
}
.m_menu .nav .dropDown &gt; a::after {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 20px;
	font-family: FontAwesome;
}
.m_menu .nav .submenu {
	display: none;
}
.m_menu .nav .submenu a {
	padding: 10px 20px;
}
@media (min-width: 1201px) {
	.m_menu .nav .submenu a:hover {
		background-color: #999;
	}
}

/*banner*/
.bannerArea {
	clear: both;
	overflow-x: clip;
	position: relative;
	z-index: -1;
}
.bannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	z-index: 2;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Txt.left {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.bannerArea .bannerItem .Txt.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .bannerItem .Txt.right {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
	-webkit-mask-position: center bottom;
	        mask-position: center bottom;
	-webkit-mask-size: cover;
	        mask-size: cover;
	-webkit-mask-image: url("../images/bnMask1.png");
	        mask-image: url("../images/bnMask1.png");
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Img {
		min-height: 500px;
	}
	.bannerArea .bannerItem .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 540px) {
	.bannerArea .bannerItem .Img {
		min-height: 400px;
	}
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .cloudBox {
	width: 100%;
	height: 668px;
	position: absolute;
	bottom: 28px;
	z-index: 5;
	pointer-events: none;
}
.bannerArea .cloudBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.bannerArea .cloudBox .cloud {
	position: absolute;
}
.bannerArea .cloudBox .left {
	left: -60px;
	top: 238px;
	opacity: 0.68;
	-webkit-animation: cloudLeft 20s linear infinite;
	        animation: cloudLeft 20s linear infinite;
}
.bannerArea .cloudBox .left1 {
	left: 0;
	top: 143px;
	-webkit-animation: cloudScale 20s linear infinite;
	        animation: cloudScale 20s linear infinite;
}
.bannerArea .cloudBox .center {
	width: 100%;
	top: 28px;
	left: 0;
	z-index: -1;
	-webkit-animation: cloudCenter 30s linear infinite;
	        animation: cloudCenter 30s linear infinite;
}
.bannerArea .cloudBox .right {
	right: 0;
	top: 113px;
	animation: cloudRight 20s linear infinite reverse;
}
@media (max-width: 1600px) {
	.bannerArea .cloudBox {
		bottom: -20%;
	}
}
@media (max-width: 1400px) {
	.bannerArea .cloudBox {
		bottom: -30%;
	}
}
@media (max-width: 1180px) {
	.bannerArea .cloudBox {
		bottom: -60%;
	}
	.bannerArea .cloudBox .left {
		top: 10%;
	}
	.bannerArea .cloudBox .left1 {
		top: 5%;
	}
	.bannerArea .cloudBox .center {
		min-width: 600px;
	}
	.bannerArea .cloudBox .right {
		top: 10%;
	}
}
@media (max-width: 840px) {
	.bannerArea .cloudBox {
		bottom: -60%;
	}
}
@media (max-width: 768px) {
	.bannerArea .cloudBox {
		bottom: -70%;
	}
}
@media (max-width: 540px) {
	.bannerArea .cloudBox {
		bottom: -108%;
	}
}

/*測邊浮動連結*/
.marqueeArea {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	position: fixed;
	z-index: 10;
	right: 42px;
	top: 65%;
}
@media (max-width: 1180px) {
	.marqueeArea {
		right: 0;
	}
}
@media (max-width: 768px) {
	.marqueeArea {
		top: 75%;
	}
}
@media (max-width: 540px) {
	.marqueeArea {
		right: -20px;
	}
}
.marqueeArea .fixedCircle {
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	cursor: pointer;
}
@media (min-width: 1201px) {
	.marqueeArea .fixedCircle:hover {
		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
}
.marqueeArea .fixedCircle .circle {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #e4e4e4;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
}
.marqueeArea .fixedCircle .circle:after {
	content: "";
	width: 80%;
	height: 80%;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
}
.marqueeArea .fixedCircle .circle .Img {
	z-index: 2;
	position: relative;
	max-width: 27px;
}
.marqueeArea .fixedCircle .circle .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1180px) {
	.marqueeArea .fixedCircle .circle {
		width: 70px;
		height: 70px;
	}
	.marqueeArea .fixedCircle .circle .Img {
		max-width: 22px;
	}
}
@media (max-width: 540px) {
	.marqueeArea .fixedCircle .circle {
		width: 60px;
		height: 60px;
	}
	.marqueeArea .fixedCircle .circle .Img {
		max-width: 18px;
	}
}
.marqueeArea .fixedCircle svg {
	-webkit-animation: rotate 15s linear infinite;
	        animation: rotate 15s linear infinite;
}
.marqueeArea .fixedCircle .textCircle {
	-webkit-transform: rotate(-8deg);
	        transform: rotate(-8deg);
	-webkit-transform-origin: center;
	        transform-origin: center;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
}
.marqueeArea .fixedCircle .textCircle tspan {
	font-weight: 500;
	fill: #585858;
	font-size: 19px;
	line-height: 2.2;
	letter-spacing: 2.28px;
}
@media (max-width: 1180px) {
	.marqueeArea .fixedCircle .textCircle {
		scale: 0.7;
	}
}
@media (max-width: 540px) {
	.marqueeArea .fixedCircle .textCircle {
		scale: 0.6;
	}
}
.marqueeArea .fixedCircle .lineCircle {
	stroke: #b8b8b8;
	stroke-width: 1.2px;
}
@media (max-width: 1180px) {
	.marqueeArea .fixedCircle .lineCircle {
		scale: 0.7;
		-webkit-transform-origin: center;
		        transform-origin: center;
	}
}
@media (max-width: 540px) {
	.marqueeArea .fixedCircle .lineCircle {
		scale: 0.6;
	}
}
.marqueeArea .marqueeTxtList {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -110%);
	        transform: translate(-50%, -110%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 14px;
	pointer-events: none;
}
@media (max-width: 1180px) {
	.marqueeArea .marqueeTxtList {
		-webkit-transform: translate(-50%, -100%);
		        transform: translate(-50%, -100%);
	}
}
.marqueeArea .marqueeTxtList.show .item {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	pointer-events: auto;
}
.marqueeArea .marqueeTxtList .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	-webkit-box-shadow: 0 0 14px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 14px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	pointer-events: none;
}
@media (max-width: 1180px) {
	.marqueeArea .marqueeTxtList .item {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 540px) {
	.marqueeArea .marqueeTxtList .item {
		width: 55px;
		height: 55px;
	}
}
.marqueeArea .marqueeTxtList .item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
	-webkit-transition: opacity 0.3s 0.8s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.8s ease-in-out;
	transition: opacity 0.3s 0.8s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.8s ease-in-out;
	transition: opacity 0.3s 0.8s ease-in-out, transform 0.3s 0.8s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: opacity 0.3s 0.8s ease-in-out, transform 0.3s 0.8s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.8s ease-in-out;
}
.marqueeArea .marqueeTxtList .item:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	-webkit-transition: opacity 0.3s 0.6s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	transition: opacity 0.3s 0.6s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	transition: opacity 0.3s 0.6s ease-in-out, transform 0.3s 0.6s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: opacity 0.3s 0.6s ease-in-out, transform 0.3s 0.6s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
}
.marqueeArea .marqueeTxtList .item:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	-webkit-transition: opacity 0.3s 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.4s ease-in-out;
	transition: opacity 0.3s 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.4s ease-in-out;
	transition: opacity 0.3s 0.4s ease-in-out, transform 0.3s 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: opacity 0.3s 0.4s ease-in-out, transform 0.3s 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.4s ease-in-out;
}
.marqueeArea .marqueeTxtList .item:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
	-webkit-transition: opacity 0.3s 0.2s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
	transition: opacity 0.3s 0.2s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
	transition: opacity 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: opacity 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
}
@media (min-width: 1201px) {
	.marqueeArea .marqueeTxtList .item:hover {
		background-color: #bc9869;
	}
	.marqueeArea .marqueeTxtList .item:hover .title {
		color: #fff;
	}
}
.marqueeArea .marqueeTxtList .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.marqueeArea .marqueeTxtList .title {
	text-align: center;
	color: #b58044;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.12px;
}
@media (max-width: 1180px) {
	.marqueeArea .marqueeTxtList .title {
		font-size: 12px;
	}
}

/*footer*/
footer {
	padding-top: 112px;
	padding-bottom: 40%;
	position: relative;
}
footer:after {
	content: "";
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1440px;
	background: url("../images/footer_bg.png") no-repeat center center/cover;
}
footer .wrap {
	max-width: 1616px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .footerLeft {
	width: 30%;
	padding-top: 5px;
}
footer .footerLeft .btnBox {
	margin-top: 35px;
}
footer .footerLeft .btnBox .btn {
	min-width: 253px;
}
footer .footerLeft .btnBox .btn:hover .btnText {
	-webkit-transform: translateX(30%);
	        transform: translateX(30%);
}
footer .footerLeft .btnBox .btnText {
	padding: 12px 0;
	-webkit-column-gap: 8%;
	   -moz-column-gap: 8%;
	        column-gap: 8%;
}
footer .footerCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 7%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	text-align: center;
}
footer .footerCenter .socialBox {
	margin-top: 22px;
}
footer .footerLogo {
	width: 100%;
	max-width: 147px;
}
footer .footerLogo a {
	display: block;
}
footer .footerLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
footer .footerRight {
	margin-right: -22px;
}
footer .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-family: "Playfair Display", "Noto Serif JP", "Microsoft JhengHei", sans-serif;
	max-width: 480px;
}
@media (min-width: 1181px) {
	footer .footerMenu {
		margin: 0 -20px 0 0;
	}
}
footer .footerMenu li {
	padding: 5px;
	text-align: center;
	width: 50%;
}
footer .footerMenu li &gt; span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
footer .footerMenu li a {
	display: block;
	color: #0f0f0f;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1.28px;
}
@media (min-width: 1201px) {
	footer .footerMenu li:hover a {
		color: #b58044;
	}
}
@media (min-width: 481px) {
	footer .footerMenu li {
		width: 33.33%;
	}
	footer .footerMenu li:nth-of-type(3n-2) {
		width: 27.5%;
	}
	footer .footerMenu li:nth-of-type(3n-1) {
		width: 31%;
	}
	footer .footerMenu li &gt; span {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-right: 0;
	}
}
@media (min-width: 1181px) {
	footer .footerMenu li:nth-of-type(3n-1) &gt; span {
		padding-right: 0;
	}
	footer .footerMenu li &gt; span {
		padding-right: 20px;
	}
}
footer .copyrightBox {
	margin-top: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	text-align: center;
}
footer .copyrightBox:before {
	content: "";
	position: absolute;
	right: 8px;
	top: -26px;
	width: 40px;
	height: 1px;
	background-color: #b58044;
}
footer .copyrightBox .copyright {
	color: #525252;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.56px;
}
footer .copyrightBox .ibestLink {
	padding: 5px;
}
footer .copyrightBox .ibestLink a {
	color: #525252;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.56px;
}
@media (min-width: 1201px) {
	footer .copyrightBox .ibestLink a:hover {
		color: #b58044;
	}
}
@media (max-width: 1024px) {
	footer .copyrightBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 10px;
	}
}
@media (max-width: 1600px) {
	footer .footerLeft {
		width: 40%;
	}
}
@media (max-width: 1180px) {
	footer {
		padding-bottom: 450px;
	}
	footer .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	footer .footerLeft {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		max-width: 500px;
	}
	footer .footerLeft .btnBox {
		text-align: center;
	}
	footer .footerCenter {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		        transform: none;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	footer .footerRight {
		margin-right: 0;
		margin-top: 30px;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	footer .footerMenu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer .copyrightBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	footer .copyrightBox:before {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.privacyArea {
	width: 100%;
	max-width: 760px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
}
.privacyArea.check {
	opacity: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.privacyArea .text {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
}
.privacyArea .text a {
	color: #b58044;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
@media (min-width: 1201px) {
	.privacyArea .text a:hover {
		color: #b58044;
	}
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 560px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 25px;
}
@media (max-width: 480px) {
	.privacyArea .btnBox {
		max-width: 100%;
	}
}
@media (max-width: 450px) {
	.privacyArea .btnBox {
		max-width: 210px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
	}
	.privacyArea .btnBox .btn {
		width: 100%;
	}
}

.translateIbest {
	display: inline-block;
	vertical-align: middle;
}
.translateIbest .design {
	/*網頁設計‧愛貝斯*/
	display: block;
	line-height: 22px;
	font-size: 9pt;
	color: #000;
}
.translateIbest .design a {
	/*網頁設計‧愛貝斯*/
	color: #000;
	text-decoration: none;
}
@media (min-width: 1201px) {
	.translateIbest .design a:hover {
		text-decoration: underline;
	}
}

/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #000;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}
@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}
.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixedQuickLink li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 13px;
	color: #fff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
	max-width: 320px;
	border: 4px solid #ffe2e2;
	border-radius: 5px;
	background: #fdc9c9;
	color: #000;
	padding: 20px;
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 99999;
}
.adminPreviewArea button {
	text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
	width: 100%;
	background-color: rgba(180, 0, 0, 0.85);
	color: #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	text-align: center;
}
.adminLoginArea p {
	padding: 20px 15px;
}

/*booking*/
.moduleBox.booking {
	padding-left: 40px;
	padding-right: 40px;
}
.moduleBox.booking .moduleWrap {
	max-width: 1226px;
	padding-bottom: 30px;
}
.moduleBox.booking .moduleTitle {
	color: #0f0f0f;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 5.4px;
}
.moduleBox.booking .moduleTitle:before {
	content: "";
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
	width: 28px;
	height: 25px;
	background: url("../images/icon/bell.png") no-repeat center center/contain;
}
@media (max-width: 400px) {
	.moduleBox.booking {
		padding-left: 20px;
		padding-right: 20px;
	}
	.moduleBox.booking .moduleContent {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bookingArea {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	border-top: 1px solid #dadada;
}
.bookingArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0;
	background-color: #fff;
}
.bookingArea .bookingList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 55px;
}
@media (max-width: 650px) {
	.bookingArea .bookingList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
	}
}
.bookingArea .bookingList li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 25px;
}
.bookingArea .bookingList li:not(:last-child) {
	border-right: 1px solid #dadada;
	width: 35%;
}
.bookingArea .bookingList li:last-child {
	width: 30%;
}
@media (max-width: 1180px) {
	.bookingArea .bookingList li {
		padding: 0 15px;
	}
}
@media (max-width: 840px) {
	.bookingArea .bookingList li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 650px) {
	.bookingArea .bookingList li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.bookingArea .bookingList li:not(:last-child) {
		border-right: none;
		width: 100%;
	}
	.bookingArea .bookingList li:last-child {
		width: 100%;
	}
}
.bookingArea .bookingList .Txt {
	width: 40%;
}
.bookingArea .bookingList .Txt .title {
	color: #0f0f0f;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 3.36px;
}
.bookingArea .bookingList .Txt .subtitle {
	color: #9e9e9e;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.9px;
}
@media (max-width: 1180px) {
	.bookingArea .bookingList .Txt {
		max-width: 95px;
	}
	.bookingArea .bookingList .Txt .title {
		font-size: 19px;
	}
	.bookingArea .bookingList .Txt .subtitle {
		font-size: 16px;
	}
}
@media (max-width: 840px) {
	.bookingArea .bookingList .Txt {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 650px) {
	.bookingArea .bookingList .Txt {
		text-align: left;
	}
}
.bookingArea .bookingList .selectBox {
	width: 60%;
	max-width: 60%;
	position: relative;
	cursor: pointer;
}
.bookingArea .bookingList .selectBox::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #626262;
	border-bottom: 2px solid #626262;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}
.bookingArea .bookingList .selectBox select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	color: #0f0f0f;
	text-align: center;
	width: 100%;
	font-size: 95px;
	line-height: 1;
	letter-spacing: 1.52px;
}
.bookingArea .bookingList .selectBox option {
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
.bookingArea .bookingList .selectBox input {
	cursor: pointer;
	text-align: center;
	max-width: 100%;
	color: #0f0f0f;
	font-size: 70px;
	line-height: 1;
	letter-spacing: 0;
}
.bookingArea .bookingList .selectBox input::-webkit-input-placeholder {
	color: #0f0f0f;
}
.bookingArea .bookingList .selectBox input::-moz-placeholder {
	color: #0f0f0f;
}
.bookingArea .bookingList .selectBox input:-ms-input-placeholder {
	color: #0f0f0f;
}
.bookingArea .bookingList .selectBox input::-ms-input-placeholder {
	color: #0f0f0f;
}
.bookingArea .bookingList .selectBox input::placeholder {
	color: #0f0f0f;
}
@media (max-width: 1180px) {
	.bookingArea .bookingList .selectBox::before {
		right: -5px;
	}
	.bookingArea .bookingList .selectBox select {
		font-size: 55px;
	}
	.bookingArea .bookingList .selectBox input {
		font-size: 40px;
	}
}
@media (max-width: 840px) {
	.bookingArea .bookingList .selectBox {
		width: 100%;
		max-width: 90%;
	}
	.bookingArea .bookingList .selectBox:before {
		right: 0;
	}
	.bookingArea .bookingList .selectBox select {
		margin-top: 8px;
		font-size: 40px;
	}
}
@media (max-width: 650px) {
	.bookingArea .bookingList .selectBox {
		max-width: 100%;
		width: 60%;
	}
	.bookingArea .bookingList .selectBox select {
		padding-right: 40px;
	}
}
@media (max-width: 400px) {
	.bookingArea .bookingList .selectBox select {
		padding-right: 20px;
	}
	.bookingArea .bookingList .selectBox input {
		font-size: 30px;
	}
}
.bookingArea .btnBox {
	margin-top: 70px;
}
.bookingArea .btnBox .btn.reset {
	max-width: 210px;
}
.bookingArea .btnBox .btn:not(.reset) {
	max-width: 403px;
}
@media (max-width: 540px) {
	.bookingArea .btnBox {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 10px;
	}
	.bookingArea .btnBox .btn {
		min-width: 210px;
	}
}
@media (max-width: 400px) {
	.bookingArea .btnBox {
		margin-left: auto;
		margin-right: auto;
	}
}

/*********內頁**********/
.mainArea {
	padding-bottom: 30px;
	margin-top: -130px;
}
@media (max-width: 1400px) {
	.mainArea {
		margin-top: -80px;
	}
}
@media (max-width: 1180px) {
	.mainArea {
		margin-top: -40px;
	}
}
.mainArea .contentBox {
	clear: both;
}

/*bread*/
.bread {
	position: relative;
	z-index: 5;
	margin-bottom: 12px;
	padding: 20px 0;
}
.bread .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
	font-weight: 400;
	display: inline-block;
	color: #525252;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.9px;
}
@media (min-width: 1201px) {
	.bread .wrap a:hover {
		color: #b58044;
	}
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
.bread.slash .wrap a + a,
.bread.slash .wrap span + span,
.bread.slash .wrap span + a,
.bread.slash .wrap a + span {
	padding-left: 20px;
}
.bread.slash .wrap a + a::before,
.bread.slash .wrap span + span::before,
.bread.slash .wrap span + a::before,
.bread.slash .wrap a + span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
	background-color: rgba(15, 15, 15, 0.4);
	width: 1px;
	height: 15px;
	-webkit-transform: rotate(10deg) translateY(-50%);
	        transform: rotate(10deg) translateY(-50%);
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px dashed #d6d6d6;
	color: #232323;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
	border-bottom: 1px solid #d6d6d6;
	color: #232323;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}
.sectionTitle strong {
	display: block;
	position: relative;
	font-weight: 400;
}
.sectionTitle a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.breakpoint &gt; tbody &gt; tr &gt; td.expand {
	background: url("../images/plus.png") no-repeat 5px center;
	cursor: pointer;
	padding-left: 40px;
}

/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	text-align: center;
	border: 1px solid #b58044;
	color: #b58044;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px;
	position: relative;
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #b58044;
	font-size: 15px;
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1024px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}
.classBoxRow {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 52px;
}
@media (min-width: 1024px) {
	.classBoxRow .classLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.classBoxRow .classLink &gt; li {
		width: 20%;
		position: relative;
	}
	.classBoxRow .classLink &gt; li &gt; a,
	.classBoxRow .classLink &gt; li &gt; span {
		position: relative;
		padding: 18px 15px;
		color: #0f0f0f;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 1.44px;
	}
	.classBoxRow .classLink &gt; li &gt; a:after,
	.classBoxRow .classLink &gt; li &gt; span:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 2px;
		width: 0;
		background-color: #b58044;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.classBoxRow .classLink &gt; li &gt; a.current:after, .classBoxRow .classLink &gt; li &gt; a.open:after,
	.classBoxRow .classLink &gt; li &gt; span.current:after,
	.classBoxRow .classLink &gt; li &gt; span.open:after {
		width: 100%;
	}
}
@media (min-width: 1024px) and (min-width: 1201px) {
	.classBoxRow .classLink &gt; li &gt; a:hover:after,
	.classBoxRow .classLink &gt; li &gt; span:hover:after {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.classBoxRow .classLink &gt; li a,
	.classBoxRow .classLink &gt; li span {
		text-align: center;
		display: block;
	}
	.classBoxRow .classLink ul {
		background-color: #fff;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 110%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		display: none;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 1.44px;
	}
	.classBoxRow .classLink ul li {
		padding: 10px 15px;
	}
	.classBoxRow .classLink ul .current {
		color: #b58044;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
	background-color: #b58044;
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li {
	-webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
	        animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span {
	padding-left: 25px;
	background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span.current {
	background-color: rgba(181, 128, 68, 0.75);
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span.open {
	background-color: rgba(181, 128, 68, 0.75);
	color: #fff;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a:hover,
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span:hover {
		background-color: rgba(181, 128, 68, 0.75);
	}
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a {
	padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a.current {
	background-color: rgba(181, 128, 68, 0.5);
	color: #fff;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a:hover {
		background-color: rgba(181, 128, 68, 0.5);
	}
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li {
		-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
		        animation: aniSlideLeft 0.5s 0.3s ease-out both;
	}
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a,
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span {
		padding-left: 25px;
	}
	.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a {
		padding-left: 35px;
	}
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink &gt; li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		display: block;
		padding: 18px 15px;
		position: relative;
		color: #0f0f0f;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 1.44px;
	}
	.classBoxColumn .classLink a:after,
	.classBoxColumn .classLink span:after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #b58044;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span.current {
		color: #b58044;
	}
	.classBoxColumn .classLink a.current::after,
	.classBoxColumn .classLink span.current::after {
		width: 100%;
	}
}
@media (min-width: 1024px) and (min-width: 1201px) {
	.classBoxColumn .classLink a:hover::after,
	.classBoxColumn .classLink span:hover::after {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.classBoxRow .classLink, .classBoxColumn .classLink {
		width: 100%;
		max-height: 90vh;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	}
	.classBoxRow .classLink.open, .classBoxColumn .classLink.open {
		display: block;
	}
	.classBoxRow .classLink &gt; li:not(:first-child), .classBoxColumn .classLink &gt; li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.classBoxRow .classLink &gt; li &gt; a.current,
	.classBoxRow .classLink &gt; li span.current, .classBoxColumn .classLink &gt; li &gt; a.current,
	.classBoxColumn .classLink &gt; li span.current {
		color: #b58044;
		background-color: #fff;
	}
	.classBoxRow .classLink &gt; li ul, .classBoxColumn .classLink &gt; li ul {
		display: none;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span, .classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #0f0f0f;
		background-color: #fff;
		display: block;
		padding: 14px 15px;
		position: relative;
		text-align: center;
	}
	.classBoxRow .classLink a.current,
	.classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span.current {
		background-color: #b58044;
		color: #fff;
	}
}

.pageBox .pageList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 16px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
@media (min-width: 1201px) {
	.pageBox .pageList a:hover {
		border: 1px solid #b58044;
		background-color: #b58044;
		color: #fff;
	}
	.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number li {
	margin: 5px;
}
.pageBox .pageList.number a {
	width: 40px;
	height: 40px;
	font-weight: 400;
	line-height: 38px;
	position: relative;
	text-align: center;
	border-radius: 50%;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
	left: -2px;
	right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
	left: 12px;
	right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
	left: 0;
	right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
	left: 0;
	right: 12px;
}
.pageBox .pageList.number a.current {
	border: 1px solid #b58044;
	background-color: #b58044;
	color: #fff;
}
@media (min-width: 1201px) {
	.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 40px;
	height: 45px;
	font-weight: 300;
	line-height: 43px;
	position: relative;
	border-radius: 5px;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 15px;
}
.pageBox .pageList.prevnext.circle a {
	width: 45px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

/*標籤*/
.tagBox {
	padding: 20px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: inline-block;
}
.tagBox li {
	display: inline-block;
	margin-bottom: 5px;
}
.tagBox a {
	position: relative;
	display: block;
	margin: 0 3px;
	padding: 5px 10px;
	border: 1px solid #b58044;
	font-size: 13px;
	color: #b58044;
}
@media (min-width: 1201px) {
	.tagBox a:hover {
		color: #fff;
		background-color: #b58044;
	}
}
.tagBox a.current {
	color: #fff;
	background-color: #b58044;
}
.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*頁籤*/
.tab {
	border-top: 1px solid #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tab.hide {
	opacity: 0;
	pointer-events: none;
}
.tab .tabItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #0f0f0f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	word-break: break-word;
	z-index: 2;
}
.tab a.current {
	background-color: #b58044;
	color: #fff;
}

/*頁籤內容*/
.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
	display: none;
}

.albumBox {
	width: 50%;
	margin-right: 30px;
}
@media (max-width: 767px) {
	.albumBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
	max-height: 650px;
}
.albumBox .albumListMain .albumItem img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.albumBox .albumListNav {
	margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
	padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
	margin-bottom: 50px;
}
.side_menu li {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.side_menu li &gt; a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.side_menu li &gt; a.current {
	background-color: #8c8c8c;
	color: #fff;
}
.side_menu li &gt; a b {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
}
.side_menu dl {
	padding-left: 25px;
}
.side_menu dl a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu dl a.current {
	color: #000;
	text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}
.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}
.side_album a {
	display: block;
	-webkit-box-shadow: 2px 2px 5px #c3c3c3;
	        box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
	margin-bottom: 30px;
}
.side_booking a {
	display: block;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #8d2121;
	        box-shadow: 0 1px 1px #8d2121;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	background-color: #f05b8f;
}
.side_booking a i {
	display: inline-block;
	font-size: 28px;
	padding: 10px 15px;
	margin-right: 15px;
	border-right: 1px solid #d33434;
	-webkit-box-shadow: 1px 0 #f38a8a;
	        box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1201px) {
	.side_booking a:hover {
		-webkit-box-shadow: inset 0 3px 3px #8d2121;
		        box-shadow: inset 0 3px 3px #8d2121;
	}
}

/*側邊_聯絡資訊*/
.side_contactInfo {
	padding-left: 3px;
	font-family: "Noto Serif JP", "Microsoft JhengHei", sans-serif;
}
.side_contactInfo .address {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1.44px;
	color: #2b2b2b;
}
.side_contactInfo .address a {
	color: #2b2b2b;
}
.side_contactInfo .infoList {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.side_contactInfo .info {
	font-weight: 300;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #0f0f0f;
	font-family: "Noto Serif JP", "Microsoft JhengHei", sans-serif;
	font-size: 15px;
	line-height: 2.3;
	letter-spacing: 1.2;
}
.side_contactInfo .info a {
	color: #0f0f0f;
}
.side_contactInfo .info .slash {
	margin: 0 10px;
}
@media (min-width: 1201px) {
	.side_contactInfo .info:hover a {
		color: #b58044;
	}
}
@media (max-width: 1180px) {
	.side_contactInfo {
		text-align: center;
	}
	.side_contactInfo .address {
		font-size: 16px;
	}
	.side_contactInfo .info {
		font-size: 14px;
	}
	.side_contactInfo .info .slash {
		margin-right: 0;
		margin-left: 3px;
	}
}
@media (max-width: 470px) {
	.side_contactInfo .infoList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.side_contactInfo .infoList .slash {
		display: none;
	}
}

/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}
.side_room .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.side_room .Txt {
	margin-top: 5px;
}
.side_room .Txt .title a {
	font-size: 16px;
	font-weight: 400;
}
.side_room .Txt .text {
	max-height: 100px;
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	overflow: hidden;
}

/*對應&amp;相關*/
.sideDataArea {
	margin: 30px 0;
}
.sideDataArea.news .Txt {
	padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
	text-align: center;
}
.sideDataArea.catalog .Img::before {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 8px 25px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	text-align: center;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
	content: "NEW";
	background-color: #b58044;
	border: 1px solid #b58044;
}
.sideDataArea.catalog .Img.statusHot::before {
	content: "HOT";
	background-color: #b58044;
	border: 1px solid #b58044;
}
.sideDataArea .sideDataList {
	margin: 0 -15px;
}
.sideDataArea .sideDataItem {
	padding: 0 15px;
}
.sideDataArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.sideDataArea .Txt {
	padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #525252;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
	margin-left: 11px;
	padding-left: 11px;
	position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sideDataArea .Txt .title {
	max-height: 65px;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sideDataArea .Txt .text {
	max-height: 60px;
	color: #525252;
	font-size: 15px;
	padding-top: 10px;
}
@media (max-width: 1180px) {
	.sideDataArea .Txt .text {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.sideDataArea .sideDataList {
		margin: 0 -10px;
	}
	.sideDataArea .sideDataItem {
		padding: 0 10px;
	}
	.sideDataArea .Txt .newsInfoBox .classTitle + .date {
		margin-left: 8px;
		padding-left: 8px;
	}
}
@media (max-width: 640px) {
	.sideDataArea .sideDataList {
		margin: 0;
	}
	.sideDataArea .sideDataItem {
		padding: 0;
	}
}

/*社群分享*/
.sideShare {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 6px;
	text-align: center;
}
@media (min-width: 1201px) {
	.sideShare .shareList .shareItem a:hover,
	.sideShare .shareList .shareItem button:hover {
		opacity: 0.8;
	}
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
	fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
	width: 14px;
	height: 14px;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	background-color: #000;
	overflow: hidden;
}
.imh_opacity img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1201px) {
	.imh_opacity:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.imh_detail img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.imh_detail a:before {
	content: "Details+";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	margin-left: -45px;
	margin-top: -80px;
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 1201px) {
	.imh_detail:hover a:before {
		opacity: 1;
		margin-top: -20px;
	}
	.imh_detail:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.imh_zoom img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
	content: "\f002";
	display: block;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 99;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
	background-color: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 1201px) {
	.imh_zoom:hover a:before {
		top: 50%;
	}
	.imh_zoom:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff !important;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
	content: "";
	border-style: solid;
	display: block;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
	border-width: 5px 9px 5px 0;
	border-color: transparent #b58044 transparent transparent;
	-webkit-transform: translateX(-2px);
	        transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #b58044;
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}
@media (min-width: 1201px) {
	.slick-slider .slick-arrow:hover,
	.controlBox .slick-arrow:hover {
		background-color: #b58044 !important;
	}
	.slick-slider .slick-arrow:hover.slick-prev::before,
	.controlBox .slick-arrow:hover.slick-prev::before {
		border-color: transparent #fff transparent transparent;
	}
	.slick-slider .slick-arrow:hover.slick-next::before,
	.controlBox .slick-arrow:hover.slick-next::before {
		border-color: transparent transparent transparent #fff;
	}
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
	width: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
	margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
	margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
	width: 16px;
	height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
	background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
	color: transparent;
	display: block;
	padding: 0;
	position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
	background-color: #b58044;
	opacity: 1;
}
@media (min-width: 1201px) {
	.slick-slider .slick-dots li:hover button::before,
	.controlBox .slick-dots li:hover button::before {
		background-color: #b58044;
		opacity: 1;
	}
}

.slickClsList:not(.slick-slider) {
	overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
	display: none;
}

.Img {
	position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
	-webkit-animation: imgLoading 0.9s ease infinite;
	        animation: imgLoading 0.9s ease infinite;
	background-size: 400% 100%;
	background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
	background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
	opacity: 0 !important;
	-webkit-transition: all 1.2s ease !important;
	transition: all 1.2s ease !important;
}
/*# sourceMappingURL=master.css.map */</pre></body></html>