@charset "UTF-8";

:root {
    --header: 72px;
    scroll-padding: var(--header);
}

#content,
#shopcontent_waku,
#subcontent {
    padding-top: 72px;
}
.mb-global-nav {
    background-color: #d9d4cecc;
    height: calc(100vh - 72px);
    margin: 72px 0 0 0;
    overflow: scroll;
    position: fixed;
    right: -100%;
    top: 0px;
    transition: all .4s;
    width: 100vw;
    z-index: 100;
}
.hamburger {
    cursor: pointer;
    position: absolute;
    left: calc(100vw - 50px);
    top: 30px;
    width: 45px;
    height: 32px;
    z-index: 20;
}
.hamburger-line {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
}
.hamburger-line-1 {
    top: 7px;
}
.hamburger-line-2 {
    top: 15px;
}
.hamburger-line-3 {
    top: 23px;
}
.nav-open + .mb-global-nav {
    right: 0;
}
.nav-open .hamburger-line-1 {
    transform: rotate(45deg);
    top: 15px;
}
.nav-open .hamburger-line-2 {
    width: 0;
    left: 50%;
}
.nav-open .hamburger-line-3 {
    transform: rotate(-45deg);
    top: 15px;
}
.mb-global-nav #school,
.mb-global-nav #head_menu {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
}
.mb-global-nav #school ul,
.mb-global-nav #head_menu ul {
    display: flex;
    font-size: 14px;
    flex-direction: column;
    width: 100%;
}
.mb-global-nav #school li,
.mb-global-nav #head_menu li {
    background-color: #393939;
    margin: 0 0 5px 0;
}
.mb-global-nav #school {
    padding: 10px 0 10px;
    text-align: center;
    }
