@charset "UTF-8";

.fashion {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.fashion_post {
}

.fashion_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #488C23;
	background: #FFEA45;
	border-radius: 5px;
	padding: 15px;
}

.fashion_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	max-width: 520px;
	margin: 50px auto 0;
}

.fashion_item {
	font-size: 14px;
	max-width: 230px;
}

.fashion_item_ttl {
	font-size: 16px;
	font-weight: bold;
}

.fashion_item_ttl:before {
	content: "＊";
}

.fashion_item.-man .fashion_item_ttl:before {
	color: #007F00;
}

.fashion_item.-woman .fashion_item_ttl:before {
	color: #FF0000;
}

.fashion_item_img {
	margin-top: 10px;
}

.fashion_item_cnt {
	margin-top: 15px;
}

.fashion_item_brand {
	text-align: center;
}

.fashion_item_tel {
	margin-top: 15px;
}

.fashion_item_addr {
}

.fashion_item_url {
	line-height: 1.4;
	margin-top: 5px;
}

.fashion_item_url > a {
	color: #0075EA;
	text-decoration: underline;
	word-break: break-all;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.fashion_item_url > a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/refresh/img/fashion/img-icon-blank.svg");
	margin-top: 0.2em;
}

.point {
	margin-top: 80px;
	background: #FC757C;
	padding: 0 12px 12px;
	border-radius: 5px;
	line-height: 1.5;
}

.point_ttl {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 10px;
}

.point_cnt {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.point_row {
	border-top: 1px dashed #BEBEBE;
	padding-top: 15px;
	margin-top: 25px;
	display: flex;
	gap: 30px;
}

.point_row:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.point_col {
}

.point_catch {
	background: #FFF5F5;
	font-weight: bold;
	padding: 12px 20px;
	border-radius: 10px;
}

.point_staff {
	margin-top: 15px;
}

.point_staff > dt {
	color: #FC757C;
	font-weight: bold;
	font-size: 16px;
}

.point_staff > dd {
	font-size: 16px;
}

.point_staff > dd em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.point_prof {
	margin-top: 5px;
}

.point_text {
}

@media screen and (max-width:1020px) {
}

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

@media screen and (max-width:640px) {
	.fashion {
		gap: 60px;
	}

	.fashion_post {
	}

	.fashion_ttl {
	}

	.fashion_list {
		justify-content: center;
		gap: 40px;
		margin: 30px auto 0;
	}

	.fashion_item {
	}

	.fashion_item_ttl {
	}

	.fashion_item_ttl:before {
	}

	.fashion_item.-man .fashion_item_ttl:before {
	}

	.fashion_item.-woman .fashion_item_ttl:before {
	}

	.fashion_item_img {
	}

	.fashion_item_cnt {
	}

	.fashion_item_brand {
	}

	.fashion_item_tel {
	}

	.fashion_item_addr {
	}

	.fashion_item_url {
	}

	.fashion_item_url > a {
	}

	.fashion_item_url > a:before {
	}

	.point {
		margin-top: 50px;
		font-size: 14px;
	}

	.point_ttl {
	}

	.point_cnt {
		padding: 30px 20px;
	}

	.point_row {
		flex-direction: column;
	}

	.point_row:first-child {
	}

	.point_col {
	}

	.point_col.-img {
		text-align: center;
	}

	.point_catch {
	}

	.point_staff {
	}

	.point_staff > dt {
	}

	.point_staff > dd {
	}

	.point_staff > dd em {
	}

	.point_prof {
	}

	.point_text {
	}

}
