/* form */
input {
    width: 400px;
    height: 35px;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    border: 1px solid #aaaaaa !important;
    box-shadow: inset 0 0 4px rgba(6, 0, 1, 0.18);
    border-radius: 0;
}
input[type=radio],
input[type=checkbox] {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    margin-right: 10px;
    box-shadow: inset 0 0 3px rgba(6, 0, 1, 0.18);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type=checkbox]:checked:before {
    content: "";
    width: 7px;
    height: 14px;
    background-color: transparent;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%) rotate(50deg);
}
input[type=file] {
    padding: 0;
}
textarea {
    width: 100%;
    height: 120px;
    font-size: 16px;
    color: #000000;
    padding: 5px 7px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    box-shadow: inset 0 0 4px rgba(6, 0, 1, 0.18);
    resize: vertical;
}
select {
    height: 35px;
    font-size: 16px;
    color: #000000;
    background: url(../img/contents/arrow_01.png) no-repeat right 10px center;
    background-size: 8px auto;
    padding: 0 25px 0 15px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    box-shadow: inset 0 0 4px rgba(6, 0, 1, 0.18);
}
label {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}
label > input + span{
    flex: 1;
}
input:disabled, textarea:disabled, select:disabled {
    background-color: #e9e9e9;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0.5;
}
button:disabled {
    background-color: #f8f8f8;
    color: #bbbbbb !important;
    cursor: no-drop;
    border-width: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
button:disabled:hover {
    opacity: 1;
}
label, input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
label:has(input:disabled),
input[type=radio],
input[type=checkbox] {
    cursor: default;
}
/* button */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px !important;
    padding: 7px 20px 6px;
    border-radius: 4px !important;
}
.btn span {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}
.btn.noclick {
    pointer-events: none;
    opacity: 0.4;
}
.btnTypeBlock {
    display: flex;
    width: fit-content;
}
.btnTypeWidth-165 {
    width: 165px;
    height: 42px;
}
.btnTypeWidth-250 {
    width: 250px;
    height: 38px;
}
.btnTypeWidth-450 {
    width: 450px;
    height: 75px;
}
.btnTypeGray {
    background-color: #f8f8f8;
    color: #000000 !important;
    padding: 7px 20px 6px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 0 #f2f2f2;
}
.btnTypeWhite {
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    box-shadow: 0 3px 0 #eeeeee;
}
.btnTypeBlack {
    color: #ffffff !important;
    background-color: #000000;
    box-shadow: 0 2px 0 #eeeeee;
}
.btnTypePurple {
    color: #ffffff !important;
    background-color: #a91e9a;
    box-shadow: 0 2px 0 #e79ddf;
}
.btnTypeRegister {
    width: 400px;
    height: 50px;
    font-size: 20px !important;
    border-radius: 30px !important;
    margin: 30px auto 0;
}
.btnTypeIconCopy {
    display: inline-flex;
    color: #666666;
    padding: 9px 21px 7px 22px;
}
.btnTypeIconCopy span {
    background-image: url(../img/contents/icon_01_01.png);
    background-size: 12px auto;
    padding-left: 18px;
}
.btnTypeIconCopy.btnDisabled, .btnTypeIconCopy:disabled {
    border-width: 0;
}
.btnTypeIconCopy.btnDisabled span, .btnTypeIconCopy:disabled span {
    background-image: url(../img/contents/icon_01_02.png);
}
.btnTypeIconDelete {
    display: inline-flex;
    color: #666666;
    padding: 9px 19px 7px 20px;
}
.btnTypeIconDelete span {
    background-image: url(../img/contents/icon_02_01.png);
    background-size: 12px auto;
    padding-left: 21px;
}
.btnTypeIconDelete.btnDisabled, .btnTypeIconDelete:disabled {
    border-width: 0;
}
.btnTypeIconDelete.btnDisabled span, .btnTypeIconDelete:disabled span {
    background-image: url(../img/contents/icon_02_02.png);
}
.btnTypeIconPan {
    padding: 7px 20px 6px 16px;
}
.btnTypeIconPan span {
    background-image: url(../img/contents/icon_05_01.png);
    background-size: 18px auto;
    padding-left: 24px;
}
.btnTypeIconPan.btnDisabled, .btnTypeIconPan:disabled {
    border-width: 0;
}
.btnTypeIconPan.btnDisabled span, .btnTypeIconPan:disabled span {
    background-image: url(../img/contents/icon_05_02.png);
}
.btnTypeIconPan.btnNotEntered span {
    background-image: url(../img/contents/icon_05_03.png);
}
.btnTypeIconPeople {
    padding: 7px 20px 6px 16px;
}
.btnTypeIconPeople span {
    background-image: url(../img/contents/icon_06_01.png);
    background-size: 16px auto;
    padding-left: 24px;
}
.btnTypeIconPeople.btnDisabled, .btnTypeIconPeople:disabled {
    border-width: 0;
}
.btnTypeIconPeople.btnDisabled span, .btnTypeIconPeople:disabled span {
    background-image: url(../img/contents/icon_06_02.png);
}
.btnTypeIconPeople.btnNotEntered span {
    background-image: url(../img/contents/icon_06_03.png);
}
.btnTypeIconPrint {
    padding: 0;
}
.btnTypeIconPrint span {
    background-image: url(../img/contents/icon_08.png);
    background-size: 16px auto;
    padding-left: 23px;
}
.btnTypeBorderMax {
    border-radius: 100vh !important;
}
.btnLogin {
    display: flex;
    width: 154px;
    height: 50px;
    margin: 30px auto 0;
    font-size: 20px !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    background-color: #a91e9a;
    box-shadow: 0 2px 0 #e79ddf;
}
.btnTaikai {
    display: flex;
    width: 280px;
    height: 70px;
    font-size: 24px !important;
    color: #ffffff !important;
    background-color: #000000;
    border-radius: 8px !important;
    box-shadow: 0 2px 0 #eeeeee;
    margin: 30px auto 0;
}
.btnReturn {
    min-width: 92px;
    height: 50px;
    font-size: 20px !important;
    border-radius: 8px !important;
}
.btnToRegister {
    min-width: 154px;
    height: 50px;
    font-size: 20px !important;
    border-radius: 8px !important;
}
.btnCancel {
    min-width: 156px;
    height: 50px;
    font-size: 20px !important;
    color: #666666 !important;
    background-color: #f8f8f8;
    padding: 7px 20px 6px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 0 #f2f2f2;
    border-radius: 8px !important;
}
.btnConfirm {
    min-width: 235px;
    height: 50px;
    font-size: 20px !important;
    color: #ffffff !important;
    background-color: #a91e9a;
    border-radius: 8px !important;
    box-shadow: 0 2px 0 #e79ddf;
}
.btnOrderCancel,
.btnOrderGo {
    min-width: 330px;
    height: 80px;
    font-size: 24px !important;
    line-height: 26px;
    border-radius: 8px;
}
.btnOrderCancel span,
.btnOrderGo span {
    padding-left: 0;
    background-image: none;
}
.btnOrderCancel span small,
.btnOrderGo span small {
    display: block;
    font-size: 16px;
    text-align: center;
}
.btnDisabled {
    color: #bbbbbb !important;
    background-color: #f8f8f8 !important;
    cursor: no-drop;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btnDisabled:hover {
    opacity: 1;
}
.btnNotEntered {
    background-color: #a91e9a !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 0 #e79ddf !important;
    border-color: #a91e9a !important;
}
@media print, screen and (max-width: 767px){
    /* button */
    .btnTypeWidth-165 {
        width: 100%;
        max-width: 165px;
    }
    .btnTypeWidth-250 {
        width: 100%;
        max-width: 250px;
    }
    .btnTypeWidth-450 {
        width: 100%;
        max-width: 450px;
        height: 75px;
    }
    .btnTaikai {
        width: 100%;
        max-width: 280px;
    }
    .btnConfirm {
        min-width: auto;
    }
    .btnOrderCancel,
    .btnOrderGo {
        min-width: auto;
        max-width: 330px;
    }
}