.mb-global-nav #head_menu {
    padding-bottom: 100px;
}
.mb-global-nav #school .lesson_menu a {
    width: 100%;
}
.mb-global-nav .umeda_menu a,
.mb-global-nav .namba_menu a,
.mb-global-nav .online_menu a {
    width: calc(100% - 35px);
    padding: 15px 15px 0 20px;
}
.mb-global-nav #head_menu a {
    background-position: 90% center;
    font-weight: normal;
    margin-top: 0;
    padding: 12px 15px 13px 20px;
    text-align: left;
    width: calc(100% - 40px);
}
.bnr_beginner {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.fixed {
    position: fixed;
}
.time_br_disp {
    display: block;
}
@media screen and (min-width: 900px) {
    .time_br_disp {
        display: none;
    }
}
.d-none {
    display: none;
}
.left_serch dl {
    margin: 0;
}
.left_serch input {
    padding: 1px;
    border: 1px solid #999;
    border-radius: 2px;
}
.left_serch dd input[type="submit"] {
    background-color: #ddd;
    -webkit-appearance: button;
    appearance: button;
}
.left_serch dd select {
    padding: 1px 0 4px;
}
.left_serch dd {
    margin: 0;
    display: inline-block;
}
.calendar_area {
    display: flex;
    justify-content: flex-start;
}
.myinfo_waku dl {
    margin: 5px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.myinfo_waku dt {
    width: 32%;
    display: flex;
    align-items: center;
}
.myinfo_waku dd {
    width: 68%;
    margin: 0;
}
.myinfo_waku dt:nth-of-type(2),
.myinfo_waku dd:nth-of-type(2) {
    margin: 10px 0 0;
}
.umeda_waku td,
.namba_waku td {
    vertical-align: middle !important;
    height: 100%;
    padding: 5px 3px;
}
.block {
    display: block;
}
#subcontent_waku {
    width: calc(100vw - 20px);
    padding: 0 10px 10px;
}
.submaintitle > div {
    float: none;
}
.submaintitle h2 {
    font-weight: normal;
}
.submaintitle > div > :not(div) {
    padding: 0;
}
.submaintitle > div:last-child {
    width: 100%;
    max-width: 425px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 10px 0;
}
.submaintitle > div:last-child > div:first-child {
    width: 54%;
    margin: 0 5% 0 0;
}
.submaintitle > div:last-child > div:first-child img {
    width: 100%;
}
.submaintitle > div:last-child > div:last-child {
    width: 41%;
}
.submaintitle > div:last-child > div:last-child a {
    display: block;
}
.submaintitle > div:last-child > div:last-child img {
    width: 100%;
}
.resp_flex {
    display: flex;
    flex-direction: column-reverse;
}
.sub_waku {
    padding: 0;
}
.sub_waku .hide_print_waku > div {
    width: 100%;
}
.left_serch {
    width: 100%;
}
.left_serch dl {
    max-width: 440px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left_serch dt {
    width: 100%;
}
.left_serch dd:nth-of-type(1),
.left_serch dd:nth-of-type(2),
.left_serch dd:nth-of-type(3) {
    width: 300px;
    margin: 10px auto 0;
}
.left_serch dd:nth-of-type(4) {
    margin: 10px 0 0 auto;
    width: 147px;
}
.left_serch dd:nth-of-type(5) {
    margin: 10px auto 0 0;
    width: 153px;
}
.left_serch dd span {
    display: inline-block;
    width: 80px;
}
.left_serch dd span + input {
    padding: 2px;
    min-width: 209px !important;
}
.left_serch dd:last-child input {
    width: 153px;
}
.left_serch p {
    width: 300px;
    margin: 0 auto;
}
.kakunin_waku {
    width: 100%;
    max-width: 450px;
    margin: 10px auto 0;
}
.kakunin_waku + p.b150 {
    padding-bottom: 0;
    text-align: center;
}
.kakunin_waku + p.b150 input {
    width: 245px;
    font-size: 14px;
}
@media screen and (min-width: 460px) {
    .left_serch dl {
        max-width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .left_serch dd span + input {
        padding: 2px;
        min-width: calc(100% - 94px) !important;
    }
    .left_serch dd:nth-of-type(1),
    .left_serch dd:nth-of-type(2),
    .left_serch dd:nth-of-type(3) {
        width: 80%;
        margin: 10px 20% 0;
    }
    .left_serch dd:nth-of-type(5) {
        width: calc(60% - 153px);
    }
    .left_serch dd:last-child input {
        width: 100%;
    }
    .left_serch p {
        width: 60%;
        margin: 0 auto;
    }
}
.calendar_area {
    justify-content: space-between;
}
.calendar_area > div {
    width: 48% !important;
}
.calendar_area > div p span{
    max-width: 225px;
    margin: 0 auto;
}
.calendar_area > div input {
    display: block;
    width: 100%;
    margin: 5px auto;
    max-width: 225px;
}
.calendar_waku {
    display: flex;
    justify-content: center;
}
.myinfo_waku {
    width: calc(100% - 6px);
}
.myinfo_waku > div:last-child {
    max-width: 500px;
    margin: 0 auto;
}
.myinfo_waku > div > div:nth-of-type(1) {
    width: 100%;
}
.myinfo_waku dt {
    width: 90px;
    display: flex;
    align-items: center;
}
.myinfo_waku dd {
    width: calc(100% - 90px - 4px);
}
.myinfo_waku dd input {
    width: calc(100% - 6px);
}
.myinfo_waku dt:nth-of-type(2),
.myinfo_waku dd:nth-of-type(2) {
    margin: 10px 0 0;
}
.myinfo_waku + p img {
    width: 100%;
    height: auto;
}
.point_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.point_area p {
    width: 50%;
    min-width: 180px;
}
.ste_flag .fas {
    color: #f9651e;
    padding: 2px 4px 2px 2px;
}
@media screen and (max-width: 405px) {
    .point_area {
        justify-content: center;
    }
}
.umeda_logo_flag::before {
    background-color: #F44E14;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    top: 2px;
    width: 8px;
}
.namba_logo_flag::before {
    background-color: #03934B;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    top: 2px;
    width: 8px;
}
.net_logo_flag::before {
    background-color: #0072BC;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    top: 2px;
    width: 8px;
}
.reserved_logo_flag::before {
    background-color: #FF9F36;;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    top: 2px;
    width: 8px;
}
.change_schedule {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
    width: 95%;
}
.change_schedule::before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 14px;
    position: relative;
    right: 1px;
    top: 2px;
    width: 14px;
}
.icon_sun::before {
    background-image: url(../img/schedule/icon_sun.png);
}
.icon_moon::before {
    background-image: url(../img/schedule/icon_moon.png);
}
.change_schedule_arrow {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 1px 0 0 rgba(0,0,0,0.4);
    display: inline-block;
    height: 14px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 14px;
}
.change_schedule_arrow::before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    display: block;
    left: 4px;
    position: relative;
    top: 2px;
}
.umeda_arrow::before {
    border-left: 8px solid #F44E14;
}
.namba_arrow::before {
    border-left: 8px solid #03934B;
}
.net_arrow::before {
    border-left: 8px solid #0072BC;
}
.reserved_arrow::before {
    border-left: 8px solid #FF9F36;
}
.button_off {
    opacity: .4;
}
.lesson_schedule {
    display: flex;
    justify-content: space-between;
}
.schedule td {
    padding: 2px 1px;
}
.waku_sche {
    background-color: #fff;
    display: table-row;
}
.waku_sche td {
    margin: 0;
    vertical-align: middle;
}
.time_spe {
    font-weight: normal;
    line-height: 1.3;
    min-width: 50px;
    width: 16%;
}
.umeda .bt {
    border-top: 1px solid #F44E14;
}
.namba .bt {
    border-top: 1px solid #03934B;
}
.net .bt {
    border-top: 1px solid #0072BC;
}
.reserved .bt {
    border-top: 1px solid #FF9F36;
}

.umeda .br {
    border-right: 1px solid #F44E14;
}
.namba .br {
    border-right: 1px solid #03934B;
}
.net .br {
    border-right: 1px solid #0072BC;
}
.reserved .br {
    border-right: 1px solid #FF9F36
}

.umeda .bb {
    border-bottom: 1px solid #F44E14;
}
.namba .bb {
    border-bottom: 1px solid #03934B;
}
.net .bb {
    border-bottom: 1px solid #0072BC;
}
.reserved .bb {
    border-bottom: 1px solid #FF9F36;
}

.umeda .bl {
    border-left: 1px solid #F44E14;
}
.namba .bl {
    border-left: 1px solid #03934B;
}
.net .bl {
    border-left: 1px solid #0072BC;
}
.reserved .bl {
    border-left: 1px solid #FF9F36;
}

.umeda .schedule tr:first-of-type .time_spe,
.umeda .schedule tr:first-of-type .number,
.umeda .schedule tr:first-of-type .teacher,
.umeda .schedule tr:first-of-type .reserve-type,
.umeda .schedule tr:first-of-type .yoyakupoint {
    border-top: 1px solid #F44E14;
}
.namba .schedule tr:first-of-type .time_spe,
.namba .schedule tr:first-of-type .number,
.namba .schedule tr:first-of-type .teacher,
.namba .schedule tr:first-of-type .reserve-type,
.namba .schedule tr:first-of-type .yoyakupoint {
    border-top: 1px solid #03934B;
}
.net .schedule tr:first-of-type .time_spe,
.net .schedule tr:first-of-type .number,
.net .schedule tr:first-of-type .teacher,
.net .schedule tr:first-of-type .reserve-type,
.net .schedule tr:first-of-type .yoyakupoint {
    border-top: 1px solid #0072BC;
}

.reserved .schedule tr:first-of-type .time_spe,
.reserved .schedule tr:first-of-type .number,
.reserved .schedule tr:first-of-type .teacher,
.reserved .schedule tr:first-of-type .reserve-type,
.reserved .schedule tr:first-of-type .yoyakupoint {
    border-top: 1px solid #FF9F36;
}

.lesson_txt {
    font-size: 11px;
    padding: 1px 2px;
}
.time-col {
    display: flex;
    flex-direction: column;
}
.schedule .time_spe,
.schedule .number,
.schedule .yoyakupoint,
.schedule .teacher {
    font-size: 10px;
    letter-spacing: .08em;
}
.schedule .course {
    font-size: 10px;
    padding: 1px 3px;
}
.course .fas {
    color: #f9651e;
    padding-left: 3px;
}
.yoyaku {
    text-align: center;
    vertical-align: middle;
}
.yoyakupoint {
    text-align: center;
    vertical-align: middle;
}
.yoyakupoint img {
    display: inline-block;
    vertical-align: middle;
}

.umeda .yoyakupoint {
    color: #F44E14;
}
.namba .yoyakupoint {
    color: #03934B;
}
.net .yoyakupoint {
    color: #0072BC;
}
.reserved .yoyakupoint {
    color: #FF9F36;
}

.yoyaku_link:link,
.yoyaku_link:visited,
.yoyaku_link {
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 42px;
}

.umeda .yoyaku_link {
    background-color: #F44E14;
}

.namba .yoyaku_link {
    background-color: #03934B;
}

.net .yoyaku_link {
    background-color: #0072BC;
}

.reserved .yoyaku_link {
    background-color: #FF9F36
}

/* .umeda, .namba {
    float: none;
    width: calc(50% - 1px);
    padding: 0;
} */
.lesson_schedule>div {
    width: 100%;
}
.input_pass dd {
    margin: 5px 0 0 0;
}
.schedule-table tr:nth-of-type(1) td {
    width: 50%;
}
.schedule-button-area {
    display: flex;
    gap: 1%;
}
.schedule-button-area button {
    width: 24%;
    font-size: 16px;
    border: 1px solid gray;
}





.banner-box {
    background-color: white;
    border-radius:10px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner-title-box {
    display: flex;
}

.bell-contens {
    position: relative;
    top: -20px;
    left: -50px;
}
.icon-contens {
    padding: 5px;
}

.news-contens {
    padding: 5px;
}

.news-title{
    color: #F44E14;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.rapo-news-title{
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
}

.arrow-contens {
    margin-left: 2px;
    margin-top: 17px;
}

.news-date-text-contents {
    display: flex;
    font-size: 10px;
}

.news-banner-line {
    margin-top: 5px;
    border-top: 2px solid #F44E14;
    margin-right: 50px;
}

.new-news-title {
    color: white;
    position: relative;
    top: -22px;
    margin-left: 5px;
}

.new-news-date {
    margin-right: 2px;
}

.news-detail-contents {
    margin-top: 10px;
}

.news-contents {
    padding-top : 8px;
    padding-bottom : 8px;
    border-bottom: 1px solid #CCCCCC;
    margin-right: 50px;
}

.news-text {
    margin-left: 5px;
    font-weight: bold;
}

.news-img {
    margin-bottom: 10px;
}
.news-date {
    color: #808080;
    font-weight: bold;
}



.roc-lesson-contents {
    margin-top: 20px;
}

.online-lesson-contents {
    display: flex;
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 35px;
}

.online-lesson-text {
    display: block;
    margin-left: 15px;
}

.roc-lesson-img {
    margin-top: 15px;
    margin-left: 15px;
}

.roc-lesson-text {
    color: #F44E14;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
}

.roc-lesson-date {
    font-weight: bold;
}

.roc-lesson--text {
    margin-left: 5px;
    font-weight: bold;
}

.roc-movie-contens {
    padding: 5px;
    margin-top: 8px;
}


.roc-movie-title {
    color: #3333CC;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.roc-movie-arrow-contens {
    margin-left: 107px;
    margin-top: 17px;
}

.roc-banner-line {
    margin-top: 5px;
    border-top: 2px solid #3333CC;;
    margin-right: 50px;
}

.roc-pack-arrow-contens {
    margin-left: 56px;
    margin-top: 17px;
}

.roc-lesson-arrow-contens {
    margin-left: 22px;
    margin-top: 17px;
}


.news-detail-contents a:visited{
    color: inherit;
}



.roc-others-contens {
    padding: 5px;
    margin-top: 12px;
}

.roc-others-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}


.arrow-others-contens {
    margin-left: 51px;
    margin-top: 17px;
}

.min_width_50 {
    min-width: 50px;
}

.max_width_70 {
    max-width: 70px;
}

/* オンラインレッスン選択エリア */
.online_radio {
    border: none;
}

.online_radio>div {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.online_radio>div>div:nth-of-type(1) {
    color: red;
}

.reserved-button-area .btn_reserved {
    width: 130px;
}

.schedule-desc {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    margin-bottom: 10px;
}

.schedule-desc-item {
    width: 50%;
}