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

 file name  : contact.css
 author     : Ability Consultant
 style info : お問い合わせ
=================================================================== */
.con_txt, .con_flow, .con_request, .con_thanks {
	max-width: 1260px;
	margin: auto;
}
@media only screen and (max-width: 1260px) {
  .con_txt, .con_flow, .con_request, .con_thanks {
		width: 95%;
  }
}
@media print {
  .con_txt, .con_flow, .con_request, .con_thanks {
		width: 95%;
  }
}
.ie8 .con_txt, .ie8 .con_flow, .ie8 .con_request, .ie8 .con_thanks {
	width: 95%;
}

.con_txt:after, .con_flow:after, .con_flow ul:after, .con_request:after, .con_thanks:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../contact/images/bg_title.jpg);
}
@media only screen and (max-width: 767px) {
  .con_title {
		height: 400px;
		background-image: url(../contact/images/bg_title-sp.jpg);
  }
}

/* -----------------------------------------------------------
	con_txt
----------------------------------------------------------- */
.con_txt {
	background-color: #fff;
	margin-top: 2em;
	margin-bottom: 50px;
	padding: 1px;
	border: 1px solid #ccc;
	*zoom: 1;
}
.con_txt:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 767px) {
  .con_txt {
		margin-top: 2em;
  }
}
.con_txt .box_txt {
	padding: 2% 1.5%;
	background: #dfd9cd;
	float: left;
	width: 60%;
}
.con_txt .box_txt li {
	line-height: 2.0em;
}
@media only screen and (max-width: 767px) {
  .con_txt .box_txt li {
		margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt .box_txt {
		padding: 1em;
		width: 100%;
  }
}
.con_txt .box_txt span {
	color: #cc0000;
	padding-right: 0.3em;
}
.con_txt .box_form {
	float: left;
	width: 40%;
	padding: 2% 1%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_txt .box_form {
		width: 100%;
		padding-top: 2%;
  }
}
.con_txt .box_form .title_tel {
	color: #a32b2b;
	padding-bottom: 10px;
	text-align: center;
	font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt .box_form .title_tel {
		font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_txt .box_form .title_tel span {
		display: none;
  }
}
.con_txt .box_form .txt_tel span {
	font-size: 188%;
}
.con_txt .box_form dl {
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt .box_form dl {
		margin-bottom: 12px;
  }
}
.con_txt .box_form dl dt {
	font-size: 94%;
	color: #00a6c9;
}
.con_txt .box_form dl dt span {
	font-size: 75%;
}
.con_txt .box_form dl dd p.txt_tel {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt .box_form dl dd p.txt_tel {
		font-size: 1em;
  }
}
.con_txt .box_form dl dd p.txt_tel i {
	font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt .box_form dl dd p.txt_tel i {
		font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt .box_form dl dd p.txt_tel i {
		font-size: 1.6em;
  }
}

/* -----------------------------------------------------------
	.con_flow
----------------------------------------------------------- */
.con_flow {
	margin-bottom: 40px;
}
.con_flow ul li {
	width: 28%;
	float: left;
	margin-left: 8%;
	text-align: center;
	background: #c8c8c8;
	font-size: 100%;
	font-weight: normal;
	padding: 15px 10px;
	color: #000;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li {
		font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li {
		font-size: 82%;
		padding: 10px 0;
		width: 30%;
		margin-left: 5%;
  }
}
.con_flow ul li:first-child {
	margin-left: 0;
}
.con_flow ul li.active {
	background: #2e261a;
	color: #fff;
}
.con_flow ul li:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 100%;
	color: #b6b6b6;
	position: absolute;
	top: 50%;
	right: -16%;
	margin-top: -0.5em;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li:after {
		font-size: 75%;
		right: -12%;
  }
}
.con_flow ul li.last:after {
	display: none;
}

/* -----------------------------------------------------------
	con_request
----------------------------------------------------------- */
.con_request {
	margin-bottom: 3em;
}
.con_request th {
	width: 25%;
}
.con_request .st_low {
	color: #332619;
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 20px;
	background: url(../images/common/ic_st.png) 0 center no-repeat;
	padding-left: 40px;
	min-height: 34px;
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_request .st_low {
		min-height: 0;
		background-size: 24px auto;
		padding-left: 35px;
		font-size: 113%;
		min-height: 27px;
  }
}
.con_request .st_form {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_request .st_form {
		margin-bottom: 15px;
  }
}
.con_request .tbl_primary_contact th, .con_request .tbl_primary_contact td {
	padding: 0.8em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact th, .con_request .tbl_primary_contact td {
		padding: 0.8em 1em;
  }
}
.con_request .tbl_primary_contact th input, .con_request .tbl_primary_contact th select, .con_request .tbl_primary_contact td input, .con_request .tbl_primary_contact td select {
	border: 1px solid #acacac;
	padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact th input, .con_request .tbl_primary_contact th select, .con_request .tbl_primary_contact td input, .con_request .tbl_primary_contact td select {
		width: 88%;
		padding: 0.5em 0.8em;
  }
}
.con_request .tbl_primary_contact th {
	overflow: hidden;
	text-align: left;
}
.con_request .tbl_primary_contact th span {
	float: right;
	color: #be7676;
	padding-left: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary_contact th {
		width: 36%;
  }
}
.con_request .tbl_primary_contact .company input, .con_request .tbl_primary_contact .mail input {
	width: 50%;
}
.con_request .tbl_primary_contact .name input {
	width: 20%;
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary_contact .name input {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .name input {
		width: 100%;
		margin: 0.3em 0;
  }
}
.con_request .tbl_primary_contact .tel input, .con_request .tbl_primary_contact .email input {
	width: 45%;
	border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary_contact .tel input, .con_request .tbl_primary_contact .email input {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .tel input, .con_request .tbl_primary_contact .email input {
		width: 100%;
  }
}
.con_request .tbl_primary_contact .day input {
	width: 20%;
	border: 0;
	background: url(../images/common/ic_calender.png) right center no-repeat;
	border: 1px solid #acacac;
}
@media only screen and (max-width: 1024px) {
  .con_request .tbl_primary_contact .day input {
		width: 160px;
		font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .day input {
		width: 100% !important;
  }
}
.con_request .tbl_primary_contact .select select {
	width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary_contact .select select {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .select select {
		width: 100%;
  }
}
.con_request .tbl_primary_contact .text textarea {
	width: 95%;
	height: 150px;
	border: 1px solid #acacac;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .text textarea {
		width: 100%;
  }
}
.con_request .tbl_primary_contact .room .room_b {
	margin-bottom: 10px;
}
.con_request .tbl_primary_contact .address input {
	width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary_contact .address input {
		width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary_contact .address input {
		width: 100%;
  }
}
.con_request .box_btn {
	margin: 2em 0;
	text-align: center;
}
.con_request .box_btn .btn_normal {
	text-align: center;
	display: inline-block;
}
.con_request .box_btn .btn_normal a {
	color: #584020 !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	position: relative;
	text-align: center;
	font-size: 107%;
	width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_normal a {
		font-size: 100%;
  }
}
.con_request .box_btn .btn_normal a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: url(../images/common/bg_texure_lbrown_btn.jpg);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.con_request .box_btn .btn_normal a i {
	margin-left: 6px;
}
.con_request .box_btn .btn_normal a span {
	position: relative;
	z-index: 2;
}
.con_request .box_btn .btn_normal a .ion-ios-list-outline {
	margin-right: 10px;
	margin-left: 0;
}
.con_request .box_btn .btn_normal a:hover {
	padding: 12px 0;
	border: 3px solid #c6bbaa;
}
.con_request .box_btn .btn_normal a:hover:after {
	opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_normal {
		width: 100%;
		margin-bottom: 10px;
  }
}
.con_request .box_btn .btn_black {
	text-align: center;
	display: inline-block;
}
.con_request .box_btn .btn_black a {
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	position: relative;
	background: url(../images/common/bg_texture_red.jpg);
	text-align: center;
	font-size: 107%;
	width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_black a {
		font-size: 100%;
  }
}
.con_request .box_btn .btn_black a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: url(../images/common/bg_texture_red_dark.jpg);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1;
}
.con_request .box_btn .btn_black a i {
	margin-left: 6px;
}
.con_request .box_btn .btn_black a span {
	position: relative;
	z-index: 2;
}
.con_request .box_btn .btn_black a .ion-ios-list-outline {
	margin-right: 10px;
	margin-left: 0;
}
.con_request .box_btn .btn_black a:hover:after {
	opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn .btn_black {
		width: 100%;
  }
}

/* -----------------------------------------------------------
	tbl_primary_contact(お問合せ用)
----------------------------------------------------------- */
table.tbl_primary_contact {
	border: 0;
	border-collapse: separate;
	background-color: #ccc;
	width: 100%;
	border-spacing: 1px;
}
table.tbl_primary_contact th {
	background-color: #320c03;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 12px 6px;
	font-weight: normal;
}
table.tbl_primary_contact td {
	padding: 12px 12px;
	background: #fff;
	text-align: left;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary_contact th, table.tbl_primary_contact td {
		float: left;
		width: 100%;
  }
}

/* -----------------------------------------------------------
	con_thanks
----------------------------------------------------------- */
.con_thanks {
	text-align: center;
}
.con_thanks h3 {
	margin-top: 2em;
	font-weight: normal;
	font-size: 132%;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_thanks h3 {
		font-size: 119%;
  }
}
.con_thanks p {
	margin: 1em 0 2em;
}
.con_thanks .btn_normal a {
	color: #584020 !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	position: relative;
	text-align: center;
	font-size: 107%;
	width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn_normal a {
		font-size: 100%;
  }
}
.con_thanks .btn_normal a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: url(../images/common/bg_texure_lbrown_btn.jpg);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.con_thanks .btn_normal a i {
	margin-left: 6px;
}
.con_thanks .btn_normal a span {
	position: relative;
	z-index: 2;
}
.con_thanks .btn_normal a .ion-ios-list-outline {
	margin-right: 10px;
	margin-left: 0;
}
.con_thanks .btn_normal a:hover {
	padding: 12px 0;
	border: 3px solid #c6bbaa;
}
.con_thanks .btn_normal a:hover:after {
	opacity: 0;
}
