.nofound{
    width:100%;
    display:block;
    padding:0 0 72px 0;
    background-color: #ffffff;
    }
    .nofound .coming{
        width: 100%;
        display: block;
        margin: 72px 0 0 0;
        padding: 50px 0 50px 0;
        background-color: #efefef;
    }
    
    /* main */
    #mainVisual{
        width: 100%;
        display: block;
        margin: 80px 0 0 0;
        background-color: #ffffff;
    }
    #mainVisual .mainImgBlock{
        width: 100%;
        height: 502px;
        display: block;
        padding: 22px 0 0 0;
        background-repeat: repeat-x;
        background-position: center center;
        /* [disabled]background-image: url(../img/bg_main.png); */
        background-color: #efefef;
        background-size: auto 502px;
        text-align: center;
    }
    #mainVisual .mainImgBlock p{
        width: 1000px;
        height: 460px;
        margin: 0 auto 0 auto;
        padding: 20px;
        background-color: #dbdbdb;
        text-align: center;
    }
    #mainVisual .mainImgBlock p img{
        width: 960px;
        height: auto;
    }
    
    #mainVisual .mainNavi{
        padding: 16px 0 16px 0;
        background-color: #ffffff;
    }
    #mainVisual .mainNavi .wrapper{
        height: 24px;
        overflow: hidden;
    }
    #mainVisual .mainNavi ul{
        width: 100%;
        height: 24px;
        display: inline-block;
        margin: 0 auto 0 auto;
        font-size: 2.0rem;
        overflow: hidden;
        box-sizing: border-box;
        border-left: 1px solid #1e1e1e;
    }


/* mainNavi li ///////////////////////////////////////////////////////////////*/

#mainVisual .mainNavi li{
	width: 20%;
	height: 24px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #1e1e1e;
}


/* mainNavi li ///////////////////////////////////////////////////////////////*/



    #mainVisual .mainNavi a{
        display: block;
    }
    
    
    /* all event */
.eventTit1 {
    width: 30vw;
    margin: 0 0 0 0;
    top: -25px;
    position: relative;
    display: block;
    background-color: var(--eventTit-color);
    border-radius: 0 2em 2em 0px;
    text-align: center;
    z-index: 10;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.17);
}
.eventTit1 h3{
	color: #ffffff;
}

.eventTit4 {
	max-width: 1200px;
    height: 76px;
    margin: 0 auto;
    top: -25px;
    position: relative;
    display: block;
    background-color: var(--eventTit-color);
    text-align: center;
    z-index: 10;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.17);
}

.eventTit4 h3{
	line-height: 76px;
	color: #fff;
    font-weight: normal;
}

.eventTit1 .wrapper,
.eventTit4 .wrapper{
    position: relative;
    z-index: 1100;
}

