@charset "utf-8";
/* top */
header{
	overflow:hidden;
}
div#head_copy h1{
	width:100%;
	font-size:0.78em;
	/*font-size:80%;*/
	background:#f4e9f4;
	padding:0.3em 0 0.2em;
	color:#764a64;
	padding-left:2%;
	box-sizing: border-box;
	font-weight:normal;
}
@media screen and (max-width: 320px) {
  div#head_copy h1 {
    width:100%;
	font-size:70%;
	background:#f4e9f4;
	padding:0.2em 0;
	color:#764a64;
	text-align:center;
	box-sizing: border-box;
	font-weight:normal;
  }
}
div#logo{
	width:100%;
	font-size:90%;
	color:#ffffff;
	overflow:hidden;
	margin-top:0.5%;
}
p.h_description{
	padding:0.3em 2% 0.7em;
	font-size:70%;
	color:#445e84;
	line-height:1.6em;
	box-sizing: border-box;
}
nav#page_back{
	width: 35%;
	float:right;
	text-align: center;
	margin:5% 2% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#page_back p{
	background: #fff;
	border:#e5e5e5 5px solid;
	display:block;
	padding: 3%;
	color:#0075a9;
	font-size:80%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
h3{
	color:#fff;
	font-size:90%;
	font-weight:bold;
}
/*-------------navi---------*/
nav#category_navi{
	overflow:hidden;
}
nav#category_navi ul{
	width:100%;
	padding:2.5% 0;
	overflow:hidden;
}
nav#category_navi ul li{
	width:22%;
	float:left;
	margin-left:2.5%;
	list-style: none outside none;
}
nav#area_navi ul.menu{
	width:100%;
	font-size: 70%;
	overflow:hidden;
}
@media screen and (min-width:800px){
  nav#area_navi ul.menu {
    font-size: 90%;
  }
}
nav#area_navi ul.menu li{
	border-bottom: 1px dotted #bbbbbb;
	border-top: 1px solid #ffffff;
	list-style: none outside none;
	border-right:2px solid #f1f1f1;
	float:left;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 321px) {
  nav#area_navi ul.menu {
	width:100%;
	font-size: 60%;
	overflow:hidden;
  }
}
nav#area_navi ul.menu li a{
	background: url("/img/i/common/arrow.png") no-repeat scroll right center;
	background-size: 10px 13px;
	-webkit-background-size: 10px 13px;
	color: #18140E;
	display: block;
	padding: 1.0em 0.6em;
	float:left;
	text-align: left;
	width: 90%;
}
.search_title{ box-sizing: border-box; overflow:hidden; background:#539ebd; padding:2% 1.5%;}

/*shop list */
section.shop_list{
}
section#recommend{
	width:100%;
}
section#recommend{
	width:100%;
}
ul#list_contener{
	width:100%;
	background:#f0f0f0;
	padding-top:2%;
}
ul#list_contener li{
	list-style-type: none;
}
.aroma{
	width:90%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	background:#fff;
	padding:3%;
	margin:0 auto 2%;
	
}
.aroma a{
	display: block;
	background-size: 14px 18px;
	-webkit-background-size: 14px 18px;
}
.shop_header{width:100%; overflow:hidden;}
div.icon_pick{
	float:right;
	width:15%;
	text-align:center;
	font-size:0.7em;
	border-radius: 5px;
	color:#fff;
	text-shadow: -1px -1px 0 rgba(193, 83, 83, 0.8);
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fca5a5, #fe5151) repeat scroll 0 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#fca5a5),to(#fe5151));
	background: -ms-linear-gradient(top, #fca5a5, #fe5151);
	border:solid 1px #fd6868;
	line-height:1.6em;
	}
h4.shop_name{
	font-size:85%;
	font-weight:bold;
	width:80%;
	line-height:1.0em;
	padding-bottom:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
}
.aroma p.cap{
	color:#0075a9;
	font-size:95%;
	font-weight:bold;
	background-color: #fbfdff;
	border: 1px solid #e0f2ff;
	border-radius: 4px;
	padding: 7px 8px 6px;
}

div.triangle {
	width: 0;
	height: 0;
	margin-left:10%;
	border-top: 6px solid #e0f2ff;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
.shop_detail{padding-bottom:4%;}
.shop_detail img{
	float:left;
	padding:0;
	display:block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.recruit_list{margin:5px 0 10px;}
.shop_detail dl.salary_data{ overflow:hidden;line-height:0.4;width:100%;font-size:85%;box-sizing: border-box;margin-top:2px;border-bottom:1px solid #fafafa;}
.shop_detail dl.salary_data:first-child{color:#000;border-top:1px solid #fafafa;}
.shop_detail dl.salary_data dt{ width:15%;float:left;color:#727272;padding:2.6% 2%;background:#fafafa; font-size:85%;}
.shop_detail dl.salary_data dd{ width:77%;float:left;color:#484848;padding:2.6% 2%; text-align:left;}
.shop_detail dl.salon_data{ overflow:hidden;float:left;line-height:1.0;width:50%;font-size:85%;box-sizing: border-box;margin-top:2px;border-bottom:1px solid #fafafa;}
.shop_detail dl.salon_data:first-child{color:#000;border-top:1px solid #fafafa;}
.shop_detail dl.salon_data dt{ width:38%;float:left;color:#727272;padding:2.6% 4%;background:#fafafa;box-sizing: border-box;font-size:85%;}
.shop_detail dl.salon_data dd{ width:60%;float:left;color:#484848;padding:2.6% 4%; text-align:left;box-sizing: border-box;}
.button_area{display: inline-block; padding: 1% 0; width: 100%; font-weight:bold; background:#e5834c;margin-top:3%;}
section.shop_list p.jump_detail{ color: #fff; background: url("/img/i/common/radius_arrow.png") no-repeat scroll right center / 20px 20px; margin: 0 auto; text-align: center; width:80%;}


section#new_shop{
	width:100%;
}

ul#shop_list{
	padding: 2%;
}
ul#shop_list li {
	border-bottom:1px dotted #ccc;
}
ul#shop_list dl{
	padding: 2% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul#shop_list dl dt{
	color:#70624d;
	background:#f7f4ea;
	font-size:80%;
	padding: 0 2%;
}
ul#shop_list dl dd{
	color:#0075a9;
	padding-top:1%;
	padding:2% 6% 0 2%;
	background: url("/img/i/common/arrow.png") no-repeat scroll right center;
	background-size: 14px 18px;
	-webkit-background-size: 14px 18px;
	font-size:90%;
}
/*----------more read------------*/
div#more_read {
	border:1px solid #e5834c;
	border-radius: 2px;
	display: block;
	line-height: 3;
	margin: 5% auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 94%;
}
div#more_read p {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 0 2%;
	width: 170px;
	color: #353535;
	cursor: pointer;
	font-size:0.8em;
	font-weight: bold;
	color: #e5834c;
}
div#more_read p.load {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("/img/i/common/gif-load.gif") no-repeat scroll left center;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 2em;
	width: 170px;
}
p.more_read span {
	margin: 1em 0 0;
}
a.more {
	color: #FFFFFF;
	font-weight: bold;
}
.button_job{
	width: 98%;
	background:no-repeat #f7f4ea;
	margin:0 0 2% 1%;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	background: url("/img/i/home/caution.png") ;
	}
p.to_job{
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 3% 0 3%;
	width: 90%;
	background:#db5842;
	color: #fff;
	font-size:65%;
	background: url("/img/i/home/s_a.png") no-repeat scroll right center;
	background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	border:none;
	line-height:1.6em;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	}
.to_job span{font-size:150%;font-weight:bold;line-height:1.8em;color: #fff;}
.contents_link{
	width: 100%;
	overflow:hidden;
	padding:0.5em 0 0.1em;
	}
.contents_link p.dat{
	float:left;
	border: 1px solid #e0e0e0;
	list-style: none outside none;
	font-size:75%;
	width: 48.5%;
	height:35px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.contents_link p.con{
	float:left;
	border: 1px solid #e0e0e0;
	margin:0 1.5% 0 0;
	list-style: none outside none;
	font-size:75%;
	width: 48.5%;
	height:35px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.contents_link p a#web{
	color:#6c5c46;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/mail.png) no-repeat left center;
	background-position: 0.8em 0.8em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
.contents_link p a#shop{
	color:#6c5c46;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/circle.png) no-repeat left center;
	background-position: 0.8em 0.8em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
div.point_check{
	width:100%;
	margin-top:0.1em;
	font-size:80%;
}
.point_check dl{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top:#ebebeb 1px dotted;
	width:100%;
	padding:0.5% 0 0 0.5%;
	overflow:hidden;
}
.point_check dl dt{
	color:#70624d;
	line-height:2.0em;
	padding:0.5em 0 0;
	font-weight:bold;
	float:left;
	font-size:90%;
	width:59px;
}
.point_check dl dd{
	color:#484848;
	padding:0.6em 0 0.3em;
	line-height:1.5em;
	float:left;
	width:80%;
}
.point_check dl dt.yellow{
	color:#ffcb54;
	}
.point_check dl dt.blue{
	color:#7ec1f3;
	}
.point_check dl dt.pink{
	color:#f79fc1;
	}
.point_check dl dt.green{
	color:#8fe97a;
	}
.point_check dl dt span{font-size:80%;}