@charset 'UTF-8';

.gallery03 {
	margin-bottom: 50px;
}
.gallery03 .article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.gallery03 .article:last-child {
	margin-bottom: 0;
}
.gallery03 .image {
	width: 22.7%;
}
.gallery03 .inner {
	line-height: 1.7;
}
.gallery03 .price {
	color: #C61515;
}
.gallery03 .button {
	margin-top: 25px;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.gallery03 .article {
		display: block;
	}
	.gallery03 .image {
		width: 100%;
		margin: 0 auto 20px;
	}
}

.gallery04 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery04 .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 47.5%;
	margin: 0 5% 50px 0;
}
.gallery04 .article:nth-child(2n) {
	margin-right: 0;
}
.gallery04 .title {
	background: #999;
	padding: 10px 30px 7px;
	margin-bottom: 18px;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
}
.gallery04 .label,
.gallery04 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 5px;
}
.gallery04 .inner {
	margin-bottom: 20px;
}
.gallery04 .inner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 33px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 50.5%;
	background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(0,0,0,0) 50%),
	linear-gradient(to bottom right, #E5E5E5 50%, rgba(0,0,0,0) 50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery04 .before,
.gallery04 .after {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 46.3%;
	margin-right: 7.4%;
}
.gallery04 .after {
	margin-right: 0;
}
.gallery04 .label .before,
.gallery04 .label .after {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.gallery04 .label .after {
	color: #C61515;
}
.gallery04 .button {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
	.gallery04 .article,
	.gallery04 .article:nth-child(2n) {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 50px;
	}
}

.gallery05 .article {
	margin-bottom: 50px;
}
.gallery05 .title {
	background: #999;
	padding: 10px 30px 7px;
	margin-bottom: 18px;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
}
.gallery05 .article-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gallery05 .image {
	flex: 0 0 auto;
	order: -1;
	max-width: 300px;
	width: 100%;
	margin-right: 30px;
}
.gallery05 .label,
.gallery05 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}
.gallery05 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}
.gallery05 .inner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 33px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 50.5%;
	background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(0,0,0,0) 50%),
	linear-gradient(to bottom right, #E5E5E5 50%, rgba(0,0,0,0) 50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery05 .before,
.gallery05 .after {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 46.3%;
	margin-right: 7.4%;
}
.gallery05 .image .after {
	margin: 0;
}
.gallery05 .label .before,
.gallery05 .label .after {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.gallery05 .label .after {
	color: #C61515;
}
.gallery05 .text {
	width: 100%;
}
.gallery05 .button {
	margin-top: 30px;
	text-align: right;
}

.gallery .category-list {
	margin-bottom: 40px;
}
.gallery .category-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery .category-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 23.5%;
	margin: 0 2% 10px 0;
	text-align: center;
	font-size: 1.6rem;
}
.gallery .category-list__item:nth-child(4n) {
	margin-right: 0;
}
.gallery .category-list__link {
	display: block;
	position: relative;
	border: 1px solid #000;
	padding: 18px 10px 22px;
}
.gallery .category-list__link::before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 30px;
	height: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom left, bottom right;
	background-size: 50.5% 100%;
	background-image: linear-gradient(to bottom left, #E5E5E5 50%, rgba(0,0,0,0) 50%),
	linear-gradient(to bottom right, #E5E5E5 50%, rgba(0,0,0,0) 50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gallery .category-list__link:hover {
	text-decoration: none;
	color: #999;
}
@media screen and (max-width: 600px) {
	.gallery .category-list__item {
		width: 49%;
	}
	.gallery .category-list__item:nth-child(2n) {
		margin-right: 0;
	}
	.gallery05 .article-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.gallery05 .image {
		margin: 0 auto 20px;
		text-align: center;
	}
}
