@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}





body{
    width: 100%;
}

header{
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    background-color: black;
    opacity: 75%;
}

.container > a{
    width: 120px;
    height: 60px;
    position: absolute;
    top: 5px;
    left: 15px;
}

.container > a > img{
    height: 60px;
}

.header-nav{
    width: 420px;
    height: 70px;
    line-height: 70px;
    float: right;
}

.header-nav > ul {
    list-style: none;
    margin: 0;
    float: right;
}

.header-nav > ul > li {
    margin-right: 30px;
    float: left;
}

.header-nav > ul > li > a{
        font-family: "Anton", sans-serif;
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        color: #fff;
}

footer{
    width: 100%;
    height: 100px;
}

footer > .container{
    width: 100%;
    height: 100px
}

.footer-left{
    margin-left: 30px;
    float: left;
}

.footer-logoimage{
    width: 150px;
}

.sns{
    width: 200px;
    height: 40px;
}

.sns > a, .sns > line{
    float: left;
}

.sns > a > img{
    width: 24px;
    margin-right: 20px;
}

.copywrite{
    width: 240px;
    margin: 26px 0;
    float: right;
}

.copywrite > p{
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
}

.copywrite > p > a,
.copywrite > p > a:hover,
.copywrite > p > a:visited{
    color: black;
    text-decoration: none;
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    .header-nav{
        width: 320px;
    }
    
    .header-nav > ul > li {
        margin-right: 15px;
    }
    
    .header-nav > ul > li > a{
            font-size: 25px;
    }

}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .container > a > img{
        height: 44px;
        margin-top: 9px;
    }

    .header-nav{
        width: 280px;
    }
    
    .header-nav > ul > li {
        margin-right: 10px;
    }
    
    .header-nav > ul > li > a{
            font-size: 18px;
    }

    .copywrite{
        width: 120px;
    }
    
    .copywrite > p{
        font-size: 11px;
    }

    .sns{
        display: none;
    }

    .footer-left{
        margin: 18px 0 0 15px;
    }

    .footer-logoimage{
        width: 100px;
    }

}
