@charset "UTF-8";
/* CSS Document */
.pc_only {
}
.sp_only {
  display: none;
}

.search_box_wrapper_btn{
	display: none;
}
.search_box {
	border: 1px solid #CCC;
	font-size: 12px;
	margin-top: 20px;
}
.search_box_inner td li {
	list-style-type: none;
	margin-right: 15px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	color: #333;
}
.search_box_inner {
	width: 100%;
	font-size: 12px;
}
.search_box_inner td {
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}
.search_box_t_l {
	padding: 10px;
	background-color: #f4efe4;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-top: 1px;
	margin-left: 2px;
	width: 20%;
}
.search_box_t_r {
	width: 80%;
	padding: 10px;
	background-color: #fcfaf7;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 1px;
}
.search_box_t_l_last {
	padding: 10px;
	background-color: #f4efe4;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-top: 1px;
	margin-left: 2px;
	width: 20%;
}
.search_box_t_r_last {
	width: 80%;
	padding: 10px;
	background-color: #fcfaf7;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 1px;
}
.salon_search_button {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin-right: auto;
	margin-left: auto;
	width: 172px;	
}
@media only screen and (min-width: 640px) {
	.salon_search_button:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}
.search_word{
	font-size: 12px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border:#CCC 1px solid;
    border-radius: 3px;
	/*-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
	width:240px;
	height:25px;
	padding:0 3px;
}
.search_word:focus {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 12px;
	color: #333;
	border:1px solid #b09c72;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}
.checkbox_group input[type="checkbox"], .radio_group input[type="radio"] {
    display: none;
}
.checkbox_group label, .radio_group label {
    display: inline-block;
    position: relative;
    padding-left: 18px;
}
.checkbox_group label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 12px;
    border-radius: 2px;
    background-color: #fff;   
    background-image: url("/images/icon/check_1414_ffffff.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #a58574;
    box-sizing: border-box;
}
.radio_group label:before {
    content:'';
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 14px;
    color: #fff;
    background-color: #fff;   
    border: 1px solid #a58574;
    box-sizing: border-box;
}
.checkbox_group input[type="checkbox"]:checked + label:before {
    color: #fff;
    background-color: #a58574;  
}
.radio_group input[type="radio"]:checked + label:after {
    content:'';
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #a58574;    
}
select{
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a58574;
    border-radius: 3px;
    padding: 2px 26px 2px 4px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.select_style {
    display: inline-block;
    position: relative;
}
.select_style:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    width: 22px;
    height: 24px;
    line-height: 24px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #a58574;    
    background-image: url("/images/icon/angle-down_2224_ffffff.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
/*--スマホ--*/
@media screen and (max-width: 640px) {
label[for$="area"]:after {
    top: 5px;
}
}
.search_word, select {
	outline: none;
}
.search_word_button{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#CCC 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	height:25px;
	cursor:pointer;
	font-size: 12px;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
	padding: 0 10px;
}
.search_word_button:hover {
	border:1px solid #b09c72;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 12px;
	color: #333;
}
.f_size_12 {
	font-size: 12px;
}
.salon_number {
	font-size: 24px;
	color: #339933;
	font-weight: bold;
}
.salon_number2 {
	font-size: 18px;
	color: #339933;
	font-weight: bold;
}

/*--new_list_wrap--*/
.new_list_wrap_middle_l img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) {
	.new_list_wrap_middle_l img:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}
