#breadcrumb{
	z-index: 5;
}
@media screen and (min-width: 801px) {
	#breadcrumb,
	#breadcrumb a{
		color: #fff;
	}
}
#content{
	padding: 0;
}
#UberEats #Introduction{
	text-align: center;
	margin-bottom: 50px;
}
#UberEats #Introduction #mainBnr{
	position: relative;
	min-height: 400px;
}
#UberEats #Introduction #mainBnr p{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
#UberEats #Introduction #mainBnr:before{
	content: "";
	width: 100%;
	height: 360px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/ubereats/jp22_bg.jpg) center center;
	background-size: 100% auto;
	filter: blur(4px) brightness(80%);
	z-index: 1;
}

#UEStart{
	background: url(/images/ubereats/uestart_bg.png) center top no-repeat;
	padding: 60px 20px 100px;
}
#UEStartIn{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5em;
}
#UEStartIn h1{
	font-weight: bold;
	background: none;
	text-align: left;
	font-size: 40px;
	margin: 0px 0 40px 20px;
	padding: 0;
	line-height: 1em;
}
#UEStartIn h1 br{
	display: none;
}


#UEShop{
	background-image: url(/images/ubereats/ueshop_bgbottom.png), url(/images/ubereats/ueshop_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center top;
	background-color: #b9e0f8;
	padding: 60px 20px 65px;
}
#UEShopIn,
#UEOrderIn{
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 16px;
}
#UEShopIn #about{
	background: #fff;
	border-radius: 15px;
	padding: 30px 35px;
	font-size: 18px;
}
#UEShopIn #about h2{
	font-size: 36px;
	line-height: 1em;
	padding-bottom: 18px;
	border-bottom: #60B60B dashed 2px;
	margin-bottom: 18px;
}
#UEShopIn #about  h2 span{
	color: #60B60B;
}

#UEShopIn #shopList{
	margin-top: 60px;
	border-radius: 15px;
	border: #C9151D solid 5px;
	background: #fff;
}
#UEShopIn #shopList .title{
	background: url(/images/ubereats/ueshop_icon.png) 22px center no-repeat;
	background-size: 32px auto;
	font-size: 26px;
	padding: 20px 25px 20px 72px;
	line-height: 32px;
}
#UEShopIn #shopList .title.open{
	border-bottom: #C9151D solid 1px;
}
#UEShopIn #shopList .title:hover{
	cursor: pointer;
}
#UEShopIn #shopList .title span{
	background: url(/images/ubereats/ueshop_close.png) right center no-repeat;
	background-size: 32px auto;
	display: inline-block;
	padding-right: 50px;
}
#UEShopIn #shopList .title.open span{
	background-image: url(/images/ubereats/ueshop_open.png);
}
#UEShopIn #shopList #shopListBox{
	display: none;
	max-height: 600px;
	overflow: auto;
}
#UEShopIn #shopList #shopListBox .prefectures{
	background: #C9151D;
	color: #fff;
	font-weight: bold;
	padding: 12px 25px;
}
#UEShopIn #shopList #shopListBox ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 25px;
}
#UEShopIn #shopList #shopListBox ul li{
	width: 33%;
	border-bottom: #F0E2CB solid 1px;
	padding: 10px 0;
}
#UEShopIn #shopList #shopListBox ul li a{
	background: url(/images/ubereats/ueshop_arrow.png) left center no-repeat;
	background-size: 15px auto;
	color: #151515;
	transition: 0.2s;
	padding-left: 20px;
	display: block;
	pointer-events: none;
	text-decoration: none;
}
/* #UEShopIn #shopList #shopListBox ul li a:hover{
	opacity: 0.6;
} */

#UEOrder{
	background: url(/images/ubereats/ueorder_bg.png) center top no-repeat;
	padding: 80px 20px 100px;
}
#UEOrderIn h3{
	background: url(/images/ubereats/ueorder_icon.png) left center no-repeat;
	background-size: 50px auto;
	line-height: 50px;
	font-size: 30px;
	padding-left: 55px;
	margin-bottom: 30px;
}
#OrderBtn {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#OrderBtn .OrderBtnIn{
	width: 47%;
}
#OrderBtn .OrderBtnIn .title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#OrderBtn .OrderBtnIn .title:before{
	content: "▼";
	color: #60B60B;
	margin-right: 5px;
}
#OrderBtn .OrderBtnIn .btn{
	display: block;
	background: #000;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	font-size: 18px;
	text-align: center;
	padding: 17px 0;
	position: relative;
}
#OrderBtn .OrderBtnIn .btn:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: 0.2s;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#OrderBtn .OrderBtnIn .btn:hover,
#OrderBtn .OrderBtnIn .flexbox img:hover{
	opacity: 0.7;
}
#OrderBtn .OrderBtnIn .flexbox{
	display: flex;
}
#OrderBtn .OrderBtnIn .flexbox img{
	height: 58px;
	width: auto;
	margin-right: 20px;
	transition: 0.2s;
}

