@charset "UTF-8";

/* ルートとボディ */
html,
body{
	margin: 0;
	padding: 0;
	min-height: 100%;

	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Roboto', 'MotoyaLCedar', sans-serif;
}
html{
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
html.macintosh,
html.ios{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body{
	min-width: 320px;
	color: #000;
}
@media only all and (max-width:600px){
	html{
		font-size: 14px;
	}
}



/*あれこれ*/
.onlyForMobile{
	display: none !important;
}
@media only all and (max-width:600px){
	.onlyForMobile{
		display: block !important;
	}
	.onlyForLargeScreen{
		display: none !important;
	}
}
.centering{
	text-align: center;
}
.fullsizeimage{
	max-width: 100%;
	vertical-align: top;
}





/* ショップ名とメニュー */
#ShopName{
	position: relative;
}
#ShopName nav{
	display: none;
}
#ShopName nav h1{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 502;

	margin: 0 0 0 auto;
	padding: 0;
	cursor: pointer;

	width: 44px;
	height: 100%;
	font-size: 0;
	color: transparent;

	background-image: url(ham.png);
	background-image: -webkit-image-set(url(ham.png) 1x, url(ham_2x.png) 2x, url(ham_3x.png) 3x);
	background-image: image-set(url(ham.png) 1x, url(ham_2x.png) 2x, url(ham_3x.png) 3x);
	background-repeat: no-repeat;
	background-size: contain;
}
#ShopName.menuopen nav h1{
	background-image: url(ham2.png);
	background-image: -webkit-image-set(url(ham2.png) 1x, url(ham2_2x.png) 2x, url(ham2_3x.png) 3x);
	background-image: image-set(url(ham2.png) 1x, url(ham2_2x.png) 2x, url(ham2_3x.png) 3x);
}
#ShopName nav ul{
	position: absolute;
	top: 0;
	right: 0;

	z-index: -1;
	opacity: 0;

	display: block;
	list-style: none;
	margin: 0;
	padding: 50px 0 10px;
	border-radius: 0 0 0 7px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 4px 4px rgba(0,0,0,0.4);

	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);

	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
#ShopName.menuopen nav ul{
	z-index: 500;
	opacity: 1;
}
#ShopName nav ul li{
	font-size: 16px;
	line-height: 44px;
}
#ShopName nav ul li a{
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	padding: 0 40px 0 20px;
}
#ShopName nav ul li a:after{
	content: "";
	display: block;

	position: absolute;
	top: 50%;
	right: 20px;

	width: 0.8em;
	height: 0.8em;
	margin: -0.4em -0.4em 0 0;
	border-radius: 99px;

	background-color: #666;

	background-size: 100% 100%;

	background-image: url(menuright.png);
	background-image: -webkit-image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
	background-image: image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
}
@media only all and (max-width:600px){
	.js #ShopName nav{
		display: block;
	}
	.js #ShopName:before{
		content: "";
		display: block;
		height: 50px;
	}
}




/* デカいバナー */
p.banners{
	margin: 0 auto;
	text-align: center;
}
p.banners img{
	max-width: 960px;
	width: 100%;
	height: auto;
	vertical-align: top;
}




/* ナビゲーション */
#MainHeader{
	font-size: 24px;
	line-height: 1;
	margin: 0.8em 1.25em;
	text-align: center;
}
#MainHeader ul{
	display: block;
	margin: -0.5em -1.25em;
	padding: 0;
	list-style: none;
}
#MainHeader ul li{
	display: inline-block;
	margin: 0.5em 1.25em;
	padding: 0;
}
#MainHeader ul li a{
	color: inherit;
	text-decoration: none;
}
.mouseUI #MainHeader ul li a[href]:hover{
	opacity: 0.7;
}
.mouseUI #MainHeader ul li a[href]:active{
	opacity: 0.4;
}
#MainHeader ul li a:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	margin: 0 0 0 0.25em;
	border-radius: 99px;

	background-color: #666;

	background-size: 100% 100%;

	background-image: url(menuright.png);
	background-image: -webkit-image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
	background-image: image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
}
#MainHeader ul li a.selected:after{
	background-image: url(menubottom.png);
	background-image: -webkit-image-set(url(menubottom.png) 1x, url(menubottom_2x.png) 2x, url(menubottom_3x.png) 3x);
	background-image: image-set(url(menubottom.png) 1x, url(menubottom_2x.png) 2x, url(menubottom_3x.png) 3x);
}
@media only all and (max-width:768px){
	#MainHeader{
		font-size: 20px;
	}
}
@media only all and (max-width:600px){
	#MainHeader{
		font-size: 18px;
	}
	#MainHeader ul{
		margin: -0.5em;
	}
	#MainHeader ul li{
		margin: 0.5em;
	}
}




