@import url("reset.css");
body{
    font-family:"Helvetica", "Arial","LiHei Pro","微軟正黑體", sans-serif;
    /* word-spacing: 5px; */
    letter-spacing: 2px;
}

.navbar_rwd{
    display: none;
}

.navbar{
    position: relative;
}

.navbar_content{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.navbar_content img{
    float: left;
    height: 60px;
    margin-top: 10px;
}

.navbar_content .fa-bars {
    display: none;
}

.navbar_content .fa-times {
    display: none;
}

.navbar_content ul{
    float: right;
}

.navbar_content li{
    float: left;
    line-height: 80px;
}

.nav_links a{
    display: block;
    text-decoration: none;
    color: #025255;
    padding: 0 20px;
    font-size: 18px;
}

.booking_pc{
    margin-left: 20px;
}

.booking_pc a, .booking a{
  appearance: none;
  background-color: #F9C50F;
  border: 2px solid transparent;
  border-radius: 15px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.booking_pc a:disabled {
  pointer-events: none;
}

.booking_pc a:hover {
  color: #fff;
  background-color: #025255;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-5px);
}

.booking_pc a:active {
  box-shadow: none;
  transform: translateY(0);
}

/*停在哪頁的底色變色*/
.nav_links .item a{
    text-decoration: none;
    /* font-size: 20px; */
    color:#025255;
    }
  
    .nav_links .item a:hover{
    color:#F9C50F;
    }
  
    .nav_links .item:nth-child(3) a{
    background-color: #025255;
    color: #fff;
    }

.banner{
    background-image: url(../image/Rectangle\ 58.png), url(../image/play_banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: 0, center center;
    padding-top: 18.6%;
    /* padding-bottom: 2%; */
}

.banner p{
    color: white;
    font-size: 24px;
    line-height: 1.8;
    margin-left: 40px;
}

.play_notice{
    color:#025255;
    text-align: center;
    line-height: 1.6;
}

.play_notice h3{
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.play_notice p{
   font-size: 20px;
   margin-bottom: 50px;
}

.play_content{
    position: relative;
    width: 70%;
    height: 1050px;
    background-color: #025255;
    margin-top: 30px;
    margin: 0 auto;
}

.play_content img{
    position: absolute;
}

.pic1{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 430px;
    top: 49px;
}

.pic1:hover{
    transform: scale(1.1);
	transition: transform 1s ease;
}

.pic2{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 22px;
    top: 220px;
}

.pic2:hover{
    transform: scale(1.1);
	transition: transform 1s ease;
}

.pic3{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 418px;
    top: 493px;
}

.pic3:hover{
    transform: scale(1.1);
	transition: transform 1s ease;
}
.pic4{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 140px;
    top: 791px;
}

.pic4:hover{
    transform: scale(1.1);
	transition: transform 1s ease;
}

.mountain1{
    left: 650px;
    top: 35px;
}

.mountain2{
    left: 744px;
    top: 64px;
}

.appletree{
    left: 608px;
    top: 350px;
}

.christmastree{
    left: 528px;
    top: 369px;
}

.darktree{
    left: 693px;
    top: 275px;
}

.circletree{
    left: 781px;
    top: 313px;
}

.tree{
    left: 728px;
    top: 390px;
}

.road2{
    left: 215px;
    top: 408px;
}

.road3{
    left: 347px;
    top: 685px;
    transform: rotate(100deg);
}

.road4{
    left: 224px;
    top: 168px;
    transform: rotate(130deg);
}

.lake1{
    left: 377px;
    top: 820px;
}

.lake2{
    left: 646px;
    top: 748px;
}

.play_content .text{
    position: absolute;
    color:#fff;
    line-height: 1.6;
    width: 220px;
}

.text h2{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.hiking_text{
    left: 149px;
    top: 60px;
}

.yoga_text{
    left: 305px;
    top: 287px;
}

.sup_text{
    left: 642px;
    top: 571px;
}

.diving_text{
    left: 87px;
    top: 635px;
}

#notice1{
    padding: 30px;
}

.footer{
    background-color: #025255;
    /* height: 200px; */
    margin-top: 100px;
    /* font-size: 18px; */
}
.footer_container{
    /* border: 1px solid #999; */
    width: 800px;
    margin: 0 auto;
    display: flex;
    padding: 20px;
}

.footer_text{
    color: white;
    line-height: 1.5;
    /* outline: 1px solid #999; */
    width: 400px; 
}

.footer_info{
    padding-top: 20px;
    
}

.footer_announce{
    padding-top: 20px;
    font-size: 12px;
}

.footer_menu{
    /* outline: 1px solid#fff; */
    padding-top: 150px;
}

.footer_menu li{
    float: left;
}

.footer_menu a{
    font-size: 25px;
    color: white;
    padding-right: 10px;
}

.bottom_menu{
    /* outline: 1px solid red; */
    padding-top: 40px;
    padding-left: 30px;
    margin-right: 50px;
}

.bottom_menu a{
    color:white;
    line-height: 1.7;
}
/*漢堡選單開啟時，背景不滾動*/
.fixed{
    overflow: hidden;
}
 /*------------------428--------------------*/
 @media  screen and (max-width: 428px){
    .navbar{
        display: none;
    }

    .nav_links .booking_pc{
        display: none;
    }
    .navbar_content_rwd .booking{
        width: 130px;
        margin-right: 40px;
        float: right;
        border: navajowhite;
    }
    .navbar_content_rwd .booking a{
        border-radius: 0%;
    }

    .navbar_rwd{
        display: block;
    }
    .navbar_content_rwd{
        width: auto;
        height: 60px;
        position: relative;
    }

    .navbar_content_rwd img{
        height: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .navbar_content_rwd .fa-bars{
        display: block;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
        font-size: 20px;
        color: #025255;
    }

    .navbar_content_rwd .fa-times{
        display: block;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
        font-size: 22px;
        color: #025255;
    }

    .nav_links_rwd{
        background-color: rgb(197, 196, 196);
        position: absolute;
        right: 0;
        top: 60px;
        width: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .show{
        height: 100vh;
        transition: height 0.3s ease-in ;
    }

    .unShow{
        height: 0vh;
        transition: height 0.3s ease-out ;
    }
  
    .nav_links_rwd li{
        float: none;
        clear: both;
        line-height: 60px;
        border-bottom: 1px solid rgb(235, 233, 233);
        text-align: center;
    }

    .nav_links_rwd a{
        display: block;
        text-decoration: none;
        color: #025255;
        padding: 0 20px;
        font-size: 18px;
    }

    .banner{
        background-image: url(../image/Rectangle\ 58.png), url(../image/play_banner.png);
        background-size: cover, cover;
        width: 100%;
        padding-top: calc(28.6% - 35px);
        /* padding-bottom: 2.3%; */
        background-position: center, center;
    }
    
    .banner p{
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin-left: auto;
        padding-bottom: 35px;
    }
    
    .play_notice h3{
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .play_notice p{
       font-size: 16px;
       margin-bottom: 20px;
    }

    .play_content{ 
        position: static;
        width: auto;
        height: 100%;
        background-color: rgba(26, 88, 90, 1);
    }
    
    .play_content img{
        position: static;
        display: block;
    }

    .play_content .pic1,.play_content .pic2,.play_content .pic3,.play_content .pic4{
        margin-bottom: 20px;
        margin: 10px auto;
    }

    .play_content .text{
        position: static;
        color: #fff;
        margin: 20px auto;
    }
    
    .play_content .text p{
        font-size: 14px;
    }

    .play{
        border: 1px solid transparent;
        width: 267px;
        margin: 20px auto;
    }

    .forest{
        position: relative;
    }

    .forest img{
        position: absolute;
    }

    .appletree{
        left: 304px;
        top: -529px;
    }
    .christmastree{
        left: 322px;
        top: -1262px;
    }
    .darktree{
        left: 25px;
        top: -1017px;
    }
    
    .circletree{
        left: 310px;
        top: -1060px;
    }
    .tree{
        left: 32px;
        top: -630px;
    }

    .lake1{
        width: 120px;
        height: 60px;
        left: 269px;
        top: -937px;
    }

    .lake2{
        width: 150px;
        height: 40px;
        left: -1px;
        top: -194px;
    }

    .road2{
        left: 28px;
        top: -1316px;
        width: 100px;
        height: 90px;
        transform: rotate(102deg);
    }
    
    .forest .road1, .forest .road2, .forest .road3, .forest .road4, .forest .mountain1, .forest .mountain2{
        display: none;
    }

    .footer{
        height: auto;
        font-size: 12px;
    }

    .footer_container{
        /* border: 1px solid #999; */
        width: auto;
    }

    .footer_text{
        line-height: 1.6;
        /* border: 1px solid #999; */
        width: auto;
        margin: 0 auto;
    }

    .footer_info{
        padding-top: 10px;
        font-size: 12px;
    }

    .footer_announce{
        padding-top: 30px;
    }
    
    .footer_menu{
        display: none;
    }
    
    .bottom_menu{
        display: none;
    }
}