@charset "utf-8";

#top_menu #mainvisual{
	display: none;
}

#mainvisual{
    height: 250px;
    text-align: center;
    background-image: url(/public/img/shop/shop01.webp);
    background-size: cover;
	background-position: center;
    display: flex;
    align-items: center;
}
#mainvisual h1 {
    font-size: 32px;
    color: #FFF;
    margin: 0 auto;
    z-index: 1;
    line-height: 1.2;
}
#mainvisual h1 span{
    display: block;
    font-size: 18px;
    font-weight: normal;
}
#mainvisual h1 span.shopName {
    font-size: 14px;
}

#reservations{    
	max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;	
}

#reservations p{
	margin-top: 20px;
}

.hissu{
    float: right;
    font-size: 12px;
    line-height: 1;
    padding: 4px 2px;
    color: #FFF;
    background-color: #382B19;
    margin-top: 5px;
	margin-left: 10px;
}
.hissu:after {
    content: '必須';
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}
.nini{
    float: right;
    font-size: 12px;
    line-height: 1;
    padding: 4px 2px;
    color: #382B19;
    border: 1px solid #382B19;
    margin-top: 5px;
	margin-left: 10px;
}
.nini:after {
    content: '任意';
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}

input{
	border: solid 1px #ededed;
	padding: 5px 8px;
	font-size: 16px;
	box-shadow: none;
	color: #382B19;
}
select{
	border: solid 1px #ededed;
	padding: 5px 18px;
	font-size: 16px;
	box-shadow: none;
	color: #382B19;
	max-width: 450px;
}
table{
	color: #382B19;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;	
    border-collapse: collapse;
    border-spacing: 0;
}
.confirm table {
    border: 1px solid #87633d;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
table tr,
table tr:first-child {
    border-top: 1px dotted #ccc;
}
.confirm table tr {
    border-top: none;
	border-bottom: 1px solid #382B19;
}
.confirm table tr:last-child{
	border-bottom: 1px solid #87633d;
}
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 #87633d;
    background-color: #dcd4ce;
	color: #87633d;
}
table tr td {
    text-align: left;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 10px;
}
table tr.time td{
	/*display: flex;*/
}

.confirm table tr td {
    word-wrap: break-word;
    word-break: break-all;
    background-color: #FFF;
	color: #87633d;
}
#btn {
    margin: 0 auto;
    width: 700px;
	display: flex;
}
.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;color:#382B19;}

#reservations p.cancelNG {
	color: #382B19;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
}
input[type="submit"]{
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    background-color: #382B19;
    border: 2px solid #382B19;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    transition: all 0.3s ease-in-out 0s;
}
input[type="submit"]:hover{
    color: #FFF;
    background-color: #87633d;
    transition: all 0.3s ease-in-out 0s;
}

input[type="button"] {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    color: #382B19;
    background-color: #FFF;
    border: 2px solid #382B19;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    transition: all 0.3s ease-in-out 0s;
}input[type="button"]:hover {
    color: #FFF;
    background-color: #382B19;
    transition: all 0.3s ease-in-out 0s;
}
.radio {
    margin:0 20px 0 10px;
}
textarea{width: 100%;}

.alert,
.just-validate-error-label {	
	font-size: 14px;
	width: 100%;
	display: block;
    color: #F00;
    background-color: #fdeded;
    margin-top: 5px;
    padding: 6px;
    padding-left: 35px;
    border: #f78e8e solid 1px;
    background-image: url(/public/img/icon/alert.svg);
    background-position: 5px center;
    background-size: 22px;
    background-repeat: no-repeat;
	text-align: left;
}
#reservations.thank{
	margin: 50px auto;
}
#reservations.thank .thankTxt{
	font-size: 28px;
	margin-bottom: 20px;
}

@media only screen and (max-width:450px){
	#top_menu .logoBack,#top_menu .thaiSelectRed{
		display: none;
	}
	section{
		padding-top:20px;
	}
	#reservations p{
        text-align: left;
		margin-top: 0;
    }
	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: #87633d;
    	background-color:rgba(220,212,206,1);
		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: 10%;
	}
	.nini, .nini-th{
	}
	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: 100%;
    	background-color:rgba(220,212,206,0.2);
	}
	table tr.time td{		
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
	}
	input::-webkit-date-and-time-value,input{
		text-align:center;
		width:96%;
		padding:5px 2%;
  		border-radius: 0px;
	}
	select::-webkit-date-and-time-value,
	select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding:5px 2%;
  		border-radius: 0px;
		background-color:#FFF;
		width: 100%;
		text-align: center;
	}
	input[type="radio"]{
		width: auto;
	}
	#l_name, #f_name,
	#l_furigana_name, #f_furigana_name {
		display:inline;
		width:44%;
	}
	#reservations .freeMail{
		margin-top: 10px;
	}
	#reservations.thank{
        margin: 20px auto;
		text-align: left;
    }
    #reservations.thank .thankTxt{
        font-size: 22px;
        margin-bottom: 10px;
    }
	#btn {
		display: block;
		margin: 0 auto;
		width:100%;
	}
	.confirm input[type="submit"],.confirm input[type="button"]{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	
	
}