﻿body {
}

.circle {
    width: 275px;
    border-radius: 50%;
    height: 275px;
}

.parent {
    position: absolute;
}

.ListLeft {
    position: relative;
    float: left;
    width: 50%;
}

.ListRight {
    position: relative;
    float: left;
    width: 50%;
}

.rule {
    font-size: 20px;
}

.ruletxt {
    text-decoration: underline;
}

.mybutton {
    /*margin: 2px auto;*/
}

.inner {
    display: flex;
    align-items: center;
}

.box-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}



.RC-margin {
    margin: 2px;
}

.timeBtn {
    margin: 2px;
}


/*BookingList*/
.clone_container {
    /*display: inline-block;*/
    /*border-right: 1px solid #ffffff;*/
    /*    border-bottom: 1px solid #ffffff;*/
    padding: 10px 1%;
}

.R-center {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.R-left {
    /*position: relative;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;*/
}

.R-H {
    margin-top: 5px;
    margin-bottom: 0px;
}

/* Place */
/*.place-circle {
    width: 100%;
    height: 100%;
}*/

.box-wrap {
    margin-top: 30%;
}

/*.box-wrap:before {
        content: "" !important;
        display: inline-block !important;
        height: 100% !important;
        vertical-align: middle !important;
    }

    .box-wrap .naruto {
        display: inline-block !important;
        vertical-align: middle !important;
    }*/

.pretty-select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*改變右邊箭頭樣式*/
    background: url("../images/content/arrow2.jpg") no-repeat right center ;
    border: 0px;
    width: 20%;
    height: 40px;
    /*padding-left: 1px;*/
    /*padding-right: 1%;*/
    background-color: #F6F7F7;
    color: #000000;
}
.pretty-select2 {
    height: 50px;
    background: url("../images/content/arrow2.jpg") no-repeat right center;
    background-color: #F6F7F7;
    color: #000000;
}


    /*IE隱藏箭頭樣式*/
    .pretty-select::-ms-expand {
        display: none;
    }

    .pretty-select:focus {
        box-shadow: 0 0 5px 2px #467BF4;
    }



.btn-circle {
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
    background: rgb(255 255 255 / 0%);
    border-radius: 0%;
    box-shadow: none;
}

    .btn-circle span {
        letter-spacing: 0.1em;
        font-size: 1.8rem;
        color:#fff;
    }

    .btn-circle img {
        height: 50px;
        width: auto !important;
        margin-bottom: 0.5rem;
    }

.btn-tiger:hover span {
    transform: translateY(-30px);
    font-size: 1.4rem;
}

.btn-tiger:hover img {
    height: 40px;
    transform: translateY(-30px);
    -webkit-filter: brightness(.5);
}

.places {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

.center{

    margin-top:30px;

}
@media (max-width: 1000px) {
    .btn-circle {
        flex: 0 0 140px;
        width: 140px;
        height: 140px;
    }

 
        .btn-circle img {
            height: 40px;
            width: auto !important;
            margin-bottom: 0.5rem;
        }

        .btn-circle span {
            letter-spacing: 0.1em;
            font-size: 1.2rem;
        }

    .btn-tiger:hover span {
        transform: translateY(-8px);
        font-size: 1rem;
    }
    .btn-tiger:hover img {
        transform: translateY(-15px);
    }

    .pretty-select {
        padding-left: 3%;
    }
}

.booking, .showTime {
    border: 2px #fff solid;
    border-radius: 10px;
}

.grayscale {
    /*    background-color: rgba( 255,255,255,0.5) !important;*/
    -webkit-filter: opacity(.5);
}

.card , .card-header {
    background-color: rgba(0,0,0,0);
    border: none;
}

.ChooseShow {
    background: rgb(255 255 255 / 85%) !important;
    box-shadow: 0 0 16px rgb(255 255 255 / 50%) !important;
    color: #0E87E5 !important;
}
.ChooseShow:hover {
        color: #fff !important;
        background: linear-gradient(180deg, #FF3AB0, #4BA1E4) !important;
        box-shadow: 0 0 24px white !important;
}


#css_table {
    display: table;
}
.css_tr {
    display: table-row;
    line-height: 37px;
}
.css_td_left {
    display: table-cell;
    min-width: 100px;
}
.css_td_right {
    display: table-cell;
}
.css_td_right input{
    max-width:97%;
}

/*button#Check {
    position: relative;
    margin-top: 90%;
    width: 100%;
    height: 50px;
    font-size: 46px
}*/

.error {
    border: 1px solid red;
}


/* 底線特效 */
.underline--magical {
    background-image: linear-gradient(120deg, #FFEDBC 0%, #F0CB35 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

    .underline--magical:hover {
        background-size: 100% 88%;
    }



.parks-item.item--wwy {
    padding-right: 8%;
    align-items: flex-end;
    
}

.parks-item.item--love {
    padding-left: 8%;
    align-items: flex-start;
   
}

.parks-item:hover {
    width: 65%;
    z-index: 1;
    cursor: pointer;
}
 .parks-item:hover .parks-item-pic, .parks-item:active .parks-item-pic {
    transform: scale(1.1);
}

 .parks-item:hover .parks-item-overlay, .parks-item:active .parks-item-overlay {
    opacity: .1;
}

.parks-item:hover .parks-item-title, .parks-item:active .parks-item-title {
    transform: scale(1.4);
    text-shadow: 1px 0px 0 rgb(218 98 170 / 0.4), 2px 0px 0 rgb(218 98 170 / 0.4), 3px 0px 0 rgb(218 98 170 / 0.4), 1px 1px 0 rgb(218 98 170 / 0.4), 1.5px 1.5px 0 rgb(218 98 170 /0.4), 2px 2px 0 rgb(218 98 170 / 0.4), 2.5px 2.5px 0 rgb(218 98 170 / 0.4), 3px 3px 0 rgb(218 98 170 / 0.4);
}

 .parks-item:hover .parks-item-subtitle, .parks-item:active .parks-item-subtitle {
    transform: scale(0.9);
    text-shadow: 1px 0px 0 rgb(218 98 170 / 40%), 2px 0px 0 rgb(218 98 170 / 40%), 3px 0px 0 rgb(218 98 170 / 40%), 1px 1px 0 rgb(218 98 170 / 40%), 1.5px 1.5px 0 rgb(218 98 170 / 40%), 2px 2px 0 rgb(218 98 170 / 40%), 2.5px 2.5px 0 rgb(218 98 170 / 40%), 3px 3px 0 rgb(218 98 170 / 40%);
}

@media (min-width: 1153px) {

   .parks-item:hover.parks-item.item--wwy ~ .parks-list-dot, .parks-item:active.parks-item.item--wwy ~ .parks-list-dot {
        left: 5%;
    }
}
@media (min-width: 1153px) {
  .parks-item:hover.parks-item.item--love ~ .parks-list-dot, .parks-item:active.parks-item.item--love ~ .parks-list-dot {
        right: 5%;
    }

} 
 .parks-item:hover ~ .parks-list-dot, .parks-item:active ~ .parks-list-dot {
    width: 60px;
    height: 60px;
}