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

#delivery {
	color: #561e11;
	font-weight: bold;
}
#delivery img {
	width: 100%;
}
#delivery small {
	font-size: 12px;
	letter-spacing: .01em;
	padding-left: .01em;
	font-weight: normal;
	display: block;
	text-align: center;
}
#delivery a {
	cursor: pointer;
}

@media screen and (min-width: 1300px) {
	#delivery .mv {
		width: 1300px;
		margin: auto;
		display: flex;
	}
}
@media screen and (max-width: 736px) {
	#gHeader, #gHeader .inner {
		width: 100%;
		min-width: auto;
		height: 70px;
	}
	#gHeader .inner nav, footer {
		display: block;
	}
	#gHeader h1 {
		width: 50px;
		padding: 28px 0 0;
	}
	#gHeader h1 img {
		width: 100%;
		height: auto;
	}
	#delivery {
		min-width: inherit;
	}
	#delivery small {
		font-size: 10px;
	}
}


/*-------order--------------------------*/

#delivery .order {
	width: 1000px;
	margin: 100px auto 60px;
	text-align: center;
}
#delivery .order .lead {
	position: relative;
	text-align: center;
	line-height: 1.4;
	font-weight: normal;
	display: inline-block;
	padding-left: .1em;
	font-feature-settings: "palt";
  color: #792f23;
}
#delivery .order .lead span {
	display: block;
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
}
#delivery .order .lead::before,
#delivery .order .lead::after {
	content: '';
	width: 55px;
	position: absolute;
	bottom: 0;
}
#delivery .order .lead::before {
	background: url("../images/delivery/img_deco_left.png") no-repeat;
	background-size: contain;
	height: 80px;
	left: -80px;
}
#delivery .order .lead::after {
	background: url("../images/delivery/img_deco_right.png") no-repeat;
	background-size: contain;
	height: 70px;
	right: -80px;
}
#delivery .order .store {
	background-color: #e7964f;
	margin-top: 80px;
	position: relative;
  color: #fff;
}
#delivery .order .store div {
	background: url("../delivery/images/img_deco_ribbon.png") no-repeat;
	background-size: contain;
	width: 630px;
	margin: auto;
  padding: 35px 0 0;
}
#delivery .order .store div p {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#delivery .order .store div p span {
	font-family: 'Roboto', sans-serif;
	font-size: 47px;
	display: block;
	margin-left: 20px;
}
#delivery .order .store div small {
	margin: 15px 0 0;
}
#delivery .order .store .wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 50px 50px 50px;
}

#delivery .order .store .menu_wolt_wrapper {
	padding-top: 0px;
}

@media screen and (max-width: 736px) {
	#delivery .order .store .menu_wolt_wrapper {
		padding-top: 0px;
	}
}

#delivery .order .store .wrap .logo {
	height: 200px;
	width: 280px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#delivery .order .store .wrap > li {
	width: 50%;
	background: #fff;
	text-align: center;
	padding: 0 0 35px;
}

#delivery .order .store .wrap > li img {
	max-width: 125px;
}

#delivery .order .store .wrap > li:first-child {
	margin-right: 25px;
}
#delivery .order .store .wrap > li:last-child {
	margin-left: 25px;
}

#delivery .order .store .btn {
	padding: 0 35px;
}

#delivery .order .store .btn li {
	margin-bottom: 20px;
}
#delivery .order .store .btn li:last-child {
	margin-bottom: 10px;
}
#delivery .order .store .btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	background: #db8e00;
	color: #fff;
	width: 350px;
	height: 60px;
	position: relative;
}
#delivery .order .store .btn li a:hover {
	opacity: 0.8;
}
#delivery .order .store .btn li a span {
	font-size: 13px;
	margin-top: 2px;
}
#delivery .order .store .btn li a::before,
#delivery .order .store .btn li a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#delivery .order .store .btn li a::before {
	width: 25px;
	height: 25px;
	left: 10px;
}

#delivery .order .store .btn li.pdf a::before {
	background: url("../images/delivery/icon_pdf.png") no-repeat;
}

#delivery .order .store .btn li.order-btn a::before {
	background: url("../images/delivery/icon_recruit.png") no-repeat;
}

