

/*------------------------------------------------------------------------------
	archive-store
 -------------------------------------------------------------------------------*/


#archive-store{
	padding: 0px 10px;
	display:block;padding:10px;background-color:#ffffff;
}

#archive-store .stores-inner{
	background-color: #f6f3ef;
	margin: 10px 0px 20px 0px;
	padding-top:10px;
	padding-left:0;
	display: table;
	width:100%;
}
.telephone a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	background-color: #a88c64;
	border-bottom: 2px solid #BFA34C;
	padding: 10px;
	text-align: center;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;  
    -webkit-border-bottom-right-radius: 2px;  
    -webkit-border-bottom-left-radius: 2px;  
    -moz-border-radius-topleft: 2px;  
    -moz-border-radius-topright: 2px;  
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    width: 530px;
    margin: 0 auto;
}

#archive-store .category-stores-inner{
	background-color: #f6f3ef;
	margin: 10px 0px 20px 0px;
	
	display: table;
}
#archive-store .stores-inner p.store-title{
	color: #a88c64;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 10px;
}
#archive-store .stores-inner p.store-title2 a{
	color: #a88c64;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#archive-store .stores-inner p.store-title a{
	color: #a88c64;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#google-map{
    float:left;width:600px;height:400px;display:block;
}
#google-map2{
    margin-left:10px;float:left;width:300px;height:400px;display:block;
}
#google-maps{
    background-color:#fff;
}
#archive-store .stores-inner p.store-title a:hover{
	text-decoration: underline;
}

#archive-store .stores-inner  p.store-title span{
	font-size: 12px;
	margin-left: 10px;
}

#archive-store .stores-inner li,
#archive-store .stores-inner div{
	padding: 0px 10px 10px 10px;
	display: table-cell;
	float: left;
}


#archive-store .stores-inner li.img,
#archive-store .stores-inner div.img{
	width: 500px;
	float:left;
	display:block;
}

#archive-store .stores-inner li.date,
#archive-store .stores-inner div.date{
	width: 560px;
	float:left;
	display:block;
}

#archive-store .stores-inner li.img img,
#archive-store .stores-inner div.img img{
	width: 100%;
	float:left;
}

#archive-store .stores-inner li.img img:hover,
#archive-store .stores-inner div.img img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#archive-store .stores-inner li .sns,
#archive-store .stores-inner div .sns
{
	margin-top: 10px;
}

#archive-store .stores-inner li .sns img,
#archive-store .stores-inner div .sns img{
	width: 20px;
	margin-right: 10px;
}


#archive-store .stores-inner li table.store-list-date,
#archive-store .stores-inner div table.store-list-date {
	border-collapse: collapse;
	font-weight: bold;
	display: block;
	width: 100%;
	background-color: #ffffff;
}


#archive-store .stores-inner li table.store-list-date th,
#archive-store .stores-inner div table.store-list-date th
 {
	padding: 5px 0px;
}

#archive-store .stores-inner li table.store-list-date td,
#archive-store .stores-inner div table.store-list-date td{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
}

#archive-store .stores-inner li table.store-list-date span,
#archive-store .stores-inner div table.store-list-date span{
	font-size: 12px;
	padding: 4px 10px;
	//background-color: #a88c64;
	font-weight: bold;
	margin-right: 10px;
	color: #a88c64;
	width: 100px;
	display: block;
	text-align: center;
	float: left;
}

#archive-store .stores-reserve{
	padding-top: 10px;
	width:400px;
}

#archive-store .stores-reserve a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	background-color: #a88c64;
	border-bottom: 2px solid #BFA34C;
	padding: 10px;
	text-align: center;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;  
    -webkit-border-bottom-right-radius: 2px;  
    -webkit-border-bottom-left-radius: 2px;  
    -moz-border-radius-topleft: 2px;  
    -moz-border-radius-topright: 2px;  
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    width: 530px;
    margin: 0 auto;
}


#archive-store .stores-reserve a:hover{ 
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
 }
 
#archive-store .stores-tag{
	width: 100%;
	//height: 60px;
}

#archive-store .stores-tag span{
	font-size: 10px;
	color: #ffffff;
	padding: 5px 0px;
	margin: 2px;
	width: 101px;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	background-color: #CCCCCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}


@media ( max-width: 1300px ) {
    #archive-store .stores-inner div.date{
        width:500px;
    }
}

@media ( max-width: 930px ) {

	#archive-store .stores-inner{
		background-color: #f6f3ef;
		margin: 0px 0px 20px 0px;
		width:100%;
		//display: block;
	}
	
	#archive-store .category-stores-inner{
	        background-color: #f6f3ef;
		margin: 0px 0px 20px 0px;
		display: block;   
	}
	
	#archive-store .stores-inner li{
		padding: 0px 10px 10px 10px;
		display: block;
		float: none;
	}

	#archive-store .stores-inner li.img{
		width: 100%;
	}

	#archive-store .stores-inner li.date{
		width: 100%;
	}

	#archive-store .stores-inner li.img img{
		width: 100%;
	}



	#archive-store .stores-reserve a{
		text-decoration: none;
		color: #ffffff;
		display: block;
		font-weight: bold;
		font-size: 18px;
		padding: 14px;
		margin: 1px;
		background-color: #a88c64;
		border-bottom: 2px solid #BFA34C;
		text-align: center;
	    -webkit-border-top-left-radius: 2px;
	    -webkit-border-top-right-radius: 2px;  
	    -webkit-border-bottom-right-radius: 2px;  
	    -webkit-border-bottom-left-radius: 2px;  
	    -moz-border-radius-topleft: 2px;  
	    -moz-border-radius-topright: 2px;  
	    -moz-border-radius-bottomright: 2px;
	    -moz-border-radius-bottomleft: 2px;
	    width: 100%;
	}


	#archive-store .stores-tag{
		width: 100%;
		height: 70px;
	}
	
	#archive-store .stores-tag span{
		font-size: 10px;
		color: #ffffff;
		padding: 8px 0px;
		margin: 2px;
		width: 142px;
		text-align: center;
		display: block;
		float: left;
		font-weight: bold;
		background-color: #CCCCCC;
	    border-radius: 3px;        /* CSS3草案 */  
	    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	    -moz-border-radius: 3px;   /* Firefox用 */  
	}

}
@media ( max-width: 700px ) {
    #google-map{
    float:left;width:500px;height:400px;display:block;
}
    #google-map2{
        margin-left:10px;float:left;width:300px;height:400px;display:block;
    }
    #google-maps{
        height:800px;
    }
    .stores-inner{
        background-color:#f6f3ef;
    }
}
