@charset "utf-8";
body{
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #f7f7f7;
}
a{
    color:inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
a:hover{
    opacity: 0.6;
}

#loading{
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    display: block;
}
/*
#loading:after{
    content: "";
    width: 156px;
    height: 105px;
    background: url(../img/loading_logo.png) no-repeat center center;
    background-size: 156px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -78px;
}
#loading.loading:after{
    -webkit-animation: loading 2s ease-in-out infinite alternate;
    animation:loading 2s ease-in-out infinite alternate;
}
@-webkit-keyframes loading{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes loading{
    0% {opacity:0;}
    100% {opacity:1;}
}
*/
#wrapper{
    padding-left: 121px;
    box-sizing: border-box;
    overflow: hidden;
}

/* HEADER */
#g_header{
    width: 120px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #706ca5;
    overflow-y: hidden;
    background-color: #07005e;
}
#g_header header h1 a{
    width: 100%;
    height: 143px;
    background: url(../img/header_logo_pc.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    border-bottom: 1px solid #706ca5;
}
#g_header header nav li{
    height: 95px;
    color: #59cae4;
    border-bottom: 1px solid #706ca5;
    position: relative;
}
#g_header header nav li._1 a{
    background: #07005e url(../img/menu_icon_1.png) no-repeat center 12px;
    background-size: auto 39px;
}
#g_header header nav li._2 a{
    background: #07005e url(../img/menu_icon_2.png) no-repeat center 19px;
    background-size: auto 38.5px;
}
#g_header header nav li._3 a{
    background: #07005e url(../img/menu_icon_3.png) no-repeat center 22px;
    background-size: auto 34px;
}
#g_header header nav li._4 a{
    background: #07005e url(../img/menu_icon_4.png) no-repeat center 28px;
    background-size: auto 28px;
}
#g_header header nav li._5 a{
    background: #07005e url(../img/menu_icon_5.png) no-repeat center 26px;
    background-size: auto 27.5px;
}
#g_header header nav li.current a{
    background-color: #fff !important;
    color: #07005e;
}
#g_header header nav li.current._1 a{
    background-image: url(../img/menu_icon_1_5.png);
}
#g_header header nav li.current._2 a{
    background-image: url(../img/menu_icon_2_5.png);
}
#g_header header nav li.current._3 a{
    background-image: url(../img/menu_icon_3_5.png);
}
#g_header header nav li.current._4 a{
    background-image: url(../img/menu_icon_4_5.png);
}
#g_header header nav li.current._5 a{
    background-image: url(../img/menu_icon_5_5.png);
}


#g_header header nav li a{
    width: 100%;
    height: inherit;
    padding-top: 65px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
#g_header header nav li._1 a{
    padding-top: 54px;
}

#g_header header nav li a span.block{
    display: block;
}
#g_header #menu_btn{
    display: none;
}

#social{
    width: 37px;
    margin-top: 13px;
    overflow: hidden;
    position: fixed;
    bottom: 44%;
    right: 0px;
    background-color: white;
    border: 1px solid #dcdcdc;
}
#social p{
    text-align: center;
    margin: 10px 0;
}

#rights{
    padding: 22px 0;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    color: #707070;
}
#rights > span{
    display: block;
}

