html{
    font-family:'Helvetica Neue', 'San Francisco', 'Roboto', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

body{
    width: 100vw;
    margin: 0;
    padding: 0;
    background: rgba(255,255,255,1);
}

main{
    margin: 0;
    padding: 0;
}

p{
    width: 100%;
    margin: 0 0 3em 0;
    padding: 0;
    color: rgba(85,85,85,1);
    line-height: 1.8em;
}

h1{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 1em;
    font-weight: 100;
    letter-spacing: 1px;
    color: rgba(255,255,255,1);
}

h2{
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-weight: 200;
    color: rgba(108,36,99,0.8);
}

h3{
    margin: 0 0 1.5em 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-weight: 100;
    color: rgba(108,36,99,0.8);
}

.linkbutton{
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: auto;
    margin: 1em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    line-height: 1.5em;
    text-align: center;
    color: rgba(108,36,99,1);
    background: rgba(255,255,255,0);
    border: solid 1px rgba(108,36,99,0.3);
    border-radius: 1.5em;
}


.linkbutton:hover{
    background: rgba(108,36,99,0.1);
}

@media screen and (min-width:960px){
    h1{
        font-size: 86px;
    }
    
    h2{
        font-size: 40px;
    }
    
    h3{
        font-size: 25px;
    }
    
    .tablet{
        display: none;
    }
}

@media screen and (max-width:960px){
    .desktop{
        display: none;
    }
}

@media screen and (max-width:960px) and (min-width:480px){
    h2{
        font-size: 35px;
    }
    
    h3{
        font-size: 25px;
    }
}

@media screen and (max-width:960px) and (min-width:600px){
    h1{
        font-size: 70px;
    }
}

@media screen and (max-width:600px) and (min-width:480px){
    h1{
        font-size: 55px;
    }
}

@media screen and (max-width:480px){
    h1{
        font-size: 40px;
    }
    
    h2{
        font-size: 28px;
    }
    
    h3{
        font-size: 22px;
    }
}
/* -------------------------------------------------------------------------------------------------------------------*/
.page {
    margin: 0;
    padding: 0;
    width: 100vw;
}

.contentslist{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100vw;
    left: 0;
    right: 0;
    list-style: none;
    background: #FFFFFF;
}

.contentslist li{
    position: relative;
    margin: 0 auto;
    padding: 3em 0 4em 0;
    width: 100vw;
    height: auto;
}

.contentslist li:first-child{
    padding: 2em 0 4em 0;
}

.contentslist li:nth-child(2n){
    background: rgba(248,248,248,1);
}

.contentslist article{
    position: relative;
    margin: 0 auto;
    padding: 00;
    width: 90vw;
    height: auto;
    max-width: 900px;
    left: 0;
    right: 0;
    text-align: center;
}

.contentslist p{
    text-align: left;
}

.line_tb{
    border-top: solid 1px rgba(108,36,99,0.5);
    border-bottom: solid 1px rgba(108,36,99,0.5);
    margin: 0;
    padding: 2em 1.5em;
    background: rgba(255,255,255,1)
}

.line_tb h4{
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
}

.line_tb p{
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
    color: rgba(85,85,85,1);
    line-height: 1.8em;
    text-align: center;
}

.line_tb hr{
    margin: 1.5em auto;
    padding: 0;
    width: 96%;
    height: 0;
    display: block;
    border: 0;
    border-top: solid 1px rgba(108,36,99,0.3);
}

.line_tb img.titlebanner{
    margin: 0 auto 1.5em;
    padding: 0;
    width: 96%;
}

.line_tb img.flyer{
    width: 35%;
}

@media screen and (max-width:480px) {
    .line_tb img.flyer{
        width: 100%;
    }
}

/* -------------------------------------------------------------------------------------------------------------------*/
.f_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content:flex-start;
}

@media screen and (min-width:960px){
    .imgbox{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content:flex-start;
    }

    .imgbox_fs{
        align-items: flex-start;
    }

    .imgbox_img{
        width: 35%;
        height: 100%;
        margin: 0 5% 0 0;
        padding: 0;
        text-align: center;
    }
       
    .imgbox_txt{
        width: 60%;
    }
}

