@charset "utf-8"


body {
    width: 100%;
    height: 100%;
    background-color: #c47e7e;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

list li {
    list-style: none;
}

.web_inner {
    width: 1200px;
    margin: 0 auto;
}


.body_inner {
    width: 100%;
    background-color: #001582;
    background-image: url(../img/head_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: local;
    position: relative;
}

.body_inner .slide {
    position: absolute;
    top: 200px;
    width: 100%;
}

/* NEWS */
div.news {
    position: absolute;
    border-top: 8px solid #ffffff;
    background-color: #F7B200;
    width: 100%;
}

div.news list {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

div.news list li {
    display: inline-block;
    width: 20%;
    text-align: center;
    line-height: 80px;
    font-size: 1.8em;
    font-weight: bold;
}

div.news list li.sokuhou {
    width: 40%;
    font-size: 2.2em;
    line-height: 40px;
}

div.news list li a {
    height: 100px;
    margin: 10px;
    display: block;
    background-color: #7D0202;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

div.news list li a.off {
    color: rgba(255, 255, 255, 0.2);
}




/* HEADER */
header {
    height: 700px;
    position: relative;
}

.header_menu {
    display: flex;
    justify-content: space-between;

}

header .logo {
    margin-top: 8px;
    margin-left: 10px;
    width: 187px;
    height: 165px;
    background-image: url(../img/logo.png);
}

header .nav list {
    margin-right: 62px;
    margin-top: 120px;
    display: flex;
}

header .nav list li {
    font-weight: bold;
    font-size: 1.2em;
}

header .nav list li a {
    color: #fff;
    width: 120px;
    display: inline-block;
}


.top header h1,
h2 {
    color: #fff;
    text-align: center;
    width: 60%;
    left: 20%;
    right: 20%;
    font-weight: bold;
}

.top header h1 {
    position: absolute;
    margin-top: 450px;
    z-index: 99;
    font-size: 3em;
}

.top header h2 {
    position: absolute;
    margin-top: 420px;
    z-index: 98;
}





/* MAIN */

main h3 {
    border-bottom: 5px solid #F7B200;
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 60px;
}

/* キャッチコピー */
main .copy {
    margin-top: 200px;
    color: #001582;
    text-align: center;
    padding: 50px 30px;
    font-size: 1.6em;
    font-weight: bold;
    background-color: #EBE7E6;
}

/* 新着情報 */
main .newinfo {
    background-color: #EBE7E6;
    padding-bottom: 30px;
}

main .newinfo a {
    background-color: #a1dfd7;
    padding: 3px;
    border-radius: 5px;
}

main .newinfo a:hover {
    background-color: #6c1502;
    color: #fff;
}

main .newinfo .newinfo_inner {
    border-radius: 10px;
    height: 400px;
    background-color: #fff;
    padding: 80px;
    overflow: scroll;
}

main .newinfo .newinfo_inner {
    display: flex;
    border-bottom: 1px solid #F7B200;
    margin-bottom: 20px;
    align-items: center;
    padding-bottom: 10px;
}

main .newinfo .newinfo_inner .item p.date {
    color: #be1919;
    margin-right: 30px;
}

main .newinfo .newinfo_inner .item div.article {}



/* 特別協賛 */
main .Specialsponsor {
    padding: 80px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
}
main .Specialsponsor .spnsor_box {
    width: 400px;
    margin: auto;
}



/* 協賛広告 */
main .sponsor {
    background-color: #EBE7E6;
    padding-top: 80px;
    padding-bottom: 80px;
}
main .sponsor .sponsor_list {
    width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

main .sponsor .sponsor_list a {
    width: 400px;
    margin: 20px;
}


/* FOOTER */

footer {
    background-color: #001582;
    border: 1px solid #000;
    padding-bottom: 60px;
    color: #fff;
}

footer .f_contents h3 {
    text-align: center;
    border-bottom: 1px solid #F7B200;
    line-height: 3em;
    margin-bottom: 30px;
}

footer .f_contents {
    display: flex;
}

footer .f_contents div.secretariat,
.past,
.relatedlink {
    width: 30%;
    margin: 20px;
    padding: 40px;
}

footer .f_contents div.secretariat p {
    line-height: 1em;
}

footer .f_contents div.past,
.relatedlink list li {
    margin: 10px 50px;
}

footer .f_contents div.past list li a {}

footer .f_contents list li a:visited {
    color: #fff;
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}


/* UNDERLAYER */

.underlayer {

}

.underlayer header {
    border: 1px solid #000;
    height: 280px;
}

.underlayer header h1 {
    text-align: right;
    margin: 0 60px 0 0;
    color: #fff;
    font-size: 2.8em;
}

.underlayer header h2 {
    margin: 0 60px 0 auto;
    text-align: right;
    color: #fff;
    font-size: 1.2em;
}
.underlayer h4 {
    margin: 130px;
}
.venue, .information, .result {
    background-color: #fff;
}


.venue h3.venue_h {
    background-color: #7D0202;
    color: #fff;
    width: 100%;
    font-size: 1.8em;
}

.venue h4 {
    text-align: center;
    background-color: #7D0202;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
}

.underlayer .list_back {
    background-color: #D9D9D9;
}

.underlayer .item_box {
    display: flex;
    flex-wrap: wrap;
}
.underlayer .item_box li {
    list-style: none;
    text-align: center;
    display: inline-block;
}
.underlayer .item_box li a {
    display: inline-block;
    width: 500px;
    margin: 20px;
    line-height: 80px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    line-height: 1.2em;
    padding: 20px;
}
.underlayer .item_box li a:hover {
    background-color: #3b9b84;
    color: #fff;
}

.underlayer .item_boxlong {
    display: flex;
    flex-wrap: wrap;
}
.underlayer .item_boxlong li {
    list-style: none;
    text-align: left;
    display: inline-block;
}

.underlayer .item_boxlong li a {
    display: inline-block;
    width: 1080px;
    margin: 20px;
    line-height: 80px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    line-height: 1.2em;
    padding: 20px;
}
.underlayer .item_boxlong li a:hover {
    background-color: #3b9b84;
    color: #fff;
}


.information h3.information_h {
    background-color: #F7B200;
    color: #fff;
    width: 100%;
    font-size: 1.8em;
    border-bottom: 8px solid #001582;
}

.information h4 {
    text-align: center;
    background-color: #F7B200;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
}
.result h3.result_h {
    background-color: #001582;
    color: #fff;
    width: 100%;
    font-size: 1.8em;
    border-bottom: 8px solid #7D0202;
}
.result h4 {
    text-align: center;
    background-color: #001582;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
}

.ex {
    color: #009806;
}
.wd {
    color: #128DFF;
}

  /* モバイル用スタイル（768px未満） */
@media (max-width: 767px) {
    .pc{
        display: none;
    }

    header {
        height: 300px;
        position: initial;
    }
    

    header .logo {
        margin-top: 8px;
        margin-left: 10px;
        width: 70px;
        height: 60px;
        background-position: center;
        background-size: cover;
    }

    header .nav list {
        margin-right: 20px;
        margin-top: 40px;
        display: flex;
    }
    
    header .nav list li {
        font-weight: bold;
        font-size: 0.7em;
        margin-left: 10px;
    }
    
    header .nav list li a {
        color: #fff;
        width: 100%;
        display: inline-block;
    }    

    .web_inner {
        width: 100%;
        margin: 0;
    }
    
    .top header h1,
    h2 {
        color: #fff;
        text-align: center;
        width: 90%;
        font-weight: bold;
        margin: 0 auto;
    }

    .top header h1 {
        position: initial;
        margin-top: 80px;
        z-index: 99;
        font-size: 1.4em;
    }

    .top header h2 {
        position: initial;
        margin-top: 20px;
        z-index: 98;
        font-size: 1rem;
    }

    /* NEWS */
    div.news {
        position: initial;
        border-top: 8px solid #ffffff;
        background-color: #F7B200;
        width: 100%;
    }

    div.news list {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    div.news list li {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        line-height: 30px;

    }

    div.news list li.sokuhou {
        width: 100%;
        font-size: 1em;
        line-height: 17px;
    }

    div.news list li a {
        height: 50px;
        margin: 10px;
        display: block;
        background-color: #7D0202;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    div.news list li a.off {
        color: rgba(255, 255, 255, 0.2);
    }
    
    .spnsor_box img{
        width: 70%;
    }

    .sponsor_list img{
        width: 70%;
    }

    /* キャッチコピー */
    main .copy {
        margin-top: 0px;
        color: #001582;
        text-align: center;
        padding: 50px 30px;
        font-size: 1em;
        font-weight: bold;
        background-color: #EBE7E6;
    }


    /* 特別協賛 */
    main .Specialsponsor {
        padding: 80px;
        text-align: center;
        background-color: #fff;
        margin: 0 auto;
    }
    main .Specialsponsor .spnsor_box {
        width: 100%;
        margin: auto;
    }



    /* 協賛広告 */
    main .sponsor {
        background-color: #EBE7E6;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    main .sponsor .sponsor_list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    main .sponsor .sponsor_list a {
        width: 100%;
        margin: 20px;
    }

    /* FOOTER */

    footer .f_contents h3 {
        text-align: center;
        border-bottom: 1px solid #F7B200;
        line-height: 1em;
        margin-bottom: 30px;
    }

    footer .f_contents {
        display: flex;
        flex-direction: column;
    }

    footer .f_contents div.secretariat,
    .past,
    .relatedlink {
        width: 100%;
        margin: 20px 0;
        padding: 40px 30px;
    }

    footer .f_contents div.secretariat p {
        line-height: 1em;
    }

    footer .f_contents div.past,
    .relatedlink list li {
        margin: 10px 0px;
    }

    /* UNDERLAYER */

    .underlayer header {
        height: 200px;
    }

    .underlayer header h1 {
        text-align: center;
        margin: 50px auto 0 auto;
        font-size: 1.5em;
    }

    .underlayer header h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
    }

    .underlayer .item_box {
        display: flex;
        flex-direction: column; 
        padding: 0;
    }
    .underlayer .item_box li {
        list-style: none;
        text-align: center;
        display: inline-block;
    }
    .underlayer .item_box li a {
        width: 70%;
        margin: 20px;
        font-size: 1.5em;
        line-height: 1.2em;
    }

}