.eventBlock1{
	padding: 0 0 54px 0;
	/* background-color: #f6ffe7; */
    background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock1:after {
    position: absolute;
    bottom: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock2{
	margin: 0;
	padding: 0 0 54px 0;
	background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock2:before {
    position: absolute;
	bottom: 0;
    right: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right bottom;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
.eventBlock2:after {
    position: absolute;
    top: 0;
    right: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right top;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock3{
	margin: 0;
	padding: 0 0 54px 0;
	background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock3:before {
    position: absolute;
    top: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left top;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
.eventBlock3:after {
    position: absolute;
    bottom: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}

/* block of background white */
.eventBlock4{
	margin: 0;
	padding: 54px 0;
	background-color: #ffffff;
	position: relative;
}
    
    /* event */
    #eventDetail1{
        padding: 24px 0 42px 0;
        background-color:#ffffff;
        position: relative;
    }
    #eventDetail2{
        padding: 0 0 84px 0;
        background-color: #f6f6f6;
        position: relative;
    }
    #eventDetail1 a,#eventDetail2 a{
        text-decoration: underline;    
    }
    #eventDetail1 a:hover,#eventDetail2 a:hover{
        text-decoration: none;    
    }
    .detailTitBlock{
        display: block;
        padding: 0 0 24px 0;
        position: relative;
        text-align: left;
        border-bottom: 3px solid #1e1e1e;
    }
    .detailTitBlock:after{
        content:"";
        width:120px;
        height:3px;
        display: block;
        background-color: #dc3a14;
        position: absolute;
        bottom:-3px;
        left: 0;
    }
    .detailTitBlock h6.cat_soshutu{
        display: block;
        position: relative;
        font-size: 1.6rem;
        line-height: 1.4;
        color: #aec3d6;
    }
    .detailTitBlock h2{
        display: block;
        margin: 16px 0 0 0;
        font-size: 3.2rem;
        line-height: 1.4;
    }
    .detailTitBlock h3.eventDate{
        display: inline-block;
        float:left;
        margin: 16px 0 0 0;
        position: relative;
        font-size: 1.7rem;
        line-height: 1.4;
        color: #dc3a14;
    }
    .detailTitBlock h3.eventPlace{
        display: inline-block;
        float:left;
        margin: 16px 0 0 20px;
        font-size: 1.7rem;
        line-height: 1.4;
        position: relative;
    }
    
    .eventTxt{
        display: block;
        padding: 24px 5px 0 5px;
        text-align: left;
    }
    
    #eventDetail2 ul{
        display: block;
        padding: 24px 0 0 0;
        border-top: 2px solid #cccccc;
    }
    #eventDetail2 ul li{
        display: block;
        margin: 0 0 24px 0;
        padding: 0 5px 24px 5px;
        border-bottom: 1px solid #cccccc;
    }
    #eventDetail2 ul dl{
        display: block;
        padding: 10px;
    }
    #eventDetail2 ul dt{
        width: 132px;
        display: block;
        float: left;
        font-weight: 700;
        text-align: left;
    }
    #eventDetail2 ul dd{
        padding: 0 0 0 142px;
        text-align: left;
    }
    #eventDetail2 ul dt p,
    #eventDetail2 ul dd p{
        display: block;
        margin: 0;
        padding: 0;
    }
    
    #eventDetail2 .pdfImg{
        width: 300px;
        display: block;
        margin: 20px 0 0 0;
    }
    #eventDetail2 .pdfImg img{
        width: 100%;
        height: auto;
    }
    #eventDetail2 .pdfImg p{
        display: block;
        margin: 4px 0 0 0;
    }
    #eventDetail2 .pdfImg p:before{
        content:"";
        display: inline-block;
        margin-right: 10px;
        width:23px;
        height: 26px;
        background:url(../img/ico_pdf.png) no-repeat center center;
        background-size: 23px auto;
    }
    #eventDetail2 .pdfImg p a{
        display: inline-block;
        padding: 0;
        color: #9d0102;
        font-weight: 700;
        line-height: 1;
        border-bottom: 2px solid #9d0102;
        top: -5px;
        text-decoration: none;
    }
    #eventDetail2 .map_access{
        text-decoration: none;    
    }
    .map_access{
        display: inline-block;
        margin-left: 12px;
        padding: 2px 14px 2px 14px;
        background-color: #05753b;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1;
        border-radius: 4px;
        text-decoration: none;
    }
    
    #eventDetail2 h7{
        display: block;
        font-size: 150%;
        font-weight: 700;
        line-height: 1.2;
    }
    #eventDetail2 h8{
        display: inline-block;
        margin-top:24px;
        padding: 5px 15px 5px 15px;
        background-color: #05753b;
        color: #ffffff;
        font-size: 110%;
        font-weight: 700;
        line-height: 1.2;
    }
    #eventDetail2 h9{
        display: block;
        margin-top:16px;
        font-size: 120%;
        font-weight: 700;
        line-height: 1.2;
    }
    #eventDetail2 .detail_date{
        display: inline-block;
        font-weight: 700;
        color: #db3716;
    }
    #eventDetail2 .detail_venue{
        display: inline-block;
        margin-left:12px;
        font-weight: 700;
    }
    #eventDetail2 .detail_txt1{
        display: block;
        margin:16px 0 0 0;
    }
    #eventDetail2 .detail_txt2{
        display: block;
        margin:8px 0 0 0;
    }
    #eventDetail2 hr{
        margin:32px 0 32px 0;
    }
    
    
    #eventDetail2 dl.eventInfo{
    display:block;
    margin:16px 0 0 0 !important;
    padding:0 !important;
    }
    #eventDetail2 dl.eventInfo dt{
    width: 200px !important;
    }
    #eventDetail2 dl.eventInfo dt img{
    width:100% !important;
    height:auto !important;
    }
    #eventDetail2 dl.eventInfo dd{
    padding: 0 0 0 222px !important;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTit{
    display: block;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTit.payevent:after{
    content:"有料";
    display:inline-block;
    margin:0 0 0 5px;
    padding:4px 10px 4px 10px;
    color: #af0824;
    font-size:70%;
    line-height:1;
    border:1px solid #af0824;
    border-radius:6px;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTime{
    display:block;
    margin:6px 0 0 0 !important;
    font-size: 85%;
    color:#db3716
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTime span{
    display: inline-block;
    font-weight: 700;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoNop{
    display: block;
    margin:4px 0 0 0 !important;
    font-size: 85%;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoNop span{
    display: inline-block;
    font-weight: 700;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoDetail{
    display: block;
    margin:12px 0 0 0 !important;
    font-size: 80%;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoDetail span{
    display: block;
    font-weight: 700;
    }
    
    
    #event:after,
    #eventVenue:after,
    #eventVenue ul:after,
    #eventVenue ul li:after,
    #eventVenue ul li dl:after,
    #eventDetail2 dl:after,
    #eventDetail2 dl.eventInfo:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    .eventReportBtn{
        width: 80%;
        height: 52px;
        display: block;
        margin: 32px auto 0 auto;
        text-align: center;
    }
    .eventReportBtn a{
        height: 54px;
        display: block;
        background-color: #dfc32d;
        border-radius: 10px;
        line-height: 54px;
    }
    .eventReportBtn a span{
        display: inline-block;
        padding: 0 30px 0 30px;
        background: url(../img/arr_page.png) no-repeat right center;
    }
    
    .eventApplyBtn{
        width: 80%;
        height: 64px;
        display: block;
        margin: 32px auto 0 auto;
        text-align: center;
    }
    #eventDetail2 ul dd .eventApplyBtn{
    width: 100% !important;
    }
    .eventApplyBtn a{
        height: 64px;
        display: block;
        color: #dc3a14;
        border-radius: 10px;
        font-weight: bold;
        line-height: 64px;
        border:3px solid #dc3a14;
    }
    .eventApplyBtn a span{
    display: inline-block;
    padding: 0 30px 0 30px;
    background: url(../img/ico_out_o.svg) no-repeat right center;
    background-size:auto 16px;
    }
    
    .eventDetailBtn{
        width: 80%;
        height: 72px;
        display: block;
        margin: 32px auto 0 auto;
        text-align: center;
    }
    #eventDetail2 ul dd .eventDetailBtn{
    width: 100% !important;
    }
    .eventDetailBtn a{
        height: 72px;
        display: block;
        color: #dc3a14;
        border-radius: 10px;
        font-weight: bold;
        line-height: 72px;
        background-color:#dc3a14;
        color:#ffffff;
    }
    .eventDetailBtn a span{
    display: inline-block;
    padding: 0 30px 0 30px;
    background: url(../img/arr_page_w.png) no-repeat right center;
    background-size:auto 16px;
    }
    
    
    #event .col2 li dt{
        width: 180px;
        display: block;
        float: left;
    }
    #event .col2 li dd{
    padding:2px 0 0 192px;
    }
    #event .col2 li dd h4{
        display: block;
        margin-bottom: 25px;
        font-size: 2rem;
        line-height: 1.4;
        color: #1e1e1e;
    }
    #event .col2 li dd .eventDateTime{
        display: block;
        margin: 10px 0 0 0;
        font-size: 1.3rem;
        color: #e23712;
    }
    #event .col2 li dd .eventVenue{
        display: inline-block;
        margin: 6px 0 0 0;
        padding: 2px 8px 2px 8px;
        background-color: #edebde;
        font-size: 1.3rem;
        position: relative;
        bottom: 0;
    }
    #event .col2 li dd .cat_soshutu{
        display: block;
        color: #aec3d6;
        font-size: 1.4rem;
    }
    #event .col2 li .cat_fin{
        display: inline-block;
        padding: 2px 8px 2px 8px;
        background-color: #e23712;
        background-color: #ff0000;
        color: #ffffff;
        font-size: 1.0rem;
        text-align: center;
        position: absolute;
        z-index: 2001;
        left: 4px;
        top: 5px;
    }
    #event .col2 li .cat_fin.no{
        width: 22px;
        height: 0;
        display: inline-block;
        padding: 22px 0 0 0;
        background-color: transparent;
        text-align: center;
        position: absolute;
        overflow: hidden;
        left: 4px;
        top: 5px;
    }
    
    #event .eventBlock2 .col2 li .cat_fin.no{
        background-color: transparent;
        top: 5px;
        left: 4px;
    }
    #event .eventBlock2 .col2 li .cat_fin{
        background-color: #ff0000;
    }
    
    /* news */
    #news_page .titBlock,
    #report_page .titBlock,
    #culture_page .titBlock{
        background-repeat: repeat;
        background-position: center bottom;
        /* [disabled]background-image: url(../img/bg_main.png); */
        /* background: linear-gradient(to right, rgb(158 182 38), rgb(241 190 49) 100%); */
        /* [disabled]background-size: 1900px auto; */
    }
    #news_page footer .titBlock, #report_page footer .titBlock, #culture_page footer .titBlock {
        background: none;
    }
    #news_page .titBlock h2 span,
    #report_page .titBlock h2 span,
    #culture_page .titBlock h2 span{
        /* padding: 8px 20px 8px 20px; */
        /* [disabled]background-color: #1e1e1e; */
    }
    #news{
        display: block;
        padding: 0 0 54px 0;
        background-color: #ffffff;
    }
    .newsLeft{
        width: 540px;
        display: block;
        margin: 64px 0 0 0;
        float: left;
        text-align: left;
    }
    .newsRight{
        width: 400px;
        display: block;
        margin: 50px 0 0 0;
        float: right;
    }
    .newsList{
        display: block;
        margin: 54px 0 0 0;
        padding: 24px 0 0 0;
        border-top: 2px solid #cccccc;
    }
    .newsList li{
        display: block;
        margin: 0 0 24px 0;
        padding: 0 0 24px 0;
        border-bottom: 1px solid #cccccc;
    }
    .newsList li dl{
        display: block;
        text-align: left;
    }
    .newsList li dt{
        width: 100px;
        display: block;
        float: left;
        color: #f44559;
    }
    .newsList li dd{
        padding: 0 0 0 110px;
    }
    .selectSNS{
        display: block;
        position: relative;
    }
    .selectSNS:before{
        content:"";
        width: 400px;
        height: 1px;
        display: block !important;
        background-color: #1e1e1e;
        position: absolute;
        bottom: 1px;
        left: 0;
    }
    .selectSNS li{
        width: 190px;
        display: block;
        margin: 0 0 2px 0;
        padding: 10px 0 10px 0;
        float: left;
        background-color: #e6eaef;
        position: relative;
        font-size: 1.5rem;
        line-height: 1;
        cursor: pointer;
    }
    .selectSNS li.on{
        margin: 0 0 0 0;
        padding: 12px 0 12px 0;
        background-color: #ffffff;
        border-top: 1px solid #1e1e1e;
        border-left: 1px solid #1e1e1e;
        border-right: 1px solid #1e1e1e;
        cursor: auto;
    }
    .selectSNS li:nth-child(2){
        float: right;
    }
    
    .sns1{
        display: block;
    }
    .sns2{
        display: none;
    }
    
    .selectSNS:after,
    .newsList li:after,
    .newsList li dl:after{
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    /* newsDetail */
    #newsDetail{
        display: block;
        padding: 24px 0 42px 0;
        background-color: #ffffff;
    }
    .newsDate{
        display: block;
        margin:16px 0 0 0;
        font-size:1.7rem;
        line-height:1.4;
        color:#dc3a14;
    }
    
    #newsDetail2{
    display:block;
    padding:0 0 72px 0;
    background-color: #ffffff;
    }
    #newsDetail2 .entry-header,
    #newsDetail2 .entry-footer,
    #newsDetail2 .navigation{
        display: none;
    }
    #newsDetail2 .entry-content{
        text-align: left;
    }
    #newsDetail2 .entry-content figure{
        text-align: center;
    }
    #newsDetail2 .entry-content img{
        width: 100%;
        height: auto;
    }
    #newsDetail2 .entry-content .smallPhoto img{
        width: auto !important;
        height: 160px !important;
    }
    #newsDetail2 .entry-content h4{
        display: block;
        margin: 32px 0 16px 0;
        font-size: 2.2rem;
    }
    #newsDetail2 a{
    text-decoration:underline;
    }
    #newsDetail2 a:hover{
    text-decoration:none;
    }
    #newsDetail2 ul{
        display: block;
        padding: 12px 0 0 0;
        border-top: 2px solid #010101;
    }
    #newsDetail2 ul li{
        display: block;
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        border-bottom: 1px solid #010101;
    }
    #newsDetail2 ul li:last-child{
        border-bottom: 2px solid #010101;
    }
    #newsDetail2 ul dl{
        display: block;
        padding: 10px;
    }
    #newsDetail2 ul dt{
        width: 100px;
        display: block;
        float: left;
        font-weight: 700;
        text-align: left;
    }
    #newsDetail2 ul dd{
        padding: 0 0 0 120px;
        text-align: left;
    }
    #newsDetail2 ul dd p{
        display: block;
        margin: 10px 0 0 0;
        font-size: 1.3rem;
    }
    
    #newsDetail2:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    #newsDetail2 .entry-content h2{
        display: block;
        margin: 54px 0 0 0;
        font-size: 3.0rem;
        font-weight: 900;
    }
    #newsDetail2 .entry-content h3{
        display: block;
        margin: 32px 0 0 0;
        font-size: 2.8rem;
        color:#dc3a14;
    }
    #newsDetail2 .entry-content h4{
        color:#ac0000;
    }
    #newsDetail2 .entry-content h5{
    font-size: 2.4rem;
    font-weight:700;
    }
    #newsDetail2 .entry-content table{
        width: 100%;
        margin: 24px 0 0 0;
        text-align: left;
    }
    #newsDetail2 .entry-content p{
        display: block;
        padding: 0 0 12px 0;
    }
    #newsDetail2 .entry-content #daylist{
        display: block;
        margin: 32px 0 12px 0;
    }
    #newsDetail2 .entry-content #daylist ul{
        display: block;
        position:relative;
        border-top:none;
    }
    #newsDetail2 .entry-content #daylist:after{
    content: "";
    display: block;
    width:100%;
    height:4px;
    background-color:#dc3a14;
    position:absolute;
    bottom:3px;
    left:0;
    }
    #newsDetail2 .entry-content #daylist ul li{
    width: 49%;
    display: block;
    margin: 0 0 0 2%;
    padding:0;
    float: left;
    background-color: #ffffff;
    border-top: 5px solid #151515;
    border-left: 5px solid #151515;
    border-right: 5px solid #151515;
    border-bottom: 5px solid #151515;
    position: relative;
    top:-6px;
    text-align: center;
    font-weight:700;
    color: #151515;
    line-height:49px;
    }
    #newsDetail2 .entry-content #daylist ul li.on{
    display: block;
    background-color: #dc3a14;
    cursor: default;
    pointer-events: none;
    border-top: 12px solid #dc3a14;
    border-left: 12px solid #dc3a14;
    border-right: 12px solid #dc3a14;
    border-bottom: none;
    position: relative;
    top: inherit;
    bottom:6px;
    color:#ffffff;
    line-height:56px;
    }
    #newsDetail2 .entry-content #daylist ul li:first-child{
    margin: 0 0 0 0;
    }
    #newsDetail2 .entry-content #daylist ul li a{
    display: block;
    text-decoration:none;
    }
    #newsDetail2 .entry-content #daylist ul li.on a{
    text-decoration:none;
    color:#ffffff;
    }
    #day01,
    #day02{
        display: none;
    }
    #day01.onDay,
    #day02.onDay{
        display: block !important;
    }	
    #newsDetail2 .entry-content #daylist ul:after{
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    #newsDetail2 .entry-content #daylist3{
        display: block;
        margin: 32px 0 12px 0;
    }
    #newsDetail2 .entry-content #daylist3 ul{
        display: block;
        position:relative;
        border-top:none;
    }
    #newsDetail2 .entry-content #daylist3:after{
    content: "";
    display: block;
    width:100%;
    height:4px;
    background-color:#dc3a14;
    position:absolute;
    bottom:3px;
    left:0;
    }
    #newsDetail2 .entry-content #daylist3 ul li{
    width: 32%;
    display: block;
    margin: 0 0 0 2%;
    padding:0;
    float: left;
    background-color: #ffffff;
    border-top: 5px solid #151515;
    border-left: 5px solid #151515;
    border-right: 5px solid #151515;
    border-bottom: 5px solid #151515;
    position: relative;
    top:-6px;
    text-align: center;
    font-weight:700;
    color: #151515;
    line-height:49px;
    }
    #newsDetail2 .entry-content #daylist3 ul li.on{
    display: block;
    background-color: #dc3a14;
    cursor: default;
    pointer-events: none;
    border-top: 12px solid #dc3a14;
    border-left: 12px solid #dc3a14;
    border-right: 12px solid #dc3a14;
    border-bottom: none;
    position: relative;
    top: inherit;
    bottom:6px;
    color:#ffffff;
    line-height:56px;
    }
    #newsDetail2 .entry-content #daylist3 ul li:first-child{
    margin: 0 0 0 0;
    }
    #newsDetail2 .entry-content #daylist3 ul li a{
    display: block;
    text-decoration:none;
    }
    #newsDetail2 .entry-content #daylist3 ul li.on a{
    text-decoration:none;
    color:#ffffff;
    }
    #newsDetail2 .entry-content #daylist3 ul li a span{
    display: inline-block;
    margin: 0 0 0 8px;
    font-size:80%;
    }
    #day01,
    #day02,
    #day03{
        display: none;
    }
    #day01.onDay,
    #day02.onDay,
    #day03.onDay{
        display: block !important;
    }
    #newsDetail2 .entry-content #day01 h2,
    #newsDetail2 .entry-content #day02 h2,
    #newsDetail2 .entry-content #day03 h2{
        margin: 32px 0 0 0;
    }
    #newsDetail2 .entry-content #daylist3 ul:after{
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    /* topSNS */
    #topSNS{
        display: none;
    }
    
    
    /* report */
    #report{
        display: block;
        padding: 0 0 54px 0;
        background-color:#ffffff;
    }
    .reportList{
        display: block;
        margin: 24px 0 0 0;
        padding: 0 0 0 0;
        border-top: 2px solid #cccccc;
    }
    .reportList li{
        display: block;
        margin: 0 0 0 0;
        padding: 24px 5px 24px 5px;
        border-bottom: 1px solid #cccccc;
    
    }
    .reportList li dl{
        display: block;
    }
    .reportList li dt{
        width: 150px;
        display: block;
        float: left;
    }
    .reportList li dt img{
        width: 100%;
        height: auto;
    }
    .reportList li dd{
        padding: 2px 0 0 162px;
        text-align: left;
    }
    .reportDate{
        display: block;
        margin: 8px 0 0 0;
        font-size: 1.3rem;
        color: #e23712;
    }
    .reportList li:after,
    .reportList li dl:after{
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    #report .btnMore a{
        background-color: #1e1e1e;
        color: #ffffff;
        font-weight: 700;
    }
    #report .btnMore a span{
        padding: 0 24px 0 24px;
      background: url(https://osaka-ca-fes.jp/bunmi/wp-content/themes/bfes/img/arr_white.png) no-repeat right center;
    }
    /* reportDetail */
    #report_page .mainImgBlock img{
        width: auto;
        height: 458px;
    }
    #reportDetail{
        display: block;
        padding: 24px 0 42px 0;
        background-color: #ffffff;
    }
    .reportTxt{
        text-align: left;
    }
    #reportDetail2{
    display:block;
    padding:0 0 72px 0;
    background-color: #ffffff;
    }
    #reportDetail2 .entry-header,
    #reportDetail2 .entry-footer,
    #reportDetail2 .navigation{
        display: none;
    }
    #reportDetail2 .entry-content{
        text-align: left;
    }
    #reportDetail2 .entry-content figure{
        text-align: center;
    }
    #reportDetail2 .entry-content img{
        width: auto;
        max-height: 420px;
    }
    .copy-guard-wrap {
        position: relative;
    }
    .copy-guard-wrap .copy-guard {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    #reportDetail2 .entry-content h4{
        display: block;
        margin: 32px 0 16px 0;
        font-size: 2.2rem;
    }
    #reportDetail2 .reportTxt{
        display: block;
        margin: 0 0 54px 0;
        text-align: left;
    }
    #reportDetail2 .entry-content p{
        display: block;
        margin: 0 0 32px 0;
        text-align: left;
    }
    
    #reportDetail2 ul{
        display: block;
        margin: 32px 0 0 0;
        padding: 24px 0 0 0;
        border-top: 2px solid #cccccc;
    }
    #reportDetail2 ul li{
        display: block;
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        border-bottom: 1px solid #cccccc;
    }
    #reportDetail2 ul dl{
        display: block;
        padding: 10px;
    }
    #reportDetail2 ul dt{
        width: 130px;
        display: block;
        float: left;
        font-weight: 700;
        text-align: left;
    }
    #reportDetail2 ul dd{
        padding: 0 0 0 142px;
        text-align: left;
    }
    #reportDetail2 ul dd p{
        display: block;
        margin: 10px 0 0 0;
        font-size: 1.3rem;
    }
    .reportPhoto1{
        display: block;
        margin: 0 0 54px 0;
    }
    .reportPhoto2{
        display: block;
        margin: 0 0 54px 0;
        padding: 0 !important;
        border-top: none !important;
        border-bottom: none !important;
    }
    .reportPhoto2 li{
        width: 49%;
        display: block;
        float: left;
        margin: 0 0 0 2% !important;
        border-bottom: none !important;
    }
    .reportPhoto2 li:first-child{
        margin: 0 0 0 0 !important;;
    }
    .reportPhoto1 img,
    .reportPhoto2 li img{
        width: 100%;
        height: auto;
    }
    
    
    #report:after,
    #reportDetail1:after,
    #reportDetail1 ul:after,
    #reportDetail1 ul li:after,
    #reportDetail1 ul li dl:after,
    #reportDetail2:after,
    .reportPhoto2:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    
    /* about */
    .bgAbout{
        display: block;
        padding: 54px 0;
        background-repeat: repeat;
        background-position: center top;
        /* [disabled]background-image: url(../img/bg_main.png); */
        background-color: #efefef;
        background-size: 1900px auto;
    }
    .aboutTit{
        width: 100%;
        height: 76px;
        margin: 0 0 -15px 0;
        top: -15px;
        position: relative;
    }
    .aboutTit:before{
        content: "";
        width: 100%;
        height: 76px;
        display: block;
        background:var(--sub-color);
        position: relative;
        z-index: 1000;
    }
    /*.aboutTit:after{
        content: "";
        width: 610px;
        height: 40px;
        display: block;
        background-color: #d28551;
        position: absolute;
        top: -10px;
        right: 18%;
        z-index: 900;
    }*/
    .aboutTit h3{
        display: block;
        font-size: 2.2rem;
        letter-spacing: 1px;
        line-height: 76px;
        color: #ffffff;
    }
    .aboutTit .wrapper{
        position: relative;
        top: -76px;
        z-index: 1100;
    }
    
    .about_txt{
      display:block;
      margin: 20px 0 0 0;
      padding: 30px 20px 0 20px;
      background-color: #ffffff;
      text-align:left;
    }
    .posterImg{
    display: block;
    padding: 20px 20px 30px 20px;
    text-align: center;
     background-color: #ffffff;
    }
    .posterImg img{
        width: 520px;
        height: auto;
    }
    
    #aboutInfo{
    display:block;
    padding: 54px 0 72px 0;
    background-color:#ffffff;
    }
    .aboutInfoTxt{
    display:block;
    padding: 0 0 32px 0;
    text-align: left;
    }
    
    ul.aboutDetail{
        display: block;
        padding: 24px 0 0 0;
        border-top: 2px solid #cccccc;
    }
    ul.aboutDetail li{
        display: block;
        margin: 0 0 24px 0;
        padding: 0 5px 24px 5px;
        border-bottom: 1px solid #cccccc;
    }
    ul.aboutDetail dl{
        display: block;
        padding: 10px;
    }
    ul.aboutDetail dt{
        width: 132px;
        display: block;
        float: left;
        font-weight: 700;
        text-align: left;
    }
    ul.aboutDetail dd{
        padding: 0 0 0 142px;
        text-align: left;
    }
    ul.aboutDetail dd p{
        display: block;
        margin: 0;
    }
    ul.aboutDetail dd a{
        text-decoration: underline;
    }
    ul.aboutDetail dd a:hover{
        text-decoration: none;
    }
    .koseidantai{
    margin-top:12px !important;
    font-size:1.3rem;
    }
    .koseidantai strong{
    font-size:1.4rem;
    }
    
    #about:after,
    #aboutInfo:after,
    ul.aboutDetail:after,
    ul.aboutDetail li:after,
    ul.aboutDetail li dl:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    
    /* -- */
    /* -- */
    /* -- */
    /* -- */
    
    
    /* -- */
    /* -- */
    /* SP */
    /* -- */
    /* -- */
    @media screen and (max-width: 768px) {
    /* */
    /* */
    
    /* main */
    #mainVisual{
        margin: 60px 0 0 0;
    }
    #mainVisual .mainImgBlock{
        width: 100%;
        height: auto;
        display: block;
        padding: 24px 0 24px 0;
        background-repeat: repeat-x;
        background-position: center top;
        /* [disabled]background-image: url(../img/bg_main_sp.jpg); */
        background-color: #efefef;
        background-size: 640px auto;
    }
    #mainVisual  .mainImgBlock p{
        width: auto;
        height: auto;
        margin: 0;
        padding: 8px;
        background-color: #dbdbdb;
        text-align: center;
    }
    #mainVisual  .mainImgBlock p img{
        width: 100%;
        height: auto;
    }
    
    #mainVisual .mainNavi{
        padding: 16px 0 16px 0;
    }
    #mainVisual .mainNavi .wrapper{
        margin: 0 5px 0 5px;
    }
    #mainVisual .mainNavi .wrapper{
        height: 20px;
        overflow: hidden;
    }
    #mainVisual .mainNavi ul{
        height: 20px;
        font-size: 1.2rem;
    }
        
