.pc-flex-only { display: flex !important; }
@media screen and (max-width:768px) {
    .pc-flex-only { display: none !important; }
}

input::placeholder, 
textarea::placeholder {
    color: #acacac !important;
}

button, input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}

.mb-50 { margin-bottom: 50px !important; }
.vh-100 { height: 100vh; min-height: 600px; }
.vh-100.login { height: 100vh; min-height: 700px; }

.h5 { font-size: 18px; }

.border-white { border: 3px solid #fff; }
.border-gray { border: 3px solid #666; }
.border-pastelgray { border: 3px solid #AAA; }

.active>.page-link, .page-link.active {
    background-color: #727272;
    border-color: #727272;
}
.page-link {
    color: #727272;
}

.nowrap { white-space: nowrap; }

.c-biz {
    font-family: "BIZ UDGothic", serif !important;
}

.login_logo img {
    width: 170px;
}
@media (max-width: 767px) {
    .login_logo img {
        width: 133.34px;
        height: auto;
    }
}

.step-text {
    font-size: 10px;
}
.button,
.login-button {
    padding: 10px 0;
}
/*.form-text.h5 {
    margin-bottom: 0;
}*/

.available_price {
    font-size: 12px;
}

.rental_reserve_icon_list {
    display: inline-block;
    border-radius: 50%;
    width: 51px !important;
    height: 51px !important;
}

.no_thumb_box {
    width: 100%;
}
.no_thumb {
    background: #eee;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no_thumb_salon_box {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    overflow: hidden;
}
.no_thumb_icon_box {
}
.no_thumb_icon {
    background: #eee;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb_icon_box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.thumb_icon_box img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
}


.cursor-pointer {
    cursor: pointer;
}

#suggestions_bank,
#suggestions_shiten {
    border: 1px solid #fff;
    max-height: 150px;
    overflow-y: auto;
    background-color: #f3f3f3;
    position: absolute;
    z-index: 1000;
    /*width: calc(100% - 20px);*/
    width: 300px;
}
@media screen and (max-width:768px) {
    #suggestions_bank,
    #suggestions_shiten {
        left: calc(var(--bs-gutter-x)* 0.5 + 2.5%);
        width: calc(100% - var(--bs-gutter-x) - 5%);
    }
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}


#management-leftside {
    position: sticky;
    top: 90px;
    width: 20%;
    min-width: 300px;
    height: calc(100vh - 90px);   
} 
.leftsize__inner {
    
}
#management-content {
    flex: 1;
}
#management-maincontent {
    margin-left: 0px !important;
}

#management-breadcrumb .arrow-r {
    position: relative;
    top: 4px;
}

@media screen and (max-width: 768px) {
    #management-rightheader {
        width: 80px;
        max-width: 80px;
        position: absolute;
        right: 0;
    }
}

#menu-title {
    font-weight: bold;
}
.menu-item {
    font-size: 17px;
}
.sp_title {
    margin-left: -45px;
    font-size: 14.5px;
}


@media screen and (max-width: 768px) {
    .calendar-table {
        min-width: 100%;
    }
    .calendar-confirm td {
        height: 65px;
    }
}
@media screen and (max-width: 450px) {
    .calendar-mirror, .calendar-assist {
        font-size: 3vw;
    }
}

.image-area img {
    width: 100%;
    height: auto;
    aspect-ratio: 218 / 170;
    object-fit: cover;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
}

.register_icon {
    min-width: 120px;
    width: 120px;
    height: 120px;
}
.register_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
}

.bg-gray2 {
    background-color: #aaa;
}
.bg-gray3 {
    background-color: #cecece;
}

@media (max-width: 768px) {
    .sp-mb-10 {
        margin-bottom: 10px !important;
    }
}

.job_description_item {
    border-bottom: 1px solid #eee !important;
    padding: 10px 0;
    margin-bottom: 10px;
}
.job_description_item:last-child {
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.job_description_item div.list {
    padding-top: 0 !important;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .job_description_item div.list {
        padding-top: 0 !important;
    }
    .job_description_note {
        margin-top: 0 !important;
    }
    .border-bottom {
        margin-bottom: 10px !important;
    }
}


.job-cancel .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.job-cancel .form-check-input {
    border: 2px solid #AAAAAA;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
}

.job-cancel .form-check-input:checked {
    background-color: #FF3333;
    border: 2px solid #FF3333;
}

.job-cancel .form-check {
    padding-left: 15px;
}

.job-cancel .form-check input,
.job-cancel .form-check label {
    cursor: pointer;
}

.job-cancel .form-check:first-child {
    padding-left: unset;
}

.job-cancel .form-check .form-check-input {
    margin-left: unset;
    margin-right: 5px;
}

.job-cancel .form-check .form-check-input {
    margin-left: unset;
    margin-right: 5px;
}

.job_create_terms_text {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}
.job_create_terms_text img {
    width: 14px;
    margin-top: -2px;
}
.py-08 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}