.new_list_wrap_top {
	background-image: url(../salon_search/images/list_wrap_top.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 58px;
	width: 799px;
	border-top: 1px solid #5e311a;
}
.new_list_wrap_top_inner {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.new_list_wrap_title a {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #330000;
}
.new_list_wrap_access {
	font-size: 12px;
	font-weight: normal;
	color: #330000;
	float: left;
}
.nearest_station {
	background-color: #339933;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	margin-right: 7px;
	padding: 3px 5px 2px;
}
.new_list_wrap_reservation {
	display: none;
}
/*--スマホ--*/
@media screen and (max-width: 640px) {
	.reservation_icon {
		display: none;
	}
	.new_list_wrap_reservation {
		display: block;
		margin-bottom: 2px;
		font-weight: bold;
	}
}
.icon_web_reserve {
	background-color: #ffaf00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	margin-right: 10px;
	padding: 3px 5px 2px;
}
.new_list_wrap_business_form {
	float: right;
	font-size: 12px;
	color: #330000;
}
.new_list_wrap_middle_inner {
	background-color: #f4efe4;
	padding: 10px;
	border-bottom: 1px solid #5e311a;
}
.new_list_wrap_middle {
	overflow:auto;
	padding-bottom: 10px;
}
.freeshop_new_list_wrap_middle {
	overflow:auto;
	padding-bottom: 10px;
}
/*\*/
* html .new_list_wrap_middle {
	overflow: visible;
}
/**/
.new_list_wrap_middle_l {
	float: left;
}
.new_list_wrap_middle_r {
	float: right;
	margin-left: 10px;
	width: 578px;
}
.salon_concept {
	font-size: 16px;
	color: #d32d65;
}
.salon_concept a{
	font-size: 16px;
	color: #d32d65;
}
.salon_concept_des {
	font-size: 12px;
	color: #333;
	visibility: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #dcd0c4;
}
.salon_concept_des a {
	font-size: 12px;
	color: #3366cc;
}
.new_list_wrap_salon_info_top dt {
	float: left;
	width: 70px;
	font-size: 12px;
	color: #666;
}
.new_list_wrap_salon_info_top dd {
	font-size: 12px;
	color: #666;
}
.review_style {
	float: left;
	width: 70px;
	font-size: 12px;
	color: #666;
}
.review_style_num a {
	font-size: 12px;
	color: #3366cc;
}
.new_list_wrap_salon_info {
	padding-top: 5px;
	clear: both;
}
.bottom_line {
	border-bottom: 1px solid #dcd0c4;
}
.pb_05{
	padding-bottom: 5px;
}
.pt_05{
	padding-top: 5px;
}
.cut_coupon {
	color: #d32d65;
	font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.cut_coupon_sp {
	display: none;
}
.new_salon_button {
	float: right;
	margin-top: 5px;
}
.pick_up_coupon {
  font-weight: normal;
	color: #695616;
	font-size: 12px !important;
	margin-bottom: 5px;
}
.pick_up_coupon_wrap {
	background-color: #fcfaf7;
	padding: 10px;
	overflow: auto;
	cursor:pointer;
	clear: both;
}
/*\*/
* html .pick_up_coupon_wrap {
	overflow: visible;
}
/**/
.pick_up_coupon_l {
	float: left;
}
.pick_up_coupon_r {
	float: left;
	margin-left: 10px;
	width: 500px;
}
.pick_up_coupon_r li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.icon_onlynew,.icon_onlyfirst,.icon_all,.icon_men,.icon_women,.icon_cut,.icon_campaign,.icon_again,.icon_soda,.icon_cream,.icon_correction,.icon_scalp,.icon_jmo,.icon_aveda{
	font-size: 12px;
	color: #FFF;
	margin-right: 7px;
	padding: 3px 5px 2px;
}
.icon_onlynew {
	background-color: #339833;
}
.icon_onlyfirst {
	background-color: #cd0e23;
}
.icon_all {
	background-color: #f38619;
}
.icon_men {
	background-color: #444;
}
.icon_women {
	background-color: #f45dd9;
}
.icon_cut {
	background-color: #0048ff;
}
.icon_campaign {
	background-color: #f75330;
}
.icon_again {
	background: #37c633;
}
.icon_soda {
	background-color: #3191fc;
}
.icon_cream {
	background-color: #bc9969;
}
.icon_correction {
	background-color: #888888;
}
.icon_scalp {
	background-color: #c67fdf;
}
.icon_jmo {
	background-color: #623303;
}
.icon_aveda {
	background-color: #a6aa1c;
}
.pick_up_coupon_title {
	font-weight: normal;
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	clear: both;
}
.pick_up_coupon_r_title {
	font-size: 12px;
	color: #666;
	float: left;
	width: 200px;
}
.pick_up_coupon_r_fee {
  clear: both;
	font-size: 12px;
	color: #666;
  margin-bottom: 5px;
}
.pick_up_coupon_r_fee_s {
	font-size: 12px;
	color: #666;
  margin-bottom: 5px;
}
.pick_up_coupon_r_fee_red {
	color: #e6326e;
	font-size: 14px;
}
.pick_up_coupon_n_fee {
	font-size: 12px;
	color: #666;
}
.concomitant_use {
	text-indent: 6em;
}
.str2 {
	text-decoration:line-through;
	font-size: 12px;
}
.new_list_wrap_bottom {
	border-bottom: 1px solid #dcd0c4;
	padding-bottom: 10px;
}
.new_list_wrap_bottom_coupon {
	margin-top: 10px;
	text-align: right;
}
.new_list_wrap_bottom_coupon a {
	font-size: 12px;
	color: #333;
}
.new_list_wrap_bottom_coupon img {
	padding-right: 0.5em;
}
.box_hover{
	background:#fff9c4;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.new_list_wrap {
	clear: both;
	padding-bottom: 20px;
}
.num_box{
	border: 1px solid #CCC;
	padding: 5px;
}
.search_next {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pick_up_coupon_r_fee_s, .search_btn>a {
	display: none;
}
.search_result{
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
.search_result_page{
	font-size: 12px;
	color: #333;
	float: left;
}
.sort{
	float: left;
	margin-bottom: 10px;
}
.sort li{
	font-size: 12px;
	float: left;
	list-style-type: none;
}
.sort li a{
	font-size: 12px;
	color: #333;
}
.search_list {
	float: left;
}
.search_list2 li {
	float: left;
}
.search_list li{
	display:block;
}
.icon-plus-squared-search {
	cursor: pointer;
	float: right;
}
.budget{
	float: left;
}
.icon-plus-squared-search {
	display: block;
	background-color: #fff3e2;
	border-radius:5px;
	border: 1px solid #CCC;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: bold;
}
.icon-plus-squared-search:after {
	font-family: "fontello";
	font-weight: normal;
	content: "o";
	margin-left: 5px;
}
.search_active:after {
	font-family: "fontello";
	font-weight: normal;
	content: "c";
}
.search_detail .search_box_t_l {
	background-color: #fff3e2;
}
.search_detail .search_box_t_r {
	background-color: #fff9f0;
}

/*--店舗一覧デザイン変更20210609--*/
.salon_list_ad {
  clear: both;
  display: block;
  padding: 40px 0;
}
.salon_list_ad2 {
  clear: both;
  display: block;
  padding: 20px 0;
}
.salon_list_wrap {
  clear: both;
  border-top: 1px solid #5e311a;
  border-bottom: 1px solid #5e311a;
  padding: 40px 0;
  margin-bottom: -1px;
}
h2.salon_list_wrap_title {
  padding-top: 0;
  margin-bottom: 5px;
}
.salon_list_wrap_title a {
  color: #300;
  font-size: 20px;
  font-weight: normal;
}
.salon_list_wrap_icon {
  overflow: hidden;
  margin-bottom: 10px;
}
.salon_list_wrap_reservation {
  display: none;
}
.salon_list_wrap_access {
  float: left;
  color: #300;
  font-size: 12px;
  font-weight: normal;
}
.reservation_icon {
}
.reservation_icon span {
  display: inline-block;
}
.nearest_station {
}
.salon_list_wrap_business_form {
  float: right;
  color: #300;
  font-size: 12px;
}
.salon_list_wrap_topimg {
  display: block;
  margin-bottom: 10px;
}
.salon_list_wrap_topimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) {
	.salon_list_wrap_topimg img:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}
.salon_list_wrap_address {
  padding-top: 5px;
  margin-bottom: 15px;
}
.salon_list_wrap_address dl {
}
.salon_list_wrap_address dl dt {
  float: left;
  width: 70px;
  color: #666;
  font-size: 12px;
}
.salon_list_wrap_address dl dd {
  color: #666;
  font-size: 12px;
  margin-left: 70px;
}
.salon_list_wrap_coupon {
  display: flex;
}
.salon_list_wrap_coupon_img {
  display: block;
}
.salon_list_wrap_coupon_img img {
  width: 200px;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) {
	.salon_list_wrap_coupon_img img:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}
.salon_list_wrap_coupon_wrap {
  margin-left: 20px;
}
.salon_list_wrap_coupon_wrap ul {
  overflow: hidden;
}
.salon_list_wrap_coupon_wrap ul li {
  list-style: none;
  float: left;
}
.salon_list_wrap_coupon_title {
  padding: 2px 0 3px;
}
.salon_list_wrap_coupon_title a {
  color: #333;
  font-weight: normal;
}
.salon_list_wrap_coupon_wrap dl {
  display: flex;
}
.salon_list_wrap_coupon_text {
  font-size: 12px;
}
.salon_list_wrap_coupon_text a {
  font-size: 12px;
  color: #36c;
}
.salon_list_wrap_coupon_button {
  text-align: center;
  margin-top: 30px;
}
.salon_list_wrap_coupon_button a {
  display: inline-block;
  color: #441502;
  font-size: 16px;
  border: 1px solid #441502;
  background: #fff;
  padding: 10px 60px;
}

/*--アクセスカウンター--*/
#viewcount {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 0;
		right: 0;
		max-width: 50%;
		margin: auto;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
		border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    color: #fff;
    padding: 15px 40px 13px;
		display: none;
}
.viewcount_text {
    font-size: 16px;
}
/*--タブレット対応--*/
@media screen and (min-width: 641px) and (max-width: 1059px) {
	#viewcount {
		max-width: 70%;
	}
}
/*--スマホ--*/
@media screen and (max-width: 640px) {
	#viewcount {
		bottom: 20px;
		width: 92%;
		max-width: none;
		padding: 11px 7px 9px;
	}
	.viewcount_text {
		font-size: 14px;
	}
}

/*--無料掲載店--*/
.freeshop_new_list_wrap_middle_inner {
	overflow: hidden;
	position: relative;
	background-color: #f4efe4;
	padding: 10px;
	border-bottom: 1px solid #5e311a;
}
.freeshop_new_list_wrap_salon_info_top .new_list_wrap_middle {
	padding: 0;
}
.freeshop_new_list_wrap_salon_info_top dd {
	font-size: 12px;
	color: #666;
}
.freeshop_new_list_wrap_salon_info_top dt {
	float: left;
	width: 10.5%;
	font-size: 12px;
	color: #666;
}
.freeshop_new_salon_button {
	position: absolute;
	right: 10px;
	top: 13px;
}

/*--厳選サロンアイキャッチ--*/
.specialist_salon_eye {
	position: relative;
}
.specialist_salon_eye .eye_back img , .eye_catch img , .eye_title1 img , .eye_title2 img {
	width: 100%;
	height: auto;
}
.eye_catch {
	width: 51%;
	position: absolute;
	top: 4%;
	left: 3%;
}
.eye_title1 {
	width: 44%;
	position: absolute;
	bottom: 24%;
	left: 3%;
}
.eye_title2 {
	width: 62%;
	position: absolute;
	bottom: 3%;
	right: 4%;
}
.eye_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #873f3f;
	font-size: 30px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 40px;
}
.eye_area:before , .eye_area:after {
	border-top: 1px solid #873f3f;
	content: "";
	display: inline;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}
