@charset "UTF-8";
/* CSS Document */
/* clearfix */

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通とスマートフォン向け
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


#cover {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}


#cover #frame {
    width: 100%;
    border: 1px solid rgba(128,128,128,1.00);
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    padding-top: 10px;
    background-color: rgba(255,255,255,1.00);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
     ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header {
    padding-left: 0em;
    padding-right: 0em;
    border-bottom: 4px solid #1C64A6;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
header img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: 250px;
    height: auto;
}
header img.nihongo-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
    height: auto;

}
header p {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
     グローバルなび
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mobile-nav  {
    background-color: #1C64A6;
    color: #FFFFFF;
    display: inherit;
    width: 100%;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;

}

.mobile-nav ul {
    border-top: 1px dotted #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
    padding: 0;
    list-style-type: none;
    display: inherit;
}

.mobile-nav ul li {
    border-bottom: 1px dotted #FFFFFF;
    color: #F08762;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    width: 100%;
    text-align: center;
    text-size: 14px;
    font-family:

}



.gold-teacher {
    background-color: #fff8e1; /* soft light gold */
    box-shadow: 0 4px 12px rgba(191, 161, 0, 0.2);
}

.gold-teacher .card-title {
    color: #bfa100;
}

.gold-teacher p,
.gold-teacher a,
.gold-teacher strong {
    color: #6c5400;
}

.gold-teacher .badge {
    background-color: #6c5400 !important; /* gold */
    color: #FFF;
    border: 0px solid #e6c200;
}

.gold-teacher .prefs {
    color: #6c5400;
}

.prefs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.gold-teacher .btn {
    color: #fff;
    background-color: #d4af37; /* gold */
    border-color: #c19e30;
}

.gold-teacher .btn:hover {
    color: #fff;
    background-color: #c9a32e; /* darker gold */
    border-color: #b28e28;
}

.gold-teacher .btn:focus,
.gold-teacher .btn:active,
.gold-teacher .btn:focus-visible {
    color: #fff;
    background-color: #b28e28;
    border-color: #9e7c1f;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.4);
}

.silver-teacher {
    background-color: #f5f5f5; /* light silver-gray */
    box-shadow: 0 4px 12px rgba(160, 160, 160, 0.2);
}

.silver-teacher .card-title {
    color: #888; /* silver-gray text */
}

.silver-teacher p,
.silver-teacher a,
.silver-teacher strong {
    color: #666; /* slightly darker gray for contrast */
}

.silver-teacher .badge {
    background-color: #c0c0c0 !important; /* classic silver */
    color: #000;
}


.silver-teacher .btn {
    color: #fff;
    background-color: #c0c0c0; /* base silver */
    border-color: #a9a9a9;
}

.silver-teacher .btn:hover {
    color: #fff;
    background-color: #a9a9a9; /* darker silver */
    border-color: #8f8f8f;
}

.silver-teacher .btn:focus,
.silver-teacher .btn:active,
.silver-teacher .btn:focus-visible {
    color: #fff;
    background-color: #8f8f8f;
    border-color: #7a7a7a;
    box-shadow: 0 0 0 0.25rem rgba(160, 160, 160, 0.4);
}

.regular-teacher .btn {
    color: #36597c;          /* silver text */
    border-color: #a9a9a9;   /* silver border */
    background-color: #dce6ef;
}

.regular-teacher .btn:hover {
    color: #fff;
    background-color: #8AABCC;  /* fill with silver on hover */
    border-color: #8f8f8f;      /* slightly darker border */
}

.regular-teacher .btn:focus,
.regular-teacher .btn:active {
    color: #fff;
    background-color: #dce6ef;  /* darker silver */
    border-color: #7a7a7a;
    box-shadow: 0 0 0 0.25rem rgba(160, 160, 160, 0.4);
}

.regular-teacher .badge {
    background-color: #dce6ef !important;
    color: #36597c;
    border: 0px solid #e6c200;
}

.teacher-photo-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Square by default */
    overflow: hidden;
}

.teacher-photo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.teacher-stars {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}


