@charset "utf-8";

.page-top {
    padding: 92px 0 52px 0;
    background-image: url(../images/bg_flame.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.page-top.pt1{
    background-position: center 15%;
}
.page-top.pt2{
    background-position: center 36%;
}
.page-top.pt3{
    background-position: center 60%;
}
.page-top.pt4{
    background-position: center 80%;
}
.page-top h1 {
    margin-bottom: 12px;
    font-size: 28px;
}
.page-top p {
    margin: 0 24px;
    font-size: 16px;
}
.page-content {
    padding: 60px 24px 80px 24px;
}
.page-content .tit1 {
    margin: 0 24px 8px 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-color);
}
.page-content .tit2 {
    margin: 0 24px 40px 24px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    color: #121212;
}
.page-content .tit3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}


.overview-cont .poster {
    height: 40vh;
    margin-bottom: 40px;
    background-color: #faebd7;
}
.overview-cont .table dl {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.overview-cont .table dl:first-child {
    border-top: 2px solid #333;
}
.overview-cont .table dt {
    width: 28%;
    padding: 16px 8px;
    background-color: #f3f3f3;
    color: #444;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.overview-cont .table dt span{
    display: inline-block;
}
.overview-cont .table dd {
    flex: 1;
    padding: 16px 0 16px 16px;
    font-size: 15px;
}


.about-article {
    margin-bottom: 40px;
}
.about-article p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    color: #333;
}
.about-article strong {
    color: var(--primary-color);
}
.about-photo li {
    height: 20vh;
    margin-bottom: 8px;
    background-color: #faebd7;
}

.venue-map-cont {
    height: 50vh;
    background-color: #faebd7;
}


.directions-cont #directionsMap{
    height: 50vh;
    background-color: #faebd7;
}
.directions-cont .address {
    margin: 20px 0 60px;
}
.directions-cont .traffic{
    margin-bottom: 60px;
}
.directions-cont .traffic-table-top{
    display: none;
}
.directions-cont .address dl,
.directions-cont .traffic-table dl {
    margin-bottom: 16px;
    font-size: 16px;
}
.directions-cont .traffic-table {
    margin-bottom: 24px;
}
.directions-cont .traffic-table dl{
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.directions-cont .traffic-table dl:first-child{
    border-top: 2px solid #333;
    padding-top: 16px;
}
.directions-cont .address dt {
    margin-bottom: 2px;
    font-weight: 700;
}
.directions-cont .traffic-table dt {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}
.directions-cont .address dd,
.directions-cont .traffic-table dd {
    color: #333;
}
.directions-cont .traffic-table dd p {
    margin-bottom: 8px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0 2px;
}
.directions-cont .traffic-table dd .route {
    background-image: url(../images/ico-route-999.png);
}
.directions-cont .traffic-table dd .time {
    background-image: url(../images/ico-time-999.png);
}
.directions-cont .btn-primary {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
}
.directions-cont .btn-primary a {
    padding: 10px 0;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
}
.directions-cont .parking-cont{
    height: 50vh;
    background-color: #faebd7;
}

.schedule-cont {
    height: 50vh;
    background-color: #faebd7;
}

.program .booth-box{
    padding: 32px 0;
    border-bottom: 1px solid #ddd;
}
.program .booth-box:first-child{
    padding-top: 0;
}
.program .booth-img{
    height: 150px;
    margin-bottom: 20px;
    background-color: #faebd7;
}
.program .booth-name{
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}
.program .booth-biz{
    margin-bottom: 12px;
    font-size: 16px;
}
.program .booth-descript{
    font-size: 16px;
    color: #333;
}


.bbs .bbs-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bbs .total-view {
    font-size: 13px;
    color: #333;
}
.bbs .total-view .page{
    display: none;
}
.bbs .bbs-search {
    display: flex;
    gap: 4px;
}
.bbs .bbs-search select {
    width: 64px;
    height: 32px;
    border: 1px solid #ccc;
    color: #666;
}
.bbs .bbs-search-input{
    position: relative;
}
.bbs .bbs-search .bbs-input-keyword {
    box-sizing: border-box;
    width: 150px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 0 34px 0 8px;
    color: #666;
}
.bbs .bbs-search .bbs-btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-search.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    opacity: 0.6;
}
.bbs .bbs-table-top {
    display: none;
}
.bbs .bbs-table-list {
    border-top: 2px solid #333;
    margin-bottom: 20px;
}
.bbs .bbs-table-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 24px 0;
    border-bottom: 1px solid #ddd;
}
.bbs .bbs-table-list .number {
    display: none;
}
.bbs .bbs-table-list .title {
    width: 100%;
    margin-bottom: 4px;
    line-height: 40px;
    font-size: 16px;
}
.bbs .bbs-table-list .title a {
    display: block;
    color: #121212;
}
.bbs .bbs-table-list li .view {
    border-right: 1px solid #ccc;
    padding-right: 12px;
    margin-right: 12px;
    color: #666;
    line-height: 12px;
}
.bbs .bbs-table-list li .date {
    color: #666;
    line-height: 12px;
}
.bbs .bbs-table-pager {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}
.bbs .bbs-table-pager ul {
    display: flex;
}
.bbs .bbs-table-pager li {
    width: 24px;
    color: #999;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.bbs .bbs-table-pager .active {
    color: #666;
}


