@charset “utf-8”;


/*====================================================
	// note article
====================================================*/
article {
    font-family: "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        "sans-serif";
    font-size: 10px;
    font-size: 62.5%;
    line-height: 1.6;
    margin-bottom: 60px;
}

article h3,
article h4,
article h5,
article h6,
article p,
article ul,
article dl,
article dd {
    margin-bottom: 1em;
}

article a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

article a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.breadcrumbs li {
    padding: 7px 5px 6px 35px;
}

/*====================================================
	// note overwrite
====================================================*/
main {
    width: 100%;
}


#breadcrumbs ul li {
    padding: 0 !important;
}

#breadcrumbs ul li:last-child a {
    background: none;
}

@media screen and (max-width: 768px) {
    #gHeader {
        height: 100px;
    }

    .drawer-hamburger {
        width: 3em;
        position: absolute;
        top: auto;
    }

    .drawer--right .drawer-nav {
        right: -26rem;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 28rem;
    }

    ul.drawer-menu li a {
        font-size: 1.2rem;
        background-size: 24px !important;
    }
}




/*====================================================
	// id #wrapper
====================================================*/
#wrapper {
    /*    padding-top: 30px;*/
    /*    background: url(../img/SAXFes_bg.png) center center no-repeat fixed cover #fede3e;*/
    /*
    background: url(../img/bg_stripe_2.png) repeat 0 0;
    background-size: 5%;
*/

    /*
        background-image: linear-gradient(-45deg,
        #ffec8b 25%,
        #fff 25%,
        #fff 50%,
        #ffec8b 50%,
        #ffec8b 75%,
        #fff 75%,
        #fff);
    background-size: 5px 5px;
    background-attachment: fixed;
*/
}


/*====================================================
	// class common
=====================================================*/

.red {
    color: #f00;
}

.orange {
    color: #fc881f;
}

.read_more {
    display: none;
}


@media screen and (max-width: 768px) {
    .read_more {
        display: block;
    }

    .read_more li {
        text-decoration: none;
        padding: 1em;
        font-size: 1.6rem;
        text-align: center;
        border: #ff9c42 2px solid;
        position: relative;
    }

    .read_more li a:hover {
        color: #ff9c42;
    }


    .read_more i {
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 3px;
        line-height: 1;
        font-style: normal;
        color: #fff;
        background: #fc881f;
    }

    /*
    .read_more li::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid #fc881f;
        border-left: 15px solid transparent;
    }
*/

}





/*====================================================
	// id #contents 
=====================================================*/
#contents {
    font-size: 1.4rem;
    margin: 0 auto;
}


/*====================================================
	header 
=====================================================*/
header #logo {
    width: 60%;
    margin: 0;
}



/*====================================================
	// id #main_title
=====================================================*/
#main_title {
    width: 98%;
    max-width: 960px;
/*    margin: auto auto 60px;*/
    margin: auto auto 30px;
    padding: 45px 0 30px;
    background: #fede3e;
}

#main_title h2 {
    width: 80%;
    margin: auto auto 30px;
    text-align: center;
}

#main_title .lead_container.flexbox {
    width: 90%;
    margin: auto auto 30px;
    align-items: center;
}

#main_title .lead_container figure {
    width: 40%;
}

#main_title .lead_container figure img {
    width: 100%;
}

#main_title .lead_container .lead {
    width: 58%;
}

#main_title .lead .txtbox {
    font-size: 1.6rem;
}



/* // class .local_nav */
.local_nav {
    width: 90%;
    margin: auto;
}

