@media screen and (max-width: 768px) {
    #bottomNavi {
        background-color: rgba(255, 255, 255, 1);
        color: #111;
    }
    .overlay {
        background: none;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/*　背景色　*/

#voice {
    background: none;
    background-color: none;
}
#top .free {
    background: none;
}
#voice_box {
    background: none;
}
#header {
    background: none;
    background-color: #fff;
}
#free {
    background: none;
}


/* 帯色　*/
#gnavi {
    background: none;
    background-color: #dba4aa;
}
#gnavi li a {
    color: #fff;
}
#gnavi li a:hover {
    background-color: #fff;
    color: #252525 ;
}
#gnavi li.current a {
    color: #fff;
    background-color: #dba4aa;
}
#base {
    background: #dba4aa;
}


/* フッター　*/
#footer {
    background-color: #dba4aa;
}



/* リンクボタン　*/
.btn_more a {
    color: #FFF !important;
    background-color: #dba4aa;
}
.btn_more a:hover {
    background-color: #FFF;
    color: #252525 !important;
    border: 1px solid #dba4aa;
}
.bn_contact {
    background-color: #dba4aa;
}
#scrollUp a {
    color: #FFF;
    background: #dba4aa;
}