


section{
    line-height: 1.6;
    font-size: 14px;
}


h3{
   display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #ffef5c;
    line-height: 1.2;
}

.open-time{
    text-align: center;
}
 h4{
    color: #000;
    font-weight: 700;
    width: fit-content;
    padding: 2px 8px;
    margin-bottom: 8px;
    background: #fff;
    position: relative;
}

h4:after {
   content: "";
    display: block;
    position: absolute;
    top:1px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border: solid 1px #999;
}


.booth-ttl{
    display: flex;
    align-items: center;
}

.booth-ttl small{
    margin-left: 1em;
}
h5{
   color: #000;
    font-weight: 700;
    width: fit-content;
    padding: 2px 8px;
    margin-bottom: 8px;
    background: #fff;
    position: relative;
}
h5:after{
    content: "";
    display: block;
    position: absolute;
    top:1px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border: solid 1px #999;
}
dl{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px rgba(255,255,255,1);
    border-bottom: none;
    background:rgba(0,0,0,.2);
}

dt{
   width: 50%;
    border-bottom: solid 1px rgba(255,255,255,1);
    border-right: dashed 1px rgba(255,255,255,.5);
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


dd{
   width: 50%;
     border-bottom: solid 1px rgba(255,255,255,1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

dd small{
    font-size: 10px;
}
dd ul{
    text-align: left;
}

@media screen and (max-width: 896px){
    
    section{
        font-size: 12px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 28px;
    }
}