@charset "UTF-8";
html, body { height: 100%; }
body {
	height: 100%;
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	display: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #b4934c;
	text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
	color: #e0c07b;
}
hr {
	margin: 50px 0 0 0;
	padding: 10px 0;
	border: none;
	border-top: 1px solid #ccc;
}


.fv {
	width: 100%;
	position: relative;
}

/* ============= nav ============= */
aside {
	width: 300px;
	padding: 50px 0 0 50px;
	float: left;
}
aside h1 {
	width: 228px;
	height: 102px;
	margin: 0 0 40px 0;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
aside .navigation li {
	margin: 15px 0;
	padding: 0;
}
aside .navigation a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
aside .navigation a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}


.wrapper {
	width: 100%;
	clear: both;
}
article {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 150px 0 100px 0;
}


/* ============= footer ============= */
ul.switch{
    display: none; /*非表示*/
}
footer {
	width: 100%;
	padding: 10px 0 30px 0;
	background: #ded8cc;
	position: fixed;
	bottom: 0;
	font-size: 13px;
	
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
footer h2 {
	margin: 10px 50px;
}
footer dl {
	width: 800px;
	margin: 0 0 0 50px;
	float: left;
}
footer dt {
	width: 60px;
	float: left;
}
footer dd {
	width: 700px;
	float: left;
}
footer #sp-sns {
	display: none;
}
footer #sns {
	float: right;
}
footer #sns li {
	width: 30px;
	margin: 0 10px 0 0;
	float: left;
}
footer #sns li img {
	width: 100%;
}

/* ============= class ============= */

.clear {
	height: 1;
	clear: both;
}
.spOnly {
	display: none;
}

/*クリアフィックス*/
.clearfix:after{content: "."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{min-height:1px;}
.clear{clear:both;}
