@charset "UTF-8";



@media screen and (max-width: 768px) {
.pc_only{
    display: none;
}
.sp_only{
    display: block;
}      
    
/* navi */    
.fc-site .wide-container{
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    }
.fc-site .main-navigation{
    height: 45px;
}
.fc-site ul#menu-login_menu{
    padding-right: 0 !important;
    right: 12%;
    }    
ul#menu-login_menu-1, ul#menu-fc_menu, ul#menu-login_menu{
    margin: 5px 0 !important;
    } 
ul#menu-login_menu{
    position: absolute;
    top: 2%;
    }    
/* FC専用メニュー*/    
ul#menu-fc_menu{
    width: 70%;
    margin: 0 0 0 auto !important;
    }
ul#menu-login_menu-1 li,
ul#menu-login_menu li{
    width: 65px;
    font-size: 12px;
}    
.fc-logo img{
    position: absolute;
    width: 200px;
    height: auto;
    top: 60px;
}    
.fc-title img{
    width: 40%;
    height: auto;
}   
/*　サムネイルアリのアーカイブ　*/
.fc-image-box{
    width: calc((100% - 60px)/3);
    margin: 0 10px 1em;
    line-height: 1;
}      
/* Membership card　--------------------*/
.info-number{
    bottom: 18%;
    font-size: 30px;
}
.info-date{
    bottom: 10%;
    font-size: 22px;
}    
}


@media screen and (max-width: 600px) {

/* FC専用メニュー*/    
.fc-site ul#menu-fc_menu{
    width: 100%;
    margin: auto;
    justify-content: center;
    -webkit-justify-content: center;        
    }
.fc-logo img{
    margin-bottom: 1em;
    width: 120px;
    height: auto;
    top: 55px;
}     
.fc-site .main-navigation{
    height: 43px;
    } 
.fc-site .slicknav_nav{
    margin-top: 25px !important;
    }
.fc-site .wide-container{
    margin-top: -3em;
    padding: 0 5px !important;
    }    
.fc-site h1{
    margin-bottom: 1em;
    margin-top: 4.2em;
}    
.fc-contents-in div,    
.fc-contents div{
    width: calc((100% - 40px)/2);
    text-align: center;
}    
/*　サムネイルアリのアーカイブ　*/
.fc-image-box{
    width: calc((100% - 40px)/2);
    margin: 0 10px 1em;
    line-height: 1;
}   
.fc-image-box-single img{
    width: 95%;
    height: auto;
    }    
.fc-image-box-single .wp-video{
    margin: auto;
    }     
/* 写真用*/
.photo-only{
 justify-content: center;
 -webkit-justify-content: center;    
}    
.photo-only img{
    height: auto !important;
    width: 95%;
    margin: 0 auto 10px;
}    
    
.official-link p{
    width: 90%;
}    
.official-link a{
    font-size: 120%;
}       
/* Membership card　--------------------*/    
.info-name{
    top: 58%;
    font-size: 32px;
}
.info-number{
    bottom: 17%;
    font-size: 22px;
}
.info-date{
    bottom: 8%;
    font-size: 16px;
}     
}

@media screen and (max-width: 375px) {
.fc-site #primary{
    margin-top: 5em !important;
    }
.fc-site .main-navigation{
    height: 45px;
    }
.fc-site h1.mainsite{
    width: 100%;
    }
.fc-site ul#menu-login_menu-1, ul#menu-login_menu{
 justify-content: center;
 -webkit-justify-content: center;        
    }
.fc-site ul#menu-login_menu{
    padding-right: 0 !important;
    top: 20px;
    left: 50%;
    width: 100%;
    right: unset;
    transform:translate(-50%,-50%);
    }    
    
ul#menu-login_menu-1 li,
ul#menu-login_menu li{
    margin: 0 5px;
    list-style: none;
    width: 60px;
    height: 30px;  
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}    
/*　サムネイルアリのアーカイブ　*/
.fc-image-box{
    width: calc(100% - 20px);
    margin: 0 10px 1em;
    line-height: 1;
}   
/* Membership card　--------------------*/    
.info-name{
    top: 57%;
    font-size: 28px;
}
.info-number{
    bottom: 17%;
    font-size: 18px;
}
.info-date{
    bottom: 8%;
    font-size: 14px;
}    
}