@charset "utf-8";

/* ------------------------------------------------------------------
- staff
------------------------------------------------------------------ */

body.page-staff{
    /* background-image: url(../img/staff/mv__bgImageGreen.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size:  70.15625vw; */
    position: relative;
    z-index: 1;
}


.p-nav__item:hover{
    opacity: 0.7;
}

h1{
    font-size: 20px;
    text-align: center;
}

body.page-staff .p-hamburger__nav{
    background-color:var(--staffPrimary);
}


body.page-staff .u-overlay{
    background-color: rgb(239, 255, 246, 0.8)
}


.p-staffPage__bg{
    background-color: var(--greenColor);
    padding: 5% 0;
}



.p-staffSeminar__content{
    background-color: var(--whiteColor);
    margin: 60px auto;
    padding: 20px;
    border-radius: 0  20px 20px 20px;
    max-width: 980px;
    position: relative;
}





@media screen and (max-width: 999px) {
    body.page-staff .p-sidebar__reservationTitle {
        color: var(--whiteColor);
    }

    body.page-staff .p-spSide__content {
        border-bottom: 3px dotted var(--whiteColor);
    }
}

/* ------------------------------------------------------------------
- staff_mypage
------------------------------------------------------------------ */

#your-title,
#your-subtitle {
    display: none;
}

/* ログイン後に付与するクラス */
#your-title.is-visible,
#your-subtitle.is-visible {
    display: block;
}

.p-staffMypage__bg {
    background-color: transparent; /* ← ログイン画面では透明 */
    padding: 5% 0;
    transition: background-color 0.3s; 
}

.p-staffMypage__bg.is-visible {
    background-color: #bde27d; /* ← ログイン後に表示 */
}

.amelia-v2-booking #amelia-container.am-cap__wrapper{
    margin: 0 auto !important;
}

/* アメリア ログインボタン 色味変更*/
.p-staffMypage__bg .am-asi__btn {
    --am-c-btn-first: #ffa200 !important;
    --am-c-btn-first-op80: rgba(255,162,0,0.8) !important;
    --am-c-btn-first-op30: rgba(183,141,15,0.3) !important;
    background: #ffa200 !important;
    border-color: #ffa200 !important;
    margin-bottom: 20px !important;
}

.p-staffMypage__bg .am-asi__btn:hover {
    --am-c-btn-first: #e4950d !important;
    background: #e4950d !important;
    border-color: #e4950d !important;
}

.p-staffMypage__bg .am-fs-sb{
    background-color:#ed9805 !important;
}

/* アメリア色味変更 */

.p-staffSeminar__content .am-ec {
    --am-c-ec-primary: #8BC34A !important;
    box-shadow:
    rgb(209, 213, 215) 0px 2px 2px -1px,
    rgba(209, 213, 215, 0.3) 0px 0px 11px,
    #51b70f 8px 0px 0px inset !important;
}

.p-staffSeminar__content .am-button--primary {
    --am-c-btn-first: #51b70f !important;
    --am-c-btn-first-op80: rgba(139,195,74,0.8) !important;
    --am-c-btn-first-op30: rgba(139,195,74,0.3) !important;
}

.p-staffSeminar__content .am-button--primary:not(.am-asi__btn):hover {
    background-color: #44a106 !important;
    border-color: #44a106 !important;
    --am-c-btn-first: #44a106 !important;
    color: #fff !important;
}

.amelia-v2-booking #amelia-container .am-ec__actions-price{
    color: #51b70f !important;
}

#amelia-container .am-elf__footer .am-button--primary{
    --am-c-btn-first:#51b70f !important;
    background:#51b70f !important;
    border-color:#51b70f !important;
}

#amelia-container .am-elf__footer .am-button--primary:hover{
    --am-c-btn-first:#44a106 !important;
    background:#44a106 !important;
    border-color:#44a106 !important;
}



/* ------------------------------------------------------------------
- customer
------------------------------------------------------------------ */

.p-customerPage__bg{
    padding: 5% 0;
}

.p-customer__content{
    position: relative;
}

/* アメリア ログインボタン 色味変更*/
.p-customerPage__bg .am-asi__btn {
    --am-c-btn-first: #51b70f !important;
    --am-c-btn-first-op80: rgba(81,183,15,0.8) !important;
    --am-c-btn-first-op30: rgba(81,183,15,0.3) !important;
    margin-bottom: 20px !important;
}

.p-customerPage__bg .am-asi__btn:hover {
    --am-c-btn-first: #44a106 !important;
}

