

.font_contact{
	font-size: 25px;
	margin-bottom: 20px;
}

.new_form{
	width: 100%;
	
	margin: 20px auto;
	padding: 0 ;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	max-width: 700px;

}


.contact-form{

padding: 30px;
	
	
	
}
.form-control,
.form-control02{
height: 43px;
border-radius: 0px;
margin-bottom: 10px;
border: 0px solid #fff;
	display: block;
	width: 100%;
	font-size: 15px;
	padding:5px 0 5px 20px;
	box-sizing: border-box;
	border: 1px solid #DAD7B8;
}


.form-control02{
height: 150px;
	padding: 15px;

}


textarea,
select{
	display: block;
    margin: 5px 0 0;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #DAD7B8;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
	
}

textarea{
	height: 200px;
	padding: 12px 20px;
}
select {
    padding-right: 46px;
    background-image: url(../images/ico_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
}

label{
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 10px;
	color: #555;
	display: block;
	
}
option{
	overflow: visible;
	height: 43px;
}
.required{
	background-color: #7C5F26;
	color: #fff;
	padding: 3px 5px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 9px;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: "Noto Sans JP";
	
}

.norequired{
	background-color: #B79646;
	color: #fff;
	padding: 3px 5px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 9px;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: "Noto Sans JP";
	
}

.con_en{
	font-family: 'Cinzel', serif;
	display: inline-block;
	margin: 10px 0 5px 10px;
	color: #ccc;
	letter-spacing: 1px;
	
}
.con_note{
	color: red;
	font-size: 12px;
}
.note01{
	font-size: 12px;
}

.note01 a{
	text-decoration: underline;
}

.form_submit02{
	max-width: 400px;
	width: 90%;
	background: #7C5F26;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 10px;
	border: none;
	transition: all 1s;	
	font-size: 15px;
	border-radius: 5px;
	margin: 30px auto;
	display: block;
}

input::placeholder,
textarea::placeholder
{
  color: #ccc;
}

.box_map{
	width: 100%;
	max-width: 700px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.tableaccess{
	max-width: 700px;
	display:flex;
  flex-wrap: wrap;
	border: 1px solid #cdecf6;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 30px;
	line-height: 1.5;
	box-sizing: border-box;
}



.tableaccess dt{
	width: 30%;	
	padding: 15px;
	 border-top: 1px solid #cdecf6; 
	box-sizing: border-box;
	font-weight: bold;
	background-color: #56c7e7;
	color: #fff;
}


.tableaccess dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 70%;
	border-left: 1px solid #cdecf6;
  border-top: 1px solid #cdecf6; 
	box-sizing: border-box;
	background-color: #fff;
	
}
@media (max-width: 560px) {
	
	.contact-form{
padding: 30px 20px;
	
	
	
}
	
}








