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

	メインビジュアル

================================*/
#mainvisual {
	background-image: url("../images/form/form-mainvisual.jpg");
}
/*===============================

	アクセス

================================*/
#form-wrapper #access-map {
  width: 1080px;
  margin: 0 auto;
}
#form-wrapper #access-map h2 {
  text-align: center;
  margin-bottom: 30px;
}
#form-wrapper #access-map .map {
	width: 1080px;
	height: 800px;
	margin-bottom: 40px;
}
#form-wrapper #access-map .access-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 94px;
}
#form-wrapper #access-map .access-outline .img {
  width: 149px;
  height: 149px;
}
#form-wrapper #access-map .access-outline p.logo {
  width: 344px;
  height: 99px;
  padding: 10px 30px 10px 0;
  margin: 0 30px 0 25px;
  border-right: 1px solid #180d03;
}
#form-wrapper #access-map .access-outline p.logo + p {
  line-height: 2;
}
#form-wrapper #access-map .access-outline p.logo + p span {
  display: block;
  color: #8d1a10;
  font-size: 24px;
}
#form-wrapper #access-map .access-outline p.logo + p span a {
  text-decoration: none;
}
#form-wrapper .route {
  width: 1080px;
  margin: 0 auto 44px;
}
#form-wrapper .route h3 {
  width: 365px;
  height: 97px;
  margin: 0 0 11px -6px;
}
#form-wrapper #route01 table tr th {
  width: 30%;
}
#form-wrapper #route02 .inner {
  padding: 40px 40px 35px;
  background-image: url("../images/common/white-bg.gif");
  background-repeat: repeat;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}
#form-wrapper #route02 .inner figure {
  width: 1000px;
  height: 80px;
  margin-bottom: 35px;
}
#form-wrapper #route02 .inner p {
  color: #8d1a10;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#form-wrapper #route02 .inner p::before {
  content: "※";
  margin-right: .25em;
}
#form-wrapper #route03 {
  width: 1099px;
  margin-bottom: 0;
}
#form-wrapper #route03 h3 {
  margin-bottom: 2px;
}
#form-wrapper #route03 figure {
  width: 1099px;
  height: 641px;
}

input , select , input[type=checkbox] , textarea{
	border: none;
	background: #FFF;
	height: 40px;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	width: 70%;
}
textarea{height:auto;}
input[type=image]{border:none; padding:0; opacity:1; transition:0.3s;}
input[type=image]:hover{opacity:0.7;}
label {padding-left:30px;line-height:24px;display:inline-block;cursor:pointer;position:relative;}
label:before {content:'';width:24px;/* ボックスの横幅 */height:			24px;			/* ボックスの縦幅 */display:		inline-block;position:		absolute;left:			0;
	background-color:	#FFF;border:none;
}
input[type=checkbox] {display:		none;}
input[type=checkbox]:checked + label:before {content:'\2713';/* チェックの文字 */ 
	font-size:		24px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#a15558;			/* チェックした時の色 */
}
select {-webkit-appearance: none;-moz-appearance: none;appearance: none;background:#FFF url(../img/select_arrow.png) right 50% no-repeat; padding:5px 20px 5px 5px}
select::-ms-expand {display: none;}
input[type=submit]{
	background: #b89f73;
	font-size: 20px;
	color: #FFF;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 200px;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 16px;
	padding-left: 40px;
}
input[type=submit]:hover{
	cursor: pointer;
}
#contact input[type=text] , #contact input[type=mail] , #contact textarea{ border:#9A9A9A  solid 1px; width:100%;}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
.center{text-align:center;}
