:root{
  --padding: 100px;
  --font-l:40px;    
  --font-m:28px;    
  --font-s:18px;
  --color-black:#333333;    
  --color-blue:#c3e0ff;    
}
@media screen and (max-width:768px) {
    :root{
      --padding: 10%;
      --font-l:22px;    
      --font-m:18px;    
      --font-s:14px;       
    }
}



body {
	overflow-x: hidden;
}

#mtkContainer {
	position: relative;
	font-size: 18px;
	font-size: var(--font-s);
	font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    color: #333333;
    color: var(--color-black);
}

#mtkContainer,
#mtkContainer * {
	vertical-align: top;
	box-sizing: border-box;
}

a,
a:hover {
	text-decoration: none;
}








.header{
	position: relative;
	width: 100%;
	height: 933px;
	overflow: hidden;
	background-image: url(../images/staycation/header1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
}
.headerBG{
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.headerBG img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: auto;
	opacity: 0;
}
/*2.5%一秒*/
.headerBG img.headerBG-1{ animation:headerBG 40s 0s linear infinite;} 
.headerBG img.headerBG-2{ animation:headerBG 40s 8s linear infinite;} 
.headerBG img.headerBG-3{ animation:headerBG 40s 16s linear infinite;} 
.headerBG img.headerBG-4{ animation:headerBG 40s 24s linear infinite;} 
.headerBG img.headerBG-5{ animation:headerBG 40s 32s linear infinite;} 
@keyframes headerBG {
     5% { opacity: 1; } /*2秒*/
    20% { opacity: 1; } /*8秒*/
    25% { opacity: 0; } /*10秒*/
}

.header h1 {
	position: relative;
	padding-top: 40px;
	text-align: center;
	z-index: 6;
}

.header h1 img {
	width: 80%;
	max-width: 583px;
}


.header h2{
	position: relative;
    font-size: 21px;
        font-weight: 400;
	color: white;
	text-align: center;
	letter-spacing: 0.4em;
	padding-top: 295px;
	z-index: 6;
}

.header h2 p{
	position: relative;
	padding: 0.7em 0;
}

.header h2 p span{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,36%) scaleY(-1);
	color: transparent;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

@media only screen and (max-width: 768px) {
	.header{
		height: 107vw;
	}
	.header h1{
		padding-top: 5vw;
	}
	.headerBG img{
		width: 230vw;
	}
	.header h2{
		padding-top: 21vw;
		font-size: 3.5vw;
	}
}






.viewPoint {
	padding: var(--padding) 0;
	background: white;
	font-size: 18px;
	font-size: var(--font-s);
	color: #333333;
	color: var(--color-black);
	overflow: hidden;
}

.viewPoint h3 {
	font-weight: 700;
	font-size: 40px;
	font-size: var(--font-l);
	text-align: center;
	letter-spacing: 0.3em;
}

.viewPoint h4 {
	position: relative;
	font-weight: 700;
	font-size: 28px;
	font-size: var(--font-m);
	text-align: center;
	letter-spacing: 0.4em;
	display: inline-block;
	padding: 0.2em 0;
	margin: 0.5em 0;
	overflow: hidden;
}
.viewPoint h4 span{
	position: relative;
	z-index: 1;
}
.viewPoint h4:after{
	content: '';
	position: absolute;
	left: -0.7em;
	bottom: 0;
	background: #c3e0ff;
	background: var(--color-blue);
	width: calc(100% + 1em);
	height: 0.5em;
}

.viewPoint p {
	line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
}

.viewPoint-content {
	padding: 1.5em 0;
}

.viewPoint-content-data {
	margin: 0 10px;
	padding: 1em;
	background: white;
	box-shadow: 0 1em 1em rgba(0, 0, 0, .15);
	text-align: center;
}

.viewPoint-content-data-img img {
	width: 100%;
}

.viewPoint .slick-list {
	overflow: visible;
}
.viewPoint .slick-list , .viewPoint .slick-track{ display: flex; }

.viewPoint .slick-prev {
	left: 25px;
	z-index: 50;
	transform: scaleX(-1) translateY(-50%);
    width: 38px;
    height: 100%;
    transition: all 0.2s;
}

.viewPoint .slick-next {
	right: 25px;
    z-index: 50;
    width: 38px;
    height: 100%;
    transition: all 0.2s;
}

.viewPoint .slick-prev:before,
.viewPoint .slick-next:before {
	content: '';
	display: inline-block;
	background: url(../images/staycation/arrow.png) center center no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	color: transparent;
    border: none;
    box-shadow: inherit;
    opacity: 0.8;
}

.viewPoint .slick-prev:hover:before,
.viewPoint .slick-next:hover:before{
	opacity: 1;
}

.slick-dots{
	bottom: 0;     transform: translateY(100%);
}

@media only screen and (max-width: 1024px) {
	.viewPoint .slick-prev{ left: 0; }
	.viewPoint .slick-next{  right: 0; }
}

@media only screen and (max-width: 768px) {
	.viewPoint{ 
		padding-bottom: calc(10% + 20px);
		padding-bottom: calc(var(--padding) + 20px);
	}
	.viewPoint-content {
	    padding: 0.5em 0 1.5em 0;
	}
}

@media only screen and (max-width: 600px) {
	.viewPoint .slick-prev , .viewPoint .slick-next {
	    width: 4vw;
	}
}

@media only screen and (max-width: 480px) {
	.viewPoint .slick-prev , .viewPoint .slick-next {
	    width: 6vw;
	}
}

@media only screen and (max-width: 360px) {
	.viewPoint{ 
		padding-bottom: calc(10% + 40px);
		padding-bottom: calc(var(--padding) + 40px);
	}
}





.goods {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	min-height: 70vh;
}

.goods-banner {
	width: 50%;
	background: url(../images/staycation/photo1.jpg) center top no-repeat;
	background-size: cover;
	color: white;
	padding: 2.5em;
	text-align: right;
}
.goods-banner.bg2 {
	background: url(../images/staycation/photo2.jpg) center top no-repeat;
	background-size: cover;
	text-align: left;
}

.goods-banner.bg3 {

	background: url(../images/staycation/photo3.jpg) center top no-repeat;

}

.goods-banner h5{
	font-weight: 700;
	font-size: 40px;
	font-size: var(--font-l);
	letter-spacing: 0.4em;
	line-height: 1.5;
	text-shadow: 0px 0px 8px rgb(0 0 0 / 80%);
}
.goods-banner h6{
	padding: 2em 0;
	font-weight: 400;
	font-size: 18px;
	font-size: var(--font-s);
	letter-spacing: 0.4em;
	line-height: 1.8;
	text-shadow: 0px 0px 8px rgb(0 0 0 / 80%);
}


.goods-content {
	padding: 2.5em;
	width: 50%;
}
.goods-content.type2{
	display: flex;
	justify-content: flex-end;
}

.ph-menu{ display: none; }

.slidecontain {
	display: flex;
	display: none;
}

.slidecontain li {
	display: inline-block;

}

.slidecontain li a {
	display: block;
}

.slidecontain li div {
	padding: 5px 10px;
	font: 500 17px/1 "Noto Serif TC";
	color: black;
}

.slidecontain li.on div {
	color: white;
	background: black;
}


.ph-menu-arrow-left,
.ph-menu-arrow-right {
	display: none;
}

.ph{
	max-width: 500px;
}

.ph-group{
	margin-bottom: 2em;
}
.ph-group:last-child{
	margin-bottom: 0;
}


.ph-group-title{
	position: relative;
	font-size: var(--font-m);
    font-weight: 700;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0.2em 0.5em;
}
.ph-group-title:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0.2em;
    background: #c3e0ff;
    background: var(--color-blue);
    width: 100%;
    height: 0.5em;
    z-index: 1;
}
.ph-group-title span{
	position: relative;
	z-index: 2;
}

