@import url('color.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Lato";
}

a {
    text-decoration: none;
    color: #000;
}

p {
    font-size: 14px;
}

.dsg_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 16px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding-bottom: 16px;
    /* width: 95%; */
}

.page_body {
    width: 80%;
    background: var(--white-color);
    border-radius: 20px;
    padding: 20px 0;
}

.logoimg {
    margin-bottom: 20px;
    width: 320px;
}

.big_tlt {
    font-size: 26px;
    padding-bottom: 20px;
}

.small_tlt {
    font-size: 19px;
    padding-bottom: 40px;
}

.input_tlt_space,
.input_space {
    width: 330px;
}

.input_tlt_space {
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 6px;
}

.input_space {
    display: flex;
    margin-bottom: 22px;
}

.input_title {}

.error_msg {
    color: #f07142;
}

.cus_input {
    width: 290px;
    height: 40px;
    border: 7px solid #d6d6d6;
    border-radius: 4px 0 0 4px;
}

.require_lbl {
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
    background-color: #d02527;
    color: var(--white-color);
    border-radius: 0 4px 4px 0;
}

.cus_btn {
    height: 33px;
    width: 200px;
    margin-bottom: 16px;
    color: var(--white-color);
    border: none;
    border-radius: 4px;
}

.login_btn,
.questionnary_btn {
    background-color: #d02527;
    box-shadow: 1px 1px 3px 3px rgb(210 43 43 / 25%);
}

.card_btn {
    background-color: #0095ff;
    box-shadow: 1px 1px 3px 3px rgb(57 149 255 / 25%);
}

.first_btn {
    background-color: #3ea03e;
    box-shadow: 1px 1px 3px 3px rgb(62 160 61 / 25%);
}

.next_btn {
    margin-top: 16px;
    background-color: #f164ba;
    box-shadow: 1px 1px 3px 3px rgb(241 100 186 / 25%);
}

.questionnary_btn {
    margin-top: -20px;
    margin-bottom: 35px;
}

.questionary_space {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 45px;
}

.barcodeimg {
    margin-top: 16px;
    margin-bottom: 40px;
}

.cus_text {
    width: 100%;
    text-align: left;
}

.cus_qs {
    padding: 4px;
    background: #66f8ff8f;
    border: 1px solid #80808059;
    border-radius: 4px;
}

.rad_btn {
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #80808059;
    border-radius: 4px;
}

.setting_elmt {
    display: grid;
    grid-template-columns: calc(100% - 40px) 40px;
    padding: 15px 0 15px 10px;
    border: 1px solid #80808059;
}

.nextimg {
    height: 24px;
}

