@charset "UTF-8";

html{
	font-size:62.5%;
}

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

h1, h2, .name{
	font-family: 'Rubik', sans-serif;
	color:#FC645E;
}

h1, h2{
	text-align: center;
}

.top-caption p{
	font-size:1.3rem;
}

.item-cap p, .style-caption p{
	font-size:1.2rem;
}

h1{
	letter-spacing: 6px;
	font-size:4rem;
}

.number{
	font-size:5rem;
}

.mid-wrapper{
	box-sizing: border-box;
	padding:40px 0;
}

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

.beige-wrapper, .blue-wrapper{
	box-sizing: border-box;
	padding:120px 0 60px;
}

.beige-wrapper{
	background-color:#F2EBDB;
}

.blue-wrapper{
	background-color:#CCE0D6;
}

.beige-wrapper h1, .blue-wrapper h1{
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-size:3.5rem;
}

.pickup-title h1{
	line-height:2;
	position:relative;
	z-index:10;
}

.item-wrap{
	width:700px;
	margin:20px auto;
	box-sizing: border-box;
	padding:60px 0;
}

.item-photo{
	width:600px;
	margin:-50px auto 20px;
}

.item-cap h2{
	font-size:2.5rem;
	margin-bottom:5px;
}

.flex-wrap{
	width:900px;
	margin:30px auto;
	display:flex;
	height:auto;
	align-items: center;
	justify-content: space-between;
}

.blue-wrapper .flex-wrap{
	flex-direction:row-reverse;
}

.style-img{
	width:55%;
}

.style-caption{
	width:40%;
}

.style-caption .new-item-list{
	margin-top:30px;
}

.jiko_soto{
	margin:10px auto;
	padding:50px;
}

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

	.top-caption{
		width:500px;
	}

	.item-wrap{
		width:500px;
		padding:60px 0;
	}
	
	.item-photo{
		width:400px;
	}

	.flex-wrap{
		width:600px;
	}

}

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

	.top-caption{
		width:280px!important;
	}
	
	.item-wrap{
		width:300px;
		padding:50px 0;
	}
	
	.item-photo{
		width:100%;
		box-sizing: border-box;
		padding:0 10px;
		margin-top:-40px;
	}
	
	h1{
		font-size:2.5rem;
	}
	
	.number{
		font-size:4rem;
	}
	
	.item-cap h2{
		font-size:1.8rem;
	}
	
	.flex-wrap{
		display:block;
		width:320px;
	}
	
	.style-img, .style-caption{
		width:100%;
	}
	
	.beige-wrapper, .blue-wrapper{
		padding:80px 0 30px;
	}
	
	.beige-wrapper h1, .blue-wrapper h1{
		font-size:2.5rem;
	}
	
	.style-caption{
		box-sizing: border-box;
		padding:20px;
		margin-top:10px;
	}

	.jiko_soto{
		padding:0;
	}

}

/* CSS Document */

