@charset "utf-8";


/* secCmnTit */
.secCmnTit{
    background: url(../img/sitemap/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/sitemap/bgCmnTit_sp.jpg) center top / cover;
    }
}

/* footer */
#footer{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    #footer{
        margin-top: 50px;
    }
}

/* secSitemap */
.secSitemap{
    margin-top: 38px;
}
.secSitemap .siteList{
    display: flex;
}
.secSitemap .siteItem{
    width: 17.96875%;
    margin-right: 2.5390625%;
}
.secSitemap .siteItem:last-child{
    margin-right: 0;
}
.secSitemap .itemTit{
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 1.5px;
    height: 59.75px;
    display: flex;
    align-items: flex-end;
}
.secSitemap .boxSubList{
    padding-top: 28px;
    margin-top: 17px;
    border-top: solid 1px #e5e5e5;
}
.secSitemap .subCover:nth-child(n+2){
    margin-top: 25px;
}
.secSitemap .linkSub {
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.75px;
    display: inline-block;
    white-space: nowrap;
    padding-left: 16px;
    color: #000000;
    position: relative;
}
.secSitemap .linkSub::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 6px;
    background: #aaaaaa;
}
@media only screen and (max-width:767px){
    .secSitemap{
        margin-top: 30px;
    }
    .secSitemap .siteList{
        display: block;
    }
    .secSitemap .siteItem{
        width: 100%;
        margin-right: 0;
    }
    .secSitemap .siteItem:nth-child(n+2){
        margin-top: 37px;
    }
    .secSitemap .itemTit{
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 1px;
        height: auto;
        display: block;
    }
    .secSitemap .boxSubList{
        padding-top: 25px;
        margin-top: 10px;
    }
    .secSitemap .subCover:nth-child(n+2){
        margin-top: 25px;
    }
    .secSitemap .linkSub {
        font-size: 13px;
        letter-spacing: 0.75px;
        padding-left: 16px;
    }
    .secSitemap .linkSub::after{
        top: 6px;
    }
}
/* secBnrReserve */
.secBnrReserve{
    margin-top: 100px;
}
.secBnrReserve .bnrCover:nth-child(2){
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secBnrReserve{
        margin-top: 50px;
    }
    .secBnrReserve .bnrCover:nth-child(2){
        margin-top: 20px;
    }
}