
/*shop_name*
********************************/
#shop_name{
	border-top:2px dotted #999574;
	border-bottom:2px dotted #999574;
	padding:20px 5px;
	font-weight:600;
	font-size:18px;
	margin-bottom:15px;
	text-align:center;
}
#shop_name .cate{
	font-family: 'Muli', sans-serif;
	font-weight:700; font-style:italic; letter-spacing:1px;
	font-size:12px;
	display:inline-block;
	padding:1px 30px;
	margin-right:10px;
	vertical-align:2px;
}
#shop_name .food{ border:2px solid #FFA6A2; color:#FFA6A2;}
#shop_name .shopping{ border:2px solid #FDB492; color:#FDB492;}
#shop_name .life{ border:2px solid #96CACC; color:#96CACC;}
#shop_name .living{ border:2px solid #BAD38E; color:#BAD38E;}
#shop_name .beauty{ border:2px solid #B1BCE3; color:#B1BCE3;}
@media (max-width: 768px) {
#shop_name{
	border:none;
	margin-top:30px;
	font-size:20px;
	padding:10px 0;
}
#shop_name .cate{
	border-radius:5px;
	border-width:2px;
	padding:1px 20px;
}
}
@media (max-width: 480px) {
#shop_name{
	font-size:16px;
}
#shop_name .cate{
	display:block;
	width:100px;
	font-size:11px;
	padding:1px 0;
	margin:0 auto 10px;
}
}

/*shop_box*
********************************/
#shop_box{
	margin-top:30px;
}
#shop_box > div:nth-of-type(1){
	flex:1;
}
#shop_box > div:nth-of-type(2){
	width:260px;
	margin-left:20px;
	padding:0 10px 25px;
}
#shop_box section h2{
	font-family: 'Muli', sans-serif;
	font-weight:700; font-style:italic; letter-spacing:1px;
	color:#999574;
	font-size:16px;
	margin-bottom:10px;
}
@media (max-width: 768px) {
#shop_box{
	display:block;
}
#shop_box > div:nth-of-type(2){
	width:100%;
	margin-left:0;
	margin-top:50px;
}
}

/*shop_news*
********************************/
#shop_news li:not(:last-child){
	margin-bottom:8px;
}
#shop_news li a:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../img/icon_tag.png) no-repeat center/cover;
	margin-right:5px;
	vertical-align:middle;
}
#shop_news li span:nth-of-type(1){
	font-family: 'Muli', sans-serif;
	font-weight:700; font-style:italic; letter-spacing:1px;
	font-size:12px;
	margin-right:20px;
}
#shop_news li span:nth-of-type(2){
	text-decoration:underline;
}
#shop_news li a:hover span:nth-of-type(2){
	text-decoration:none;
}
#shop_news > p{
	margin-top:20px;
	text-align:right;
	font-size:14px;
}
#shop_news > p a:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../img/icon_arrow.png) no-repeat center/cover;
	margin-right:5px;
	vertical-align:-3px;
}
#shop_news > p a{
	text-decoration:underline;
}
#shop_news > p a:hover{
	text-decoration:none;
}
@media (max-width: 768px) {
#shop_news li:not(:last-child){
	margin-bottom:15px;
}
#shop_news li span:nth-of-type(2){
	display:block;
	margin-top:3px;
	text-decoration:underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#shop_news > p{
	margin-top:30px;
}
#shop_news > p a{
	display:block;
	max-width:440px;
	margin:0 auto;
	padding:10px 0;
	border-radius:5px;
	color:#fff;
	font-weight:600;
	letter-spacing:1px;
	background-color:#B4AF85;
	text-align:center;
}
#shop_news > p a:before{
	display:none;
}
}

/*fb_page_plugin_area*
********************************/
#fb_page_plugin_area{
	width:100%;
	max-width:500px;
	margin:0 auto;
}