.eye_area:before {
	margin-right: 30px;
}
.eye_area:after {
	margin-left: 30px;
}
.eye_area .sponly {
	display: none;
}
.eye_text {
	color: #000;
	font-size: 14px;
	margin: 10px 0 40px;
}

/*--厳選サロン店舗一覧--*/
.specialist_salon_list_wrap {
	overflow: hidden;
	clear: both;
	border-bottom: 2px solid #873f3f;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.specialist_salon_list_wrap:nth-last-child(2) {
	border-bottom: inherit;
}
.specialist_salon_list_wrap h2 {
	color: #441502;
	font-size: 22px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 5px;
}
.specialist_salon_station {
	color: #441502;
	font-size: 14px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.specialist_salon_concept_des {
	color: #441502;
	font-size: 12px;
	margin-bottom: 10px;
}
.specialist_salon_concept_des a {
	color: #441502;
	font-size: 12px;
}
.specialist_salon_inner {
	overflow: hidden;
	position: relative;
}
.specialist_salon_inner_img {
}
.specialist_salon_inner_img img {
	width: 100%;
	height: auto;
}
.specialist_salon_menu {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	padding: 15px;
}
.specialist_salon_menu a {
}
.specialist_salon_menu a img {
	float: left;
	width: 24%;
	height: auto;
	margin-right: 20px;
}
@media only screen and (min-width: 640px) {
	.specialist_salon_menu a img:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
}
.specialist_salon_coupon_title {
	margin-bottom: 7px;
}
.specialist_salon_coupon_title a {
	color: #333;
	font-weight: normal;
}
.specialist_salon_coupon_text {
	font-size: 12px;
}
.specialist_salon_coupon_text a {
	color: #333;
	font-size: 12px;
}
.specialist_salon_shoplink {
	text-align: right;
	margin-top: 4px;
}
.specialist_salon_shoplink a {
	display: inline-block;
	color: #441502;
	font-weight: normal;
	border: 1px solid #441502;
	background: #fff;
	padding: 5px 30px;
}

/*--ヘッドスパ専門店アイキャッチ--*/
.headspa_specialist_salon_eye {
	position: relative;
}
.headspa_specialist_salon_eye_back img {
	width: 100%;
	height: auto;
}
.headspa_specialist_salon_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 15px;
	font-weight: bold;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	width: 51%;
}

.headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text, .headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text2, .headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text3, .headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text4  {
	bottom: 4px;
/*	line-height: 1.3em;*/
	letter-spacing: 0.05em;
	font-size: 13px;
	font-weight: 100;
/*	border-bottom: 1px dashed #403624;*/
	color: #000;
/*	text-shadow: 0 0 1px rgba(255,255,255,0.75),  0 0 2px rgba(255,255,255,0.75),  0 0 3px rgba(255,255,255,0.75), 0 0 4px rgba(255,255,255,0.75), 0 0 5px rgba(255,255,255,0.75), 0 0 6px rgba(255,255,255,0.75), 0 0 7px rgba(255,255,255,0.75), 0 0 8px rgba(255,255,255,0.75), 0 0 9px rgba(255,255,255,0.75), 0 0 10px rgba(255,255,255,0.75), 0 0 11px rgba(255,255,255,0.75), 0 0 12px rgba(255,255,255,0.75), 0 0 13px rgba(255,255,255,0.75), 0 0 14px rgba(255,255,255,0.75), 0 0 15px rgba(255,255,255,0.75), 0 0 16px rgba(255,255,255,0.75), 0 0 17px rgba(255,255,255,0.75), 0 0 18px rgba(255,255,255,0.75), 0 0 19px rgba(255,255,255,0.75), 0 0 20px rgba(255,255,255,0.75);*/

	 font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	 position: static;
}
.headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text {
	width: 100%;
	margin: 0 25px;
}
.headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text2 {
	width: 100%;
	margin: 0 5px;
}
.headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text3 {
	width: 49%;
	margin: 0 204px;
}
.salon_eye_pc {
	position: absolute;
	top: 170px;
}
.headspa_zero_square {
	margin: 0 3px;
	padding: 10px 0;
	background-color: #FFFFFF;
	opacity: 0.9;
}
.salon_eye_sp, .salon_eye_sp_default {
	display: none;
}
@media screen and (max-width: 768px){
.salon_eye_pc, .salon_eye_pc_default {
	display: none;
}
.salon_eye_sp, .salon_eye_sp_default {
	display: block;
}
.headspa_specialist_salon_eye_text.headspa_zero_salon_eye_text{
	position: static;
	text-align: left;
	border-bottom: none;
	width: 98%;
	margin: 0 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.headspa_zero_salon_eye_text_br_none {
 display:none;	
}
}

/*--ヘッドスパ専門店アイキャッチNEW--*/

.headspa_specialist_salons_eye {
	position: relative;
	border: 1px solid #a47a62;
	box-sizing: border-box;	
}
.headspa_specialist_salons_eye h2 {
	font-weight: normal;
}
.headspa_specialist_salons_title {
	position: absolute;
	top: 20px;
	left: 15px;
}
.headspa_specialist_salons_catch {
	color: #fff;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	line-height: 1.0;
	background: url('../salon_search/images/headspa_specialist_salons_catch_icon.png') 6px center no-repeat, url('../salon_search/images/headspa_specialist_salons_catch_back.png') right bottom no-repeat;
	background-size: auto 20px, cover;
	max-width: 348px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 28px;
	box-sizing: border-box;
}
.headspa_specialist_salons_eye .square_block {
	color: #7e4c32;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	line-height: 46px;
	display: inline-block;
	background: #fff;
	width: 46px;
	height: 46px;
	margin-right: 4px;
	box-sizing: border-box;
}
.headspa_specialist_salons_eye .square_block_brown {
	color: #fff;
	background: #966f5b;
}
.headspa_specialist_salons_eye_back img {
	max-width:100%;
	height: auto;
}
.headspa_specialist_salons_eye_text {
	background: rgba(255,255,255,0.8);
	border: 1px solid #a47a62;
	padding: 10px 15px;
	position: absolute;
	bottom: 20px;
	left: 24px;
}
.headspa_specialist_salons_eye_text:before {
	content:'';
	background: url('../salon_search/images/headspa_specialist_salons_eye_text_leaf_r.png') center center no-repeat;
	background-size: cover;
	width: 25px;
	height: 30px;
	position: absolute;
	top: -8px;
	right: -6px;
	z-index: 10;
}
.headspa_specialist_salons_eye_text:after {
	content:'';
	background: url('../salon_search/images/headspa_specialist_salons_eye_text_leaf_l.png') center center no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -6px;
	left: -10px;
	z-index: 10;
}
.headspa_specialist_salons_eye_text span {
	color: #333;
	font-size: 15px;
	display: block;
	border-bottom: 1px dotted #a47a62;
}
/*--タブレット対応--*/
@media screen and (min-width: 641px) and (max-width: 1059px) {
.headspa_specialist_salons_title {
	top: 10px;
	left: 10px;
}
.headspa_specialist_salons_catch {
	font-size: 18px;
	max-width: 270px;
}
.headspa_specialist_salons_eye .square_block {
	font-size: 24px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-right: 4px;
}
.headspa_specialist_salons_eye_text {
	padding: 0.5em;
	bottom: 10px;
	left: 10px;
	box-sizing: border-box;
}
.headspa_specialist_salons_eye_text:before {
	width: 20px;
	height: 25px;
}
.headspa_specialist_salons_eye_text:after {
	width: 20px;
	height: 20px;
}
.headspa_specialist_salons_eye_text span {
	font-size: 13px;
}
}

/*--お手頃価格アイキャッチ--*/
.under_3000_eye {
	position: relative;
}
.under_3000_eye_back img {
	width: 100%;
	height: auto;
}
.under_3000_eye_text {
	width: 67.5%;
	color: #191514;
	font-size: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* 女性検定ヘッドスパアイキャッチ、個室・半個室があるサロン、お子様連れ大歓迎 */
.women_only_eye, .privateroom_eye, .child_eye {
	position: relative;
}
.women_only_eye_back img, .privateroom_eye_back img, .child_eye_back img {
	width: 100%;
	height: auto;
}
.women_only_eye_text {
	width: 50%;
	color: #191514;
	font-size: 15px;
	position: absolute;
	bottom: 25px;
	right: -40px;
}
/* 個室用設定 */
.privateroom_eye_text {
	width: 70%;
	color: #191514;
	font-size: 15px;
	text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
	position: absolute;
	bottom: 90px;
	right: -40px;	
}
/* お子様連れ大歓迎 */
.child_eye_text {
	color: #191514;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;	
}

/*--カット付きアイキャッチ--*/
.cut_eye {
	position: relative;
}
.cut_eye_back img {
	width: 100%;
	height: auto;
}
.cut_eye_text {
	color: #191514;
	font-size: 15px;
	position: absolute;
	bottom: 11px;
	left: 27px;
}

/*--トリートメント付きアイキャッチ--*/
.treatment_eye {
	position: relative;
}
.treatment_eye_back img {
	width: 100%;
	height: auto;
}
.treatment_eye_text {
	color: #191514;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
}

/*--夜21時以降アイキャッチ--*/
.late_eye {
	position: relative;
}
.late_eye_back img {
	width: 100%;
	height: auto;
}
.late_eye_text {
	color: #191514;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
}

/*--口コミで人気アイキャッチ--*/
.kuchikomi_eye {
	position: relative;
}
.kuchikomi_eye_back img {
	width: 100%;
	height: auto;
}
.kuchikomi_eye_text {
	color: #191514;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
}

/*--男性限定アイキャッチ--*/
.mens_only_eye {
	position: relative;
}
.mens_only_eye_back img {
	width: 100%;
	height: auto;
}
.mens_only_eye_text {
	color: #191514;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 15px;
	font-weight: bold;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
}

/*--クリームバスアイキャッチ--*/
.cream_eye {
	position: relative;
}
.cream_eye_back img {
	width: 100%;
	height: auto;
}
.cream_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
}

/*--炭酸ヘッドスパアイキャッチ--*/
.soda_eye {
	position: relative;
}
.soda_eye_back img {
	width: 100%;
	height: auto;
}
.soda_eye_text {
	color: #191514;
	font-size: 15px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	position: absolute;
	bottom: 11px;
	right: 10px;
}

/*--AVEDAアイキャッチ--*/
.aveda_eye {
	position: relative;
}
.aveda_eye_back img {
	width: 100%;
	height: auto;
}
.aveda_eye_text {
	color: #464646;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	/*IE枠線*/
	filter:dropshadow(color=#fff,offX= 0,offY=-1)
	dropshadow(color=#fff,offX= 1,offY= 0)
	dropshadow(color=#fff,offX= 0,offY= 1)
	dropshadow(color=#fff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
	font-family: "ＭＳ 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-right: 9px;
}

/*--スカルプアイキャッチ--*/
.scalp_eye {
	position: relative;
}
.scalp_eye_back img {
	width: 100%;
	height: auto;
}
.scalp_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
}

/*--アーユルヴェーダアイキャッチ--*/
.ayurveda_eye {
	position: relative;
}
.ayurveda_eye_back img {
	width: 100%;
	height: auto;
}
.ayurveda_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 9px;
}

/*--シロダーラアイキャッチ--*/
.shirodhara_eye {
	position: relative;
}
.shirodhara_eye_back img {
	width: 100%;
	height: auto;
}
.shirodhara_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 9px;
}

/*--頭蓋骨矯正アイキャッチ--*/
.correction_eye {
	position: relative;
}
.correction_eye_back img {
	width: 100%;
	height: auto;
}
.correction_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 9px;
}

/*--ジョンマスターアイキャッチ--*/
.john_masters_organics_eye {
	position: relative;
}
.john_masters_organics_eye_back img {
	width: 100%;
	height: auto;
}
.john_masters_organics_eye_text {
	color: #f7d9a6;
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 60%;
	font-size: 15px;
}

/* ネット予約アイキャッチ */
.reserve_eye {
	position: relative;
}
.reserve_eye_back img {
	width: 100%;
	height: auto;
}
.reserve_eye_text {
	color: #f263b1;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	position: absolute;
	bottom: 15px;
	left: 20px;
}

/*--モロッカンオイルアイキャッチ--*/
.moroccanoil_eye {
	position: relative;
}
.moroccanoil_eye_back img {
	width: 100%;
	height: auto;
}
.moroccanoil_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 10px;
}

