@charset "utf-8";
/* CSS Document */
.form1{
    padding-left:0px;
}
.roseparty img{
    width: 240px;
}
.privacy-policy ul{
    padding-left: 30px;
}
.privacy-policy ul li {
    position: relative;

}
.privacy-policy .uk-article-title {
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
.privacy-policy ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -1em;
    background: rgb(50,50,50);
    top: 11px;
}
#map {
    width: 100%;
    height: 390px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    margin-bottom: 0;
}
.submit_td{
    position: relative;
}
/*無欄位聯絡表單*/
input::placeholder{
    color:#707070;
    font-size: 1em;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
textarea::placeholder{
    color:#707070;
    font-size: 1em;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
.contact {
    left: 0%;
    padding-bottom: 8%;
    vertical-align: bottom;
    text-align: center;
    width: 94%;
    margin-left: 3%;
    margin-top: 3.5%;
}
.contact > table {
    width: 100%;
}
.contact > table >tbody > tr {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5%;
}
.contact > table >tbody > tr > td:first-child {
    background: #f3f3f3;
    font-size: 1em;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    min-width: 38px;
    position: relative;
}
input[type="text"] {
    width: 99%;
    border: 0px;
    height: 36px;
    background: rgba(255,255,255,0.7);
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    letter-spacing: 1px;
    text-indent: 5px;
}
.contact > table >tbody > tr > td:nth-child(2) {
    display: inline-block;
    width: 85%;
    position: relative;
}
#authnum2 {
    position: absolute;
    right: 20%;
    cursor: pointer;
    height: 36px;
}
input[type="text"],input[type="date"] {
    width: 100%;
    border: 0px;
    height: 36px;
    background: #f3f3f3;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    letter-spacing: 1px;
    color: #707070;
    margin-bottom: 3px;
    font-size: 1em;
    /* padding: 0 0.25em; */
}
.contact > table >tbody > tr:last-child > td > input[type="text"] {
    width: 100%;
}
.con_btn {
    background: #a7794a;
    border: 0px;
    padding: 0px;
    color: #fff;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    height: 36px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.submit_td .con_btn {
    width: 20%;
}
.contact > table >tbody > tr:last-child > td:first-child {
    background: transparent;
}
textarea {
    border: 0px;
    background: #f3f3f3;
    width: 100%;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    max-width: 100%;
    height: 21vw;
    text-indent: 5px;
    margin-top: 0;
    border-top: 5px solid #f3f3f3;
}
.SelectStyle,.SelectStyle2 {
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: url(../images/btn_list.png) no-repeat right #f3f3f3;
    display: inline-block;
    margin-left: 0;
}
.SelectStyle select,.SelectStyle2 select {
    background: transparent;
    width: 99%;
    font-size: 1em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 36px;
    -webkit-appearance: none;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    color: #707070;
    margin: 0 0.5em;
}
.tip{
    color: #231815;
    text-align: center;
}
.tip a{
    color: #e83828;
}
.roseparty{
    background: #fefefe;
    padding: 15px 0 15px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.roseparty a{
    display:inline-block;
    width: 100%;
}
.roseparty a img{
    height: 21px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 960px){
    .contact {
        left: 0;
        width: 87%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        padding-bottom: 8%;
        vertical-align: bottom;
    }
    textarea {

        height: 180px;
    }
}
@media (max-width: 480px){
    .roseparty a img{
        height: 15px;
    }
    #map {
        height: 250px;
    }
}
@media (max-width: 460px){
    #slideshow .uk-dotnav>*>* {

        width: 10px;
        height: 10px;
    }
}