#totop_btn{
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    background: #130e4b url(../img/totop_arr.png) no-repeat center center;
    background-size: 19px auto;
    position: fixed;
    right: 25px;
    bottom: 19px;
}
@media (max-width:1020px) {
    #wrapper{
        padding: 105px 0 0;
    }
    #g_header{
        width: auto;
        height: 105px;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        border-right: none;
        border-bottom: 1px solid #706ca5;
        overflow-y: hidden;
        z-index: 999;
    }
    #g_header header h1{
        width: 26.844%;
        float: left;
    }
    #g_header header h1 a {
        width: 100%;
        height: 105px;
        background: url(../img/header_logo_sp.png) no-repeat center center;
        background-size: 156px auto;
        border-bottom: none;
    }
    #g_header header nav{
        width: 73.156%;
        overflow: hidden;
    }
    #g_header header nav ul li,
    #g_header header nav #sns{
        width: 33.3333%;
        height: 53px;
        border-left: 1px solid #706ca5;
        border-bottom: 1px solid #706ca5;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
        background: transparent !important;
    }
    #g_header header nav ul li a{
        background: transparent !important;
    }
    #g_header header nav li a,
    #g_header header nav li._1 a{
        padding: 0;
        text-align: left;
    }
    #g_header header nav ul li._4,
    #g_header header nav li._5{
        border-bottom: none;
    }
    #g_header header nav li._1 a,
    #g_header header nav li._4 a{
        padding-left: 14%;
    }
    #g_header header nav li._2 a,
    #g_header header nav li._5 a{
        padding-left: 18%;
    }
    #g_header header nav li._3 a{
        text-align: center;
    }
    #g_header header nav li._5{
        overflow: visible;
    }
    #g_header header nav li._5:after{
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        background-color: #706ca5;
    }
    #g_header header nav #sns{
        border-bottom: none;
    }
    #g_header header nav ul li .menu_li_inner_wrap:before{
        content: "";
        width: 35px;
        height: 52px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: bottom;
    }
    #g_header header nav ul li._1 .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_1.png);
        background-size: auto 29.5px;
    }
    #g_header header nav li._2 .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_2.png);
        background-size: auto 27px;
    }
    #g_header header nav li._3 .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_3.png);
        background-size: auto 23px;
    }
    #g_header header nav li._4 .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_4.png);
        background-size: auto 18.5px;
        background-position-x: 3px;
    }
    #g_header header nav li._5 .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_5.png);
        background-size: auto 17.5px;
    }
    #g_header header nav ul li._1.current .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_1_5.png);
    }
    #g_header header nav ul li._2.current .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_2_5.png);
    }
    #g_header header nav ul li._3.current .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_3_5.png);
    }
    #g_header header nav ul li._4.current .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_4_5.png);
    }
    #g_header header nav ul li._5.current .menu_li_inner_wrap:before{
        background-image: url(../img/menu_icon_5_5.png);
    }

    #g_header header nav ul li .menu_li_inner_wrap > span{
        height: 52px;
        padding-top: 18px;
        text-align: left;
        display: inline-block;
        box-sizing: border-box;
    }
    #g_header header nav ul li._1 .menu_li_inner_wrap > span{
        padding-top: 10px;
    }
    #g_footer > div{
        max-width: 740px;
        margin: 0 auto;
        border-top: 1px solid #130e4b;
        position: relative;
    }
    #rights{
        padding: 30px 0 40px;
    }
    #rights > span{
        display: inline;
    }
    #rights > span.block{
        display: block;
    }
    #totop_btn{
        right: 7px;
        bottom: 7px;
    }
}
@media (max-width:640px) {
    #frame{
        display: inline-block;
/*         position: fixed; */
    }
    #wrapper{
        padding: 71px 0 0;
    }
    #frame > span:before, #frame > span:after{
        height: 5px;
    }
    #frame:before, #frame:after{
        width: 5px;
    }
    #g_header{
        height: 70px;
        top: 0;
        left: 0;
        right: 0;
        overflow: visible;
    }
    #g_header header h1{
        width: 140px;
    }
    #g_header header h1 a{
        height: 70px;
        background-size: 123px auto;
    }
    #g_header #menu_btn{
        width: 35px;
        height: 31px;
        position: absolute;
        right: 16px;
        top: 20px;
        display: block;
    }
    #g_header #menu_btn span{
        width: 100%;
        height: 5px;
        display: block;
        background-color: white;
        position: absolute;
        transition: all 0.2s ease;
    }
    #g_header #menu_btn span._2{
        top: 13px;
    }
    #g_header #menu_btn span._3{
        top: 26px;
    }
    #g_header.open #menu_btn span._1{
        transform: rotate(45deg);
        top: 10px;
    }
    #g_header.open #menu_btn span._2{
        transform: rotate(-45deg);
        top: 10px;
    }
    #g_header.open #menu_btn span._3{
        display: none;
    }
    #g_header header nav{
        width: 100%;
        height: 100vh;
        display: none;
        background: #07005e;
        border-top: 1px solid #dcdcdc;
    }
    #g_header header nav ul li{
        width: auto;
        height: 60px;
        float: none;
        border: none;
    }
    #g_header header nav ul li{
        border-bottom: 1px solid #dcdcdc !important;
    }
    #g_header header nav li a{
        margin: 0 auto;
        padding: 0 !important;
        font-size: 14px;
        display: block;
    }
    #g_header header nav ul li .menu_li_inner_wrap:before{
        width: 80px;
        height: 59px;
        background-position: 25px center;
    }
    #g_header header nav ul li._2 .menu_li_inner_wrap:before{
        background-position: 25px center;
    }
    #g_header header nav ul li._3 .menu_li_inner_wrap:before{
    }
    #g_header header nav ul li._4 .menu_li_inner_wrap:before{
        background-position-x: 27px;
    }
    #g_header header nav ul li._5 .menu_li_inner_wrap:before{
        background-position: 25px center;
    }
    #g_header header nav ul li .menu_li_inner_wrap > span{
        height: 59px;
        padding-top: 24px !important;
    }
    #g_header header nav li a span.block{
        display: inline;
    }
    #g_header header nav li._3 a{
        text-align: left;
    }
    #social{
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px;
        text-align: center;
        position: relative;
        bottom: 0;
        right: 0;
        border: none;
        background-color: #f7f7f7;
    }
    #g_header header nav #sns{
        display: inline;
        border: none;
        padding: 0;
        float: none;
        width: auto;
    }
    #g_header header nav #social p{
        display: inline-block;
        margin-left: 30px;
        margin-right: 0;
    }
    #g_header header nav #social #sns p:first-child{
        margin-left: 0;
    }
    #g_header header nav #social p img{
        height: 25px !important;
    }
    
    #totop_btn{
        width: 50px;
        height: 50px;
        background-size: 25px auto;
        right: 5px;
        bottom: 5px;
    }
}

#g_header + section{
    position: relative;
}
#g_header + section:before{
    content: '';
    height: 240px;
    width: 100%;
    display: block;
}
#g_header + section:after{
    content: "";
    width: 73px;
    height: 43px;
    background: url(../img/el_cover_star.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    top: 170px;
    right: 20px;
}
#g_header + #top:before,
#g_header + section:after{
    content: none;
}
#bread{
    padding: 15px 13px 0;
    color: #07005e;
    font-size: 11px;
}
#bread ul{
    overflow: hidden;
}
#bread ul li{
    float: left;
    padding-right: 7px;
}
#bread ul li + li{
    padding-left: 12px;
    background: url(../img/el_arr_4.png) no-repeat left center;
    background-size: contain;
}
.content_inner{
    max-width: 860px;
    margin: 0 auto;
}
.content_inner > h2{
    font-size: 26px;
    font-weight: 900;
    color: #07005e;
}
.content_inner > h2 span {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

a.more_btn{
    height: 10px;
    padding-right: 13px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #07005e;
    background: url(../img/el_arr.png) no-repeat right center;
    background-size: contain;
    display: inline-block;
}

header > h2{
    margin-left: -10px;
    font-size: 26px;
    font-weight: 900;
    color: #07005e;
}
header > h2 span{
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

.cards_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
}
.event_place:before{
    content: "場所";
}
.event_teachers:before{
    content: "ロマンティスト";
}
.event_open:before{
    content: "開場";
}
.event_start:before{
    content: "開始";
}
.event_price:before{
    content: "料金";
}
#teacher .wp-pagenavi,
#event .wp-pagenavi{
    margin-top: 50px;
    padding: 15px 0;
    color: #07005e;
    font-size: 13px;
    text-align: center;
    background-color: white;
}
#teacher .wp-pagenavi > *,
#event .wp-pagenavi > *{
    margin: 0 18px;
    position: relative;
}
#teacher .wp-pagenavi > * + *:before,
#event .wp-pagenavi > * + *:before{
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    background-color: #07005e;
    display: block;
}

