@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 641px){
	
h2{
	margin-bottom:29px;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ニュース
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#news{
	padding:66px 0 0 0;
	}
#news ul{
	text-align: center;
}
#news li{
	width: 182px;
	min-height: 342px;
	border: 1px dashed #ccc;
	margin: 0 0 0 10px ;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position:relative;
}
#news li.new:after{
	content:url(../common/img/new_tag.png);
	position:absolute;
	top:0;
	left:0;
	}
#news li a:hover{
	text-decoration:underline;
}
#news li:first-child{
	margin-left: 0;
}
#news li dl{
	margin: 10px;
}
#news li dt img{
	padding: 10px 18px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
/*	background-color: #ececea;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f2f2f0), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f2f2f0),
				color-stop(.75, #f2f2f0), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f2f2f0 25%, transparent 25%,
			  transparent 50%, #f2f2f0 50%, #f2f2f0 75%,
			  transparent 75%, transparent);*/
}
#news li dd{
	margin:10px 0 0;
  background: #f5f3eb;
  padding: 10px;
}
#news li dd p{
	line-height:1.5;
	}
#news li dd p:first-child{
	margin:0 0 5px;
}
#btn-news{
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}
#btn-news a {
    width: 400px;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 16px;
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ブランドリスト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#brandlist{
	padding:59px 0 0px;
	}

#brandlist li a{
	width: 228px;
	float: left;
	text-align: center;
	margin: 0 0 0 13px;
}
#brandlist li:first-child a , #brandlist li:first-child + li + li + li + li a{
	margin: 0;
}
#brandlist li img{
	border: 1px solid #ccc;
}
#brandlist li p{
	padding: 15px 0;
	line-height: 1.4em;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ショップリスト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#brand_search.sp{
	display:block;
	}
#shoplist{
	padding:59px 0 0 0;
	}

#shoplist-side{
	width: 269px;
	float: left;
	margin: 0 10px 0 0;
}
#shoplist-side p:first-child{
	background: #acaaa1;
	color: #fff;
	text-align:center;
	padding: 10px 0;
	letter-spacing: 0.1em;
}
#shoplist-side ul{
	height: 428px;
	overflow-y: scroll;
	border: solid 1px #ccc;
}
#shoplist-side #brand_search{
	margin:4px 0 5px;
	}
#shoplist-side #brand_search select{
	width:100%;
	padding:8px 20px 8px 10px;
	}
#shoplist-side li{
	margin: 0 10px;
	line-height: 1.4em;
	border-bottom: dashed 1px #ccc;
	padding: 10px 0 5px 0;
}
#shoplist-side li h3{
	margin:0 0 11px;
	padding:5px;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	position: relative;
}
#shoplist-side li h3 a{
	color: #333;
}
#shoplist #shoplist-side > ul li h3:before{
	position: absolute;
	left: -7px;
	top: 4px;
	content: url(../common/img/shop_list/icon_circle.png);
}

#shoplist-side li p span{
	display:block;
	line-height:1.7;
	}
#shoplist-side li p.bt{
	float:right;
	color:#FFF;
	text-align:center
	}
#shoplist-side li p.bt a{
	color:#FFF;
	background:#a7a49c;
	display:block;
	padding:8px 18px;
	margin-top:-50%;
	}
#brand_search{
	width:267px;
	overflow:hidden;
	 border: 1px solid #ccc;
	}
#shoplist #shoplist-side select {
    width: 112%;
    background: url(../common/img/shop_list/select_vecter_02.jpg) no-repeat right 12% center;
    background-color: #fff;
    background-size: auto auto;
    padding: 11px 3.965% 10px;
    border-radius: 0;
   border:none;
    text-indent: 0.01px;
    text-overflow:'';
}
select::-ms-expand {
  display: none;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
アバウト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#about{
	text-align: center;
	padding:59px 0 0 0;
}

#about p{
	text-align: center;
	color: #959595;
	line-height: 1.8em;
	margin:0 0 40px;
	font-size:15px;
}
#about ul{
	margin:0 0 29px;
	}
#about li{
	width: 212px;
	border: 8px solid #cfcfcf;
	font-weight:600;
	letter-spacing: 0.1em;
	float: left;
	margin: 0 0 0 10px;
	font-size: 15px;
}
#about li:first-child{
	margin:0;
}
#about li a{
	display:block;
	padding: 25px 0;
	color: #666;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
バナー
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#banner{
	margin:40px 0 76px; 
	}
#banner li{
	float: left;
	margin: 0 0 0 18px;
}
#banner li:first-child{
	margin:0;
}

/*shoplist_カスタム*/
#shoplist-side .shop_list_box{
	height: 456px;
	overflow-y: scroll;
	border: solid 1px #ccc;
	}
