@charset "UTF-8";

.main_hd {
	background-image: url("/img/about/img-mainhd_@2x.jpg");
}

.about {
}

.about_catch {
	font-size: 30px;
	line-height: 1.5;
}

.about_text {
	margin-top: 20px;
}

.about_shop {
	margin-top: 80px;
}

.about_shop_item {
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
}

.about_shop_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.about_shop_item:first-child {
	margin-top: 0;
}

.about_shop_item img {
	flex-shrink: 0;
}

.about_shop_item figcaption {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	font-size: 30px;
	letter-spacing: 0.1em;
}

.about_shop_item figcaption span {
}

.about_shop_item figcaption small {
	font-size: 20px;
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
	.main_hd {
	}

	.about {
	}

	.about_catch {
		font-size: 22px;
	}

	.about_text {
	}

	.about_shop {
		margin-top: 40px;
	}

	.about_shop_item {
		margin-top: 40px;
		display: block;
	}

	.about_shop_item:nth-child(2n) {
	}

	.about_shop_item:first-child {
	}

	.about_shop_item img {
	}

	.about_shop_item figcaption {
		display: block;
		writing-mode: horizontal-tb;
		font-size: 16px;
		margin-top: 10px;
	}

	.about_shop_item figcaption span {
	}

	.about_shop_item figcaption small {
		font-size: 14px;
	}

}
