/* タブ1 */
.user_guide {
    .tab__buttons span {
        display: block;
        width: 50%;
        height: 40px;
        float: left;
        text-align: center;
        /* color: #7E7E7E; */
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        background: #ffffff;
    }

    #tab__under-bar {
        width: calc(50% / 2);
        height: 3px;
        display: block;
        box-sizing: border-box;
        background: #492DB2;
        position: absolute;
        top: 40px;
        left: calc(33.3%* 0.25);
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }

    #tab__under-bar.tab__content2 {
        left: calc(50%* 0.25 + 50%);
        transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

    #tab__under-bar.tab__content1 {
        left: calc(50%* 0.25);
        transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }
}

.user_guide__block1 {
    padding-top: 10%;
    background: #ffffff;
}

.user_guide__block1 h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 4%;
    color: #492DB2;
}

.user_guide__block1 p {
    padding: 4%;
    font-size: 14px;
}

.user_guide__block2,
.user_guide__block3 {
    margin: 2rem;
    background: #ffffff;
    padding: 4%;
    margin: 4%;
    text-align: center;

}

.user_guide__block2 p,
.user_guide__block3 p {
    font-size: 14px;
    text-align: justify;
}

.user_guide__block2 img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;
    padding-top: 10%;
}

.user_guide__title {
    font-size: 18px;
    text-align: center;
    color: #8E8FFA;
    padding-top: 4%;
}

.user_guide__small_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #3C3C3C;
}

.user_guide__icon {
    width: 20%;
}

.user_guide__img {
    width: 100%;
}

.user_guide__block4--title,
.user_guide__block6--title {
    font-size: 20px;
    text-align: center;
    background: #6859B2;
    color: #ffffff;
    padding: 2%;
}

.user_guide__block4,
.user_guide__block6 {
    background: #ffffff;
}

.user_guide__block4--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}

.user_guide__block4--small_title,
.user_guide__block6--small_title,
.user_guide__block7--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
}

.user_guide__block4--titlebox {
    display: flex;
    justify-content: space-between;
}

.user_guide__block4--desc,
.user_guide__block6--desc {
    font-size: 16px;
    color: #492DB2;
    background: #ffffff;
    padding-left: 4%;
    padding-top: 2%;
}

.user_guide__block7--desc {
    font-size: 16px;
    color: #492DB2;
    padding-left: 4%;
    padding-top: 2%;
}

.user_guide__block5--title {
    font-size: 16px;
    color: #492DB2;
    text-align: center;
    background: #ffffff;
}

.user_guide__block5 {
    padding: 4%;
}

.user_guide__block5 {
    .item__status {
        width: 40%;
        padding: 2%;
        text-align: center;
        border-radius: 5px;
        font-weight: normal;
        color: rgb(255, 255, 255);
    }

    .item__status--ok {
        background: #F24370;
    }

    .item__status--busy {
        background: #C89BDE;
    }

    .item__status--outside {
        background: #999999;
    }

    .item__status--coming {
        background: #E5AE5C;
    }

    .item__status--prepare {
        background: #6C8BD9;
    }
}

p.item__status.item__status--ok--desc,
p.item__status.item__status--busy--desc,
p.item__status.item__status--coming--desc,
p.item__status.item__status--outside--desc,
p.item__status.item__status--prepare--desc {
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 14px;
}

.small_title {
    font-size: 20px;
}

img.user_guide__btn {
    width: 100%;
}

.user_guide__button--teller {
    box-sizing: border-box;
    margin: 10px 0px;
    padding: 10px 16px;
    width: calc(100% - 32px);
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #F7F7F7;
    border-radius: 4px;
    background: linear-gradient(to bottom, #8e90fa, rgb(114, 115, 204));
    box-shadow: 0px 2px 2px 0px #0000001A;
    margin-bottom: 50px;
    text-align: center;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.user_guide__button--totop {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #492DB2;
    font-size: 15px;
    font-weight: 700;
    color: #492DB2;
}

.user_guide__block6--titlebox {
    padding: 4%;
}

.user_guide__block7 {
    padding: 4%;
    margin-bottom: 6%;
}

p.user_guide__block5--title {
    border-top: 3px solid #EDECFF;
    padding: 10px;
}

span.pink {
    color: #FE4675;
}

p.user_guide__block6--text,
p.user_guide__block7--text {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5rem;
}

.user_guide__block4--titlebox img {
    padding: 2%;
    position: absolute;
    right: 0;
}

.title {
    border-bottom: 1px solid #D9D9D9;
    background: #F7F7F7;
}

/* タブ1ーーーーー終了ーーーーー */



/* タブ2ーーーーー開始ーーーーー */

.user_guide__notes {
    font-size: 12px;
    font-weight: normal;
    color: #7E7E7E;
}

.user_guide__block--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}


/* -----------------------------------
    タブ切り替え　2個ver
----------------------------------- */

.tab {
    width: 100%;
    position: relative;
}

.tab__buttons span {

    display: block;

    width: 50%;
    height: 40px;

    float: left;
    text-align: center;
    color: #7E7E7E;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.tab__buttons>.tab__content1 {
    font-weight: bold;
    color: #3C3C3C;
}

#tab__under-bar.tab__content2 {
    left: calc(50% * 0.25 + 33.3%);
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


#tab__under-bar.tab__content1 {
    left: calc(50% * 0.25);
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

#tab__under-bar {
    width: calc(50% / 2);
    height: 3px;
    display: block;
    box-sizing: border-box;
    background: #492DB2;
    position: absolute;
    top: 40px;
    left: calc(50%* 0.5);
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#tab__under-bar.tab__content2 {
    left: calc(50%* 0.5 + 38%);
    transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.user_guide__block8--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 16px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}

