@media screen and (max-width: 1024px) {
    #header .inner {
        width: 95%
    }

    #navi {
        display: none
    }

    .foot_navi {
        padding: 10px 0
    }

    .foot_navi ul {
        width: 95%
    }

    #footer .inner {
        padding: 20px 0;
        margin: 0 auto;
        width: 95%
    }

    #slideshow {
        padding-top: 115px
    }

    #slideshow #catch {
        width: 250px
    }

    #slideshow .next_contents {
        display: none
    }

    .single {
        width: 95%;
        padding-bottom: 40px
    }

    #main_contents {
        padding-top: 40px
    }

    .bg_01 {
        padding-top: 40px;
        margin-bottom: 40px
    }

    .column2_tab {
        display: block;
        margin-bottom: 0
    }

    .column2_tab .child {
        width: 100%;
        margin: 0 0 20px
    }

    .column2_tab .child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column2_tab .child:last-child {
        margin: 0
    }

    .contact_box {
        width: 95%
    }

    .program_box {
        min-height: 435px
    }

    .program_box .program_txt {
        width: 100%
    }

    .program_box .program_txt .program_course {
        padding: 20px
    }

    .program_box .program_detail {
        margin-right: 0;
        width: 53%
    }

    .program_box .program_img {
        top: 225px
    }

    .article .article_detail {
        padding: 50px 0
    }

    .article.article_small .article_detail {
        padding: 30px 0
    }

    .page_bnr {
        margin-bottom: 40px
    }

    .gallery_ul li a {
        height: 155px
    }

    .tel {
        font-size: 2.5rem
    }

    .w400 {
        width: 300px
    }

    .pcbr {
        display: none
    }

    .tbbr {
        display: block
    }

    .pc-tcenter {
        text-align: left
    }

    .breadcrumb_box .breadcrumb {
        width: 95%
    }

    #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: #c5ac5e;
        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 {
        display: block;
        padding: 10px 20px;
        font-size: 1.4rem;
        color: #FFFFFF
    }

    #drawernav ul li a:before {
        font-family: 'FontAwesome';
        font-weight: 900;
        content: "\f0da";
        margin-right: 10px
    }

    #drawernav img {
        display: block;
        width: 90%;
        padding: 5px 0;
        margin: 0 auto
    }

    .icon-bar {
        height: 2px;
        background: #FFFFFF;
        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 {
        background: #c5ac5e;
        display: block;
        position: fixed;
        top: 2.5%;
        right: 1%;
        z-index: 600;
        width: 35px;
        padding: 19px 10px 12px;
        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 {
        z-index: 2;
        opacity: 0.3;
        left: -240px;
        position: fixed
    }

    .bg_common {
        padding-top: 64px;
      }
}

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

    
.column2 .child2 {
    /* width: 380px; */
    width: 43%;
}

}

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

    
    .column2 .child2 {
        /* width: 380px; */
        width: 42%;
    }
    
    }


