

#camp{
    background: url(../images/back8.gif) repeat center;
    padding-top:50px;
}

.link-primary{
    text-decoration: underline!important;
}

ul{
    list-style-type: none;
}

.out{
    position:relative;
    width:4vw;
    height:4vw;
    float:left;
    line-height:14px;
}

.day{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.month{
    font-size:1vw!important;
}

.shoptitle{
    color: #3EBFE3;
}

.img-arrow{
    width:2vw;
}

.col-md-10{
    background: #fff url(../images/back9.gif) no-repeat top right;
}


/*
    スマホサイズ
*/
@media screen and (max-width: 767px) {
    .out{
        width:8vw;
        height:8vw;
    }

    .month{
        font-size:4vw!important;
    }

    .img-arrow{
        width:5vw;
    }
}