/* フッタ */
#MainFooter{
	font-size: 20px;
	/*margin: 1.4em;*/
	text-align: center;
}
#MainFooter ul{
	display: block;
	margin: 2.5em 0;
	padding: 0;
	list-style: none;
}
#MainFooter ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#MainFooter ul li + li{
	margin-left: 4em;
}
#MainFooter ul li a{
	color: #000;
	text-decoration: none;
}
.mouseUI #MainFooter ul li a[href]:hover{
	opacity: 0.7;
}
.mouseUI #MainFooter ul li a[href]:active{
	opacity: 0.4;
}
#MainFooter p{
	display: block;
	background-color: #000;
	margin: 0;
	padding: 0.4em 0 0.8em;
	color: #fff;
}
#MainFooter p small{
	font-size: 14px;
}
@media only all and (max-width:600px){
	#MainFooter{
		font-size: 16px;
	}
	#MainFooter ul li + li{
		margin-left: 1.5em;
	}
	#MainFooter p small{
		font-size: 12px;
	}
}
@media only all and (max-width:400px){
	#MainFooter{
		font-size: 14px;
	}
	#MainFooter ul li + li{
		margin-left: 1em;
	}
}




/* main */
main{
	margin: 1.5em 0;
}




/* 通常ページ */
main > h1{
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin: 0;
	background-color: #999;
}
.defaultpage{
	max-width: 760px;
	padding: 0 10px;
	margin: 1.5em auto;
}
@media only all and (max-width:600px){
	main > h1{
		font-size: 16px;
	}
}




/* お問い合わせフォーム */
.qAndAset{
	display: block;
	font-size: 20px;
	margin: 1em 0;
	padding: 0;
}
.qAndAset dt{
	margin: 0;
	padding: 0 1em 0 0;
	color: #999;
	font-weight: bold;
	position: relative;
}
.qAndAset.activated dt{
	cursor: pointer;
}
.mouseUI .qAndAset.activated dt:hover{
	opacity: 0.7;
}
.mouseUI .qAndAset.activated dt:active{
	opacity: 0.4;
}
.qAndAset dt:after{
	content: "";
	display: block;

	position: absolute;
	top: 50%;
	right: 0;

	width: 0.8em;
	height: 0.8em;
	margin: -0.4em 0 0;
	border-radius: 99px;

	background-color: #666;

	background-size: 100% 100%;

	background-image: url(menuright.png);
	background-image: -webkit-image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
	background-image: image-set(url(menuright.png) 1x, url(menuright_2x.png) 2x, url(menuright_3x.png) 3x);
}
.qAndAset.open dt:after{
	background-image: url(menubottom.png);
	background-image: -webkit-image-set(url(menubottom.png) 1x, url(menubottom_2x.png) 2x, url(menubottom_3x.png) 3x);
	background-image: image-set(url(menubottom.png) 1x, url(menubottom_2x.png) 2x, url(menubottom_3x.png) 3x);
}
.qAndAset dd{
	margin: 0;
	padding: 0;
}
.qAndAset dd > div{
	overflow: hidden;
	transition: height ease-out 0.1s;
}
.js .qAndAset dd > div{
	height: 0;
}
.qAndAset dd > div > div{
	padding: 1em 0 0;
}
@media only all and (max-width:768px){
	.qAndAset{
		font-size: 18px;
	}
}
@media only all and (max-width:600px){
	.qAndAset{
		font-size: 14px;
	}
}




