/* CSS Document */
@import url("https://use.typekit.net/nge1wpn.css");

/*------------------------------
    font-family: eb-garamond,serif;
    font-family: century-gothic, sans-serif; 
    font-weight: 400;
    font-style: normal;
-------------------------------------*/

#wacoms{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
    color: #000;
}

#wacoms a{
    color: inherit;
}

#wacoms-header{
    margin-top: 30px;
    padding-left: 5%;
}


#wacoms-header ul{
    display: flex;
    flex-wrap: wrap;
}

#wacoms-header ul li{
    margin: 0 3% 0 0;
    font-weight: bold;
}

#wacoms-header #header-navi dt {
    display: none;
}

#wacoms #hero{
    /*background: linear-gradient(to right, #32373D 0%, #32373D 90%, #fff 10%, #fff 100%);*/
    background: #32373D;
    padding-bottom: 5%;
    margin-top: 10px;
}

#wacoms #hero p{
    width: 95%;
    margin-left:5%;
}

#wacoms #hero p img{
    object-fit: cover;
    height: 650px;
    width: 100%;
}




#wacoms-footer{
    background: #E9E9E9;
    padding: 50px 0;
}


#wacoms-footer ul{
    width: 95%;
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



@media only screen and (max-width: 980px) {
    #wacoms-footer ul{
        width: 95%;
        max-width: 780px;
    }

    #wacoms-footer ul li{
        margin-bottom: 25px;
    }

}








@media only screen and (max-width: 768px) {
    #wacoms-header{
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
    #wacoms-header #header-navi {
        text-align: center;
    }

    #wacoms-header #header-navi dt {
        font-size:20px;
        cursor: pointer;
        font-weight:bold;
        position:relative;
        background: #999;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 8px 0;
        text-align: center;
    }

    #wacoms-header #header-navi dt p{
        width: 100%;
        margin-right: -15px;
    }

    #wacoms-header #header-navi dt:after {
        content:"＋";
        font-size:24px;
        top:12px;
        color: #fff;
        font-weight: normal;
        margin-right: 15px;
    }

    #wacoms-header #header-navi dd{
        display:none;
        width: 100%;
        font-size:14px;
    }
    #wacoms-header #header-navi dt.active:after{
        content:"－";
    }

    #wacoms-header #header-navi dd li{
        width: 50%;
        border-bottom: 1px dotted #000;
        margin: 0;
        box-sizing: border-box;
    }

    #wacoms-header #header-navi dd li:nth-of-type(1),
    #wacoms-header #header-navi dd li:nth-of-type(4),
    #wacoms-header #header-navi dd li:nth-of-type(7){
        width: 100%;
    }

    /*#wacoms-header #header-navi dd li:nth-last-of-type(-n+2){
        border-bottom: none;
    }*/

    #wacoms-header #header-navi dd li:nth-of-type(2),
    #wacoms-header #header-navi dd li:nth-of-type(5){
        border-right: 1px dotted #000;
    }
    #wacoms-header #header-navi dd li a{
        display: block;
        padding: 15px 0;
    }
    #wacoms #hero{
        padding-bottom: 0;
    }
    #wacoms #hero p{
        width: 100%;
        margin: 0;
    }
    #wacoms #hero p img {
      height: 300px;
    }




    #wacoms-footer{
        padding: 0;
    }

    #wacoms-footer ul{
        width: 100%;
    }

    #wacoms-footer ul li{
        width: 50%;
        border-top: 1px dotted #000;
        margin: 0;
        box-sizing: border-box;
        text-align: center;
    }

    #wacoms-footer ul li:nth-of-type(1),
    #wacoms-footer ul li:nth-of-type(4),
    #wacoms-footer ul li:nth-of-type(7){
        width: 100%;
    }

    #wacoms-footer ul li:nth-of-type(1){
        border-top: none;
    }

    #wacoms-footer ul li:nth-of-type(2),
    #wacoms-footer ul li:nth-of-type(5){
        border-right: 1px dotted #000;
    }
    #wacoms-footer ul li a{
        display: block;
        padding: 15px 0;
    }




}






