@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #C89F62;
	font-size: 14px;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	position: relative;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 23px;
	padding-top: 84px;
	width: 927px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

#header .headBox {
	margin: 0 auto;
	padding: 5px 2px 4px;
	width: 927px;
	background: #fff;
}

#header h1 {
	margin-bottom: 1px;
	font-size: 10px;
	color: #221814;
}

#header .hBox {
	float: left;
	margin-left: 3px;
}

#header .hBox .logo {
	float: left;
}

#header .hBox .logo a {
	display: inline-block;
}

#header .hBox .logo a:hover {
	opacity: 0.7;
}

#header .headBox ul {
	margin-top: 16px;
	min-width: 452px;
	padding: 8px 10px 3px 10px;
	box-sizing: border-box; 
	float: right;
	background: #D4DCDE;
}

#header .headBox ul li {
	float: left;
	line-height: 1.4;
	font-size: 12px;
	color: #221814;
	vertical-align: middle;
}

#header .headBox ul li:first-child {
	width: 240px;
}

#header .headBox ul li span {
	display: block;
	font-weight: bold;
}

#header .headBox ul li:last-child {
	float: right;
}

#header .headBox ul li a {
	font-size: 31px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #1C1F87;
	line-height: 1;
	letter-spacing: -4px;
}

#header .naviBox {
	border: 1px solid rgba(178,179,179,0.5);
	border-bottom: 2px solid rgba(178,179,179,0.5);
	background: url(../../img/common/navi_bg.png) repeat left top;	
}

@media all and (min-width: 768px) {
	#header .naviBox {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#header .headBox {
		width: auto;
		padding: 10px 7px 3px;
		position: relative;
	}
	
	#header .headBox .hBox {
		margin: 0;
		position: relative;
	}
	
	#header .headBox .hBox .logo {
		margin-right: 7px;
	}
	
	#header .headBox .hBox .logo img {
		width: 73px;
	}
	
	#header .headBox .hBox h1 {
		margin-top: 1px;
		font-size: 10px;
		line-height: 1.3;
		float: left;
	}
	
	#header .naviBox {
		position: fixed;
		width: 100%;
		background: #fff;
		border: none;
		border-top: 1px solid #D1DAC5;
		display: none;
		z-index: 99;
	}
	
	#header .headBox ul {
		display: none;
	}
	
	#header .headBox .menu {
		position: fixed;
		top: 10px;
		right: 18px;
		z-index: 100;
		background: url(../../img/common/menu_close.gif) no-repeat right center;
	}
	
	#header .headBox .menu a {
		display: block;
	}
	
	#header .headBox .menu.on img {
		visibility: hidden;
	}
	
	#main {
		margin-bottom: 22px;
		padding-top: 48px;
		width: auto;
	}
	
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 930px;
	background: url(../../img/common/line01.png) no-repeat left center;
}

#gNavi li {
	text-align: center;
	float: left;
	background: url(../../img/common/line01.png) no-repeat right center;
}

#gNavi .navi01 {
	width: 150px;
}

#gNavi .navi02 {
	width: 267px;
}

#gNavi .navi03 {
	width: 211px;
}

#gNavi .navi04 {
	width: 135px;	
}

#gNavi .navi05 {
	width: 163px;
}

#gNavi li a {
	padding: 10px 0 8px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
}

#gNavi li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		width: auto;
		background: none;
	}
	
	#gNavi li {
		float: none;
		width: auto !important;
		background: none;
		text-align: left;
		border-bottom: 1px solid #C4DBD1;
	}
	
	#gNavi li:first-child a {
		padding: 8px 12px;
	}
	
	#gNavi li a {
		padding: 10px 12px 9px;
		color: #221814;
		font-size: 12px;
		font-weight: normal;
		background: url(../../img/common/sp_menu_arrow.gif) no-repeat right 16px center;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 930px;
}

#footer .banner {
	padding: 13px 7px 0 0;
	float: left;
}

#footer .banner a {
	display: inline-block;
}

#footer .banner a:hover img {
	opacity: 0.7;
}

#footer p {
	margin-top: 10px;
	width: 330px;
	float: left;
	line-height: 1.33;
	color: #221814;
	font-size: 12px;
}

#footer .fLogo {
	float: left;
}

#footer .fLogo a:hover img {
	opacity: 0.7;
}

#footer .copyright {
	margin-top: 26px;
	width: 300px;
	float: right;
}

#footer .fList li:last-child {
	margin: 0;
	width: 409px;
}
#footer .fList li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#footer .fList li:first-child .img {
	padding-top: 4px;
	width: 190px;
	vertical-align: top;
}

#footer .fList li.img a {
	display: inline-block;
}

#footer .fList li .img a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#footer {
		width: auto;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	
	#footer .banner {
		margin: 0 auto 18px;
		padding: 0;
		text-align: center;
		width: 116px;
		float: none;
	}
	
	#footer .banner img {
		width: 116px;
	}
	
	#footer  p {
		margin: 0 10px 10px;
		float: none;
		width: auto;
		line-height: 1.2;
	}
	
	#footer .fLogo {
		float: none;
		text-align: center;
	}
	
	#footer .fLogo img {
		margin: 0 auto;
		width: 98px;
	}
	
	#footer .copyright {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#footer .pageTop {
		margin-bottom: 24px;
		text-align: center;
		background: #F7F4EF url(../../img/common/sp_page_top_bg.gif) repeat-x left top;
	}
	
	#footer .pageTop a {
		padding: 18px 0 13px;
		display: block;
		font-size: 12px;
		color: #5F4B3E;
		font-weight: bold;
		background: url(../../img/common/sp_page_top_bg.gif) repeat-x left bottom;
	}
	
	#footer .pcBtn {
		margin-bottom: 12px;
		text-align: center;
	}
	
	.btm {
		padding: 1px 0 5px 0;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		font-weight: bold;
		color: #5F4B3E;
		background: #E0D2B7;
	}
	
	.btm .btmBox {
		margin: 0 auto;
		width: 260px;
	}
	
	.btm .fTxt {
		font-size: 10px;
		line-height: 1.4;
	}
	
	.btm ul {
		width: 100%;
		display: table;
	}
	
	.btm ul li {
		font-size: 10px;
		display: table-cell;
		vertical-align: top;
		text-align: left;
		line-height: 1;
	}
	
	.btm ul li:first-child {
		padding-right: 7px;
		width: 50px;
		letter-spacing: 2px;
	}
	
	.btm ul li:first-child span {
		letter-spacing: -2px;
	}
	
	.btm ul li:last-child a {
		font-size: 21px;
		color: #5F4B3E;
		letter-spacing: 1px;
		display: inline-block;
	}
	
	.btm ul li:last-child span {
		display: block;
		font-size: 10px;
		font-weight: normal;
	}
}