
@charset "UTF-8";

body{
	font-size: 16px;
}

.main_image{
	margin: 18px 0 0;
}

.area1{
	max-width: 100%;
	width: 724px;
	margin: 0 auto 50px;
}

h2{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 60px 0 35px 0;
}

.img2,
.img4{
	text-align: center;
}

.link{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	margin: 40px 0 60px 0;
}
.link a{
	text-decoration: underline;
}

img[src*="/cafe/4."]{
	filter: drop-shadow(10px 10px 7px rgba(0,0,0,0.25));
}