.mobile-nav li a {
    color: #FFFFFF;
    text-decoration: none;

    display: block;

}
.mobile-nav li a:hover {
    color: #EE9F62;
    background-color: #8EC1F3;

}

.mobile-nav a img {
    margin-right: 0.5em;
    text-align: right;
}
.mobile-nav  .end {
    border-bottom-width: 0px;
    border-bottom-style: none;
}

#anav {
    display: none;
}

h1 {
    font-size: 1.7em;
    color: #1F1E1E;
    border-left: 15px solid #525888;
    clear: both;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    width: 95%;
    padding-left: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}
h2 {
    font-size: 1.4em;
    color: #333;
    border-left: 0.3em solid #8893BA;
    font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
    width: 100%;
    padding-left: 8px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 1px;
    font-weight: normal;
}
#contents .box02 h2 {
    margin-top: 0px;
    margin-bottom: 0.5em;
}
h3 {
    font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
    font-size: 1.1em;
    color: #034970;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-top: 0px;
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 5px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
     コンテンツ
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contents {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
}
#contents ul {
    margin-left: 20px;
}
#contents ul li {
    line-height: 140%;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 10px;
}
#shikumi h2 {
    font-size: medium;
    margin-bottom: 1em;
}
#shikumi img {
    width: 90%;
    height: auto;
    max-width: 300px;
    border: 1px solid #767676;
    margin-top: 10px;
    margin-bottom: 10px;
}
#shikumi .yaji {
    width: 10%;
    border-style: none;
    border-width: 0px;
}
#main  {
    padding-left: 7px;
    padding-right: 7px;
}
#main ul {
    margin-left: 20px;
}
#main ul li {
    line-height: 140%;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #3C3C3C;
    font-family: Arial, Helvetica, sans-serif;
}

p#agree {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #5291C3;
    border-right-color: #183549;
    border-bottom-color: #183549;
    border-left-color: #5291C3;
    background-color: #09589B;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

    height: auto;
}
p#agree a{
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;

    color: #FFFFFF;
    display: block;
}

p#agree a:hover {
    color: #FFF;
    background-color: rgba(82,145,195,1.00);
    display: block;
}
aside  {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    margin-bottom: 1em;

    border-radius: 8px;
    background-color: rgba(238,126,51,1.00);
}
aside h2 {

    padding-top: 6px;
    padding-bottom: 6px;
    color: #FFF;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-width: 0px;
    border-style: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
}
aside .box {
    padding-top: 0px;
    border: 1px solid rgba(237,122,29,1.00);
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    padding-bottom: 10px;
}


.first-catch {
    font-size: 1em;
    line-height: 1.3;
}



#mobile-area {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 50px;
    background-position: right 0;
    font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
}

#mobile-area ul.catch-copy  {
    font-size: 1.3em;
    line-height: 150%;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 20px;
}

#mobile-area #bbb {
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 2em;
    line-height: 1.3;
}

#mobile-area .area{
    padding-right: 0em;
    padding-left: 2em;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/images/yokoso/common/japan-map.gif);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    padding-top: 0em;
    /* [disabled]position: absolute; */
    width: 90%;
    height: 500px;
    margin-bottom: 0px;
    font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
}
#mobile-area .area h3 {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 3em;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #F99917;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: both;
    padding-left: 0.5em;
}

#mobile-area .area li{
    list-style-type: none;
    margin-left: 1em;
    margin-right: 8em;
}

#mobile-area .area li a {
    background-color: rgba(236,247,248,0.54);
    display: block;
    margin-top: 0px;
    margin-bottom: 1em;
    padding: 0.8em;
    width: 11em;
    border-radius: 15px;
    border: 1px solid #1F5E9A;
    -webkit-box-shadow: 1px 1px rgba(236,247,248,0.54);
    box-shadow: 1px 1px rgba(236,247,248,0.54);
    color: #292929;
    line-height: 150%;
    text-decoration: none;
    font-size: 1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#mobile-area .area li a:hover{
    background-color: #1F5E9A;
    display: block;
    color: #FFFFFF;
}

