.text-red {
  color: #dd4b39 !important;
}

.custom-selected {
    background-color: #fff;
    border: 1px solid #aab2bd;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 6px 10px;
    position: relative;
    text-overflow: clip;
    z-index: 2;
    width: 100%;
}

 .custom-selected::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 0;
}

.example-title {
    text-shadow: none !important;
    padding: 15px !important;
    margin: 0 !important;
    font-size: 140% !important;
}

.alert-danger{
    margin: 15px !important;
}

.form-group > [class*=col-]{
    padding: 0 !important;

}

.checkbox label, .radio label{
    padding-left:0 !important;
    padding-right:15px !important;
    padding-bottom: 10px !important;
    word-break: break-all;
}

.iradio_flat{
    margin-right: 5px !important;
}

input[type=checkbox] {
    width: 15px !important;
    height: 15px !important;

}

label input[type="radio"] {
    position: unset !important;
    margin-left: 0px !important;
    margin-right: 7px !important;
}

a.btn {
    font-size: 14px !important;
}

.btn{
    display: block !important;
    width: 150px !important;
    padding: 10px !important;
    margin: 20px auto !important;
}

.btn-wide{
    width: 190px !important;
}

.btn-sm {
    width: 100px !important;
    padding: 5px !important;
    font-size: 12px !important;
}

.btn-lar{
    display: block !important;
    width: 151px !important;
    padding: 10px 0px !important;
    margin: 20px auto !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cancelBtn{
    color: #fff;
    background-color: #d2691e;
    border-color:#d2691e;
}
.text-red {
    margin-bottom: 20px !important;
}
.detail_form {
    margin: 0px 0 30px 0 !important;
}

.control-label{
    width:100%;
    font-size:120% !important;
    padding: 0px 25px 0px 0px;
    margin-bottom: 0px;
}

input[type="checkbox"]{
    width:17px !important;
    height:17px !important;
}

select{
    height:35px !important;
}

.flap_element{
    word-break: break-all;
}

.fields_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.fields_block p {
    line-height:  35px;
    margin-right: 10px;
    margin-left:  5px;
}
.style_btn {
    border-radius: 4px;
    min-width: 60px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
}
.style_btn.large {
    width: 160px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
.style_btn.sub_a {
    background-color: #E9F7DF;
    border-color: #1FB01F;
}
.custom_panel {
    border: solid 1px !important;
    border-color:gray !important;
    margin-right: 10px;
    margin-left:  10px;
    background-color: #d2ffff;
    text-align:center;
}
.custom-selected .custom {
    width:100px;
    margin-left:10px;
}
.style_btn_center {
    text-align:center;
}
.cancel_btn_hide {
    display: none !important;
    padding: 10px !important;
    margin: 20px auto !important;
}
.cancel_btn_show {
    display: block !important;
    margin: 20px auto !important;
}
.style_btn:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    cursor: default;
}
.policy_btn{
    width: 200px !important;
}
.calendar-title{
    text-align: center;
    position:relative;
    margin:15px 0px;
}
.calendar-title p{
    display: inline-block;
    font-size: 18px;
    margin: 0px 20px; 
}
.calendar-title button{
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    border: none;
    background: transparent;
}
.nextBtn{
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    color:black;
}
.nextBtn:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
    width: 12px;
    height: 12px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    transition: border 0.2s ease;
}
.precBtn{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    color:black;
}
.precBtn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -4px;
    width: 12px;
    height: 12px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
    transition: border 0.2s ease;
}
#calendar{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.calendar-table{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 20px;
}
.calendar-table td{
    background-color:#fff;
    border: 1px solid gray;
    text-align: center;
    font-weight:bolder;
}
.calendar-table td:first-child{
    color: red;
}
.calendar-table td:last-child{
    color: royalblue;
}
.calendar-table td.is-disabled{
    color: #ccc;
    height: 46px;
}
.calendar-table td.calendar-weeks{
    background-color:#dcdcdc
}
.calendar-margin{
    margin: 3px auto;
    width: 30px;
    height: 30px;
}
.calendar-check{
    cursor:pointer;
}
.custom_panel dl.align_left{
    text-align: left;
}
.custom-font-dd {
    font-size: 20px;
    font-weight: bold;
}
.input_size_sp{
    width:100%;
    height:30px;
}
.textarea_size_sp{
    width:100%;
}
.input_align{
    text-align:center;
    padding:15px;
}
.input_phone_number{
    padding: 15px;
}
.input_flex{
    display: flex;
}
.input_small_left{
    width: 30%;
    margin-right: auto;
}
.input_small_center{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}.input_small_right{
    width: 30%;
    margin-left:auto;
}
.checkbox_form_label {
    margin-right: 30px;
    font-weight: 400;
}
.input_file_upload {
    padding: 15px;
}
.fileupload {
    width: 100%;
}
.fileupload.image_type {
    margin-top: 15px;
}
.file_thumbnail {
    width: 30%;
}
.file_thumbnail .file_preview {
    width: 100%;
}
.file_del_checkbox {
    margin-top: 3px;
    margin-bottom: 10px;
}
.select_filename {
    font-size: 14px;
    margin-top: 7px;
}
.scan_error {
    font-size: 14px;
}
.progress {
    margin-top: 4px;
}
.progress_fade_on {
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100%;
    background-color:#000000;
    opacity:0.5;
    visibility:visible;
    z-index:1001;
}