@media screen and (max-width:960px){
    .imgbox{
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

    .imgbox_img{
        width: 100%;
        height: auto;
        margin: 0 0 2em 0;
        padding: 0;
        text-align: center;
    }

    .imgbox_txt{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------------------------------------------------------------------------------*/
.programlist{
    margin: 0;
    padding: 0;
    width: 100%;   
}

.programlist ul{
    position: relative;
    margin: 0 auto 2em;
    padding: 0 0 2em 0;
    left: 0;
    right: 0;
    width: 95%;
    list-style: none;
    border-top: solid 1px rgba(108,36,99,0.5);
    border-bottom: solid 1px rgba(108,36,99,0.5);
}

.programlist li{
    margin: 1em 0 0 0;
    padding: 2em 0 0 0;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: solid 1px rgba(108,36,99,0.2);
    text-align: left;
    background: rgba(255,255,255,0);
}

.programlist li:first-child{
    margin: 2em 0 0 0;
    padding: 0;
    border-top: none;
}

.programlist li:nth-child(2n){
    background: rgba(255,255,255,0);
}

.programlist h4{
    margin: 0 0 0.5em 0;
    padding: 0;
    width: 100%;
}

.programlist p{
    padding: 0;
    width: 80%;
}

.programlist span{
    padding: 0;
    width: 80%;
}

@media screen and (min-width:960px){
    .programlist li{
        flex-direction: row;
        justify-content: space-between;
    }
    
    .programlist p{
        margin: 0 0 1em 0;
        width: 80%;
    }
    
    .programlist span{
        margin: 0 0 1em 0;
        width: 80%;
    }
}

@media screen and (max-width:960px){
    .programlist li{
        flex-direction: column;
        justify-content: center;
    }
    
    .programlist p{
        margin: 0 0 1em 0;
        width: 100%;
    }
    
    .programlist span{
        margin: 0 0 1em 0;
        width: 100%;
    }
}

.flyer,
.mimg{
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width:480px) and (max-width:960px){
    .flyer,
    .mimg{
        margin: 0 0 1em 0;
        padding: 0;
        width: 70%;
        height: auto;
    }
}
/* -------------------------------------------------------------------------------------------------------------------*/
.videoclip_youtube{
    position: relative;
    margin: 0 0 1em 0;
    padding: 56.25% 0 0 0;
    height: auto;
}

.videoclip_youtube iframe{
    position: absolute;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* -------------------------------------------------------------------------------------------------------------------*/
footer{
    position: relative;
    margin: 0 0 -50vh 0;
    padding: 2em 0 0 0;
    width: 100vw;
    height: auto;
    background: rgba(255,255,255,1);
}

.footer_navigation{
    margin: 0;
    padding: 1em 0 2em 0;
    width: 100vw;
    height: auto;
    background: rgba(230,230,230,1);
}

.footer_navigation.donation{
    border-bottom: 30px solid rgba(230,230,230,1);
    background: rgba(255,255,255,1);
    padding: 1em 0 1em 0;
}

.footer_navigation.donation p{
    margin-bottom: 1em;
}

.footer_navigation article{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90vw;
    height: auto;
    max-width: 900px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer_sns h4,
.donation h4{
    font-size: 26px;
    font-weight: 100;
    color: rgba(80,80,80,1);
}

.footer_sns ul{
    margin: 0 auto 1em;
    padding: 0;
    width: 70%;
    height: 2em;
    max-width: 300px;
    position: relative;
    left: 0;
    right: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_sns li{
    margin: 0;
    padding: 0;
    width: 10vw;
    height: 10vw;
    max-width: 40px;
    max-height: 40px;
}

.footer_sns a{
    display: block;
    width: 100%;
    height: 100%;
}

.footer_sns a.twitter{
    background: url(../images/common/twitter.png) center center no-repeat;
    background-size: contain;
}

.footer_sns a.facebook{
    background: url(../images/common/facebook.png) center center no-repeat;
    background-size: contain;
}

.footer_sns a.youtube{
    background: url(../images/common/youtube.png) center center no-repeat;
    background-size: contain;
}

.footer_sns a.instagram{
    background: url(../images/common/instagram.png) center center no-repeat;
    background-size: contain;
}

.footer_sns a.mastodon{
    background: url(../images/common/mastodon.svg) center center no-repeat;
    background-size: contain;
}

.footer_legal{
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding:  1em 0 0 0;
    width: 90vw;
    max-width: 900px;
    background: url(../images/common/logo_footer.png) left 1em no-repeat;
    background-size: auto 50px;
}

.footer_legal p{
    width: auto;
}

.copyright{
    position: relative;
    padding: 0 0 1.5em 0;
    width: auto;
    height: auto;
    color: rgba(200,200,200,1);
    line-height: 1em;
    bottom: 0;
}

.adress{
    position: relative;
    margin: 0;
    width: 90vw;
    max-width: 900px;
    color: rgba(150,150,150,1);
}

@media screen and (min-width:960px){.copyright{
        margin: 0 auto 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    
    .adress{
        padding:  0.3em 0 2em 180px;
    }
}

@media screen and (max-width:960px){
    .copyright{
        margin: 0;
        left: 0;
    }
        
    .adress{
        padding:  5.5em 0 2em 0;
    }
}

@media screen and (min-width:480px){
    .copyright{
        font-size: 12px;
    }
    
    .adress{
        font-size: 12px;
    }
}

@media screen and (max-width:480px){
    .copyright{
        font-size: 11px;
    }
    
    .adress{
        font-size: 11px;
    }
}