@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : shop.css
 文字コード UTF-8N 改行コード LF
 Build 20180731
================================================================= */
#main {
	width: 100%;
	flex-direction: row-reverse !important;
}
#col_main {
	width: 79% !important;
	margin:0 0 0 1%;
}
#col_side1 {
       display:block !important;
		width: 19% !important;
		margin: 120px 1% 0 0;
}
@media screen and (max-width: 1000px){ 
.item {
	flex-direction: column;
}
.item .large {
	width: 70% !important;
}
.item .small {
	width: 30% !important;
	min-width: auto !important;
	max-width: 100% !important;
}
.item .small ul {
	width: 100% !important;
	display: block !important;
}
@media screen and (max-width: 835px){ 
#col_main {
	width: 100% !important;
	margin:0 auto;
}	
	#col_side1 {
		display: none !important;
	}
}
@media screen and (max-width: 640px){ 
	.photo {
		flex-direction: column !important;
	}
	.item .large {
	width: 100% !important;
	margin:0  auto !important;
	}
.item .small {
	width: 100% !important;
}	
.item .small ul {
	display: flex !important;
}
.item .small ul li {
	width: 31.333% !important;
	flex-basis: auto !important;
	margin:10px auto !important;
}	

}