.option_table th{
    width: 20%;
}
.option_table td{
    text-align: left;
    padding-left: 20px;
}
.option_table_attention{
    display: block;
    font-size: 12px;
    letter-spacing: 0em;
    padding: 2px 0 0 0;
    text-align: left;
}
.option_table ul {
}
.option_table ul li {
    display: inline-block;
    text-align: center;
    margin: 5px 0 10px;
    max-width: 15%;
    vertical-align: top;
}
.option_table img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    border-radius: 16px;
}
.option_txt {
    text-align: center;
    display: block;
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .option_table td{
        text-align: left;
        padding-left: 10px;
    }

    .option_table th{
        width: 100%;
        display: block;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }
    .option_table td{
        text-align: left;
        padding-left: 10px;
        width: 100%;
        display: block;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .option_table tr:first-child th{
        border-top-left-radius: 16px;
    }
    .option_table tr:last-child th{
        border-bottom-left-radius: 0;
    }
    .option_table tr:first-child td{
        border-top-right-radius: 16px;
    }
    .option_table tr:last-child td{
        border-bottom-right-radius: 0;
    }

    .option_table_attention{
        display: block;
        font-size: 12px;
        letter-spacing: 0em;
        padding: 2px 0 0 0;
    }
    .option_table ul {
        text-align: center;
    }
    .option_table ul li {
        display: inline-block;
        text-align: center;
        margin: 5px 0 10px;
        max-width: 48%;
        vertical-align: top;
    }
    .option_table img {
        display: block;
        width: 100%;
        margin: 0 auto 5px;
        border-radius: 16px;
    }
    .option_table .price_text_middle{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0em;
    }
}

.course_table.option_table.foreign_table th {
    width: 16%;
}
@media screen and (max-width: 768px) {
    .course_table.option_table.foreign_table th {
        width: 100%;
        display: block;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }
}

.lang_sub_title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin: 10px 0 0;
}
.lang_yoyaku {
    max-width: 800px;
    margin: 0 auto 40px;
}
.lang_yoyaku .system_yoyaku_list {
    font-size: 18px;
}
.lang_tel {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}
.lang_tel_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .lang_sub_title {
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        margin: 10px 0 0;
    } 
    .lang_tel {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .lang_tel_sp {
        display: block;
    }
    .lang_tel_sp a {
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        padding: 15px 0;
        max-width: 640px;
        text-align: center;
        border-radius: 100px;
        -webkit-transform: translateZ(0);
        box-shadow: 0 4px 12px rgba(0,0,0, .5);
        border: 1px solid #fce2e2;
        display: block;
        transition: all .3s;
        background: -moz-linear-gradient(top, #FE82A8, #e5688d);
        background: -webkit-gradient(linear, left top, left bottom, from(#FE82A8), to(#e5688d));
        margin: 10px auto 30px;
    }
}

.system_reserve_line {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 0;
    max-width: 480px;
    text-align: center;
    border-radius: 100px;
    -webkit-transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    border: 1px solid #fce2e2;
    display: block;
    transition: all .3s;
    background: -ms-linear-gradient(top, #19BC03, #159105);
    background: -moz-linear-gradient(top, #19BC03, #159105);
    background: -webkit-gradient(linear, left top, left bottom, from(#19BC03), to(#159105));
    margin: 0 auto;
}
.system_reserve_line img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0;
}
.system_reserve_line:hover {
    border: 1px solid #fce2e2;
    color: #FFF;
    opacity: .75;
}
@media screen and (max-width: 768px) {
    .system_reserve_button{
        padding: 0 0 20px 0;
    }
    .system_reserve_line{
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        padding: 15px 0;
        max-width: 640px;
        text-align: center;
        border-radius: 100px;
        -webkit-transform: translateZ(0);
        box-shadow: 0 4px 12px rgba(0,0,0, .5);
        border: 1px solid #fce2e2;
        display: block;
        transition: all .3s;
        background: -moz-linear-gradient(top, #19BC03, #159105);
        background: -webkit-gradient(linear, left top, left bottom, from(#19BC03), to(#159105));
        margin: 0 auto;
    }
    .system_reserve_line img{
        max-width: 190px;
    }
}

.lang_attention p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}
.lang_attention ul li {
    font-size: 18px;
}


#en ul.nav li a {
    display: inline-block;
    color: #FE82A8;
    font-size: 20px;
    padding: 20px 5px 0;
    background: none !important;
    transition: .3s;
    letter-spacing: 0em;
}
#en ul.nav_bottom {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: table;
    padding: 0 20px 10px;
}

#en .is-fixed ul.nav {
    max-width: 800px; 
    display: table;
    border-radius: 0px;
    padding: 0 10px;
}
#en .is-fixed ul.nav li a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 6px 3px;
}
#en .is-fixed ul.nav li a span {
    display: block;
    font-size: 8px;
    margin: -2px 0 0 0;
}
#en .is-fixed ul.nav_bottom {
    max-width: 500px;
    padding: 0 10px;
}
#en .is-fixed ul.nav_bottom li a {
    font-size: 13px;
    padding: 2px 0 5px;
}


#en #page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: none;
}
#en #page_top a {
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
    background: #000;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
}
#en #page_top a:hover {
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
    background: #000;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0, .5);
}
#en #page_top .arrow {
    position: relative;
}
#en #page_top .arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 18px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    #en #page_top {
        bottom: 60px;
        right: 5px;
    }
}

