/* お問合せフォーム  */

/* 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;
    color: #4F3A32;
    background-color: #E8DDCD;
    overflow-x: hidden;
}

select{
	border: 4.0px solid #efe5e1;
	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;
}

td{
	border: 1.0px solid #efe5e1;	
	border-radius: 5px; 	
    text-align: center;
	width: 100%;
}


input.contact-td{
	margin: auto !important;
}

input[type="date"]{
    height: 30px;
    width: 45% ;    
}
input[type="text"],
input[type="tel"],
input[type="email"]{
    /*margin-top: 10px;*/
    margin-bottom: 10px;    
    height: 30px;
    width: 90%;
}
textarea{
    width: 90%; 
   /*margin-top: 10px;*/
    margin-bottom: 10px; 	
}

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;
	color: #4F3A32;
	margin: auto !important;   
}
input[type="submit"].contact-button-confirm,
input[type="button"].contact-button-confirm{
	color: #fff;	
}

a{
    color: #395944;
}

.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 #efe5e1;
	-webkit-appearance: none;	
	border-radius: 5px; 	
	font-size:14px;
}

.text-red{
    color: #8E2800;
}

.text-alert{
    margin: auto !important;
    font-size:14px;
    color: #8E2800;
}

.margin-top10{
	margin-top: 10px;
	
}