﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:focus{ -moz-outline-style: none;}
/*.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/


/*基本變數*/
:root {
	/*基本*/
	--family-basic:"Huninn",Verdana;
	--family-maru:"Zen Maru Gothic",Verdana;
	--family-nyonya:"UoqMunThenKhung",Verdana;
	
	--movie:all 0.3s ease;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
	
}
figure{margin: 0; padding:0 ;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
*{box-sizing: border-box;}
html {
    scroll-behavior: auto !important; /* 禁止瀏覽器自動捲動 */
}
/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
    max-width: 1400px;
    margin: auto;
    clear: both;
    position: relative;
    padding: 6rem 0 4rem;
}
.block-main {
	width: 100%;
	clear: both;
	text-align: center;
}
header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}
.title_hidden {
	text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}
.main-banner{
	min-height: 770px;
	background-image: url('../images/head_bg.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-title{
	position: absolute;
	left: 0;
	right:0;
	margin: 0 auto;
	text-align: center;
	max-width: 1100px;
	z-index: 0;
	
	animation-name: main-title;
	transform-origin: center bottom;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes main-title {
  	0% {
		transform: translateY(0%);
	}

	15% {
		transform: translateY(0%);
	}

	25% {
		transform: translateY(5%);
	}
	
	35% {
		transform: translateY(0%);
	}
	
	45% {
		transform: translateY(0%);
	}
	
	55% {
		transform: translateY(5%);
	}
	
	65% {
		transform: translateY(0%);
	}
	
	75% {
		transform: translateY(0%);
	}
	
	55% {
		transform: translateY(5%);
	}

	100% {
		transform: translateY(0%);
	}
}

/*.friends{
	max-width: 430px;
	top:282px;
	left:0px;
	position: absolute;
	z-index: 1;
}
.friends2{
	max-width: 570px;
	top:282px;
	right:0px;
	position: absolute;
	z-index: 1;
}*/
.main-mobile ,.main-mobile-phone {
	display: none;
	line-height: 0;
}

/*主選單*/

/*#main-nav{   
   z-index: 990;
   margin:0 auto;  
}

#block_menu {
	width: 100%;
	clear: both;
    overflow: hidden;
	position: relative;
	z-index: 990;
}

.sticky {
    top:40px;	
}

#main-nav ul {background-color: #045080; text-align: center; height: 60px;text-align: center;position: relative;z-index: 990;}
#main-nav ul li {display:inline-block;font-family: var(--family-sp);margin-top: 10px;}
#main-nav ul li a { display:block;font-size: 22px;font-weight: 600;  text-align: center; text-decoration: none;color: #abd2eb;border-radius: 22px; margin: 0 5px;padding: 10px;}
#main-nav ul li a:hover,#main-nav ul li a.active {color: #045080;background-color: #fff;}
.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/

.block-menu {
	width: 100%;
	text-align: center;
	position: sticky;
	top: 40px;
	z-index: 4;
}



.block-menu:has(.active) {
	background: #ffffff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#mainNav {
	width: 100%;
	max-width: 1018px;
	margin: 0 auto;
	position: relative;
	/*padding: 10px 0;*/
	display: flex;
	justify-content: center;
}


#mainNav a {
	width: 140px; 
	height: 71px;
	transition: var(--movie);
	display: block;
    /*padding: 19px 0px;*/
    font-size: 24px;
	font-weight: 500;
    color: #737373;
    letter-spacing: 1px;
    transition: all 0.3s linear;
	/*line-height: 40px;*/
	background: url(../images/menu-on.webp);
	width: 140px;
    height: 71px;
	margin:5px;
	align-content: center;
}

#mainNav a:hover ,#mainNav a.active {
	background: url(../images/menu-over.webp);
	color: #ffffff;
}



/*內容區*/


#northeast,#southeast,#china,#america,#europe{clear: both; }

#northeast {padding-top: 80px; margin-top: -110px;}


.block-bg-northeast{background-image: url(../images/bg01.webp);clear: both; background-size:100%;background-position: top; clear: both; background-repeat: no-repeat;}
.block-bg-southeast{background-image: url(../images/bg02.webp);clear: both; background-size:100%;background-position: top; clear: both; background-repeat: no-repeat;}
.block-bg-china{background-image: url(../images/bg03.webp);clear: both; background-size:100%;background-position: top; clear: both; background-repeat: no-repeat;}
.block-bg-america{background-image: url(../images/bg04.webp);clear: both; background-size:100%;background-position: top; clear: both; background-repeat: no-repeat;}
.block-bg-europe{background-image: url(../images/bg05.webp);clear: both; background-size:100%;background-position: top; clear: both; background-repeat: no-repeat;}

