﻿
/************************************************************************************
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;
}*/

body {
	margin: 0;
	padding: 0;
	font-size:15px;
	overflow-x: hidden;
	color: #333333;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

*{-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana, 'Noto Sans TC';
	font-weight: 300;
}

.block-center {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	position: relative;
}
.block-main {
	width: 100%;
	clear: both;
	text-align: center;
}

.main-slide {
	width: 100%;
	clear: both;
}

.main-slide .slick-slide {
	width: 100%;
	text-align: center;
}

.main-banner1 {
	height: 774px;
	background: url(../images/main_bk1.jpg) no-repeat center;
	background-size: cover;
}
.main-title {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	position: relative;
}
.main-title,.butterfly01,.butterfly02{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	margin: 0 auto;
}
.main-title{top:245px}
.butterfly01 {
    top: 270px;
    left: 900px;
	animation: flyA 3s infinite alternate-reverse linear;
}
@-webkit-keyframes flyA{
	0%{transform: translateY(0px);}
	100%{transform: translateY(100px);}
}

.butterfly02 {
    top: 350px;
    left: -780px;
	animation: flyB 5s infinite alternate-reverse linear;
}
@-webkit-keyframes flyB{
	0%{transform: translateY(-100px);}
	100%{transform: translateY(0px);}
}

.main-mobile ,.main-mobile-phone {
	display: none;
	line-height: 0;
}

.block-main .slick-dots {
	position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots .slick-active button {
	background: #ffffff;
}

.slick-dots button {
	background: rgb(255 255 255 / 50%);
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
	text-indent: -9999px;
	line-height: 0px;
	height: 15px;
	width: 15px;
}

.slick-dots button:hover {
	cursor: pointer;
	background: #ffffff;
}

/*主選單*/
.all-menu {
	width: 100%;
    clear: both;
    background: #fdf4d5;
}

.all-menu ul {
	width: 100%;
    clear: both;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-menu.sticky {
	top:30px !important;
	box-shadow: 0px 4px 8px rgb(51 51 51 / 12%);
}

.all-menu li,.all-menu div {
	display: inline-block;
	margin: 0 5px;
}

.all-menu a {
	display: inline-block;
	text-align: center;
	padding:30px 20px;
	color:#c4b582;
	font-size: 25px;
	font-weight: 500;
}

.all-menu a:hover,.menu-active a {
	color: #706868;
	background: #e8af61;
}
.all-menu ul>div> a:first-child {
	padding: 17px;
}
.all-menu ul>div>a:first-child:hover {
    background-color: transparent;
    color: #c4b582;
}
span.lw {
    font-size: 14px;
}

/*右側選單*/
a.sidebar {
    display: block;
    position: fixed;
    top: 500px;
    right: 0;
    padding: 0.75rem;
    background-color: #f44336;
    color: white;
    font-weight: 500;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    border-radius: 0.5rem;
    font-size: 18px;
    z-index: 5;
}
a.sidebar:hover{background-color: #bb1e13;}

/*輪播*/
.lSAction {
	display: none !important;
}

.block-product-big-one .lSSlideOuter .lSPager.lSpg > li a {
	border-radius: 50px;
    display: inline-block;
    text-indent: -9999px;
    line-height: 0px;
    height: 10px;
    width: 10px;
    padding: 0;
}

.block-product-big-one .lSSlideOuter .lSPager.lSpg > li:hover a,.block-product-big-one .lSSlideOuter .lSPager.lSpg > li.active a {
	background: #333333;
}

.block-product-big-one .lSSlideOuter .lSPager.lSpg > li {
	padding: 0;
	margin: 0 6px;
}

.block-product-big-one .lSSlideOuter .lSPager.lSpg {
	position: inherit;
    text-align: center;
    width: 100%;
    padding: 5px 0 0 0px;
	z-index: 1;
}

.block-product-big-one .lSSlideOuter {
	position: relative;
	/*width: 450px;*/
}

.block-product-big-one .pic-slide {
	margin: 0 auto;
}

/*輪播照片*/
.product-big-one-pic {
    padding: 0 1.5rem;
    width: 450px;
}
.lSSlideWrapper.usingCss {
    border: 1px solid white;
    border-radius: 1rem;
    height: 300px;
    line-height: 0;
    height: auto;
}

/*商品*/
div[class*="block-page"]{
	padding: 4rem 0;
	background-position: top center;
	background-size: 100%;
	background-repeat: repeat-y;
}
.block-page1{background-image: url(../images/product_bk1.jpg);}
.block-page2{background-image: url(../images/product_bk2.jpg);}
.block-page3{background-image: url(../images/product_bk3.jpg);}
.block-page4{background-image: url(../images/product_bk4.jpg);}
.block-page5{background-image: url(../images/product_bk5.jpg);}
.block-page6{background-image: url(../images/product_bk6.jpg);}

.block-product-big-title {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.block-product-big-one {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 3rem;
}
.product-big-one-infor{
	width: calc(100% - 450px);
}
.product-big-one-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #8f8989;
}
.product-big-one-title>span {
    font-size: 1rem;
    font-weight: 300;
}
.mark {
    display: flex;
    margin-bottom: 1rem;
	align-items: center;
}
.markname {
    padding: 0.5rem;
    background-color: #fbac28;
    border-radius: 0.5rem;
    color: white;
    margin-right: 0.5rem;
}
.markname2{width: 80px;}
span.month {
    color: #b87004;
    font-size: 20px;
    font-weight: 500;
}
.content-p {
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
	letter-spacing: 0.75px;
}
span.location {
	width: calc(100% - 80px);
    font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.75px;
}
.tour-title{
	text-align: center;
}
span[class*="mark-"]{
	display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 1.75rem;
    color: white;
    font-weight: 500;
    border-radius: 25px;
    margin-bottom: 1.5rem;
}
span.mark-green{background-color:#5c9173;}
span.mark-purple{background-color:#c882bd;}
span.mark-blue{background-color:#80bad2;}
span.mark-lg{background-color:#c7c267;}
span.mark-og{background-color:#d9a245;}
span.mark-red{background-color:#d47d5b;}

a.product {
    background-color: white;
    display: block;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}
a.product:hover{
	background-color: #fffff6;
	transform: translateX(5px);
}
.block-product-small {
    margin-bottom: 3rem;
}
.product-small-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}
a.product:hover >.tour-name >.product-small-title{
	color:#763232;
}
.product-small-price>span{
	font-size: 24px;
	font-weight: 500;
	color: #d6001c;
}
p.inner-p {
    color: #686868;
    letter-spacing: 1px;
}
.price-wraper {
    text-align: right;
    padding-right: 1rem;
}
.tour-name {
    padding-left: 1rem;
}
.departure {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #ff9e1b;
    color: white;
    border-top-left-radius: 1rem;
    position: relative;
    bottom: -1rem;
    left: 1rem;
}
.product-more{
	text-align: end;
}
a[class*="btn-"]{
	display: inline-block;
	padding: 0.5rem 0.75rem;
	font-size: 15px;
	border-radius: 25px;
	transition: all 0.3s ease;
}
a.btn-g{
	color: #5c9173;
	border: 1px solid #5c9173;
}
a.btn-p{
	color: #bb72b0;
	border: 1px solid #bb72b0;
}
a.btn-b{
	color: #6ca6be;
	border: 1px solid #6ca6be;
}
a.btn-lg {
    color: #a39e4f;
	border: 1px solid #a39e4f;
}
a.btn-og {
    color: #c8933a;
	border: 1px solid #c8933a;
}
a.btn-red {
    color: #c76b47;
	border: 1px solid #c76b47;
}
a.btn-g:hover{
	color: white;
	background-color: #5c9173;
}
a.btn-p:hover{
	color: white;
	background-color: #bb72b0;
}
a.btn-b:hover{
	color: white;
	background-color: #6ca6be;
}
a.btn-lg:hover{
	color: white;
	background-color:#a39e4f;
}
a.btn-og:hover{
	color: white;
	background-color:#c8933a;
}
a.btn-red:hover{
	color: white;
	background-color:#c76b47;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 1060px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

}

@media screen and (max-width: 960px) {
	.main-content {
		padding: 0.5rem;
	}
	.block-product-big-one .lSSlideOuter {
		width: auto;
		margin-bottom: 2rem;
	}
	.lSSlideWrapper.usingCss {
		border: none;
		border-radius: 1rem;
		height: auto;
	}
	.all-menu a {
		font-size: 22px;
		padding: 30px 15px;
	}
	/*右側選單*/
	a.sidebar {display: none;}
	
}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-mobile {
		display: block;
	}

	.block-main {
		display: none;
	}
	
	.all-menu {
		display: none;
	}

	.block-center {
		width: 95%;
		margin: 0 auto;
	}

	a.product {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
	}
	.price-wraper {
		display: flex;
		justify-content: end;
		align-items: flex-end;
	}
	.departure {
		display: inline-block;
		bottom: -1rem;
		left: 1rem;
		padding: 0.5rem 0.75rem;
	}
	a.product:hover{
		margin-left: 0px;
	}
	.product-small-price {
		margin-top: 0.5rem;
		text-align: end;
	}
	p.inner-p {
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.block-product-big-one {
		flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: space-around;
	}
	.product-big-one-infor {
		width: 90%;
	}
	.block-product-big-title {
		padding: 1rem 0;
		margin-bottom: 1rem;
		width: 75%;
		margin: auto;
	}
	.tour-name {
		padding: 0 1rem;
	}


}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {

	.product-big-one-pic {
		max-width: none;
	}

	.product-big-one-infor {
		padding:20px 10px 10px 10px;
	}

	ul.product-big-one-list {
		min-height: unset !important;
	}

	.product-small-title {
		width: 100%;
		margin: 0 0 10px 0;
		line-height: 1.25;
	}

	.product-small-price {
		/*width: 100%;*/
	}

	.block-tab a {
		font-size: 15px;
	}

	.product-big-one-pic img {
		max-width: none;
		width: 100%;
	}

	.main-mobile {
		display: none;
	}

	.main-mobile-phone {
		display: block;
	}
	.departure {
		/*width: 32%;*/
	}
	.product-big-one-pic {
        width: 100%;
    }

}
@media (max-width:500px) {
	.mark{flex-wrap: wrap;}
	span.location {
		margin-top: 0.75rem;
		width: 100%;
	}
	
}
/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.product-big-one-infor {
		padding: 10px 0 0 0;
	}
	.product-big-one-title {
		font-size: 1.3rem;
	}
	.product-big-one-title>span {
		font-size: 0.75rem;
	}

}

@media (max-width: 320px) {
	
}