.p-customerPage__bg .am-fs-sb{
    background-color:#65b730 !important;
}

/* アメリア色味変更 */
.p-customer__content .am-capf__menu-btn {
    --am-c-btn-first: #51b70f !important;
    --am-c-btn-first-op80: rgba(81,183,15,0.8) !important;
    --am-c-btn-first-op30: rgba(81,183,15,0.3) !important;
    --am-c-btn-first-op20: rgba(81,183,15,0.1) !important;
}

.p-customer__content .am-slide-popup__block-inner{
    background-color:#65b730 !important;
}

.p-customer__content .am-capf__menu-btn {
    --am-c-btn-first: #ed9805 !important;
    --am-c-btn-first-op80: rgba(237,152,5,0.8) !important;
    --am-c-btn-first-op30: rgba(237,152,5,0.3) !important;
    --am-c-btn-first-op20: rgba(237,152,5,0.1) !important;
}

.amelia-v2-booking #amelia-container .am-capa__date.am-today:before{
    background-color:#ed9805 !important;
}

/* 一覧ナビの順番入れ替え */

#amelia-container .am-fs-sb__page-wrapper{
    display:flex;
    flex-direction:column;
}

#amelia-container .am-fs-sb__page:nth-of-type(2){
    order:3;
}

#amelia-container .am-fs-sb__page:nth-of-type(3){
    order:2;
}



/* ------------------------------------------------------------------
- seminar
------------------------------------------------------------------ */

.p-seminar__content{
    background-color: var(--beigeColor);
    margin: 40px auto;
    padding: 20px;
    border-radius: 20px;
    max-width: 980px;
}

/* アメリア色味変更 */

.p-seminar__content .am-ec {
    --am-c-ec-primary: #8BC34A !important;
    box-shadow:
    rgb(209, 213, 215) 0px 2px 2px -1px,
    rgba(209, 213, 215, 0.3) 0px 0px 11px,
    #51b70f 8px 0px 0px inset !important;
}

.p-seminar__content .am-button--primary {
    --am-c-btn-first: #51b70f !important;
    --am-c-btn-first-op80: rgba(139,195,74,0.8) !important;
    --am-c-btn-first-op30: rgba(139,195,74,0.3) !important;
}

.p-seminar__content .am-button--primary:hover {
    background-color: #44a106 !important;
    border-color: #44a106 !important;
    --am-c-btn-first: #44a106 !important;
    color: #fff !important;
}

.amelia-v2-booking #amelia-container .am-ec__actions-price{
    color: #51b70f !important;
}

#amelia-container .am-elf__footer .am-button--primary{
    --am-c-btn-first:#51b70f !important;
    background:#51b70f !important;
    border-color:#51b70f !important;
}

#amelia-container .am-elf__footer .am-button--primary:hover{
    --am-c-btn-first:#44a106 !important;
    background:#44a106 !important;
    border-color:#44a106 !important;
}

/* ------------------------------------------------------------------
- consult
------------------------------------------------------------------ */


.p-consult__content{
    background-color: var(--beigeColor);
    padding: 20px;
    margin: 40px auto;
    border-radius: 20px;
    max-width: 980px;
}


/* =========================
アメリア コンテンツ余白
========================= */
.p-consult__content .am-fcl{
    padding:10px;
}

.amelia-v2-booking #amelia-container .am-advsc__time-zone span{
    background:rgb(242 152 38 / 10%) !important;
    border:1px solid rgb(242 162 38 / 60%) !important;
    color:#d68a12 !important;
}

/* =========================
メインボタンカラー
========================= */
.p-consult__content .am-button{
    --am-c-btn-first:#51b70f !important;
    --am-c-btn-first-op80:rgba(81,183,15,0.8) !important;
    --am-c-btn-first-op30:rgba(81,183,15,0.3) !important;
    --am-c-btn-first-op20:rgba(81,183,15,0.1) !important;
}

/* =========================
サイドバー
========================= */
#amelia-container{
    --am-c-sb-bgr:#51b70f !important;
}

/* =========================
次へ進むボタン
========================= */
#amelia-container .am-button-continue{
    background:#51b70f !important;
    border-color:#51b70f !important;
}

/* =========================
サイドバー選択チェック
========================= */
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker-selected{
    --am-c-sb-checker-border:#fff !important;
}

/* =========================
Amelia カレンダースクロールバー
========================= */