.local_nav ul.flexbox {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.local_nav ul li {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.local_nav ul li.soon a {
    cursor: default;
}

.local_nav ul li.soon img {
    width: 74%;
    position: absolute;
    top: 14px;
    left: 13%;
    z-index: 2;
}

.local_nav li a {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 1.5em 0;
    display: block;
    position: relative;
    text-decoration: none;
}

.local_nav li a:hover {
    color: #f5232b;
}

.local_nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #f5232b;
    border-left: 13px solid transparent;
}

.local_nav ul {
    width: 100%;
    margin: auto auto 15px;
}

.local_nav ul li {
    width: 32%;
}



@media screen and (max-width: 900px) {
    #main_title .lead_container.flexbox {
        width: 90%;
    }

    #main_title .lead .txtbox {
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 768px) {
    #main_title {
        width: 100%;
        margin-bottom: 30px;
        padding: 1em 0;
    }

    #main_title h2 {
        width: 95%;
        margin: auto auto 15px;
    }

    #main_title .lead_container.flexbox {
        width: 95%;
        display: block;
        margin-bottom: 15px;
    }

    #main_title .lead_container figure {
        width: 90%;
        margin: auto auto 1em;
    }

    #main_title .lead_container figure img {
        width: 100%;
    }

    #main_title .lead_container .lead {
        width: 100%;
    }

    #main_title .lead .txtbox {
        font-size: 1.5rem;
        text-align: center;
    }

    .local_nav ul li.soon img {
        width: 95%;
        position: absolute;
        top: 25%;
        left: 2.5%;
        z-index: 2;
    }

    .local_nav ul li {
        width: 49%;

    }

    .local_nav ul li a {
        padding: 2em 0;
    }

    .local_nav ul li:nth-child(3) a {
        padding: 1.25em 0 0;
    }
}


@media screen and (max-width: 320px) {
    #main_title .lead .txtbox {
        font-size: 1.4rem;
    }
}


/*====================================================
	// id #cancel
=====================================================*/


#cancel {
    width: 98%;
    max-width: 960px;
    margin: auto auto 30px;
    padding: 30px 2.5% 0;
    font-size: 1.4rem;
    border: #f00 thin solid;
}

#cancel h4 {
    font-size: 2.4rem;
    color: #f00;
    padding-bottom: .5em;
    border-bottom: #f00 thin solid;


}

#cancel h4 .date {
    color: #000;
    display: block;
    font-size: 1.4rem;
}

#cancel div {
    padding: 15px 2.5%;
}


#cancel dl{
/*    margin-bottom: 2em;*/
    padding: 1em 0 1em;
}

#cancel dt{
    font-weight: bold;
    color: #f00;
    background: #ffe0e0;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 15px 0;
}

#cancel .ending {
    text-align: right;
}


/*====================================================
	// id #new_info
=====================================================*/

#new_info {
    width: 98%;
    /*    max-width: 1080px;*/
    max-width: 960px;
    margin: auto;
    padding: 0 2.5% 15px;
    background: #fff;
    font-size: 1.4rem;
}

#new_info h5 {
    margin-bottom: .25em;
    padding: .2em 2em .25em;
    color: #fff;
    background: #fc881f;
    display: inline-block;
}

#new_info dt {
    font-size: 1.2rem;
    font-weight: bold;
}

#new_info dd {
    margin-left: 2em;
}

#new_info a {
    color: #fc881f;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {
    #new_info h5 {
        margin-bottom: 0.25em;
        padding: 0 2em 0;
    }

    #new_info dd {
        margin-left: 1em;
    }

}


/*====================================================
	// id #outline
=====================================================*/
#outline {
    width: 98%;
    /*    max-width: 1080px;*/
    max-width: 960px;
    margin: auto;
    /*    padding: 0 7.5% 60px;*/
    padding: 0 5% 60px;
    background: #fff;
    border: #ffd817 2px solid;
}

h3 {
    margin: 0 auto 1em;
    padding: 1.5em 0;
    font-size: 3.2rem;
    text-align: center;
    /**/
    background-image: linear-gradient(-45deg,
        #fff3b0 25%,
        #ffef9c 25%,
        #ffef9c 50%,
        #fff3b0 50%,
        #fff3b0 75%,
        #ffef9c 75%,
        #ffef9c);
    background-size: 40px 40px;
    background-attachment: fixed;
}

h4 {
    margin-bottom: .5em;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #fc881f;
    line-height: 1.3;
}

.section {
    font-size: 1.4rem;
    margin-bottom: 120px;
}


@media screen and (max-width: 768px) {


    #outline {
        padding: 0 5% 60px;
    }

    .section {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

}


/*====================================================
	// id #event_detail
=====================================================*/

.event_detail_item h4 {
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.event_detail_item h4 span {
    width: 20%;
    margin-bottom: 0.5em;
    padding: .5em 1em;
    font-size: 1.6rem;
    text-align: center;
    background: #fc881f;
    display: block;
}

.event_detail_item.flexbox h4 {
    width: 20%;
}

.event_detail_item.flexbox h4 span {
    width: 100%;
}

.event_detail_item.flexbox .detail_txt {
    width: 78%;
    padding-top: .3em;
}

.event_detail_item {
    margin-bottom: 2em;
}



.event_detail_item .detail_txt {
    font-size: 1.8rem;
    font-weight: bold;
}

.event_detail_item .detail_txt li {
    margin-left: 1.5rem;
}

.event_detail_item .detail_txt li.indent::before {
    content: '\25CF';
    color: #815337;
    margin-right: 5px;
}


.icon.discount {
    padding: .2em 1em .1em;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 2em;
    background: #ff4646;
}


@media screen and (max-width:1024px) {
    #outline {
        width: 95%;
        margin: auto;
    }

    #event_detail {
        padding-bottom: 1em;
    }

    #event_detail .inside {
        display: block;
    }

    #event_detail .figure_outer {
        width: 60%;
        max-width: auto;
        margin: auto auto 3em;
         !important;
    }

    #detail ul {
        margin-left: .5em;
    }

    .event_detail {
        margin-bottom: 3em;
    }


    .event_detail h4 span {
        margin-bottom: .5em;
    }

    .event_detail_item {
        margin-bottom: 2em;
    }

    .detail_txt p {
        font-size: 1.8rem;
    }


    .detail_txt ul {
        font-size: 1.8rem;
    }

    .detail_txt ul li {
        margin-left: 0 !important;
    }
}


