/* お問合せフォーム  */

/* 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: auto !important;
	font-size:14px;
	line-height: 2.0rem;
    height: 35px;
    width: 40%;
}

select.your_select{
    width: 80%; 
}

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;
}

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: 40% ;    
}
input[type="text"],
input[type="tel"],
input[type="email"]{
    margin-top: 10px;
    margin-bottom: 10px;    
    height: 30px;
    width: 80%;
}
textarea{
    width: 80%;    
}

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: #fff;
	margin: auto !important;   
}


a{
    color: #669900;
}


.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; 	
	margin: auto !important;
	font-size:14px;
}

.text-red{
    color: #8E2800;
}

.text-alert{
    margin: auto !important;
    font-size:14px;
    color: #8E2800;
}

