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

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:1024px) { /*MB*/
}

/*レイアウト全体*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00);
	background-color: #fff;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*ヘッダー*/

header {}

header h1, header h2 {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/*メインビジュアル*/



#l-MainVisual {
	background: #ede7e4;

	background-size: cover;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	#l-MainVisual {
		padding:32px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-MainVisual {
	}
}

/*アウトライン*/

#l-Outline {
	box-sizing: border-box;
	padding:0;
	background: #ffffff;
}

.l-bgpat_01 {
	background: url("../img/bg_pat_cafe.webp") left center repeat;
}

/*メニュー*/

#l-Menu {
	background: url("../img/pat_goods.png") left top repeat;
	padding:60px 0;
}

/*ノベルティ*/

#l-Novelty {
	background:url("../img/pat_info.png") center center repeat;
	padding:60px 0;
}

/*グッズ*/

#l-Goods {
	background: url("../img/pat_goods.png") left top repeat;
	padding:60px 0;
}

/*インフォメーション*/

#l-Information {
	padding:60px 0;
	background:url("../img/pat_info.png") center center repeat;
}

/*アテンション*/

#l-Attention {
	background:#F7F7F7;
	background-size: cover;
	box-sizing: border-box;
	padding:60px 0 60px;
}

/*フッター*/

footer {
	background: #fff;
	background-size:cover;
	box-sizing: border-box;
}

#l-footwrap {
	padding:60px 0 60px;
}