#shoplist-side .shop_list_box h4{
	background: #666666;
    color: #fff;
    padding: 10px 0 10px 3%;
    letter-spacing: 0.1em;
	}
#shoplist-side .shop_list_box ul{
	height: auto;
	overflow-y: auto;
	border: none;
	margin-bottom:10px;
	}
#shoplist-side .shop_list_box ul li > span{
	margin: 0 0 11px;
	padding: 5px 5px 5px 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
#shoplist-side .shop_list_box ul li > span.list_mark{
	color: #A9DBE0;
	padding: 5px 0;
}
/*#shoplist-side .shop_list_box ul li > span:before{
	position: absolute;
	left: -8px;
	top: 4px;
	content: url(../common/img/shop_list/icon_circle.png);
	content: "●";
	color: #A9DBE0;
	}*/
	
/*
map 切り替え	
---------------------------------------------------------------*/
.tab_map ul{
	margin-bottom:5px;
	float:left;
	}
.tab_map ul li{
	font-size:15px;
	font-weight:bold;
	float:left;
	width:191px;
	padding:7px 0 8px;
	text-align:center;
	border:#bdbcb5 solid 1px;
	border-radius:2px;
	background:#f4f4f4;
	color:#4f4f4f;
	letter-spacing:0.01em;
	cursor:pointer;
	}
.tab_map ul li:first-child{
	margin-right:5px;
	}
.tab_map ul li.active,
.tab_map ul li:hover{
	background:#5f5c50;
	border-color:#5f5c50;
	color:#FFFFFF;
	}
.tab_map div{
	display:none;
	}

.tab_map div.active{
	display:block;
	}
}
@media screen and (max-width: 640px){
	header{
		padding: 15px 4.6875% 17px;
		height:auto;
	}
	header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
	h2{
		background:#666666;
		padding:10px 0 10px 6.25%;
		border-bottom:1px solid #fff;
		box-shadow:rgba(0, 0, 0, 0.137255) 0px 2px 3px 2px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.137255) 0px 2px 3px 2px;
		-moz-box-shadow:rgba(0, 0, 0, 0.137255) 0px 2px 3px 2px;
		}
	h2 img{
		}
	nav#g_nav{
		width:100%;
		border-top:#999891 1px dotted;
		/*padding: 10px 0;*/
		}
	nav#g_nav ul{
		text-align:center;
		}
	nav#g_nav ul li{
		display:inline-block;
		width:30%;
		}
		
	nav#g_nav ul li a{
		display:block;
		padding:7px 0 18px;
		position:relative;
		text-align:center;
		}
	nav#g_nav ul li.pc,
	nav#g_nav ul li a.pc{
		display:none;
		}
	nav#g_nav ul li a:after{
		content:"";
		height: 0;
		border-style: solid;
		border-width: 3px 3px 0 3px;
		border-color: #000000 transparent transparent transparent;
		position:absolute;
		bottom:11px;
		left:50%;
		margin-left:-3px;
		
		}
	nav#g_nav ul li a:before{
		content:"";
		display:block;
		width:100%;
		height:16px;
		border-left:1px dotted #999891;
		position:absolute;
		}
	nav#g_nav ul li:first-child + li a:before{
		display:none;
		}
	div.wideslider +p.sp{
		width:92.1875%;
		text-align:center;
		margin:22px auto 24px;
		color:#000;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height:1.7;
		font-size:11px;
		}
	/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ニュース
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#news ul{
	width: 90.625%;
	margin: 30px auto 16px;
	}
#news ul li{
	border-bottom:1px dotted #999891;
	padding:12px 0;
	}
#news li + li + li{
	display: none;
}
#news ul li dl{
	clear:left;
	overflow:hidden;
	}
#news ul li dl dt{
  float: left;
  width: 40%;
  position: relative;
	}
#news ul li.new dl dt:after{
	content:"";
	display:block;
	background:url(../../common/img/new_tag.png) no-repeat;
	background-size:auto 100%;
	width:100%;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	}
#news ul li dl dt img{
  padding: 10px;
  max-width: 100%;
  width: 80%;
	}
#news ul li dl dd{
  float: right;
  width: 60%;
	}
#news ul li dl dd p{
	line-height:1.6;
	}
#news ul li dl dd p:first-child{
	line-height:1.25;
	margin:10px 1.03% 15px 0;
	}
#news p.more_news{
	width: 90.312%;
	text-align:center;
	font-weight:bold;
	border:1px solid #999891;
	border-radius:10px;
	margin:auto;
	}
#news p.more_news a{
	display:block;
	padding:15px 0 17px;
	position:relative;
	}
#news p.more_news a:after{
	content:"+";
	position:absolute;
	right:8.103%;
	top:50%;
	font-size:25px;
	margin-top:-0.5em;
	color:#cccccc;
	}