@media (max-width:1020px) {
    .content_inner{
        max-width: 740px;
    }
    #g_header + section:before{
        height: 160px;
    }
    a.more_btn{
        height: 15px;
        padding-right: 17px;
        font-size: 20px;
        line-height: 15px;
    }
    .cards_wrap{
        flex-wrap: wrap;
    }
}
@media (max-width:640px) {
    header > h2 span{
        margin-top: 10px;
        padding-left: 0;
        display: block;
    }
    #g_header + section:before,
    #g_header + section:after{
        content: none;
    }
    .content_inner > h2{
        padding-left: 15px;
        font-size: 25px;
        text-align: left !important;
    }
    .content_inner > h2 span{
        margin-top: 10px;
        padding-left: 0;
        display: block;
    }
    #bread{
        padding: 10px 15px 0;
    }
    #teacher .wp-pagenavi,
    #event .wp-pagenavi{
        margin-top: 15px;
    }
}
/* TOP */
#top_main_visual{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#top_main_visual li{
    float: left;
}
#top_main_visual img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#top_slide_control .prev{
    width: 23px;
    height: 37px;
    background: url(../img/el_arr_2.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.5;
}
#top_slide_control .next{
    width: 23px;
    height: 37px;
    background: url(../img/el_arr_3.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.5;
}
#top_slide_pager{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
#top_slide_pager span{
    width: 9px;
    height: 9px;
    border: 2px solid white;
    border-radius: 7px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}
#top_slide_pager span.current:before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    margin: -2.5px 0 0 -2.5px;
    background-color: white;
    display: block;
}

#top > div + div{
    padding: 56px 20px;
}
#top header{
    position: relative;
}
#top header h2 + p a{
    position: absolute;
    right: 0;
    bottom: 0;
}

#top_news{
    background-color: white;
}
#top_news .content_inner{
    position: relative;
}
#top_news .content_inner:before{
    content: "";
    width: 63px;
    height: 113px;
    background: url(../img/chara_1.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -56px;
    display: block;
}
#top_news header h2:before{
    background: url(../img/icon_1.png) no-repeat left bottom;
    background-size: 25.5px auto;
}
#top_news ul{
    margin-top: 44px;
    padding-left: 40px;
}
#top_news ul li{
    margin-top: 22px;
    font-size: 14px;
}
#top_news ul li .category{
    display: none;
}
#top_news ul li time{
    margin-right: 19px;
    line-height: 1.5em;
    font-family: Helvetica, "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    vertical-align: middle;
}
#top_news ul li .title{
    width: 405px;
    line-height: 1.5em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#top_event header h2:before{
    background: url(../img/icon_2.png) no-repeat left bottom;
    background-size: 25px auto;
}
#top_event .empty_event_post{
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    color: #999;
}
#top_event article{
    background-color: white;
    overflow: hidden;
}
#top_event article .date{
    font-size: 17px;
    line-height: 17px;
    color: #07005e;
    text-align: center;
    border-bottom: 2px solid #0df1e9;
}
#top_event article .date time{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}
#top_event article .date .youbi{
    padding: 0 6px;
    margin: 0 6px;
    border-left: 1px solid #07005e;
    border-right: 1px solid #07005e;
    display: inline-block;
}

#top_event article.first{
    margin: 52px 0 20px;
    padding: 32px 52px 26px 11px;
    position: relative;
}
#top_event article.first.coming:after{
    content: '';
    width: 85px;
    height: 85px;
    background: url(../img/el_comming_soon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
#top_event article.first .left{
    width: calc(100% - 281px - 53px);
    max-width: 490px;
    position: absolute;
    top: 32px;
    left: 11px;
    bottom: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: opacity 0.3s ease;
}
#top_event article.first .left:hover{
    opacity: 0.6;
}
#top_event article.first .left a{
    width: 100%;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
#top_event article.first .right{
    width: 281px;
    float: right;
    position: relative;
}
#top_event article.first .date{
    padding-bottom: 11px;
}
#top_event article.first h3{
    margin-top: 13px;
    font-size: 17px;
    line-height: 27px;
}
#top_event article.first .event_place,
#top_event article.first .event_teachers,
#top_event article.first .event_summary{
    margin-top: 17px;
    padding-left: 48px;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #636363;
    position: relative;
}
#top_event article.first .event_place{
    margin-top: 25px;
    font-size: 17px;
    color: black;
    font-weight: bold;
}
#top_event article.first .event_place:before,
#top_event article.first .event_teachers:before,
#top_event article.first .event_summary:before{
    font-size: 13px;
    font-weight: normal;
    color: #636363;
    display: inline-block;
    position: absolute;
    left: 0;
}
#top_event article.first .event_summary{
    padding-left: 0;
}

#top_event article.first .more_btn{
    position: absolute;
    right: 0;
    bottom: 6px;
}
#top_event article.first .sns{
    margin-top: 22px;
}
#top_event .cards_wrap article{
    width: calc(50% - 7px);
    padding: 30px 25px 100px;
    position: relative;
    box-sizing: border-box;
}
#top_event .cards_wrap article > div:first-child{
    width: 100%;
    height: 188px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
#top_event .cards_wrap article > div:first-child a{
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
#top_event .cards_wrap article .date{
    padding-bottom: 7px;
}
#top_event .cards_wrap article h3{
    min-height: 2.5em;
    margin-top: 13px;
    font-size: 17px;
    line-height: 27px;
}
#top_event article .date .youbi{
    margin: 0 13px;
}
#top_event .cards_wrap article .more{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
#top_event .cards_wrap article .event_place{
    margin-top: 12px;
    padding-left: 35px;
    font-size: 13px;
    color: #636363;
    position: relative;
}
#top_event .cards_wrap article .event_place:before{
    position: absolute;
    left: 0;
}