@media screen and (max-width:768px) {
    .event_detail_item.flexbox {
        display: block;
    }

    .event_detail_item.flexbox h4 {
        width: 100%;
        margin-bottom: 0;
    }

    .event_detail_item.flexbox h4 span,
    .event_detail_item h4 span {
        width: auto;
        padding: 0em 1em;
        display: inline-block;
        margin-bottom: 0;
    }

    .detail_lead {
        width: 90%;
    }

    .detail_lead li {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }

    .event_detail_item.flexbox .detail_txt {
        width: 100%;
        padding-top: 0;
    }


    .event_detail_item .detail_txt p {
        font-size: 1.6rem !important;
        /*        color: #f00;*/
    }

    .event_detail_item .detail_txt p {
        margin-left: 0;
    }
}


@media screen and (max-width: 320px) {
    .event_detail_item .detail_txt p {
        font-size: 1.4rem !important;
    }

}


/*=======================================
	// note table
=========================================*/

.table_container .note {
    font-size: 1.2rem;
    padding-top: .5em;
}

table {
    width: 100%;
}

table,
th,
td {
    border: #333 thin solid;
}

th {
    font-weight: bold;
    background: #ffefd5;
}

th,
td {
    width: 47%;
    font-size: 1.5rem;
    /*    padding: 10px 15px;*/
    padding: 10px 1.5%;
}

th small,
td small {
    font-size: 1.1rem;
}


@media screen and (max-width: 768px) {

    table {
        border: none;
        border-bottom: #333 thin solid;
    }

    th,
    td {
        width: auto;
        border-bottom: none;
    }

    th,
    td {
        display: block;
    }
}


/*====================================================
	// note individual
=====================================================*/
/* // id #date */


#date .detail_txt {
    line-height: 1.4;
}

#date .first {
    font-size: 2.6rem;
}

#date .first s{
    color: #999;
    font-weight: normal;
}

#date .close {
    margin-bottom: 1em;
    font-weight: normal;
    font-size: 1.4rem;
    color: #f00;
    display: block;
}

#date.event_detail_item.flexbox .detail_txt {
    padding-top: 0;
}

#date .time {
    display: block;
}


#date small {
    font-size: 1.3rem;
    font-weight: normal;
}



@media print,
screen and (max-width: 640px) {
    #date .close {
        font-size: 1.3rem;
    }
}








/* // id #songs */
#songs ul {
    margin-bottom: 0;
}





/* // id #flow */
#flow {
    font-size: 1.4rem;
}

#flow .row {
    width: 95%;
    margin: auto auto .75em;
    padding-bottom: .75em;
    border-bottom: #aaa thin dotted;
}

#flow h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}

#flow h5 i {
    width: 1.5em;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#flow .row p,
#flow .row ul,
#flow .row dd {
    margin-bottom: 0;
}

#flow .row dl {
    padding-top: 1em;
    margin-bottom: 0;
}


#flow ul.disc {
    margin-left: 1em;
}






/*====================================================
	// id #apply
=====================================================*/

#apply h3 {
    /*
    padding:0 0 .5em!important;
    background: none;
    border-bottom: #fc881f 3px solid;
*/
}

