@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(1) a{
    background-color: #025255;
    color: #fff;
    }

.banner{
    background-image: url(../image/roomDetail_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 35%;
    background-position: center center;
}

.facility{
    /* border: 1px solid #999; */
    width: 870px;
    margin: 0 auto 30px auto;
    color:#025255;
}

.facility h3{
    font-size: 23px;
    font-weight: 600;
    margin: 0 auto 30px auto;
}

.facility p{
    line-height: 1.6;
}

#rwd_bookingButton{
    display: none;
}

#rwd_backButton{
    display: none;
}

.detail_container{
    /* border: 1px solid #999; */
    width: 900px;    
    margin: 0 auto;
}

.detail_container_rwd{
    display: none;
}

.rooma{
    width: 900px;
    height: 310px;
    border: 1px solid transparent;
    margin: 50px auto 30px auto;
}

.rooma img{
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 40px;	
}

.rooma h3{
    font-size: 25px;
    color:#025255;
    font-weight: 600;
    margin: 10px 0px 20px auto;
}
.rooma p{
   font-size: 20px;
   color: #797672;
   line-height: 1.6;
   margin-bottom: 15px;
}

.rooma h4{
    font-size: 18px;
    color: #797672;
}

.rooma a{
    display: block;
	width: 90px;
	line-height: 43px;
	background-color: #949394;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	float: right; 
}

.rooma a:hover{
    background-color: #fff;
    outline: 1px solid #797672;
    color: #949394 ;
    /* border: 1px solid black; */
}

.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: 2;
    }

    .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{
        display: none;
    }

    .detail_container{
        display: none;
    }

    .detail_container_rwd{
        display: block;
        width: auto;
        height: auto;
    }

    .rooma{
        width: auto;
        height: auto;
        margin: 10px auto 30px auto;
    }

    .rooma > img{
       display: none;
    }
    .rooma h3{
        padding: 0 20px 0 20px;
        text-align: center;
        background-color: #797672;
        color: #fff;
        line-height: 1.6;
    } 

    .rooma p{
        margin-top: 20px;
        font-size: 16px;
        padding: 0 20px 0 20px;
        /* text-align: center; */
    }

    .rooma h4{
        font-size: 16px;
        padding: 0 20px 0 20px;
    }
    
    .rooma a{
        display: none;
    }
    
    .facility{
        /* border: 1px solid #999; */
        width: auto;
        margin: 0 0 20px 0;
        /* background-color: #797672; */
        padding: 20px;
    }

    .facility h3{
        text-align: center;
        color:#707672;
        
    }

    .facility p{
        line-height: 1.6;
        color: #797672;
    }

    .bottom{
        display: flex;
    }

    #rwd_bookingButton{
        display: block;
        width: 50%;
        line-height: 2.5;
        background-color: #F9C50F;
        text-align: center;
        border: none;
        color: #fff;
        font-size: 16px;
        /* border-radius: 10px; */
    }

    #rwd_backButton{
        display: block;
        width: 50%;
        line-height: 2.5;
        background-color: #025255;
        text-align: center;
        border: none;
        color: #fff;
        font-size: 16px;
        /* border-radius: 10px; */
    }
    
    .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;
        }
} 