@charset "UTF-8";
/* CSS Document */
/*  rowFix  */
@media (max-width: 860px){
    
   .rowFix.kitayasue {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.5%;
        text-align: center;
        z-index: 999;
        max-height: 30%;
        background: url(../img/common/btn_fix.png) top center repeat;
    }


    .rowFix.kitayasue li {
        width: 24.8%;
        float: left;
        height: 100%;
    }
	.rowFix.kitayasue li.homebtn {
        width: 18.5%;
        float: left;
        height: 100%;
    }

    .rowFix.kitayasue li+li {
        margin-left: 2%;
    }
	.rowFix.kitayasue li.topmar {
        margin-top: 1.4%;
    }

    .rowFix.kitayasue a {
        color: #fff;
        font-size: 2.4vw;
        text-decoration: none;
        border: 2px solid #d1b58d;
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        font-weight: bold;
        padding: 10% 0;
        background: rgba(0,0,0,0.5);
    }

    .rowFix.kitayasue a span {
        display: block;
        padding-bottom: 8%;
        margin-top: -8%;
    }
}

