@charset "UTF-8";




/* ----------------------------------------------------------------------------------------------------
	Style
 ---------------------------------------------------------------------------------------------------- */
.u-entry-title-hi{
	line-height: 1.5;
}

.c-entry-main-image {
	text-align: center;
}
.person{
	border: solid 2px #ddd;
	padding: 20px;
	text-align: center;
}
.person p.bold{
	margin-top: 0;
	font-weight: bold;
}
.flex{
	display: flex;
}
.person figure{
	width: 25%;
	margin: 0 auto;
}
.person .tx_box{
	margin-top: 10px;
	text-align: left;
}
.product-buy{
	text-align: center;
}
 #CaffeineShopArea {
  display:flex;
 }
@media screen and (max-width:640px) {
	.flex{
		display: block;
	}
	.person figure{
		width: 60%;
	}
	.person p.bold{
		text-align: center;
	}
	.person p.bold + p{
		text-align: center;
	}
 #CaffeineShopArea {
  display:block;
 }
}
@media screen and (min-width: 641px) {
	#CaffeineShopArea {
		max-width: 1200px;
		margin: auto;
	}
}