@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {}
body {
  font-size: 28px;
  line-height: 40px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 640px;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
}
a:hover {
  opacity: 0.7;
}
p, li {
  max-height: 100%;
}
h2 {
  background-color: #8cae8d;
  padding: 10px 5px;
  font-size: 32px;
  line-height: 50px;
	margin-bottom: 15px;
}
h3 {
  color: #9c8b67;
  font-size: 30px;
  line-height: 45px;
  border-bottom: 6px solid #9c8b67;
  font-weight: bold;
  margin-bottom: 15px;
}
h4 {
  text-align: center;
  margin-top: 30px;
  font-size: 28px;
  line-height: 40px;
}
h5 {
  text-align: center;
  font-weight: normal;
  font-size: 23px;
  line-height: 35px;
  padding: 30px 0px 20px;
}
.title {
  padding-left: 5px;
  border-left: 10px solid #8cae8d;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
}
.red {
  color: #F40004;
}
.clear {
  clear: both;
}
.text_center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.mtop15 {
  margin-top: 15px;
}
.mbottom15 {
  margin-bottom: 15px;
}
.mbottom20 {
  margin-bottom: 20px;
}
.mbottom30 {
  margin-bottom: 30px;
}

#header_wapp {
  background: url(images/common/bg01.jpg) no-repeat;
  width: 640px;
  height: 140px;
  padding-top: 20px;
  position: fixed;
  z-index: 99;
}
#logo {
  width: 420px;
  height: 92px;
  margin-left: 6px;
  float: left;
}
#contents {
  width: 640px;
  position: relative;
  top: 140px;
  z-index: 1;
}
#footer_wapp {
	color: #FFFFFF;
  width: 640px;
  background-color: #000000;
  position: relative;
  top: 140px;
  z-index: 2;
}
.li {
  margin-left: 30px;
}
.btn {
  background: url(images/common/btn_spread.png) no-repeat;
  width: 600px;
  height: 90px;
  padding: 25px 0px 0px 40px;
  font-size: 30px;
}
.area {
  margin: 15px 0px 30px;
}
.btn01 {
  background: url(images/common/btn01.png) no-repeat;
  width: 600px;
  height: 88px;
  display: block;
  margin: 15px 0px;
  color: #000000;
  text-decoration: none;
  padding: 22px 0px 0px 50px;
  font-weight: bold;
}
.btn01:hover {
  opacity: 0.5;
}
#ema, #keidai, #yakuyoke, #hatsumiya, #shichigosan, #car, #tesui {
  position: relative;
  top: -140px;
}
/*nav*/
#nav_wapp {
  display: none;
  width: 640px;
  position: fixed;
  top: 140px;
  z-index: 98;
}
#spnav {
  width: 60px;
  height: 73px;
  line-height: 73px;
  margin-top: 20px;
  margin-right: 40px;
  float: right;
}
#spnav .click {
  background: url(images/common/menu_open.png) no-repeat;
  width: 60px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

#spnav .activate {
  background: url(images/common/menu_close.png) no-repeat;
  width: 60px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

.spnav li {
  list-style: none;
  background-color: #8cae8d;
  border-bottom: 2px solid #ffffff;

}
.spnav li a {
  width: 640px;
  padding: 20px 10px;
  display: block;
  background: url(images/common/ico_arrow02.png) no-repeat 600px 28px;
  color: #ffffff;
  text-decoration: none;
}
.spnav li:hover {
  background-color: #a4bba5;
  opacity: 1.0;
}
.spnav ul {
  display: none;
}

/*top*/
#top_about {
  background: url(images/top/mainimg.jpg) no-repeat;
  width: 640px;
  height: 600px;
  padding-top: 450px;
  padding-left: 65px;
  margin-bottom: 30px;
}
.top_bnr {
  width: 600px;
  margin: 0 auto 30px;
}

/*footer*/
#footer_wapp ul {
  width: 640px;
}
#footer_wapp ul li {
  background-color: #f3efea;
  border-bottom: 2px solid #c2b2a1;
}
#footer_wapp ul li a {
  display: block;
  width: 640px;
  padding: 20px 20px;
  background: url(images/common/ico_arrow01.png)no-repeat 600px 28px;
  text-decoration: none;
  color: #000000;
}
#footer_wapp ul li:hover {
  background-color: #E0D5C8;
  color: #000000;
}
#kamon {
  margin: 20px 0px 30px;
}
/*contents*/
.contents_header {
  width: 640px;
  margin-bottom: 30px;
}
.contents {
  padding: 15px 20px 30px;
}
.contents_table{border-collapse: collapse;}
.contents_table th{width: 150px; text-align: left;}

/*company*/
.greeting_name{
	text-align: right;
	margin: 0 20px 30px auto;
}

/*contact*/
.contact_tel{
	font-size: 50px;
	color: #8cae8d;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}

.contact span{
	color: #ffffff;
	background: #ff0000;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 5px;
	font-size: 0.8em;
	margin-bottom: 10px;

}
.contact input{
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width: 100% !important;
}
.contact textarea{
	color:#aaa;
	border:solid 1px #ccc;
	margin:0 0 20px;
	font-size:1.3em;
	width: 100% !important;
	height: 300px !important;
	padding: 10px;
	resize:none;
}
#policy{
	padding: 10px;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
.contact_botton{
	clear: both;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.contact button[type="submit"]{
	width: 600px;
	display: inline-block;
	height: 100px;
	border: solid 1px #aaaaaa;
	background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
	font-weight: bold;
	font-size: 1.0em;
}
.contact button[type="reset"]{
	width: 600px;
	display: inline-block;
	height: 100px;
	border: solid 1px #aaaaaa;
	background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
 background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
	font-weight: bold;
	font-size: 1.0em;
}
.contact button[type="submit"]:hover, .contact_bg button[type="reset"]:hover{
	border: solid 1px #aaaaaa;
	background-color: #cccccc; background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
 background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
 background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
 background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
 background-image: -o-linear-gradient(top, #cccccc, #ffffff);
 background-image: linear-gradient(to bottom, #cccccc, #ffffff);
}