#top_teachers{
    background-color: white;
}
#top_teachers header h2:before {
    background: url(../img/icon_3.png) no-repeat left bottom;
    background-size: 28px auto;
}
#top_teachers .cards_wrap{
    margin-top: 40px;
}
#top_teachers article{
    width: 250px;
    padding: 20px 0 0;
    background-color: white;
    position: relative;
}
#top_teachers article .avatar{
    text-align: center;
}
#top_teachers article .avatar img{
    width: 100%;
    max-width: 175px;
    height: auto;
}
#top_teachers article .name{
    margin: 25px 0 20px;
    font-size: 20px;
    text-align: center;
}
#top_teachers article .summary{
    color: #636363;
    font-size: 16px;
    line-height: 29px;
}
#top_teachers article .more{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
}

#top_bottom_chara{
    height: 235px;
    background: url(../img/chara_2.png) no-repeat center 90px;
    background-size: 215px auto;
    box-sizing: border-box;
    background-color: white;
}
@media (max-width:1020px) {
    #top > div + div{
        padding: 60px 20px 55px;
    }

    #top header > h2{
        margin-left: 0;
        padding-left: 30px;
    }
    #top header h2 + p a{
        right: 30px;
    }
    #top_news ul{
        padding: 0 30px;
    }
    #top_news .content_inner:before{
        right: 30px;
    }
    #top_event article.first{
        margin-bottom: 0;
        padding-bottom: 63px;
    }
    #top_event article.first .right{
        bottom: 63px;
        position: static;
    }
    #top_event article.first .left{
        width: calc(100% - 360px);
        bottom: 63px;
    }
    #top_event article.first .date{
        border: none;
        text-align: left;
        padding-bottom: 0;
    }
    #top_event article.first .sns{
        margin: 0;
        position: absolute;
        left: 40px;
        bottom: 25px;
    }
    #top_event .cards_wrap article{
        margin-top: 14px;
    }
    #top_event .cards_wrap article .date{
        font-size: 20px;
        line-height: 20px;
    }
    #top_event .cards_wrap article time{
        font-size: 25px;
    }
    #top_event .cards_wrap article h3{
        font-size: 18px;
        line-height: 24px;
    }
    #top_event .cards_wrap article .event_place{
        padding-left: 59px;
        font-size: 18px;
    }
    #top_event article.first .more_btn{
        right: 30px;
        bottom: 30px;
    }
    #top_teachers article{
        width: calc(33.3% - 22px);
    }
    #top_teachers article .name{
        margin: 15px 0 12px;
    }
    #top_teachers article .summary{
        font-size: 15px;
        line-height: 25px;
    }
    #top_bottom_chara{
        background-color: #f7f7f7;
    }
}
@media (max-width:640px) {
    #top_main_visual{
        display: none;
    }
    #top_main_visual li{
        height: 167px;
        overflow: hidden;
        position: relative;
    }
    #top_main_visual img{
        width: auto;
        height: 167px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #top_slide_pager{
        bottom: 6px;
    }
    #top_slide_pager span{
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    #top_slide_pager span.current:before{
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px;
    }
    #top > div + div{
        padding: 0;
    }
    #top header > h2{
        padding-top: 25px;
        padding-left: 15px;
        font-size: 22px;
    }
    header > h2:before{
        width: 28px;
        height: 22px;
    }
    #top header h2 + p a{
        padding-right: 15px;
        right: 5px;
        top: 30px;
        font-size: 13px;
    }
    #top_event{
        position: relative;
    }
    #top_event header h2:before{
        background-size: 20px auto;
    }
    #top_event .empty_event_post{
        padding-bottom: 20px;
    }
    #top_event article.first{
        margin-top: 22px;
        padding: 20px 21px 0;
        overflow: visible;
    }
    #top_event article.first .left{
        width: 100%;
        max-width: 100%;
        height: 265px;
        position: relative;
        top: 0;
        left: 0;
    }
    #top_event article.first .right{
        width: 100%;
        margin-top: 15px;
        padding-bottom: 85px;
        bottom: 0;
        float: none;
    }
    #top_event article.first.coming:after{
        width: 67px;
        height: 67px;
    }
    #top_event article.first h3{
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    #top_event article.first .date{
        border-bottom: 2px solid #0df1e9;
        text-align: center;
        padding-bottom: 7px;
    }
    #top_event article.first .event_teachers,
    #top_event article.first .event_summary{
        padding: 0;
    }
    #top_event article.first .event_teachers:before,
    #top_event article.first .event_summary:before{
        margin-bottom: 5px;
        display: block;
        position: relative;
    }
    #top_event article.first .sns{
        display: none;
    }
    #top_event article.first .more{
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }
    #top_event article.first .more_btn{
        position: relative;
        right: 0;
        bottom: 0;
    }
    #top_event .cards_wrap article h3{
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    #top_event .cards_wrap article .date{
        font-size: 17px;
    }
    #top_event .cards_wrap article time{
        font-size: 23px;
    }
    #top_event .cards_wrap article .event_place{
        font-size: 13px;
        line-height: 19px;
    }
    #top_event .cards_wrap{
        display: block;
    }
    #top_event article.first:before{
        content: "";
        width: 39px;
        height: 70px;
        background: url(../img/chara_3.png) no-repeat center bottom;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: -50px;
        display: block;
    }
    #top_event .cards_wrap article{
        width: 100%;
    }
    #top_teachers{
        background-color: transparent;
    }
    #top_teachers header h2:before{
        background-size: 20px;
    }
    #top_teachers .cards_wrap{
        margin-top: 22px;
    }
    #top_teachers article{
        width: 100%;
        margin-top: 2px;
        padding: 20px 0 20px 22px;
        overflow: hidden;
    }
    #top_teachers article .avatar{
            width: 85px;
            height: 85px;
            margin: 0;
            float: left;
    }
    #top_teachers article:first-child{
        width: 100%;
        display: block;
    }
    #top_teachers article .name{
        width: calc(100% - 100px);
        height: 85px;
        margin: 0;
        display: table;
    }
    #top_teachers article .name a{
        display: table-cell;
        vertical-align: middle;
    }
    #top_teachers article .summary{
        font-size: 14px;
        line-height: 29px;
    }
    #top_teachers article .more{
        width: auto;
        left: 0;
        right: 0;
        bottom: 47px;
    }

    #top_news{
        background-color: transparent;
    }
    #top_news header h2:before{
        background-size: 19px auto;
        background-position-y: center;
    }
    #top_news ul{
        margin-top: 20px;
        padding: 0;
    }
    #top_news ul li{
        margin-top: 2px;
        padding: 15px 15px 35px;
        position: relative;
        background-color: white;
    }
    #top_news ul li .title{
        width: auto;
        font-size: 13px;
        line-height: 20px;
        white-space: normal;
    }
    #top_news ul li time{
        margin: 0;
        padding-left: 13px;
        color: #72717b;
        font-size: 10px;
        background: url(../img/icon_time.png) no-repeat left center;
        background-size: 9px;
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
    #top_news ul li .category{
        display: block;
        font-size: 10px;
        color: #72717b;
        position: absolute;
        left: 15px;
        bottom: 10px;
    }
    #top_news .content_inner:before{
        display: none;
    }
    #top_bottom_chara{
        height: 135px;
        background-size: 190px auto;
        background-position: center bottom;
    }
    #top + #g_footer > div{
        border: none;
    }
}

