@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 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1f0ff+0,dac8ff+100 */
background: linear-gradient(135deg,  #c1f0ff 0%,#dac8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	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: linear-gradient(135deg,  #ddf7ff 0%,#f1ecff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

/*メニュー*/

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

/*ノベルティ*/

#l-Novelty {
	background:url("../img/bg_check.png") center center repeat;
	padding:60px 0;
}
/*キャンバス*/

#l-Order {
	background:url("../img/bg_sub.png") center center repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding:60px 0;
}

/*グッズ*/

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

/*エクストラ*/

#l-Extra {
	background:url("../img/bg_sub.png") center center repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding:60px 0;
}

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

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

/*アテンション*/

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

/*フッター*/

footer {
	background: linear-gradient(135deg,  #c1f0ff 0%,#dac8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size:cover;
	box-sizing: border-box;
}

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