body{
    font-size: 1.2rem;
    font-family:Arial, Calibri, Microsoft JhengHei;
	 color: #505050;
 
    background-image: url(../images/bg.png);
}
a, a:hover{
   font-family:Arial, Calibri, Microsoft JhengHei;
   text-decoration:none;    
}
ul{
    list-style: none;padding: 0;
}
.w1200{
    width: 100%;
    max-width: 1200px;
	margin:0 auto;
}
.pic{
    width:250px; height:250px;overflow:hidden;
}
.pic img{
    transform:scale(1,1);transition: all 0.2s ease-out;
}
.pic img:hover{
    transform:scale(1.1,1.1);
}
#back {
    position:fixed; right:0px; top:552px; cursor:pointer; display:none; z-index:10;width: 45px;height: auto;
    overflow: hidden;
}
#back img{
    width: 100%;
    height: auto;
}
.menu{
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: #0d9f61;
}
.menu>div>ul{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    align-self: center;
    text-align: center;
}
.menu>div>ul li,.menu>div>ul a{
    width: 100%;
    transition: all 0.2s;
    display: inline-block;
}
.menu>div>ul li{
    display: block;
}
.menu>div>ul li:hover{
    background-color: rgba(255, 255, 255, 0.2);
    
}
.menu>div>ul a{
    text-align: center;
    font-size: 0.9rem;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}
.header{
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: pink;
    height: 400px;
    width: 100%;
    margin-top: 40px;
}
.fb_pic{
    display: none;
}
.main{
    margin: 1vh auto;
}
.main>.text  p{
    font-size: 1.2rem;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}
