@charset "UTF-8";

.headingA {
	margin-bottom: 0;
	letter-spacing: 1px;
}
.page-ttl__area {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}
.flex {
	display: flex;
}
li.wow.item__list {
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
li.wow.item__list:nth-child(3n) {
	margin-right: 0;
}
li.tag_item {
	font-size: 11px;
}
li.tag_item.current a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
li.tag_item span {
	padding: 5px 20px;
}
p.back.text-center {
	margin-top: 60px;
	text-decoration: underline;
	font-size: 14px;
}
li.coordinate-detail__item {
	width: 31.4%;
	margin-right: 2%;
	margin-bottom: 5%;
	display: inline-block;
	vertical-align: top;
}
li.coordinate-detail__item:nth-child(3n) {
	margin-right: 0;
}
.coordinate-image img {
	width: 100%;
}
.coordinate-detail .page-ttl__area.flex {
	display: none;
}
.coordinate-detail__contents.flex {
	justify-content: space-between;
}
.coordinate-detail__top-pic {
	width: 55%;
}
section.section--items {
	width: 40%;
}
.coordinate-detail__explain h1, 
.coordinate-detail__explain h2 {
	font-size: 14px;
	line-height: 1.8;
}
.styling_items .headingA {
	font-size: 18px;
	margin-bottom: 28px;
}
.coordinate-detail__explain {
	margin-top: 10px;
	margin-bottom: 40px;
}
p.goods_name.goods_name--style {
	padding-bottom: 6px;
}
p.coordinate_price {
	font-size: 11px;
}
.images.coordtinate-image img {
	width: 100%;
}

@media only screen and (max-width: 1280px) {
	li.coordinate-detail__item {
		width: 31%;
		font-size: 90%;
	}
}
@media only screen and (max-width: 750px) {
	.page-ttl__area {
		display: block;
	}
	li.wow.item__list {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	li.wow.item__list:nth-child(odd) {
		margin-right: 4%;
	}
	li.wow.item__list:nth-child(even) {
		margin-right: 0;
	}
	.coordinate-detail .page-ttl__area.flex {
		display: block;
		margin-bottom: 18px;
	}
	.headingA {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	ul.coordinate_tag.flex {
		justify-content: center;
	}
	.styling_items .headingA {
		margin-top: 40px;
		padding-bottom: 0;
	}
	.coordinate-detail {
		margin: 0 auto;
		width: 90%;
	}
	li.coordinate-detail__item {
		width: 31.4%;
		margin-right: 2%;
		margin-bottom: 5%;
		display: inline-block;
		vertical-align: top;
	}
	li.coordinate-detail__item:nth-child(3n) {
		margin-right: 0;
	}
	p.goods_name.goods_name--style {
		padding-bottom: 5px;
	}
	p.back.text-center {
		font-size: 14px;
	}
	.coordinate-detail__contents.flex {
		display: block;
	}
	.coordinate-detail__top-pic,
	section.section--items {
		width: 100%;
	}
	p.coordinate_price {
		font-size: 10px;
	}
	
}

