@charset "utf-8";
/* CSS Document */

.cpbox{
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;
    overflow: hidden;

}
.cpimg{
    margin-bottom: 10px;

    float: left;
    width: 30%;
}
.cpimg img{
    width: 100%;
    height: auto
}
.cpinfo {
    width: 68%;
    float: right;

}
.cpinfo h3{
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none;
    color: cornflowerblue;
    font-size: 13px;
}

input[type='text'],input[type='number'],input[type='tel'],input[type='email']{
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}
select,textarea{
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}
table.ta1{
    width: 100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    margin-bottom: 20px;
}
table.ta1 th,
table.ta1 td{
    padding: 8px;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
table.ta1 th{
    background:#EBEDEF;
    width:110px;
    color: #595959;
}
table.ta1 td{

}
.right{ text-align: right}
.mb5{margin-bottom: 5px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mb30{margin-bottom: 30px}

.btn1{
    background: #00ACC1;
    display: block;
    width: 100%;
    padding: 13px 30px;
    border: 1px solid #ccc;
    border:0;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    box-shadow: 0px 1px 0px #ccc;
    line-height: 1;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
}
.btn2{
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666;
    font-weight: bold;
    box-shadow: 0px 1px 0px #ccc;
    line-height: 1
}
.btn3{
    display: inline-block;
    padding: 5px 10px;
    background: #FFF;    
    border-radius: 4px;
    color: #666;
    font-weight: bold;
    box-shadow: 0px 1px 0px #ccc;
    line-height: 1
}



.tit1{
    border-left: 5px solid #00ACC1;
    font-size: 16px;
    padding: 5px 10px 5px 7px;
    line-height: 1;
    margin-bottom: 7px;
    color:#00ACC1;
}
.action_area th{
    text-align: right;
    background:#E2E6E9 !important;
}
.action_area th .delete,
.editbox .delete{
    background: #ddd;
    color: #777;
    border: 1px solid #ccc;
}
.note{
    font-size: 12px;
    padding-top: 5px;
}
.error{
    margin-bottom: 20px;
}
.error li{
    color:crimson;
}
/* クーポン */
.couponbox{
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
}
.target{
    width: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.tg0{ background:#C4AEB0; color: #3D1B1E }
.tg1{ background:#662E33; color: #FFF }
.tg2{ background:#EEE8E9; color: #3D1B1E }


ul.category{
    overflow: hidden;
    padding: 0 0 8px 0;
}
.category li{
    background: #D82007;
    color: #FFF;
    float: left;
    line-height: 1;
    font-size: 11px;
    padding: 4px 6px 3px 6px;
    margin-right: 5px;
}
.couponbox .price{
    color: #CC4466;
    font-weight: bold;
    font-size:16px;
    width: 80px;
    text-align: right;
    padding-right: 15px;
}
.coupon_price{
    color: #CC4466;
    font-weight: bold;
}
.couponbox h3{
    font-size: 15px;

    padding-bottom: 10px;
    line-height: 120%;
}
.couponbox p{
    line-height: 130%;
    margin-bottom: 10px;
}
.cbx{
    position: relative;
    padding-bottom: 10px;
    padding-left: 110px;
}
.couponbox_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    max-height: 110px;


}
.cbx ul{
    padding-top: 10px;
}
.cbx li{
    font-size: 11px;
    line-height: 120%;
    padding: 2px 0;
}
.cbx li span{
    color:#804E52;
    font-size: 12px;
}
.editbox{

    padding: 6px;
    background: #eee;
    text-align: right;
}
.btnbox_pc{
    width: 175px;
    background: #FDF7EF;
    text-align: center;
    border-left: 1px solid #ccc
}
.btnbox_sp{
    display: none
}
.btn_rsv1,
.btn_rsv2{
    display:block;
    text-align: center;
    width: 150px;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 6px 0;
    color: #FFF;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ab7dd8+0,8558b1+100 */
background:#2E0B09; /* Old browsers */
background: -moz-linear-gradient(top,#2E0B09 0%, #551411 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,#2E0B09 0%,#551411 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,#2E0B09 0%,#551411 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7dd8', endColorstr='#551411',GradientType=0 ); /* IE6-9 */

}
.btn_rsv2{
    background: #eee;
    color: #333;
}

.btn_rsv3{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 25px;
    border-radius: 4px;
    box-shadow: 0 1px 0 #ccc;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    line-height: 1;
    margin-bottom: 4px
}

.btn_rsv4{
    display:block;
    text-align: center;
    width: 80%;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 6px 0;
    color: #FFF;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ab7dd8+0,8558b1+100 */
background:#2E0B09; /* Old browsers */
background: -moz-linear-gradient(top,#2E0B09 0%, #551411 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,#2E0B09 0%,#551411 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,#2E0B09 0%,#551411 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7dd8', endColorstr='#551411',GradientType=0 ); /* IE6-9 */

}
 ul.raiten {
    overflow: hidden;
    padding-bottom: 10px;
}
 ul.raiten li{
    float: left;
    width: 25%;
    padding: 2px;
    box-sizing: border-box;
    display: table
}
 ul.raiten li a{
    color: #988989;
    background: #FFF;
    border: 1px solid #988989;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1;
    font-size: 13px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 38px;

}
ul.raiten li.active a{

    background: #BEB4AB;
    color: #FFF;
    border: 1px solid #988989;
}
.cat_name{
     background: #F5F3F1;
     color: #333;
     line-height: 1;
     padding: 8px 10px;
     margin-bottom: 5px;
     font-weight: bold;
}
.menubox{
    border-bottom: 1px solid #ccc;
    padding: 8px 40px 8px 8px;
    margin-bottom: 8px;
    overflow: hidden;
    background-image: url("../../img/arrow.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 10px auto
}
.menubox a{
    color: #333
}
.menubox h5{
    font-size: 14px;
    width: 78%;
    float: left;
}
.menu_info{
    clear: both;
}
.menu_price{
    width: 22%;
    float: right;
    text-align: right;
    font-weight: bold
}
.mb50{
    margin-bottom: 50px;
}
.catbox{
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow:hidden;
    position: relative;
}

.catbox ul{
    padding: 10px ;
    overflow: hidden;
    display: table;
    width: 100%;
}
.catbox ul li{
    float:left;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.catbox ul li label{
    display: block;
    padding: 5px;

}

.searach_cat{
    display: none;
    background: #9E958C;
    color: #FFF;
    text-align: center;
    padding: 14px 10px 11px 10px;
    border-radius: 3px;
    box-shadow: 0px 3px 0 #948B83;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}
#count_bar{
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    
}
#count_bar span{
    font-size: 20px;
    font-weight: bold;
    color: #804E52;
    display: inline-block;
    padding: 0 4px;
    
}



    
#header_home,
#header{
	margin-top:0 !important

}
#menu{
    TOP:12px
}

    .catbox{
        display: table;
        width: 955px;
    }
    .catbox ul{
        display: table-cell;
        width: 500px;
    }
    .catbox ul li{
        float: left;
        width: 33.3%;
        margin: 0;
    }
.catbox ul li label{
    display: block;
    padding: 5px;

}
    .catbox_r{
        display: table-cell;
        width:100px;
        text-align: center;
        vertical-align: middle;
        background: #F4F4F4
    }
#selected_coupon{
    border: 2px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #333;
}
#selected_coupon p{
    font-size: 12px;
    line-height: 120%;
    padding: 8px 0 0 0;
}
.coupon_detail{
    line-height: 140%;
}
.coupon_detail span{
    color:#804E52;
}
.notes{
    margin-bottom: 10px;
    font-size: 12px;
}
.time_sum{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.time_sum th,
.time_sum td{
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 8px 15px;
    font-weight: normal;
    line-height: 1

}
.time_sum th{
    background: #eee
}
.select_menu{
    font-size: 13px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.selected_coupon_btn{

    margin-bottom: 10px;
}
.selected_coupon_btn input{
    display: block;
    border-radius: 4px;
    width: 90%;
    padding: 10px;
    margin: 0 auto 30px auto;
}
#selected_coupon2{
    padding:10px 10px 0 10px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
}
#selected_coupon2 h4{
    font-size: 12px;
    color: #804E52;
    background: #FFF;
    padding: 0;
    margin: 0;
}
.coupon_price{
    font-size: 14px;
}
#selected_coupon2 td{
    border-top: 1px dotted #ccc;
    font-size: 12px;
    padding: 4px;
}

#selected_coupon2 tr:nth-of-type(1) td{
    border: none
}
.select_date{
    overflow: hidden;
    margin-bottom: 15px;
}

.title1{
    font-size: 13px;
    font-weight: bold
}
table.rsv_tbl{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}
table.rsv_tbl th,table.rsv_tbl td{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
table.rsv_tbl th{
    background: #eee;
    width: 100px;
}
table.rsv_tbl td{

}
.chuui{
    background: rgba(244,221,184,0.7);
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.line_btn{
    display: block;
    color: #FFF;
    background: #00C300;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .catbox{
        width: 100%!important;
        display: none
    }
    .btnbox{
        display: none
    }
    .couponbox{
        margin-bottom: 0;
    }
    .catbox ul {

        width: 100%!important;
        display: block;
    }
    .catbox ul li{
        width:auto;
        display: block;
    }
    .catbox_r{
        display:block;
        width:100%;
        text-align: center!important;
        vertical-align: middle;
        background: #F4F4F;
        padding: 5px;
    }
    .searach_cat{
        display: block
    }
    .btnbox_pc{
        display: none
    }
    .btnbox_sp{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
    }
    .btnbox_sp a{
        display: inline-block;
        width: 46%;
    }
}