﻿body {
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 196px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-conent {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkin {
    height: 50px;
    background-color: #f7f8f9;
    border-bottom: 1px solid #e6e7e8;
    line-height: 50px;
}

.moreCategory {
    height: 50px;
    background-color: #f7f8f9;
    border-bottom: 1px solid #e6e7e8;
    line-height: 50px;
}

.page-content a, .page-content a.link, .home-navi a, .home-navi a.link {
    color: #000;
}

.home-navi a {
    color: #000;
}

.section-header {
    height: 40px;
    border-bottom: 1px solid #e6e7e8;
    line-height: 40px;
}

.checkin-icon {
    background: transparent url("camps/w/icon_note@2x.png") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.medal-icon {
    background: transparent url("camps/w/medal@2x.png") no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.arrow-right {
    background: transparent url("camps/w/icon_arrow@2x.png") no-repeat center center;
    background-size: contain;
    width: 8px;
    height: 12px;
    display: inline-block;
}

.page-content {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
    overflow: auto;
    border: none !important;
}

.searchMode .page-content {
    display:none;
}

.home-navi {
    border-top: 2px solid #ddd;
    box-shadow: 0px 0px 2px #CCC;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #fff;
    text-align: center;
}

.navi-item {
    width: 33%;
    display: inline-block;
    float: left;
    line-height: 32px;
    margin-top: 8px;
    box-sizing: border-box;
}

.navi-item-sep {
    border-right: 1px solid #f1f2f3;
}

.navi-icon {
    display: inline-block;
    width: 28px;
    height: 21px;
    vertical-align: middle;
}

.navi-contact {
    background: transparent url("camps/w/icon_contact@2x.png") no-repeat center center;
    background-size: contain;
}

.navi-address {
    background: transparent url("camps/w/icon_address@2x.png") no-repeat center center;
    background-size: contain;
}

.navi-shopping {
    background: transparent url("camps/w/icon_shopping@2x.png") no-repeat center center;
    background-size: contain;
}

#plPromotion {
    overflow: hidden;
    width: 100%;
}


.templateV .pl {
    margin-top: 97px;
    margin-bottom: 80px;
}

.templateV .searchMode .pl {
    margin-top: 53px;
}

p.srhResult {
    margin-left:5px;
    margin-right:5px;
}

/*.templateV .pl-item-title {
    color: black;
    font-size: 0.9em;
}

.templateV .pl-lg {
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .templateV .pl-lg:nth-child(2n+1) {
        padding-right: 2px;
    }

    .templateV .pl-lg:nth-child(2n) {
        padding-left: 2px;
    }
}*/

.products {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: none;
}

.searchMode .products {
    display:block;
}

.category-container {
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    padding: 10px 10px;
    flex-shrink: 1;
    height: 70px;
    display: flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    width: 90px;
    box-sizing:border-box;
    border-width: 0px 1px 1px 0;
}

@media (max-width: 414px) {
    .category-item {
        width: 20%;
    }
}

@media (max-width: 375px) {
    .category-item {
        width: 25%;
    }
}


@media (max-width: 320px) {
    .category-item {
        width: 25%;
    }
}