#pc-area {
    display: none;
}



#shikumi {
}
#shikumi img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.credit-card {
    border: 1px solid #6E6E6E;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

.clear-box {
    background-color: rgba(255,253,253,0.62);
}
.bb_btn{
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    border-radius: 15px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
    font-size: 1.3em;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 1em;
}

.bb_btn:hover{
    background-image: -webkit-linear-gradient(45deg,rgba(255,139,6,1.00) 0%,rgba(255,139,95,1.00) 100%);
    background-image: -moz-linear-gradient(45deg,rgba(255,139,6,1.00) 0%,rgba(255,139,95,1.00) 100%);
    background-image: -o-linear-gradient(45deg,rgba(255,139,6,1.00) 0%,rgba(255,139,95,1.00) 100%);
    background-image: linear-gradient(45deg,rgba(255,139,6,1.00) 0%,rgba(255,139,95,1.00) 100%);
}
.course .col-md-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.course .col-md-2 img {
    border: 1px solid #4B4B4B;
    margin-top: 0px;
    width: 112px;
    height: 112px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    フッター
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: #444444;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
}

footer p {
    color: #FFF;
    font-size: 1em;
    text-align: center;
    background-color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}
footer p a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
footer p a:hover  {
    text-decoration: underline;
    height: auto;
    margin-top: 1em;
}
footer a img {
    vertical-align: middle;
}
footer .big {
    font-size: 1.8em;
    color: #FFF;
    background-color: #444444;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
footer #snsArea #twitter {
    margin-right: 0.6em;
    margin-left: 0.6em;
}