/*--ラ・カスタ アイキャッチ--*/
.lacasta_eye {
	position: relative;
}
.lacasta_eye_back img {
	width: 100%;
	height: auto;
}
.lacasta_eye_text {
	background:rgba(255,255,255,0.7);
	position: absolute;
	top: 10px;
	right: 0;
	width: 61%;
	font-size: 14px;
	padding:10px 0 10px 15px;
	box-sizing:border-box;
}

/*--オージュアアイキャッチ--*/
.aujua_eye {
	position: relative;
}
.aujua_eye_back img {
	width: 100%;
	height: auto;
}
.aujua_eye_text {
	color: #ef2b63;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px, white 1px 1px 1px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 10px;
}

/*--アデノバイタルアイキャッチ--*/
.adenovital_eye {
	position: relative;
}
.adenovital_eye_back img {
	width: 100%;
	height: auto;
}
.adenovital_eye_text {
	width: 64%;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 15px;
	/*IE枠線*/
	filter:dropshadow(color=#242424,offX= 1,offY= 0)
	dropshadow(color=#242424,offX= 0,offY= 1);
	/*chrome・IE10・fox枠線*/
	text-shadow: #242424 0px 1px 1px;
}

/*--ルベルアイキャッチ--*/
.lebel_eye {
	position: relative;
}
.lebel_eye_back img {
	width: 100%;
	height: auto;
}
.lebel_eye_text {
	width: 69%;
	color: #191514;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 15px;
}

/*--ドライヘッドスパアイキャッチ--*/
.dryheadspa_eye {
	position: relative;
}
.dryheadspa_eye_back img {
	width: 100%;
	height: auto;
}
.dryheadspa_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 15px;
	font-weight: bold;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 10px;
}


/*--フェイシャル付きアイキャッチ--*/
.facial_eye {
	position: relative;
}
.facial_eye_back img {
	width: 100%;
	height: auto;
}
.facial_eye_text {
	color: #191514;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 15px;
	font-weight: bold;
	/*IE枠線*/
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	/*chrome・IE10・fox枠線*/
	text-shadow: white 1px 1px 0px, white -1px 1px 1px, white 1px -1px 1px, white -1px -1px 1px;
	margin-right: 10px;
}

/*-- 店舗検索口コミ表示 --*/
#s_reviews_search {
	background:#f8f8f8;
	padding:10px;
  margin-bottom: 15px;
}
.s_reviews_search_link {
	color: #666;
    cursor: pointer;
    clear: both;
	text-decoration:underline;
}
.pick_up_review {
    color: #695616;
  font-size: 16px;
}
.pick_up_review img {
  width: auto;
  height: 14px;
  vertical-align: middle;
  margin: -1px 4px 0 0;
}
.s_reviews_search_main_review_num {
}
.s_reviews_search_contents {
}
.s_reviews_search_contents_on {
	text-decoration:none;
    background: #fff9c4;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.s_reviews_search_main_evaluation li {
	float:left;
    list-style: none;
    float: left;
    font-size: 12px;
    border-right: 1px dashed #e25454;
    padding-right: 10px;
    margin-right: 10px;
}
.s_reviews_search_main_evaluation li:last-child {
	border-right:0;
}
.s_reviews_search_main_synthesis_numeric {
	color: #ff063c;
  font-size: 16px;
	margin-left:.5em;
}
.s_reviews_search_main_evaluation {
	overflow:hidden;
}
.s_reviews_search_main_evaluation_star {
	/*color:#e9c877;*/
	color:#ffa414;
    margin-left: 5px;
}
.s_review_search_comment_name {
    font-weight: bold;
	clear:both;
    color: #e6326e;
  font-size: 16px;
    margin-top: 8px;
}
.pick_up_review i{
	font-size:16px;
	margin-right:2px;
	vertical-align:baseline;
}
.s_review_search_comment_description {
	overflow: hidden;
	width: 100%;
    color: #666;
}