.date_list__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4%;
    background: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4%;
    color: #7E7E7E;
}

.date_list__date {
    color:#3C3C3C;
    width: 60%;
    padding-left: 4%;
}

.date_list__time {
    width: 45%;
    padding-right: 4%;
}

/* 色 */
span.blue {
    color: #377BFF;
}

span.red {
    color: #E53939;
}

span.gray {
    color: #7E7E7E;
}

span.light_gray {
    color: #D9D9D9;
}


.head-guide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    text-align: center;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
}
.tab_bottom {
    padding: 0 15px 30px;
    border-bottom: 1px solid var(--light-gray);
}

/* テーブル */

.dayTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 99.9%;
}

.dayTable th,
.dayTable td {
    text-align: center;
    position: relative;
}

.calDate {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 2px;
    font-weight: bold;
}

.timeList {
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    height: 275px;
}

.timeList td {
    border: none;
    height: 35px;
    line-height: 18px;
}

.time_table {
    width: 12%;
}

.timeDesc {
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    height: 275px;
    width: 100%;
}

.dayTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 99.9%;
}

.timeList {
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    height: 275px;
    width: 100%;
}

.timeList td {
    border: none;
    height: 35px;
    text-align: center;
    line-height: 18px;
}

td.timeHalf {
    border: none;
    height: 35px;
    text-align: center;
    line-height: 18px;

}

/* ナビゲーション */
.week-nav {
    width: 100%;
    display: flex;
    padding-top: 8%;
    border-bottom: 1px solid #CCCCCC;
}

.week-nav__prev {
    width: 50%;
    height: 30px;
    text-align: left;
    font-size: 14px;
    padding-left: 4%;
}

.week-nav__next {
    width: 50%;
    height: 30px;
    text-align: right;
    font-size: 14px;
    padding-right: 4%;

}

/* 枠線 */
.dayTable td {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    position: relative;
}

td.timeFrame {
    border-right: solid 2px #CCCCCC;
    text-align: center;
    font-size: 16px;
}

.bg_color_purple {
    background: #6859B2;
    height: 35px;
    cursor: pointer;
}

/* 日時 */

tr.timeColor {
    height: 50px;
}

.dayTable_left {
    text-align: left;
    padding-left: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
}

td.align-center {
    text-align: center;
}

.date_list__date-time {
    width: 64%;
    display: flex;
}

.date_list__reserv {
    width: 24%;
    height: 32px;
    background: #492DB2;
    color: #ffffff;
    margin-right: 4%;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px;
    font-weight: normal;
    cursor: pointer;
    padding: 0 8px;
}

.white-btn {
    width: 24%;
    background: #ffffff;
    color: #492DB2;
    margin-right: 4%;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px;
    border: 1px solid #492DB2;
    font-weight: normal;
    cursor: pointer;
    padding: 0 8px;
}

.reserv-ok:before {
    background: #492DB2;
    content: "";
    height: 16px;
    width: 20px;
    left: 4%;
    position: absolute;
    margin-top: 1%;
}

.reserv-ng:before {
    background: #C89BDE;
    content: "";
    height: 16px;
    width: 20px;
    left: 22%;
    position: absolute;
    margin-top: 1%;
}

.reserv-me:before {
    background: #F24370;
    content: "";
    height: 16px;
    width: 20px;
    left: 43%;
    position: absolute;
    margin-top: 1%;
}

p.reserv-ok {
    padding-left: 6%;
    padding-left: 10%;
    line-height: 1.5rem;
    font-size: 12px;
}

p.reserv-ng {
    padding-left: 6%;
    padding-left: 10%;
    line-height: 1.5rem;
    font-size: 12px;
}

p.reserv-me {
    padding-left: 6%;
    padding-left: 10%;
    line-height: 1.5rem;
    font-size: 12px;
}


.reservation-status {
    padding-top: 4%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.bg_color_pink {
    background: #F24370;
    height: 35px;
    cursor: pointer;
}

.bg_color_light-purple {
    background: #C89BDE;
    height: 35px;
}

.bg_color_gray {
    background: #D9D9D9;
    height: 35px;
}

.guest_link {
    display: block;
    width: 100%;
    height: 100%;
}

.date_list__item {
    display: none;
}

.date_list__item.visible {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* ボタンとマークの間隔 */
    padding: 10px 16px;
    font-size: 16px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.load-more__moremark svg {
    display: block;
}

.load-more-wrapper {
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 4%;
}