#apply .lead {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

#apply .link {
    margin-bottom: 20px;
}

#apply .link a {
    font-size: 2.4rem;
    padding: 1.5em 0;
    font-weight: bold;
    border: #fc881f 3px solid;
    position: relative;
    box-shadow: 0 0.1em 0.2em 0 #999;
}


#apply .link a::after {
    border-bottom: 22px solid #fc881f !important;
    border-left: 22px solid transparent !important;
}

#apply .limit {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

#apply .limit span {
    margin-left: .75em;
}

#apply .notice {
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
}

#apply .notice dt {
    color: #c00;
    font-weight: bold;

}


#apply .close {
    margin-bottom: 30px;
}

#apply .close p {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #apply .lead {
        font-size: 1.4rem;
        text-align: left;
        font-weight: normal;
    }

    #apply .link a {
        font-size: 2.0rem;
        padding: 1em 0;
    }

    #apply .limit {
        font-size: 1.6rem;
    }

    #apply .limit span {
        margin-right: 0;
        display: block;
    }

}



/*=========================
	// id #about
============================*/

/*
#about h4 {
    margin-bottom: .5em;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #fc881f;
    line-height: 1.3;
}
*/

#about .lead {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}

#about .block_container {
    margin-bottom: 30px;
}

#about .block {
    padding: 2em 5%;
    background: #fffbec;
    margin-bottom: 15px;
}

#about .block h5 {
    width: 30%;
    margin-bottom: 1em;
    padding: .5em 1em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #fc881f;
}

#about .row {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: #aaa thin dotted;
}

#about .block h6 {
    margin-bottom: .0;
    color: #fc881f;
    font-size: 1.8rem;
    font-weight: bold;
}


@media print,
screen and (max-width: 900px) {
    #about .lead {
        font-size: 1.6rem;
    }
}



@media screen and (max-width: 768px) {
    #about .lead {
        font-size: 1.5rem;
    }

    #about .block h5 {
        width: auto;
        margin-bottom: 1em;
        padding: .5em 1em;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        background: #fc881f;
    }

}



/*==================================
	// id #difficulty
=====================================*/

#difficulty {
    margin-bottom: 90px;
}

#difficulty .levelbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#difficulty .answer {
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    /*    border: #f00 thin solid;*/
}

#difficulty .answer .break1 {
    display: block;
}

#difficulty .fukidashi {
    /*    width: 280px;*/
    width: 35%;
    height: 246px;
    color: #000;
    font-weight: bold;
    text-align: center;
}


#difficulty .answer {
    width: 63%;
    padding-top: 1.5rem;
}


#difficulty .answer small {
    font-weight: normal;
    font-size: 1.2rem;
}

#difficulty .fukidashi p {
    font-size: 1.6rem;
}

#difficulty .bigginer {
    /*    margin-bottom: -15px;*/
    margin-bottom: 30px;
}

#difficulty .bigginer .fukidashi {
    background: url(../img/fukidashi_3.svg) no-repeat top center;
}

#difficulty .advanced .fukidashi {
    background: url(../img/fukidashi_4.svg) no-repeat top center;
}

#difficulty .advanced.levelbox {
    flex-direction: row-reverse;
}

#difficulty .bigginer .level p {
    padding: 25% 10% 0 0;
}

#difficulty .advanced .level p {
    padding: 30% 10% 0 25%;
}

#difficulty .bigginer .fukidashi {
    margin-right: 2%;
}

#difficulty .advanced .fukidashi {
    margin-left: 2%;
}



#difficulty .notice {
    font-weight: normal;
    font-size: 1.4rem;
}



@media screen and (max-width: 900px) {
    #difficulty .answer .break1 {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    #difficulty .levelbox {
        display: block;
    }

    #difficulty .fukidashi {
        width: 100%;
        height: auto;
    }

    #difficulty .answer {
        width: 95%;
        margin: auto;
        padding-top: 0;
    }

    #difficulty .bigginer {
        margin-bottom: 2em;
    }

    #difficulty .fukidashi {
        width: 100%;
        height: 100px;
    }

    #difficulty .bigginer .fukidashi {
        /*        border: #f00 thin solid;*/
        margin-right: 0;
        background: url(../img/fukidashi_5.svg) no-repeat top center;
    }

    #difficulty .advanced .fukidashi {
        margin-left: 0;
        background: url(../img/fukidashi_6.svg) no-repeat top center;
    }

    #difficulty .bigginer .level p,
    #difficulty .advanced .level p {
        padding: 1em 0 0 0;
    }

    #difficulty .answer {
        font-size: 1.3rem;
    }


}


