@charset "utf-8";


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: 500;
}

.yu{
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
}

#pc_menu ul .menu5:before{
	color:#ec6d56;
	}
	
#hasei_main{
	padding-top:320px;
	padding-bottom:80px;
	}
	

#hasei_main .hasei_image{
	background:url(../image/contact_main.jpg) center center;
	background-size:cover;
	}


#hasei_main .hasei_image h1{
	width:140px;
	}
	
	
.contact_txt{
	width:calc(100% - 60px);
	max-width:900px;
	margin:0 auto;
	position:relative;
	}
.contact_txt h1{
	width:422px;
	margin-bottom:20px;
	}

.contact_txt p{
	line-height:32px;
	letter-spacing:0.08em;
	width:calc(100% - 200px);
	}
	
.contact_illust{
	display:none;
	width:187px;
	position:absolute;
	right:0;
	top:-60px;
	z-index:9997;
	-webkit-animation-name:lr; 
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-name:lr;
	-moz-animation-duration:1s;
	-moz-animation-timing-function:ease-in-out;
	}
@keyframes lr{
  0% { top: -120px; }
  100% { top:-60px;}
}
@-webkit-keyframes lr {
  0% { top: -120px; }
  100% { top:-60px;}
}
@-moz-keyframes lr{
  0% { top: -120px; }
  100% { top:-60px;}
}


.contact_box{
	width:calc(100% - 30px);
	max-width:1000px;
	margin:60px auto 0;
	background:#fff;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	box-sizing:border-box;
	padding:50px 0 60px;
	
	}
.contact_box h1{
	width:296px;
	margin-bottom:20px;
	}

.contact_box .mt{
	width:calc(100% - 30px);
	max-width:800px;
	margin:0 auto 50px;
	padding:0 0 50px;
	box-sizing:border-box;
	border-bottom:2px dashed #edcb8f;
	}
.contact_box .con_tit{
	width:162px;
	}
.contact_box .con_tit:after{
	content:"CONTACT";
	}
.contact_box .mt p{
	text-align:center;
	font-size:13px;
	line-height:26px;
	letter-spacing:0.075em;
	margin:34px 0;
	}
.contact_box .mt ul{
	width:50%;
	margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
.contact_box .mt ul li{
	width:100%;
	border:2px solid #2b2b2b;
	padding:22px 0;
	text-align:center;	
	}
.contact_box .mt ul li p{
	position:relative;
	font-size:18px;
	color:#000;
	line-height:1em;
	letter-spacing:0.05em;
	padding-bottom:5px;
	margin:0 auto;
	box-sizing:border-box;
	padding-left:30px;
	}
.contact_box .mt ul li p{
	width:190px;
	}
.contact_box .mt ul li:first-child p{
	width:235px;
	}
	
.contact_box .mt ul li p:before{
	content:"";
	display:block;
	position:absolute;
	}
	
.contact_box .mt ul li p:before{
	width:20px;
	height:20px;
	background:url(../image/tell_icon.png);
	background-size:cover;
	left:0px;
	top:0;
	}
.contact_box .mt ul li:first-child p:before{
	width:19px;
	height:16px;
	background:url(../image/mail_icon.png);
	background-size:cover;
	left:0px;
	top:3px;
	}
	
	
	

.form_box{
	width:700px;
	margin:0 auto;
	}
.form_box h2{
	width:231px;
	margin:0 auto;
	} 

.form_box p{
	font-size:13px;
	line-height:26px;
	color:#222;
	margin:15px 0 35px;
	}

.form_box .center_txt{
	text-align:center;
	margin:40px 0 35px;
	}
	
.form {
	margin: 35px auto 0;
}

.form td {
	padding:0;
	width: 230px;
	box-sizing:border-box;
}
.conf_table td,
.conf_table th{
	padding:15px;
	}

.form th {
	font-size:13px;
	padding-top: 15px;
	width:230px;
	color:#222;
	font-weight:nomal !Important;
}
.form th span{
	color:#ec6d56;
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
	}
.conf td,
.conf th{
	padding:20px 0 20px !important;
	
	}
.conf_table tr{
	border-bottom:1px solid #b1b1b1;
	}

.conf_table td{
	width:400px;
	}

.form td {
	vertical-align: top;
}

.form-item {
	width: 400px;
	min-height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size:13px;
	margin-bottom:20px;
	border-radius: 5px;        
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px; 
	border:1px solid #c6c6c6;
	background:#f6f6f6;
	border-radius: 3px;        
	-webkit-border-radius: 3px;   
	-moz-border-radius: 3px; 
}

.form-item:focus {
	border-color: rgba(0, 0, 0, 1);
}

textarea.form-item {
	width:460px;
	min-height: 300px;
	padding-top:15px;
}
/*
.form-item.fl,
.form-item.fr {
	width:calc(48% - 30px);
	max-width: 260px;
	float:left;
}

.form-item.fl{
	margin-right:30px;
	}
*/
.btn {
	
	padding:0;
	position:relative;
	border:0; 
	box-sizing:border-box;
	margin:0 auto 0;
	width:300px;
	height:55px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	background:url(../image/form_btn.png);
	background-size:cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	
	}
.btn2 {
	display:block;	
	padding:0;
	position:relative;
	border:0; 
	box-sizing:border-box;
	margin:20px auto 0;
	width:280px;
	height:55px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	background:url(../image/form_btn2.png);
	background-size:cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	}
.btn3{
	padding:0;
	position:relative;
	border:0; 
	box-sizing:border-box;
	margin:20px auto 0;
	width:280px;
	height:55px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	background:url(../image/form_btn3.png);
	background-size:cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	}


.bb{
	border-bottom: 1px solid #d9d9d9;
		}

.form-foot { 
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	width:100%;
	margin:0 auto;
	max-width:600px;
	margin-top:20px;
}

.form-foot .btn {
	margin: 60px 10px 0;
}


	
@media screen and ( max-width: 780px ) {
	
	
#hasei_main{
	padding-top:0px;
    padding-bottom: 60px;
	}


#hasei_main .hasei_image h1{
	width:90px;
	}
	
	
