@charset "utf-8";

body {
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {

}

.gothic {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
}

.red {
	color: #d60000;
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

header {
	position: relative;
}

/*----------------------------------------------------
    top
----------------------------------------------------*/

#top .bl04 {
	background: #eae4d4;
}

#top .bl04 h3 {
	text-align: center;
}

/*----------------------------------------------------
    shop-list
----------------------------------------------------*/

#shop-list .shop-ctr .in .shop-slide .slick-dots {
	display: flex;
	justify-content: space-between;
}

#shop-list .shop-ctr .in .shop-slide .slick-dots li {
	width: 23%;
}

#shop-list .shop-ctr .in .shop-slide .slick-dots:before {
  content:"";
  display: block;
  width:23%;
  order:1;
}
#shop-list .shop-ctr .in .shop-slide .slick-dots:after {
  content:"";
  display: block;
  width:23%;
}


/*----------------------------------------------------
    foot-bn
----------------------------------------------------*/

.foot-bn {
	background: url(../img/foot-bn_bg.gif);
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/

footer {
	background: #000;
	color: #fff;
	letter-spacing: .05em;
	text-align: center;
}