/*==================================
	// id #profile
=====================================*/

#profile {
    font-size: 1.4rem;
    margin-bottom: 90px;
    flex-direction: row-reverse;
}

#profile figure {
    width: 40%;
}

#profile img {
    width: 100%;
}

#profile .txtbox {
    width: 58%;
}

#profile h5 {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: #fc881f thin solid;
}

#profile h5 span {
    font-size: 1.4rem;
}


@media screen and (max-width: 768px) {


    #profile h5 span.heading {
        display: block;
    }

    #profile.flexbox {
        display: block;
    }

    #profile figure {
        width: 70%;
        margin: auto;
    }

    #profile .txtbox {
        width: 100%;
    }

}


/*==================================
	// id #movie
=====================================*/
#movie {
    margin-bottom: 90px;
}

#movie h4 span {
    font-size: 1.8rem;
    color: #fff;
    background: #fc881f;
    margin: 3px 8px 0 0;
    padding: .1em 1em 0;
    border-radius: 2em;
    display: inline-block;
    vertical-align: top;
}

#movie h5 {
    font-weight: bold;
    margin-bottom: .25em;
}

#movie .movie_container {
    width: 49%;
}

#movie .movie_container iframe {
    width: 388px;
    height: 219px;
}

@media screen and (max-width: 768px) {

    #movie .inside.flexbox {
        display: block;
    }


    #movie .movie_container {
        width: 100%;
    }

    .movie {
        text-align: center;
    }

    #movie .movie_container iframe {
        width: 300px;
        height: 169px;

    }


}

/*==================================
	// id #point
=====================================*/

#point {
    font-size: 1.4rem;
    margin-bottom: 120px;
}

/*
#point h4 {
    margin-bottom: .5em;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fc881f;
}
*/

#point .inside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#point .box {
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 60px;
}

#point h5 {
    color: #fff;
    font-weight: bold;
    background: #fc881f;
    margin-bottom: .5em;
    padding: 1em 0;
    text-align: center;
}

#point h6 {
    font-weight: bold;
    margin-bottom: .25em;
}

#point figure {
    margin-bottom: 30px;
}

#point img {
    width: 100%;
    margin-bottom: 10px;
}

#point figcaption {
    font-size: 1.2rem;

}

@media screen and (max-width: 768px) {

    #point .inside {
        display: block;
    }

    #point figure {
        text-align: center;
        margin-bottom: 10px;
    }

    #point figure img {
        width: 70%;
    }


    #point figcaption {
        font-size: 1.1rem;
        text-align: left;
    }

    #point .box {
        width: 100%;
        margin: 0 0;
        margin-bottom: 60px;
    }


}



/*==================================
	// id #access
=====================================*/

#access h5 {
    font-size: 1.8rem;
    font-weight: bold;
}

#access #map_container {
    width: 40%;
}

#access .txtbox {
    width: 56%;
}

#access iframe {
    width: 100%;
    height: 300px;
}



@media screen and (max-width: 768px) {
    #access .flexbox {
        display: block;
    }

    #access #map_container {
        width: 100%;
    }

    #access iframe {
        width: 100%;
        height: 250px;
    }

    #access .txtbox {
        width: 100%;
    }

}





/*==================================
	// class .infobox
=====================================*/
.infobox {
    margin-bottom: 60px;
}


.infobox h4 {
    border-bottom: #fc881f thin solid;
}

.infobox .txtbox {
    font-size: 2.0rem;
    text-align: center;
}




.infobox .notice {
    padding: 1em 0 3em;
    font-size: 1.4rem;
    text-align: left;
}

.infobox .notice h6 {
    margin-bottom: 0;
    color: #f00;
    font-weight: bold;
}

.infobox .notice strong {
    padding: .25em 1.5em .2em;
    background: #fff0f0;
    color: #f00;
}



@media screen and (max-width: 768px) {

    .infobox .txtbox {
        font-size: 1.6rem;
    }

    .infobox .notice {
        font-size: 1.2rem;
    }

}


@media screen and (max-width: 320px) {

    .infobox .notice strong,
    .infobox .notice strong span {
        display: block;
    }
}
