@charset "utf-8";
/* CSS Document */


/* ==========================================
    common
========================================== */

.wrapper {
    overflow: hidden;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1000000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.sp {
display:none;
}

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

    #page-top a {
        width: 50px;
        line-height: 14px;
        font-size: 10px;
        padding: 10px;
    }
	.pc {
display:none;
}
    
}

/* ==========================================
    top-img
========================================== */

.top-img {
    background: url(../img/top-bg-202006.jpg) no-repeat center top;
    height: 807px;
    position: relative;
    background-size: cover;
}

.top-img img {
    position: absolute;
    width: 150px;
    height: 650px;
    margin: auto;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ==========================================
    footer
========================================== */

.ft-logo {
    display: block;
    text-align: center;
    margin: 100px 0 60px;
}

.footer {
    border-top: 1px solid #ccc;
    margin: 100px 0;
}

.footer .inner {
    width: 1200px;
    margin: auto;
}

.footer nav > ul {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer nav > ul > li {
    width: 16.666%;
    margin-bottom: 50px;
}

.footer nav > ul > li > a {
    font-weight: 600;
}

.footer ul li ul a {
    color: #666;
}

.footer .sns {
    text-align: center;
}

.footer .sns i {
    font-size: 32px;
}

.footer adress,
.footer small {
    display: block;
    text-align: center;
    margin-top: 30px;
}

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

    .footer .inner {
        width: 100%;
    }

    .footer {
        padding: 0 15px;
        margin-bottom: 50px;
    }
    
}

@media screen and (max-width: 767px) {
    
    .ft-logo {
        margin: 50px 0 30px;
    }
    
    .footer .inner nav,.footer .sns {
        display: none;
    }

    .footer adress,
    .footer small {
        font-size: 14px;
    }
    
}