﻿@charset "utf-8";
/* CSS Document */

/*----------------------------
料理代行
----------------------------*/
.cook-key {
	background:url(../img/cook/bg_key.png) no-repeat;
	width: 750px;
	height: 255px;
	position: relative;
}
.cook-key-main{
	position: absolute;
	top: 10px;
	left: 10px;
}
.cook-key-text{
	position: absolute;
	left: 0;
	bottom: 15px;
	color: #6a3906;
	width: 490px;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 15px;
	background: rgba(255,255,255,0.6);
}
.cook-onayami{
	padding-bottom: 70px;
	background: url(../img/cook/arrow.png) no-repeat center bottom;
	margin-bottom: 30px;
}
.cook-onayami-title{
	text-align: center;
}
.cook-onayami-title h3{
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #7e6b5a;
	font-size: 38px;
	letter-spacing: 4px;
	font-weight: bold;
	margin: 30px auto 15px;
}
.cook-onayami-title h3 span{
	color: #00ada9;
	font-size: 45px;
}
.cook-onayami-title h3:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: -1;
	background: #f3efde;
	height: 12px;
}
.cook-onayami-list {
	margin: 0 60px;
	background: url(../img/cook/illust01.png) no-repeat right bottom;
}
.cook-onayami-list li{
	position: relative;
	padding-left: 20px;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 15px 0 0;
}
.cook-onayami-list li:before{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	top: 50%;
	left: 0;
	background: #ff9000;
	border-radius: 50%;
}
.cook-kaiketsu{
	font-weight: bold;
	text-align: center;
}
.cook-kaiketsu-sub{
	font-size: 34px;
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
}
.cook-kaiketsu-sub:before{
	content: "";
	position: absolute;
	left: -30px;
	top: 5px;
	width: 24px;
	height: 37px;
	background: url(../img/cook/strong_left.png) no-repeat left top;
}
.cook-kaiketsu-sub:after{
	content: "";
	position: absolute;
	right: -30px;
	top: 5px;
	width: 24px;
	height: 37px;
	background: url(../img/cook/strong_right.png) no-repeat left top;
}
.cook-kaiketsu h3{
	color: #ff9000;
	font-size: 45px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.cook-detail{
	background-color: #f3efde;
	padding: 15px 15px 30px;
	text-align: center;
	font-size: 18px;
}
.cook-detail h3{
	color: #996c33;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	padding: 12px 0;
	margin-bottom: 20px;
	font-size: 35px;
}
.cook-detail h3 span{
	background: url(../img/cook/icon_detail.png) no-repeat left center;
	padding: 5px 0 5px 55px;
}
.cook-detail-list{
	display: table;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.cook-detail-list li{
	display: table-cell;
	vertical-align: middle;
	width: 33.3333%;
	padding: 0 20px;
	color: #7e6b5a;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}
.cook-detail-list li:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: -15px;
	margin-top: -30px;
	background: url(../img/cook/icon_plus.png) no-repeat center center;
}
.cook-detail-list li img{
	width: 100%;
	margin-bottom: 5px;
}
.cook-detail-list li:first-child{
	padding-left: 10px;
}
.cook-detail-list li:last-child{
	padding-right: 10px;
}
.cook-detail-list li:last-child:after{
	background: none;
}
.cook-point{
	padding: 0;
}
.cook-point h3{
	text-align: center;
	margin: 10px auto 30px;
}
.cook-point-detail{
	padding: 0 40px;
}
.cook-point-detail h4{
	color: #ff9000;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 0 5px 38px;
	margin: 20px 0;
	border-bottom: 1px dashed #ff9000;
	background: url(../img/cook/icon_point.png) no-repeat left 4px;
}
.cook-point-detail .inner{
	overflow: hidden;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 1px;
}
.cook-point-detail-img{
	margin: 0 20px 20px;
}
.cook-point-detail-img.right{
	float: right;
	margin-right: 0;
}
.cook-point-detail-img.left{
	float: left;
	margin-left: 0;
}
.cook-point-detail .inner h5{
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.cook-title{
	color: #8fc31f;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin: 50px 0 20px;
	position: relative;
	z-index: 1;
}
.cook-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border: dashed 2px #8fc31f;
	z-index: -1;
}
.cook-title h3{
	display: inline-block;
	padding: 0 20px 0 5px;
	font-size: 30px;
	background-color: #fff;
	position: relative;
	line-height: 1;
}
.cook-title h3:before,
.cook-title h3:after{
	content: "";
	position: absolute;
}
.cook-title h3:before{
	width: 55px;
	height: 50px;
	margin-top: -25px;
	top: 50%;
	left: -75px;
	padding: 0 10px;
}
.cook-title h3.case:before{
	background: #fff url(../img/cook/icon_case.png) no-repeat center center;
	margin-top: -30px;
}
.cook-title h3.plan:before{
	background: #fff url(../img/cook/icon_plan.png) no-repeat center center;
}
.cook-title h3.etc-plan:before{
	background: #fff url(../img/cook/icon_etc-plan.png) no-repeat center center;
	margin-top: -35px;
}
.cook-title h3.voice:before{
	background: #fff url(../img/cook/icon_voice.png) no-repeat center center;
}
.cook-title h3.flow{
	padding-left: 20px;
}
.cook-title h3.flow:before{
	background: #fff url(../img/cook/icon_flow.png) no-repeat center center;
	padding-right: 0;
	left: -55px;
}
.cook-title h3.case:after{
	width: 92px;
	height: 97px;
	top: -50px;
	right: -80px;
	background: #fff url(../img/cook/icon_case_thum.png) no-repeat center center;
}
.cook-title h3.plan:after{
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	right: -60px;
	background: #fff url(../img/cook/icon_plan_thum.png) no-repeat center center;
}
.cook-title h3.etc-plan:after{
	width: 78px;
	height: 79px;
	top: -40px;
	padding-right: 10px;
	right: -70px;
	background: #fff url(../img/cook/icon_etc-plan_thum.png) no-repeat center center;
}
.cook-title h3.voice:after{
	width: 54px;
	height: 59px;
	top: 50%;
	margin-top: -30px;
	padding-right: 20px;
	right: -54px;
	background: #fff url(../img/cook/icon_voice_thum.png) no-repeat center center;
}
.cook-title-read{
	text-align: center;
	margin: 30px 0 30px;
	font-size: 20px;
}
.cook-case{
	background-color: #f3efde;
	border-radius: 10px;
	padding: 8px;
	margin: 0 0 20px;
}
.cook-case-title{
	padding: 10px 15px 15px;
	color: #59493f;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.cook-case-title .case-number{
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
}
.cook-case-title h4{
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
}
.cook-case-inner{
	background-color: #fff;
	padding: 20px 15px 10px;
	font-size: 16px;
	border-radius: 0 0 8px 8px;
}
.cook-case-inner-title{
	display: table;
	font-weight: bold;
	width: 100%;
	margin: 0 0 20px;
}
.cook-case-inner-title .trigger{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 58%;
	font-size: 20px;
	color: #8fc31f;
	letter-spacing: 2px;
}
.cook-case-inner-title .frequency{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 42%;
	border-radius: 20px;
	background-color: #ff9000;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.cook-case-photo{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #a6937c;
}
.cook-case-photo li p{
	font-size: 12px;
	color: #7e6b5a;
	margin-top: 10px;
	line-height: 1.7;
}
.cook-case-photo.col2{
	background: url(../img/cook/icon_plus.png) no-repeat center center;
}
.cook-case-photo.col4{
	overflow: hidden;
}
.cook-case-photo.col4 li{
	float: left;
	width: 148px;
	margin: 0 37px 0 0;
	position: relative;
}
.cook-case-photo.col4 li:after{
	content: "";
	position: absolute;
	right: -34px;
	top: 65px;
	width: 30px;
	height: 30px;
	background: url(../img/cook/icon_plus.png) no-repeat center center;
}
.cook-case-photo.col4 li:last-child:after{
	background: none;
}
.cook-case-photo.col4 li:last-child{
	margin-right: 0;
}
.cook-case-photo.col2 li{
	width: 314px;
}
.cook-case-photo.col2 li:first-child{
	float: left;
}
.cook-case-photo.col2 li:last-child{
	float: right;
}
.cook-case-impressions{
	display: table;
	width: 100%;
	line-height: 1.7;
}
.cook-case-impressions dt{
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cook-case-impressions dd{
	width: 75%;
	padding: 10px 10px 0;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
	color: #59493f;
	letter-spacing: 1px;
}
.manzoku-banner-text{
	font-size: 35px;
	text-align: center;
	margin: 30px 0 20px;
}
.manzoku-banner-text span{
	font-size: 40px;
	font-weight: bold;
	color: #ff9000;
}
.cook-plan-main{
	border: 1px solid #6a3906;
	border-radius: 10px;
	padding: 20px 20px 30px;
	font-size: 16px;
	position: relative;
	margin: 0 20px 40px;
}
.cook-plan-main:after{
	content: "";
	position: absolute;
	margin-left: -50px;
	left: 50%;
	bottom: -50px;
	width: 0;
	height: 0;
	border-top: 30px solid #6a3906;
	border-right: 50px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid transparent;
}
.cook-plan-price{
	width: 100%;
	display: table;
	background: url(../img/cook/icon_plus2.png) no-repeat center center;
	border-bottom: 1px dashed #6a3906;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cook-plan-price.last{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cook-plan-price li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.cook-plan-price li:first-child{
	padding-right: 50px;
}
.cook-plan-price li:last-child{
	padding-left: 50px;
}
.cook-plan-price li h4{
	border-radius: 20px;
	padding: 3px 0;
	text-align: center;
	margin: 10px 0 5px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
}
.cook-plan-price li h4.orange-title{
	background-color: #ff9000;
}
.cook-plan-price li h4.green-title{
	background-color: #0aa7c3;
}
.cook-plan-price li .price-text{
	text-align: center;
	font-size: 28px;
	letter-spacing: 2px;
}
.cook-plan-price li .price-text span{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
}

.cook-plan-price li .min{
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
}

.cook-plan-price li dl{
	display: table;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 0 5px 0;
}
.cook-plan-price li dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	background-color: #8fc31f;
	border-radius: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
}
.cook-plan-price li dl dd{
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 30px;
}
.cook-plan-price li dl dd .reg{
	font-size: 24px;
	font-family: 'Roboto', sans-serif !important;
}
.cook-plan-price li dl dd .tax{
	font-size: 17px;
	font-family: 'Roboto', sans-serif !important;
}


.cook-plan-course{
	margin: 0 20px;
}
.cook-plan-course-list{
	width: 100%;
	display: table;
	font-size: 16px;
	margin-bottom: 20px;
}
.cook-plan-course-list > li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
}
.cook-plan-course-list > li .inner{
	border-radius: 6px;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	line-height: 1.7;
	margin: 15px 0;
}
.cook-plan-course-list > li > div{
	border-radius: 10px;
	padding: 15px;
}
.cook-plan-course-list > li > div h4{
	width: 70%;
	margin: 0 auto 20px;
	border-radius: 20px;
	padding: 7px 0 5px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 1;
	font-size: 25px;
}
.cook-plan-course-list > li .strong{
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 4px;
}
.cook-plan-course-list > li .strong em{
	font-size: 36px;
	font-style: normal;
	font-family: 'Roboto', sans-serif !important;
}
.cook-plan-course-list > li .strong span{
	font-size: 30px;
}
.cook-plan-course-list > li:first-child{
	padding-right: 15px;
}
.cook-plan-course-list > li:first-child > div{
	background-color: #fadeb6;
}
.cook-plan-course-list > li:first-child h4{
	background-color: #ff9000;
}
.cook-plan-course-list > li:last-child{
	padding-left: 15px;
}
.cook-plan-course-list > li:last-child > div{
	background-color: #c0e8e6;
}
.cook-plan-course-list > li:last-child h4{
	background-color: #0aa7c3;
}
.cook-plan-course-list > li .icon-key{
	font-weight: bold;
	padding: 8px 0 8px 65px;
	background: url(../img/cook/icon_key.png) no-repeat left center;
	font-weight: bold;
}
.cook-plan-course-list > li .icon-key2{
	font-weight: bold;
	padding: 8px 0 8px 65px;
	background: url(../img/cook/icon_key2.png) no-repeat left center;
	font-weight: bold;
}
ul.kome-caption{
	margin-bottom: 30px;
}
p.kome-caption,
span.kome-caption,
ul.kome-caption li {
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
  margin-bottom: 0.2em;
}
p.kome-caption:before,
span.kome-caption:before,
ul.kome-caption li:before {
	content: "※";
}
ul.kome-caption li{
	/* display: inline-block; */
}
.cook-price-example{
	text-align: center;
	padding-bottom: 40px;
}
.cook-price-example h3{
	display: inline-block;
	border-bottom: 2px solid #333;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 30px 0 20px;
}
.cook-price-example > ul >li{
	background-color: #f8f8f8;
	margin-bottom:10px;
	display: table;
	width: 100%;
}
.cook-price-example-title{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 23%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	letter-spacing: 2px;
	color: #fff;
}
.cook-price-example-title h4{
	font-size: 18px;
	font-weight: normal;
}
.cook-price-example-title.bg-orange{
	background: url(../img/cook/bg_square01.png) no-repeat -30px center;
}
.cook-price-example-title.bg-green{
	background: url(../img/cook/bg_square02.png) no-repeat -30px center;
}
.cook-price-example-title .subtitle{
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 5px;
	width: 90px;
	display: inline-block;
	text-align: center;
}
.cook-price-example-title.bg-orange .subtitle{
	background-color: #e37635;
}
.cook-price-example-title.bg-green .subtitle{
	background-color: #72b5b2;
}
.cook-price-example-detail{
	display: table-cell;
	vertical-align: middle;
	width: 77%;
	box-sizing: border-box;
	padding: 20px 30px 10px 10px;
}
.cook-price-example-detail h4{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.cook-price-example-detail h4 span{
	font-size: 30px;
	font-family: 'Roboto', sans-serif !important;
}
.cook-price-example-detail.text-orange h4{
	color: #e37635;
	border-bottom: 1px solid #e37635;
}
.cook-price-example-detail.text-green h4{
	color: #72b5b2;
	border-bottom: 1px solid #72b5b2;
}
.cook-price-example-detail .inner{
	width: 100%;
	display: table;
}
.cook-price-example-detail .inner > div{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
}
.cook-price-example-detail.text-orange .inner{
	background: url(../img/cook/icon_plus_orange.png) no-repeat center center;
}
.cook-price-example-detail.text-green .inner{
	background: url(../img/cook/icon_plus_green.png) no-repeat center center;
}
.cook-price-example-detail .inner .subtitle{
	font-size: 16px;
	width: 170px;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff;
	letter-spacing: 2px;
}
.cook-price-example-detail.text-orange .inner .subtitle{
	background-color: #e37635;
}
.cook-price-example-detail.text-green .inner .subtitle{
	background-color: #72b5b2;
}
.cook-price-example-detail .inner .price{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cook-price-example-detail .inner .price span{
	font-size: 30px;
	font-family: 'Roboto', sans-serif !important;
}
.cook-price-example-detail .inner .price.main-price{
	font-size: 22px;
}
.cook-price-example-detail .inner .price.main-price span{
	font-size: 40px;
}
.cook-price-example-detail .inner .price.tax{
	font-size: 19px;
  font-weight: normal;
}


.cook-etc-plan{
	padding-bottom: 30px;
}
.cook-etc-plan ul li{
	margin: 30px 0 0 0;
}
.cook-etc-plan ul li a{
	display: block;
}
.cook-etc-plan ul li a:hover{
	text-decoration: none;
}
.cook-etc-plan ul li a:hover dl{
	opacity: 0.7;
}
.cook-etc-plan dl{
	background-color: #fedfa2;
	width: 100%;
	display: table;
	color: #7e6b5a;
	position: relative;
}
.cook-etc-plan dl:before{
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 4px #7e6b5a;
	border-right: solid 4px #7e6b5a;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -9px;
}
.cook-etc-plan dl dt{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	width: 27%;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
}
.cook-etc-plan dl dd{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 10px 15px 20px;
	width: 73%;
	font-size: 19px;
	box-sizing: border-box;
	text-align: left;
	border-left: 2px dotted #fff;
}
.cook-flow-step{
	padding-bottom: 1px;
}
.cook-flow-step-list{margin-bottom: 20px;
}
.cook-flow-step-list li{
	display: table;
	width: 100%;
	height: 144px;
}
.cook-flow-step-list li .step-title{
	display: table-cell;
	vertical-align: middle;
	width: 141px;
	text-align: center;
	box-sizing: border-box;
	height: 144px;
	font-size: 24px;
	color: #fff;
	padding-top: 60px;
}
.cook-flow-step-list li .step-title em{
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Roboto', sans-serif !important;
}
.cook-flow-step-list li .step-title span{
	font-size: 14px;
}
.cook-flow-step-list li .step-text{
	display: table-cell;
	vertical-align: middle;
	width: 617px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
	height: 144px;
	font-size: 15px;
	line-height: 1.8;
	border-top: 16px solid #fff;
}
.cook-flow-step-list li:first-child .step-title{
	background-color: #ff9000;
	padding-top: 0;
}
.cook-flow-step-list li:first-child .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg01.png) no-repeat right center;
}
.cook-flow-step-list li:nth-child(2) .step-title,
.cook-flow-step-list li:nth-child(3) .step-title,
.cook-flow-step-list li:nth-child(4) .step-title,
.cook-flow-step-list li:nth-child(5) .step-title,
.cook-flow-step-list li:nth-child(6) .step-title{
	background: #ff9000 url(../img/cook/flow_arrow.png) no-repeat left top;
}
.cook-flow-step-list li:nth-child(2) .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg02.png) no-repeat right center;
}
.cook-flow-step-list li:nth-child(3) .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg03.png) no-repeat right center;
}
.cook-flow-step-list li:nth-child(4) .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg04.png) no-repeat right center;
}
.cook-flow-step-list li:nth-child(5) .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg05.png) no-repeat right center;
}
.cook-flow-step-list li:nth-child(6) .step-text{
	background: #fbf1e4 url(../img/cook/flow_bg06.png) no-repeat right center;
}
.cook-flow-step-list li:first-child .step-text{
	border-top: 0;
}
cook_manzoku-banner a:hover{
	text-decoration: none;
}
cook_manzoku-banner a:hover dl{
	opacity: 0.7;
}
.cook-voice-list{
	padding: 10px 0 30px;
}
.cook-voice-list li{
	background-color: #f3efde;
	border-radius: 10px;
	padding: 15px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.cook-voice-list li .thum{
	float: left;
	width: 141px;
	margin-right: 20px;
	font-size: 14px;
	text-align: center;
	color: #796e65;
}
.cook-voice-list li .thum img{
	margin-bottom: 10px;
}
.cook-voice-list li .text-area{
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
}
.cook-voice-list li .course-name{
	border-radius: 30px;
	background-color: #996c33;
	padding: 5px 25px 2px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}
.cook-contact-btn{
	display: table;
	width: 100%;
	margin: 0px 0 30px;
}
.cook-contact-btn li{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}
.cook-contact-btn li:first-child{
	padding-right: 5px;
}
.cook-contact-btn li:last-child{
	padding-left: 5px;
}
.cook-contact-btn li a{
	display: block;
	border-radius: 10px;
	box-shadow: 0px 3px #698f17;
	background-color: #8fc31f;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.1s, background-color 0.1s, box-shadow 0.1s -webkit-transform 0.1s;
	transition: color 0.1s, background-color 0.1s, box-shadow 0.1s, transform 0.1s;
	position: relative;
	text-align: center;
}
.cook-contact-btn li a:hover{
	box-shadow: 0 0 #698f17;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.cook-contact-btn li a:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 51px;
	top: 50%;
	right: 10px;
	margin-top: -25px;
	background: url(../img/cook/icon_arrow_btn-green.png) no-repeat center center;
}
.cook-contact-btn li a span{
	position: relative;
	font-size: 24px;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 28px;
}
.cook-contact-btn li a span:before{
	content: "";
	position: absolute;
	width: 46px;
	height: 53px;
	margin-top: -26px;
	top: 50%;
	left: -28px;
}
.cook-contact-btn li a span.icon-mail:before{
	background: url(../img/cook/icon_mail.png) no-repeat center center;
}
.cook-contact-btn li a span.icon-order:before{
	background: url(../img/cook/icon_order-check.png) no-repeat center center;
}
.cook-contact-btn li a span em{
	font-style: normal;
	font-size: 18px;
}
.manzoku-banner-img {
  width: 750px;
  overflow: hidden;
}
.manzoku-banner-img a {
  display: block;
}
.manzoku-banner-img:hover {
  opacity: 0.5;
}