.ph-group-content {
	display: flex;
	padding: 1.2em 0;
	border-bottom: 1px solid;
	transition: all 0.2s;
}
.ph-group-content:last-child{
	border-bottom: none;
}
.ph-group-content:hover{
	background: #f2f2f2;
}

.ph-group-content-photo {
	display: none;
	width: 0%;
}

.ph-group-content-photo img {
	width: 100%;
}

.ph-group-content-text {
	display: block;
	width: 100%;
}

.ph-group-content-text-name {
	font-size: 18px;
	font-size: var(--font-s);
	color: #333333;
	color: var(--color-black);
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.ph-group-content-text-detail {
	display: none;
}

.ph-group-content-text-price {
	display: block;
	color: #4b772e;
	text-align: right;
	font-size: 28px;
	font-size: var(--font-m);
    line-height: 1.5em;
}
.ph-group-content-text-price span{
	font-size: 18px;
	font-size: var(--font-s);
}
.goods-content.type2 .ph-group-content-text-price{
	color: #b9a230;

}



.ph-group-content-text-sale{

background:-webkit-linear-gradient(left,#ffedb5,rgba(255,255,255,0) 100%); 
color:#6e823b;
padding: 0 5px;
line-height: 1.4em;
margin:5px auto;
}

.ph-group-content-text-sale a{
color: #6e823b;

}



@media only screen and (max-width: 960px) {
.goods-banner , .goods-content{
	width: 100%;
}
.goods{
	min-height:inherit;
}
.ph{
	width: 100%;
	max-width: inherit;
}
.goods-banner.bg2{
	order: -1;
}

.goods-banner.bg3{
background-position-y:-21em;

}

	
}


@media only screen and (max-width: 960px) {
	.goods-content{
		padding: 1em;
	}
	.goods-banner{
		padding: 2em;
	}
}