/*shop_date*
********************************/
#shop_date{
	border-top:2px dotted #999574;
	padding-top:30px;
	margin-top:30px;
}
#shop_date > p{
	margin-bottom:20px;
}
#shop_date dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

}
#shop_date dl:not(:last-child){
	margin-bottom:10px;
}
#shop_date dt{
	width:100px;
	margin-right:20px;
	font-size:12px;
	padding:3px 0;
	font-weight:600;
	text-align:center;
	background-color:#E6E3DA;
}
#shop_date dd{
	flex:1;
}
#shop_date dd a{
	color:#999574;
	text-decoration:underline;
}
#shop_date dd a:hover{
	text-decoration:none;
}
#shop_date .mark{
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	margin-left: 10px;
	vertical-align: 3px;
}
#shop_date .mark:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #007bff transparent transparent transparent;
	position: absolute;
	left: 3px;
	bottom: -5px;
}
#shop_date .mark.food{ background-color:#FFA6A2;}
#shop_date .mark.food:after{ border-color: #FFA6A2 transparent transparent transparent;}
#shop_date .mark.shopping{ background-color:#FDB492;}
#shop_date .mark.shopping:after{ border-color: #FDB492 transparent transparent transparent;}
#shop_date .mark.life{ background-color:#96CACC;}
#shop_date .mark.life:after{ border-color: #96CACC transparent transparent transparent;}
#shop_date .mark.living{ background-color:#BAD38E;}
#shop_date .mark.living:after{ border-color: #BAD38E transparent transparent transparent;}
#shop_date .mark.beauty{ background-color:#B1BCE3;}
#shop_date .mark.beauty:after{ border-color: #B1BCE3 transparent transparent transparent;}
@media (max-width: 768px) {
#shop_date{
	padding-top:40px;
	margin-top:40px;
}
#shop_date dd a{
	display:block;
}
}
@media (max-width: 480px) {
#shop_date dt{
	font-weight:500;
}
}

/*shop_recruit*
********************************/
#shop_recruit{
	margin-top:50px;
	background-color:#fff;
}
#shop_recruit table{
	width:100%;
	border-collapse:collapse;
	border-bottom:2px dotted #999574;
}
#shop_recruit table th,
#shop_recruit table td{
	border-top:2px dotted #999574;
	vertical-align:middle;
	padding:20px;
	text-align:left;
	font-size:14px;
}
#shop_recruit table th{
	background-color:#FEF8E8;
	width:150px;
}
#shop_recruit h2{
	background-color:#E3BD38;
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	font-weight:600;
	padding:10px 5%;
}
/*recruit_main*/
#recruit_main{
	padding:30px 5%;
}
#recruit_main > div:nth-of-type(1){
	flex:1;
}
#recruit_main > div:nth-of-type(1) p{
	font-weight:600;
	font-size:18px;
	margin-bottom:20px;
}
#recruit_main > div:nth-of-type(2){
	max-width:450px;
	width:50%;
	margin-left:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/*recruit_link*/
#recruit_link{
	padding:0 10% 30px;
}
#recruit_link > div{
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:600;
}
#recruit_link > div:not(:first-child){
	margin-left:20px;
}
#recruit_link > div a{
	display:block;
	max-width:440px;
	margin:0 auto;
	padding:10px 0;
	border-radius:5px;
	box-shadow:0 2px 3px #ccc;
}
#recruit_link > div a:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:5px;
	vertical-align:-3px;
}
#recruit_link .tel a{
	border:2px solid #999574;
	color:#999574;
}
#recruit_link .tel a:before{
	background:url(../img/icon_tel.png) no-repeat center/cover;
}
#recruit_link .apply a{
	background-color:#E3BC39;
	color:#fff;
}
#recruit_link .apply a:before{
	background:url(../img/icon_apply.png) no-repeat center/cover;
}
/*recruit_text*/
#recruit_text{
	padding:0 5% 50px;
}
@media (min-width: 769px) {
#recruit_link .tel a{
	transition:all 0.2s ease-in;
}
#recruit_link .tel a:hover{
	background-color:#FEF8E8;
}
#recruit_link .apply a:hover{
	opacity:0.9;
}
}
@media (max-width: 768px) {
#shop_recruit h2{
	text-align:center;
	font-size:16px;
}
/*recruit_main*/
#recruit_main{
	display:block;
}
#recruit_main > div:nth-of-type(1) p{
	font-size:16px;
}
#recruit_main > div:nth-of-type(2){
	max-width:100%;
	width:100%;
	margin-left:0;
	margin-top:30px;
}
/*recruit_link*/
#recruit_link{
	padding:0 5% 30px;
}
#recruit_link > div{
	font-size:16px;
}
#recruit_link > div a{
	padding:10px 0;
}
#recruit_link > div a:before{
	width:20px;
	height:20px;
}
}
@media (max-width: 480px) {
#shop_recruit table,
#shop_recruit tbody,
#shop_recruit table tr,
#shop_recruit table th,
#shop_recruit table td{
	display:block;
	width:100%;
}
#shop_recruit table{
	border-bottom:none;
}
#shop_recruit table th,
#shop_recruit table td{
	padding:10px 5px 20px;
	text-align:left;
	font-size:14px;
}
#shop_recruit table th{
	padding:5px;
}
#shop_recruit table th br{
	display:none;
}
/*recruit_main*/
#recruit_main > div:nth-of-type(1) p{
	font-size:14px;
}
/*recruit_link*/
#recruit_link{
	display:block;
}
#recruit_link > div:not(:first-child){
	margin-left:0;
	margin-top:10px;
}
#recruit_link > div a{
	box-shadow:none;
}
}

