@charset "utf-8";
/*column*/

#columnIndex {
	width: 100%;
	max-width: 1280px;
	margin: 25px auto 0;
	text-align: left;
}
#columnIndex .page-index-list > li {
	width: 31%;
}
#columnIndex .page-index-list > li figure img {
	height: 420px;
}
@media only screen and (max-width:1280px) {
	#columnIndex {
		width: 97.5%;
		margin-top: 20px;
	}
	#columnIndex .page-index-list > li {
		width: 31.5%;
	}
	#columnIndex .page-index-list > li figure img {
		height: 360px;
	}
}
@media only screen and (max-width:768px) {
	#columnIndex {
		width: 97.5%;
	}
	#columnIndex .page-index-list > li {
		width: 47.5%;
		margin: 0 0 5%;
	}
	#columnIndex .page-index-list > li figure img {
		height: 300px;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;'
	}
}
@media only screen and (max-width:480px) {
	#columnIndex {
		width: 92.5%;
		margin-top: 15px;
	}
	#columnIndex .page-index-list > li {
		width: 100%;
		margin: 0 0 10%;
	}
	#columnIndex .page-index-list > li figure img {
		height: 260px;
		object-fit: cover;
		object-position: 50% 50%;
		font-family: 'object-fit: cover; object-position: 50% 50%;'
	}
}

#columnContents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0;
	text-align: left;
}
#columnContents .shopMv {
	width: 47.5%;
	float: right;
	margin: 0 0 2.5% 5%;
}
#columnContents .shopTitle {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: 900;
}
#columnContents h3 {
	clear: both;
	margin: 7rem 0 3.5rem;
	padding-top: 3.5rem;
	font-weight: 900;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
#columnContents p {
	margin: 1em 0 1em 0;
	line-height: 2.0;
}
#columnContents p img {
	display: block;
}
#columnContents p img.left {
	float: left;
	width: 37.5%;
	margin: 0 5% 5% 0;
}
#columnContents p img.right {
	float: right;
	width: 37.5%;
	margin: 0 0 5% 5%;
}
#columnContents p img.w50 {
	width: 50%;
}

@media only screen and (max-width:1280px) {
	#columnContents {
		width: 97.5%;
		margin: 0 auto 0;
	}
	#columnContents h3 {
		margin: 5rem 0 2.5rem;
		padding-top: 2.5rem;
	}
	#columnContents p img.left,
	#columnContents p img.right {
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	#columnContents {
		width: 95%;
	}
	#columnContents .shopMv {
		width: 75%;
		float: none;
		margin: 0 auto 5%;
	}
	#columnContents p img.left,
	#columnContents p img.right {
		float: none;
		width: 75%;
		margin: 0 auto 5%;
	}
}
@media only screen and (max-width:480px) {
	#columnContents {
		width: 92.5%;
	}
	#columnContents .shopMv {
		width: 100%;
		float: none;
		margin: 0 auto 5%;
	}
	#columnContents p img.left,
	#columnContents p img.right {
		width: 100%;
	}
}
