@charset "utf-8";
/* CSS Document */

.amazingslider-wrapper {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.akou_subtxt01 {
	margin-left: 2%;
	color: #008000;
}

.akou_subtxt02 {
	margin-left: 2%;
	color: #008000;
	text-align: center;
}


.akou_IMG {
	display: block;
	width: 100%;
}
.akou_IMG_qr {
	display: block;
	margin: auto;
}

.tempo {
	font-weight: bold;
}

.phone {
	font-weight: bold;
}

.business_hours {
	background-color: #008000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.date_and_time {
	font-weight: bold;
}

.akou_float01 {
	width: 100%;
}

.akou_float02 {
	width: 100%;
}

.address {
	font-weight: bold;
}




/*　########## 　900px以上　########　*/
@media (min-width: 900px) {
	
	.akou_subtxt01 {
		font-size: 1.4em;
	}
	
	.akou_subtxt02 {
		font-size: 1.4em;
	}
	
	.akou_image01 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#fk_store_map {
		display: block;
		width: 100%;
		height: 600px;
		margin-top: 3%;
		margin-bottom: 30px;
	}
	
	.maker_banner_main {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
	.akou_float01 {
		float: left;
		width: 40%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 20px;
	}

	.akou_float02 {
		float: left;
		width: 60%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.tempo {font-size: 1.5em;}
	
	.address {font-size: 1.3em;}
	
	.phone {font-size: 1.3em;}
	
		
}


/*　########## 　890px以下　########　*/
@media (max-width: 890px){
	
	#fk_store_map {
		display: block;
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
	
	.maker_banner_main {
		widows: 100%;
	}
	
	.akou_float01 {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	
}


/*　########## 　769px以下　########　*/
@media (max-width: 769px){
	
	.tempo {font-size: 1.5em;}
	
	.address {font-size: 1.1em;}
	
	.phone {font-size: 1.3em;}
	
	
	
}


/*　########## 　500px以下　########　*/
@media (max-width: 500px){
	
	.akou_float01 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tempo {font-size: 1.1em;}
	
	.address {font-size: 0.9em;}
	
	.phone {font-size: 1.1em;}
	
	
}