/* BASIC css start */
/* ÇÏ´Ü */

.xans-layout-footerpackage {
    font-size: 10px;
    line-height: 1.5em;
    color: #fff;
    padding: 25px 15px;
    background: #000;
}

.footer-content .customer-content {
    display: inline-block;
    margin-right: -4px;
    width: 50%;
    vertical-align: top;
}

.footer-content .customer-content li {
    line-height: 1.6;
}

.footer-content .customer-content li, .footer-content .customer-content li a {
    color: #fff;
}

.company-info {
    text-align: center;
}

.company-info dl {
    display: inline-block;
    margin: 0px 10px;
    color: #fff;
}

.company-info dl dt {
    display: table-cell;
    line-height: 1.6;
    color: #fff;
    vertical-align: top;
    font-size: 10px;
}

.company-info dl dd {
    display: table-cell;
    width: auto;
    padding: 0 0 0 7px;
    line-height: 1.6;
    word-break: break-all;
}

.footer-title {
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.footer-title h3 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 0;
    letter-spacing: 1px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.footer-arrow {
    font-size: 18px;
    color: #fff;   
}

.footer-content {
    display: none;
    padding: 15px 0px;
    margin: 20px auto;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #404040;   
    width: 95%; 
}

.footer-info-wrap:nth-of-type(3) .footer-content {
    border-bottom: 0px;
}

.footer-sns-wrap {
    text-align: center;
    margin: 30px 0px 20px;
}

.footer-sns-wrap ul li {
    display: inline-block;
    padding: 0px 10px;
}

.footer-sns-wrap ul li a {
    color: #757575 !important;
}

.footerMenu {
    border-bottom: 1px solid #474747;
    width: 95%;
    margin: 0 auto;
}

.xans-layout-footerpackage .footerMenu .policy {
    padding: 20px 0 10px;
    text-align: center;
}

.xans-layout-footerpackage .footerMenu .policy li {
    position: relative;    
    font-size: 9px;
    vertical-align: top;
    padding: 0 6px 10px 4px;
}

.xans-layout-footerpackage .footerMenu .policy li a {
    color: #fff;
}

.xans-layout-footerpackage .copyright {
    padding: 10px 0px;
    text-align: center;
    color: #777777;
    font-size: 9px;
}

.btnTop {
    text-align: center;
    margin: 46px 0 15px;
}

.btnTop a {
    font-size: 22px;
    color: #fff;
    font-family: 'sifont-3';
}

.btnTop a::before {
    content: "\e012";
}

.footer-sns {
    width: 95%;
    padding: 28px 0 18px;
    border-bottom: 1px solid #474747;
    border-top: 1px solid #474747;
    margin: 0 auto;    
}

.footer-sns ul {
    font-size: 0;
    text-align: center;
}

.footer-sns ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-sns ul li a {
    font-size: 10px;
    color: #fff;
}

.shop-info {
    margin-bottom: 15px;
}

.shop-info h2 {
    margin-bottom: 8px;
    line-height: 1.5;
}

.shop-info p {
    line-height: 1.5;
}

.shop-info img {
    width: 100%;
    height: auto;
}

.color-gray {
    color: gray;
}
/* BASIC css end */