@media screen and (max-width: 667px) {
    body {
        font-size: 1.2rem
    }

    #header .inner #logo {
        width: 80px
    }

    .foot_navi {
        background: #FFFFFF;
        padding: 10px 0 20px;
        border-top: none
    }

    .foot_navi ul li {
        display: block;
        width: 100%;
        margin: 0 0 12px;
        padding-bottom: 12px;
        border-bottom: 1px dotted #CCCCCC;
        text-align: left
    }

    .foot_navi ul li:last-child {
        margin: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .foot_navi ul li:before {
        display: none
    }

    .foot_navi ul li a {
        padding: 0
    }

    .foot_navi ul li a:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        content: "\f0da";
        margin-right: 10px;
        color: #e4ce9f
    }

    #footer {
        border-top: none
    }

    #slideshow {
        padding-top: 85px
    }

    #slideshow #catch {
        width: 180px
    }

    .single.single_02 {
        width: 95%
    }

    .contents {
        display: block
    }

    .contents .main,
    .contents .side {
        width: 100%
    }

    .contents .main {
        margin-bottom: 40px
    }

    .bg_contents {
        padding: 80px 0
    }

    .contact_box {
        padding: 15px;
        top: -65px
    }

    .mtitle_big {
        font-size: 2.6rem
    }

    .mtitle_sub {
        font-size: 2rem
    }

    .mtitle_sub span {
        display: block;
        font-size: 1.4rem
    }

    .mtitle_middle {
        font-size: 1.6rem
    }

    .mtitle_small {
        font-size: 1.5rem
    }

    .mtitle_bnr {
        font-size: 1.5rem
    }

    .mtitle_line {
        font-size: 1.5rem
    }

    .btn01,
    .btn02 {
        width: 95%
    }

    .half {
        display: block;
        margin-bottom: 40px
    }

    .half .child {
        width: 100%
    }

    .column2 {
        display: block
    }

    .column2 .child {
        width: 100%;
        margin: 0 0 15px
    }

    .column2 .child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column2 .child2 {
        /* width: 380px; */
        width: 93%;
    }

    .column3 .child {
        width: 48.5%
    }

    .column3 .child:nth-child(3n) {
        margin: 0 3% 3% 0
    }

    .column3 .child:nth-child(2n) {
        margin: 0 0 3%
    }

    .program_box {
        min-height: inherit
    }

    .program_box .program_txt {
        width: 100%
    }

    .program_box .program_course {
        padding: 15px 15px 30px
    }

    .program_box .program_course span {
        right: 15px;
        font-size: 22rem
    }

    .program_box .program_detail {
        margin: 0 0 20px;
        width: 100%
    }

    .program_box .program_img {
        position: static;
        margin-top: 20px;
        width: auto
    }

    .page_bnr {
        display: block
    }

    .page_bnr li {
        width: 100%
    }

    .list_bnr {
        display: block;
        margin-bottom: 20px
    }

    .list_bnr li {
        width: 99%;
        margin: 0 0 10px
    }

    .newsbox {
        display: block
    }

    .newsbox .news-ttl {
        width: 100%;
        text-align: center;
        border-right: none;
        margin-bottom: 20px
    }

    .newsbox .news-bx {
        padding: 0
    }

    .tbl {
        font-size: 1rem
    }

    .tbl th,
    .tbl td {
        padding: 5px
    }

    .tbl01 th {
        width: 30%
    }

    .company th {
        width: 30%
    }

    .tbl_new th {
        width: 20%
    }

    .list_note {
        font-size: 1rem
    }

    .article {
        display: block
    }

    .article.article_small .article_image,
    .article.article_small .article_detail {
        width: 100%
    }

    .article.article_small .article_image {
        display: none
    }

    .article.article_small .article_detail {
        padding: 20px 0
    }

    .article.article_small .article_detail .inner {
        width: 90%
    }

    .article.article_small:last-child {
        margin-bottom: 40px
    }

    .box_style {
        display: block;
        padding: 15px
    }

    .box_style .box_image,
    .box_style .box_detail {
        width: 100%
    }

    .box_style .box_image {
        display: none
    }

    .gallery_ul li {
        width: 48.5%
    }

    .gallery_ul li:nth-child(3n) {
        margin: 0 3% 3% 0
    }

    .gallery_ul li:nth-child(2n) {
        margin: 0 0 3%
    }

    .gallery_ul li a {
        height: 130px
    }

    .fleft0,
    .fleft1,
    .fleft2,
    .fright0,
    .fright1,
    .fright2 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .w200,
    .w300,
    .w400 {
        width: 100%
    }

    .pc {
        display: none
    }

    .sp {
        display: block
    }

    .tbbr {
        display: none
    }

    .spbr {
        display: block
    }

    .sp_img {
        width: 180px
    }

    .page_title_box .inner {
        padding: 100px 0 40px
    }

    .page_title_box .inner .page_title {
        font-size: 3rem
    }

    .form dl {
        margin: 10px 0
    }

    .form dl dt {
        float: none;
        width: 100%;
        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: 95%
    }

    .form .textarea02 {
        width: 43.5%
    }

    .form button {
        width: 95%
    }

    .article_detail {
        width: 100% !important
    }

    /* blog */
  .blog_contents .blog_main,
  .blog_contents .blog_side {
    width: 100%;
  }
  .blog_contents .blog_side {
    margin-top: 50px;
  }
  .pages {
    margin-top: 30px;
  }
  .pages .page_next,
  .pages .page_prev {
    display: block;
    float: none;
  }
  .pages .page_next {
    margin-bottom: 10px;
  }

  
.column4 > .child {
    width: 48.5%;
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(3n) {
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(2n) {
    margin: 0 0 6% 0;
  }
  .column4_ver2 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column4_ver2 > .child:nth-child(4n), .column4_ver2 > .child:nth-child(3n), .column4_ver2 > .child:nth-child(2n) {
    margin: 0 0 40px;
  }
  .column4_ver2 > .child:last-child {
    margin: 0;
  }

}

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

    .column2 .child2 {
        /* width: 380px; */
        width: 88%;
    }
    
    }



/*# sourceMappingURL=smartphone.css.map */