@CHARSET "UTF-8";


.shop_reserve .pageTitle {
    margin-bottom: 48px;
    background-image: url(/img/shop/detail_page_bg.jpg);
}

.headline01 .must {
    margin: -4px 0 0 4px;
    padding: 1px 4px 2px;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    background-color: #ec1234;
    vertical-align: middle;
}

.comForm #MainForm .submit button {
    padding: 20px 40px 20px 15px;
    width: 311px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    border: solid 1px #ec1234;
    text-align: left;
    letter-spacing: 0.1em;
    border-radius: 0;
    background: #ec1234 no-repeat right 17px center;
    cursor: pointer;
    padding: 13px 14px 13px;
    font-size: 1.6rem;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.comForm #MainForm .submit button:disabled {
    background: #ec1234 url(/img/common/icon03.png) no-repeat right 17px center;
    background-size: 18px auto;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    border: 1px solid #ccc;
    color: #9f9f9f;
}

.comForm #MainForm .submit button span {
    color:inherit;
}

#understand th{
    font-weight:normal;
    text-align: left;
}

.comForm .checkboxLi{
    margin-bottom: 5px;
}

.comForm .checkboxLi ul{
    display: block;
    text-align: center;
}

.comForm .checkboxLi input[type="checkbox"] + span {
    padding: 9px 10px 9px 40px;
    border-radius: 0;
    line-height: 1.5;
    border: none;
    display: inline-block;
    background-size: 20px 20px;
    font-size: 1.5rem;
    background-position: 0;
    background-image: none;
    width: auto;
    min-width: 120px;
    color: #2b2b2b;
}

.comForm .checkboxLi input[type="checkbox"]:checked + span {
    background-color: #f9f9f9;
    background-image: none;
    padding: 9px 10px 9px 40px;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.comForm .checkboxLi input[type="checkbox"] + span {
    background-color: #ffcece;
}

.comForm .checkboxLi span::before {
    content: "";
    background: url(/img/common/check_bg.jpg) no-repeat left top 5px;
    background-size: 20px 20px;
    padding: 0px 2px 0px 2px;
    width: 23px;
    height: 25px;
    position: absolute;
    margin: -3px 0 0 -28px;
}

.comForm .checkboxLi input[type="checkbox"]:checked + span::before {
    background: url(/img/common/check_bg_over.jpg) no-repeat left top 5px;
    background-size: 20px 20px;
}


/**/
.shop_reserve .radioUl.category-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop_reserve .radioUl.category-item li{
    background: #ffffff;
    padding: 4px 0px 4px 0px;
    font-size: 1.6rem;
    border-radius: 6px;
    width: calc(50% - 10px );
    margin: 0 0 15px 0;
    display: inherit;
}

.shop_reserve .radioUl.category-item li label{    
    padding: 0 0 0 20px;
}

/*.comForm .radioUl input[type="checkbox"] + span {
    padding: 4px 0 4px 29px;
    border-radius: 0;
    line-height: 20px;
    border: none;
    display: inline-block;
    background: url(/img/common/radio_bg.png) no-repeat left top 4px;
    background-size: 20px 20px;
}*/



.comForm input[type="number"] {
    padding-left: 9px;
    width: 100%;
    height: 32px;
    font-size: 1.4rem;
    font-weight: 500;
    border: none;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.43;
    border-radius: 0;
    box-sizing: border-box;
}

.inquiryStoreBox td{
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    align-items: flex-start;
}

.inquiryStoreBox td .sub-header{
    width: 200px;
    color: #2b2b2b;
    font-weight: 700;
}

.inquiryStoreBox td ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.inquiryStoreBox td ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comForm .submit button {
    padding: 20px 40px 20px 15px;
    width: 311px;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #2b2b2b;
    text-align: left;
    letter-spacing: 0.1em;
    border-radius: 0;
    background: #fff url(/img/common/icon03.png) no-repeat right 17px center;
    background-size: 18px auto;
    cursor: pointer;
    color: #2b2b2b;
}

.comForm .submit button span {
    color: #2b2b2b;
}




.comForm .submit button:hover {
    color: #ec1234;
    border-color: #ec1234;
    background-image: url(/img/common/icon51.png);
}


@media (max-width: 896px){
    .inquiryStoreBox td{
        flex-wrap: wrap;
    }

    .inquiryStoreBox td .sub-header{
        width: 100%;
    }
}


/*表示制御----------------------------*/
    #container.padStyle #gFooter {
        text-align: center;
    }

