@charset "utf-8";

html,
body {
    overflow-wrap: break-word;
}

ul.comma {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.comma>li {
    list-style: none;
    padding: 0;
    display: inline-block;
}

ul.comma>li:not(:last-child)::after {
    content: '、';
}

.messageSend__context {
    width: auto;
    word-break: break-all;
    word-wrap: break-word
}

.messageSend__sender {
    width: 6em
}

.messageSend__date {
    width: 14em
}

.sendMessage-btn {
    background: #c7bf96;
    display: inline-block;
    border: 1px solid #b3aa81;
    border-radius: 3px;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 13px
}

.btnReservePickupStaff {
    background: url("../../images/cmn/btn_bg.png") no-repeat center;
    background-size: cover;
    border-radius: 6px;
    border: 2px solid #dea9f3;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.4em;
    width: 100%;
}

.btnReservePickupStaff::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("/images/cmn/icon_reserve_w.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.menuAdd__list-price {
    text-align: right;
}

.menuAdd__list-time {
    text-align: right;
}

.right_op {
    text-align: right;
    opacity: 0.5;
    font-size: 12px;
}

.myReservedSalonsList__item-img {
    display: block;
    margin: 0 auto 5px;
}

.searchMap__salonList {
    overflow: auto;
}

.mode-note {
    background-color: #444444;
    background: linear-gradient(45deg, #333333, #555555);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 0;
    font-size: 1.4rem;
    line-height: 1.0;
    letter-spacing: 4px;
    word-break: break-all;
    position: sticky;
}

.point-now {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #faf4fa;
    gap: 20px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.point-now>div {
    background-color: #ffffff;
    min-height: 50px;
    min-width: 50px;
    border: 1px solid #e0dbe0;
    position: relative;
    box-sizing: border-box;
}

.point-now>div::before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.0;
}

.point-now>div:nth-child(1)::before {
    content: '1';
}

.point-now>div:nth-child(2)::before {
    content: '2';
}

.point-now>div:nth-child(3)::before {
    content: '3';
}

.point-now>div:nth-child(4)::before {
    content: '4';
}

.point-now>div:nth-child(5)::before {
    content: '5';
}

.point-now>div:nth-child(6)::before {
    content: '6';
}

.point-now>div:nth-child(7)::before {
    content: '7';
}

.point-now>div:nth-child(8)::before {
    content: '8';
}

.point-now>div:nth-child(9)::before {
    content: '9';
}

.point-now>div:nth-child(10)::before {
    content: '10';
}

.point-now>div:nth-child(11)::before {
    content: '11';
}

.point-now>div:nth-child(12)::before {
    content: '12';
}

.point-now>div:nth-child(13)::before {
    content: '13';
}

.point-now>div:nth-child(14)::before {
    content: '14';
}

.point-now>div:nth-child(15)::before {
    content: '15';
}

.point-now>div:nth-child(16)::before {
    content: '16';
}

.point-now>div:nth-child(17)::before {
    content: '17';
}

.point-now>div:nth-child(18)::before {
    content: '18';
}

.point-now>div:nth-child(19)::before {
    content: '19';
}

.point-now>div:nth-child(20)::before {
    content: '20';
}

.point-now>div.is-point::before {
    content: '';
    background-image: url(/images/cmn/point_mark.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: static;
    background-size: 40px;
    width: 48px;
    height: 48px;
    line-height: 45px;
}

.point-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    line-height: 1.0;
}

.point-card>span {
    vertical-align: text-bottom;
}

.point-card>span:nth-child(1),
.point-card>span:nth-child(3) {
    color: #999999;
}

.point-card>span:nth-child(2) {
    background-color: #faf4fa;
    border-radius: 50%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    min-width: 50px;
    text-align: center;
}

.point-card>span:nth-child(2)>span {
    font-size: 2.0rem;
    color: #a599ba;
}

.messageDetail textarea[name="contents"] {
    width: 100%;
    line-height: 1.0;
    outline: none;
    padding: 2px;
    height: calc((1rem * 2) + (2px * 2) + (1px * 2));
}

.messageDetail>.heading-primary {
    text-align: center;
}

.salonImgs-item img {
    height: 100%;
    object-fit: cover;
}

.salon__staffList-img img {
    width: 100%;
    object-fit: cover;
}

.hairCatalogList__item-img img {
    width: 100%;
    object-fit: cover;
}

.stylistList__info dt {
    width: 130px;
}

.stylistList__info dd {
    width: calc(100% - 130px);
}

.wrap-cv-message {
    background-color: #585858;
    padding: 17px 20px 20px 20px;
    border-radius: 5px;
    margin: 0;
}

.wrap-cv-message [sender] {
    margin-top: 3px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.wrap-cv-message [sender="2"] {
    flex-direction: row;
}

.wrap-cv-message [sender="1"] {
    flex-direction: row-reverse;
}

.wrap-cv-message [sender]>.user {
    white-space: nowrap;
}

.wrap-cv-message [sender]>.user>.wrap-user-icon {
    text-align: center;
    font-size: 1.5rem;
}

.wrap-cv-message [sender]>.contents {
    display: block;
    border-radius: 15px;
    padding: 10px 20px;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.wrap-cv-message [sender]>.contents>.message {
    color: #030303;
}

.wrap-cv-message [sender]>.contents>.message-status {
    margin-top: 10px;
}

.wrap-cv-message [sender]>.contents>.message-status>.send-datetime {
    font-size: 0.8rem;
    color: #777777;
    line-height: 1.0;
}

.wrap-cv-message [sender]>[readed] {
    color: #ffffff;
    align-self: end;
    font-size: 0.8rem;
    white-space: nowrap;
}

.wrap-cv-message [sender]>[readed="1"] {
    font-size: 1rem;
    color: #e4ff00;
}

.wrap-cv-message [sender="2"]>.user>.wrap-user-icon {
    color: #ffffff;
}

.wrap-cv-message [sender="2"]>.contents {
    background-color: #ffffff;
    margin-left: 10px;
}

.wrap-cv-message [sender="1"]>.user>.wrap-user-icon {
    color: #84ff35;
}

.wrap-cv-message [sender="1"]>.contents {
    background-color: #84ff35;
    margin-right: 10px;
}

.wrap-cv-message [sender="1"]>.user>.wrap-user-name,
.wrap-cv-message [sender="2"]>.user>.wrap-user-name {
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 5px;
    line-height: 1.0;
    text-align: center;
}

.wrap-cv-message [sender="2"]>.contents::before {
    content: '';
    position: absolute;
    border-right: 10px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    left: -9px;
    top: calc(50% - 5px);
}

.wrap-cv-message [sender="1"]>.contents::after {
    content: '';
    position: absolute;
    border-left: 10px solid #84ff35;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    right: -9px;
    top: calc(50% - 5px);
}

.salonList__result-salonName a{
    text-decoration: underline;
    color: #9f8bbe;
}

.salonList__result-salonName a:hover {
    text-decoration: none;
}

.calendar__contactCell {
    text-align: center;
    vertical-align: middle;
}