@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

/***** COMMON *****/
* {
	box-sizing: border-box;
}
body {
	font-family:  "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Hiragino Sans,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	display: block;
    color: #6a665e;
}

button,
button:focus {
	outline: none;
}
button {
	padding: 0;
	border-radius: 0;
	border: none;
}
li {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.table-layout01 {
	display: table;
	width: 100%;
}
.table-layout01 > * {
	display: table-cell;
}
h1,
.en {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
.en.bold {
	font-weight: 400;
}
.serif {
	font-family: "Sawarabi Mincho", serif;
}





/***** main *****/
.slide .slick-prev,
.slide .slick-next,
.slide .slick-dots li button {
	background-color: transparent;
}
.slide .slick-arrow {
	width: 23px;
	height: 40px;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -20px;
}
.slide .slick-dots {
	text-align: center;
}
.slide .slick-dots li {
	display: inline-block;
}
.slide .slick-dots li.slick-active {
	border-bottom: 2px solid #6a665e;
}
.slide .slick-dots li button {
	font-family: "Roboto", sans-serif;
	color: #6a665e;
	font-size: 18px;
}


/* collection */
#cl-main-slide dl {
	padding: 20px 0;
	color: #545047;
}
#cl-main-slide dt {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}
#cl-main-slide dd {
	font-size: 14px;
	line-height: 32px;
}
#cl-main-slide dd p:not(.btn) {
	margin-bottom: 45px;
}



/**************************************
    個別ページここから
***************************************/
.btn a {
	text-align: center;
	width: 200px;
	font-size: 20px;
	border: solid 1px #6a665e;
	line-height: 50px;
	margin: 0 auto;
}