@media (max-width: 896px){


.shop_reserve .pageTitle {
    margin-bottom: 22px;
    background-image: url(/img/shop/sp_detail_page_bg.jpg);
}



    #main .comForm .bg {
        padding: 1px 24px 32px;
    }

    .comForm input[type="number"] {
        padding-left: 9px;
        width: 100%;
        height: 32px;
        font-size: 1.4rem;
        font-weight: 500;
        border: none;
        background-color: #fff;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        line-height: 1.43;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #main .comForm select, #main .comForm input[type="text"], #main .comForm input[type="password"], #main .comForm input[type="email"], #main .comForm input[type="tel"],#main .comForm input[type="number"]{
        height: 38px;
        border-radius: 4px;
    }

}

/*時間選択プルダウン*/
#main .timeSelectUI li:nth-child(2n),
#main .timeSelectUI li:nth-child(2n) {
    width: 192px;
}

#main .timeSelectUI li {
    width: 240px;
}

#main .comForm select {
    /*float: left;*/
    width: 70%;
}

#main .comForm select.jsAdrsPrefectures {
    /*float: left;*/
    width: 100%;
}



.timeSelectUI li::after {
    content: "時頃";
    display: block;
    width: 50px;
    margin: 3px 0 0 10px;
    float: right;
    font-size: 16px;
}

.timeSelectUI li:nth-child(2)::after {
    content: "時";
    display: block;
    width: 50px;
    margin: 3px 0 0 10px;
    float: right;
    font-size: 16px;
}

@media screen and (max-width: 896px) {
/*時間選択プルダウン*/
    .timeSelectUI li::after {
        font-size: 1.6rem;
        width: 40px;
    }
}

/*エラー時の入力フォーム 赤枠*/
.comForm .cmIptError select,
.comForm .cmIptError input[type="text"],
.comForm .cmIptError input[type="tel"],
.comForm .cmIptError textarea {
    border: 2px solid #ec1234;
    border-color: rgba(236,18,52,70%);
}

/*入力エラー時のテキスト 赤字*/
.comForm form .cmIptError .inputError {
    color: #ec1234;
    margin: 0;
    font-size: 1.3rem;
}

.comForm form .inputError {
    color: #ec1234;
    margin: 0;
    font-size: 1.3rem;
}

/*カレンダー用のスタイル---------------------*/
/* 日曜日のカラー設定 fbfbfb*/
td a.ui-state-default{
  background-color: #fbfbfb;   /* 背景色を設定 */
}

td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}

/* 平日のカラー設定 ui-state-default　 is-weekday*/
td.is-weekday a.ui-state-default{
  background: #fcfcfc;   /* 背景色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}

/* 当日のカラー設定 */
td.is-weekday a.ui-state-default.ui-state-highlight{
  background: #fffa90;   /* 背景色を設定 */
}

/* 選択時のカラー設定 */
td.is-weekday a.ui-state-default.ui-state-active{
  background: #007fff;   /* 背景色を設定 青色*/
  color: #fff;
}

.ui-datepicker-calendar td.is-holiday a{
  background-color: #ffecec;
  color: #f00!important;
}

/*カレンダー大きさ調査*/
#ui-datepicker-div.ui-datepicker {
    width: 19em;
}

#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a {
    font-size:1.3em;
}

.comForm .radioUl {
    margin-bottom: 2px;
}