/* Chrome / Edge / Safari */
#amelia-container .am-fs__main-content::-webkit-scrollbar-thumb{
    background:rgba(242,152,38,0.6);
}

#amelia-container .am-fs__main-content::-webkit-scrollbar-track{
    background:rgba(242,152,38,0.08);
}

#amelia-container .am-fs__main-content::-webkit-scrollbar-thumb:hover{
    background:#f29826;
}

/* Firefox */
#amelia-container .am-fs__main-content{
    scrollbar-color: rgba(242,152,38,0.6) rgba(242,152,38,0.08);
}

/* =========================
価格バッジ
========================= */
.am-oit__data-label-badge{
    background:#51b70f !important;
}

.amelia-v2-booking #amelia-container .am-fcis__header-action .am-fcis__header-price{
    color:#51b70f !important;
}

/* =========================
タブ
========================= */
.am-fcis__info-tab.am-active{
    color:#51b70f !important;
    border-bottom:3px solid #51b70f !important;
}

.amelia-v2-booking #amelia-container .am-fcis__info-tab:hover{
    color:#44a106 !important;
}

/* =========================
スタッフバッジ
========================= */


/* スタッフを確認する */
.am-fcil-employee__badge{
    background:#51b70f !important;
}

.am-dialog-popup .am-button.am-button--filled{
    --am-c-btn-bgr:#51b70f !important;
    --am-c-btn-text:#fff !important;
    --am-c-btn-border: #419707 !important;
    background-color:#51b70f !important;
    color: #fff !important;
    border: 1px solid #419707 !important;
}

.am-dialog-popup .am-button.am-button--filled:hover{
    opacity: 0.8;
}

/* スタッフ */
.am-fcis__info-employee__badge{
    background:#51b70f !important;
}

/* =========================
モーダル閉じるボタン
========================= */
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close{
    color:#44a106 !important;
}

/* =========================
今日の日付
========================= */
.amelia-v2-booking #amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell.fc-day-today 
.fc-daygrid-day-frame:after{
    background-color:#ffaf00 !important;
}
/* =========================
カレンダー 通常日
========================= */
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell:not(.am-advsc__dayGridMonth-disabled) 
.fc-daygrid-day-frame{
    background:rgb(242 152 38 / 10%) !important;
    border:1px solid rgb(242 162 38 / 60%) !important;
}

/* 日付の文字色 */
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell:not(.am-advsc__dayGridMonth-disabled) 
.fc-daygrid-day-number{
    color:#d68a12 !important;
}

/* スロット背景 */
.amelia-v2-booking 
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell 
.fc-daygrid-day-bg 
.fc-bg-event 
.am-advsc__slot-wrapper{
    background-color: rgba(232, 162, 23, 0.3) !important;
}

/* =========================
過去日
========================= */

#amelia-container 
td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-disabled 
.fc-daygrid-day-frame{
    background:#f5f5f5 !important;
    border:1px solid #e5e5e5 !important;
}

#amelia-container 
td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-disabled 
.fc-daygrid-day-number{
    color:#b5b5b5 !important;
}


/* =========================
カレンダー選択日
========================= */
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected 
.fc-daygrid-day-frame{
    background:#e98b00 !important;
    border:1px solid #df7800 !important;
}

/* 選択日の文字 */
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected 
.fc-daygrid-day-number{
    color:#ffffff !important;
}





/* =========================
カレンダーホバー
========================= */
#amelia-container 
.am-advsc.fc-theme-standard 
td.am-advsc__dayGridMonth-cell:not(.am-advsc__dayGridMonth-disabled):hover 
.fc-daygrid-day-frame{
    background:rgba(242,152,38,0.2) !important;
}

/* 選択日はhover固定 */
#amelia-container 
td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected:hover 
.fc-daygrid-day-frame{
    background:#e98b00 !important;
}



/* =========================
時間スロット（通常）
========================= */
#amelia-container 
.am-advsc__slots-item__inner{
    background:rgb(242 152 38 / 10%) !important;
    border:1px solid rgb(242 162 38 / 60%) !important;
    color:#d68a12 !important;
}

/* =========================
時間スロット hover
========================= */
#amelia-container 
.am-advsc__slots-item:hover 
.am-advsc__slots-item__inner{
    background:#f2a72633 !important;
}

/* =========================
時間スロット 選択
========================= */
#amelia-container 
.am-advsc__slots-item__selected 
.am-advsc__slots-item__inner{
    background:#e98b00 !important;
    border:1px solid #f17d20 !important;
    color:#fff !important;
}

