.DialogOverlay{background-color:var(--black-a9);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1);z-index:20}.DialogContent{z-index:991}.DialogContent .btn:after{display:none}.DialogContent:focus{outline:none}.DialogTitle{margin:0;font-weight:500;font-size:17px}.DialogDescription{margin:10px 0 20px;font-size:15px;line-height:1.5}.taiken-warning-text{font-size:12px}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.DialogContent{background-color:#fff;border-radius:6px;box-shadow:0 10px 38px -10px hsla(206,22%,7%,.35),0 10px 20px -15px hsla(206,22%,7%,.2);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:450px;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.DialogContent .DialogTitle{border-bottom:1px solid #ccc;color:#2e6eac;font-weight:700;font-size:20px}.DialogContent .close{position:relative;margin-top:25px;margin-right:10px;width:30px;height:30px;color:#fff}.DialogContent .close:after,.DialogContent .close:before{position:absolute;top:0;left:0;width:30px;height:2px;background:#2e6eac;content:""}.DialogContent .close:before{transform:rotate(45deg)}.DialogContent .close:after{transform:rotate(-45deg)}.DialogContent .modal-title{margin:0}.DialogContent .table{width:100%;margin-bottom:20px}.DialogContent .table td{padding:.75rem 0;border:none;font-size:15px}.DialogContent b{color:#2e6eac}.DialogContent .btn{margin:0 auto;padding:0!important;width:80%;height:3em;border-radius:1.5em;color:#fff;font-size:15px;line-height:3em}@media(max-width:960px){.DialogContent .btn{width:100%}}.DialogContent .btn-orange{background:#e93842}.btn-primary{background-color:#70c9e2!important;border-color:#70c9e2!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(51,51,51,.075);color:#fff;transition:all .3s}.btn-primary:hover{opacity:.8}.buttons-sec{margin-top:10px;text-align:center}.buttons-sec .btn-block{margin-bottom:15px}.IconButton{font-family:inherit;border-radius:100%;height:25px;width:25px;display:inline-flex;align-items:center;justify-content:center;color:var(--violet-11);position:absolute;top:10px;right:10px}.schedule-nav{margin-top:5rem}.schedule-nav .btn:after{display:none}.schedule-nav .btn-group{justify-content:space-between;margin:0 auto;max-width:660px!important;width:100%;gap:1rem;text-align:center}@media(max-width:960px){.schedule-nav .btn-group{flex-direction:row;padding:0}}.schedule-nav .btn-group div{margin:auto 5px;padding:.8em 0;width:47%;border:1px solid #70c9e2;border-radius:50px;color:#70c9e2;white-space:nowrap;font-size:16px}@media(max-width:960px){.schedule-nav .btn-group div{width:100%;margin:0;font-size:1.1rem}}.schedule-nav .btn-group div .arrow{display:inline-block;margin-bottom:2px;margin-left:10px;padding:3px;border:solid #70c9e2;border-width:0 2px 2px 0;transform:rotate(45deg)}.schedule-nav .btn-group div.btn-primary{background-color:#70c9e2;color:#fff}.schedule-nav .btn-group div.btn-primary .arrow{border:solid #fff;border-width:0 2px 2px 0}.schedule-nav .btn-group div.btn-light{background:#fff;cursor:pointer;transition:all .3s}.schedule-nav .btn-group div.btn-light:hover{background-color:#70c9e2;color:#fff}.schedule-nav .change-schedule-style{box-sizing:border-box;position:relative;margin:3rem 0;display:flex;gap:1.5rem;justify-content:flex-end}.schedule-nav .change-schedule-style .btn-list,.schedule-nav .change-schedule-style .btn-table,.schedule-nav .change-schedule-style .btn-table-disabled{width:30px;height:30px}.schedule-nav .change-schedule-style span{display:inline-block;width:30px;height:30px}.schedule-nav .change-schedule-style span.active{cursor:pointer}.schedule-nav .change-schedule-style span.active:hover{opacity:.8}.schedule-nav .change-schedule-style .btn_style_table.active{display:none}.schedule-nav .change-schedule-style .btn_style_list{background:url(/images_nuxt/studio/detail/icon_list.svg) 50% no-repeat;background-size:contain;color:rgba(0,0,0,0)}.schedule-nav .change-schedule-style .btn_style_list.active{background-image:url(/images_nuxt/studio/detail/icon_list_g.svg)}.schedule-nav .change-schedule-style .btn_style_table{background:url(/images_nuxt/studio/detail/icon_table.svg) 50% no-repeat;background-size:contain;color:rgba(0,0,0,0)}.schedule-nav .change-schedule-style .btn_style_table.active{background-image:url(/images_nuxt/studio/detail/icon_table_g.svg)}.schedule-nav .schedule-style-list{display:none}.schedule-nav .schedule-style-list.isShow{display:block}.schedule-nav .schedule-style-list .c-lesson-search{padding:1rem 1.5rem 2rem 1.5em;background:#f0f3f5}@media(max-width:960px){.schedule-nav .schedule-style-list .c-lesson-search{padding:.5em 0 0;border:1px solid #ccc}}.schedule-nav .schedule-style-list .c-lesson-search .title{color:#23303e;text-align:center;font-weight:700;font-size:1.8rem}@media(max-width:960px){.schedule-nav .schedule-style-list .c-lesson-search .title{font-size:1.6rem}}.schedule-nav .schedule-style-list .c-lesson-search .search-box{margin-top:1rem;display:flex;justify-content:space-between;padding:3rem;background:#fff;text-align:center}@media(max-width:960px){.schedule-nav .schedule-style-list .c-lesson-search .search-box{margin-top:.5rem;display:block;border-top:1px solid #ccc}}.schedule-nav .schedule-style-list .c-lesson-search .search-box .calendar{display:flex;align-items:center;justify-content:center}@media(max-width:960px){.schedule-nav .schedule-style-list .c-lesson-search .search-box .calendar{margin-bottom:2rem}}.schedule-nav .schedule-style-list .c-lesson-search .search-box .calendar input{font-size:1.6rem}.schedule-nav .schedule-style-list .c-lesson-search .search-box .calendar p{margin:0;padding:0 1em}.schedule-nav .schedule-style-list .c-lesson-search .search-box button{width:10em;height:3em;border:none;outline:none;border-radius:1.5em;background:#70c9e2;display:block;color:#fff;transition:all .3s}.schedule-nav .schedule-style-list .c-lesson-search .search-box button:focus{outline:none;border:none}@media(max-width:960px){.schedule-nav .schedule-style-list .c-lesson-search .search-box button{font-size:18px;margin:1rem auto 0}}.schedule-nav .schedule-style-list .c-lesson-search .search-box button:hover{opacity:.8}.schedule-nav .schedule-style-table{display:none}.schedule-nav .schedule-style-table.isShow{display:block}.schedule-nav .schedule-style-table .btn{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:.25rem;color:#333;cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.schedule-list{margin:2em auto 1em;max-width:1200px;text-align:left}@media(min-width:769px){.schedule-list{margin:1em auto;padding:0}}.schedule-list .schedule-item{position:relative}.schedule-list .schedule-date{margin:0 0 .5em;color:#23303e;font-size:18px}@media(min-width:960px){.schedule-list .schedule-date{position:absolute;top:0;padding:.5em;border-top:1px solid #ccc}}.schedule-list .lesson_type span{display:inline-block;margin-bottom:.5em;padding:.5em 1em;border:1px solid #cdd6dd;border-radius:5px;background:#f0f3f5;color:#3b4043;text-align:center;font-size:10px;margin-right:5px}.schedule-list .list-item{position:relative;display:flex;flex-wrap:wrap;padding:1em;border-top:1px solid #ccc;font-size:16px}@media(max-width:960px){.schedule-list .list-item{margin-bottom:1em;padding:1em .6em;border:1px solid #ccc}.schedule-list .list-item .lesson_time{margin-bottom:.5em;padding-left:1.5em;background:url(/images_nuxt/studio/detail/icon_time.svg) 0 no-repeat;background-size:1em auto;font-size:14px}.schedule-list .list-item .lesson_name{margin-bottom:.5em}.schedule-list .list-item .lesson_style{font-size:14px}.schedule-list .list-item .lesson_style .sp{display:inline}.schedule-list .list-item .box1{width:100%}.schedule-list .list-item .lesson_status{margin-left:auto;width:100%;text-align:right}.schedule-list .list-item .lesson_staff{padding-top:.5em;width:100%;border-top:1px solid #ccc;font-size:14px}.schedule-list .list-item .lesson_btn{margin-top:1em;width:100%}.schedule-list .list-item .text-cancel,.schedule-list .list-item .text-danger{display:inline;font-size:14px}}.schedule-list .list-item .hot_or_normal{position:absolute;top:1.2em;right:1.2em;display:none;padding:.5em 1em;border:1px solid #cdd6dd;border-radius:15px;color:#3b4043;text-align:center;font-size:10px}@media(max-width:960px){.schedule-list .list-item .hot_or_normal{display:inline-block}}.schedule-list .list-item .lesson_style,.schedule-list .list-item .lesson_time{color:#23303e}.schedule-list .list-item .lesson_name{color:#23303e;font-weight:700}.schedule-list .list-item .lesson_btn{margin:1.5em auto 0;text-align:center}.schedule-list .list-item .lesson_btn button{width:80%;height:3em;border:none;outline:none;border-radius:1.5em;background:#70c9e2;color:#fff;transition:all .3s}.schedule-list .list-item .lesson_btn button:hover{opacity:.8}@media(min-width:960px){.schedule-list .list-item{align-items:center;margin-left:5%;width:95%;font-size:14px}.schedule-list .list-item .lesson_time{order:1;width:5%}.schedule-list .list-item .box1{order:2;padding:0 1em;width:40%}.schedule-list .list-item .lesson_staff{order:3;margin-bottom:0;width:10%}.schedule-list .list-item .lesson_style{order:4;margin-bottom:0;width:15%}.schedule-list .list-item .lesson_status{order:5;margin-bottom:0;width:10%}.schedule-list .list-item .lesson_status.no_status{color:rgba(0,0,0,0)}.schedule-list .list-item .lesson_btn{order:6;margin-top:0;margin-left:auto;width:20%}.schedule-list .list-item .lesson_btn button{max-width:300px;width:100%;transition:all .3s}}.text-warning{font-size:1.4rem;color:#ffc107}.schedule-table .d-flex{display:flex;flex-wrap:wrap;justify-content:space-between}.schedule-table .text-light{margin:2rem auto 3rem;text-align:center;font-weight:700;font-size:1.8rem}@media(max-width:480px){.schedule-table .text-light{font-size:1.6rem}}.schedule-table .border-info{border-color:#17a2b8!important}.schedule-table .bg-light-grey{background-color:#f5f5f5}.schedule-table .bg-info{background-color:#17a2b8!important}.schedule-table .bg-danger{background-color:#e93842!important}.schedule-table .badge{display:inline-block!important;padding:.25em .4em;font-size:75%;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;margin:0 .5rem .5rem!important}.schedule-table .badge-info{background-color:#0066a4;color:#fff;margin:.5rem 0;padding:.5rem}.schedule-table .badge-danger{color:#fff;background-color:#e93842}.schedule-table .card-header{line-height:2.2rem}.schedule-table .card-footer{font-size:1.3rem;font-weight:700}.schedule-table .p-0{border-top:1px solid rgba(0,0,0,.125);border-bottom:1px solid rgba(0,0,0,.125);border-left:1px solid rgba(0,0,0,.125)}.schedule-table .p-0:last-child{border-right:1px solid rgba(0,0,0,.125)}.schedule-table .days-to-show-1 .linebreak-before-weekday,.schedule-table .days-to-show-3 .linebreak-before-weekday{display:none!important}