@charset "utf-8";
/* CSS Document */
html {
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
/*============================
サイト全体のfont指定
============================*/
* {
	font-family: "游ゴシック Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*============================
リンク
============================*/
a {
	color: #6EA1AD;
}
a:hover {
	color: #186783;
}
/*============================
*header
============================*/
header {
	background: #f4f4e5;
}
header div.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
	table-layout: fixed;
}
header h1, header em, header nav {
	display: table-cell;
}
header h1 {
	font-size: 20px;
	letter-spacing: 2px;
}
header em {
	text-align: center;
}
header em img {
	max-width: 296px
}
header nav {
	text-align: right;
	position: relative;
}
header nav ul {
	display: none;
	position: absolute;
	right: 0;
	margin-top: 15px;
	background: #98947A;
	padding: 20px;
}
header nav ul li {
	display: block;
}
header nav ul li a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none!important;
}

header nav ul li a:hover
{
background: #f4f4e5;
color: #333;
}

header nav ul li+li {
	margin-top: 8px;
	padding-top: 8px;
	border-top: solid 1px #CBC7C1;
}
/*============================
*main
============================*/
#main {
	width: 1080px;
	margin: 60px auto;
}
/*============================
*section
============================*/
.inner {
	width: 1080px;
	margin: 0 auto;
}
/*============================
*footer
============================*/
footer {
	padding: 20px;
}
footer .copyRight {
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
}
/*============================
*中共通
============================*/
#main h2 {
	margin-bottom: 30px;
}
#main section+section {
	margin-top: 60px;
}
#d-header dl dt, #d-header dl dd {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}
#d-header dl dt img+img {
	margin-left: 10px;
}
#d-header dl dd {
	font-size: 15px;
}
#d-header dl dd em {
	font-size: 110%;
	display: block;
}
#d-header dl dd div+div {
	margin-top: 10px;
}
#d-header .read, .products .read {
	margin-top: 30px;
	line-height: 1.8;
	display: block;
}
.products .data article {
	border-top: solid 1px #333;
	padding-top: 30px;
}
.products .data article:last-child {
	border-bottom: solid 1px #333;
}
.products .data article .fixHight+.fixHight {
	margin-top: 60px;
}
.products .data article small {
	display: block;
	margin-top:10px;
}
#d-header h2 strong, .products h2 strong {
	display: block;
	margin-bottom: 10px;
}
#d-header h2 span, .products h2 span {
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	display: inline-block;
}
#d-header h2 span::after, .products h2 span::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
.products .data h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	margin-bottom: 20px;
}
.products .data a.more {
	font-family: 'Cormorant Garamond', serif;
	padding: 8px 15px;
	border: solid 1px #333;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin: 40px 0;
	text-decoration: none;
}
.products .data a.more:hover {
	background: #333;
	color: #fff;
}
.products .data div {
	letter-spacing: -0.4em;
}
.products .data dl {
	display: inline-block;
	width: 25%;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.products .data dl dt {
	margin-bottom:15px;
}
.products .data dl dd em {
	display: block;
}
/*====================================================
スリックスライダー調整部分
====================================================*/
.slider-container {
  display: none;
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  margin: 0 24px;
  overflow: hidden;
}
.slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  margin-right: 12px;  /* ガター */
}
.slick-slide {
  padding: 4px 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
}


.caption
{
display: block;
font-size: 11px;
}

/*20170912 追記*/
#lineup h2
{
display: inline-block;
margin-right: 15px;
}

#lineup  a
{
display: inline-block;
margin-right: 15px;

}
#lineup  a:nth-of-type(1)
{
border-right: solid 1px #000;
padding-right: 15px;
}