@charset "utf-8";

.salon-search {
    font-size: clamp(10px,3.5vw,15px);
    color: #fff;
	margin-top: 5em;
	padding-bottom: 8em;
}
.salon-search_inner {
	width: 80%;
	margin: 0 auto;
}
.salon-search_cont:not(:last-child){
	margin-bottom: 5em;
}
.salon-search_cont_title {
	margin-bottom: 1.5em;
	font-weight: normal;
}
.salon-search_cont_title::before {
	content: "";
	display: inline-block;
	width: 16px;
    height: 24px;
	background-color: var(--color02);
	border-radius: 0 30px 30px 0;
	vertical-align: middle;
    margin-right: .8em;
	position: relative;
    top: -2px;
}
.salon-search_cont_txt.txt_second {
	margin-top: 25px !important;
}
.salon-search_cont_txt_branch {
	margin-bottom: 8px !important;
}
.salon-search_cont_txt_store {
	margin-bottom: 13px !important;
	font-size: 18px;
}
.salon-search_cont_txt_add {
	font-weight: 300;
	line-height: 1.5;
    	margin-bottom: 6px;
}
.salon-search_cont_txt_tel {
	font-weight: 300;
	line-height: 1.3;
}
.salon-search_cont_txt .common-a-tag {
	margin-top: 1em;
}
.salon-search_cont_txt .common-a-tag_text {
	font-size: .9em;
}
.salon-search_cont_txt .common-a-tag_arrow {
	rotate: -25deg;
}