@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
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: 0; font-style:normal; font-weight: normal; line-height: 1; vertical-align: baseline;
}
ol, ul{list-style:none;}


/* フロートの解除 */
.clear {
    clear: both;
}


/* ========================================
    ライン（コピーしてお使い下さい
========================================= */

body{
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header{
	width: 100%;
	margin: 0 auto 0 auto;
    overflow: hidden;
}

header h1 {
    text-align: center;
    padding: 0 5px 0 5px;
}

header h1 a img{
    width: 100%;
    max-width: 514px;
}

div#global-navi-wrapper{
    width: 100%;
    height: 290px;
}

div#global-navi{
    width: 100%;
    height: 290px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

nav.global-navi ul {
    height: 100px;
    font-size: 22px;
    text-align: center;
    width: 100%;
    display:flex;
    flex-direction: column;
}
 
nav.global-navi ul li {
    border: 1px solid #fff;
    display: table-cell;
    background: #9F3B42;
}

nav.global-navi ul li:last-child {
    border-right: 1px solid #fff;
}

nav.global-navi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    display: block;
}
 
nav.global-navi ul li a:hover {
    background: #e9e9e9;
}


div#contents{
    max-width: 980px;
	width: 100%;
    text-align: left;
    margin: 0 auto 0 auto;   
}

h2{
    font-size: 18px;
}

div#club p{
    font-size: 16px;
}

div#club img{
    max-width: 600px;
    width: 100%;
}

h3{
    font-size: 18px;
}

div#cup p{
    font-size: 16px;
}

div#cup img{
    max-width: 600px;
    width: 100%;
}

footer{
    width: 100%;
    max-width: 980px;
    height: 40px;
    text-align: center;
    margin: 3px auto 0 auto;   
}

footer div{
    text-align: center;
}

footer div p{
    color: #fff;
    font-size: 16px;
    background-color: #9F3B42;
    padding: 5px 0 5px 0;
}

/* ========================================
    981px以上
========================================= */

@media (min-width: 981px) {

    header{
        width: 980px;
        height: 70px;
        margin: 0 auto 0 auto;
        overflow: hidden;
    }

    header h1 {
        float: left;
    }

    div#global-navi-wrapper{
        width: 100%;
        height: 45px;
        margin: 3px 0 0 0;
    }

    div#global-navi{
        max-width: 981px;
        width: 100%;
        height: 45px;
        margin: 0 auto 0 auto;
        overflow: hidden;
    }

    nav.global-navi ul {
        font-size: 24px;
        text-align: center;
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    nav.global-navi ul li a {
        color: #333;
        text-decoration: none;
        padding: 10px 0;
        display: block;
    }
     
    nav.global-navi ul li {
        border-right: 1px solid #fff;
        display: table-cell;
    }

    nav.global-navi ul li:last-child {
        border-right: 1px solid #fff;
    }

    nav.global-navi ul li a {
    color: #fff;
    }
     
    nav.global-navi ul li a:hover {
        background: #e9e9e9;
    }

    h2{
    font-size: 24px;
    }

    h3{
    font-size: 24px;
    }

    footer div{
    text-align: center;
    margin: 3px 0 0 0;
    }
}