@charset "UTF-8";
/* CSS Document */

.category{
  width: 1280px;
  margin : 30px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  font-size: 20px;
}

.img {
max-width: 100% ;
height: auto;
}

a:link{
	color: #000000;
}
a:visited{
	color: #000080;
}
a:hover{
	color: #00EFFF;
}
a:active{
	color: #00EFFF;
}

/*ナビゲーション*/
.navi{
	margin: 10px 0px 30px 0px;
}

nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 50%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 40px;
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #AB7D20;
padding-bottom: 5px;
}
nav li.current{
border-bottom: 3px solid #92D050;
}
nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #AB7D20;
}
/*ここまでナビゲーション*/

.yoyakuchuui{
	margin: 100px 0px 0px 0px;
}


.contactfont{
	font-size: 150%;
	margin: 70px 0px 20px 530px;
}

.contactform{
	margin: 100px 0px 150px 0px;
}

.lead-form{
  text-align: center;
  font-size:25px;
}
form{
  width:600px;
  margin:0 auto;
}
.contactitem{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  float: left;
  margin-right: 20px;
  width:250px;
  padding-left: 10px;
  font-size: 150%;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="email"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 25px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 25px;
}
.btn-area{
  text-align: center;
}

input[type="submit"]{
  width: 100px;
  height: 50px;
  background: #000000;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.submit{
	margin: 100px 0px 100px 0px;
}

.kiyaku{
	margin: 16px auto;
	text-align: center;
	display: block;
}

.kiyakukomoku{
		overflow:auto;
		width:800px; height:200px;
		padding:5px;
	    border: none;
		color:#000000;
		background-color:#FDFADB;
		line-height:1.5em;
	    text-align: left;
	    display: inline-block;
	    font-size: 10px;
	}

.space{
	margin: 100px 0px 100px 0px;
}

.footerline{
	margin: 20px 0px 20px 0px;
}

.footerlaplume{
	margin: 50px 0px 50px 0px;
}

.sitemap{
	background-color: #545454;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration-color: whitesmoke;
}

.footer{
	background-color: black;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}