#header h1 img.logo {
    display: none;
}
#contents {
    padding-top: 50px;
    line-height: 1.6;
}
#contents .inner {
    margin-top: 40px;
}
#contents .club_inner {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.subnav{
    width: 100%;
    background-color: white;
    text-align: center;
}
.subnav li{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}
.subnav li a{
    display: block;
    line-height: 70px;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
.subnav li a:hover,
.subnav li a.active{
    color: #EE6F0B;
    border-bottom: 2px solid #EE6F0B;
}
.about_main{
    padding-bottom: 80px;
}
.about_main th{
    text-align: right;
    white-space: nowrap;
}
.about_main th,
.about_main td{
    padding: 12px 17px;
}
.about_main table a{
    text-decoration: none;
    color: #EE6F0B;
}


@media screen and (max-width: 600px){
    #header h1 img.logo-wht,
    #header h1 img.logo-wht-sp {
        display: none;
    }
    h2.heading {
        margin-top: 1em;
    }
    .subnav li a{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 50px;
    }
    .about_main{
        font-size: 1.4rem;
    }
    .about_main th,
    .about_main td{
        display: block;
        text-align: left;
        padding: 6px 10px;
    }
    .about_main th{
        padding: 16px 10px 2px 10px;
    }
}