@charset "UTF-8";
/* CSS Document */

/*TOPページコンテンツ*/
#top_contents{
	text-align:center;
}
#top_contents .kodawari{
	margin-bottom:50px;
}
#top_contents .coffee{
	margin-bottom:80px;
}
#top_contents .cookie{
	margin-bottom:80px;
}
.item_gallery{
	text-align:center;
	margin-bottom:50px;
}
#twitter{
	text-align:center;
	margin-bottom:50px;
}
#caution{
	text-align:center;
	margin-bottom:50px;
}

/*フッターエリア*/
#footer{
	padding-top:0px;
}

#footer_info{
	width:100%;
	color: #FFF;
	background-color: #3A74B6;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:14px;
	margin-bottom: 20px;
}
#footer_info p{
	font-weight:bold;
	margin-bottom:0px;
}

/*商品管理*/
.item_text{
	display:table-cell;
	vertical-align:middle;
}

/*gallery*/
.gallery li img{
	margin-bottom:20px;
}

@media only screen and (max-width: 750px) {
	#top_contents .cookie{
		margin-bottom:50px;
	}

	#top_contents .cookie img{
		width: 90%;
	}

	.contents_wrap iframe{
		width: 100%;
	}
    
}