@charset "utf-8";


/*-------------------------------------------------
冒頭キャプション
------------------------------------------------*/
#headCap {
	margin: 20px 0 30px;
}
#headCap h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7e4800;
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #7e4800;
}
#headCap p {
	color: #7e4800;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6;
}


/*-------------------------------------------------
お問い合わせフォーム
------------------------------------------------*/
#contactForm {
	margin-bottom: 40px;
}
#contactForm table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: #d1c0a5 solid 1px;
	border-right: #d1c0a5 solid 1px;
	border-left: #d1c0a5 solid 1px;
}
#contactForm table th {
	padding: 12px;
	border-bottom: #d1c0a5 solid 1px;
	background: #fffcf8;
	font-weight: bold;
	color: #7e4800;
	line-height: 1.6;
}
#contactForm .req {
	color: #ff0000;
}
#contactForm table td {
	padding: 12px;
	border-bottom: #d1c0a5 solid 1px;
	line-height: 1.6;
}
#contactForm table td label {
	margin-right: 20px;
}
#contactForm table td .w01 { width: 30%; }
#contactForm table td .w02 { width: 50%; }
#contactForm table td .w03 { width: 80%; }

#contactForm #terms {
	margin-bottom: 30px;
}
#contactForm #terms .txt01 {
	margin-bottom: 20px;
	line-height: 1.6;
}
#contactForm #terms #agree {
	line-height: 1.6;
}
#contactForm #btnConfirm {
	text-align: center;
}


/*-------------------------------------------------
お問い合わせ完了画面
------------------------------------------------*/
#contactComp {
	margin-bottom: 40px;
}
#contactComp .txt01 {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
}



/*-------------------------------------------------
SmartPhone
------------------------------------------------*/
@media screen and (max-width: 767px) {

/*タイトル*/
#headCap {
	width: auto;
	margin: 10px;
}
#headCap h1 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
}
#headCap p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.4;
}

/*お問い合わせフォーム*/
#contactForm {
	margin-bottom: 10px;
}
#contactForm table {
	margin-bottom: 10px;
	border-top: #d1c0a5 solid 1px;
	border-right: 0 none;
	border-left: 0 none;
}
#contactForm table th {
	padding: 6px 8px;
	font-weight: normal;
	line-height: 1.4;
}
#contactForm .req {
	color: #ff0000;
}
#contactForm table td {
	padding: 6px 8px;
	line-height: 1.4;
}
#contactForm table td label {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}
#contactForm table td label:last-child {
	margin-bottom: 0;
}
#contactForm table td .w01 { width: 90%; }
#contactForm table td .w02 { width: 90%; }
#contactForm table td .w03 { width: 90%; }

#contactForm #terms {
	margin-bottom: 10px;
	padding: 0 10px;
}
#contactForm #terms .txt01 {
	margin-bottom: 10px;
	line-height: 1.4;
}
#contactForm #terms #agree {
	line-height: 1.4;
}

/*お問い合わせ完了画面*/
#contactComp {
	margin-bottom: 30px;
}
#contactComp .txt01 {
	font-size: 14px; font-size: 1.4rem;
}

}/*//@media screen*/







