@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader .hBox {
	background-color: #641414;
}

#gNavi ul li a {
	border-top: 4px solid #641414;
	border-bottom: 4px solid #641414;
}

#gNavi ul .navi02 a {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

#gNavi ul .navi02 a:hover {
	color: #fff;
}

#main .marcheBox01 {
	background: url(/img/marche/marche_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .comBox01 .info {
	padding-top: 273px;
}

#main .comBox01 .comImg {
	margin-bottom: 85px;
}

#main .marcheBox02 {
	background: url(/img/marche/marche_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .marcheBox02 .headLine01 {
	color: #000;
}

#main .marcheBox02.on .headLine01 {
	color: #FFF;
}

#main .marcheBox02 .text {
	color: #000;
}

#main .marcheBox03 {
	background: url(/img/marche/marche_bg03.jpg) no-repeat center center;
	background-size: cover;
}

#main .marcheBox04 {
	background: url(/img/marche/marche_bg04.jpg) no-repeat center center;
	background-size: cover;
}

#main .marcheBox05 {
	background: url(/img/marche/marche_bg05.jpg) no-repeat center center;
	background-size: cover;
}

#main .comBox.on .hideBox ul {
	margin-bottom: 30px;
}

#main .comBox.on .hideBox li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 2;
}

#main .comBox.on .hideBox .login {
	width: 300px;
}

#main .comBox.on .hideBox .login a {
	display: block;
	padding: 10px 10px 8px;
	color: #641414;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	
	#main .comBox01 .info {
		padding-top: 180px;
	}
	
	#main .comBox01 .comImg {
		margin-bottom: 37px;
	}
		
	#main .marcheBox02:hover .text {
		color: #000;
	}
	
	#main .spTxtBox ul {
		margin-bottom: 15px;
	}
	
	#main .spTxtBox li {
		color: #000;
		font-size: 11px;
		line-height: 1.4;
	}
	
	#main .spTxtBox .login {
		width: 145px;
	}
	
	#main .spTxtBox .login a {
		display: block;
		padding: 6px 10px 4px;
		color: #fff;
		font-size: 11px;
		text-align: center;
		background-color: #641414;
	}
	
	#main .marcheBox01 {
		background: url(/img/marche/sp_marche_bg01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .marcheBox02 {
		background: url(/img/marche/sp_marche_bg02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .marcheBox03 {
		background: url(/img/marche/sp_marche_bg03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .marcheBox04 {
		background: url(/img/marche/sp_marche_bg04.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .marcheBox05 {
		background: url(/img/marche/sp_marche_bg05.jpg) no-repeat center center;
		background-size: cover;
	}
	
}