@charset "utf-8";

/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/
#kitchen {
	background-color: #F3F3F3;
	padding-bottom: 0px;
}

.kitchenContainer {
	width: 950px;
	margin: 0 auto;
}

.kitchenAlpha {
	float: left;
}

.kitchenBeta {
	float: right;
}

.kitchenHeader {
	background-color: #FFF;
	height: 60px;
}

.kitchenHeader .headerLogo {
	padding-top: 10px;
}

.kitchenHeader h1 {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

.kitchenHeader ul li {
	float: left;
	font-size: 12px;
}

.kitchenJumbotron {
	background-color: #FBDF94;
	background-image: url(../kitchen-img/jumbotron-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	height: 576px;
}

.kitchenJumbotron .jumbotronImg {
}


.kitchenKindSearch {
	padding-bottom: 30px;
	padding-top: 20px;
}

.kitchenKindSearch .kindSearchBody {
	background-image: url(../kitchen-img/kind-search-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 165px;
	width: 950px;
}

.kitchenKindSearch li {
	float: left;
	padding-right: 1px;
}

.kitchenKindSearch li:first-child {
	padding-left: 21px;
}

.kitchenExample-bg {
  background-image: url(../kitchen-img/example-bg.png);
  background-position: left top;
  background-repeat: repeat;
  clear: both;
  padding-bottom: 20px;
  padding-top: 65px;
}

.kitchenExample .exampleHead {
	color: #ED7919;
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 50px;
	text-align: center;
}

.exampleInner {
	margin: 0 auto;
	width: 930px;
}

.kitchenExample .exampleBox {
	background-color: #FFF;
	-webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 1px 1px;
	padding-bottom: 15px;
	width: 455px;
}

.kitchenExample .exampleBox .boxTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 15px;
	text-align: center;
}

.kitchenExample .exampleBox .boxTitle span {
	color: #ED7919;
	font-size: 26px;
}

.kitchenExample .exampleBox p {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	text-align: center;
}

.kitchenExample .exampleBox .payment {
	background-color: #EF7A1B;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 71px;
	margin: 0 auto;
	text-align: center;
	width: 405px;
}

.kitchenExample .conditionSearchBox {
	background-color: #FBEBB8;
	margin-bottom: 15px;
	width: 455px;
}

.kitchenExample .conditionSearchBox .boxTitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	margin-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	width: 395px;
}

.kitchenExample .conditionSearchBox .boxTitle span {
	color: #ED7919;
	font-size: 26px;
}

.kitchenExample .conditionSearchBox ul {
	padding-bottom: 10px;
	text-align: center;
}

.kitchenExample .conditionSearchBox li {
	background-color: #FFF;
	display: inline-block;
	font-size: 18px;
	padding: 12px 20px 15px 20px;
	margin-left: 10px;
}

.kitchenExample .conditionSearchBox li:first-child {
	margin-left: 0;
}

.kitchenExample .conditionSearchBox li a {
	color: #333;
	text-decoration: underline;
}

.kitchenExample .conditionSearchBox li a:hover {
	text-decoration: none;
}

.kitchenMerit {
	margin-bottom: 15px;
	margin-top: 40px;
}

.kitchenGokai {
	margin-bottom: 25px;
}

.kitchenGokai .gokaiBody {
	background-image: url(../kitchen-img/gokai-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 529px;
	position: relative;
	width: 950px;
}

.kitchenGokai .gokaiBody dl {
	left: 180px;
	position: absolute;
	width: 730px;
}

.kitchenGokai .gokaiBody dt {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
}

.kitchenGokai .gokaiBody dd {
	font-size: 16px;
	line-height: 1.4;
	margin-right: 70px;
}

.kitchenGokai .gokaiBody .gokai1 {
	top: 10px;
}

.kitchenGokai .gokaiBody .gokai2 {
	top: 190px;
}

.kitchenGokai .gokaiBody .gokai3 {
	top: 365px;
}

.kitchenSenpai {
	background-image: url(../kitchen-img/senpai-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 30px;
	margin-top: 55px;
	padding-bottom: 35px;
	padding-top: 55px;
}

.kitchenSenpai .senpaiHead {
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 45px;
	text-align: center;
}

.kitchenSenpai .senpaiInner {
	clear: both;
	width: 930px;
	margin: 0 auto;
}

.kitchenSenpai .senpaiBox {
	-webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	   -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	        box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 455px;
}

.kitchenSenpai .senpaiBox .boxTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 25px 10px 25px;
}

.kitchenSenpai .senpaiBox .person {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 25px;
}

.kitchenSenpai .senpaiBox .boxTxt {
	float: left;
	padding-left: 25px;
	width: 284px;
}

.kitchenSenpai .senpaiBox .boxImg {
	float: right;
	margin-top: -10px;
	padding-right: 10px;
	width: 110px;
}

.kitchenSenpai .senpaiBox .txt {
	font-size: 14px;
	line-height: 1.6;
}

.kitchenAreaSearch {
	background-color: #EF7A1B;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 25px;
	position: relative;
	text-align: center;
	width: 940px;
}

.kitchenAreaSearch ul {
	margin: 0 auto;
	margin-top: 20px;
}

.kitchenAreaSearch li {
	float: left;
	padding-left: 4px;
}

.kitchenAreaSearch li:first-child {
	margin-left: 12px;
	padding-left: 0;
}

.kitchenKnowledge {
	clear: both;
	margin-bottom: 60px;
	margin-top: 40px;
}

.kitchenKnowledge .knowledgeBox {
	background-color: #FFF;
	border: 2px solid #62A231;
	border-top: none;
	padding-bottom: 10px;
	padding-top: 45px;
}

.kitchenKnowledge dl {
	margin: 0 auto;
	width: 830px;
}

.kitchenKnowledge dt {
	color: #ED7919;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.kitchenKnowledge dd {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.kitchenOsusume {
	background-color: #FFF;
	clear: both;
	padding-bottom: 50px;
	padding-top: 60px;
}

.kitchenOsusume .osusumeHead {
	font-size: 30px;
	padding-bottom: 30px;
	text-align: center;
  font-weight: bold;
}

.kitchenOsusume .osusumeBox {
	border: 6px solid #EEE;
	padding-bottom: 40px;
	padding-top: 40px;
}

.kitchenOsusume dl {
	margin: 0 auto;
	width: 840px;
}

.kitchenOsusume dt {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}

.kitchenOsusume dd {
	border-bottom: 1px dotted #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
	padding-bottom: 15px;
	padding-left: 120px;
}

.kitchenOsusume dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

























.kitchenSerach {
	clear: both;
}

.kitchenSerach .searchNav {
	border: 4px solid #FFF;
	border-bottom: none;
	-webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	   -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	        box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: -64px;
	width: 932px;
}

.kitchenSerach .searchNav ul {
}

.kitchenSerach .searchNav ul li {
	background-color: #F4F4F3;
	color: #EF7A1B;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 60px;
	margin-left: 2px;
	text-align: center;
}

.kitchenSerach .searchNav ul li:first-child {
	margin-left: 0;
}

.kitchenSerach .searchNav ul li span {
	display: block;
}

.kitchenSerach .searchNav ul .on,
.kitchenSerach .searchNav ul li:hover {
	background-color: #EF7A1B;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#kanto {
	width: 112px;
}

#kansai,
#tokai {
	width: 108px;
}

#hokkaido,
#hokuriku,
#shikoku,
#kyushu {
	width: 148px;
}

