@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
#phonemenuA {
    display: none;
    padding: 0;
    margin: 0;
}
#meanmenu, #humberger, #drawernav {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    /* header */
    #header .inner {
        width: 95%;
        padding: 10px;
    }
    #header .inner #menu {
        display: none;
    }
    /* footer */
    #footer .inner {
        width: 95%;
    }
    #footer .inner #fmenu {
        display: none;
    }
    /* contents */
    #slideshow {
        margin-bottom: 30px;
    }
    .single {
        width: 95%;
        margin: 0 auto 30px;
    }
    .mtitleB {
        font-size: 1.2rem;
    }

    .mtitleC {
        font-size:  1.2rem;
    }

    .box__half {
        width:  100%;
        margin-bottom:  10px;
    }

    #index01 {
        margin-bottom: 30px;
    }
    #index01 .inner {
        width: 95%;
    }
    #index01 .inner figure, #index01 .inner .index01_txt_box {
        float: none;
        width: 100%;
    }
    #index01 .inner figure img {
        width: 100%;
    }
    #index01 .inner .index01_txt_box {
        min-height: auto;
    }
    .contact_box {
        width: 95%;
        margin: 0 auto -100px;
        padding: 10px;
    }
    .program_box .program_txt {
        width: 100%;
    }
    .program_box .program_detail {
        margin: 0 0 20px;
    }
    .program_box .program_img {
        position: static;
        margin-top: 20px;
    }
    .middle_img {
        width: 315px;
    }
    .galleryUl .galleryList {
        width: 30.4%;
        font-size: .75rem;
    }
    /* phonemenu */
    #page {
        padding: 0;
        position: relative;
        z-index: 2;
        left: 0;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    #drawernav {
        display: block;
        position: fixed;
        top: 0;
        right: -240px;
        width: 240px;
        height: 100%;
        background: #004287;
        color: #fff;
        z-index: 500;
        padding-top: 40px;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    #drawernav ul {
        list-style: none;
        padding: 0;
    }
    #drawernav ul li a {
        color: #fff;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: .8rem;
    }
    #drawernav ul li a:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        margin-right: 10px;
    }
    #drawernav img {
        display: block;
        width: 90%;
        padding: 5px 0;
        margin: 0 auto;
    }
    #drawernav h4 {
        padding: 0 15px;
    }
    .icon-bar {
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 6px;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    .fixed-content {
        right: inherit;
        width: 100%;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    #overlay {
        z-index: -1;
        opacity: 0;
        background: #000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    #humberger {
        display: block;
        position: absolute;
        top: 13px;
        right: 10px;
        z-index: 600;
        background: #004287;
        width: 35px;
        padding: 15px 9px 10px;
        cursor: pointer;
    }
    .drawer-opened #page {
        left: -240px;
        box-shadow: 1px 0 2px #000;
        -webkit-box-shadow: 1px 0 2px #000;
    }
    .drawer-opened .fixed-content {
        left: -240px;
    }
    .drawer-opened #drawernav {
        right: 0;
    }
    .drawer-opened #humberger .icon-bar {
        background: #fff;
    }
    .drawer-opened #humberger :nth-child(1) {
        transform: translate(0, 8px) rotate(45deg);
        -webkit-transform: translate(0, 8px) rotate(45deg);
    }
    .drawer-opened #humberger :nth-child(2) {
        transform: translate(-20px, 0);
        -webkit-transform: translate(-20px, 0);
        opacity: 0;
    }
    .drawer-opened #humberger :nth-child(3) {
        transform: translate(0, -8px) rotate(-45deg);
        -webkit-transform: translate(0, -8px) rotate(-45deg);
    }
    .drawer-opened #overlay {
        opacity: 0.3;
        left: -240px;
        position: fixed;
    }

    .clumn2 .clumnList {
        float:  none;
        width:  100%;
        margin-bottom:  20px;
    }

    .news-bl dt {
        float:  none;
        width:  100%;
    }

    .news-bl dd {
        padding:  0;
    }

    .news-bl dd:last-child {
        margin-bottom: 20px;
    }

    .slick-dots {
        display: none!important;
    }

    .tel__text {
        display:  none;
    }

    .telBtn {
        display:  none;
    }

    .header__text {
        /* width: 79%; */
        font-size:  12px;
        line-height: 1.2;
        /* padding-right: 64px; */
    }


    .telBtn02 a {
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff;
        padding-left: 17px;
    }


}
@media screen and (max-width: 670px) {
    body {
        font-size: 12px;
    }
    .fright2 {
        float: none;
        margin: 0 0 15px;
    }
    #header .inner #logo {
        width: 210px;
    }
    #footer {
        text-align: center;
    }
    #slideshow .skippr {
        min-height: 350px;
    }
    .lsingle, .rsingle {
        float: none;
        width: auto;
    }
    .lsingle {
        margin-bottom: 20px;
    }
    .btn01 {
        width: 95%;
    }
    .mtitleA {
        font-size: 1.5rem;
    }
    .mtitleD {
        font-size: 1rem;
        padding: 15px;
    }
    #index01 .inner .index01_txt_box h2 {
        font-size: 1.5rem;
    }
    #index01 .inner .index01_txt_box dt {
        font-size: 1.1rem;
    }
    #index01 .inner .index01_txt_box dt strong {
        font-size: 1.2rem;
    }
    .scrollbar {
        height: auto;
    }
    .program_box .program_course {
        padding: 15px 15px 30px;
    }
    .program_box .program_course .program_ttl {
        font-size: 1.2rem;
    }
    .program_box .program_course span {
        font-size: 1.7rem;
        right: 0;
        bottom: 0;
    }
    .contents_bg {
        padding: 80px 0;
    }
    .clumn3 .clumnList {
        float: none;
        width: 100%;
        margin: 0 0 10%;
    }
    .clumn3 .clumnList:last-child {
        margin: 0;
    }
    .pageTitleBox {
        padding: 15px;
    }
    .pageTitleBox .pageTitle {
        font-size: 1.5rem;
    }
    .pageTitleBox .pageTitle span {
        display: inline-block;
        font-size: 1.2rem;
        margin-left: 5px;
    }
    .contact_box {
        top: 0;
        margin: 0 auto;
    }
    .middle_img, .middle_img02 {
        width: 100%;
    }
    .galleryUl .galleryList {
        margin: 0 0 15px;
        width: 265px;
    }
    .galleryUl .galleryList:last-child {
        margin: 0;
    }
    /* form */
    .form dl {
        margin: 10px 0;
    }
    .form dl dt {
        float: none;
        width: 100%;
        height: 20px;
        line-height: 20px;
        padding-top: 10px;
    }
    .form dl dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 20px;
    }
    .form dl dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .form .textarea, .form textarea, .form .dropdown {
        width: 96%!important;
    }

    .tbl th,.tbl td {
        width:  100%;
        display:  block;
        box-sizing:  border-box;
    }
    
    .btnBox {
        display: none;
}


}



@media screen and (max-width: 450px) {
    .program_box .program_course .program_ttl {
        font-size: .9rem;
    }
}