@charset "utf-8";

.about_title{text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;}

.store_block1{width: 100%;
	overflow: hidden}

.store_name{width: calc(100% - 20px);
	padding: 0 10px;
	line-height: 40px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	background: rgba(25,25,25,1.00);}
	
.store_img{width: 100%;
	height: 200px;
	overflow: hidden;}
	
.store_img_logo{width: 200px;
	float: left;}
	
.store_img_img{width: calc(100% - 210px);
	padding-left: 10px;
	text-align: right;
	float: left;}
	
.store_img_img img{height: 200px;}

.store_text1{width: 600px;
	padding-top: 15px;
	float: left;}
	
.store_link1{width: 300px;
	padding-top: 15px;
	text-align: center;
	float: left;}
	
.store_link_text1{font-size: 14px;}

.store_link_img1 img:hover{opacity: 0.7;}

.store_data{width: 100%;}
	
.data1{width: 100%;
	padding-bottom: 5px;
	overflow: hidden;}

.data1_left{width: 180px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255,255,255,1.00);
	float: left;
	background: rgba(25,25,25,1.00);}
	
.data1_right{width: 680px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	background: rgba(230,230,230,1.00);
	float: left;}

.store_map{width: 100%;
	height: 250px;}
	
.store_map iframe{width: 100%;
	height: 100%;}

@media screen and ( max-width:736px )
{
.about_title{text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;}
	
.store_name{width: calc(95% - 20px);
	padding: 0 10px;
	margin: 0 auto;
	line-height: 40px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	background: rgba(25,25,25,1.00);}
	
.store_img{width: 100%;
	height: auto;
	overflow: hidden;}
	
.store_img_logo{width: 150px;
	margin: 0 auto;
	float: none;}
	
.store_img_img{width: 100%;
	padding-top: 10px;
	text-align: center;
	float: none;}
	
.store_img_img img{height: 100px;}

.store_text1{width: 90%;
	padding-top: 15px;
	margin: 0 auto;
	float: none;}
	
.store_link1{width: 90%;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
	float: none;}
	
.store_link_text1{font-size: 12px;
	padding-bottom: 5px;}

.store_link_img1 img{height: 30px;}

.store_link_img1 img:hover{opacity: 1.0;}

.store_data{width: 95%;
	margin: 0 auto;}
	
.data1{width: 100%;
	padding-bottom: 5px;
	overflow: hidden;}

.data1_left{width: calc(100% - 20px);
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255,255,255,1.00);
	float: none;
	background: rgba(25,25,25,1.00);}
	
.data1_right{width: calc(100% - 20px);
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	background: rgba(230,230,230,1.00);
	float: none;}
}


















