.font_pdsc {
    font-family: 'Playfair Display SC', serif;
}
#header h1 img.logo {
    display: none;
}
h2.alpha {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.sns-sec {
    width: 100%;
    background-color: rgba(158, 123, 38, 0.2);
}
#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: rgba(158, 123, 38, 0.2)   ;
    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: #C51813;
    border-bottom: 2px solid #C51813;
}
.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: #C51813;
}

@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;
    }
}