


/*aside contents*/



.inner1200{
    width: 92%;
    margin: 0 auto;
    max-width: 1200px;
}

.flex-contents{
    display: flex;
    justify-content: space-between;
}

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

    .flex-contents{
        flex-wrap: wrap;
    }

}

.flex-contents aside{
    order: 2;
    width: 200px;
    margin-left: 60px;
    margin-bottom: 80px;
}

.aside-title{
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cfcfcf;
}

.aside-title .jp{
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #272727;
}

.aside-title .en{
    text-align: center;
    display: block;
    font-family: EB Garamond;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-align: center;
    color: #272727;

}

.aside-categories{

}

.aside-categories li{
    list-style-type: none;
}

.aside-categories a{
    font-family: "Noto Serif JP";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 31px;
    text-align: left;
    color: #888;

    transition: 0.3s;
}

.aside-categories a:hover{
    opacity: 0.7;
}

/*.aside-categories .current-cat a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    width: 8px;
    height: 1px;
    background: #000;

}
*/
.aside-categories .current-cat a{
    /*text-decoration: underline;*/
    font-weight: bold;
    color: #000;
    position: relative;
}


.main-inner{
    margin-top: 10px;
    order: 1;
    flex: 1;
}


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


    .aside-categories{
        padding-left: 20px;
    }

    .flex-contents aside {
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

}




/*column*/









/*pagination*/

div.pagination{
    clear: both;
    text-align: center;
    margin: 20px 0 80px;
    padding-top: 0;
}

div.pagination span,
div.pagination a{
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #F2F2F2;*/

    width: 44px;
    height: 44px;
    border-radius: 45px;
    background: #fff;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;

}

div.pagination span,
div.pagination a{
    margin: 0 8px;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    box-sizing: border-box;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 36px;
    text-align: left;
    color: #272727;

}

div.pagination a.prev,
div.pagination a.next{
    position: relative;
    /*background: #e60012;*/
    /* border: 1px solid #333; */
}

/*div.pagination a.prev:after,
div.pagination a.next:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}*/

div.pagination a.prev:before,
div.pagination a.next:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

div.pagination a.prev:hover:after, div.pagination a.next:hover:after{
    /*border-color: #fff;*/
}

div.pagination a.prev:before{
    left: 4px;
    /*right: auto;*/
    transform: rotate(135deg);
}
div.pagination a.next:before{
    right: 4px;
    /* left: auto; */
    transform: rotate(-45deg);
}


/*div.pagination a.prev:after{
    left: 10px;
    right: auto;
    transform: rotate(135deg);
}*/
/*div.pagination a.next:after{
    right: 10px;
    left: auto;
    transform: rotate(-45deg);
}*/

div.pagination a.prev:hover,
div.pagination a.next:hover{
    opacity: 0.7;
    color: #fff;
}

div.pagination a.next{
    margin-left: 27px;
}

div.pagination a.prev{
    margin-right: 27px;
}

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


    div.pagination a:hover{
        opacity: 0.7;
    }

}

div.pagination span{
    background: #000000;
    color: #fff;
}




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

    div.pagination a.prev,
    div.pagination a.next{
    }

    div.pagination a.prev{
        margin-right: 10px;
    }

    div.pagination a.next{
        margin-left: 10px;
    }

    div.pagination a.prev:after{
        left: 8px;
    }
    div.pagination a.next:after{
        right: 8px;
    }

    


    div.pagination{
        clear: both;
        text-align: center;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 29px;
    }

    #news div.pagination{
        padding-top: 50px;
    }

    div.pagination span,
    div.pagination a{
        display: inline-flex;
        text-align: center;
    }
}






/*voice-list*/

.voice-list{
    margin-bottom: 70px;
}

.voice-list a{
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voice-list .voice-img-cont{
    width: 420px;
    height: 240px;
}

.voice-list .voice-img-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}



.voice-list .voice-card-text-area{
    flex:  1;
    padding-left: 48px;
}

.voice-list .voice-main-txt{
    margin-bottom: 40px;
    position: relative;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: left;
    color: #272727;

}

.voice-list .voice-main-txt:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    height: 0px;
    width: 28.36px;
    background: transparent;
    border: 1px solid #cdcdcd;

}

.voice-list .voice-main-catch{
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 30px;
    text-align: left;
    color: #272727;

}

.voice-list .voice-btn-flex {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.voice-list .voice-btn-flex img{
}


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



    .voice-list a{
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .voice-list .voice-img-cont{
        width: 100%;
        margin-bottom: 20px;
    }

    .voice-list .voice-card-text-area{
        padding-left: 0;
    }

    .voice-list .voice-main-txt{
        margin-bottom: 30px;
    }

    .voice-list .voice-main-txt:after{
        bottom: -16px;
    }

    .voice-list .voice-main-catch{
        font-size: 14px;
    }

    .voice-list .voice-btn-flex {
        bottom: -9px;


    }


}





/*events*/

#event-list{

}

.subtext{

}

.subtext .center-catch{
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.subtext .text-center{
    margin-bottom: 70px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: center;
    color: #272727;
}


/*event-list*/

.event-list{
    display: flex;
    flex-wrap: wrap;
}

.event-list a{
    display: block;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
    padding-bottom: 30px;

    background: url(../img/voice-btn-alt.png) no-repeat bottom 10px right;
}

.event-list a:nth-child(2n){
    margin-right: 0;
}

.event-list .events-card-img-cont{
    width: 100%;
    height: auto;
    /* padding-bottom: 50%; */
    overflow: hidden;
}

.event-list a img{
    width: 100%;
    height: 337px;
    object-fit: cover;
    object-position: center;
}

.event-list .info-box{

}

.event-list .info-box .events-card-info{
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.event-list .info-box .events-card-info .label{
    margin-right: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    background: #b82020;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 35px;
    text-align: center;
    color: #fff;

}

.event-list .info-box .events-card-info .label.ended{
    background: #9f9f9f;
}

.event-list .info-box .events-card-info .tag{
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #272727;

}

.event-list .info-box .title{
    margin-bottom: 13px;
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 160%;
    text-align: left;
    color: #272727;
}

.event-list .info-box .event-info{}

.event-list .info-box .event-info dl{
    display: flex;
}

.event-list .info-box .event-info dl dt{
    width: 50px;
    font-family: "Noto Serif JP";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 22px;
    text-align: left;
    color: #272727;

}

.event-list .info-box .event-info dl dd{
    flex: 1;
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 22px;
    text-align: left;
    color: #272727;

}


@media screen and (max-width:767px){
    .subtext{
        padding: 0 20px;
    }
    .subtext .center-catch{
        margin-bottom: 12px;
        font-size: 19px;
        line-height: 29px;
    }
    .event-list a{
        margin-right: 0!important;
        width: 100%;
    }
    .event-list .info-box .title{
        font-size: 18px;
    }

    .event-list a img{
        height: 225px;
    }
    
}





/*back btn*/


.back-btn {
    max-width: 341px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #777777;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #272727;
    box-sizing: border-box;
}

.back-btn:hover {
    opacity: 0.75;
}

.back-btn img {
    margin-left: 9px;
    margin-right: -9px;
    width: 21px;
    height: 4px;
}



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

    #blog .blog-flex-container{
        margin-bottom: 40px;
    }

}