@charset "UTF-8";

html{
	font-size:62.5%;
}

.slick-dots li.slick-active button:before
{
    color:#303030!important;
}

p, a, ul li, h5{
	font-family: 'Noto Sans JP', sans-serif;
}

h1, h2{
	font-family: 'Bebas Neue', cursive;
	letter-spacing:2px;
	text-align: center;
}

.white h1, .white h2, .text-buy:link, .text-buy:visited, .new-item-list li, .name h5 {
	color:#5C4E3D;
}

.beige h1, .beige h2{
	color:#fff;
}

h1{
	font-size:3.5rem;
}

h2{
	font-size:2.8rem;
}

p{
	font-size:1.4rem;
}

.beige, .white{
	padding:60px 0;
}

.white{
	background-color:#fff;
}

.beige{
	background-color:#DDD1C2;
}

.mid-wrapper{
	width:100%;
	padding:50px 0;
}

.top-caption{
	width:700px;
	margin:auto;
	padding:20px 0;
}

.middle-container{
	width:800px;
	margin:20px auto;
}

.image{
	width:500px;
	margin:20px auto;
}

.style-img p{
	padding:30px;
	color:#5C4E3D;
}

.slick-container{
	padding:10px 0  30px;
}

.slick img{
	padding:0 10px;
}

/* タブレット */
@media screen and (max-width: 768px){

	.top-caption{
		width:500px;
	}
	
	.middle-container{
		width:600px;
	}

}

/* スマホ */
@media screen and (max-width:640px){

	.top-caption{
		width:280px;
		box-sizing: border-box;
		padding:20px 10px;
	}
	
	p{
		font-size:1.3rem;
	}
	
	h1{
		line-height:2;
	}
	
	h2{
		font-size:2.5rem;
		line-height:1.8;
	}
	
	.middle-container{
		width:320px;
		box-sizing: border-box;
	}
	
	.image{
		width:100%;
	}
	
	.slick img{
		padding:0;
	}

}
/* CSS Document */