/* mainNavi li SP ///////////////////////////////////////////////////////////////*/
              
#mainVisual .mainNavi li{
	width: 15%;
	height: 20px;
	line-height: 20px;
}   
#mainVisual .mainNavi li:nth-child(4) {
  width: 27%;      
}    
#mainVisual .mainNavi li:nth-child(5) {
  width: 27%;      
} 

        
/* mainNavi li SP ///////////////////////////////////////////////////////////////*/
        
#mainVisual .mainNavi a{
    }       
        
    /* all event */
.eventTit1{
	width: 60vw;
	height: 54px;
	margin: 0 0 0 0;
	top: -14px;
	position: relative;
}
.eventTit1 h3{
    line-height: 54px;
}
.eventTit2{
	width: 90%;
	height: 54px;
	margin: 0 0 50px 0;
	top: -14px;
	position: relative;
}
.eventTit2 .wrapper{
	margin: 0;
}

.eventTit1 .wrapper,
.eventTit4 .wrapper{
    position: relative;
    /* [disabled]top: -76px; */
    z-index: 1100;
}

.eventBlock1{
    padding: 54px 0 54px 0;
    position: relative;
}
.eventBlock2{
	margin: 0;
	padding: 0 0 54px 0;
	position: relative;
}
.eventBlock3{
	margin: 0;
	padding: 0 0 54px 0;
	position: relative;
}
.eventBlock4{
	margin: 0;
	position: relative;
}
    
    /* event */
    #eventDetail1{
        padding: 12px 0 32px 0;
    }
    #eventDetail2{
        padding: 0 0 54px 0;
    }
    
    .detailTitBlock{
        padding: 0 0 16px 0;
        border-bottom: 2px solid #1e1e1e;
    }
    .detailTitBlock:after{
        content:"";
        width:80px;
        height:2px;
        display: block;
        background-color: #dc3a14;
        position: absolute;
        bottom:-2px;
        left: 0;
    }
    .detailTitBlock h6.cat_soshutu{
        font-size: 1.3rem;
    }
    .detailTitBlock h2{
        margin: 8px 0 0 0;
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .detailTitBlock h3.eventDate{
        display: block;
        float:none;
        margin: 8px 0 0 0;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .detailTitBlock h3.eventPlace{
        display: block;
        float:none;
        margin: 6px 0 0 0;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    
    .eventTxt{
        padding: 16px 0 0 0;
    }
    
    #eventDetail2 ul{
        padding: 16px 0 0 0;
    }
    #eventDetail2 ul li{
        margin: 0 0 16px 0;
        padding: 0 2px 16px 2px;
    }
    #eventDetail2 ul dl{
        padding: 0;
    }
    #eventDetail2 ul dt{
        width: auto;
        display: block;
        float: none;
    }
    #eventDetail2 ul dd{
        padding: 4px 0 0 0;
    }
    #eventDetail2 ul dt p,
    #eventDetail2 ul dd p{
    }
    
    #eventDetail2 .pdfImg{
        width: auto;
        max-width: 320px;
        margin: 14px 0 0 0;
    }
    #eventDetail2 .pdfImg img{
        width: 100%;
        height: auto;
    }
    #eventDetail2 .pdfImg p{
    }
    #eventDetail2 .pdfImg p:before{
        content:"";
        display: inline-block;
        margin-right: 8px;
        width:20px;
        height: 24px;
        background:url(../img/ico_pdf.png) no-repeat center center;
        background-size: 20px auto;
    }
    #eventDetail2 .pdfImg p a{
        border-bottom: 2px solid #9d0102;
        top: -5px;
    }
    .map_access{
        display: inline-block;
        margin-left: 0;
        padding: 2px 14px 2px 14px;
        background-color: #05753b;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1;
        border-radius: 4px;
    }
    .eventReportBtn{
        width: 95%;
        height: 42px;
        margin: 32px auto 0 auto;
    }
    .eventReportBtn a{
        height: 42px;
        border-radius: 10px;
        line-height: 42px;
    }
    .eventReportBtn a span{
        display: inline-block;
        padding: 0 20px 0 20px;
        background: url(../img/arr_page.png) no-repeat right center;
        background-size: auto 14px;
    }
    
    .eventApplyBtn{
        width: 100%;
        height: 54px;
        display: block;
        margin: 32px auto 0 auto;
        text-align: center;
    }
    .eventApplyBtn a{
        height: 54px;
        display: block;
        color: #dc3a14;
        border-radius: 10px;
        line-height: 54px;
        border:2px solid #dc3a14;
    }
    .eventApplyBtn a span{
        display: inline-block;
        padding: 0 20px 0 20px;
        background: url(../img/ico_out_o.svg) no-repeat right center;
        background-size:auto 14px;
    }
    
        
    #eventDetail2 dl.eventInfo{
    }
    #eventDetail2 dl.eventInfo dt{
    width:90px !important;
    float:left !important;
    }
    #eventDetail2 dl.eventInfo dd{
    padding: 0 0 0 100px !important;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTit{
    font-size: 110%;
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTime{
    }
    #eventDetail2 dl.eventInfo dd .eventInfoTime span{
    }
    #eventDetail2 dl.eventInfo dd .eventInfoNop{
    }
    #eventDetail2 dl.eventInfo dd .eventInfoNop span{
    }
    #eventDetail2 dl.eventInfo dd .eventInfoDetail{
    }
    #eventDetail2 dl.eventInfo dd .eventInfoDetail span{
    }
    
    
    
    #event .col2 li dt{
        width: 80px;
    }
    #event .col2 li dd{
        padding: 1px 0 0 92px;
    }
    #event .col2 li dd h4{
        margin-bottom: 15px;
        font-size: 1.7rem;
    }
    #event .col2 li dd .eventDateTime{
        margin: 0 0 0 0;
        font-size: 1.2rem;
    }
    #event .col2 li dd .eventVenue{
        margin: 4px 0 0 0;
        font-size: 1.2rem;
    }
    #event .col2 li dd .cat_soshutu{
        display: block;
        color: #aec3d6;
        font-size: 1.1rem;
    }
    #event .col2 li .cat_fin{
        /* [disabled]color: transparent; */
        font-size: 1.0rem;
        bottom: auto;
        right: auto;
        left: auto;
        position: relative;
        margin: 5px 0;
        display: block;
    }
    #event .col2 li .cat_fin.no{
        width: 20px;
        padding: 20px 0 0 0;
        bottom: 5px;
        right: auto;
        left: 4px;
    }
        
    #event .eventBlock2 .col2 li .cat_fin.no{
        background-color: transparent;
    }
    
    
    
    /* news */
    #news{
        padding: 0 0 42px 0;
    }
    .newsLeft{
        width: auto;
        margin: 24px 0 0 0;
        float: none;
    }
    .newsRight{
        width: auto;
        display: block;
        float: none;
    }
    .newsList{
        padding: 16px 0 0 0;
    }
    .newsList li{
        margin: 0 0 16px 0;
        padding: 0 0 16px 0;
    }
    .newsList li dl{
    }
    .newsList li dt{
        width: auto;
        float: none;
    }
    .newsList li dd{
        padding: 4px 0 0 0;
    }
    
    .selectSNS{
        display: block;
        position: relative;
    }
    .selectSNS:before{
        content:"";
        width: 400px;
        height: 1px;
        display: block !important;
        background-color: #1e1e1e;
        position: absolute;
        bottom: 1px;
        left: 0;
    }
    .selectSNS li{
        width: 47%;
        float: left;
        font-size: 1.3rem;
    }
    .selectSNS li.on{
    
    }
    .selectSNS li:nth-child(2){
        float: right;
    }
    
    .sns1{
        display: block;
    }
    .sns2{
        display: none;
    }
    
    /* newsDetail */
    #newsDetail{
        padding: 24px 0 20px 0;
    }
    .newsDate{
        margin:8px 0 0 0;
        font-size:1.2rem;
    }
    
    #newsDetail2{
    padding:0 0 72px 0;
    }
    #newsDetail2 .entry-content h2{
        margin: 32px 0 0 0;
        font-size: 2.4rem;
    }
    #newsDetail2 .entry-content img{
        width: 100% !important;
        max-width: inherit;
        max-height: inherit;
        height: auto;
    }
    #newsDetail2 .entry-content .smallPhoto img{
        width: 100% !important;
        height: auto !important;
    }
    #newsDetail2 .entry-content h4{
        margin: 24px 0 12px 0;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    #newsDetail2 a{
    }
    #newsDetail2 a:hover{
    text-decoration:underline;
    }
    #newsDetail2 ul{
    }
    #newsDetail2 ul li{
    }
    #newsDetail2 ul li:last-child{
    }
    #newsDetail2 ul dl{
        padding: 0;
    }
    #newsDetail2 ul dt{
        width: auto;
        float: none;
    }
    #newsDetail2 ul dd{
        padding: 8px 0 0 0;
    }
    #newsDetail2 ul dd p{
        margin: 10px 0 0 0;
        font-size: 1.3rem;
    }
    
    #newsDetail2 .entry-content #daylist3{
        margin: 32px 0 12px 0;
    }
    #newsDetail2 .entry-content #daylist3 ul{
    }
    #newsDetail2 .entry-content #daylist3 ul li{
    padding: 5px 0 5px 0;
    }
    #newsDetail2 .entry-content #daylist3 ul li.on{
    border-top: 5px solid #dc3a14;
    border-left: 5px solid #dc3a14;
    border-right: 5px solid #dc3a14;
    border-bottom: 7px solid #dc3a14;
    }
    #newsDetail2 .entry-content #daylist3 ul li:first-child{
    margin: 0 0 0 0;
    }
    #newsDetail2 .entry-content #daylist3 ul li a{
    line-height:1.2;
    }
    #newsDetail2 .entry-content #daylist3 ul li.on a{
    }
    #newsDetail2 .entry-content #daylist3 ul li a span{
    display: block;
    margin: 5px 0 0 0;
    font-size:80%;
    }
    #newsDetail2 .entry-content #day01 h2,
    #newsDetail2 .entry-content #day02 h2,
    #newsDetail2 .entry-content #day03 h2{
        margin: 24px 0 0 0;
    }
    
    /* topSNS */
    #topSNS{
        display: block;
        padding: 42px 0 42px 0;
        background-color: #ffffff;
    }
    
        /* report */
    #report{
        padding: 0 0 54px 0;
    }
    .reportList{
        margin: 16px 0 0 0;
    }
    .reportList li{
        margin: 0 0 0 0;
        padding:16px 0 16px 0;
    }
    .reportList li dl{
    }
    .reportList li dt{
        width: 90px;
    }
    .reportList li dd{
        padding: 2px 0 0 102px;
    }
    .reportDate{
        margin: 8px 0 0 0;
        font-size: 1.2rem;
    }
    #report .btnMore a{
        background-color: #1e1e1e;
        color: #ffffff;
        font-weight: 700;
    }
    #report .btnMore a span{
        padding: 0 24px 0 24px;
      background: url(https://osaka-ca-fes.jp/bunmi/wp-content/themes/bfes/img/arr_white.png) no-repeat right center;
    }
    /* reportDetail */
    #report_page .mainImgBlock img{
        width: auto;
        height: 458px;
    }
    #reportDetail{
        padding: 16px 0 24px 0;
    }
    .reportTxt{
    }
    #reportDetail2{
    display:block;
    padding:0 0 72px 0;
    }
    #reportDetail2 .entry-content img{
        width: 100%;
        max-width: 420px;	
        max-height:inherit;
        height:auto;
    }
    #reportDetail2 .entry-content h4{
        margin: 24px 0 12px 0;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    #reportDetail2 .reportTxt{
        margin: 0 0 42px 0;
    }
    #reportDetail2 .entry-content p{
        margin: 0 0 24px 0;
    }
    
    #reportDetail2 ul{
        margin: 24px 0 0 0;
        padding: 16px 0 0 0;
    }
    #reportDetail2 ul li{
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
    }
    #reportDetail2 ul dl{
        padding: 0;
    }
    #reportDetail2 ul dt{
        width:auto;
        float: none;
    }
    #reportDetail2 ul dd{
        padding: 8px 0 0 0;
    }
    #reportDetail2 ul dd p{
        margin: 0 0 0 0;
    }
    .reportPhoto1{
        margin: 0 0 32px 0;
    }
    .reportPhoto2{
        margin: 0 0 32px 0;
    }
    .reportPhoto2 li{
        width: 49%;
        display: block;
        float: left;
        margin: 0 0 0 2% !important;
        border-bottom: none !important;
    }
    .reportPhoto2 li:first-child{
        margin: 0 0 0 0 !important;;
    }
    .reportPhoto1 img,
    .reportPhoto2 li img{
        width: 100%;
        height: auto;
    }
        
    /* about */
    .bgAbout{
      padding: 0 0 54px 0;
    }
    .aboutTit{
        width: 100%;
        height: 54px;
        margin: 0 0 -14px 0;
        top: -14px;
    }
    .aboutTit:before{
        content: "";
        width: 100%;
        height: 54px;
        display: block;
        position: relative;
        z-index: 1000;
    }
    /*.aboutTit:after{
        content: "";
        width: 90%;
        height: 32px;
        display: block;
        background-color: #d28551;
        position: absolute;
        top: -6px;
        right: 5%;
        z-index: 900;
    }*/
    .aboutTit h3{
        font-size: 1.7rem;
        line-height: 54px;
        text-align:left;
        letter-spacing:-0.5px;
    }
    .aboutTit .wrapper{
        position: relative;
        top: -54px;
        z-index: 1100;
    }
    
    .about_txt{
    margin:20px 0 0 0;
    padding:15px 10px 0 10px;
    }
    .posterImg{
    padding: 10px 10px 15px 10px;
    }
    .posterImg img{
        width: 80%;
        height: auto;
    }
    
    #aboutInfo{
    padding: 32px 0 54px 0;
    }
    ul.aboutDetail{
        padding: 16px 0 0 0;
        border-top: 2px solid #cccccc;
    }
    ul.aboutDetail li{
        margin: 0 0 16px 0;
        padding: 0 2px 16px 2px;
        border-bottom: 1px solid #cccccc;
    }
    ul.aboutDetail dl{
        padding: 0;
    }
    ul.aboutDetail dt{
        width: auto;
        float: none;
    }
    ul.aboutDetail dd{
        padding: 4px 0 0 0;
    }
    ul.aboutDetail dd p{
    }
    ul.aboutDetail dd a{
    }
    ul.aboutDetail dd a:hover{
        text-decoration: underline;
    }
    
    
    /* */
    /* */
    }
    /* -- */
    /* -- */
    /* SP */
    /* -- */
    /* -- */
    