﻿/* スマホメニューの不具合対応 */
.drawer--left .drawer-nav {
    left: -100%;
}

#footer .box:first-child{
border:none;
}

.tel a{
color:#6F89A2;
}

.tyu{
font-size:16px;
}

.txt_color1 .linkStyle{
color:#6F89A2;
}

.bg_color2 .linkStyle{
    color: #333333;
}

.bg_color1 .linkStyle{
    color: white;
}

.linkStyle{
    color: #333333;
}

.hvr_txt_white:hover .linkStyle {
    color: #333333;
} 

.hvr_txt_white .linkStyle {
    color: white;
} 

bg_color3  .linkStyle {
    color: white;
} 

@media screen and (max-width: 667px){
.tyu{
font-size:14px;
}

#header #logo{
    margin: 7px 0;
}

}