@charset "UTF-8";

/* common */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="submit"],
textarea, button, select {
    font-size: inherit;
    -webkit-appearance: none;
    background: #E6E6E5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    height: 100%;
}

select {
    margin-right: 3px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

body {
    font-weight: normal;
    color: #040000;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    opacity: .7;
}

li {
    list-style: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

header {
    line-height: 1;
    font-weight: 500;
    z-index: 9999 !important;
}

article {
    padding: 100px 0;
    min-height: 500px;
}

.inner {
    width: 800px;
    margin: 0 auto;
}

.inner_calender {
    width: 98%;
    margin: 0 auto;
}

.pc { display: block; }
.sp { display: none; }

/* all */
h1 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
}

h1.border {
    border: 2px solid #231815;
    padding: 10px;
}

h1.txtL {
    text-align: left;
}

.txt {
    margin-bottom: 20px;
}

.red {
    color: #BA3C82;
}

section:not(:last-of-type) {
    margin-bottom: 100px;
}


/* form */
dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

dt {
    display: flex;
    justify-content: space-between;
    width: 250px;
    padding: 10px;
    color: #fff;
    background-color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
}

dt .required {
    color: #444;
    background-color: #ccc;
    padding: 0 5px;
    font-size: .8em;
    line-height: 2em;
    display: inline-table;
}

dd {
    width: calc(100% - 260px);
    margin-bottom: 10px;
}

dd.agree {
    background: #E6E6E5;
    padding: 10px;
    color: #333;
}

dd input::placeholder {
    color: #B5B5B6;
}

.small {
    width: 3em!important;
}

.medium1 {
    width: 4em!important;
}

.medium2 {
    width: 5em!important;
}

.half {
    width: calc(50% - 5px)!important;
}

.half:not(:last-of-type) {
    margin-right: 10px;
}

/* login */
#login dl {
    width: 600px;
}

/* get */
#get dl {
    width: 100%;
}

/* .confirm */
dl.confirm {
    background: #E6E6E5;
    padding: 20px;
}

dl.confirm dt,
dl.confirm dd {
    background: none;
    color: #595757;
    padding: 10px;
    border-bottom: 1px solid #595757;
}

dl.confirm dt:last-of-type,
dl.confirm dd:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

dl.confirm dt {
    margin-right: 0;
}


/* .reserve_box */
.reserve_box {
    background: #E6E6E5;
    align-items: center;
}

.reserve_box:not(:last-child) {
    margin-bottom: 40px;
}

.reserve_box dl {
    width: calc(100% - 50px);
    padding-left: 10px;
    margin-left: 0;
}

.reserve_box .radio {
    padding: 0 10px 0 20px;
}

/* cancel_confirm */
#cancel_confirm label {
    width: calc(100% - 50px);
}

#cancel_confirm label dl {
    width: 100%;
}

/* finish */
#finish .finish_txt {
    text-align: center;
}

/* check */
#check .scheduler {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#check .scheduler button {
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: #fff;
    font-weight: bold;
}

#check .scheduler .calendar {
    width: 200px;
}

#check .scheduler .calendar .date {
    margin-right: 40px;
    font-weight: bold;
}

#check .scheduler .calendar #calendar {
    width: 100%;
}

#check .scheduler .calendar #calendar h1 {
    margin-bottom: 5px;
}

#check .scheduler .time_table {
    width: calc(100% - 235px);
    height: 50vh;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
    overflow: scroll;
}

#check .scheduler .time_table > .loader {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(100, 100, 100, .8);
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

#check .scheduler .time_table .time_table_inner {
    display: flex;
    overflow-x: scroll;
}

#check .scheduler .time_table .time_table_inner > div {
    min-width: 90px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

#check .scheduler .time_table .time_table_inner > div:first-child,
#check .scheduler .time_table .time_table_inner > div:last-child {
    width: 65px;
    position: absolute;
    top: 0;
}

#check .scheduler .time_table .time_table_inner > div:first-child {
    left: 0;
}

#check .scheduler .time_table .time_table_inner > div:last-child {
    border-left: solid 1px #ccc;
    right: 0;
}

#check .scheduler .time_table .time_table_inner .timeline {
    background-color: #eee;
    z-index: 1;
}

