@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/room_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 35%;
}

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

.notice{
    text-align: center;
    margin-top: 28px;
}

.notice h3{
    color: #F9C50F;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.notice p{
    color:#025255;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
}

.notice p:before{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f061';
    position: absolute;
    font-size: 20px;
    transform: translate(-150%, 25%);
}

.notice .pet{
    position: relative;
}

.notice .pet:before{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f6d3';
    position: absolute;
    font-size: 20px;
    transform: translate(-150%, 25%);
}

.room{
    width: 840px;
	padding: 5px;
	background-color: #fff;
	border: 3px solid #e5e5e5;
	margin: 30px auto 30px auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
    border-radius: 15px;

    transition: background-color .5s .1s linear;
    transition: width .3s .1s ease-out;
}

.room img{
    display: block;
    float: left;
    box-sizing: border-box;
	overflow: hidden;
	position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}

.room_text{
    width: 300px;
    /* border: 2px solid #999; */
    padding: 20px 20px 10px 10px;
    float: right;
    line-height: 1.4;
}

.room h3{
    font-size: 30px;
    color:#025255;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.room p{
    font-size: 20px;
    color: rgb(95, 93, 93);
}

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

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

/* --特效-- */
.room:hover{
	background-color: #e5e5e5;
    width: 880px;
}

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

    .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/room_banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 40%;
    }

    .room_container{
        /* border: 1px solid #999; */
        width: auto;
    }
    
    .notice h3{
        font-size: 25px;
    }
    
    .notice p{
        font-size: 18px;
    }
    
    .notice p:before{
        font-size: 16px;
        transform: translate(-150%, 35%);
    }
    
    .notice .pet:before{
        font-size: 16px;
        transform: translate(-150%, 35%);
    }

    .room{
        width:calc( 100% - 30px);
	    padding: 10px;
	    background-color: rgb(238, 234, 234);
        margin: 30px 15px;
    }

    .room img{
        float: 0;
        width: 100%;
        padding: 8px;
        border-radius: 12px;
    }

    .room_text{
        width: auto;
        /* border: 2px solid #999; */
        padding: 20px;
        float: 0;
    }

    .room h3{
        font-size: 25px;
    }

    .room a:hover{
        background-color: #949394;
        color: #fff;
        /* border: 1px solid black; */
    }
    
    .room:hover{
        background-color: rgb(238, 234, 234);
        width: auto;
    }

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