@charset "utf-8";
/* ===========================================================================
CSS Inf	rmation

Update:2017/12/06

01：reset
02：link
03：Clear Fix Hack (Float Clear Hack)
04：design detail
05：contents
=========================================================================== */

/*----------------------------------------------------------------------------
	01：reset
----------------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p,table,form,img {
margin:0;
padding:0;
font-size:100%;
line-height:1.5;
}

body {
margin:0;
text-align:center;
color:#333;
font-size:100%;
font-family:'Noto Sans JP','メイリオ', sans-serif;
height: 100%;
overflow: auto;
}

html {height: 100%; /*overflow-x: hidden;*/}
img {border:none; vertical-align:top;max-width: 100%;}
ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
th,td {vertical-align:top;}
select option {padding:0 5px;}
hr {display:none;}
.is-pc{display:block;}
.is-sp{display:none;}

/*----------------------------------------------------------------------------
	02：link
----------------------------------------------------------------------------*/
a{color:#369; text-decoration:none;}
a:hover{text-decoration:none;}
a {outline:none;}


/*----------------------------------------------------------------------------
	03：Clear Fix Hack (Float Clear Hack)
----------------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*----------------------------------------------------------------------------
	04：design detail
----------------------------------------------------------------------------*/
/* margin padding */
.marginB5{margin-bottom:5px;}
.marginB10{margin-bottom:10px;}
.marginB15{margin-bottom:15px;}
.marginTB10{margin-bottom:10px; margin-top:10px;}
.marginT30{margin-top:30px;}
.marginB20{margin-bottom:20px;}
.marginB30{margin-bottom:30px;}
.marginB40{margin-bottom:40px;}
.marginB50{margin-bottom:50px;}
.marginB100{margin-bottom:100px;}
.marginL10{margin-left:10px;}
.marginR10{margin-right:10px;}
.marginL20{margin-left:20px;}
.marginR20{margin-right:20px;}
.marginL30{margin-left:30px;}
.marginR30{margin-right:30px;}
.paddingLR30{padding-left:30px; padding-right:30px;}
.paddingLR50{padding-left:50px; padding-right:50px;}

/* font */
.fontWeight{font-weight:bold;}
.fontSize85{font-size:85%;}
.fontSize120{font-size:120%;}

/* float */
.floatL{float:left;}
.floatR{float:right;}

/* align */
.tAlignL{text-align:left;}
.tAlignC{text-align:center;}
.tAlignR{text-align:right;}
.vAlignB {vertical-align:bottom;}
.vAlignM {vertical-align:middle;}

/* note */
.note01{display:block;padding-left:1em;text-indent:-1em;}/*※*/
.note02{display:block;padding-left:1.6em;text-indent:-1.6em;}/*（1）［1］*/
.note03{display:block;padding-left:0.5em;text-indent:-0.5em;}/*・*/
.note04{display:block;padding-left:1.3em;text-indent:-1.3em;}/*1．1）*/

a.linkArrow:hover,
ul.linkArrow li a:hover{
text-decoration:underline;
}
/* text */
.nowrap{text-wrap:suppress;}

/*----------------------------------------------------------------------------
	05：contents
----------------------------------------------------------------------------*/
body{
	background-color:#f4f4f4;
	overflow-x: hidden;
}
#wrap{
	height:100%;
	width:960px;
	margin:0 auto;
}
.bnr-coupon{
	width: 100%;
	background-color: #ffef00;
	text-align: center;
}
.bnr-coupon a{
	display: block;
	width: 100%;
}
.bnr-coupon a img{
	max-width: 100%;
	margin: 0 auto;
}
/*.header{
		margin-bottom: 50px;
}*/
@media screen and (max-width: 767px){
	.is-pc{display:none;}
	.is-sp{display:block;}
	.floatL{float:none;}
	.floatR{float:none;}
	#wrap{
		height: 100%;
		width:100%;
	}
	h1{width:100%;}
	h1 img{
		width:100%;
	}
	.header{
		text-align: center;
		/*margin-bottom: 25px;*/
	}
}
.hero{
	text-align: center;
	background: url("../images/top-bg.png") center center / cover no-repeat;
}
.hero h1{
	max-width: 1000px;
	margin: 0 auto;
}
.hero img{
	width: 100%;
}
.dl {
	background-color: #fff;
	padding: 20px 0;
}
.dl-ttl {
	padding: 0 15px;
	margin-bottom: 20px;
}
.dl-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl-btn-app {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 15px;
	max-width: 46%;
}
.dl-btn-google {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 15px;
	max-width: 54%;
}
.dl-note {
	box-sizing: border-box;
	padding: 0 15px;
}
h2{
	width: 600px;
	max-width: 600px;
	margin: 0 auto 15px;
}
@media screen and (max-width: 767px){
	h2{
		width: 80%;
		max-width: 800px;
		margin: 0 auto 15px;
	}
	h2 img{
		width: 100%;
	}
}
/*.app-pc div:first-child{
	border-right: 1px solid #ccc;
}*/
@media screen and (max-width: 767px){
	.dl-btn{
		width: 100%;
	}
}
footer{
	width: 100%;
	padding: 100px 0;
	background-color: #472B2C;
	color: #999;
	font-size: 0.8rem;
}
@media screen and (max-width: 767px){
	footer{
		padding: 30px 0;
	}
}
.wrap{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.wrap-target{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.wrap-target > .ac-target {
	margin-bottom: 30px;
}

.ac-target .ac-child {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.ac-target .ac-child .ac-trigger {
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 30px;
	box-sizing: border-box;
	font-size: 4vw;
	font-weight: 700;
	max-width: 100%;
	padding: 10px 50px 10px 10px;
	margin-bottom: 0;
}
@media screen and (min-width: 767.2px) {
	.ac-target .ac-child .ac-trigger {
		font-size: 1.6rem;
	}
}
.ac-target .ac-child .ac-target {
	padding: 0;
	margin-bottom: 30px;
}
.ac-target .ac-child:last-child .ac-target {
	margin-bottom: 0;
}

/*----------------------------------------------
便利な注文
----------------------------------------------*/
.sec01{
	background: url("../images/sec1_bg.png") left top repeat;
	width: 100%;
	padding: 50px 0 10px;
	text-align: center;
}
.sec01 h3 img{
	max-width: 100%;
}
.main-img{
	width: calc(100% - 10px);
	margin: 0 10px 30px;
}
.main-img li{
	text-align: left;
}
.main-img li:nth-child(2n){
	text-align: right;
}
.main-img li img{
	max-width: 100%;
}
.sec01 div.ac-trigger{
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 0;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#fb6a26 url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec01 div.ac-active{
	background:#fb6a26 url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.ac-target{
	display: none;
	background-color: #fff;
	padding: 30px;
}
ul.icon-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.icon-list li{
	width: calc(50% - 15px);
	margin-bottom: 30px;
	padding-top: 30px;
}
.sec01 ul.icon-list li{
	border-top: 2px dashed #fb6a26;
}
.sec01 ul.icon-list li:nth-child(-n+2){
	border: none;
	padding-top: 0;
}
ul.icon-list li img{
	width: 100%;
}
/* mobile */
@media screen and (max-width: 767px){
	.ac-target{
		margin: 0 10px;
	}
	ul.icon-list li{
		width: 100%;
	}
	.sec01 ul.icon-list li:nth-child(2){
		border-top: 2px dashed #fb6a26;
		padding-top: 30px;
	}
}
/*----------------------------------------------
お店情報
----------------------------------------------*/
.sec02{
	background: url("../images/sec2_bg.png") left top repeat;
	width: 100%;
	padding: 50px 0 10px;
	text-align: center;
}
.sec02 h3 img{
	max-width: 100%;
}
.sec02 div.ac-trigger{
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 0;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#ff5b8c url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec02 div.ac-active{
	background:#ff5b8c url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec02 ul.icon-list li{
		border-top: 2px dashed #ff5b8c;
		margin-bottom: 30px;
		padding-top: 30px;
}
.sec02 ul.icon-list li:nth-child(-n+2){
	border: none;
	padding-top: 0;
}
/* mobile */
@media screen and (max-width: 767px){
	.sec02 ul.icon-list li:nth-child(2){
		border-top: 2px dashed #ff5b8c;
		padding-top: 30px;
	}
}
/*----------------------------------------------
コプカカード
----------------------------------------------*/
.sec03{
	background-color:#e7dcf5;
	padding: 30px 0 1px;
}
.sec03 div.ac-trigger{
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 0;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#965a96 url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec03 div.ac-active{
	background:#965a96 url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec03 .ac-child .ac-trigger {
	background-color: #fff;
	background-image: url("../images/list-btn-arrow-border.png");
	border-bottom: 5px solid #965a96;
	border-radius: 0;
	margin-top: 30px;
	color: #000;
	text-align: left;
}
.sec03 .ac-child .ac-trigger.ac-active {
	background-image: url("../images/list-btn-arrow-up-border.png");
	margin-bottom: 0;
}

/*----------------------------------------------
スマートレシート
----------------------------------------------*/
.sec04{
	background-color:#fffbcc;
	padding: 30px 0 1px;
}
.sec04 div.ac-trigger{
	box-sizing: border-box;
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 50px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#fae24c url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec04 div.ac-trigger img {
	width: 300px;
}
.sec04 div.ac-active{
	background:#fae24c url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec04 .ac-child .ac-trigger {
	background-color: #fff;
	background-image: url("../images/list-btn-arrow-border.png");
	border-bottom: 5px solid #fa964c;
	border-radius: 0;
	margin-top: 30px;
	color: #000;
	text-align: left;
}
.sec04 .ac-child .ac-trigger.ac-active {
	background-image: url("../images/list-btn-arrow-up-border.png");
	margin-bottom: 0;
}
/*----------------------------------------------
その他の機能
----------------------------------------------*/
.sec05{
	background: #feeadb;
	width: 100%;
	padding: 30px 0 1px;
	text-align: center;
}
.sec05 h3 img{
	max-width: 100%;
}
.main-img{
	width: calc(100% - 10px);
	margin: 0 10px 30px;
}
.main-img li{
	text-align: left;
}
.main-img li:nth-child(2n){
	text-align: right;
}
.main-img li img{
	max-width: 100%;
}
.sec05 div.ac-trigger{
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 0;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#c3282c url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec05 div.ac-active{
	background:#c3282c url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.ac-target{
	display: none;
	background-color: #fff;
	padding: 30px;
}
ul.icon-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.icon-list li{
	width: calc(50% - 15px);
	margin-bottom: 30px;
	padding-top: 30px;
}
.sec05 ul.icon-list li{
	border-top: 2px dashed #fb6a26;
}
.sec05 ul.icon-list li:nth-child(-n+2){
	border: none;
	padding-top: 0;
}
ul.icon-list li img{
	width: 100%;
}
/* mobile */
@media screen and (max-width: 767px){
	.ac-target{
		margin: 0 10px;
	}
	ul.icon-list li{
		width: 100%;
	}
	.sec05 ul.icon-list li:nth-child(2){
		border-top: 2px dashed #fb6a26;
		padding-top: 30px;
	}
}

/*----------------------------------------------
メニューについて
----------------------------------------------*/
.sec06{
	background-color:#fbf4db;
	padding: 30px 0 1px;
}
.sec06 div.ac-trigger{
	box-sizing: border-box;
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 10px 50px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 30px;
	background:#ecca4c url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec06 div.ac-trigger img {
	width: 266px;
}
.sec06 div.ac-active{
	background:#ecca4c url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec06 .ac-child .ac-trigger {
	background-color: #fff;
	background-image: url("../images/list-btn-arrow-border.png");
	border-bottom: 5px solid #ecca4c;
	border-radius: 0;
	margin-top: 30px;
	color: #000;
	text-align: left;
}
.sec06 .ac-child .ac-trigger.ac-active {
	background-image: url("../images/list-btn-arrow-up-border.png");
	margin-bottom: 0;
}

/*----------------------------------------------
よくあるお問い合わせ
----------------------------------------------*/
.sec07{
	background-color:#e3f9ff;
	padding: 30px 0;
}
.sec07 div.ac-trigger{
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 20px;
	background:#06c9ff url("../images/list-btn-arrow.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec07 div.ac-trigger img{
	width: 300px;
}
.sec07 div.ac-active{
	background:#06c9ff url("../images/list-btn-arrow-up.png") right 15px center no-repeat;
	background-size: 30px;
}
/*e3f9ff*/
.sec07 div.ac-target{
	padding-top: 60px;
	/*background-color: #e3f9ff;*/
	background-color: #fff;
}
.sec07 div.ac-target ul.icon-list{
	justify-content: center;
}
.sec07 div.ac-target ul.icon-list li{
	width: calc(50% - 81px);
	padding: 40px;
	border-right: 2px dashed #000;
}
.sec07 div.ac-target ul.icon-list li:last-child{
	border-right: none;
}
/* mobile */
@media screen and (max-width: 767px){
	.sec07 div.ac-trigger img{
		width: 55%;
	}
	.sec07 div.ac-target{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.sec07 div.ac-target ul.icon-list li{
		width: 100%;
		border-bottom: 2px solid #000;
		border-right: none;
		padding-right: 0;
        padding-left: 0;
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.sec07 div.ac-target ul.icon-list li:last-child{
		border-bottom: none;
		border-right: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

/*----------------------------------------------
登録時の注意点
----------------------------------------------*/
.sec08{
	background-color:#f2f2f2;
}
.sec08 .wrap-target{
	max-width: 100%;
}
.sec08 .ac-trigger{
	border-top: 2px solid #000;
	background-color: #fff;
}
.sec08 .ac-trigger span{
	display: block;
	box-sizing: border-box;
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 10px 50px;
	font-size: 1.6rem;
	border-radius: 30px;
	background:#fff url("../images/list-btn-arrow-border.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec08 div.ac-active span{
	background:#fff url("../images/list-btn-arrow-up-border.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec08 .ac-target {
	background: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
}

/*----------------------------------------------
ポイントについて
----------------------------------------------*/
.sec09{
	background-color:#f2f2f2;
	border-bottom: 2px solid #000;
}
.sec09 .wrap-target{
	max-width: 100%;
}
.sec09 .ac-trigger{
	border-top: 2px solid #000;
	background-color: #fff;
}
.sec09 .ac-trigger span{
	display: block;
	box-sizing: border-box;
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 10px 50px;
	font-size: 1.6rem;
	border-radius: 30px;
	background:#fff url("../images/list-btn-arrow-border.png") right 15px center no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.sec09 div.ac-active span{
	background:#fff url("../images/list-btn-arrow-up-border.png") right 15px center no-repeat;
	background-size: 30px;
}
.sec09 .ac-target {
	background: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
}
.sec09 .ac-child .ac-trigger {
	border-top: none;
	background-image: url("../images/list-btn-arrow-border.png");
	background-color: transparent;
	border-bottom: 5px solid #a6a6a6;
	border-radius: 0;
	margin-top: 30px;
	color: #000;
	text-align: left;
}
.sec09 .ac-child .ac-trigger.ac-active {
	background-image: url("../images/list-btn-arrow-up-border.png");
	margin-bottom: 0;
}

/*-----------------------------------------------------------
 お問い合わせ
-----------------------------------------------------------*/
.contact {
	background-color: #f2f2f2;
	padding: 20px;
}
.contact-wrap {
	background-color: #fff;
	padding: 20px;
}
.contact-ttl {
	margin-bottom: 20px;
}
.contact-btns {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.contact-btns li {
	box-sizing: border-box;
	padding: 0 5px;
}
.contact-form {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.contact-btns li {
		box-sizing: border-box;
		flex: 0 1 50%;
	}
}



/*-----------------------------------------------------------
 Animate add
-----------------------------------------------------------*/
.animated {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	perspective: 1000;
}
.animate{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
	will-change: top, left, opacity, margin, padding, width, height, transform;
}
/*-----------------------------------------------------------
 SmartReceipt add
-----------------------------------------------------------*/
.smartreceipt{
	background-color: #fff;
	padding: 50px 10px;
	text-align: center;
}
.smartreceipt img{
	width: 100%;
	max-width: 536px;
	margin: 0 auto;
}
/* mobile */
@media screen and (max-width: 767px){
	.smartreceipt{
		padding: 50px 30px;
	}
}

/* print */
@media print{

}


.app{
	width: 50%;
	padding: 15px;
	margin:0 auto 25px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app div.app_icon{
	width: 30%;
}
.app div.app_txt{
	width: 70%;
}
.app img{
	width: 100%;
}
.app p{
	text-align: left;
	color: #fff;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px){
	.app{
		width: 100%;
		background-color: #fff;
		margin: 0;
		box-sizing: border-box;
	}
	.app p{
		font-size: 0.8rem;
		color: #000;
	}
}
h2{
	width: 600px;
	max-width: 600px;
	margin: 0 auto 15px;
}
@media screen and (max-width: 767px){
	h2{
		width: 80%;
		max-width: 800px;
		margin: 0 auto 15px;
	}
	h2 img{
		width: 100%;
	}
}
.dl-btn{
	padding: 15px;
	width: 640px;
	margin: 0 auto;
	box-sizing: border-box;
}
.dl-btn a img{
	margin-bottom: 15px;
}
.dl-btn ul li{
	font-size: 0.8rem;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
/*.dl-btn ul li:nth-child(3){
	width: 100%;
}*/
.dl-btn .h-box{
	width: 50%;
	max-width: 320px;
	float: left;
	margin-bottom: 50px;
}
.dl-btn h3{
	margin-bottom: 25px;
}
.ft-dl{
	padding-top: 50px;
	padding-bottom: 40px;
	background: #FFF;
}
/*.app-pc div:first-child{
	border-right: 1px solid #ccc;
}*/
@media screen and (max-width: 767px){
.ft-dl{
	padding-top: 8%;
	padding-bottom: 5%;
}
	.dl-btn{
		width: 100%;
	}
}


.ttlmb {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px){
.ttlmb {
	margin-bottom: 25px;
}
.ac-trigger,
.ac-trigger span {
		font-size: 1.2rem !important;
}
.sec04 div.ac-trigger img{
	width: 260px;
}
.sec06 div.ac-trigger img {
	width: 200px;
}
}

.dlguide {
	margin: 40px auto;
}
@media screen and (max-width: 767px){
.dlguide {
	margin: 5%;
}
}

