@charset "utf-8";

@font-face {
    font-family: 'salescopy'; 
    font-style: normal;
    src: url('../font/salescopy.woff') format('woff'),
    	 url('../font/salescopy.eot')  format('eot');
    text-transform: none;
}

/*下層共通部分*/
main {
    min-height: calc(100vh - 171px);
    overflow-x: hidden;
}
#logo {
    background: url("../images/logo_low.png") no-repeat!important;
    top: 0;
}

.openbtn2 {
    background-image: url("../images/lupe_low.png")!important;
}
/*.openbtn2.change-bgc {
    background-image: url("../images/lupe.png")!important;
}*/
nav li.has-child ul li {
    background-color: rgba(104, 104, 104, 0.755)!important;
}
.openbtn2.active {
    background-image: url("../images/menu_close_g.png")!important;
}

/*配色*/
.gray {
    color: #c0c0c0!important;
}

div.page-title {
    background-color: #97cc78;
    margin-top: 74px;
}
/*
.gray:not(nav ul.menyu_content li.gray:nth-of-type(2)) {
    color: #c0c0c0!important;
}
nav ul.menyu_content li.gray:nth-child(3) {
    background-image: url("../images/nav_bgc2.png");
    background-size: contain;
}
nav ul.menyu_content li.gray:nth-of-type(2) {
    background-color: #c189c7;
}
*/
footer {
    background-color: #c189c7;
}