/* ABOUT */
#about:before{
    content: none;
    height: 0 !important;
    display: none;
}
#about .content_inner {
    max-width: none;
    padding: 47px 0 0;
    text-align: center;
    position: relative;
}
#about .content_inner > h2:before{
    background: url(../img/icon_7.png) no-repeat left bottom;
    background-size: 23px auto;
}
#about .content_inner h3{
    font-size: 29px;
    font-weight: 200;
}
#about .content_inner ._1{
    margin-top: 45px;
    padding: 100px 0;
    color: white;
    background: url(../img/about_bg_1.jpg) no-repeat center center;
    background-size: cover
}
#about .content_inner ._1 h3{
    margin-bottom: 60px;
}
#about .content_inner ._1 p{
    font-size: 18px;
    line-height: 40px;
}
#about .content_inner ._1 p strong{
    font-size: 1.2em;
}
#about .content_inner ._2{
    padding: 100px 0;
    color: white;
    background: url(../img/about_bg_2.jpg) no-repeat center center;
    background-size: cover
}
#about .content_inner ._2 h3{
    margin-top: 60px;
}
#about .content_inner ._2 p{
    font-size: 22px;
    line-height: 40px;
}
#about .content_inner ._3{
    padding: 60px 0;
}
#about .content_inner ._3 h3{
    margin-bottom: 60px;
}
#about .content_inner ._4{
    margin-top: 45px;
    padding: 100px 0;
    color: white;
    background: url(../img/about_bg_3.jpg) no-repeat center center;
    background-size: cover
}
#about .content_inner ._4 p{
    font-size: 18px;
    line-height: 40px;
}
#about .content_inner ._5{
    padding: 40px 0;
    background-color: white;
}
#about .content_inner ._5 h4{
    margin: 30px 0;
    color: #07005e;
    font-size: 18px;
}
#about .content_inner ._5 p{
    max-width: 860px;
    margin: 15px auto;
    font-size: 14px;
    line-height: 25px;
}

@media (max-width:640px) {
    #about .content_inner > h2:before{
        display: none;
    }
    #about .content_inner ._1{
        padding: 60px 0;
    }
    #about .content_inner ._1 h3{
        margin-bottom: 40px;
        font-size: 15px;
    }
    #about .content_inner ._1 p,
    #about .content_inner ._2 p,
    #about .content_inner ._4 p,
    #about .content_inner ._5 p{
        font-size: 11px;
        line-height: 26px;
    }
    #about .content_inner ._2{
        padding: 60px 0;
    }
    #about .content_inner ._2 h3{
        margin-top: 40px;
        font-size: 18px;
    }
    #about .content_inner ._3 h3{
        margin-bottom: 40px;
        font-size: 15px;
    }
    #about .content_inner ._3 iframe{
        max-width: 100%;
    }
    #about .content_inner ._5 h3{
        margin-bottom: 40px;
        font-size: 15px;
    }
    #about .content_inner ._5 h4{
        font-size: 15px;
    }
    #about .content_inner ._5{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* FAQ */
#faq .content_inner{
    padding-top: 40px;
}
#faq h2{
    margin-bottom: 45px;
    text-align: center;
}
#faq dl{
    padding: 0 15px;
}
#faq dl dt,
#faq dl dd{
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}
#faq dl dt:before,
#faq dl dd:before{
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    color: #07005e;
}
#faq dl dd:before{
    content: "A";
}
#faq dl dt{
    margin-bottom: 10px;
}
#faq dl dd{
    margin-bottom: 30px;
}
@media (max-width:640px) {
    #faq dl dt,
    #faq dl dd{
        font-size: 11px;
    }
}


/* NEWS */
#news:before{
    background: url(../img/news_head_cover.jpg) no-repeat center bottom;
    background-size: cover;
}
#news.single:before{
    content: none;
}
#news .content_inner{
    padding:40px 0 75px;
    position: relative;
}
#news .content_inner > h2:before{
    background: url(../img/icon_1.png) no-repeat left bottom;
    background-size: 25px auto;
}
#news h2 + article{
    margin-top: 43px;
}
#news h2 + article:before{
    content: "";
    width: 63px;
    height: 113px;
    background: url(../img/chara_1.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -113px;
    right: 10px;
}
#news article{
    margin-top: 38px;
    padding: 40px 35px;
    background-color: white;
    position: relative;
}
#news article header{
    margin-bottom: 18px;
    overflow: hidden;
}
#news article header h3{
    margin-bottom: 29px;
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
}
#news article header .category{
    font-size: 12px;
    color: #72717b;
    float: left;
}
#news article header time{
    padding-left: 18px;
    font-size: 12px;
    font-family: Helvetica, "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #72717b;
    background: url(../img/icon_time.png) no-repeat left center;
    background-size: contain;
    float: right;
}
#news article .article_image{
    margin-bottom: 30px;
}
#news article .article_image img{
    max-width: 100%;
    height: auto;
}
#news article .content{
    color: #636363;
    font-size: 16px;
    line-height: 29px;
}
#news article .more{
    margin-top: 23px;
    text-align: right;
}
#news article .sns{
    position: absolute;
    bottom: 35px;
}
#news.single .sns{
    margin-top: 35px;
    position: relative;
    bottom: 0;
}
#news.single article .content img{
    max-width: 100%;
    height: auto;
}
#news.single article .content p{
    margin-top: 1em;
}
#news .wp-pagenavi{
    margin-top: 50px;
    padding: 15px 0;
    color: #07005e;
    font-size: 13px;
    text-align: center;
    background-color: white;
}
#news .wp-pagenavi > *{
    margin: 0 18px;
    position: relative;
}
#news .wp-pagenavi > * + *:before{
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    background-color: #07005e;
    display: block;
}