#hasei_main .hasei_image{
	margin:0 auto 35px;
	}
	
	
	
	
	
	
.contact_txt{
	width:calc(100% - 30px);
	}
.contact_txt h1{
	width:95%;
	max-width:316px;
	margin-bottom:15px;
	margin:0 auto 15px;
	}

.contact_txt p{
	font-size:12px;
	line-height:1.75em;
	width:100%;
	margin-top:180px;
	}
	
.contact_illust{
	display:none;
	width:120px;
	position:absolute;
	right:0;
	left:0;
	margin:0 auto;
	top:48px;
	z-index:9997;
	-webkit-animation-name:lr; 
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-name:lr;
	-moz-animation-duration:1s;
	-moz-animation-timing-function:ease-in-out;
	}
@keyframes lr{
  0% { top: -15px; }
  100% { top:48px;}
}
@-webkit-keyframes lr {
  0% { top: -15px; }
  100% { top:48px;}
}
@-moz-keyframes lr{
  0% { top: -15px; }
  100% { top:48px;}
}

	
	

.contact_box{
	margin:35px auto 0;
	padding:35px 0 40px;
	
	}

.contact_box .mt{
	margin:0 auto 35px;
	padding:0 0 35px;
	}
.contact_box .mt h2{
	width:122px;
	}
.contact_box .mt p{
	text-align:left;
	font-size:12px;
	line-height:1.75em;
	letter-spacing:0.075em;
	margin:20px 0;
	}
.contact_box .mt ul{
	width:100%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
.contact_box .mt ul li{
	width:100%;
	border:2px solid #2b2b2b;
	padding:15px 0 12px;
	text-align:center;	
	margin-bottom:15px;
	}
.contact_box .mt ul li p{
	position:relative;
	font-size:15px;
	color:#000;
	line-height:1em;
	letter-spacing:0.05em;
	padding-bottom:5px;
	margin:0 auto;
	box-sizing:border-box;
	padding-left:28px;
	}
.contact_box .mt ul li p{
	width:180px;
	}
.contact_box .mt ul li:first-child p{
	width:235px;
	}
	
.contact_box .mt ul li p:before{
	content:"";
	display:block;
	position:absolute;
	}
	
.contact_box .mt ul li p:before{
	width:18px;
	height:18px;
	background:url(../image/tell_icon.png);
	background-size:cover;
	left:0px;
	top:-2px;
	}
.contact_box .mt ul li:first-child p:before{
	width:17px;
	height:14px;
	background:url(../image/mail_icon.png);
	background-size:cover;
	left:0px;
	top:1px;
	
	}
	
	
	
	
	
	

.form_box{
	width:calc(100% - 30px);
	margin:0 auto;
	}
.form_box h2{
	width:173px;
} 

.form_box p{
	font-size:12px;
	line-height:1.75em;
	margin:10px 0 30px;
	}
	

.form {
	margin: 20px auto 0;
	width:100%;
}
.conf_table {
	margin:10px auto;
	}

.form th,
.form td {
		width: 100%;
		display: block;
		padding-left:0;
	}

.form th{
		padding: 0 0 10px 0
}
.conf_table td,
.conf_table th{
		padding: 0 0 15px 0 !important;
	}
.conf_table tr{
	border-bottom:1px solid #b1b1b1;
	}
.conf_table td{
	width:100%;
	}
.form th {
	font-size:12px;
	width:100%;
	padding: 15px 0 10px 0 !important;
}
.conf_table th{
	font-size:13px;
	padding-top:10px;
	}

.form-item {
	min-height: 45px;
	padding: 10px 15px;
	font-size:12px;
	margin-bottom:20px;
	width:100%;
}
.form td,
.conf td {
		padding-top: 0!important;
		width:100%;
	}

textarea.form-item {
	width:100%;
}

.form-foot li {
		margin: 10px auto;
		text-align: center;
	}
	
.form-submit {
	margin:0 auto 20px;
	width:100%;
}

.btm_txt{
	font-size:12px;
	line-height:20px;
	text-align:center;
	}

.form-foot{
	margin-top:0;
	
	}

.form-foot li{
	margin-top:0;
	}
.form_box p{
	font-size:12px;
	line-height:1.75em;
	color:#222;
	margin:5px 0 25px;
	}

.form_box .center_txt{
	text-align:center;
	margin:20px 0 0px;
	}

.form-foot .btn {
	width:100%;
	margin: 10px 0 0;
}
.form-cancel{
	background:#0E0702;
	}
	
.btn {
	margin:0px auto 0;
	width:218px;
	height:40px;
    -webkit-appearance: none;
	
	}
.btn2 {
	margin:30px auto 0;
	width:280px;
	height:45px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	background:url(../image/form_btn2_sp.png);
	background-size:cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	}
.btn3{
	margin:10px auto 20px;
	width:280px;
	height:45px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	background:url(../image/form_btn3_sp.png);
	background-size:cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	}
	
	
	
	
	
	

	}