#news div#btn-news{
	width: 90.312%;
	margin:25px auto 11px;
	text-align:center;
	}
#news div#btn-news a {
    padding: 15px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 12px;
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
#news div#btn-news a img{
	width:100%;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ブランドリスト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

#brandlist ul{
	margin:15px 0 8px;
	}
#brandlist ul li{
	width:43.125%;
	float:left;
	text-align:center;
	margin:0 2.3437% 12px;
	line-height:1.5;
	}
#brandlist ul li figure{
	width:100%;
	border:1px solid #dedede;
	overflow:hidden;
	margin:0 0 5px;
	}
#brandlist ul li figure img{
	width:100%;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
ブランドリスト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#shoplist {
	background:#eeeeee;
	}
#shoplist h2{
	background: #5e5c54;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #a09d94;
    padding: 10px 20px;
	}
#shoplist h2:before{
	content: " ";
	position: absolute;
	top: 0%;
	left: 0;
	width: 0;
	height: 0;
	border-width: 7px 7px 0 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #a9dbe0;

	}
#shoplist #shoplist-side{
	width:90.625%;
	margin:11px auto 0;
	padding:0 0 25px;
	}
#shoplist #shoplist-side > p > img{
	width:34.482%;
	margin:0 0 2px;
	}
#shoplist #shoplist-side select{
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../common/img/shop_list/select_vecter.gif) no-repeat right top;
	background-color:#fff;
	background-size:auto 100%;
	padding:11px 3.965% 10px;
	border-radius:0;
	border:none;
	text-indent: 0.01px;
	text-overflow:'';
	}
#shoplist #shoplist-side select::-ms-expand {
  display: none;
}
#shoplist #shoplist-side > ul{
	margin:12px 0 18px;
	background:#fff;
	border: solid 1px #666;
	}
#shoplist #shoplist-side > ul li{
	padding:13px;
	border-bottom:1px solid #a09d94
	}
#shoplist #shoplist-side > ul li h3{
	color:#8171cd;
	font-weight:normal;
	margin:0 0 8px;
	}
#shoplist #shoplist-side > ul li h3 a{
	position: relative;
	}
#shoplist #shoplist-side > ul li h3{
	position: relative;
}
#shoplist #shoplist-side > ul li h3:before{
	position: absolute;
	left: -11px;
	top:　1px;
	content: url(../common/img/shop_list/icon_circle.png);
}

#shoplist #shoplist-side > ul li p{
	font-size:10px;
	line-height:1.6;
	}
#shoplist #shoplist-side > ul li p span{
	margin:0 1em;
	}
#shoplist #shoplist-side > ul li p.bt{
	display:inline-block;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	width:21.42%;
	text-align:center;
	margin:10px 3.571% 0 0;
	}
#shoplist #shoplist-side > ul li p.bt a{
	background:#6b685f;
	display:block;
	padding:7px 0;
	color:#FFF;
	border-radius:5px;
	letter-spacing:0.2em
	}
#shoplist #shoplist-side p.more_search{
	width: 100%;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999891;
	border-radius: 10px;
	margin: auto;
	background:#fff;
	}

#shoplist #shoplist-side p.more_search a{
	display: block;
	padding: 15px 0 17px;
	position: relative;
	}
#shoplist #shoplist-side p.more_search a:after {
	content: "+";
	position: absolute;
	right: 8.103%;
	top: 10px;
	font-size: 25px;
	color: #cccccc;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
アバウト
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#about h2 img{
	height: 13px;
}
#about > ul{
	width:90.625%;
	margin:15px auto 0;
	
	}
#about > ul li{
	float:left;
	width:44.827%;
	margin:0 0 15px;
	background:#cfcfcf;
	padding:4px 1.538%;
	text-align:center;
	}
#about > ul li:nth-child(2n-0){
	float:right;
	}

#about > ul li a{
	display:block;
	background:#FFF;
	padding:17px 0 19px
	}
#about p.recruit_bnr {
	width:90.625%;
	margin:0 auto 29px;
	}
#about p.recruit_bnr img{
	width:100%;
	}
#about div.info{
	width:90.625%;
	margin:auto;
	}
#about div.info h3{
	color:#fff;
	text-align:center;
	padding:5px 0 6px;
	background:#8f8e81;
	}
#about div.info p{
	line-height:1.7;
	font-size:13px;
	margin:12px 0 21px;
	}
#about div.info p.map_link{
	border: 1px dotted #999891;
	text-align: center;
	}
#about div.info p.map_link a{
	display: block;
	padding: 6px 0 8px;
	font-size:11px;
	}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
バナー
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#banner{
	background:#d9d9d9;
	padding:19px 0 24px;
	}
#banner ul{
	width:90.625%;
	margin:auto;
	}
#banner ul li{
	margin:0 0 15px;
	}
#banner ul img{
	width:100%;
	}
	}