#news #side{
    color: #07005e;
    font-family: Helvetica, "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 116px;
    left: 50%;
    margin-left: 455px;
}
#news #side > div + div{
    margin-top: 40px;
}
#news #side h5{
    width: 85px;
    padding-bottom: 14px;
    border-bottom: 1px solid #07005e;
}
#news #side li{
    margin-top: 14px;
}

@media (max-width:1020px) {
    #news .content_inner{
        max-width: 740px;
        padding-bottom: 0;
    }
    #news #side{
        margin: 33px 0 0;
        position: relative;
        top: 0;
        left: 0;
        border-top: 1px solid #07005e;
    }
    #news #side > div{
        padding: 0 15px;
    }
    #news #side > div + div{
        border-top: 1px dotted #07005e;
    }
    #news #side h5{
        width: auto;
        padding: 25px 0 20px 26px;
        border: none;
        position: relative;
    }
    #news #side h5:before{
        content: "";
        width: 15px;
        height: 15px;
        background: url(../img/el_plus.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px;
        transition: all 200ms ease;
    }
    #news #side h5.open:before{
        transform: rotate(45deg);
    }
    #news #side > div + div{
        margin-top: 0;
    }
    #news #side ul{
        padding-bottom: 20px;
    }
    #news #side li:first-child{
        margin-top: 0;
    }
}
@media (max-width:640px) {
    #news h2 + article{
        margin-top: 28px;
    }
    #news article{
        margin-top: 2px;
        min-height: 85px;
        padding: 20px 11px 23px;
    }
    #news article header{
        padding-left: 100px;
        margin: 0;
        position: relative;
    }
    #news article header.no_image:before{
        content: "";
        width: 85px;
        height: 85px;
        background: url(../img/blank_news_image.png) no-repeat center center;
        background-size: contain;
        display: block;
        position: absolute;
        left: 0;
    }
    #news.single article header{
        padding-left: 0px;
        margin: 0 0 15px;
    }
    #news article header h3{
        height: 4.4em;
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
    }
    #news article .article_image{
        width: 85px;
        height: 85px;
        position: absolute;
        top: 20px;
        overflow: hidden;
    }
    #news.single article .article_image{
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }
    #news.single article .article_image img{
        width: 100%;
        height: auto;
    }
    #news article .content,
    #news article .sns,
    #news article .more{
        display: none;
    }
    #news.single article .content{
        display: block;
    }
    #news.single article .content{
        font-size: 13px;
        line-height: 20px;
    }
    #news.single article .content p + p{
        margin-top: 15px;
    }
    #news article .article_image img{
        width: auto;
        max-width: initial;
        height: 100%;
    }
    #news .wp-pagenavi{
        margin-top: 15px;
    }
    #news #side{
        margin: 23px 0 0;
    }
    #news #side h5 + ul{
        padding-bottom: 20px;
    }
}

/* EVENT */
#event:before{
    background: url(../img/event_head_cover.jpg) no-repeat center bottom;
    background-size: cover;
}
#event.single:before{
    content: none;
}
#event .content_inner{
    padding: 40px 0 75px;
    position: relative;
}
#event .content_inner > h2:before{
    background: url(../img/icon_2.png) no-repeat left bottom;
    background-size: 25px auto;
}
#event h2 + div{
    position: relative;
}
#event h2 + div:before {
    content: "";
    width: 123px;
    height: 84px;
    background: url(../img/chara_4.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -84px;
    right: 10px;
    display: block;
}
#event.list article{
    background-color: white;
    overflow: hidden;
}
#event article .date{
    font-size: 17px;
    line-height: 18px;
    color: #07005e;
    text-align: center;
    border-bottom: 2px solid #0df1e9;
}
#event article .date time{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}
#event article .date .youbi{
    padding: 0 6px;
    margin: 0 6px;
    border-left: 1px solid #07005e;
    border-right: 1px solid #07005e;
    display: inline-block;
}

#event article:first-child{
    margin-top: 45px;
}
#event article{
    margin: 24px 0 20px;
    padding: 32px 52px 26px 11px;
    position: relative;
    background-color: white;
    overflow: hidden;
}
#event.list article.coming:after{
    content: '';
    width: 85px;
    height: 85px;
    background: url(../img/el_comming_soon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
#event article .left{
    width: calc(100% - 281px - 53px);
    max-width: 490px;
    text-indent: -9999px;
    position: absolute;
    top: 32px;
    left: 11px;
    bottom: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: opacity 0.3s ease;
}
#event.list article .left:hover{
    opacity: 0.6;
}
#event article .left a{
    width: 100%;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
#event article .right{
    width: 281px;
    float: right;
    position: relative;
}
#event article .date{
    padding-bottom: 11px;
}
#event article h3{
    margin-top: 13px;
    font-size: 17px;
    line-height: 27px;
}
#event article .event_place,
#event article .event_teachers,
#event article .event_summary,
#event article .event_open,
#event article .event_start,
#event article .event_price{
    margin-top: 17px;
    padding-left: 48px;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #636363;
    position: relative;
}
#event article .event_place,
#event article .event_open,
#event article .event_start,
#event article .event_price{
    margin-top: 25px;
    font-size: 17px;
    color: black;
    font-weight: bold;
}
#event article .event_place:before,
#event article .event_teachers:before,
#event article .event_open:before,
#event article .event_start:before,
#event article .event_price:before{
    font-size: 13px;
    font-weight: normal;
    color: #636363;
    display: inline-block;
    position: absolute;
    left: 0;
}
#event article .event_teachers:before{
    position: relative;
    display: block;
}
#event article .event_teachers,
#event article .event_summary{
    padding-left: 0;
}