/* =========================
SP Progress Bar
========================= */

/* 未到達 */
#amelia-container .am-progress-bar .am-step{
    background:rgba(242,152,38,0.2) !important;
}

/* 完了 */
#amelia-container .am-progress-bar .am-step.am-passed-step{
    background:#e98b00 !important;
}

/* 現在 */
#amelia-container .am-progress-bar .am-step.am-current-step{
    background:#e98b00 !important;
}

/* =========================
SP カレンダーの青フォーカス枠削除
========================= */
#amelia-container .fc-daygrid-day,
#amelia-container .fc-daygrid-day-frame{
    outline:none !important;
}

#amelia-container .fc-daygrid-day-frame::after{
    display:none !important;
}


/* ------------------------------------------------------------------
- 保護者の声
------------------------------------------------------------------ */

.p-voicePage__content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: clamp(24px, 3vw, 60px);
    margin-top: 40px;
    background-color: var(--beigeColor);
    padding: 40px;
    border-radius:0 20px 20px 0;
    margin-right: 20px;
}



.p-voicePage__imageWrap{
    position: relative;
}

.p-voicePage__Item{
    border: 1px solid;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
}

.p-voicePage__type{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--whiteColor);
    width: 126px;
    height: 33px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 1%;
    top: -5.26315789474%;
}

.p-voicePage__type.-green{
    background-color: var(--greenColor);
}

.p-voicePage__type.-pink{
    background-color: var(--pinkColor);
}

.p-voicePage__type span{
    font-size: 0.4375rem;
    display: block;
}

.p-voicePage__imageWrap img{
    width: 100%;
    aspect-ratio: 295 / 196;
    object-fit: cover;
    border-radius: 75px;
}

.p-voicePage__text{
    margin-top: 5.3050397878%;
}


@media screen and (max-width: 999px) {
    .p-voicePage__content{
    border-radius:20px;
    margin-right: 0;
    padding: 20px;
}
}


/* 保護者の声　詳細 */
.p-voiceSingle__title{
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 40px;
}

.p-voiceSingle__content img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    display: block;
    border-radius: 20px;
}



/* ------------------------------------------------------------------
- よくある質問
------------------------------------------------------------------ */


.p-faq__content{
    margin: 40px auto;
    max-width: 980px;
    width: 100%;
}

.p-faq__item{
    border-bottom: 1px solid #CDBDB4;
}

.p-faq__item:first-child{
    border-top: 1px solid #CDBDB4;
}

.p-js__accTitle{
    padding-left:30px;
}

.p-faq__q{
    font-size: 1.125rem;
    color:#f6990f;
    font-weight:bold;
    margin-right:8px;
    flex-shrink: 0;
}

.p-js__accTitle{
    position: relative;
    padding: 20px 60px 20px 20px;
    cursor: pointer;
    display: flex;
    gap: 8px;
}

.p-js__accContent{
    display:none;
    padding: 0 45px 20px;
    font-size: 0.875rem;
}

/* アコーディオンプラスマイナス */
.p-js__accTitle:before{
    position:absolute;
    content:'';
    top:50%;
    right:25px;
    width:20px;
    height:2px;
    background:#f6990f;
    transform:rotate(90deg);
    transition:.3s;
}

.p-js__accTitle::after{
    position:absolute;
    content:'';
    top:50%;
    right:25px;
    width:20px;
    height:2px;
    background:#f6990f;
    transition:.3s;
}

/* 開いた時 */
.p-js__accTitle.open::before{
    transform:rotate(0deg);
}

.p-js__accTitle.open::after{
    opacity:0;
}

@media screen and (max-width: 500px) {
.p-js__accTitle:before{
    right:20px;
}

.p-js__accTitle::after{
    right:20px;
}
}



/* ------------------------------------------------------------------
- プライバシーポリシー・利用規約
------------------------------------------------------------------ */

.p-policy__content{
    max-width: 980px;
    margin: 40px auto;
}

.p-policy__wrap{
    margin-top: 40px;
}

.p-policy__title{
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--orangeColor);
    margin-bottom: 10px;
}

.p-policy__list{
    margin-top: 10px;

}

ol.p-policy__list li{
    list-style: decimal inside;
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
}
ul.p-policy__list li{
    list-style: disc;
    margin-left: 1em;
}

@media screen and (max-width: 767px) {
    .p-policy__title{
        font-family: 1.125rem;
    }

    .p-policy__content{
        font-size: 0.875rem;
    }
}
