@charset "utf-8";
@import "base.css";
@import "common.css";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.sp_view{
	display: none !important;
}
/*####################　ヘッダ　####################*/
#Header {
	width: 100%;
	position:fixed;
	top: 0;
	background: url(../img/bg.png);
	height: 65px;
	border-bottom: solid 3px #cc0001;
	z-index: 99999999;
}
#Header h1{
	position: absolute;
	width: calc(251 / 1240 * 100%);
	max-width: 251px;
	top: 5px;
	left: 10px;
}
#Header h1 a{	
	display: block;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(56/241 * 100%);
}
#Header ul{
	max-width: calc(1020 /1280 * 100%);
	position: absolute;
	right: 0;
	padding: 10px 5px 0 0;
	z-index: -99999px;
	white-space: nowrap;
	display: flex;
}
#Header ul li{
	/*float: left;*/
	margin: 5px 10px;
}
#Header ul li a{
	font-family: "Sawarabi Mincho" !important;
	color: #491c06;
	padding: 5px 0 0;
	/*text-indent: -9999px;
	display: block;
	background: url(../img/head_menu.png) no-repeat;*/
}
#Header ul li a span{
	font-size: 0.8em;
	display: block;
}
#Header ul li a:hover{
	text-decoration: none;
	color: #3A8C13;
}
/*#Header ul li.menu01 a{
	background-position: 0 0;
	width: 120px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu01 a:hover{
	background-position: 0 -21px;
}
#Header ul li.menu02 a{
	background-position: -120px 0;
	width: 120px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu02 a:hover{
	background-position: -120px -21px;
}
#Header ul li.menu03 a{
	background-position: -240px 0;
	width: 120px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu03 a:hover{
	background-position: -240px -21px;
}
#Header ul li.menu04 a{
	background-position: -360px 0;
	width: 160px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu04 a:hover{
	background-position: -360px -21px;
}
#Header ul li.menu05 a{
	background-position: -520px 0;
	width: 160px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu05 a:hover{
	background-position: -520px -21px;
}
#Header ul li.menu06 a{
	background-position: -680px 0;
	width: 110px;
	height: 21px;
	margin-top: 12px;
}
#Header ul li.menu06 a:hover{
	background-position: -680px -21px;
}*/
@media screen and (min-width:1181px) {
	#Header ul li.f,
	#Header ul li.t,
	#Header ul li.i{
		margin: 5px 5px;		
	}
}

@media screen and (max-width: 1180px) {
	#Header ul li.f,
	#Header ul li.t,
	#Header ul li.i{
		display: none;	
	}
}
#Header ul li.f a{
	text-indent: -9999px;
	display: block;
	background: url(../img/facebook.png) no-repeat;	
	width: 40px;
	height: 40px;	
}
#Header ul li.t a{
	text-indent: -9999px;
	display: block;
	background: url(../img/twitter.png) no-repeat;
	width: 40px;
	height: 40px;
}
#Header ul li.i a{
	text-indent: -9999px;
	display: block;
	background: url(../img/instagram.png) no-repeat;
	width: 40px;
	height: 40px;
}


/*####################　pageTop　####################*/
#pageTop{
	position: fixed;
	bottom: 120px;
	right: 0;
}.pageTop a{
	color: #5d3616;

}
/*####################　テーブル共通　####################*/
#Main table{
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
#Main td.green{
	background: #f3f3d5;
}
#Main td.gray{
	background: #faf9f7;
}
/*####################　フッター　####################*/

#Footer{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
	background: #000;
}
#Footer a{
	color: #fff;
}
#Footer ul{
	margin:5px auto;
	text-align: center;
}
#Footer li{
	display: inline;
	margin: 5px;
}
#Footer li a{
	color:#fff;
	font-size: 14px;
}
#Footer address{
	text-align: center;
	padding: 5px;
	line-height: 150%;
	color: #fff;
}
#Footer address br.nobr{
	display: none;
}
#fixedBtn{
	position: fixed;
	right: 0;
	top: 120px;
	z-index: 99999997;
	width: 60px;
}
#fixedBtn img{
	width: 100%;	
}
/*end*/
