@charset "utf-8";
/* CSS Document */

/*header*/
h3{
	font-family: "Sawarabi Mincho";
	font-weight: 100;
    font-size: 3.2rem;
    margin: 0 auto 50px;
	position: relative;
	height: 22px;
	z-index: 1;
}

h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 6px;
	background-color: #f6ecda;
}

/*--/header--*/

/*pankuzu*/
#pk_bk{
    background-color: #fdfcf1;
}

#pk_area{
    margin: 0 auto;
    color: #fff;
}

#pk_area a{
	color: #351d0e;
}

#pk_area ol,#pk_area a{
	padding: 70px 0 0;
}

.cd-breadcrumb li, .cd-multi-steps li{
	display: inline-block;
	float: left;
	font-size: 1.3rem;
}

.cd-breadcrumb li a:visited, .cd-multi-steps li a:visited{
	color:#fff;
}

.cd-breadcrumb li a:hover, .cd-multi-steps li a:hover,#pk_area a:hover{
  color: #efcd9a;
}

.arrow a{
	text-decoration: underline;
}

li.under{
	color: #351d0e;
}

.cd-breadcrumb li.arrow::after, .cd-multi-steps li::after {
	font-size: 1.6rem;
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #ccc;
}
/*--pankuzu--*/



/*--contact--*/
/* --- フォームエリア --- */
table{
	margin: 0 auto;
}

table th{
	text-align: left;
}

th.top{
	vertical-align: middle;
}

.attention{
	text-align: center;
}

form.contact {
	font-size: 1.4rem;
	padding-bottom: 50px;
}

/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}

/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

p.animateme
/* --- 見出しセル（th） --- */
form.contact th {
width: 140px; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
text-align: left;
line-height: 130%;
}

/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}

/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
}

/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}

/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
text-align: center;
vertical-align: top;
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
	background-color: #fff;
	margin: 0 0 5px;
	border: 1px solid #f6ecda;
	padding: 5px 0px;/* --- フォーム部品のサイズ --- */
}

/* --- （長めのテキスト入力欄） --- */
#section, #name, #name2,
#email, #address {
width: 100%; /* フォーム部品の幅 */
}

/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 60%; /* フォーム部品の幅 */
}

#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}

/* --- （複数行のテキスト入力欄） --- */
#message {
width: 100%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */

form.contact p.button {
margin: 20px 0 0; /* ボタンのマージン（上、左右、下） */
text-align: center;
}

.button1{
	background-color: #ececec !important;
}

input[type="submit"] {
cursor: pointer;
}
/*--/contact--*/


@media (max-width: 968px) {
    table {
        width: 100%;
    }
 
    table th,
    table td {
        display: block;
    }
}

/* 768px以上 */
@media (min-width: 768px) {
	#pk_area{
		width: 80%;
	}
	
	#pk_area ol,#pk_area a{
	padding: 7px 0;
	}
	

}