@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
body {
    /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
}

.home .l-contents {
    margin-bottom: 3rem;
}

.page-top-floating {
    background-color: #3BC43B;
}

.l-footer .widget_nav_menu .widgettitle {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
}

.header-news__label {
    background-color: #F0FAFF;
    color: #333
}
.header-news__slider,
.header-news__item {
    background-color: #FFF;
}
.header-news__slider a,
.header-news__item a {
    color: #e95098;
}

.u-row-item-center {
    align-items: center;
    justify-content: center;
}
.header-menu-default,
.l-header-menu-fixed-logo__inner {
    background: rgb(109,137,198);
    background: linear-gradient(180deg, rgba(109,137,198,1) 0%, rgba(71,107,183,1) 100%);
}
.l-header-menu-fixed-logo__inner {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
}
.header-menu-default .menu-item {
    flex: none;
}

.btn-shadow a {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    /*box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    white-space: nowrap;
}

.site-logo__img-menu {
    display: none;
}
.l-header-menu-fixed-logo .site-logo__img-menu {
    display: inline;
}
.l-header-menu-fixed-logo .site-description {
    color: #fff;
}
.l-header-menu-fixed-logo .site-logo__img,
.l-header-menu-fixed-logo .site-logo__img-sp {
    display: none;
}

.header-news {
    margin: 0 auto !important;
    padding-top: 3rem;
    background-color: #388DD9;
}

/* サイドバーナビ */
.block-menu ul {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.block-menu.widget_nav_menu .menu > .menu-item {
    position: relative;
    padding: 8px 20px 8px 10px;
    background-color: #FFF;
    border: 1px solid #DDD;
}
.block-menu.widget_nav_menu .menu > .menu-item:not(:last-child) {
    border-bottom: 0;
}
.block-menu.widget_nav_menu .menu > .menu-item::before {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #0096E0;
    opacity: 0;
    transition: all 0.6s ease;
}
.block-menu.widget_nav_menu .menu > .menu-item a::before {
    display: none;
}
.block-menu.widget_nav_menu .menu > .menu-item a::after {
    transform: translateX(0);
    display: block;
    content: "\e945";
    font-family: 'icomoon' !important;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 8px;
    left: auto;
    right: 0px;
    transition: all 0.6s ease;
}
.block-menu.widget_nav_menu .menu-item a:hover {
    transform: translateX(0);
    opacity: 0.5;
}
.block-menu.widget_nav_menu .menu-item:hover::before {
    width: 100%;
    opacity: 1;
}
.block-menu.widget_nav_menu .menu-item a:hover::after {
    transform: translateX(10px);
}

/* スケジュールカレンダー */
.schedule-calendar-wrap {
    position: relative;
    overflow: auto;
}
@media (min-width: 768px) {
    .schedule-calendar-wrap {
        overflow: visible;
    }
}
.schedule-calendar {
    position: relative;
    width: 786px;
    margin: 0 auto 4rem;
    padding: 1rem;
    background-color: #fff;
}
.schedule-calendar.loading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255, 0.75);
    background-image: url("./images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.schedule-calendar table {
    table-layout: fixed;
}
.schedule-calendar .course-name {
    font-size: 14px;
    line-height: 1.4;
}
.schedule-calendar .header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.75rem;
}
.schedule-calendar .prev,
.schedule-calendar .next {
    cursor: pointer;
}
.schedule-calendar .title {
    font-size: 1.25rem;
    font-weight: bold;
}
.schedule-calendar .week .w {
    background-color: #EEE;
}
.schedule-calendar .week .sun {
    color: #DC3545;
}
.schedule-calendar .week .sat {
    color: #007BFF;
}
.schedule-calendar .day {
    padding: 2rem 1rem 0.8rem;
    max-width: 100px;
    height: 100px;
    position: relative;
}
.schedule-calendar .day .day-num {
    position: absolute;
    top: 3px;
    left: 6px;
}

/* フォーム */
.yorusupe-form {
    margin: 0 auto;
    max-width: 440px;
}
.yorusupe-form .inner {
    padding: 1.5rem 2rem;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.yorusupe-form .notice.danger {
    padding: 1rem 0;
    color: #CC0000;
}
.yorusupe-form .notice.success {
    padding: 1rem 0;
    color: #5CB85C;
}
.yorusupe-form .field-group {
    margin-bottom: 0.5rem;
}
.yorusupe-form .field-group.inline {
    display: flex;
}
.yorusupe-form .field-group.inline > *:last-child {
    margin-left: 15px;
}
.yorusupe-form label {
    font-weight: bold;
    font-size: 13px;
}
.yorusupe-form .desc {
    font-size: 13px;
    margin-top: 5px;
}
.yorusupe-form .submit {
    margin: 1rem auto 0;
    text-align: center;
}
.yorusupe-form .submit button {
    padding: 0.5rem 4rem;
}
.yorusupe-form.signup-form .submit button {
    background-color: #f14294;
}

/* マイページ予約リスト */
.reserve-list th,
.reserve-list td {
    text-align: center;
}
.reserve-list .all-reserve {
    text-align: right;
}
.reserve-list .row:not(.reserved) .reserve-text,
.reserve-list .reserved .reserve {
    display: none;
}
.reserve-list .row:not(.reserved) .cancel,
.reserve-list .row.is_past .cancel,
.reserve-list .row.is_past .reserve,
.reserve-list .row.is_past .reserve-text,
.reserve-list .reserved:not(.is_past) .muted-cancel {
    display: none;
}

.password-reset {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

.logout {
    text-align: right;
}
.user-quit {
    text-align: right;
    margin: 30px 0;
}

.swal2-html-container {
    text-align: left;
}