﻿.text {
    font-size: 28px;
    color: #331d08;
    font-weight: bolder;
    font-family: 微軟正黑體;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px
}
.ft-16{
    font-size:16px;
}
.ft-14 {
    font-size: 14px;
}
.subtitle {
    font-size: 16px;
    border-radius: 30px;   
    width: 22%;
    margin: auto;
}

.pd-20-0{
    padding:20px 0px;
}

.w-50{
    width:50%;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-container-dir-column {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flex-container-center {
    display: flex;
    justify-content: center;
}

.clearFlex {
    width: 100%;
    clear: both; /*讓下方的圖片不會因為float影響*/
}

/*水平垂直置中*/
.div-hv-center {
    display: flex;
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中（若有固定高度） */
    height: 100px; /* 設定 div 的高度 */
}


@media (max-width:767px) {
    .subtitle {    
        width: 100%;        
    }
}


    .font-white {
        color: white;
    }

    .border-bb9e89 {
        border: 1px solid #bb9e89;
        background-color: #bb9e89;
    }



    .condition {
        margin-top: 15px;
        color: #555;
        font-size: 15px;
        font-weight: bolder;
        font-family: 微軟正黑體
    }

    .btnDiv {
        margin-top: 20px;
        height: 50px
    }

    @media (max-width: 768px) {
        .btnDiv {
            height: 35px
        }
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
        color: #331d08;
        font-family: 微軟正黑體
    }

    .myReserveDetail {
        text-decoration: underline
    }