.title{
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15vh;
    margin-bottom: 5vh;
    position: relative;
    z-index: 999;

}
.title::before{
    content: "";
    z-index: -1;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width:220px;
    height: 35px;
    top: -44px;
    left: calc(50% - 110px);
}
.fullimg{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.fullimg img {display: block; width:100%; height: auto;}


/*熱門活動開始*/
.tab_hot{
    width: 88%;
    margin: 0 auto;
}
.tab_hot .hot_a{
    overflow: hidden;
    padding: 1%;
    position: relative;
}
.tab_hot ul .hot_a div{
    float: left;

}
.tab_hot ul .hot_a div:nth-of-type(1){
    width: 30%;
    height: auto;
}
.tab_hot ul .hot_a div:nth-of-type(1) img{
    width: 100%;
    height: auto;
}
.tab_hot ul .hot_a div:nth-of-type(2){
    width: 70%;
    padding: 1%;
    display: block;

    right: 0;
    bottom: 1%;
    box-sizing: border-box;
}
.tab_hot ul .hot_a div:nth-of-type(2) h4{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #3aa4ff;
    margin-bottom: 1rem;
    margin-left: 2rem;
    transition: all 0.2s;
}
.tab_hot ul .hot_a div:nth-of-type(2):hover h4{
    background-color: rgba(255, 229, 142, 0.4);
}
.tab_hot ul .hot_a div:nth-of-type(2) div{
    font-size: 0.9rem;
    font-weight: 600;
    color: #8b8b8b;
    text-align: right;
    width: 100%; 
}
.tab_hot ul .hot_a div:nth-of-type(2) div span{
    font-size: 1.2rem;
}
.tab_hot ul .hot_a:nth-of-type(2) div:nth-of-type(2) p{
    text-decoration:line-through;	
}
.tab_hot ul .hot_a div:nth-of-type(2) div strong{
    font-size: 1.3rem;
    line-height: 2;
}
.tab_hot ul .hot_a:nth-of-type(2) div:nth-of-type(2) div strong{
   color: #ff6bc6;
}

.tab_hot ul .hot_a div:nth-of-type(2) div strong span{
    font-size: 1.8rem;
    color: #ff5944;
}
/*熱門活動結束*/
.diy{
    width: 85%;
    margin: 0 auto;
}
.diy ul{
    display: grid;
    grid-template-columns: 33.33% 33.33%  33.33% ;
    text-align: center;
}
.diy2{
    width: 100%;
    display: block;
    overflow: hidden;
}
.diy2>ul{
	display: grid;
    grid-template-columns: 50% 50% ;
    text-align: center;
	}
.diy ul li, .diy2>ul li{
    margin: 0 1vw;
    display: block;
    padding: 5px 0;
}

.diy2>ul li div:nth-of-type(2) {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.diy2>ul li div:nth-of-type(2) iframe{
    height: 100%;
    min-height: 300px;
    width: 90%;
}
.diy ul li .diy_t{
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 5px solid #fff;
    box-shadow: 0px 2px 5px #ddd;
}
.diy ul li .diy_t img{
    width: 100%;
    height: auto;
}
.diy ul li .diy_b{
    font-size: 1rem;
    font-size: 0.9rem;
}
.diy ul li .diy_b h4, .diy2>ul h4{
    font-weight:bold;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #3e727e
}
.hotel .title{
    margin-top: 10vh;
    padding-top: 10vh;
}
.hotel .title::before{
    top: 2vh;
}
.hotel{
    margin-top: 6vh;
    background-color: rgba(134, 222, 215, 0.5);
    overflow: hidden;
}
.hotel ul{
    padding: 0;
    width: 100%;
}
.hotel ul li{
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 1%;
    box-sizing: border-box;
    position: relative;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.hotel ul li>div{
    float: left;
}
.hotel ul li>div:last-of-type{
    content: "";
    float: none;
    clear: both;

}
.hotel ul li .hotel_pic{

    height: auto;
    overflow: hidden;
}
.hotel ul li .hotel_pic .pic img{
    width: 100%;
    height: auto;
}
.hotel ul li .hotel_t{
    padding: 1%;
    padding-bottom: 1.5%;
    width: 70%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    top: 1rem;
    right: 3rem;
}
.hotel ul li .hotel_t h3{
    font-weight: 600;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 4px;
    color: #3e727e;
    border-bottom: 2px solid #3e727e;
}
.hotel ul li .hotel_t p{
    padding: 1%;
    font-size: 1rem;
    line-height: 1.6;
}
.view ul {
    overflow: hidden;
}
.view ul li{
    width: 33.33%;
    height: auto;
    float: left;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(5, 5, 5, 0.1);

}
.view ul li .view_t{
    width: 100%;
    height: auto;
    padding: 0px;
}
.view ul li .view_t img{
    width: 100%;
    height: auto
}
.view ul .view_b{
    background-color: #fff;
    padding: 3%;
    font-size: 0.9rem;
    height: auto;
}
.view ul .view_b h3{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    color: #3e727e;
}
.btn{
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: flex;
    display: none;
}
.btn a h2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #1da5a7;
    padding: 6px 42px;
    display: inline-block;


}
.footer{
    width: 100%;
    height: 40px;
}

sub { 

    width: 90%;
    max-width: 1200px; 
    margin:15px auto; 
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
sub a {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px;
    transition: all 0.2s;
    position: relative;
}
sub a img{
    width: 100%;
    height: auto;
}
sub a:hover img{
    position: absolute;
    bottom: 10px;
    opacity: 0.8;
}


@media screen and (max-width: 1100px){
    .hotel ul li .hotel_t{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1%; 
        right: 0;
    }
    .hotel ul li .hotel_t h3{
        font-size: 1.5rem;

    }
}
@media screen and (max-width: 820px) {

    #online,#onlinefb,#onlineline{
        display: none;
    }
    #back {
        width: 60px;
        height: 60px;
        right:1 0px; 
        bottom:200px; 
    }
    .header{
        background-image: url(../images/bg.png);
        height: auto;
        width: 100%;
        margin-top: 60px;

    }
    .fb_pic{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .fb_pic img{
        width: 101%;
        height: auto;
    }

    .diy ul{
        grid-template-columns: auto;
        width: 88%;
        margin: 0 auto;
    }
    .view ul li{
        width: 45%;
        margin: 0 2% ;
    }
    .view ul .view_b{
        box-sizing: border-box;
        font-size: 1rem; 
    }
    sub { 
    grid-template-columns: 25% 25% 25% 25% ;
    }

}
@media screen and (max-width: 700px){
    

    
    .menu{
        height: 60px;

    }
    .menu>div>ul{
        flex-wrap: wrap; 
        text-align: center;
    }
    .menu>div>ul li{
        width: 25%;
    }
    .menu>div>ul a{
        font-size: 0.85rem;
        line-height: 30px;
    }
	.diy2>ul{

    grid-template-columns: 100% ;

	}
     .tab_hot{
        width: 80%;
    }
    .tab_hot .hot_a{
        overflow: hidden;
        padding: 1%;
        position: relative;
    }
    .tab_hot ul .hot_a div{
        float: left;

    }
    .tab_hot ul .hot_a div:nth-of-type(1){
        width: 100%;

    }
    .tab_hot ul .hot_a div:nth-of-type(2){
        width: 100%;
        position: relative;
        bottom: 0%;
    }
    .tab_hot ul .hot_a div:nth-of-type(2) h4{
        font-size: 1.3rem;
        margin-left: 0;
        margin-top: 0.5rem;
            
    }
    .diy:last-of-type {
        width: 100%;
    }
    .diy ul li .diy_r{
        width: 100%;
    }
	.fullimg {width: 100%;}
	
	
    /*熱門活動結束*/

    .hotel ul li .hotel_pic{
        width: 100%;
    }
    .hotel_pic>.pic{
        margin: 0 auto;
    }

    .hotel ul li .hotel_t{
        background-color: rgba(255, 255, 255, 0);
        width: 90%;
        height: auto;
        position: relative;
        bottom: 0rem;
        right: 0;
        left: 5%;
        margin-bottom: 1rem;

    }

    .hotel ul li .hotel_t h3{
        font-size: 1.5rem;
    }
    .view ul .view_b h3{
        font-size: 1rem;
    }

    sub { 
    grid-template-columns: 33.33% 33.33% 33.33%;
    }

}
@media screen and (max-width: 450px){

    #back {
        width: 50px;
        height: 50px;
        position:fixed; right:0px; bottom:60px; cursor:pointer; display:none; z-index:10;
    }
    #back img{
        width: 100%;
        height: auto;
    }

    .view ul li{
        width: 100%;
    }  
    .view ul .view_b h3{
        font-size: 0.9rem;
    }
        
} 