@charset "UTF-8";


body {
	background: url(../img/bg.jpg) repeat-x 0px -40px;
}


/* ----- 全体 ----- */

.fl,
.fr {
	float: none;
}

#container {
	width: 100%;
	min-width: 307px;
}

/* ===== ----- ヘッダー ----- ===== */

#headArea {
	padding: 0px 10px;
}

#headLogo {
	background: url(../img/logo.png) no-repeat 0px 0px;
	background-size: 245px auto;
	width: 245px;
	height: 60px;
	text-indent: -9999px;
	margin: 14px auto 10px auto;
}

#headLogo a {
	display: block;
	width: 245px;
	height: 60px;
}

#headTel {
	width: 80%;
	text-align: center;
	margin: 10px auto 10px auto;
}

#headTel img {
	width: 200px;
	height: auto;
	padding: 6px 0px;
}

/* ===== ----- 上メニュー ----- ===== */

#topmenuArea {
	width: 100%;
	background: url(../img/mn_bg.png) repeat-x 0px 0px;
	margin-bottom: 15px;
}

#topMenu {
	background-color: #f89c0b;
	display: block;
	table-layout: auto;
	overflow: hidden;
	height: 0;
	transition: .2s;
	padding: 0px 3%;
}

#topMenu li {
	display: block;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#topMenu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px;
}

#topMenu li a:hover {
	background-color: rgba(255,255,255,0.3);
}

#mobileMenu label {
	display: block;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 16px 0px 20px 0px;
}

#mobileMenu label:hover {
	background-color: rgba(255,255,255,0.3);
}

#mobileMenu input:checked + #topMenu {
	overflow: visible;
	height: auto;
	padding: 10px 3%;
}

.topMenuttl {
	background: #578a06 url(../img/sp_menu_ico.png) no-repeat right center;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 1px solid #e3ecd5;
}

/* ===== ----- メイン ----- ===== */

.mainArea {
	width: 90%;
	padding: 0px 5%;
}

.mainLt,
.mainRt {
	padding-bottom: 30px;
}

.leftpageMenu {
	display: none;
}
.detailTable {
	width: 100%;
	font-size: 90%;
	line-height: 160%;
	color: #442909;
	border-collapse: collapse;
}

.detailTable td,
.detailTable th {
	background-color: #ffffff;
	padding: 7px 15px;
	border: 1px solid #d5c5b3;
}

.detailTable th {
	width: 40%;
	background-color: #f3efe8;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}

.toTopBtn {
	clear: both;
}

.toTopBtn a {
	display: block;
	background-color: #e3f1fe;
	margin: 40px 0px 0px 0px;
	padding: 20px 20px;
}

.fullImg {
	width: 100%;
	height: auto;
}

.maxfullImg {
	max-width: 100%;
	height: auto;
}

/* ===== ----- フッタメニュー ----- ===== */

#footArea {
	width: 90%;
	margin: 0px auto;
	padding: 0px 5%;
}

#footLt {
	text-align: center;
	padding: 30px 0px 15px 0px;
}

.footMenu {
	display: none;
}

.copyrightAreaBg {
	background-color: #faa41d;
	width: 100%;
}

.copyrightArea {
	width: 100%;
	color: #ffffff;
	margin: 0px auto;
}

.copyLt {
	background-color: #faa41d;
	width: 94%;
	font-size: 80%;
	text-align: center;
	padding: 20px 3%;
}

.copyRt {
	width: 94%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 0px 2% 15px 3%;
}