.top_tlt {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.gray_tlt {
    width: 100%;
    background: #bad3ff;
    font-weight: bold;
    font-size: 14px;
}

.gray_bar_mid {
    height: 30px;
    line-height: 30px;
}

.address_space {
    display: flex;
    align-items: center;
    width: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mapbtnspace {
    width: 80px;
    text-align: center;
}

.map_btn {
    width: 62px;
    height: 32px;
    border: 1px solid black;
    border-radius: 5px;
    background: var(--white-color);
    font-weight: bold;
}

.addres {
    width: calc(100% - 80px);
}

.cus_lbl {
    font-weight: bold;
    padding: 2px 6px 2px 6px;
}

.cut_lbl {
    background: var(--main-color);
    color: var(--white-color);
}

.nail_lbl {
    background: #ea4c89;
    color: var(--white-color);
    width: 70px;
    font-weight: 600;
    text-align: center;
}

.esthetic_lbl {
    background: #0058ff;
    color: var(--white-color);
}
.straightening_lbl{
    background: #f39800;
    color: var(--white-color);
}
.green_lbl {
    background: green;
    color: var(--white-color);
}

.murasaki_lbl {
    background: #ee82ee;
    color: var(--white-color);
}

.space111 {
    width: 100%;
}

.cus_line {
    display: grid;
    width: 100%;
    grid-template-columns: auto 130px;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.gray_tlt span {
    padding-left: 10px;
}

.line_head {
    padding-left: 10px;
    font-weight: bold;
}

.checkbox_space {
    padding-left: 10px;
}

.money {
    font-weight: bold;
}

.under_head {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    text-align: center;
}

.cus_calendar {
    border-collapse: collapse;
}

th,
td {
    text-align: center;
    border: 1px solid #c3c3c3;
    /* height: 45px; */
}

td {
    font-size: 20px;
}

.sat_day {
    background: #bad3ff;
    color: var(--blue-color);
}

.sun_day {
    background: #ff9e80;
    color: var(--red-color);
}

.yoyaku_maru {
    background: var(--white-color);
    color: #8f8fc7;
    font-size: 25px;
}

.yoyaku_maru:active {
    background: #ddd;
    opacity: 0.7;
}

td:active {
    background: #ddd;
    opacity: 0.7;
}

.btn_space {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cus_prevbtn,
.cus_nextbtn {
    width: 115px;
    background: var(--white-color);
    border-radius: 4px;
    padding: 5px;
    font-weight: 600;
}

.store {
    width: 100%;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.storeimg {
    width: 100px;
}

.reserve_content {
    width: 100%;
}

.content_kbn {
    display: flex;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.content_kbn2 {
    padding-left: 30px;
    font-weight: 600;
}

.reserve_confirm {
    /* width: 137px; */
    border-radius: 5px;
    margin-top: 25px;
    color: var(--white-color);
    background-color: var(--main-color);
    font-size: 14px;
    text-align: center;
    padding: 7px 20px;
}

.reserve_confirm:active {
    opacity: 0.7;
}

.store_inf {
    padding-left: 10px;
}

.store_inf2 {
    padding-top: 3px;
}

.store_inf3 {
    padding-top: 10px;
}

.reserve_history_info {
    display: flex;
    padding-top: 15px;
}

.history_kbn {
    padding: 17px;
    border: 1px solid #838383;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.reserve_history_img {}

.items-conten {
    width: 85%;
    margin: 0 auto;
}

.store_img {
    width: 260px;
}

.reserve_history_cmt {
    height: 70px;
    padding-top: 5px;
    background: var(--white-color);
    border-radius: 7px;
    margin-top: 18px;
    margin-bottom: 12px;
    border: 1px solid var(--main-color);
    word-wrap: break-word;
    width: 100%;
}

.cmt_lbl {
    padding-left: 10px;
    color: #1d1d1d;
}

.cmt_lbl1 {
    padding-left: 10px;
    color: #333;
}

.reserve_history_text {
    margin-top: 10px;
    word-wrap: break-word;
}

.confirm_btn {
    width: 130px;
    height: 40px;
    background: var(--white-color);
    color: #4b0082;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #e91e63;
}

.confirm_btn:active {
    opacity: 0.7;
}

.details_btn {
    width: 130px;
    height: 40px;
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 500;
    border-radius: 8px;
}

.reserve_history_btn {}

.reserve_status {
    display: flex;
    align-items: center;
}

.under_reserve {
    width: 62px;
    text-align: center;
    background: #ffdee4;
    padding-top: 2px;
    padding-bottom: 2px;
}


/* .finished_reserve {
    width: 62px;
    text-align: center;
    background: #959595;
    padding-top: 2px;
    padding-bottom: 2px;
} */

.reserve_date {
    padding-left: 10px;
}

.seemore_btn {
    margin-top: 5px;
    width: 240px;
    height: 35px;
    border-radius: 15px;
    background: #ababab;
    color: var(--white-color);
}

.seemore_btn1 {
    color: white;
    background-color: #e91e63;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
}

.finished_reserve {
    width: 62px;
    text-align: center;
    background: #2f4f4f;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
    color: var(--white-color);
}


/* ----------------*/

.note,
.error_msgs {
    color: #ff6624;
}

.error_msgs {
    float: right;
}

#rst .white_btn {
    background: #ebebeb;
    border: 1px solid #000;
}

#rst label {
    font-size: 15px;
}

.formStyle {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
}

.formStyle input {
    outline: none;
    width: auto;
    padding-left: 10px;
}

.input_padd input {
    padding-left: 0px !important;
}

.input_margin input {
    margin-left: 15px;
}

.input_outline {
    outline: inherit;
    border-radius: 5px;
    border: 1px solid #000;
    height: 40px;
    width: 60%;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

.require_lbls {
    width: 18%;
    text-align: center;
    background-color: aliceblue;
    color: black;
    border-radius: 8px 7px 6px 5px;
    font-size: 26px;
    margin-left: -66px;
    transform: translateY(20%);
    position: absolute;
}

.heart_img {
    width: 8%;
    float: right;
}

.savg {
    width: 100%;
    border-bottom: 1px solid #000;
}

.savg .white_btn {
    border: 1px solid #000;
    border-bottom: 1px solid #757070;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 5%;
}

.booking {
    width: 85%;
    border-spacing: 0;
    border: 1px solid #c5c5bc !important;
    margin: 0 auto;
}

.booking th {
    background: var(--white-color);
    width: 50%;
    border: 1px solid #505050 !important;
}

.booking td {
    font-size: 15px;
    border: 1px solid #505050 !important;
    background-color: var(--white-color);
}


/* --------------------------------- */

.tab-bar__header {
    width: 100%;
}

.header {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
}

.menu_nav {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.head_logo {
    width: 25%;
    float: left;
    margin: 0 20px 20px 0;
}

.nav_img {
    width: 50%;
}

.navigation {
    background: #d70029;
    width: 80%;
    margin: 0;
    padding: 0;
}

.navigation ul {
    padding: 0;
    margin: 5px 0;
}

.navigation li {
    display: inline-block;
    /* position: relative; */
    margin-left: -5px;
    padding: 15px 0;
    border-right: 1px dotted var(--white-color);
    width: 19.8% !important;
    overflow: hidden;
}

.navigation a {
    color: var(--white-color);
}

.navigation p {
    margin: 0;
    color: var(--white-color);
    text-align: center;
    transition: transform 0.2s;
}

.navigation p:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nav_title {
    padding: 10px;
    background-color: var(--white-color);
}

.nav_title a {
    color: #007bff;
    font-size: 14px;
}

.nav_title a:hover {
    color: #555555;
}

.items-left {
    align-items: flex-start;
    padding: 10px;
    /* border-top: 1px solid #333; */
}

.items-left .big_tlt,
.items-left .small_tlt {
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
}

.items-left table {
    border-radius: 3px;
    margin: 0 auto 10px auto;
    border-spacing: 0;
    width: 95%;
    color: #333;
    background-color: var(--main-color);
}

.items-left th,
.items-left td {
    margin-bottom: 10px;
    border: 0;
    text-align: right;
    font-size: 14px;
}

.items-left h3 {
    font-size: 14px;
}

.items-left h3,
.items-left .input_radio {
    margin: 0;
    padding: 11px 5px;
    font-weight: 600;
    color: var(--white-color);
}

.select {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 80px;
    margin: 0 20px;
}

.btn-kinmu {
    display: flex;
    justify-content: center;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 5px;
    font-size: 14px;
}

.select select {
    flex: 1;
    height: 37px;
    padding: 0 0 0 15px;
    cursor: pointer;
    border: 1px solid #707070;
}

.select::after {
    content: "\25BC";
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 0;
    padding: 10px;
    background: #eeeeee;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    color: #000;
    border: 1px solid #707070;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.text {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1.5;
}


/* Transition */

.select:hover::after {
    color: Gainsboro;
}

.p_div {
    margin: 8% 0;
}

.p_div p {
    margin: 0;
}

.p_nav {
    margin: 0;
    text-align: center;
}


/* -------button------ */

.pink_btn {
    border-radius: 20px;
    width: 300px;
    height: 60px;
    font-size: 17px;
    background: #e91e63;
}

.violet_btn {
    margin-top: 10%;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 10px;
    background: rgb(242, 201, 251);
    border: 1px solid rgb(222, 106, 165);
    color: rgb(222, 106, 165);
}

.white_btn {
    color: #333;
    background: var(--white-color);
    border-radius: 5px;
    border: 1px solid #333;
    font-weight: bold;
    padding: 9px 7px;
    margin-right: 10px;
    font-size: 14px;
}

.gray_btn {
    background: #c0c0c0;
    border: 1px solid #000;
    color: #000;
    padding: 0 30px;
    border-radius: 15px;
}

.red_btn {
    background-color: var(--main-color);
    color: var(--white-color);
    margin-top: 20px;
}

.blue_btn {
    background: rgba(117, 169, 249, 0.5);
    border: 1px solid #cfcfcf;
    color: #1c4d7c;
    padding: 0 30px;
    border-radius: 15px;
}

.form_sale_method {
    width: 70%;
    margin: 30px auto;
}

.form_sale_method .cus_input {
    width: 90%;
    float: left;
    border-radius: 5px;
    border: 1px solid #707070;
}

.form_sale_method .require_lbl {
    width: 60px;
    margin-left: 20px;
    margin-right: 0;
    border-radius: 0px;
    border: 1px solid #c0c0c0;
}

.reserve_tab {
    margin-top: 10px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #c0c0c0;
}

.tab_addr {
    padding: 20px 0;
    width: 100%;
}

.tab_sale {
    width: 100%;
}

.tab_sale th {
    width: 40%;
    font-weight: normal;
    border-bottom: 1px solid #c0c0c0;
}

.tab_sale td {
    width: 60%;
    border-bottom: 1px solid #c0c0c0;
}


/* ------------icon-------- */

.icon_pink {
    padding: 5px 10px;
    margin: 10px 0px;
    font-weight: bold;
    color: rgb(222, 106, 165);
    background: rgb(242, 201, 251);
}

.icon_red {
    padding: 5px 10px;
    margin: 10px 0px;
    font-weight: bold;
    color: var(--white-color);
    background: rgb(183, 15, 10);
}

.icon_green {
    padding: 5px 10px;
    margin: 10px 0px;
    font-weight: bold;
    color: var(--white-color);
    background: rgb(114, 187, 83);
}

.btn-card {
    color: var(--white-color);
    background-color: var(--main-color);
    font-size: 14px;
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px 25px;
    border-radius: 8px;
}

.btn-card:active {
    opacity: 0.7;
    color: var(--white-color);
}

.responsive {
    padding: 12px;
    float: left;
    margin-top: -30px;
}

div.gallery {
    padding: 15px;
}

div.gallery img {
    display: block;
}

.desc {
    padding: 2px;
    text-align: center;
    font-size: 37px;
    margin-top: 4px;
    margin-bottom: 2px;
}

.btn-login-binku {
    color: var(--main-color);
    background-color: var(--white-color);
    font-size: 14px;
    border: 1px solid var(--main-color);
    height: calc(1.5 em + 0.75 rem + 2 px);
}

.btn-login-binku:active {
    opacity: 0.7;
    color: var(--main-color);
    background-color: #f4f4f4;
}

.btn-login:active {
    opacity: 0.8;
    color: var(--white-color);
}

.btn-login {
    color: var(--white-color);
    background-color: var(--main-color);
    font-size: 14px;
    height: calc(1.5em+ 0.75rem+ 2px);
}

.btn-new {
    color: white;
    background-color: #9fe2bf;
    height: calc(1.5em + 0.75rem + 2px);
}

div.gallery1 {
    padding: 15px;
}

div.gallery1 img {
    width: 100%;
    height: auto;
    display: block;
}

.responsive1 {
    float: left;
    background-color: var(--white-color);
    margin: 15px 15px 0 15px;
    border-bottom: 1px solid #999;
}

.responsive2 {
    background-color: var(--white-color);
    text-align: center;
}

.button2 {
    letter-spacing: 3px;
    border: none;
    padding: 10px;
    background-color: var(--white-color);
    color: #232c3d;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

button.active {
    border-bottom: 3px solid #f58da3;
    font-weight: 600;
    font-size: 14px;
}

.active {
    background-color: white;
}

.content.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .pink_btn {
        height: 40px;
        font-size: 14px;
    }
    .gallery1 {
        width: 100%;
    }
    .button2 {
        width: auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    body {
        background: var(--white-color);
        padding-top: 15px;
    }
    .page_body {
        width: 80%;
        padding: 0;
    }
    .nav_img {
        width: 100%;
    }
    .page_body,
    .nav_title,
    .nav_title {
        width: 100%;
    }
    .items-left {
        padding: 0;
        margin-top: 15px;
    }
    .form_sale_method {
        width: 100%;
    }
    .form_sale_method .cus_input {
        width: 250px;
    }
    .responsive {
        width: 88%;
        padding: 5px;
        margin-left: 0px;
    }
    .desc {
        width: auto;
        font-size: 27px;
    }
    div.gallery img {
        height: 172px;
        width: 100%;
    }
    .tit {
        font-size: 28px;
        margin-top: -25px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 480px) {}

@media (min-width: 700px) and (max-width: 1700px) {
    .tit {
        font-size: 38px;
        margin-top: -25px;
        margin-bottom: 50px;
    }
}

.tab-bar__content {
    display: none;
}

.tab-bar__content--active {
    display: block;
}

.btn-yoyaku-link {
    color: #333;
    width: 100%;
    margin-bottom: 10px;
}

.btn-yoyaku-link1 {
    color: var(--white-color);
    text-decoration: none;
}

.confirm_btn a {
    color: var(--main-color);
    text-decoration: none;
}

.details_btn a {
    color: var(--white-color);
    text-decoration: none;
}

.details_btn:active {
    opacity: 0.7;
}

.kensakutitle {
    font-size: 14px;
    font-weight: 600;
}

.yoyakuakimodori {
    color: #007bff;
    font-size: 14px;
}

.yoyakuakimodori_btn {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100%;
}

.modori_blue {
    color: #007bff;
}

/* .message.error {
    color: #c90c0c;
    font-weight: bold;
    margin: 0 8px;
    background-color: #f9bbb7;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 8px;
} */

.store-eigyo {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}