h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Noto Sans TC', sans-serif;
}

p{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight:300;
    color: #333;
    font-size: 1.2rem;
}

ul{
    list-style: none;
}

nav nav-pills a{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight:500;	
}

a {     
    color:#ABD2E3;
    text-decoration:none;
}

.logo h3 a{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;	
}

 .text01{
		  color: white; text-shadow: black 0.1em 0.1em 0.2em;	
		  letter-spacing: 3px;
		  margin-top: 80px;
		  margin-bottom: 50px;
		}


nav h3{
	color: #284678;
}

nav ul li a{
	color: #333;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #CA6A38;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ABD2E3;
}

.title01{
	color: #284678;
	text-align: center;
    margin-top: 50px;
	margin-bottom:75px;
    position: relative;
}

/* 標題底線 */

.title01:before {
    width: 30%;
    bottom: -25px;
    left: 35.5%;
}

.title01:before, .title01:after {
    position: absolute;
    background: #284678;
    height: 2px;
    content: '';
}

/* 標題藍底白字 */
.title02{
    color:#fff;
    background: #284678;
    letter-spacing: 10px;     
    text-align: center;
    max-width: 500px;
    margin: 30px auto ;
    padding: 5px 0 ;
}

.text02 p{
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.text03 p{
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    text-align: center;
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
}

.picbkick{
    margin-bottom: 20px;
}

.feetitle{
    text-align: center;
    font-size: 1.5rem;
    color: #284678;
}

.fee{
    text-align: center;
    font-size: 1.5rem;
    color: #dd1C24;  
}

.bgblue{
    background-color: #abd2e3; 
    padding-bottom: 20px;
}


.roomtext{
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-items: center;  
}

.roomtext p{
    font-weight: 500;
    color: #ca6a38;
}


footer{
    border-top: 2px solid #284678;
    padding-top: 20px;
    background-color: #ABD2E3;
}

footer  h4{
    border-left: 6px solid #CA6A38;
    padding-left: 5px;
}

footer p{
    color: #284678;
    font-size: 1rem;
    padding-left: 5px;
    font-weight: 300;
}

footer ul li a{
    color: #284678;
    font-size: 1rem;
    padding-left: 5px;
}


footer a {
    color: #284678;
}


footer a:hover {
    color: #CA6A38;
}


footer .icontext{
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-items: center;  
}

.bgcopyright{
    background-color: #284678;
}

.bgcopyright p{
    text-align: center;
    color: #abd2e3;
    font-size: 0.8rem;
}

.formation .flex01{
    display:flex;
}

.formation .flex01 img {
    margin-top: 15px;
    width: 55%;
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-items: center; 
    margin-right: -10px; 
}

.foooternav .flex01{
   display: flex;
   margin-top: 16px;
}

.foooternav .flex01 img {
    margin-top: 5px;
    width: 55%;
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-items: center; 
    margin-right: -10px; 
}



/* 訂房須知 */

.flex01{
    display: flex;
    margin-top: 16px;
 }

.text04 p{
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.roompic{
    margin-bottom: 20px;    
}

.roomprice{
    margin-bottom:50px;
}

/* 交通指引 */

.tel01{
    margin-top: 10px;
}

.map01 .formation p{
    color: #284678;
}
   
.map01 .formation a{
    color: #284678;
}

.mapbottom {
    margin-bottom: 50px;
}


/* .bgbanner{
    background-image: url(../../img/roombanner.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    border: 1px #ccc solid;
    margin-bottom: 50px;
} */


    .roombt{
            color: #fff;
        background: #284678;
        letter-spacing: 10px;
        text-align: center;
        max-width: 500px;
        margin: 30px auto;
        padding: 5px 0;
    }




/* 超小型設備（電話，600px 及以下） */
@media(max-width: 600px){
    .feetitle{
        text-align: center;
        font-size: 1rem;
        color: #284678;
    }
    
    .fee{
        text-align: center;
        font-size: 1rem;
        color: #dd1C24;  
    }    

    p{
        font-size: 1rem;
    }

    .formation .flex01 img {
    margin-top: 4px;
    padding-top: 5px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .foooternav .flex01 img {
        margin-top: 0px;
        width: 25px;
    }

    footer .icontext {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
    }

    .foooternav .flex01 .trianlgetext img {
        margin-top: 3px;
        width: 15px;
    }


    .bgcopyright p {
        font-size: 0.8rem;
    }


    .map01 .icontext{
        margin-left: 20px;
    }

    .title01:before {
        width: 70%;
        bottom: -25px;
        left: 14.5%;
    }
} 