/* お問い合わせフォーム */
.contactForm{
	margin: 1.5em 0 3em;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.contactForm th{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	//white-space: nowrap;
	padding: 0 2em 1em 0;
}
.contactForm td{
	padding: 0 0 1em 0;
}
.contactForm tr:last-child th,
.contactForm tr:last-child td{
	padding-bottom: 0;
}
.contactForm label{
	display: block;
}
.contactForm td small{
	display: block;
	color: #666;
}
.contactForm td small strong{
	font-weight: normal;
	color: #000;
}
.contactForm input[type="radio"],
.contactForm input[type="checkbox"]{
	vertical-align: middle;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm input[type="number"],
.formsection input[type="password"],
.contactForm textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;

	border: 1px solid #999;
	border-radius: 2px;
	font-family: inherit;

	color: #000;
	background-color: #fff;

	font-size: 16px;
	padding: 6px;
	margin: 0;
	line-height: 1.25;

	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm textarea{
	min-height: 3.75em;
	min-height: calc(3.75em + 12px);
	resize: vertical;
}
@media only all and (max-width:768px){
	.contactForm,
	.contactForm tbody,
	.contactForm tr,
	.contactForm th,
	.contactForm td{
		display: block;
		padding: 0;
	}
	.contactForm tr{
		margin: 1.5em 0;
	}
}





/* キャンペーン概要 */
#GaiyoSections{
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
}
#GaiyoSections.activated{
	transition: height ease-out 0.35s;
}
.js #GaiyoSections{
	height: 0;
}
.js #GaiyoSections.openByDefault{
	height: auto;
}
#GaiyoSections > div{
	max-width: 760px;
	margin: 0 auto 0;
	padding: 0 0 3em;
	position: relative;
}
#GaiyoSections section + section{
	margin: 3em 0 0;
}
#GaiyoSections section h1,
#GaiyoSections section p{
	margin: 0;
}
#GaiyoSections section p + p{
	margin: 1.5em 0 0;
}
#GaiyoOff{
	display: none;

	position: absolute;
	bottom: 2em;
	right: -40px;
	cursor: pointer;

	width: 24px;
	height: 24px;
	margin: 0;
	border-radius: 99px;

	background-color: #666;

	background-size: 100% 100%;

	background-image: url(menutop.png);
	background-image: -webkit-image-set(url(menutop.png) 1x, url(menutop_2x.png) 2x, url(menutop_3x.png) 3x);
	background-image: image-set(url(menutop.png) 1x, url(menutop_2x.png) 2x, url(menutop_3x.png) 3x);
}
.js #GaiyoOff{
	display: block;
}
#GaiyoOff span{
	font-size: 0;
	color: transparent;
}
@media only all and (max-width:860px){
	#GaiyoOff{
		right: 0;
	}
}









/* メール・バーコード・アンケートフォーム */
.formsection{
	max-width: 760px;
	padding: 20px 10px;
	margin: 0 auto 1.5em;
	border-radius: 16px;

	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #999;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formsection > div{
	max-width: 570px;
	margin: 0 auto;
}
.formsection > div > h1{
	font-size: 28px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	margin: 0;
	text-align: center;
}
@media only all and (max-width:780px){
	.formsection{
		margin: 0 10px 1.5em;
	}
}
@media only all and (max-width:600px){
	.formsection{
		padding: 10px;
		border-radius: 10px;
		font-size: 16px;
	}
	.formsection > div > h1{
		font-size: 18px;
	}
}

.formsection p{
	margin: 0.90909090909091em 0;
}
.formsection p label{
	display: block;
}
.formsection input[type="radio"],
.formsection input[type="checkbox"]{
	vertical-align: middle;
}