/*--ネット予約、日付ボックス--*/
.search_with_date_box .search_box_t_l {
	box-sizing: border-box;
}
.search_with_date_box .search_box_t_r {
	box-sizing: border-box;
}
.search_with_date_box .search_box_search_btn {
	padding-top: 10px;
	text-align:center;
	border-top: 1px solid #a58574;
}
.search_with_date_box .search_box_search_button {
	font-size: 16px;
	line-height: 1.0;
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 12px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: none;
	border-bottom: 3px solid #835d49;	
	background: url('../common/images/search_btn_bg_pat.jpg');
}
.search_with_date_box .search_box_search_button:hover {
	opacity:0.9;
}
.search_with_date_box .search_box_search_button:active {
	border-bottom: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);	
}
.search_with_date_box .search_box_search_button img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  margin: 1px 14px 3px 0;
}
.search_with_date_box .search_box_search_button i {
	margin-right: 4px;
	font-size: 16px;
}
.search_with_date_box .icon-plus-squared-search {
	color: #339933;
	line-height: 2.0;
	display: block;
	background-color: #fff;
	border: 1px solid #339933;
	border-radius: 5px;
	padding: 0;
	padding-left: 32px;
	padding-right: 6px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.search_with_date_box .icon-plus-squared-search:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 0;
	background-color: #339933;
  background-image: url("/images/icon/plus_1414_ffffff.png");
  background-repeat: no-repeat;
  background-position: center;
}
.search_with_date_box .icon-plus-squared-search.search_active:before	{
  background-image: url("/images/icon/minus_1414_ffffff.png");
}
.search_with_date_box .icon-plus-squared-search:after {
	display:none;
}
.reserve_date_box_title {
	background: #a58574;
	color: #fff;
	text-align: center;
	width: 18%;
	padding: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.reserve_date_box_title_icon {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.reserve_date_box_title_icon img {
  width: auto;
  height: 24px;
}
.reserve_date_box2 {
	width: 82%;
	padding: 8px 20px;
	box-sizing: border-box;
}
.reserve_date_box_title , .reserve_date_box2 {
	float: left;
}
.reserve_date_box2 li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
}
.reserve_date_box input[type=radio] {
  display: none; 
}
.reserve_date_box .label {
	text-align: center;
	line-height: 1.25;
	display: block;
	background-color: #fff;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #b2aba7;
	border-radius: 4px;
	cursor: pointer; 
}
.reserve_date_bold {
	font-weight: bold;
	display: block;
	position: relative;
}
.reserve_date_box .label_sat {
	color: #4a80e3;
}
.reserve_date_box .label_sun {
	color: #e55963;
}
.reserve_date_box input[type=radio]:checked + label .reserve_date_bold:before {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	position: absolute;
	top: -4px;
	width: 3em;
	left: 50%;
	margin-left: -1.5em;
}
@media only screen and (min-width: 769px) {
.reserve_date_box .label:hover {
	color: #fff;
	background-color: #f978a0; 
	border: 1px solid #f978a0;
	border-bottom: 2px solid #cd6384;
}	
}
.reserve_date_box .reserve_date_active {
	color: #fff;
	background-color: #f978a0; 
	border: 1px solid #f978a0;
	border-bottom: 2px solid #cd6384;
}
@media only screen and (min-width: 640px) {
.search_with_date_box.search_box {
	border: none;
	border-top: 2px solid #a58574;
	margin-top: 2px;
}
.salon_search_with_date_box.salon_search_box {
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
}
.search_with_date_box .search_box_inner {
	border-collapse: collapse;
}
.search_with_date_box .search_box_t_l {
	position: relative;
	padding: 12px;
	background-color: #fff;
	border: none;
	margin-top: 0;
	margin-left: 2px;
	width: 18%;
	box-sizing: border-box;
}
.search_with_date_box .search_box_t_l:after {
	content: '';
    width: 95%;
    border-bottom: 1px dotted #a58574;
    position: absolute;
    bottom: -1px;
	left: 0;
	z-index: 10;
}
.search_with_date_box .search_box_t_r {
	width: 82%;
	padding: 12px 20px;
	background-color: #fff;
	border: none;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 0;
	box-sizing: border-box;
}
.search_with_date_box .search_box_inner tr:nth-child(2n) .search_box_t_l, .search_with_date_box .search_box_inner tr:nth-child(2n) .search_box_t_r {
	background-color: #faf9f8;
}
.search_with_date_box .search_box_inner tr .search_box_t_r {
	border-top: 1px dotted #a58574;
}
.search_with_date_box .search_box_inner tbody:first-child tr:first-child .search_box_t_r {
	border-top: none;
}
.search_with_date_box .search_detail .search_box_t_r, .search_with_date_box .search_detail .search_box_t_l {
	background-color: inherit;
}
.search_with_date_box .search_box_title_name span {
	font-size: 12px;
	line-height: 1.0;
	display: inline-block;
	padding-left: 8px;
	border-left: 3px solid #a58574;
}

/*.search_list input[type="checkbox"], .search_detail input[type="checkbox"], .search_list_radio input[type="radio"] {
	display: none;
}
.search_list label:before, .search_detail label:before {
	content: '';
	display:inline-block;
	width:12px;
	height:12px;
	background: url('../common/images/search_check_icon.jpg') no-repeat 0 -12px;
	background-size: 12px;
	margin-right:2px;
}

.search_list_radio label:before {
	content: '';
	display:inline-block;
	width:12px;
	height:12px;
	background: url('../common/images/search_radio_icon.png') no-repeat 0 -12px;
	background-size: 12px;
	margin-right:2px;
}
*/
}
@media only screen and (max-width: 640px) {
.pc_only {
  display: none;
}
.sp_only {
  display: inherit;
}
.search_with_date_box.search_box {
	margin-top: 0;
}
.salon_search_with_date_box.salon_search_box {
	margin-top: 20px;
}
.search_with_date_box .icon-plus-squared-search {
	margin-right: 0!important;
}
.search_with_date_box .search_box_search_btn {
	margin-bottom: 10px;
}
.reserve_date_box_title {
	background-color: #f4efe4;
	color: #333;
	text-align: left;
	width: auto;
	padding: 10px;
	margin-bottom: 0;
}
.reserve_date_box_title_icon {
	font-size: inherit;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}
.reserve_date_box_title_icon img {
  height: 17px;
  vertical-align: middle;
  margin-top: -2px;
}
.reserve_date_box2 {
	width: auto;
	padding: 10px;
	text-align: center;
}
.reserve_date_box_title , .reserve_date_box2 {
	float: none;
}
.reserve_date_box2 li {
	margin-right: 10px;
}
.reserve_date_box2 li:last-child {
	margin-right: 0;
}
.reserve_date_box input[type=radio] {
  display: none; 
}

/*--店舗一覧デザイン変更20210609--*/
.salon_list_wrap {
  padding: 20px 5px;
}
h2.salon_list_wrap_title {
}
.salon_list_wrap_title a {
  font-size: 18px;
}
.salon_list_wrap_icon {
}
.salon_list_wrap_reservation {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.salon_list_wrap_reservation span {
  display: inline-block;
}
.salon_list_wrap_access {
}
.nearest_station {
}
.salon_list_wrap_business_form {
  min-width: 120px;
  text-align: right;
}
.salon_list_wrap_topimg {
}
.salon_list_wrap_topimg img {
  height: 200px;
}
.salon_concept a {
  font-size: 14px !important;
  font-weight: bold !important;
}
.salon_concept_des {
  width: 100% !important;
  font-size: 12px !important;
  margin-right: 0 !important;
}
.salon_list_wrap_address {
}
.salon_list_wrap_address dl {
}
.salon_list_wrap_address dl dt {
}
.salon_list_wrap_address dl dd {
}
#s_reviews_search {
  background: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.pick_up_review {
  background: #fff !important;
}
.s_reviews_search_contents {
  padding: 11px 10px 10px !important;
}
.s_review_search_comment_name {
  font-size: 14px !important;
}
.s_review_search_comment_description , .s_review_search_comment_description a {
  font-size: 12px !important;
}
.cut_coupon {
  font-size: 16px !important;
}
.salon_list_wrap_coupon {
  display: block;
}
.salon_list_wrap_coupon_img {
  display: inline;
  float: left;
  width: 35%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.salon_list_wrap_coupon_img img {
  width: 100%;
}
.salon_list_wrap_coupon_wrap {
  margin-left: 0;
}
.salon_list_wrap_coupon_wrap ul {
}
.salon_list_wrap_coupon_wrap ul li {
}
.salon_list_wrap_coupon_title {
}
.salon_list_wrap_coupon_title a {
}
.salon_list_wrap_coupon_wrap dl {
  clear: both;
}
.salon_list_wrap_coupon_text {
  clear: both;
}
.salon_list_wrap_coupon_text a {
}
.salon_list_wrap_coupon_button {
}
.salon_list_wrap_coupon_button a {
  width: 80%;
  padding: 10px 0;
}
}

/*-- iPhone5用 -- */
@media only screen and (max-width: 320px) {
.reserve_date_box2 {
	padding: 10px 0;
}
.reserve_date_box2 li {
	margin-right: 0;
}
.reserve_date_box .label {
	padding: 6px 8px;
}
}

/*--タブレット対応--*/
@media screen and (min-width: 641px) and (max-width: 1059px) {
.new_list_wrap_top {
	width: 100%;
    height: auto;
    min-height: 58px;
	background-position: right bottom;
	background-size: cover;
	overflow: hidden;
}
.new_list_wrap_top_inner {
	padding: 0 1% 5px;
	overflow: hidden;
}
.new_list_wrap_title {
	padding-bottom: 0.7%;
}
.new_list_wrap_title a {
	font-size: 16px;
}
.new_list_wrap_middle_l {
	width: 29%;
}
.new_list_wrap_middle_l a img {
	width: 100%;
	height: auto;
}
.new_list_wrap_middle_r {
	width: 69%;
	margin-left: 2%;
}
.new_list_wrap_middle_r .salon_concept_des {
	width: 100%;
}
.new_list_wrap_salon_info_top dt , .review_style {
	width: 16%;
}
.new_list_wrap_salon_info_top dd , .review_style_num {
	margin-left: 16%;
}
.cut_coupon {
	font-size: 15px;
}
.new_salon_button {
	width: 25%;
}
.new_salon_button a img {
	width: 100%;
	height: auto;
}
.pick_up_coupon_l {
	width: 30%;
}
.pick_up_coupon_l a img {
	width: 100%;
	height: auto;
}
.pick_up_coupon_r {
	width: 68%;
	margin-left: 2%;
}
.pick_up_coupon_r_title {
	width: auto;
}
.freeshop_new_list_wrap_middle {
	width: 82%;
}
.freeshop_new_list_wrap_salon_info_top dt {
	width: 13%;
}
.freeshop_new_list_wrap_salon_info_top dd {
	margin-left: 13%;
}
.freeshop_new_salon_button {
	width: 16.6%;
}
.freeshop_new_salon_button a img {
	width: 100%;
	height: auto;

}
.search_box_t_l {
	width: 23%;
}
.search_box_t_r {
	width: 77%;
}

/*--店舗一覧デザイン変更20210609--*/
.salon_list_wrap_coupon_wrap {
  margin-left: 10px;
}
.salon_list_wrap_coupon_wrap .icon_onlynew, .salon_list_wrap_coupon_wrap .icon_onlyfirst, .salon_list_wrap_coupon_wrap .icon_all, .salon_list_wrap_coupon_wrap .icon_men, .salon_list_wrap_coupon_wrap .icon_women, .salon_list_wrap_coupon_wrap .icon_cut, .salon_list_wrap_coupon_wrap .icon_campaign, .salon_list_wrap_coupon_wrap .icon_again, .salon_list_wrap_coupon_wrap .icon_soda, .salon_list_wrap_coupon_wrap .icon_cream, .salon_list_wrap_coupon_wrap .icon_correction, .salon_list_wrap_coupon_wrap .icon_scalp, .salon_list_wrap_coupon_wrap .icon_jmo, .salon_list_wrap_coupon_wrap .icon_aveda {
  display: block;
  font-size: 10px;
}
.salon_list_wrap_coupon_title a {
  font-size: 12px;
}
.salon_list_wrap_coupon_text , .salon_list_wrap_coupon_text a {
  font-size: 11px;
}

/*--厳選サロン--*/
.eye_back img , .eye_catch img , .eye_title1 img , .eye_title2 img , .eye_area img , .specialist_salon_shopimg img , .specialist_salon_select img , .specialist_salon_shopinfo img {
	width: 100%;
	height: auto;
}
/*--ヘッドスパ専門店--*/
.headspa_specialist_salon_eye_back img {
	width: 100%;
	height: auto;
}
.headspa_specialist_salon_eye_text {
	width: 65%;
	bottom: 2%;
	left: 2%;
}
/*--お手頃価格アイキャッチ--*/
.under_3000_eye_text {
	width: 73.5%;
	font-size: 13px;
	bottom: 2%;
	right: 2%;
}
/*--女性検定ヘッドスパアイキャッチ--*/
.women_only_eye_text {
	font-size: 13px;
	bottom: 15px;
	right: -10px;	
}
/*--個室・半個室があるアイキャッチ--*/
.privateroom_eye_text {
	 width: 66%;
	 font-size: 12px;
	 bottom: 70px;
	 right: -0px;
}
/*--お子様連れ大歓迎アイキャッチ--*/
.child_eye_text {
	font-size: 13px;	 
	text-shadow: 1px 1px 0px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
 
/*--炭酸ヘッドスパアイキャッチ--*/
.soda_eye_text {
	font-size: 12px;
	bottom: 8px;
	right: 0px;
}
/*--カット付きアイキャッチ--*/
.cut_eye_text {
	font-size: 12px;
	bottom: 8px;
	left: 22px;
}
/*--AVEDAアイキャッチ--*/
.aveda_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--スカルプアイキャッチ--*/
.scalp_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--アーユルヴェーダアイキャッチ--*/
.ayurveda_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--シロダーラアイキャッチ--*/
.shirodhara_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--頭蓋骨矯正アイキャッチ--*/
.correction_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--ジョンマスターアイキャッチ--*/
.john_masters_organics_eye_text {
	bottom: 5px;
	width: 62%;
	font-size: 12px;
}
/*--女性検定ヘッドスパアイキャッチ--*/
.reserve_eye_text {
	font-size: 13px;
	bottom: 15px;
	right: -10px;	
}
/*--モロッカンオイルアイキャッチ--*/
.moroccanoil_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--ラ・カスタ アイキャッチ--*/
.lacasta_eye_text {
	top: 10px;
	right: 0;
	width: 70%;
	padding:10px;
    font-size: 12px;
}
.lacasta_eye_text br {
	display:none;
}
/*--オージュアアイキャッチ--*/
.aujua_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--アデノバイタルアイキャッチ--*/
.adenovital_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--ルベルアイキャッチ--*/
.lebel_eye_text {
	top: 5px;
	font-size: 12px;
}
/*--ドライヘッドスパアイキャッチ--*/
.dryheadspa_eye_text {
	bottom: 5px;
	font-size: 12px;
}
/*--フェイシャル付きアイキャッチ--*/
.facial_eye_text {
	bottom: 5px;
	font-size: 12px;
}
}