/*=====================================
	overwrite
======================================*/


main {
    padding-top: 60px;
}



/* 
@media print,
screen and (max-width: 1080px) {
    .bread {
        padding: 0;
    }
} */

@media print,
screen and (min-width: 768px) {
    main {
        padding-top: 60px;
    }

}

/*====================================================
	common classes
====================================================*/

.mobHidetxt {
    display: none;
}


ul.read_more {
    display: block;
}

@media screen and (min-width: 900px) {

    .mobHidetxt {
        display: block;
    }

    ul.read_more {
        display: none;
    }


}




/*============================
	.flex-outer 
==============================*/

/* 
.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
} */


/*====================================================
	font 
====================================================*/



.red {
    color: #9e0905;
}

.red_02 {
    color: #f00;
}

.endtxt {
    color: #f00;
}



/*====================================================
	.tothetop
=====================================================*/


div.tothetop {
    display: none !important;
}

@media screen and (min-width: 1024px) {

    div.tothetop {
        position: fixed;
        right: 5px;
        bottom: 10px;
        z-index: 1500;
    }

    div.tothetop {
        right: 30px;
    }

    div.tothetop a {
        display: block;
        font-weight: bold;
        color: #fff;
        background: #005bac;
        text-decoration: none;
        opacity: 0.85;
        font-size: 13px;
        padding: 22px 9px;
        display: block;
    }

    div.tothetop a:hover {
        background: #93d3b9;
    }


    div.tothetop a {
        display: block;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        border-radius: 2.5em;
        opacity: 0.85;
    }

    /* pc end */
}

/*=====================================
	#contents
======================================*/

@media screen and (min-width: 1921px) {
    #contents {
        background: url(../img/bg_all_pc_03.jpg) top center no-repeat;
        background-size: contain;
    }
}


#contents {
    background: url(../img/bg_all_mob.jpg) top center no-repeat;
    background-size: contain;
}


/* #contents p {
    margin-bottom: 1em;
} */

#contents li {
    list-style: none;
}


@media screen and (min-width: 1024px) {

    #contents {
        width: 100%;
        margin: auto;
        background: url(../img/bg_all_pc_04.jpg) top center no-repeat;
    }

}


@media screen and (min-width: 768px) {
    #contents {
        background: url(../img/bg_all_pc_04.jpg) top center no-repeat;
        background-size: contain;
    }


}


/*=====================================
	// id #title
======================================*/

#title {
    padding-top: 90px;
}



@media screen and (min-width: 768px) {
    #title {
        width: 100%;
        max-width: 1100px;
        padding-top: 90px;
    }

}

/*=====================================
	//ID lead
======================================*/

#lead {
    margin-bottom: 90px;
    text-align: center;
}


#lead p {
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {

    #lead p {
        font-size: 2.0rem;
        line-height: 2;
    }

}



/*=====================================
	//NOTE layout common
======================================*/


.lv_02 {
    width: 95%;
    max-width: 1000px;
    margin: auto;
}

.contents_box {
    font-size: 1.8rem;
    background: #fff;
    text-align: center;
    /* padding: 45px 60px; */
    border-radius: 10px;
    position: relative;
    /* padding: 70px 30px; */
    /* padding: 70px 15px; */
}


.contents_box h3.left {
    left: 5px;
}

.contents_box h3.right {
    right: 5px;
}

.contents_box h3 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -45px;
}

.bg_fullwidth .contents_box h3 {
    top: -60px;
}



@media screen and (min-width: 768px) {

    /* .contents_box {
        padding: 45px 60px;
    } */

    .contents_box h3 {
        width: 204px;
        height: 204px;
        position: absolute;
        top: -45px;
    }

    .bg_fullwidth .contents_box h3 {
        top: -125px;
    }

    .contents_box h3.left {
        left: 45px;
    }

    .contents_box h3.right {
        right: 45px;
    }
}

/*================================
	// common
=================================*/



.link {
    text-decoration: underline;
}

.link:hover {
    color: #333;
}

.link .arrow {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 640px) {
    .link .arrow {
        width: 8px;
    }
}

/*=================================
	#outline //NOTE date_detal
===================================*/


#detail {
    text-align: center;
    /* padding: 45px 60px; */
    background: url(../img/bg_event_detail.png) repeat 0 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 5px 0 #c1b39a;
}

#detail ul {
    margin-left: .5em;
}


.date_detail {
    margin-bottom: 60px;
    padding: 60px 30px;
}

.date_detail_item {
    font-size: 2.4rem;
    margin-bottom: 1em;
}


.date_detail_item h4 {
    font-size: 2.0rem;
    color: #b09255;
    letter-spacing: .2em;
}

.date_detail_item p,
.date_detail_item ul {
    margin-left: 0;
}

.date_detail_item .detail_txt {
    width: 100%;
    font-size: 1.6rem;
}



@media screen and (min-width: 768px) {

    #detail {
        margin-bottom: 120px;
        padding: 45px 60px;
    }

    .date_detail .endtxt {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .date_detail_item {
        margin-bottom: 2em;
    }



    .date_detail_item .detail_txt {
        font-size: 2.4rem;
    }


    .date_detail_item .detail_txt .link {
        font-size: 1.6rem;
        text-decoration: underline;
    }

    .checklist {
        color: #666;
        font-size: 12px;
    }

    .checklist a {
        text-decoration: underline;
    }
}