.block-bg-1 {background-image: url(../images/bg-1.webp); background-repeat:repeat-y; background-position: top; clear: both; }
.block-bg-2 {background-image: url(../images/bg-2.webp); background-repeat:repeat-y; background-position: top; clear: both;}


.title_wraper{
	text-align: center;
	margin-bottom: 2rem;
}
.intro-content{
    margin: 0 auto 4rem;
    width: 75%;
    padding: 2rem;
    font-size: 22px;
    background: #fffad7;
    text-align: center;
    border-radius: 1rem;
}
.intro-content h2{
	line-height: 1.5;
}
.intro-inner {
    padding: 2rem 0;
    margin: 0px auto 2rem;
    width: 75%;
    text-align: center;
    font-size: 22px;
}
h2 {
    font-weight: 500;
    line-height: 1.4;
}
.white{color: white;}
.main_wraper{margin-bottom: 2rem;}
a.sale_wraper,a.product_wraper{
	display: block;
	background-color: white;
	padding: 8px;
	transition: all 0.3s linear;
	border-radius: 25px;
}
a.sale_wraper{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
a.sale_wraper_sp{
	display: block;
	padding: 8px;
	transition: all 0.3s linear;
	border-radius: 25px;
}
a.sale_wraper_sp{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.b_poster,.v_poster{
    position: relative;
}
.poster_big {width:50%;}
.b_poster {border-radius: 25px;}
.b_poster img,.v_poster img {border-radius: 25px; width:100%;}
.b_location_o,.location_o,.b_location_r,.location_r{
	color: white;
    display: inline-block;
    position: absolute;
	border-radius:22px  0px 20px 0px;
}
.b_location_o,.location_o{background-color: #404040;}
.b_location_r,.location_r{background-color: #ff4a8c;}

.b_location_o,.b_location_r {
    font-size: 1.2rem;
	padding: 12px;
}
.location_o,.location_r{
	font-size: 1.2rem;
	padding: 12px;

}
h3[class*="sale_h3"]{
	color: #eb6100;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
h3.sale_h3_b {
    font-size: 30px;
    line-height: 1.2;
	margin-bottom: 1rem;
	padding-top: 15px;
    padding-bottom: 7px;
    border-bottom: 2px dotted #b3b3b3;
    text-align: center;
}
.inner {
    display: grid;
    /*min-height: 500px;*/
    padding: 1.5rem;
    /*width: calc(100% - 830px);*/
    align-content: space-around;
	width:50%;
	/*background: #ffffff;*/
}
ul.b_sale_list {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 1px;
    color: #565a5c;
	padding-left: 36px;
	min-height: 100px;
}
ul.b_sale_list li::before {
	content: "●";
    color: #ffc600;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
	font-family: serif;
}
i.big_i_b,i.i_b,i.big_i_g,i.i_g{
	margin-right: 0.5rem;
	font-style: normal;
	font-size:12px;
}
i.big_i_b,i.i_b{color:#ffc600;}
i.big_i_g,i.i_g{color:#3bc2a4;}

.price_wraper{text-align: center; padding: 15px 0px;}
.b_price{
	color: #eb6100;
	font-weight: 500;
}
.subtitle {
	display: flex;
    height: 50px;
    padding-left: 80px;
    background: url(../images/icon_LS.webp) no-repeat;
	margin-bottom: 13px;
	color: #e90611;
	font-size:16px;
	font-family: var(--family-maru);
	font-weight: 500;
	display: flex;
	justify-content: left;
    align-items: center;
	line-height: 21px;
	width: 95%;
    margin: 0 auto;
}
.subtitle:empty {display:none;}
.subtitle span {
    
}
.subtitle_big {
	display: flex;
    height: 50px;
    padding-left: 80px;
    background: url(../images/icon_LS.webp) no-repeat;
	margin-bottom: 13px;
}
.subtitle_big:empty {
	display:none;
}
.subtitle_big span {
    color: #e90611;
	font-size:20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
span.price_big{
	font-size: 48px;
	font-weight: 700;
	padding: 0px 5px;
}
a.sale_wraper:hover,a.product_wraper:hover{
	/*background-color: #fbf7e8;*/
	transform: translateY(5px);
}
.sec_wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
a.product_wraper{
	width: calc(100% / 3 - 1rem);
    margin-bottom: 2rem;
    margin-right: 1.5rem;
}
a.product_wraper:nth-child(3n){
	margin-right: 0;
}
.sale_h3{
	margin-top: 1rem;
	padding-bottom:5px;
	line-height: 1.3;
	border-bottom: 2px dotted #b3b3b3;
	text-align: center;
	width: 95%;
    padding: 8px 10px;
    margin: 0 auto;
}
ul.sale_list {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
ul.sale_list li {
	margin: 0 0 5px 16px;
}
ul.sale_list li::before {
	content: '◆';
    width: 17px;
    height: 20px;
    left: 22px;
    position: absolute;
	color:#ffc600;
	font-size: 10px;
	margin-top:5px;
}
.product_inner {
    display: grid;
    align-content: space-between;
	min-height: 195px;
	padding: 15px;
}
#back-top {
    left: unset !important;
    right: 1.5% !important;
    margin-left: 0 !important;
}

.hotel-space {
	/*width: 100%;*/
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.hotel_wraper{
	background-color: white;
	border-radius:35px;
	padding: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	border: 9px solid #ffffff;
	margin: 10px 0px;
}

.hotel_wraper a {display: contents;}

.hotel_wraper:hover {
	-webkit-transform: translateY(1%);
	-moz-transform: translateY(1%);
	-ms-transform: translateY(1%);
	transform: translateY(1%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


.card-left {
    width: 100%;
    display: block;
}
.card-left:hover{
	background-color: #ffffff;
}

.card-img {
	width: 100%;
	text-align: center;
}

.card-img img {
	border-radius: 25px;
	width:100%;
}

.card-text {
	font-size: 15px;
    color: #333333;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: flex;
    width: 85%;
    padding: 0px 5px 15px 5px;;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: left;
    align-content: space-between;
}

.card-text > li {
  list-style:none;
  width:100%;
  padding: 5px 0px 3px 0px;
}

.card-text > li::before {
	content: "●";
    color: #ffc600;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
	font-family: serif;
}

.btn-wraper{
	text-align: center;
	margin: 0 0 10px 0;
}

.price {font-weight: bold; padding: 0px 5px; font-size: 30px;}
.big-price {font-size:26px;}

.category {
    display: inline-block;
    margin: 30px auto;
    width: 100%;
}
.category-title {
	margin:40px auto 20px;
	width:100%;
	text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    color: #f43a3e;
	font-family: var(--family-maru);
}
.category-title span {
	position: relative;
	font-size: 28px;
	display: flex;
	justify-content: center;
} 
.category ul {
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 12px;
}

.btn-style {width: 110px; height: 100px;}
.btn-style a {
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 15px;
	background-color: white;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
	text-align: center;
	justify-content: center;
}
.btn-text {
	font-size: 15px;
	line-height: 1;
	color: #666;
	display: block;
	margin: auto 8px 4px 8px;
	line-height: 17px;
}
.btn-style a {
	background-repeat: no-repeat;
    background-size: 58px;
    background-position: center 11px;
}
.btn-style a:hover {
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-ms-transform: translateY(5%);
	transform: translateY(5%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-northeast-1 a {background-image: url(../images/btn-northeast1.webp);}
.btn-northeast-2 a {background-image: url(../images/btn-northeast2.webp);}
.btn-northeast-3 a {background-image: url(../images/btn-northeast3.webp);}
.btn-northeast-4 a {background-image: url(../images/btn-northeast4.webp);}
.btn-northeast-5 a {background-image: url(../images/btn-northeast5.webp);}
.btn-northeast-6 a {background-image: url(../images/btn-northeast6.webp);}

.btn-southeast-1 a {background-image: url(../images/btn-southeast1.webp);}
.btn-southeast-2 a {background-image: url(../images/btn-southeast2.webp);}
.btn-southeast-3 a {background-image: url(../images/btn-southeast3.webp);}
.btn-southeast-4 a {background-image: url(../images/btn-southeast4.webp);}

.btn-china-1 a {background-image: url(../images/btn-china1.webp);}
.btn-china-2 a {background-image: url(../images/btn-china2.webp);}
.btn-china-3 a {background-image: url(../images/btn-china3.webp);}
.btn-china-4 a {background-image: url(../images/btn-china4.webp);}

.btn-america-1 a {background-image: url(../images/btn-america1.webp);}
.btn-america-2 a {background-image: url(../images/btn-america2.webp);}
.btn-america-3 a {background-image: url(../images/btn-america3.webp);}
.btn-america-4 a {background-image: url(../images/btn-america4.webp);}

.btn-europe-1 a {background-image: url(../images/btn-europe1.webp);}
.btn-europe-2 a {background-image: url(../images/btn-europe2.webp);}
.btn-europe-3 a {background-image: url(../images/btn-europe3.webp);}
.btn-europe-4 a {background-image: url(../images/btn-europe4.webp);}
.btn-europe-5 a {background-image: url(../images/btn-europe5.webp);}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
	#northeast,#southeast,#china,#america,#europe{
		background-size:contain;
	}
	.block-bg-northeast{background-image: none;}
	.block-bg-southeast{background-image: none;}
	.block-bg-china{background-image: none;}
	.block-bg-america{background-image: none;}
	.block-bg-europe{background-image: none;}
	
}
@media screen and (max-width: 1500px) {
	.block-center {
		width: 95%;
		margin: 0 auto;
		padding: 4rem 1rem;
	}
	ul.b_sale_list {
		line-height: 28px;
		letter-spacing: 0;
	}
	ul.sale_list li::before {
		content: '◆';
		width: 17px;
		height: 20px;
		left: 40px;
		position: absolute;
		color: #ffc600;
		font-size: 10px;
		margin-top: 5px;
	}
	
	.product_inner {
		min-height: 220px;
	}
	
}
@media screen and (max-width: 1300px) {
	h3[class*="sale_h3"] {
		font-size: 28px;
	}
}
@media screen and (max-width: 1060px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}
	.hotel-space {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

}
@media screen and (max-width: 960px) {
	.main-mobile {
		display: block;
	}
	.block-main {
		display: none;
	}
	
	.all-menu ul.first_nav {
		width: 100%;
	}
	.all-menu ul.first_nav>li>a {
		padding: 1.2rem 1rem;
	}
	a.sale_wraper {
		flex-wrap: wrap;
	}
	a.product_wraper {
		width: calc(100% / 2 - 0.5rem);
		margin-bottom: 2rem;
		margin-right:0;
	}
	.sec_wraper {
		justify-content: space-between;
	}
	a.product_wraper:nth-child(3n){
		margin-right: 0;
	}
	h3.sale_h3_b {
		font-size: 28px;
	}
	
	.inner {
		width: 100%;
		min-height: auto;
		padding: 1rem;
	}
	.poster_big {
		width: 100%;
	}
	
	#northeast{background-image: url(../images/bg-1.webp);clear: both;}
	#southeast{background-image: url(../images/bg-2.webp);clear: both;}
	#china{background-image: url(../images/bg-1.webp);clear: both;}
	#america{background-image: url(../images/bg-2.webp);clear: both;}
	#europe{background-image: url(../images/bg-1.webp);clear: both;}
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	/*.main-mobile {
		display: block;
	}

	.block-main {
		display: none;
	}*/
	
	.block-menu {
		display: none;
	}
	ul.sale_list {
		letter-spacing: 0;
	}
	
	ul.b_sale_list {
		font-size: 15px
	}
	span.price_big {
		font-size: 40px;
	}
	a.product_wraper {
		width: 100%;
		margin-bottom: 2rem;
		margin-right:0;
	}
	
	.hotel-space {
		gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	#northeast {padding-top: 0px; margin-top: 0px;}
	
}

	
/*中間調度區
-----------------------------------------------------------------*/
@media (max-width:600px) {

	.main-mobile {
		display: none;
	}

	.main-mobile-phone {
		display: block;
	}
	a.sale_wraper, a.product_wraper{
		padding: 0.75rem;
	}
	
	span.price_big {
		font-size: 30px;
	}
	.inner{padding: 1rem 0;}
	a.product_wraper {
		width: 100%;
	}
	.product_inner {
		min-height: auto;
	}
	#back-top {
		display: none !important;
	}
	.intro-content {
		width: 100%;
        margin: 0 auto 2rem;
        padding: 1rem;
        font-size: 16px;
        text-align: left;
    }
	.intro-inner {
		padding: 1rem 0;
		margin: 0px auto 1rem;
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: white;
		line-height: 1.3;
		text-align: left;
	}
	ul.sale_list li::before {left:43px;}
	
}
@media (max-width:500px) {
	h3.sale_h3_b,h3.sale_h3 {
		font-size: 20px;
	}
	
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	

}

@media (max-width: 320px) {
	
}