#event.list article .more_btn{
    position: absolute;
    right: 0;
    bottom: 6px;
}
#event.list article .sns{
    margin-top: 22px;
}


#event.single article{
    padding-left: 52px;
}
#event.single article header{
    position: relative;
    overflow: hidden;
}
#event article .content{
    clear: both;
    padding-bottom: 80px;
}
#event article .content + .content{
    border-top: 1px solid #837fae;
}
#event article .content .upper{
    padding-bottom: 25px;
}
#event article .content .upper p{
    margin-top: 30px;
}
#event article .content p{
    margin-top: 1em;
    font-size: 13px;
    line-height: 22px;
    color: #636363;
}
#event header h2:before {
    background: url(../img/icon_3.png) no-repeat left bottom;
    background-size: 28px auto;
}
#event .teachers .cards_wrap{
    flex-wrap: wrap;
    justify-content:flex-start;
}
#event .teachers h4{
    margin-top: 30px;
    font-size: 26px;
    font-weight: 900;
    color: #07005e;
}
#event .teachers h4 span{
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}
#event .cards_wrap > div{
    width: 33.3%;
    padding: 20px 3% 0;
    background-color: white;
    position: relative;
    box-sizing: border-box;
}
#event .teachers .avatar{
    text-align: center;
}
#event .teachers .avatar img{
    width: 100%;
    max-width: 175px;
    height: auto;
}
#event .teachers .name{
    margin: 25px 0 20px;
    font-size: 20px;
    text-align: center;
}
#event .teachers .summary{
    color: #636363;
    font-size: 16px;
    line-height: 29px;
}
#event .teachers .more{
    text-align: center;
    line-height: 10px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
#event .cards_wrap.photos{
    padding: 50px 0;
    flex-wrap: wrap;
}
#event .cards_wrap.photos p{
    width: 50%;
    margin: 0;
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
#event .cards_wrap.photos p:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #d0cfd9;
    display: block;
}
#event .cards_wrap.photos p img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#event #side{
    color: #07005e;
    font-family: Helvetica, "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 116px;
    left: 50%;
    margin-left: 455px;
}
#event #side > div + div{
    margin-top: 40px;
}
#event #side h5{
    width: 85px;
    padding-bottom: 14px;
    border-bottom: 1px solid #07005e;
}
#event #side li{
    margin-top: 14px;
}
#event_map{
    margin-top: 20px;
}


@media (max-width:1020px) {
    #event .content_inner{
        padding-bottom: 0;
    }
    #event.list article{
        margin-bottom: 0;
        padding-bottom: 63px;
    }
    #event.list article .left{
        bottom: 63px;
    }
    #event.list article .right{
        width: 238px;
        position: static;
    }
    #event.list article .date{
        border: none;
        text-align: left;
        padding-bottom: 0;
    }
    #event.list article .sns{
        margin: 0;
        position: absolute;
        left: 40px;
        bottom: 25px;
    }
    #event.list article .more_btn{
        right: 30px;
        bottom: 30px;
    }
    #event .teachers h4{
        padding-left: 15px;
        font-size: 25px;
        text-align: left !important;
    }
    #event .teachers h4 span{
        margin-top: 10px;
        padding-left: 0;
        display: block;
    }

    #event #side{
        margin: 33px 0 0px;
        position: relative;
        top: 0;
        left: 0;
        border-top: 1px solid #07005e;
    }
    #event #side > div{
        padding: 0 15px;
    }
    #event #side > div + div{
        border-top: 1px dotted #07005e;
    }
    #event #side h5{
        width: auto;
        padding: 25px 0 20px 26px;
        border: none;
        position: relative;
    }
    #event #side h5:before{
        content: "";
        width: 15px;
        height: 15px;
        background: url(../img/el_plus.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px;
        transition: all 200ms ease;
    }
    #event #side h5.open:before{
        transform: rotate(45deg);
    }
    #event #side > div + div{
        margin-top: 0;
    }
    #event #side ul{
        padding-bottom: 20px;
    }

}
@media (max-width:640px) {
    #event h2 + div:before{
        content: none;
    }
    #event.list{
        position: relative;
    }
    #event.list header h2:before{
        background-size: 20px auto;
    }
    #event.list article{
        margin-top: 22px;
        padding: 20px 21px 0;
        overflow: visible;
    }
    #event article .left{
        width: 100%;
        max-width: 100%;
        height: 265px;
        background-size: cover;
        position: relative;
        top: 0;
        left: 0;
    }
    #event.list article .right,
    #event article .right{
        width: 100%;
        margin-top: 15px;
        padding-bottom: 85px;
        float: none;
    }
    #event.list article.coming:after{
        width: 67px;
        height: 67px;
    }
    #event article h3{
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    #event article .date{
        border-bottom: 2px solid #0df1e9;
        text-align: center;
        padding-bottom: 7px;
    }
    #event.list article .event_teachers,
    #event.list article .event_summary{
        padding: 0;
    }
    #event.list article .event_teachers:before,
    #event.list article .event_summary:before{
        margin-bottom: 5px;
        display: block;
        position: relative;
    }
    #event.list article .sns{
        display: none;
    }
    #event.list article .more{
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }
    #event.list article .more_btn{
        position: relative;
        right: 0;
        bottom: 0;
    }
    #event.single article{
        padding: 0;
    }
    #event.single article header{
        padding: 20px 23px 0;
        background-color: white;
    }
    #event.single article .right{
        padding-bottom: 0;
    }
    #event.single article .content{
        padding: 0 23px 65px;
    }
    #event article .content + .content{
        border: 0;
    }
    #event article .event_place, 
    #event article .event_open, 
    #event article .event_start, 
    #event article .event_price{
        font-size: 15px;
    }
    #event.single article .teachers{
        padding: 0;
        background-color: #faf9f4;
    }
    #event.single article .teachers{
        padding-top: 33px;
    }
    #event.single .teachers h4{
        margin: 0 0 12px;
    }
    #event.single .cards_wrap{
        display: block;
    }
    #event.single .cards_wrap > div{
        width: 100%;
        margin-top: 2px;
        padding: 20px 0 20px 22px;
        overflow: hidden;
    }
    
    #event .teachers .name{
        width: calc(100% - 100px);
        height: 85px;
        margin: 0;
        display: table;
    }
    #event .teachers .name a{
        display: table-cell;
        vertical-align: middle;
    }
    #event .cards_wrap > div .avatar{
        width: 85px;
        height: 85px;
        margin: 0;
        float: left;
    }
    #event.single .teachers .summary{
        display: none;
    }
    #event .teachers .more{
        width: 100%;
        margin: 0;
        position: relative;
        bottom: 0;
    }
    #event .teachers .more a{
        height: 10px;
        font-weight: normal;
        font-size: 12px;
        line-height: 10px;
    }
    #event.single .cards_wrap.photos{
        padding: 40px 0 0;
        background-color: #faf9f4;
    }
    #event .cards_wrap.photos p{
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }
    #event .cards_wrap.photos p:after{
        display: none;
    }
    #event.single .sns{
        display: none;
    }

    #event #side{
        margin: 23px 0 0;
    }
    #event #side h5 + ul{
        padding-bottom: 20px;
    }
}