.bbs-detail .bbs-detail-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
}
.bbs-detail .bbs-detail-info {
    padding: 8px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f9f9f9;
}
.bbs-detail .bbs-detail-info dl {
    display: flex;
    line-height: 30px;
    color: #555;
}
.bbs-detail .bbs-detail-info dt {
    width: 80px;
    padding-left: 12px;
    font-weight: 500;
}
.bbs-detail .bbs-detail-text {
    min-height: calc(100vh - 560px);
    padding: 16px;
    margin-bottom: 20px;
    font-size: 16px;
}
.bbs-detail .bbs-detail-pager {
    margin-bottom: 20px;
}

.bbs-detail .bbs-detail-pager div {
    display: flex;
    padding: 4px 0;
}
.bbs-detail .bbs-detail-pager .next {
    justify-content: flex-end;
}
.bbs-detail .bbs-detail-pager a {
    display: block;
    line-height: 24px;
    color: #666;
}
.bbs-detail .bbs-detail-go-list a {
    color: #666;
    text-decoration: underline;
}

.media{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.media .insta-id{
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}
.media .event-name{
    font-size: 16px;
}


@media screen and (min-width:768px) {
    .page-top {
        padding: 130px 0 60px 0;
    }
    .page-top h1 {
        font-size: 32px;
    }
    .page-top p {
        font-size: 18px;
    }
    .page-content {
        padding: 100px 48px 120px 48px;
    }
    .page-content .tit2 {
        margin-bottom: 60px;
        font-size: 38px;
    }
    .page-content .tit3 {
        margin-bottom: 32px;
        font-size: 24px;
    }


    .overview-cont {
        display: flex;
    }
    .overview-cont .poster {
        width: 45%;
    }
    .overview-cont .table {
        box-sizing: border-box;
        width: 55%;
        padding-left: 20px;
    }
    .overview-cont .table dt {
        width: 32%;
    }
    .overview-cont .table dt br {
        display: none;
    }
    .overview-cont .table dd {
        padding: 16px 0 16px 24px;
    }


    .about-article {
        margin-bottom: 60px;
    }
    .about-article p {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .about-photo ul {
        display: flex;
        gap: 12px;
    }
    .about-photo li {
        flex: 1;
        margin-bottom: 0;
    }


    .directions-cont .address {
        margin: 32px 0 100px 0;
    }
    .directions-cont .address dl {
        display: flex;
        margin-bottom: 12px;
    }
    .directions-cont .address dt {
        width: 80px;
    }
    .directions-cont .traffic{
        margin-bottom: 100px;
    }
    .directions-cont .traffic-table dt {
        margin-bottom: 8px;
    }
    .directions-cont .traffic-table dd {
        display: flex;
    }
    .directions-cont .traffic-table dd p {
        width: 50%;
        margin-bottom: 0;
    }


    .program .booth-box{
        display: flex;
        gap: 24px;
    }
    .program .booth-img{
        width: 50%;
        margin-bottom: 0;
    }

    .bbs .total-view{
        font-size: 14px;
    }
    .bbs .total-view .page{
        display: inline-block;
    }
    .bbs .total-view .bar{
        display: inline-block;
        vertical-align: top;
        width: 1px;
        height: 10px;
        margin: 5px 8px 0;
        background-color: #ccc; 
    }
    .bbs .bbs-search select{
        width: 96px;
    }
    .bbs .bbs-search .bbs-input-keyword{
        width: 200px;
    }
    
    .bbs .bbs-table-top {
        display: flex;
        border-top: 2px solid #333;
        padding: 12px 0;
        font-size: 16px;
    }
    .bbs .bbs-table-list {
        border-top: 1px solid #ddd;
        margin-bottom: 32px;
    }
    .bbs .bbs-table-list li {
        padding: 12px 0;
        font-size: 16px;
        align-items: center;
    }
    .bbs .bbs-table-top .number,
    .bbs .bbs-table-list .number{
        display: block;
        width: 90px;
        text-align: center;
    }
    .bbs .bbs-table-list .number{
        color: #666;
    }
    .bbs .bbs-table-top .title,
    .bbs .bbs-table-list li .title {
        flex: 1;
        width: auto;
        margin-bottom: 0;
    }
    .bbs .bbs-table-top .title {
        text-align: center;
    }
    .bbs .bbs-table-top .view,
    .bbs .bbs-table-list li .view{
        width: 90px;
        text-align: center;
    }
    .bbs .bbs-table-list li .view{
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .bbs .bbs-table-list li .view .view-count-label{
        display: none;
    }
    .bbs .bbs-table-list li .date {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        line-height: 40px;
    }
    .bbs .bbs-table-top .date,
    .bbs .bbs-table-list li .date {
        width: 120px;
        text-align: center;
    }


    .notice-detail .notice-detail-title {
        font-size: 20px;
    }
    .notice-detail .notice-detail-info {
        display: flex;
        gap: 40px;
    }
    .notice-detail .notice-detail-info dl {
        gap: 20px;
    }
    .notice-detail .notice-detail-info dt {
        width: auto;
    }
    .notice-detail .notice-detail-text {
        min-height: calc(100vh - 590px);
        padding: 24px;
    }
    .notice-detail .notice-detail-pager {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .media{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
}

@media screen and (min-width:1280px) {
    .page-top {
        padding: 160px 0 60px 0;
    }
    .page-top h1 {
        font-size: 40px;
    }
    .page-top p {
        font-size: 22px;
    }
    .page-content {
        max-width: 1200px;
        padding: 120px 0 140px 0;
        margin: 0 auto;
    }
    .page-content .tit2 {
        font-size: 42px;
    }
    .page-content .tit3 {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .overview-cont,
    .about-cont {
        padding: 0;
    }

    .overview-cont{
        gap: 32px;
    }
    .overview-cont .poster {
        width: 50%;
    }
    .overview-cont .table{
        width: 50%;
        padding: 0;
    }
    .overview-cont .table dt {
        width: 160px;
    }

    .venue-map-cont,
    .directions-cont,
    .schedule-cont,
    .notice,
    .notice-detail {
        margin: 0;
    }

    .directions-cont .address {
        margin: 32px 0 100px 0;
    }
    .directions-cont .traffic-table-top{
        display: flex;
        border-top: 2px solid #333;      
    }
    .directions-cont .traffic-table-top p{
        width: 38%;
        padding: 20px 0;
        text-align: center;  
        font-size: 18px;
        font-weight: 700;
    }
    .directions-cont .traffic-table-top p:first-child{
        width: 24%;
    }
    .directions-cont .traffic-table {
        margin-bottom: 48px;
    }
    .directions-cont .traffic-table dl {
        display: flex;
        margin: 0;
        padding:  28px 0 !important;
    }
    .directions-cont .traffic-table dt {
        width: 24%;
        text-align: center;
    }
    .directions-cont .traffic-table dd {
        width: 76%;
        text-align: center;
    }
    .directions-cont .traffic-table dd .route,
    .directions-cont .traffic-table dd .time{
        background-image: none;
        padding: 0;
    }
    .directions-cont .btn-primary a{
        padding: 16px 0;
    }

    .program .booth-box{
        gap: 48px;
    }


    .notice .notice-table-top {
        padding: 16px 0;
    }
    .notice .notice-table-list {
        min-height: calc(100vh - 700px);
    }
    .notice .notice-table-list li {
        padding: 16px 0;
    }

    .notice .notice-table-top .number,
    .notice .notice-table-list li .number {
        display: block;
        width: 120px;
        text-align: center;
    }
    .notice .notice-table-top .title,
    .notice .notice-table-list li .title {
        padding: 0 20px;
    }
    .notice .notice-table-top .author,
    .notice .notice-table-list li .author {
        width: 120px;
    }
    .notice .notice-table-top .date,
    .notice .notice-table-list li .date {
        width: 180px;
    }
    .notice .notice-table-top .view,
    .notice .notice-table-list li .view {
        display: block;
        width: 120px;
        text-align: center;
    }
    .notice .notice-table-list li .view .view-count-label {
        display: none;
    }


    .notice-detail .notice-detail-text {
        min-height: calc(100vh - 690px);
    }
    .bbs-detail .bbs-detail-pager{
        display: flex;
        justify-content: space-between;
    }
}