.lang_schedule_txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .lang_schedule_txt {
        font-size: 18px;
        margin-bottom: 0;
    }
}

.translation_switch_page{
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    margin-bottom: 20px;
}
.goog-te-gadget-simple {
    background-color: #111 !important;
    /*background: -ms-linear-gradient(top left, #B24F8F, #745cd6) !important;
    background: -moz-linear-gradient(top left, #B24F8F, #745cd6) !important;
    background: -webkit-linear-gradient(top left, #B24F8F, #745cd6) !important;
    background: linear-gradient(to bottom right, #B24F8F, #745cd6) !important;*/
    /*border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;*/
    border: none !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    border-radius: 4px !important;
    height: 32px !important;
    line-height: 26px !important;
    border: 1px solid #ccc !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px;
    padding: 10px 8px;
}
.goog-te-gadget-simple .goog-te-menu-value span{
    color: #fff !important;
    font-weight: bold !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){
    border-left: 1px solid rgb(2555, 2555, 2555) !important;
}
.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle;
    margin: -2px 0 0 8px !important;
    border-radius: 4px;
}
@media screen and (max-width: 1200px) {
    .translation_switch_page{
        position: absolute;
        top: 55px;
        right: 10px;
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    .translation_switch_page{
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .goog-te-gadget-simple {
        background-color: #111 !important;
        /*background: -ms-linear-gradient(top left, #B24F8F, #745cd6) !important;
        background: -moz-linear-gradient(top left, #B24F8F, #745cd6) !important;
        background: -webkit-linear-gradient(top left, #B24F8F, #745cd6) !important;
        background: linear-gradient(to bottom right, #B24F8F, #745cd6) !important;*/
        /*border-left: 1px solid #d5d5d5;
        border-top: 1px solid #9b9b9b;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #d5d5d5;*/
        border: none !important;
        font-size: 10pt;
        display: inline-block;
        padding-top: 1px;
        padding-bottom: 2px;
        cursor: pointer;
        zoom: 1;
        *display: inline;
        border-radius: 4px !important;
        height: 26px !important;
        line-height: 22px !important;
        border: 1px solid #ccc !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value {
        color: #fff !important;
        font-weight: bold !important;
        font-size: 13px;
        padding: 2px 2px;
    }
    .goog-te-gadget-icon {
        margin-left: 2px;
        margin-right: 2px;
        width: 19px;
        height: 19px;
        border: none;
        vertical-align: middle;
        margin: 0px 0 0 5px !important;
        border-radius: 4px;
    }
}