#delivery .order .store small {
	color: #000000;
}
.sp {
	display: none;
}
@media screen and (max-width: 736px) {
	#delivery .order {
		width: auto;
		margin: 40px auto;
	}
	#delivery .order img {
		width: 70%;
	}
	#delivery .order .store .wrap > li img {
		max-width: 35%;
	}
	#delivery .order .lead span {
		font-size: 16px;
	}
	#delivery .order .lead::before,
	#delivery .order .lead::after {
		width: 30px;
	}
	#delivery .order .lead::before {
		height: 45px;
		left: -43px;
	}
	#delivery .order .lead::after {
		height: 35px;
		right: -41px;
	}
	#delivery .order .store {
		margin-top: 80px;
	}
	#delivery .order .store div {
		width: 100%;
		/* height: 70px; */
		top: -40px;
		line-height: 1.2;
		background-position: center;
	}
	#delivery .order .store div p {
		font-size: 1.5rem;
		margin: auto;
		top: .7rem;
	}
	#delivery .order .store div p span {
		font-size: 1.6rem;
		margin-left: 10px;
	}
	#delivery .order .store .wrap {
		display: block;
		padding: 30px 30px 30px;
	}
	#delivery .order .store .wrap .logo {
		height: auto;
		width: 100%;
    padding: 13vw 0 13vw;
	}
	#delivery .order .store .wrap > li {
		width: auto;
	}
	#delivery .order .store .wrap > li:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
	#delivery .order .store .wrap > li:last-child {
		margin-left: 0;
	}
	#delivery .order .store .btn li a {
		font-size: 15px;
		width: 100%;
	}
	#delivery .order .store .btn li a span {
		font-size: 11px;
	}
	.sp {
		display: block;
	}
}

/*-------menu--------------------------*/

#delivery .menu {
	background: #fef2e4;
	margin-top: 200px;
	position: relative;
}
#delivery .menu .sub {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background: #fef2e4;
	position: absolute;
	right: 0;
	left: 0;
	top: -100px;
	margin: auto;
}
#delivery .menu .sub p {
	font-size: 24px;
	padding-left: .1em;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 70px;
	margin: auto;
}
#delivery .menu .sub p::before {
	content: '';
	background: url("../delivery/images/txt_delivery.png") no-repeat;
	background-size: contain;
	width: 100px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: -40px;
	margin: auto;
}
#delivery .menu .inner {
	width: 1000px;
	margin: auto;
	padding: 80px 0;
	z-index: 1;
	position: relative;
}
#delivery .menu .inner .title {
	font-size: 36px;
	line-height: 1.5;
	padding-left: .1em;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
#delivery .menu .inner .title::before,
#delivery .menu .inner .title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
#delivery .menu .inner .title::before {
	background: url("../delivery/images/img_line_top.png") no-repeat;
	background-size: contain;
	width: 45%;
	height: 15px;
	top: 40px;
}
#delivery .menu .inner .title::after {
	background: url("../delivery/images/img_line_bottom.png") no-repeat;
	background-size: contain;
	width: 15%;
	height: 15px;
	bottom: 0;
}

#delivery .menu img {
	width: 65%;
	padding: 10px;
	background: #fff;
	border: 1px solid #b5b6b6;
}
#delivery .menu ul {
	margin: 80px 0;
	position: relative;
}
#delivery .menu ul li p {
	font-family: 'Homemade Apple', cursive;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 0;
	position: absolute;
	right: 20px;
}
#delivery .menu ul li:nth-child(3) p {
	right: 45px;
}
#delivery .menu ul li.right p {
	left: 20px;
	right: auto;
}
#delivery .menu ul li p::before {
	content: '';
	background: url("../delivery/images/img_deco.png") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
}
#delivery .menu ul li:first-child p::before {
	right: 10px;
	top: -30px;
}
#delivery .menu ul li:nth-child(2) p::before {
	left: 10px;
	bottom: -30px;
	transform: rotate(185deg);
}
#delivery .menu ul li:nth-child(3) p::before {
	right: 10px;
	bottom: -30px;
	transform: rotate(115deg);
}
#delivery .menu ul li:nth-child(4) p::before {
	left: 10px;
	top: -50px;
	transform: rotate(-45deg);
}
#delivery .menu ul li p::after {
	content: '';
	background: url("../delivery/images/bg_circle.png") no-repeat;
	background-size: contain;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	z-index: -1;
}
#delivery .menu ul li:nth-child(3) p::after {
	right: -10px;
}
#delivery .menu ul li.right p::after {
	right: auto;
	left: 30px;
}
#delivery .menu ul li:nth-last-child(-n+2) p {
	font-size: 68px;
}
#delivery .menu ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
	position: relative;
}
#delivery .menu ul li.left img {
	transform: rotate(-4deg);
}
#delivery .menu ul li.right {
	flex-direction: row-reverse;
}
#delivery .menu ul li.right img {
	transform: rotate(4deg);
}

