@charset "utf-8";

header {
    width: 100%;
    position: fixed;
    z-index: 300;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
    background-color: #111;
    background-color: rgba(242, 246, 247, 0.9);
}


header h1 a img {
    display: block;
    position: absolute;
}



.pankuzu {
    background-color: #15394A;
    font-size: 14px;
    line-height: 30px;
    color: #EEE;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #DDD;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #FFF;
}

.pankuzu li i {
    padding-right: 5px;
}

@media screen and (min-width:960px) {
    header {
        height: 90px;
    }


    header h1 a img {
        top: 23px;
        left: 10px;
        height: 44px;
    }

    .menu_btn,
    .btn_close {
        display: none;
    }

    #index_top {
        min-height: 850px;
    }

    #sub_top.sample {
        background-image: url(../img/sub_top_events_sp.jpg);
    }

    #sub_top.contact {
        background-image: url(../img/top_contact.jpg);
    }

    .no_pc {
        display: none !important;
    }


}

@media screen and (max-width:960px) {
    header {
        height: 52px;
    }

    header h1 a img {
        top: 10px;
        left: 10px;
        height: 36px;
    }

    header .h_menu {
        display: none;
    }

    header #info {
        display: none;
    }


    #sub_top.sample {
        background-image: url(../img/sub_top_events_sp.jpg);
    }

    #sub_top.contact {
        background-image: url(../img/top_contact.jpg);
    }
}


@media screen and (min-width:1200px) {

    header h1 a img {
        left: 50%;
        margin-left: -590px;
    }


}