@charset "UTF-8";
/* CSS Document */
.sp{
	display: block;
}
.pc{
	display: none;
}
body{
	font-family:"Noto Sans Japanese", sans-serif;
	color:#333;
	position: relative;
}
.container{
	

}
p,li{
	line-height: 180%;
}

.wh{
	background-color: #fff !important;
}
.gr{
	background-color: #f9f9f9 !important;
}
.ye{
	background-color: #fbed21 !important;
}
.pt80{
	padding-top: 40px;
}
.pb40{
	padding-bottom: 20px;
}
.pb80{
	padding-bottom: 40px;
}
.tac{
	text-align: center;
	vertical-align: middle;
}
h1{
	display: block;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: url(../images/common/backH1.png) no-repeat;
	background-position: center bottom;
	background-size: 36px 9px;
}
h2{
	display: block;
	background: url(../images/common/backH2.png) no-repeat;
	padding: 30px 0 15px 30px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: 600;
	background-size: 80px 46px;
	margin-bottom: 30px;
}
h3{
	display: block;
	padding: 15px 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	background: url(../images/common/backH3.png) no-repeat;
	background-position: left bottom;
	background-size: 150px 1px;
}

/*-----ヘッダー部分----*/
#header{
	width: 100%;
	padding-top: 108px;
}
#headLogo{
	width: 100%;
	border-top:solid 5px #e6b422;
	background-color: #000;
	display:block;
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
}
#headLogo img{
	width: 300px;
}
#backTopImg{
	width: 100%;
	height: 200px;
	background: url(../images/common/backTopImg.jpg) no-repeat;
	background-position: center center;
}
#menuTitle{
	background-color:#e6b422;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 3px;
	position: fixed;
	top:65px;
	left:0;
	z-index: 999;
}
#menu{
	display: none;
	position: fixed;
	top:108px;
	left:0;
	width: 100%;
	border-top:1px solid #fff;	
	border-bottom:1px solid #fff;
	background-color: #fff;
	z-index: 999;
}
#menu ul{
	background-color:#e6b422;
	display: block;
	margin-bottom: 0;
	width: 100%;
}
#menu li{
	display: block;
	border-collapse: collapse;
	border-right:1px solid #999;
	white-space:nowrap;
	text-align: center;
	padding: 10px;
	border-bottom: 1px dotted #fff;
}
#menu li a{
	height: 30px;
}
#menu li img{
	margin-top: -25px;
	height: 50px;
	width: auto !important;
}
#menu li:hover{
	background-color: #e6b422;
}
#menu li:nth-child(1){
	border-left:1px solid #999;	
}
#menu li a{
	display: block;
	padding:10px 0 !important;
}
/*-----ヘッダー部分----*/
/*-----フッター部分----*/
#footer1{
	background-color: #000;
}
#fbunner{
	display: block;
	padding: 40px 0;
}
#fbunner li{
	display: inline-block;
	padding: 0 10px 40px 10px;
	margin: 0 ;
}



#footer2{
	background-color: #fff;
}
#footer2 #footLogo img{
	width: 300px;
}
/*-----フッター部分----*/
