
#content-title .primary-title-container {
    position: relative;
}
#content-title .primary-title {
    width: 46vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 8vw;
}
#content-title .sheep{
    width: 20vw;
    position: absolute;
    top: 15vw;
    left: 5vw;
}
#content-title .second-title {
    display: block;
    padding: 0 4%;
    margin-bottom: 4.5vw;
    height: 10vw;
}

#content-title .second-title img{
    width: 60vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.5vw;
}

#content-title .second-title .float-btn{
    display: inline-block;
}

#activity-block{
    margin: 0 auto;
    width: 90vw;
    background-color: #fff;
    border-radius: 30px;
    padding: 5vw;
}

.day-picker {
    text-align: center;
    color: #855448;
    font-weight: 700;
    margin-bottom: 5vw;
}

.day-picker .date {
    margin: 0 3vw;
    font-size: 5vw;
}
.day-picker .pre,
.day-picker .next,
.day-picker .date {
    display: inline-block;
    vertical-align: middle;
}

.day-picker .pre,
.day-picker .next{
    border: 2vw solid transparent;
}
.day-picker .pre{
    border-right-color: #cab4ac;
}
.day-picker .next{
    border-left-color: #cab4ac;
}

.activity-container{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8vw;
}

.activity-container thead tr th{
    position: relative;
    background-color: #fed5cf;
    color: #f48387;
    overflow: hidden;
}
.activity-container thead tr th:after{
    content: '';
    background: #fff;
    width: 1px;
    display: inline-block;
    height: 1000px;
    position: absolute;
    right: 0px;
}
.activity-container tbody tr td{
    border-bottom: 1px solid #f77980;
    padding: 0 2vw;
    font-size: 2.5vw;
}
.activity-container tbody tr td:first-child{
    width: 15vw;
}
.activity-container tbody tr td:last-child{
    padding-right: 7.12vw;
    position: relative
}
.activity-container tbody tr td:last-child:after{
    content: '';
    background-image: url(../image/gps.png);
    background-size: cover;
    max-width: 33px;
    max-height: 47px;
    width: 5vw;
    height: 7.12vw;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)

}
.activity-container tbody tr td .gps{
    display: none;
}

.ps{
    text-align: center;
    font-size: 2.5vw;
    line-height: 2em;
}

@media screen and (min-width: 680px) {
    #grass{
        background-image:url(../image/grass2.png);
        background-size: auto;
        height: auto;
        min-height: 670px;
    }
    #content-title{
        width: 680px;
        margin: 0 auto;
    }
    #content-title .primary-title{
        width: auto;
        margin-bottom: 20px;
    }
    #content-title .sheep{
        display: none;
    }
    #content-title .second-title{
        text-align: center;
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }
    #content-title .second-title img {
        width: auto;
        margin-right: 0px;
    }
    #content-title .float-btn{
        position: absolute;
        top: 3px;
        right: 0px;

    }
    #activity-block{
        max-width: 830px;
        padding: 30px;
    }
    .day-picker{
        margin-bottom: 25px;
    }
    .day-picker .date {
        font-size: 22px;
        margin: 0 10px;
    }
    .day-picker .pre,
    .day-picker .next{
        border-width: 10px;
    }
    table.activity-container{
        margin-bottom: 30px;
    }
    .activity-container tbody tr td {
        font-size: 16px;
        padding: 10px;
    }
    .activity-container tbody tr td:first-child {
        width: auto;
    }

    .activity-container tbody tr td:last-child {
        padding-right: 47px;
    }

    .activity-container tbody tr td:last-child:after{
        position:static;
        transform: none;
        display: inline-block;
        height: 100%;
        background-size: contain;

    }
    .activity-container tbody tr td .gps{
        display: inline-block;
        width: 14px;
        vertical-align: middle;
        margin-left: 5px;

    }
    .ps{
        font-size: 14px;
        line-height: 1.5em;
    }
}