#check .scheduler .time_table .time_table_inner h3 {
    width: 100%;
    height: 43px;
    padding: 3px 5px;
    background-color: #eee;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#check .scheduler .time_table .time_table_inner .timeline h3 {
    height: 35px;
}

#check .scheduler .time_table .time_table_inner span {
    height: 18px;
    text-align: center;
    display: block;
    position: relative;
}

#check .scheduler .time_table .time_table_inner span.active {
    background-color: #bbb;
    color: #fff;
}

#check .scheduler .time_table .time_table_inner .timeline span:last-child {
    height: 26px;
}

#check .scheduler .time_table .time_table_inner .box span {
    border-bottom: solid 1px #ddd;
}

/* btn */
.btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn:not(:last-child) {
    margin-right: 60px;
}

.btn input,
.btn button {
    display: block;
    color: #fff;
    width: 180px;
    text-align: center;
    line-height: 1.2;
}

.btn.orange input {
    background-color: #333;
    padding: 20px;
}

.btn.green input,
.btn.green button {
    background-color: #666;
    padding: 20px;
}

.btn.grey input {
    background: #333;
    padding: 20px;
}

@media (max-width: 750px) {

    .pc { display: none; }
    .sp { display: block; }

    article {
        padding: calc(10vw + 60px) 0;
    }

    .inner {
        width: 96vw;
    }

    section:not(:last-of-type) {
        margin-bottom: 10vw;
    }

    h1 {
        margin-bottom: 8vw;
    }

    dl, dt, dd {
        width: 100%!important;
    }

    dt {
        margin-right: 0;
        margin-bottom: 0;
    }

    dd {
        background: #fff;
    }

    input[type="text"],
    input[type="password"],
    input[type="submit"],
    textarea, button, select {
        height: auto;
    }

    #cancel .medium2 {
        width: 100%!important;
    }

    .half {
        width: 100%!important;
    }

    .half:not(:last-of-type) {
        margin-right: 0;
        border-bottom: 1px solid #ddd;
    }

    dl.confirm {
        padding: 4vw;
    }

    dl.confirm dt,
    dl.confirm dd {
        padding: 0;
    }

    dl.confirm dt {
        border-bottom: 0;
        font-weight: bold;
        padding-bottom: 10px;
    }

    dl.confirm dd {
        padding-bottom: 10px;
    }

    .reserve_box .radio {
        padding: 0 2vw 0 4vw;
    }

    #cancel_confirm label {
        width: calc(100% - 10vw);
    }

    #cancel_confirm label dl {
        padding: 4vw 4vw 4vw 2vw;
    }

    .btns {
        flex-wrap: wrap;
        margin-top: 6vw;
    }

    .btn {
        width: 100%;
    }

    .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .btn input,
    .btn button {
        width: 100%;
    }

    #check .scheduler {
        display: block;
    }

    #check .scheduler .calendar {
        margin-bottom: 20px;
    }

    #check .scheduler .calendar,
    #check .scheduler .time_table {
        width: 100%;
    }
}

/* calendar */
#calendar {
    display: flex;
    flex-wrap: wrap;
}

#calendar section {
    margin-top: 10px;
}

#calendar table {
    border-spacing: 0;
    border-collapse: collapse;
}

#calendar td {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

#calendar td.active,
#calendar td.active:first-child,
#calendar td.active:last-child {
    background-color: #c00;
    color: #fff;
}

#calendar td:first-child {
    color: red;
}

#calendar td:last-child {
    color: royalblue;
}

#calendar td.is-disabled {
    color: #ccc;
}

@media (max-width: 750px) {

    #calendar section {
        width: 65%;
        margin: 10px auto 0 auto;
    }

    #calendar table {
        width: 100%;
    }

    #check .scheduler .calendar {
        text-align: center;
    }

    #check .scheduler .time_table .time_table_inner {
        border-right: solid 1px #ccc;
    }

    #check .scheduler .time_table .time_table_inner > div:nth-last-child(2),
    #check .scheduler .time_table .time_table_inner > div:last-child {
        display: none;
    }
}

/* add */
.calendar {
    width: 45px;
    margin-right: 5px;
}