/* お問合せフォーム  */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

html{
    font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","メイリオ","Meiryo UI","Osaka","MS Pゴシック","Helvetica",system-ui !important;
    background-color: #E8DDCD;
    overflow-x: hidden;
}

body{
	color: #4F3A32;
}

table{
	width: 98%;
}
select{
	border: 1.0px solid #fff;
	background-color: #fff;
	/*border-radius: 5px;*/
	color:#4F3A32;
	/*margin-top:10px;*/
	margin-bottom:10px;
	font-size:14px;
	line-height: 2.0rem;
    height: 35px;
    width: 45%;
}

select.your_select{
    width: 90%; 
}

th{
	/*border: 1.0px solid #efe5e1;*/
    border: none;
	border-radius: 5px;
	background: url("https://www.yokohama-rest.co.jp/wp-content/uploads/2024/04/bk_bar.png");
	/*color: #ffffff;*/
	font-size:16px;
	margin-bottom: 15px;
	line-height: 1.7rem;
}

td{	
	/*border-radius: 5px; */
    text-align: center;
	width: 100%;
}

input.contact-td{
	margin: auto !important;
}

input[type="date"]{
	border: 1.0px solid #fff;
    height: 30px;
    width: 45% ;    
}
input[type="text"],
input[type="tel"],
input[type="email"]{
    /*margin-top: 10px;*/
	border: 1.0px solid #fff;
    margin-bottom: 10px;    
    height: 30px;
    width: 90%;
}

textarea{
    width: 90%; 
   /*margin-top: 10px;*/
    margin-bottom: 10px;
	border: 1.0px solid #fff;
}

input[type="submit"],
input[type="button"] {
    width: 100%;
	height: 60px;
    border: none;
    color: #E8DDCD !important;
	border-radius: 5px;
    background: url("https://www.yokohama-rest.co.jp/wp-content/uploads/2024/04/bk_back.png");
	font-size: 18px;	
	font-weight: bold;
	margin: auto !important;   
}
input[type="submit"].contact-button-confirm,
input[type="button"].contact-button-confirm{
	color: #fff;	
}

a{
    color: #395944;
}

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	border-radius: 5px;
	/*color: #4F3A32;*/
}

input[type="date"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #4F3A32;
	background: #faf6f5;
	outline:none;
}
input[type="date"]:read-only,
input[type="text"]:read-only,
input[type="tel"]:read-only,
input[type="email"]:read-only,
textarea:read-only{
	background: #f4f0ee;
} 

.staff_table{
    table-layout: fixed;
    width: 100%;
    background-image: url(https://www.yokohama-rest.co.jp/wp-content/uploads/2024/04/bk_bar.png);
    boder:none;
   /* border-radius: 5px;*/
}

.staff_table td{
    border: none;
}
.staff_table .staff_table_header td{
    font-weight: 600;
}

.title_disc{
    text-align: center;
    background-image: url("https://www.yokohama-rest.co.jp/wp-content/uploads/2024/04/bk_bar.png");
    width: 100%;
    height: 150px;
    color: #F5F1EB;
    margin-bottom: 20px;
}

.contact-table{
	width: 100%;
	/*border: 1.0px solid #efe5e1;*/
    border: none;
	/* background-color: #E8DDCD; */
    background-image: url("https://www.yokohama-rest.co.jp/wp-content/uploads/2024/04/bk_all.png");
   /* border-radius: 5px;*/
	color: #4F3A32;
	margin: auto !important;
	font-size:14px;
	line-height: 2.0rem;
      
}

.contact-text{	
	/* border: 1.0px solid #4F3A32;*/
	-webkit-appearance: none;	
   /* border-radius: 5px;*/	
	font-size:14px;
}

.text-red{
    color: #4F3A32;
}

.text-alert{
    margin: auto !important;
    font-size:14px;
    color: #4F3A32;
}

.margin-top10{
	margin-top: 10px;
	
}