.formsection input[type="text"],
.formsection input[type="email"],
.formsection input[type="tel"],
.formsection input[type="number"],
.formsection input[type="password"],
.formsection select,
.formsection textarea,
.dummyinput{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;

	border: none;
	border-radius: 4px;
	font-family: inherit;

	color: #000;
	background-color: #fff;

	font-size: 18px;
	padding: 10px;
	height: auto;
	margin: 0;
	line-height: 1.25;

	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formsection input[type="text"]:focus,
.formsection input[type="email"]:focus,
.formsection input[type="tel"]:focus,
.formsection input[type="number"]:focus,
.formsection input[type="password"]:focus,
.formsection select:focus,
.formsection textarea:focus{
	outline: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.4);
}
.dummyinput{
	opacity: 0.7;
}
.formsection select{
	padding-right: 30px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;

	background-image: url(selecttab.png);
	background-image: -webkit-image-set(url(selecttab.png) 1x, url(selecttab_2x.png) 2x, url(selecttab_3x.png) 3x);
	background-image: image-set(url(selecttab.png) 1x, url(selecttab_2x.png) 2x, url(selecttab_3x.png) 3x);
}
.msie11e .formsection select{
	background-image: none;
	padding-right: 10px;
}
.formsection textarea{
	min-height: 3.75em;
	min-height: calc(3.75em + 20px);
	resize: vertical;
}
@media only all and (max-width:600px){
	.formsection input[type="text"],
	.formsection input[type="email"],
	.formsection input[type="tel"],
	.formsection input[type="number"],
	.formsection input[type="password"],
	.formsection select,
	.formsection textarea,
	.dummyinput{
		font-size: 14px;
		padding: 8px;
	}
	.formsection select{
		padding-right: 20px;
		background-size: 20px 20px;
	}
}

/* バーコード入力 */
.fsBarcodeNumbers{
	font-size: 0;
}
.fsBarcodeNumbers:after{
	content: "";
	display: block;
	clear: both;
}
.fsBarcodeNumbers > h1{
	font-size: 23px;
	//line-height: 104px;
	padding-top: 30px;
	overflow: hidden;
	margin: 0;
}
.fsBarcodeNumbers > h1 span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.fsCardDesc1 {
	display: block;
	text-align: center;
}
.fsCardDesc1 > img {
	//width:60%;
}
.fsCardDesc2 {
	display: block;
	text-align: center;
}
.fsCardDesc2 > img {
	/*width:60%;*/
}
.fsCardDesc3 {
	display: block;
	text-align: center;
}

.fsBarcodeNumbers > h1:after{
	float: right;
	content: "";
	display: block;

	//width: 294px;
	//height: 180px;
	width: 0px;
	height: 0px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 50%;
	/*background-image: url(barcodeinfo.png);
	background-image: -webkit-image-set(url(barcodeinfo.png) 1x, url(barcodeinfo_2x.png) 2x, url(barcodeinfo_3x.png) 3x);
	background-image: image-set(url(barcodeinfo.png) 1x, url(barcodeinfo_2x.png) 2x, url(barcodeinfo_3x.png) 3x);*/
}
.fsBarcodeNumbers > p{
	font-size: 18px;
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
	margin: 0;
	padding: 0 0.5em 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fsBarcodeNumbers > p + p{
	padding: 0 0 0 0.5em;
}
@media only all and (max-width:600px){
	.fsCardDesc {
		width:180px;
		margin-top:0px;
	}
	.fsCardDesc1 {
		display:block;
		width:100%;
		text-align:center;
	}
	.fsCardDesc1 > span{
		margin-bottom: 20px;
	}
	.fsCardDesc2 {
		display:block;
		width:100%;
		text-align:center;
	}
	.fsCardDesc1 img,
	.fsCardDesc2 img
	{
		width:80%;
	}
	.fsCardDesc3 img {
		width:60%;
	}

	.fsBarcodeNumbers > h1{
		line-height: inherit;
		font-size: 16px;
	}
	.fsBarcodeNumbers > h1:after{
		//width: 117px;
		//height: 70px;
	}
	.fsBarcodeNumbers > p{
		font-size: 14px;
	}
}

/* エラーメッセージ */
.generalErrorMessage{
	border-radius: 9px;
	background-color: #fff;
	font-weight: bold;
	color: #c51a16;
	padding: 0.5em 1em;
	font-size: 16px;
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.25),
		0 2px 3px rgba(0,0,0,0.25);
	transition: all ease-out 0.25s;
}
.loading .generalErrorMessage{
	opacity: 0;
	-webkit-transform: scale(0.2);
}

.generalErrorMessage:before{
	content: "!";
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: #fff640;
	color: #000;
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.3) inset,
		0 1px 2px rgba(0,0,0,0.25);
	border-radius: 2px;
	line-height: 1.5;
	min-width: 1.5em;
}