/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 タブレット向け以上：769px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 769px) {



    #cover {
        width: 95%;
    }
    #cover #frame {
        border: 1px solid rgba(128,128,128,1.00);
        border-top-left-radius: 35px 30px;
        border-top-right-radius: 35px 30px;
        box-shadow: 5px 5px 10px #999999;

    }
    header .header-left {
        width: 250px;
        margin-left: 20px;
        float: left;
    }
    header img.logo {
        margin-top: 10px;
        width: 240px;
        display: block;

    }
    header p {
        clear: both;
        text-align: left;
        padding-left: 18px;

    }
    header img.nihongo-back {
        display: block;
        float: right;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin-right: 8px;
    }


    .mobile-nav  {
        display: none;
    }
    #anav {
        text-align: center;
        border-bottom: 4px solid #1C64A6;
        overflow: hidden;
        padding: 0px;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFF;
        display: block;
    }
    #anav ul {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        list-style-type: none;
        background-color: #FFF;
        margin-bottom: 0px;
    }

    #anav ul li {
        text-align: center;
        float: left;
        width: 19.77%;
        border-bottom: none;
        border-right: 1px dotted #000;
        line-height: 33px;
        font-size: 15px;
        display: block;
        height: 32px;
        padding-bottom: 2px;
        font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
    }
    #anav  .home {
        color: #2A2A2A;
        background-color: #A2C0DE;
        font-weight: bold;
        -webkit-box-shadow: inset 2px 2px 4px rgba(1,13,49,1.00);
        box-shadow: inset 2px 2px 4px rgba(1,13,49,1.00);
    }

    #anav ul li a{
        color: #333;
        text-decoration: none;
        display: block;
    }
    #anav ul li a:hover{
        background-color: #F6F4D0;
        color: #333;
        display: block;

    }


    #anav ul li.end {
        border-right-style: none;
        color: #333;
    }
    #anav .navtop {
        background-color: #3170B1;
        color: #FFFFFF;
        width: 13em;
        border-left: 1px solid #1C64A6;
    }
    #anav .navtop a {
        color: #FFFFFF;
    }
    #contents {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
        height: auto;
    }
    #contents h1 {
        font-size: 2em;
        margin-top: 0px;
        border-left-width: 7px;
        border-left-color: #636BA4;
    }

    .first-catch p  {
        font-size: 1.3em;
        line-height: 1.3;
    }
    .catch-copy  {
        font-size: 1.3em;
        line-height: 130%;
        margin-top: 1em;
        margin-bottom: 1.5em;
        font-weight: bold;
        width: 600px;
        color: #696969;
    }

    #mobile-area {
        display: none;
    }

    #pc-area {
        position: relative;
        margin-bottom: 50px;
        display: block;

        margin-top: 0em;
        padding-top: 2em;
    }

    #pc-area .catch-copy {
        position: absolute;
        left: 35px;
        top: 28px;
        list-style-type: upper-roman;
        width: 378px;
        height: 172px;
        font-weight: normal;
        font-family: Osaka, "Osaka−等幅", "ヒラギノ角ゴシック W1", "ヒラギノ角ゴシック W2", "ヒラギノ角ゴシック W3", "ヒラギノ角ゴシック W9", "ヒラギノ丸ゴ ProN W4", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6";
    }

    #pc-area .catch-copy li {
        font-size: 1.3em;
        list-style-type: disc;
        line-height: 110%;
        margin-bottom: 0.5em;
    }



    #pc-area p #kanto {
        position: absolute;
        left: 450px;
        top: 285px;
        max-width: 247;
        margin-left: 2em;
    }
    #pc-area p #kansai {
        position: absolute;
        left: 195px;
        top: 400px;
        max-width: 247;
        margin-left: 2em;
    }
    #pc-area p #nagoya {
        position: absolute;
        left: 345px;
        top: 383px;
        max-width: 247;
        margin-left: 2em;
    }
    #pc-area p #online {
        position: absolute;
        left: 100px;
        top: 230px;
        width: 162;
    }
    #pc-area p #plus {
        position: absolute;
        left: 520px;
        top: 490px;
    }

    #pc-area p #other {
        position: absolute;
        left: 220px;
        top: 580px;
        max-width: 247;
        margin-left: 2em;
        right: 100px;
    }


    #pc-area p #jmap {
        height: 675px;
        width: 700px;

    }

    #bb  {
        display: block;
        position: absolute;
        left: 492px;
        top: 487px;
        width: 335px;
        height: 70px;
        line-height: 130%;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #FFFFFF;
        font-size: 19px;
    }

    #shikumi {
        max-width: 620px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        margin-left: 1em;
    }
    #shikumi .info {
        width: 300px;
        float: right;
        font-size: 1.1em;
    }
    #shikumi img {
        float: left;
        clear: both;
        width: 280px;
        height: auto;
    }
    #shikumi .left {
        float: left;
        max-width: none;
        width: auto;
    }
    #shikumi h4 {
        clear: both;
    }
    #shikumi .info p {
        margin-top: 7px;
        font-size: 1em;
        line-height: 140%;
        color: rgba(78,78,78,1.00);
    }
    #shikumi .yaji {
        width: 35px;
        margin-left: 110px;
        clear: both;
    }

    #shikumi .center {
        margin-top: 30px;
    }
    #frame article#main {
        width: 620px;
        padding-left: 40px;
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #frame aside {

        max-width: 220px;
        float: right;
        margin-top: 30px;
        margin-right: 30px;
    }

    .box01-bb{
        font-weight: normal;
        font-size: 13px;
        overflow: hidden;
        clear: both;
        background-color: #3e668e;
        border-top-style: none;
        border-right-style: none;
        padding: 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        color: #FFF;
        width: 660px;
        float: left;
    }
    .box01 p {
        font-size: 13px;
        color: #FFF;
    }
    .box01 p img {
        vertical-align: middle;
        margin-left: 3px;
    }
    .box01 p img a:hover{
        vertical-align: middle;
        margin-left: 3px;
    }



    #contents .box02 {
        float: right;
        padding-left: 0em;
        width: 200px;
        margin-right: 0px;
    }
    form .row .list-group-item-success {
        font-size: 16px;
    }
    .searchtable tr td {
        font-size: 13px;
    }

    footer {
        clear: both;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        margin-top: 1em;
    }




    /* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
     PC向け：961px以上では固定
    /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
    @media only screen and (min-width: 961px) {

        #cover {
            max-width: 960px;
        }

    }
    #link-box .migi p {
    }
}