#area.searchList {
	background-image: url(../kitchen-img/serach-bg.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 20px 0;
}


#area .Title {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.Title {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 24px;
  color: #ED7919;
  font-weight: bold;
}

.kitchenSerach .searchListInner {
	background-color: #EF7A1B;
	border: 4px solid #FFF;
	border-top: none;
	-webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	   -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	        box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 932px;
}

.kitchenSerach .searchList table {
}

.kitchenSerach .searchList th {
	text-align: center;
	width: 174px;
}

.kitchenSerach .searchList th div {
	width: 100%;
	height: 100%;
}

.kitchenSerach .searchBlock ul {
	margin: 0 auto;
	margin-left: 14px;
	margin-top: -4px;
	width: 736px;
}

.kitchenSerach .searchBlock ul li {
	background-color: #FFF;
	float: left;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	width: 180px;
}

.kitchenSerach .searchBlock ul li a {
	background-image: url(../kitchen-img/search-list.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
}

.kitchenSerach .searchBlock ul li a:hover {
	text-decoration: underline;
}

.kitchenSerach .searchList hr {
	border-bottom: 2px dotted #FFF;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 920px;
}

.kitchenInfo {
	margin-top: 35px;
}

.kitchenInfo ul {
	background-image: url(../kitchen-img/pickup.png);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 78px;
	padding-left: 120px;
	padding-top: 15px;
}

.kitchenInfo li {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 20px;
}

.kitchenInfo li:first-child {
	margin-top: 0;
}

.adbnr{
	width:950px;
	background-image: url(../kitchen-img/pickup.png);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 78px;
	padding-left: 120px;
	padding-top: 15px;
	margin:30px 0 0 0;
}
.adbnr ul li{
	padding:5px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	display:none;
	background:#E74C3C;
	padding:10px 0;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
}

/* エリアから探す */
#area section{
  width:960px;
  margin:0 auto;
}

#area section dl{
  width: 305px;
  height: 150px;
  background: #EF7A1B;
  border-radius: 5px;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 7px 14px 7px;
}
#area section dl dt{
  font-size: 18px;
  padding: 0 0 5px 0;
  text-align: center;
  color: #fff;
}
#area section dl dd ul li{
  width: 90px;
  float: left;
  margin: 0 3px 4px 4px;
}
#area section dl dd ul li a{
  display: block;
  color: #fff;
  border-radius: 5px;
  background: url(../img/arrow_w.png) no-repeat 98% center rgba(255,255,255,0);
  border:solid 1px #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
#area section dl dd ul li a:hover{
  background: url(../img/arrow.png) no-repeat 98% center #fff;
  color: #EF7A1B;
  text-decoration: none;
  opacity: 1;
}

.para:hover{
  opacity:1;
}

.areabox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 960px;
  margin: 0 auto;
}

.areabox .accordion {
  width: 130px;
}
.areabox .accordion > li p {
  display:block;
  padding: 18px;
  width: 100%;
  background-color: #ED7919;
  font-size:14px;
  box-sizing: border-box;
}
.areabox .accordion > li p:hover {
  background-color: #ed5219;
}

.areabox .accordion > li {
  cursor: pointer;
  text-align: center;
  background-color: #ED7919;
  color: #fff;
}

.areabox .accordion > li:hover {
  background-color: #ED7919;
}

.areabox .accordion > li a{
  padding: 15px 10px;
  display: block;
  color:#fff;
  text-decoration: none;
}

.areabox  .accordion > li a:hover {
  opacity:1;
}

.areabox  .accordion > li.open {
  color: #fff;
  background: #ED7919;
}

.areabox .right {
  margin: 0 0 20px 0 !important;
}

.areabox ul li ul {
  display: none;
  border-top: 2px solid #fff;
}
.areabox ul li ul li {
  border-bottom: 2px solid #fff;
  text-align: center;
}
.areabox ul li ul li:last-child {
  border-bottom: none;
}