/* SPç‰ˆ */
@media screen and (max-width: 800px) {
	#content{
		padding: 45px 0 0;
	}
	#UberEats #Introduction{
		margin-bottom: 30px;
	}
	#UberEats #Introduction #mainBnr{
		min-height: auto;
	}
	#UberEats #Introduction #mainBnr p{
		position: relative;
	}
	#UberEats #Introduction #mainBnr img,
	#UberEats .pecialDetailIn .detailBox .photo img{
		width: 100%;
		height: auto;
	}
	#UberEats #Introduction #mainBnr:before{
		display: none;
	}
	
	#UEStart{
		background-image: url(/images/ubereats/uestart_bg_sp01.png), url(/images/ubereats/uestart_bg_sp02.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center top, center bottom;
		background-size: 100% auto, 100% auto;
		padding: 6% 5% 15%;
	}
	#UEStartIn{
		font-size: 100%;
	}
	#UEStartIn h1{
		background: url(/images/ubereats/uestart_h1.png) left bottom no-repeat;
		background-size: 50px auto;
		font-size: 150%;
		margin: 0 0 5%;
		max-width: 8em;
		padding: 0 0 3% 60px;
		border-bottom: #60B60B solid 3px;
	}
	#UEStartIn h1 br{
		display: block;
	}
	
	#UEShop{
		padding: 10% 5% 17%;
		background-size: 90% auto, 100% auto;
	}
	#UEShopIn,
	#UEOrderIn{
		font-size: 100%;
	}
	#UEShopIn #about{
		padding: 5%;
		font-size: 100%;
	}
	#UEShopIn #about h2{
		font-size: 130%;
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	
	#UEShopIn #shopList{
		margin-top: 5%;
		border: #C9151D solid 3px;
	}
	#UEShopIn #shopList .title{
		font-size: 120%;
		padding: 3% 0 3% 62px;
		background-size: 25px auto;
	}
	#UEShopIn #shopList .title span{
		background-size: 24px auto;
		padding-right: 13%;
	}
	#UEShopIn #shopList #shopListBox{
		max-height: 350px;
	}
	#UEShopIn #shopList #shopListBox ul li{
		width: 50%;
		padding: 3% 0;
	}
	
	#UEOrder{
		padding: 10% 5%;
	}
	#UEOrderIn h3{
		background-size: 32px auto;
		line-height: 32px;
		font-size: 120%;
		padding-left: 43px;
		margin-bottom: 5%;
	}
	#OrderBtn{
		margin-top: 5%;
	    flex-direction: column;
	}
	#OrderBtn .OrderBtnIn{
		width: auto;
		margin-top: 7%;
	}
	#OrderBtn .OrderBtnIn:first-child{
		margin-top: 0;
	}
	#OrderBtn .OrderBtnIn .title{
		font-size: 110%;
	    margin-bottom: 3%;
	}
	#OrderBtn .OrderBtnIn .flexbox a{
		display: block;
		margin-right: 5%;
	}
	#OrderBtn .OrderBtnIn .flexbox img{
		height: 45px;
		margin-right: 0;
		display: inline-block;
	}
	
}

/* demaecan */

@media screen and (min-width: 801px) {
	.demaecan #breadcrumb{
		color: #68391E;
	}
	
	.demaecan #breadcrumb a{
		color: #C9161D;
	}
}

.demaecan #UberEats #Introduction #mainBnr:before{
	content: "";
	width: 100%;
	height: 360px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/demaecan/jp24_demaekan_bg.jpg) center center;
	background-size: 100% auto;
	filter: blur(4px) brightness(80%);
	z-index: 1;
}

.demaecan #UEStart{
	background: url(/images/demaecan/demaecan_bg.png) center top no-repeat;
}

.demaecan #UEShopIn #about h2{
	border-bottom: #D71518 dashed 2px;
}

.demaecan #UEShopIn #about h2 span{
	color: #D71518;
}

.demaecan #UEShop{
	background-image: url(/images/demaecan/dcshop_bgbottom.png), url(/images/demaecan/dcshop_bg.png);
}

.demaecan #UEOrderIn h3{
	background: url(/images/demaecan/dcorder_icon.png) left center no-repeat;
	background-size: 50px auto;
}

.demaecan #UEOrder{
	background: url(/images/demaecan/dcorder_bg.png) center top no-repeat;
}

.demaecan #OrderBtn .OrderBtnIn .title:before{
	color: #D71518;
}

.demaecan #OrderBtn .OrderBtnIn .btn:hover{
	opacity: 1;
	background: #D71518;;
}

/* SPç‰ˆ */
@media screen and (max-width: 800px) {
	.demaecan #UberEats #Introduction #mainBnr:before{
		display: none;
	}
	
	.demaecan #UEStart{
		background-image: url(/images/ubereats/uestart_bg_sp01.png), url(/images/ubereats/uestart_bg_sp02.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center top, center bottom;
		background-size: 100% auto, 100% auto;
		padding: 6% 5% 15%;
	}
	
	.demaecan #UEStartIn h1{
		background: url(/images/demaecan/dcstart_h1.png) left bottom no-repeat;
		background-size: 50px auto;
		border-bottom: #D71518 solid 3px;
	}
	
	.demaecan #UEOrderIn h3{
		background-size: 32px auto;
		line-height: 32px;
		font-size: 120%;
		padding-left: 43px;
		margin-bottom: 5%;
	}
}