/* TEACHER */
#teacher:before {
    background: url(../img/teacher_head_cover.jpg) no-repeat center bottom;
    background-size: cover;
}
#teacher.single:before{
    content: none;
}
#teacher.single .content_inner{
    padding-bottom: 45px;
}
#teacher .content_inner > h2{
    margin: 35px 0 45px;
}
#teacher .content_inner > h2:before {
    background: url(../img/icon_3.png) no-repeat left bottom;
    background-size: 28px auto;
}
#teacher.list .cards_wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
#teacher.list .cards_wrap:before,
#teacher.single article:before{
    content: "";
    width: 72px;
    height: 87px;
    background: url(../img/chara_5.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: -87px;
    right: 0;
}
#teacher.list .cards_wrap > div{
    width: 32.5%;
    padding: 13px 15px 10px;
    margin-bottom: 47px;
    margin-right: 0.8%;
    background-color: white;
    position: relative;
    box-sizing: border-box;
}
#teacher.list .cards_wrap > div .avatar{
    text-align: center;
}
#teacher.list .cards_wrap > div .avatar img{
    width: 100%;
    max-width: 175px;
    height: auto;
}
#teacher.list .cards_wrap > div .name{
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
#teacher.list .cards_wrap > div .summary{
    font-size: 16px;
    line-height: 29px;
    color: #636363;
}
#teacher.list .cards_wrap > div .more{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
}
#teacher.single article{
    padding: 30px 35px 50px;
    background-color: white;
    position: relative;
}
#teacher.single article > *{
    max-width: 700px;
    margin: 0 auto;
}
#teacher.single article .avatar{
    text-align: center;
}
#teacher.single article .avatar img{
    max-width: 100%;
    height: auto;
}
#teacher.single article .name{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
#teacher.single article .summary{
    margin-top: 0;
}
#teacher.single article .summary p{
    padding-left: 0;
    font-size: 16px;
    line-height: 29px;
    color: #636363;
}
#teacher.single article > div{
    margin-top: 70px;
}
#teacher.single article > div > p{
    margin-top: 11px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 15px;
    color: #636363;
}
#teacher.single article > div > .website{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/icon_4.png) no-repeat left center;
    background-size: contain;
}
#teacher.single article > div > .twitter{
    background: url(../img/icon_5.png) no-repeat left center;
    background-size: 15px auto;
}
#teacher.single article > div > .facebook{
    background: url(../img/icon_6.png) no-repeat 4px center;
    background-size: 7px auto;
}

@media (max-width:640px) {
    #teacher.single .content_inner{
        padding-bottom: 0;
    }
    #teacher.list .cards_wrap > div{
        width: 100%;
        margin: 2px 0 0;
        padding: 20px 0 20px 22px;
        overflow: hidden;
    }
    #teacher.list .cards_wrap > div .avatar{
        width: 85px;
        height: 85px;
        margin: 0;
        float: left;
    }
    #teacher.list .cards_wrap > div .summary{
        display: none;
    }
    #teacher.list .cards_wrap > div .name{
        width: calc(100%  - 100px);
        height: 85px;
        margin: 0;
        display: table;
    }
    #teacher.list .cards_wrap > div .name a{
        display: table-cell;
        vertical-align: middle;
    }
    #teacher.list .cards_wrap > div .more{
        
        position: relative;
        bottom: 0;
    }
    #teacher.list .cards_wrap > div .more a{
        height: 10px;
        font-weight: normal;
        font-size: 12px;
        line-height: 10px;
    }
    #teacher.single article{
        padding: 20px 20px 50px;
    }
    #teacher.single article .summary{
        font-size: 14px;
    }
}

#contact:before{
    content: none;
    height: 0 !important;
    display: none;
}
#contact .content_inner{
    padding: 40px 0 75px;
}
#contact article{
    padding: 80px 0;
    margin-top: 40px;
    background-color: white;
}
#contact article dl{
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 500;
    overflow: hidden;
}
#contact article dl + dl{
    margin-top: 30px;
}
#contact article dl dt{
    width: 200px;
    text-align: center;
    float: left;
}
#contact article dl dd{
    width: 400px;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
    border-left: 2px solid #0df1e9;
    box-sizing: border-box;
}
#contact article dl span{
    padding-left: 10px;
    font-size: 15px;
}
@media (max-width:640px) {
    #contact article{
        padding: 60px 0;
    }
    #contact article dl{
        width: 300px;
        font-size: 15px;
    }
    #contact article dl dt{
        text-align: left;
        float: none;
    }
    #contact article dl dd{
        width: 100%;
        padding: 0;
        border-left: none;
        border-top: 2px solid #0df1e9;
        display: block;
    }
}