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



/* =================================== */
/* 問い合わせ先　設定 */
/* =================================== */
#contact_tel{ /* 問い合わせ先　ベース */
	width: 900px;
	margin: 40px auto;
	padding: 20px 0;
	border: 1px solid #bbbbbb;
}
#contact_tel h5{ /* 問い合わせ先　電話番号 */
	font-size: 30px;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	padding: 5px 0;
}
#contact_tel h6{ /* 問い合わせ先　住所 */
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 5px;
}
 #contact_tel p{ /* 問い合わせ先　住所 */
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 26px;
	padding-top: 10px;
}
#contact_tel .small{ /* 問い合わせ先　電話番号 */
	font-size: 18px;
}
#contact_tel .under {
  border-bottom: solid 5px #ddaacc;
}
#contact_tel hr{ /* 問い合わせ先　ボーダー */
	height: 1px;
	margin: 10px 20px;
	border: none;
	border-top: solid 1px #cccccc;
}



/* =================================== */
/* 店舗案内　地図　設定 */
/* =================================== */
#contact_map{ /* 店舗案内　地図　ベース */
	text-align: center;
	width: 900px;
	margin: 0 auto 100px auto;
}



/* =================================== */
/* 店舗案内　概要　設定 */
/* =================================== */
#contact_company{ /* 店舗案内　概要　ベース */
	width: 600px;
	margin: 0 auto 100px auto;
}
#contact_company li{ /* 店舗案内　リスト */
	font-size: 14px;
	line-height: 24px;
	margin: 5px;
	list-style: none;
}