/* --------------------- */
/* -------base---------- */
/* --------------------- */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-size: 62.5%;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: .05em;
    color: #333;
	
}
a {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.4rem;
}

p {
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height:150%;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing:normal;
}

ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}


/* -------header---- --- */
#header img {
    width: 100%;
}


/* -------footer---- --- */

.footer-bottom {
    background: #f9f9f9;
    padding: 10px 60px;
    overflow: hidden;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-ana {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 2;
}
.footer-ana-text {
    text-align: right;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    width: calc(100% - 185px);
    padding-right: 10px;
    color: #5c5c5c;
}
.footer-ana-logo {
    width: 180px;
}
.copyright {
    width: 50%;
    order: 1;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
}
.copyright a {
    margin-left: 15px;
    text-decoration: underline;
    color: #3e9cec;
    font-size: 13px;
}
.footer_bottom_pcnone {
        display: none;
    }

/* -------sp-------- --- */
@media screen and (max-width:700px)   {
    body.noscroll{
        overflow: hidden;
    }
    body {
         overflow: hidden;
    }
    .footer_bottom_pcnone {
    display: block;
}
    
/* -------フッター-------- --- */
	
    
    
}