#delivery .menu a {
	display: inline-block;
	color: #561e11;
}
#delivery .menu a::before {
	content: "\e610";
	font-family: 'ico_cocos_menu';
	color: #FF6633;
	vertical-align: -1px;
}

#delivery .order div.top {
  text-align: left;
  width: 100%;
  margin: 60px 0 0;
}

#delivery .top {
  position: relative;
}

#delivery .top a {
  padding-left: 40px;
  color: #792f23;
}

#delivery .top a::before{
  content: '';
  position: absolute;
  bottom: -5px;
  margin: auto;
  width: 25px;
  height: 25px;
  background:#792f23;
  left: 10px;
}

#delivery .top a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate( 
45deg);
  left: 15px;
}

h3.del_title {
	padding: 14px;
	color: #fff;
	font-size: 28px;
}

#demae h3.del_title {
	background-color: #f52a01;
}

#uber h3.del_title {
	background-color: #000000;
}

#menu h3.del_title {
	background-color: #4db76e;
}

#wolt h3.del_title {
	background-color: #00abe5;
}

@media screen and (max-width: 736px) {
	#delivery .menu {
		margin-top: 150px;
	}
	#delivery .menu .sub {
		width: 250px;
		height: 250px;
		top: -80px;
	}
	#delivery .menu .sub p {
		font-size: 16px;
		top: 60px;
	}
	#delivery .menu .sub p::before {
		width: 70px;
		height: 30px;
		top: -30px;
	}
	#delivery .menu .inner {
		width: auto;
		padding: 30px 20px;
	}
	#delivery .menu .inner .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	#delivery .menu .inner .title::before {
		width: 250px;
		top: 25px;
	}
	#delivery .menu .inner .title::after {
		width: 130px;
		bottom: -6px;
	}

	#delivery .menu img {
		width: 80%;
		padding: 5px;
	}
	#delivery .menu ul {
		margin: 50px 0 100px;
		position: relative;
	}
	#delivery .menu ul li p {
		font-size: 25px;
		right: 0;
		bottom: -75px;
	}
	#delivery .menu ul li:nth-child(3) p {
		right: 45px;
		bottom: -55px;
	}
	#delivery .menu ul li:nth-child(4) p {
		bottom: -55px;
	}
	#delivery .menu ul li.right p {
		left: 0;
		right: auto;
	}
	#delivery .menu ul li p::before {
		width: 25px;
		height: 25px;
	}
	#delivery .menu ul li:first-child p::before {
		right: 0px;
		top: -15px;
	}
	#delivery .menu ul li:nth-child(2) p::before {
		left: 15px;
		bottom: -5px;
	}
	#delivery .menu ul li:nth-child(3) p::before {
		right: -20px;
		bottom: 0px;
	}
	#delivery .menu ul li:nth-child(4) p::before {
		left: -2px;
		top: -30px;
	}
	#delivery .menu ul li p::after {
		width: 150px;
		height: 150px;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
	}
	#delivery .menu ul li:nth-child(3) p::after {
		right: -10px;
		bottom: 20px;
	}
	#delivery .menu ul li:nth-child(4) p::after {
		right: -80px;
		bottom: 30px;
	}
	#delivery .menu ul li.right p::after {
		right: auto;
		left: 30px;
	}
	#delivery .menu ul li:nth-last-child(-n+2) p {
		font-size: 35px;
	}
	#delivery .menu ul li {
		margin: 50px 0 90px;
	}
	#delivery .menu ul li:nth-last-child(-n+2) {
		margin: 50px 0 70px;
	}
	#delivery .menu a {
		font-size: 12px;
	}
}

#delivery .sp.copyright {
	display: none;
}
@media screen and (max-width: 736px) {
	#delivery .sp.copyright {
		display: block;
		text-align: left;
		font-size: 10px;
		margin: 20px;
	}

	#delivery .order .store .wrap .logo {
		padding: 8vw 0;
	}
}