.progress_fade_on .progressIcon, .progress_fade .progressIcon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 128px;
    height: 128px;
    padding: 0;
    border: 0;
    outline: 0;
}
.reserve_step {
    text-align : center;
}
.reserve_step_img {
    width: 100%;
    border-radius:3px 3px 0px 0px;
}
.sub-title {
    font-size: 18px;
    margin:15px;
    line-height: 1;
}
.category-list {
    margin: 5px 0px;
}
.reserve_item_padding {
    padding: 15px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0px;
}
.reserve_item_wrap {
    word-wrap: break-word;
}
.message-red {
  color: #dd4b39 !important;
  text-align:left;
}
.horizontal-block {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-inline-start: 0px;
}

.horizontal-list {
  display: inline-block;
  width: 90%;
  font-size: 18px;
}

.radioBtn {
  display: none;
}

.horizontal-block label {
  background-color: #f000;
  padding: 10px 20px;
  border: 2px solid black;
  border-radius: 10px;
}

.radioBtn:checked + label {
  background-color: #4a90e2;
  border: 2px solid #4a90e2;
  color: #fff
}
.liff_panel {
    text-align:center;
    border: solid 1px !important;
    border-color:gray !important;
}
.liff_form {
    width: 100%;
}
.liff_btn {
    width: 100%;
    text-align:left;
    border-top:none;
    border-bottom:1px solid #ccc;
    border-left:0px;
    border-right:0px;
    padding:15px 50px 15px 15px;
    line-height:1;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    position:relative;
    color:#434a54;
    font-size:18px;
}
.liff_btn:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    transition: border 0.2s ease;
}
.align-left {
    text-align:left;
    margin-top:0px;
    margin-bottom:0px;
}
.align-left dt {
    background-color:#dcdcdc;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}
.actBtn {
    width: 100%;
    text-align:left;
    white-space:nowrap;
    border:0px solid #ccc;
    padding:20px 15px;
    background-color: #fff;
    font-weight:bold;
    color:#434a54;
    border-radius:3px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}
.select-item{
    font-weight:100;
    font-size:14px;
    padding:3px 10px;
}
.input-item{
    font-size:14px;
    font-weight:100;
    padding:3px 3px 3px 10px;
}
.input-item span{
    display:inline;
    padding:.1em .6em;
    font-size:10px;
    font-weight:700;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em;
}
.flex-btn-form{
    display:flex;
    justify-content:center;
    width:100%;
}
.flex-btn-form div{
    margin: 5px;
    padding: 5px;
}
.form-end {
    border-bottom:1px solid gray;
}
.modalBody {
    margin-top: 20px;
}
.modalText {
    padding-top: 20px;
}
.modalCancel {
    padding-bottom: 20px;
}
.liff_font {
    font-size: 18px;
    line-height: 1;
    margin: 18px 0px 18px 18px;
}
.border_top {
    border-top:1px solid gray;
}
.margin_top {
    margin-top: 80px;
}
.status-item {
    color: #dd4b39 !important;
    font-weight: bold ;
    border-bottom: 0px !important;;
}
.guide-text-form {
    margin: 5px 15px;
    text-align: left;
}
.footer-form {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}
.notice-text-form {
    margin: 0px 15px;
    text-align: left;
}
.questionnaire-agree-check-from {
    width: 165px !important;
    margin: 20px auto 20px auto !important;
}
.questionnaire-agree-check-label {
    display: inline-flex;
    vertical-align: middle;
}
.questionnaire-agree-checkbox {
    margin-top: 2px !important;
    margin-right: 5px !important;
}
.liff-agree-check-from {
    width: 165px !important;
    margin: 20px auto 0px auto !important;
}
.liff-agree-check-label {
    display: inline-flex;
    vertical-align: middle;
}
.liff-agree-checkbox {
    margin-top: 2px !important;
    margin-right: 5px !important;
}
.dimmer {
    position: absolute;
    top: 0em !important;
    left: 0em !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
}
.dimmer-wrapper {
    position: relative;
}
#empty-reserve-message {
    color: #dd4b39 !important;
    font-weight: bold ;
}
.test-account-form {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.test-account-input-item {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 3px 3px 10px;
}
.test-account-item-padding {
    padding: 15px;
    font-size: 18px;
    line-height: 1;
}