/* エラーメッセージ */
.generalMessage{
	border-radius: 9px;
	background-color: #fff;
	font-weight: bold;
	color: #c51a16;
	padding: 0.5em 1em;
	font-size: 16px;
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.25),
		0 2px 3px rgba(0,0,0,0.25);
	transition: all ease-out 0.25s;
}
.loading .generalMessage{
	opacity: 0;
	-webkit-transform: scale(0.2);
}

@media only all and (max-width:600px){
	.generalMessage{
		font-size: 14px;
	}
}

.errorMessage{
	display: block;
	height: 0;
	text-align: center;
	transition: all ease-out 0.25s;
}
.loading .errorMessage{
	opacity: 0;
	-webkit-transform: scale(0.2);
}
.errorMessage > span{
	position: relative;
	top: -9px;
	transition: all ease-out 0.2s;

	display: inline-block;
	vertical-align: top;
	z-index: 100;
	border-radius: 9px;
	background-color: #fff;
	padding: 0.5em 1em;
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #c51a16;
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.25),
		0 4px 8px rgba(0,0,0,0.4);
}
.errorMessage.higherPosition > span{
	top: -16px;
}
.errorMessage.lowerPosition > span{
	top: -2px;
}
input:focus + .errorMessage > span,
.touchUI select:focus + .errorMessage > span,
textarea:focus + .errorMessage > span{
	top: 12px;
}
.errorMessage > span:before,
.errorMessage > span:after{
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	margin: 0 0 0 -6px;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0.25);
	border-width: 0 11px 10px;
	border-style: solid;
}
.errorMessage > span:after{
	top: -10px;
	margin: 0 0 0 -6px;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1);
	border-width: 0 11px 11px;
}

/* アンケート */
.additionalSection{
	border-top: 1px solid #fff;
	margin-top: 1em;
	padding-top: 1em;
}
.additionalSection > h1{
	margin: 0 0 -15px;
	font-size: 23px;
}
.additionalSection p{
	font-size: 19px;
}
.additionalSection p label{
	font-size: 17px;
}
@media only all and (max-width:600px){
	.additionalSection > h1{
		font-size: 16px;
	}
	.additionalSection p{
		font-size: 14px;
	}
	.additionalSection p label{
		font-size: 13px;
	}
}







/* グラデーションボタン */
button.gradientButton{
	border: 0;
	cursor: pointer;

	color: #fff;
	font-size: 30px;
	text-shadow: 0px 0.13333333333333em 0.13333333333333em rgba(0, 0, 0, 0.7);

	border-radius: 0.6em;
	padding: 0.13333333333333em;

	box-shadow: 0 1px 2px rgba(0,0,0,0.25);

	background: rgb(222,217,214);
	background: linear-gradient(to bottom, rgba(222,217,214,1) 0%,rgba(139,135,141,1) 26%,rgba(243,244,244,1) 52%,rgba(128,123,128,1) 87%,rgba(167,169,172,1) 100%);
}
button.gradientButton > span{
	display: block;
	padding: 0.4em 0.8em;
	border-radius: 0.46666666666667em;

	background: #00a946;
	background: linear-gradient(to bottom, #f7fcfe 0%, #00a946 50%, #2edc38 100%);
}
.mouseUI button.gradientButton:hover > span{
	box-shadow: 0 100px rgba(255,255,255,0.2) inset;
}
.mouseUI button.gradientButton:active,
.mouseUI button.gradientButton:active > span{
	box-shadow: 0 100px rgba(0,0,0,0.2) inset;
}
@media only all and (max-width:600px){
	button.gradientButton{
		font-size: 20px;
	}
}





/* 注意事項 */
section.chuijikosection{
	overflow: hidden;
	background-color: #999;
	color: #fff;
	font-weight: 500;
}
section.chuijikosection > div{
	max-width: 760px;
	margin: 1.5em auto;
	padding: 0 10px;
}
section.chuijikosection h1{
	font-size: 24px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	margin: 0;
	text-align: center;
}
section.chuijikosection a{
	color: inherit;
}
@media only all and (max-width:600px){
	section.chuijikosection h1{
		font-size: 16px;
	}
}














/* 互換性のために念のため入れるやつ */
header, nav, main, section, article, aside, footer{
	display: block;
}
img{
	border: 0;
}
