@charset "UTF-8";






@media only screen and (max-width: 480px) {




/*======================================

	shop-head
	
========================================*/

.shop-head{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
}




/*======================================

	shop 
	
========================================*/

section.shop{
	width: 100%;
	margin: 45px 0 60px 0;
}

h2.shop-h2{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 24px 0;
	padding: 0 0 9px 12px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}
h2.shop-h2 span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 9px;
}

.shop-col{
	width: 100%;
	display: block;
	justify-content: space-between;
	text-align: left;
}

.shop-col-left{
	width: 100%;
	display: block;
}
.shop-col-right{
	width: 100%;
	display: block;
}

.shop-map{
	width: 100%;
	margin: 21px 0 21px 0;
}

.shop-photo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop-photo-box{
	width: 48%;
	margin: 0 0 12px 0;
}
.shop-photo-box img{
	width: 100%;
	height: auto;
	object-fit:cover;
	margin: 0 0 0 0;
}

.tca-photo-box{
	width: 100%;
	margin: 0 0 12px 0;
}
.tca-photo-box img{
	width: 100%;
	height: 180px;
	object-fit:cover;
	margin: 0 0 0 0;
}







}/*max-width: 480px*/



@media only screen and (min-width: 481px) {



/*======================================

	shop-head
	
========================================*/

.shop-head{
	width: 700px;
	margin: 90px auto 45px auto;
	text-align: left;
}




/*======================================

	shop 
	
========================================*/

section.shop{
	width: 100%;
	margin: 45px 0 60px 0;
}

h2.shop-h2{
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 24px 0;
	padding: 0 0 9px 12px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}
h2.shop-h2 span{
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 9px;
}

.shop-col{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.shop-col-left{
	width: 540px;
	display: block;
}
.shop-col-right{
	width: 540px;
	display: block;
}

.shop-map{
	width: 100%;
	margin: 21px 0 21px 0;
}

.shop-photo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop-photo-box{
	width: 48%;
	margin: 0 0 12px 0;
}
.shop-photo-box img{
	width: 100%;
	height: 180px;
	object-fit:cover;
	margin: 0 0 0 0;
}

.tca-photo-box{
	width: 100%;
	margin: 0 0 12px 0;
}
.tca-photo-box img{
	width: 100%;
	height: 180px;
	object-fit:cover;
	margin: 0 0 0 0;
}






}/*min-width: 481px*/



