@charset "utf-8";
/* CSS Document */
.bathsalt-title {
	margin-bottom: 30px;
}
.bathsalt-title img {
	width: 100%;
	height: 150px;
}
.bathsalt {
	text-align: center;
}
.bathsalt .bathsalt-read {
	font-size: 14px;
	margin-bottom: 20px;
}
.bathsalt .bathsalt-note {
	font-size: 11px;
}
.bathsalt .bathsalt-category {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bathsalt .bathsalt-btn3 {
	display: flex;
	flex-wrap: wrap;
	width: 720px;
	margin-bottom: 50px;
}
.bathsalt .bathsalt-btn3 li {
	width: 350px;
	text-align: left;
	margin: 0 20px 20px 0;
	position: relative;
}
.bathsalt .bathsalt-btn3 li:nth-child(2n) {
	margin-right: 0;
}
.bathsalt .bathsalt-btn3 a {
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	border: #aaa 1px solid;
	border-radius: 4px;
}
.bathsalt .bathsalt-btn3 a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	position: absolute;
	bottom: 21px;
	left: 93%;
	transform: rotate(-45deg);
}
.bathsalt .bathsalt-ttl {
	font-size: 22px;
	font-weight: bold;
}
