#contents {
    width: 95%;
    max-width: 1200px;
    margin: auto auto 3em auto;
    padding-bottom: 2em;
    overflow: hidden;
}


.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.0rem;
    line-height: 1;
    display: block;
}


/*=========================
// id #sub_navigation
===========================*/

#sub_navigation {
    /* width: 98%;g */
    margin: auto auto 2em auto;
    max-width: 1200px;
    /**/
    display: flex;
    /**/
    justify-content: space-between;
}

#sub_navigation .box {
    width: 49%;
    margin-bottom: 1em;
    position: relative;

}

#sub_navigation .subnav_bg {
    padding: 2em 5%;
}

#sub_navigation .inside {
    height: 270px;
    padding: 1.5em 1.5em;
}

#sub_navigation .box h3 {
    margin-bottom: 0.5em;
}

#sub_navigation .box h3 img {
    width: 100%;
    max-width: 472px;
}


#sub_navigation #school h4 {
    color: #fff;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    background: #449DD1;
    border-radius: 1em;
    display: inline-block;
}

#sub_navigation .inside {
    background: #fff;
}

#sub_navigation .link a {
    width: 70%;
    margin: auto;
    padding: 0.4em 1em 0.5em 1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #5e383f;
    display: block;
    border-radius: 2em;
}

/* individual */

#sub_navigation #mrc {
    background: #FFECEB;
}

#sub_navigation #mrc .popup {
    width: 50%;
    position: absolute;
    top: -3em;
    right: -1em;
    z-index: 2;
}

#sub_navigation #mrc .popup img {
    width: 100%;
}

#sub_navigation #mrc p {
    margin-bottom: 1em;
}

#sub_navigation #mrc dt {
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    color: #fff;
    font-weight: bold;
    /* background: #7b442b; */
    background: #966B9D;
    border-radius: 2em;
    display: inline-block;
}

#sub_navigation #mrc dd {
    margin-bottom: 0.5em;
}

#sub_navigation #mrc .dd_txt {
    width: 94%;
}

#sub_navigation #school {
    /* background: #d6f4d1; */
    background: #EDF1E4;
}

#sub_navigation #school p {
    margin-bottom: 1em;
}

#sub_navigation #school .br1 {
    display: block;
}

#wakeari #sub_navigation h3 {
    background: none;
    width: 100%;
    max-width: 472px;
    padding: 0;
    margin: 0;
}


@media screen and (max-width: 1150px) {
    #sub_navigation .inside {
        height: 250px;
        padding: 1.5em 1.5em;
    }
}


@media screen and (max-width: 1090px) {
    #sub_navigation #school .br1 {
        display: none;
    }

}


@media screen and (max-width: 910px) {
    #sub_navigation .inside {
        height: 290px;
    }
}

/* // note #sub_navigaton mobile */

@media print,
screen and (max-width: 768px) {

    /* ////////// mobile ////////// */
    #sub_navigation {
        width: 100%;
        margin: auto;
        font-size: 1.3rem;
        display: block;
    }

    #sub_navigation .box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #sub_navigation .box h3 {
        margin-bottom: 0;
    }

    #sub_navigation .box h3 img {
        width: 90%;
    }

    #sub_navigation .subnav_bg {
        padding: 1em 5%;
    }

    #sub_navigation .inside {
        height: auto;
        padding: 1em;
    }

    /* mrc */
    #sub_navigation #mrc .popup {
        width: 45%;
        position: absolute;
        top: -2em;
        right: 0;
        z-index: 2;
    }

    #sub_navigation #mrc dd {
        margin-bottom: 0;
    }


    /* mobile end */
}


/*
.taxin {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    padding: 0 2.5%;
    margin: 0 0 8px;
}

#contents_all {
    margin-bottom: 0;
    padding: 79px 0 0;
}


.bg_3rd {
    padding: 3em 0;
    background: url(../img/top/design.png) repeat 0 0;
}


.lightbox {
    padding-top: 10%;
}

@media screen and (max-width: 1024px) {
    #contents_all {
        margin-bottom: 0;
        padding: 79px 0 0;
    }

    .lightbox {
        padding-top: 12%;
    }
}

@media screen and (max-width: 820px) {
    #contents_all {
        padding: 61px 0 0;
    }
}

@media screen and (max-width: 768px) {
    #contents_all {
        padding: 61px 0 0;
    }

    .bg_3rd {
        padding: 1.5em 0;
    }

    .lightbox {
        padding-top: 25%;
    }
}



#title {
    height: 360px;
    background: #fff;
}

#title .inside {
    width: 98%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

#title h1 {
    color: #ff6e2e;
    font-size: 4.0rem;
}

#title h1 small {
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    background: #844c25;
    padding: 3px 20px 2px;
    margin-bottom: 10px;
    border-radius: 1em;
    display: inline-block;
}





@media screen and (min-width: 769px) {
    #title h1 {
        line-height: 1.3;
        position: absolute;
        top: 45%;
        left: 2.5%;
        transform: translateY(-50%) translateX(0%);
        -webkit- transform: translateY(-50%) translateX(0%);
    }
}





@media print,
screen and (max-width: 768px) {
    #title {
        height: auto;
        padding-bottom: 0;
    }

    #title h1 {
        width: 97%;
        width: 95%;
        font-size: 3.6rem;
        margin: auto auto auto 2.5%;
        padding: 30px 0 10px;
    }


    #title h1 small {
        font-size: 1.8rem;
    }







}


@media print,
screen and (max-width: 640px) {
    #title h1 {
        font-size: 2.8rem;
    }

    #title h1 small {
        font-size: 1.6rem;
    }


}










#contents .lv_02 {
    background: #fff;
}

#contents h1 {
    font-size: 3.0rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 1em 0;

}


#contents h3 {
    font-weight: normal;
    color: #8d57c0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: #8d57c0 thin solid;
}

#contents .lead {
    padding: 20px 0 25px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}


#contents .mapbox {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
}







@media screen and (max-width: 768px) {

    #contents {
        width: 95%;
        padding-bottom: 0;
    }

    #contents h1 {
        font-size: 2.2rem;
        margin-bottom: 0.5em;
        padding: 1em 1em;
    }


    #contents h2 {
        font-size: 2.6rem;
    }


}




#sub_contents {
    padding-top: 2em;
}


*/