@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

.txt_red {
  color: #e8413b;
}
.txt_small {
  font-size: 78%;
}

/*------------------------------------------
■ 問合せ
------------------------------------------*/
#inquiry {margin-top:50px;}
#inquiry .form h4.title {
	margin:20px 0;
	padding-top:20px;
	background-image: url(../img/title_bg02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
.formTable {
	border-collapse: separate;
border-spacing: 20px;
width:100%;
}
.formTable p {
	margin:0;
	padding:0;
	line-height: 100%;
}
.formTable th {
  border-left:7px solid #47A7DD;
	padding-left:12px;
	text-align:left;
	vertical-align:central;
	width:20%;
    font-weight: bold;
  vertical-align:middle;
}
.formTable td {
	width:80%;
	padding-left:12px;
	vertical-align:central;
  text-align: left;
}
.formTable input[type=text]  {
	width:100%;
	height: 30px;
}
.formTable textarea  {
	width:100%;
}
/*------------------------------------------
■ テーブル01
------------------------------------------*/
.table01 {
	font-size: 18px;
	margin: 50px auto;
	width: 100%;
}
.table01 th {
	background-color: #e6e3d5;
	border: 1px solid #adadad;
	font-weight: normal;
	padding: 30px;
	text-align: left;
}
.table01 td {
	padding: 30px;
	border: 1px solid #adadad;
}
.table01 td.hb {
	background: #e9f7ff;
}
.table01 th.th01 {
	width: 30%;
	text-align: center;
}
.table01 .white {
	background: #fff;
}
/*------------------------------------------
  ■order
------------------------------------------*/
.order {
	position: relative;
	padding: 30px 0;
	border-top:3px solid #b19c4c;
	background-image: url(../img/order_bg_02.png), url(../img/order_bg_01.jpg);
	background-position: left top, left;
	background-repeat: no-repeat, repeat;
	background-size: auto 100%, auto;
}
.order .order_box {
	width: 1072px;
	margin: 0 auto;
}
.order .order_box .left_box {
	width: 400px;
	position: absolute;
	bottom: 3%;
	float: left;
}
.order .order_box .right_box {
	width: 600px;
	text-align: center;
	float: right;
}
.order .order_box .right_box .free_copy {
	color: #7e2a38;
	font-weight: bold;
	font-size: 30px;
	line-height: 120%;
	text-shadow: 1px 1px 3px #fff;
	margin: 30px 0;
}
/*　▼TEL番号エリア▼　*/
.order .txt_tel {
	background: transparent url("../img/tel_icon_big.png") no-repeat scroll 0 0;
	color: #c6d906;
	display: block;
	font-size: 67px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	text-indent: 70px;
	padding: 5px;
	margin: 20px 0;
	height: 70px;
}
.order a.txt_tel {
	display: none;
}
.order_bottom {
	width:100%;
	background:#b19c4c;
}
.order_bottom .orderbottom_box {
	width: 1072px;
	margin: 0 auto;
}
.order_bottom .orderbottom_box p {
	color:#fff;
	padding:0;
	font-size:12px;
	line-height:200%;
	float:left;
}
/*-------------------------------------------
ボタンエフェクト
-------------------------------------------*/
.move_btn {
	animation-duration: 1s;
	animation-name: scale;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}
 @keyframes scale {
 from {
transform: scale(0.9, 0.9);
}
to {
	transform: scale(1.0, 1.0);
}
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通(プライバシーポリシーなど)
------------------------------------------*/
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 15px;
	padding: 20px 0;
	width: 1000px;
	margin: 0 auto;
}
.sub_page_title {
	background-color: #b6985e;
	background-image: none;
	border: none;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 30px auto;
	padding: 20px 0;
	text-align: center;
	height: auto;
}
.box_sub {
	padding: 0 50px;
}
.sub_page_h {
	border-bottom: 2px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 5px 0 3px;
}
/*------------------------------------------
■ サンクス画面
------------------------------------------*/
#thanks h4.title {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:100px auto 60px;
}

#thanks p {
	text-align:center;
	margin:0 auto;
}

/*-------------------------------------------
リセット
-------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