/*====================================================
        individuals 
=====================================================*/

/* #inq  */


#inq.date_detail_item h4 {
    margin-bottom: 15px;
    letter-spacing: 0;
}

#inq.date_detail_item dl {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

#inq.date_detail_item dt {
    font-size: 1.6rem;
    color: #b09255;
}


#inq.date_detail_item dt span {
    padding: 5px 15px;
    background-color: #f5eccc;
    /* display: block; */
}

#inq.date_detail_item dd:last-child {
    padding-top: 5px;
}



@media screen and (min-width: 640px) {


    #inq.date_detail_item dt span {
        padding: 5px 40px;

    }


}


/*====================================================
        #tokuten 
=====================================================*/











#tokuten {


    width: auto;

    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    border: #f192bc 3px solid;



    padding: 10px 15px;
    font-size: 1.5rem;
}

#tokuten .flexbox {
    display: block;
}

#tokuten figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
}

#tokuten figure img {
    width: 80%;
}



#tokuten .txtbox {
    width: auto;
}

#tokuten h5 {
    font-size: 1.6rem;
}


/* 

@media screen and (max-width: 1024px) {

    #tokuten {
        width: 90%;
    }

} */




@media screen and (min-width: 900px) {



    #tokuten {
        width: 70%;
        font-size: 1.6rem;
        padding: 10px 30px;
    }


    #tokuten .flexbox {
        align-items: center;
        flex-direction: row-reverse;
    }

    #tokuten figure {
        width: 36%;
    }


    #tokuten figcaption {
        font-size: 0.9rem;
        color: #999;
        text-align: right;
    }

    #tokuten .txtbox {
        width: 60%;
    }

    #tokuten h5 {
        font-size: 1.8rem;
        color: #5e4237;
        margin-bottom: 10px;
    }
}

/*====================================================
        #performers 
=====================================================*/


#performers {
    background: url(../img/bg_performers.png) 0 0 repeat;
}


#performers .inner {
    padding: 0;
}

#performers .contents_box {
    font-size: 1.6rem;
}

#performers .bg_lv02 {
    background: url(../img/bg_performer_note.png) top center no-repeat;
    padding: 30px 0 60px;
}

#performers li {
    margin-bottom: 1.5em;
}

#performers li .icon {
    width: 18px;
    height: auto;
    margin-right: 12px;
    margin-bottom: 5px;
}

#performers .special {
    border: #c29742 1px solid;
}

@media screen and (min-width: 768px) {
    #performers .bg_lv02 {
        padding: 80px 0;
    }

    #performers .contents_box {
        font-size: 1.8rem;
        box-shadow: 0 3px 5px 0 #658f52;
    }

}



/*====================================================
	//ID #access
=====================================================*/

#access {
    margin: auto;
    background: url(../img/bg_access.png) 0 0 repeat;
}

#access .bg_lv02 {
    padding: 80px 0;
    background: url(../img/bg_access_note_mob.png) top center repeat-y;
    background-size: contain;
}

#access .contents_box {
    padding-top: 90px;
}

#access .bg_lv02 {
    padding: 30px 0 80px;
}

#access .inside {
    display: block;
}

#access .txtbox {
    width: 100%;
}

#access #mapbox {
    width: 80%;
    margin: auto;
    text-align: left;
}

#access h4 {
    font-size: 2.2rem;
    color: #f96450;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #f96450 thin solid;
}

#access dd {
    font-size: 15px;
}

#access ul {
    font-size: 15px;
}

#mapbox iframe {
    width: 100%;
    height: 250px;
}

#access .contents_box {
    box-shadow: 0 3px 5px 0 #f96450;
}

#access dt {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #f96450;
    margin-bottom: .25em;
    padding: 2px 15px 0;
    border-radius: 3px;
    display: inline-block;
}

#access dd.transportation ul li {
    list-style: disc;
}


@media screen and (min-width: 768px) {

    #access .bg_lv02 {
        padding-top: 100px;
        background: url(../img/bg_access_note.png) top center no-repeat;
        background-size: contain;
    }

    #access .contents_box {
        padding-top: 100px;
        /* border: #f00 10px solid; */
    }

    #access .inside {
        display: flex;
        justify-content: space-between;
    }

    #access .txtbox {
        width: 55%;
        text-align: left;
    }

    #access #mapbox {
        width: 40%;
    }

}



/*====================================================
ribbon1
=====================================================*/

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: normal;
    /* background: #ff6b5a; */
    background: #c29742;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

@media screen and (min-width: 640px) {
    .ribbon1 {
        height: 40px;
        line-height: 40px;
        padding: 0 60px;
        font-size: 20px;
    }

    .ribbon1:before {
        top: 0;
        left: 0;
        border-width: 20px 0px 20px 15px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
    }

    .ribbon1:after {
        top: 0;
        right: 0;
        border-width: 20px 15px 20px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }

}


@media screen and (min-width: 1000px) {

    .ribbon1 {
        height: 40px;
        line-height: 40px;
        padding: 0 60px;
        font-size: 20px;
    }

    .ribbon1:before {
        top: 0;
        left: 0;
        border-width: 20px 0px 20px 15px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
    }

    .ribbon1:after {
        top: 0;
        right: 0;
        border-width: 20px 15px 20px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }


}