@charset "UTF-8";

/* -----------------------------------------------
 *  	         form.css
 * ----------------------------------------------- */





/* =====================form===================== */

/* 入力スペース */
form.form_01{
	width:100%;
	}

dl.form_item_01{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #d8d6d5;
	}
dl.form_item_01::after{
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
	}
	
	
dl.form_item_01 dt{
	position:relative;
	float:left;
	width:30%;
	padding: 10px 5px;
	}
dl.form_item_01 dd{
	float:left;
	width:70%;
	/*padding: 10px 5px;*/
	}
/* required */
dl.form_item_01 dt.required::after{
	display:block;
	position:absolute;
	width:40px;
	height: auto;
	top:10px;
	right:10px;
	content:"必須";
	background-color:#999;
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:2;
	border-radius:5px;
	}

/* drop */
select.contact-type{
	width:;
	height:40px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#fff;
	border: solid 1px #fff;
	}
select.contact-type:focus{
	background-color:#FFF;
	}

/* text */
input.input-text{
	width:50%;
	height:30px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#FFF;
	border: solid 0px #333333;
	}
input.input-text:focus{
	background-color:#FFF;
	}
	
/* mail */
input.input-mail{
	width:50%;
	height:30px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#FFFc;
	border: solid 0px #333333;
	}
input.input-mail:focus{
	background-color:#FFF;
	}

/* textarea */
textarea.textarea{
	width:80%;
	padding:5px 0 0 5px;
	font-size:14px;
	background-color:#FFF;
	border: solid 0px #333333;
	}
textarea.textarea:focus{
	background-color:#FFF;
	}


/* placeholder */
input::placeholder {
	color: #999;
	}

/* IE */
input:-ms-input-placeholder {
	color: #999;
}

/* Edge */
input::-ms-input-placeholder {
	color: #999;
	}



/* submit */
input.input-submit{
	display:block;
	width:200px;
	margin:0 auto;
	padding:10px 5px;
	background-color: #000;
	color:#FFF;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border:solid #000 1px;
	}
input.input-submit:hover{
	background-color: #faf8f3;
	color:#000000;
	transition:0.3s;
	}


/* 768px */
@media only screen and (max-width: 48em) {
dl.form_item_01 dt{
	float:none;
	width:100%;
	padding:10px 5px;
	}
dl.form_item_01 dd{
	float:none;
	width:100%;
	padding:10px 5px;
	}
select.contact-type{
	width:90%;
    margin: 0 10px 10px 0;
	}
/* text */
input.input-text{
	width:98%;
	}
/* mail */
input.input-mail{
	width:98%;
	}
/* textarea */
textarea.textarea{
	width:98%;
	}
/* submit */
input.input-submit{
	width:200px;
	}
}




.contactform_error {
  display: block; 
  color: #e30000;
}
.contactform_error:before {
  content: "※";
}



.btn-group{
	text-align:center;
	}

.btn-large{
	background-color:#000;
	color:#FFF;
	border: solid #000 1px;
	padding:10px 20px;
	text-decoration:none;
	cursor:pointer;
	}


.btn-large:hover{
	background-color:#faf8f3;
	color:#000000;
	transition:0.3s
	}

/* form Background */
.bg_color1{
	background-color: #f1f0f1;
	padding:20px;
}



/* ====================== design_area_B ====================== */
section.design_area_B{
    position: relative;
    padding: 1% 0;
}

p.step_item_number{
    font-size: 14px;
    margin: auto;
    text-align: center;
    font-weight: bold;
}
p.step_item_number span{
    position: relative;
    display: block;
    color: #000;
    font-size: 60px;
    line-height: 1;
	font-family: "Quicksand";
    font-weight: 400;
}
p.step_item_number span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #bca475;
    margin: 0 auto;
}
p.step_item_text{
    font-size: 14px;
	font-weight: bold;
    margin: auto;
    text-align: center;
	padding: 15px 0;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.step_item_image{
	text-align: center;
}
.step_item_image img{
	width: 35%;
}

/* 768px */
@media only screen and (max-width: 48em) {
p.step_item_text{
    font-size: 12px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
section.design_area_B{
    padding: 0% 0 5% 0 !important;
}
p.step_item_number{
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}
p.step_item_number span{
    position: relative;
    display: block;
    color: #000;
    font-size: 30px;
    line-height: 1;
	font-family: "Quicksand";
    font-weight: 400;
}
p.step_item_number span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #bca475;
    margin: 0 auto;
}
}


/*flex_4A 横4*/
.flex_4A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	position: relative;
	width: 29.5%;
	border: 2px solid #BCA475;
	padding: 10px;
	background-color: #e4cba036;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: 120px;
	right: -50px;
  	border-top: 30px solid transparent;
  	border-bottom: 30px solid transparent;
}
/* 768px */
@media only screen and (max-width: 48em) {
.flex_4A{
	width: 95%;
	margin: auto;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	width: 32.5%;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: -80px;
	right: 37%;
    margin: auto;
  	border-right: 30px solid transparent;
  	border-left: 30px solid transparent;

}
}

/*step タイトル*/
h3.step_title_h3{
	margin: 0 0 10px 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
	text-align: center;
    font-weight: 400;
    }
h3.step_title_h3 span::after {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #AA8E76;
    content: "";
}
h3.step_title_h3 span{
	font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
h3.step_title_h3{
	margin: 0 0 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
}

h3.step_title_h3 span{
	font-size: 1.4rem;
	font-weight: bold;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
}

h4.titl_02{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
h4.titl_02 span{
	color: #AA8E76;
	font-size: 16px;
	display: block;
	margin: 0 auto 2px;
}
h4.titl_02 span strong{
	font-size: 18px;
	padding-left: 2px;
}
@media only screen and (max-width: 48em) {
h4.titl_02{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
}
h4.titl_02 span{
	font-size: 14px;
	display: block;
	margin: 0 auto 2px;
}
h4.titl_02 span strong{
	font-size: 16px;
	padding-left: 2px;
}
}



/* =====================DL===================== */


/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}