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

/*============================
店舗情報のCSS（PC用）
============================*/

.important-notice {
    border: solid 4px #c14931;
    margin: 0 auto 8%;
    border-radius: 12px;
    width: 60%;
	text-align: center;
}
.important-notice a {
	color: #c14931;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2% 1%;
}

/*============================
カフェメニューのCSS（PC用）
============================*/
.shop_cafe_menu {
 margin: auto;
 text-align: center;
}
.shop_cafe_menu > img{
	padding-top: 5%;
}