@charset "utf-8";
/* CSS Document */
body{	
	background-color:#12301b;
	color:#fff;
}
#mainvisual{
	padding-bottom: 30px;
}
#slider_wrapper{
	height: 500px;
	/* background-image: url(/public/img/restaurantin/baanluck-restaurant01.jpg); */
	background-position: center center;
	background-size: 100% auto;
}
.confirm #slider_wrapper{
	/* background-image: url(/public/img/restaurantin/baanluck-restaurant02.jpg); */
}
.finish #slider_wrapper{
	/* background-image: url(/public/img/restaurantin/baanluck-restaurant03.jpg); */
}
#reservations{
	max-width:800px;
	width:90%;
	margin:0 auto;
	text-align: center;
}
#reservations h1{
	width: 100%;
	background-image: url(/public/img/menu/menu-bar.png);
	background-size: 100% 1px;
	background-position: center center;
	background-repeat: repeat-y;
	color: #082410;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#reservations h1 span{
	font-size: 16px;
	display: block;
}
#reservations p.cancelNG{
	box-sizing:border-box;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #FFF;
}
.finish #reservations p{
	margin-bottom:100px;
}
label{
	color: #FFCD2E;
	font-size: 16px;
}
.hissu, .hissu-th, .hissu-en {
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 5px 3px;
    color: #082410;
    background-color: #FFCD2E;
    margin-top: 5px;
	margin-left: 10px;
}
.hissu:after {
    content: '必須';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.hissu-th:after {
    content: 'จำเป็น';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.hissu-en:after {
    content: 'Required';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.nini, .nini-th, .nini-en {
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 5px 3px;
    color: #FFCD2E;
    border: 1px solid #FFCD2E;
    margin-top: 5px;
	margin-left: 10px;
}
.nini:after {
    content: '任意';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.nini-th:after {
    content: 'ไม่จำเป็น';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.nini-en:after {
    content: 'Optional';
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}
.confirm .nini, 
.confirm .nini-th, 
.confirm .nini-en {
	color: #082410;
    border: 1px solid #082410;
}
input{
	border: solid 1px #ededed;
	padding: 5px 8px;
	font-size: 16px;
	box-shadow: none;
	color: #082410;
}
select{
	border: solid 1px #ededed;
	padding: 5px 18px;
	font-size: 16px;
	box-shadow: none;
	color: #082410;
}
#l_name, #f_name,
#l_furigana_name, #f_furigana_name {
	width: 150px;
}
table{
    width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;	
    border-collapse: collapse;
    border-spacing: 0;
}
.confirm table {
    border: 1px solid #158042;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
table tr,
table tr:first-child {
    border-top: 1px solid #158042;
}
.confirm table tr {
    border-top: none;
	border-bottom: 1px solid #158042;
}
table tr th {
    text-align: right;
    width: 220px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: normal;
}
.confirm table tr th {
    border-right: 1px solid #158042;
    background-color: #082410;
	color: #fff;
}
table tr td {
    text-align: left;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 10px;
}
.confirm table tr td {
    word-wrap: break-word;
    word-break: break-all;
    background-color: #FFF;
	color: #082410;
}
.confirm table tr.comment td{
	text-align: left;
}


input[type="submit"],input[type="button"]{
	border-radius: 5px;
	font-size: 18px;
	font-weight:500;
	text-align: center;
	padding: 10px 0;
	color: #082410;
	background-color: #FFCD2E;
	border: 2px solid #FFCD2E;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 100px;
	transition: all 0.3s ease-in-out 0s;
}
input[type="submit"]:hover,input[type="button"]:hover{
	color:#FFCD2E;
	background-color: #082410;
	transition: all 0.3s ease-in-out 0s;
}
#btn {
    margin: 0 auto;
    width: 700px;
}
.confirm input[type="submit"]{
	float: right;
	width: 49%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.confirm input[type="button"]{
	float: left;
	width: 49%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.freeMail{line-height: 1.5;font-size: 14px;margin-top: 5px;}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 450px) {
    #mainvisual{
		padding-top: 50px;
        padding-bottom: 20px;
    }
	#slider_wrapper{
		height: 150px;
	}
	#reservations p{
		text-align: left;
	}
	table{
		width: 100%;
	}
	table tr{
		border-bottom: #ccc solid 1px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}
	table tr th {
		color: #fff;
    	background-color:#082410;
		border-bottom: #ccc solid 1px;
		float: left;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		text-align: center;
		width: 100%;
	}
	.hissu,.hissu-th,.nini,.nini-th{
		float: right;
		position: absolute;
		right: 5%;
	}
	.nini, .nini-th{
		color:#FFCD2E;
		border:1px solid #FFCD2E;
	}
	table tr td {
		float: left;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-bottom: 15px;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 15px;
		text-align: center;
		width: 90%;
    	background-color:#12301b;
	}
	input{
		text-align:center;
		width:96%;
		padding:5px 2%;
  		border-radius: 0px;
	}
	select{
		/*-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;*/
		padding:5px 2%;
  		border-radius: 0px;
		background-color:#FFF;
	}
	#l_name, #f_name,
	#l_furigana_name, #f_furigana_name {
		display:inline;
		width:44%;
	}
	
	#btn {
		margin: 0 auto;
		width:100%;
	}
	.confirm input[type="submit"],.confirm input[type="button"]{
		float:none;
		width:90%;
		margin-bottom:30px;
	}
		
}