@charset "UTF-8";


/*------共通------*/

form{
	margin: 0 auto; 
}

.reserv h3 ,.customer h3{
	padding: 20px;
	background: #333;
	color:#fff;
}

.reserv h3 span,.customer h3 span{
	font-size:14px;
}

.table > tbody > tr {
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    border-left: none;
}

.table > tbody > tr:last-child {
    border-bottom: none;
    border-right: none;
    border-left: none;
	
}

.table > tbody > tr > th{
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
    border-left: none;
	vertical-align: middle;
	text-align: left;
	padding: 14px 20px;
    width: 40%;
	font-size: 16px;
}

.table > tbody > tr > td{
    border-bottom: none;
    border-right: none;
    border-left: none;
	text-align: left;
	padding: 14px 20px;
    font-size: 14px;
}

.table > tbody > tr > td.text-right{
	text-align: right;
}

.table > tbody > tr > td.text-right input[type="text"]{
	margin: 0 5px;
}

.total{
	display: inline-block;
    padding: 4px 20px;
	margin: 0 5px;
    font-size: 24px;
    font-weight: bold;
	background: #ffe6e8;
}

.err_message {
	width: 100%;
	color: #F00;
	text-align: left;
}


.reserve-mk{
	display: inline-block;
	padding: 5px 30px;
	border: 4px double;
	color:#F00;
	font-size: 16px;
	font-weight: bold;
}

/*------予約内容------*/

.select2 {
    width: 80% !important;
}

.select2-container {
    display: inline-block;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
}

.table > tbody > tr.day td{
	width:20%;
}

.num {
	width: 80px;
	text-align: right;
}

.maru {
	color:#00030a;
}

.sankaku {
	color:#bc783b;
}

.batsu {
	color:#FF0000;
}


/*------お客様情報------*/


.customer tr td input[type="text"]{
	border: #d9d9d9 solid 1px;
	width:50%;
}

.customer tr:nth-child(4) td input[type="text"],.customer tr td textarea{
	border: #d9d9d9 solid 1px;
	width:100%;
}

.customer tr:nth-child(5) td input[type="text"]{
	width:20%;
	margin-right: 5px;
}

.number{
	font-size: 24px;
}

.hissu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    padding: 4px 8px;
    line-height: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: #dc3e4b;
}

.cancel {
	width: 50%;
	margin: 0 auto;
	color: #00030a;
	text-align: left;
}





@media (max-width: 767px) {
	.table > tbody > tr.day td{
		width:100%;
	}
	
	.table > tbody > tr {
		border-bottom: none;
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}

	.table > tbody > tr:last-child{
		border-bottom: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}
	
	.table > tbody > tr > th{
		width: 100%;
		text-align: center;
		display: block;
		border: none;
		background:#d9d9d9; 
	}

	.table > tbody > tr > td{
		width: 100%;
		display: block;
	}
	
	input[type="text"],textarea{
		border: 1px solid #d9d9d9;
	}
	
	.customer tr td input[type="text"],.customer tr td textarea{
		width:100%;
	}
	
	.cancel {
		width: 100%;
	}
}


