@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
html,body{
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.contents{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.contents .inner{
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}
.section-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.contents .note {
    font-size: 14px;
    padding-bottom: 40px;
}

.pagetitle{
    background-image: url(../images/top/titleBg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.pagetitle .title{
    width: 100%;
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prizeBlock{
    background-color: #ECF97C;
    padding: 50px 30px;
}
.prizeBlock .title{
    width: 100%;
    margin-bottom: 30px;
}
.prizeBlock .item{
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(2px 4px 6px #666);
}
/*.prizeBlock .item:last-child{
    margin-bottom: 0;
}*/

.block03{
    background: #ef7a00;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 40px;

}
.block04{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
    letter-spacing: 5px;
    background-color: #000;
    color: #fff;
}

.hall {
    background: #fffbc9;
    padding: 10px;
}
.hall .inner {
    border: 1px solid #ef7a00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.hall .inner h1 {
    background: #ef7a00;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hall .inner .blcok {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.hall .inner .blcok .area {
}
.hall .inner .blcok .area h2 {
    font-weight: bold;
    color: #ffffff;
    background: #e73a8f;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
.hall .inner .blcok .area ul {
    overflow: hidden;
    padding: 10px;
}
.hall .inner .blcok .area ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 5px 0;
}
.hall .inner .blcok .area ul li a {
    color: #000000;
    text-decoration: none;
}
.hall .inner .blcok .area ul li a:before {
    content:"▼";
    font-size: 8px;
    color: #e73a8f;
    margin-right: 5px;
    display: inline-block;
}
.hall .inner .blcok .city {
}
.hall .inner .blcok .city ul {
}
.hall .inner .blcok .city ul li {
    list-style: none;
}
.hall .inner .blcok .city ul li h2 {
    font-weight: bold;
    color: #ffffff;
    background: #ef7d36;
    padding: 10px;
    font-size: 14px;
}
.hall .inner .blcok .city ul li ul {
    padding: 10px;
}
.hall .inner .blcok .city ul li ul li {
    padding: 5px 0;
}
.hall .inner .blcok .city ul li ul li h3 {
    color: #ef7d36;
}
.hall .inner .blcok .city ul li ul li p {
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #bbbbbb;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}