@charset "UTF-8";


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

.shop-detail .content .lunch-menu{
	padding:23px 0 23px;
}
.shop-detail .content .lunch-menu .list{
	width: 80%;
	margin: 0 auto 35px;
}
.shop-detail .content .lunch-menu .list figure{
	margin-bottom: 20px;
	text-align: center;
}
.shop-detail .content .lunch-menu .list #menu-btn{
	position: relative;
	padding: 10px 20px 10px 10px;
	text-align: center;
	border: 1px solid #d8e8bc;
	cursor: pointer;
}
.shop-detail .content .lunch-menu .list #menu-btn:before{
	font-family: 'FontAwesome';
	content:"\f0fe";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 10px 0 0;
	color: #8cc63f;
	font-size: 20px;
}
.shop-detail .content .lunch-menu .list #menu-btn.active:before{
	content:"\f146";
}
.shop-detail .content .lunch-menu .list ul{
	display: none;
}
.shop-detail .content .lunch-menu .list ul li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #d8e8bc;
}
.shop-detail .content .lunch-menu .detail header{
	margin-bottom:20px;
}
.shop-detail .content .lunch-menu .detail header h1{
	border-top:1px solid #d8e8bc;
	padding:15px 0;
	font-weight:bold;
}
.shop-detail .content .lunch-menu .detail header p{
	background:#8cc63f;
	font-size:12px;
	padding:3px 10px;
	color:#fff;
}
.shop-detail .content .lunch-menu .detail .shop-photo{
	margin-bottom:30px;
}
.shop-detail .content .lunch-menu .detail .icon-area{
	margin-bottom:20px;
}
.shop-detail .content .lunch-menu .detail .icon-area li{
	display:inline;
}
.shop-detail .content .lunch-menu .detail .description h2{
	background:#8cc63f;
	font-weight:bold;
	color:#fff;
	padding:5px;
}
.shop-detail .content .lunch-menu .detail .description{
	margin-bottom:20px;
}
.shop-detail .content .lunch-menu .detail .description p{
	border:10px  solid #d8e8bc;
	padding:10px;
}
.shop-detail .content .lunch-menu .detail .caption{
}
.shop-detail .content .lunch-menu .shopinfo{
	margin-top:40px;
	margin-bottom:25px;
	padding:20px;
	border:1px solid #8cc63f;
}
.shop-detail .content .lunch-menu .shopinfo nav li{
	border:1px solid #8cc63f;
	border-bottom:none;
	width:49%;
	padding:5px 0;
	font-weight:bold;
	text-align:center;
}
.shop-detail .content .lunch-menu .shopinfo nav li.active{
	background:#fff4ce;
	color:#8cc63f;
}
.shop-detail .content .lunch-menu .shopinfo nav li:first-child{
	float:left;
}
.shop-detail .content .lunch-menu .shopinfo nav li:last-child{
	float:right;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents{
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents h2{
	margin: 20px 0 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	background: #8cc63f;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents:first-child h2{
	margin: 0 0 10px;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dl{
	border-bottom:1px dashed #b2b2b2;
	padding:7px 0;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dl:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dt{
	width:17%;
	display:inline-block;
	float:left;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dd{
	width:83%;
	float:right;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dd .on{
	background:#8cc63f;
	width:20px;
	height:20px;
	display:inline-block;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.shop-detail .content .lunch-menu .shopinfo .tabcontents dd .off{
	width:20px;
	height:20px;
	display:inline-block;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.shop-detail .content .lunch-menu .coupon {
	margin-bottom:25px;
}
.shop-detail .content .lunch-menu .coupon h1 img{
	width:100%;
	height:auto;
}
.shop-detail .content .lunch-menu .coupon div{
	padding:18px 22px;
	border:1px solid #ed1c24;
	color:#ed1c24;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:  0 0 7px 7px;
	-moz-border-radius:   0 0 7px 7px;
	border-radius:  0 0 7px 7px;
	border-top:none;
}
.shop-detail .content .lunch-menu .coupon p{
	text-align:left;
	margin-bottom:25px;
}
.shop-detail .content .bnr-area{
	text-align: center;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .lunch-menu{
		padding-left:0;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-main{
		float:none;
		width:100%;
		margin-bottom:15px;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-main img{
		width:100%;
		height:auto;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-sub {
		width:100%;
		float:none;
		text-align:center;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-sub li{
		width:32%;
		margin-right:2%;
		float:left;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-sub li:last-child{
		margin-right:0;
	}
	.shop-detail .content .lunch-menu .detail .photo .photo-sub li img{
		width:100%;
		height:auto;
	}
	.shop-detail .content .lunch-menu .bnr-area img{
		width:100%;
		height:auto;
	}

}


/*	top
--------------------------------*/

.lunch-top .content header{
	margin-bottom:30px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-0.5px;
}

.lunch-top .content header img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.lunch-top .content .menu-search {
    margin-bottom: 30px;
}

.lunch-top .content .pickup {
	margin-bottom:145px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}

.lunch-top .content .pickup div{
	border:2px dotted #d3ed76;
	width:49%;
	margin-bottom:10px;
	padding:17px;
}

.lunch-top .content .pickup div img{
	margin-bottom:15px;
}

.lunch-top .content .shop-search{
	text-align:center;
}

.lunch-top .content .shop-search p{
	font-weight:bold;
}

.lunch-top .content .btn-area{
	width:100%;
	text-align:center;
}

.lunch-top .content .pickup .btn-area{
	margin-top:30px;
}
.lunch-top .content .btn-area .btn-green{
	width:308px;
	font-size:18px;
	font-weight:bold;
}

@media screen and (max-width: 693px) {
	.lunch-top .content .pickup div{
		width:100%;
	}
	.lunch-top .content .pickup div img{
		width:100%;
		height:auto;
	}
}


 /*	search-l
--------------------------------*/


.lunch-top .content .search-area{
	 width:100%;
	 background:#fff;
	 margin-bottom:25px;
	 border:10px solid #a5c655;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display:table;
}
.lunch-top .content  .search-area .search-l{
	width:84%;
	border-right:1px solid #e0e1e3;
	display:table-cell;
	vertical-align:top;
}
.lunch-top .content .btnarea{
	width:16%;
	padding:10px 10px 0 10px;
	display:table-cell;
}
.lunch-top .content .search-l input[type="search"]{
	width:100%;
	margin:0;
	padding:20px;
	border:none;
	border-bottom:1px solid #e0e1e3;
	outline:none;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
	border-radius: 0 ;
	font-size:16px;
	line-height:1;
}
.lunch-top .content .btnarea .btn-black{
	width:100%;
	margin-bottom:4px;
	padding-top:40px;
	font-weight:bold;
	font-size:13px;
}
.lunch-top .content .btnarea .btn-black span{
	font-size:10px;
}
.lunch-top .content .btnarea .btn{
	width:100%;
	height:13px;
	padding:0;
	line-height:0;
}

.lunch-top .content .search-require{
	padding:15px 0 10px 20px ;
	font-size:12px;
}
.lunch-top .content .search-require div{
	margin-bottom:15px;
}
.lunch-top .content .search-require span{
	display:inline-block;
	width:60px;
}
.lunch-top .content .search-require select{
	width:220px;
	padding:5px 3px;
	font-size:13px;
	margin-right:10px
}
.lunch-top .content .search-require label{
	margin-right:10px;
}
.lunch-top .content .radio-area span{
	float:left;
}
.lunch-top .content .radio-area ul{
	width:480px;
	float:right;
	padding-right:15px;
}
.lunch-top .content .radio-area li{
	display:inline-block;
	width:10em;
}

@media screen and (max-width: 693px) {
	.lunch-top .content  .search-area .search-l{
		width:100%;
		display:block;
	}
	.lunch-top .content .search-l p.open-detail{
		font-size:14px;
	}
	.lunch-top .content .btnarea{
		width:100%;
		display:block;
		text-align:center;
		border-top:1px solid #e0e1e3;
	}
	.lunch-top .content .btnarea .btn-black{
		width:400px;
		margin-bottom:4px;
		padding:20px 0;
		font-weight:bold;
		font-size:16px;
	}
	.lunch-top .content .btnarea .btn-black span{
		font-size:16px;
	}
	.lunch-top .content .btnarea .btn{
		width:200px;
	}
	.lunch-top .content .search-require{
		font-size:13px;
	}
	.lunch-top .content .radio-area ul{
		width: 100%;
	}
}

/***************************************************************************/

/* [ L ] tab / cont
--------------------------------*/
.lunch-top .search-cont {
	position: relative;
	background: #fff;
	border-radius: 0 0 6px 6px;
	border: 7px solid #a5c655;
	background: url(/common/images/line.gif) repeat-y 560px 0;
}

/* terms */
.lunch-top .search-cont #sb-terms {
	float: left;
	width: 560px;
}
@media screen and (max-width: 693px) {
	.lunch-top .search-cont #sb-terms {
		float: none;
		width: auto;
	}
}

/* submit */
.lunch-top .submit {
	float: right;
	width: 120px;
	padding: 10px 10px 5px;
}
.lunch-top #sb-submit,
.lunch-top #sb-submit.static {
	width: 100px;
	position: static;
}
.lunch-top #sb-submit.absolute {
	position: absolute;
	bottom: 0;
}
.lunch-top #sb-submit.fixed {
	position: fixed;
	top: 0;
}
.lunch-top #sb-submit > p {
	margin: 0 0 5px;
}
.lunch-top #sb-submit > p a {
	display: block;
	text-align: center;
	padding: 0.5em 0.75em;
}
.lunch-top #sb-submit > p a.btn {
	padding-top: 0;
	padding-bottom: 0;
}
.lunch-top #sb-submit > p span {
	display: block;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0 0;
}
.lunch-top #sb-submit > p i {
	display: block;
	width: auto;
}

@media screen and (max-width: 693px) {
	.lunch-top .submit {
		float: none;
		width: auto;
		border-top: 1px solid #e0e0e0;
	}
	.lunch-top #sb-submit > p a {
		display: block;
		height: 3em;
		line-height: 2.25em;
		padding: 0.5em !important;
	}
	.lunch-top #sb-submit > p i,
	.lunch-top #sb-submit > p span {
		margin: 0;
		display: inline-block;
		font-size: 14px;
	}
	.lunch-top #sb-submit,
	.lunch-top #sb-submit.static,
	.lunch-top #sb-submit.absolute,
	.lunch-top #sb-submit.fixed {
		width: auto;
		position: static;
	}
}

/* selects */
.lunch-top .search-cont .inputs {
}
.lunch-top .search-cont .inputs input {
	width: 100%;
	margin: 0;
	padding: 22px 10px;
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
}
.lunch-top .search-cont .inputs p a {
	display: block;
	padding: 18px 15px 15px;
	background: #f5f5f5;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.lunch-top .search-cont .inputs p a:hover {
	background: #eee;
	text-decoration: none;
}
.lunch-top .search-cont .inputs p a i.ic-fa-minus-circle,
.lunch-top .search-cont .inputs p a.active i.ic-fa-plus-circle {
	display: none;
}
.lunch-top .search-cont .inputs p a.active i.ic-fa-minus-circle,
.lunch-top .search-cont .inputs p a i.ic-fa-plus-circle {
	display: inline-block;
}

/* details */
.lunch-top .search-cont #details {
	display: none;
}
.lunch-top .search-cont .search-require {
	border-top: 1px solid #e0e0e0;
}





/***************************************************************************/
.search-header {
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin: 30px 0 30px;
}
.search-header ul {
	width: 100%;
}
.search-header ul li {
	position: relative;
	float: right;
	padding: 10px 0;
}
.search-header ul li a {
	color: #333;
}
.search-header ul li a i {
	color: #aaa;
}
.search-header ul li em {
	font-weight: bold;
}

.search-header .left {
	float: left;
}
.search-header .left li {
	margin: 0 1em 0 0;
}
.search-header .right {
	float: right;
}
.search-header .right li {
	margin-left: 1em;
	padding-left: 0.75em;
	border-left: 1px solid #eee;
}
.search-header .right li.spec {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	width: 500px;
}
.search-header .right li.short {
	width: 400px;
}

.search-header .accord {
	white-space: nowrap;
	border: 1px solid #eee;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 100;
	margin: 20px 0 0;
	display:none;
	width: 120px;
}
.search-header .accord li {
	float:none;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #eee;
}
.search-header .accord li:first-child {
	border-top: none;
}
.search-header .accord li a {
	display: block;
	padding: 0.75em 1em 0.75em 0.75em;
}

@media screen and (max-width: 693px) {
	.search-header {
	}
	.search-header .right li.spec {
		width: 100%;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
	}
	.search-header .accord li {
		display: block;
	}
}

li.tag-coupon {
    background: #e64c3c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
li.tag-coupon a {
    padding: 3px 0;
    display: block;
    color: #fff;
    text-align: center;
}

.search-list {
}
.search-list > li {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}

/*	spot
--------------------------------*/
.sl-spot {
}
.sl-spot:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.sl-spot figure {
	float: left;
	width: 222px;
	overflow: hidden;
}
.sl-spot figure figure a {
	display: block;
}
.sl-spot figure img {
	float: left;
	margin: 0 10px 10px 0;
}

.sl-spot .ttl,
.sl-spot dl {
	float: right;
	width: 457px;
}
.sl-spot .ttl h2 {
	font-size:18px;
	font-weight:bold;
}
.sl-spot .ttl h2 span {
	font-size:12px;
	font-weight:normal;
}
.sl-spot .shop-name {
		padding: 10px 0;
		margin: 10px 0;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
}
.sl-spot dt {
	margin: 10px 0 5px;
}
.sl-spot dd{
	margin:5px 0;
	font-size: 12px;
}

.sl-spot dd.info {
}
.sl-spot dd.info li {
	margin: 2px 0 0;
	color: #666;
}
.sl-spot dd.info li i {
	color: #7586ce;
}

.sl-spot dd.meta {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.sl-spot dd.meta ul.category{
	float:left;
}
.sl-spot dd.meta ul.category li {
	float:left;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	text-align: center;
}
.sl-spot dd.meta ul.category li:last-child {
	margin-right:0;
}
.sl-spot dd.meta ul.category li:first-child{
	border-left:none;
}

.sl-spot dd.meta ul.counter{
	float:right;
}
.sl-spot dd.meta ul.counter li {
	float:left;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.sl-spot dd.meta ul.counter li:first-child {
	margin-left:0;
}
.sl-spot dd.meta ul.counter li i {
	color: #ffb400;
}

.sl-spot dd.news {
}
.sl-spot dd.news table {
	width: 100%;
}
.sl-spot dd.news table th,
.sl-spot dd.news table td {
	border: 5px solid #fff;
	padding: 5px 10px;
	font-weight: normal;
}
.sl-spot dd.news table th {
	border-left: none;
	border-right: none;
	background: #9ed526;
	color: #fff;
	white-space: nowrap;
}
.sl-spot dd.news table td {
	border-left: none;
	border-right: none;
	background: #e9f1d5;
	width: 1000px;
}

.sl-spot dd.more {
	display: none;
}

@media screen and (max-width: 693px) {
	.sl-spot .ttl,
	.sl-spot dl,
	.sl-spot figure {
		float: none;
		width: 100%;
	}
	.sl-spot figure img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.sl-spot figure img.sub {
		width: 47%;
		margin: 0 1.5% 1.5%;
	}
	.sl-spot dd.more {
		display: block;
		margin: 20px 0 0;
	}
	.sl-spot dd.more a.btn {
		display: block;
	}
}





/*---pager---*/

.content  .pager {
	margin: 30px 0 0;
}
.content  .pager ul {
	display: table;
	margin: 0 auto;
}
.content  .pager ul li {
	display: table-cell;
	padding: 0 5px;
}
.content  .pager ul li a {
	border-radius: 0;
}

@media screen and (max-width: 693px) {
	.content  .pager ul {
		width: 100%;
		table-layout: fixed;
		border: 1px solid #dbdbdb;
		border: 1px solid rgba(0, 0, 0, .15);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.content  .pager ul li {
		display: none;
		padding: 0;
	}
	.content  .pager ul li:first-child {
		border-right: 1px solid #dbdbdb;
		border-right: 1px solid rgba(0, 0, 0, .15);
	}
	.content  .pager ul li.prev,
	.content  .pager ul li.next {
		display: table-cell;
	}
	.content  .pager ul li.prev a,
	.content  .pager ul li.next a {
		display: block;
		background: #f2f2f2;
		background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
		background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
		background-image: -o-linear-gradient(top, #fff, #f2f2f2);
		background-image: linear-gradient(to bottom, #fff, #f2f2f2);
		color: #666666;
		padding: 10px 5px 8px;
		text-align: center;
	}
	.content  .pager ul li.prev a:hover,
	.content  .pager ul li.next a:hover {
		background: #fefefe;
		background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
		background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
		background-image: -ms-linear-gradient(top, #f2f2f2, #fff);
		background-image: -o-linear-gradient(top, #f2f2f2, #fff);
		background-image: linear-gradient(to bottom, #f2f2f2, #fff);
		text-decoration: none;
	}
}


.lunch-top .content .result-head li {
	position: relative;
}
.lunch-top .content .result-head a {
	color: #333;
}
.lunch-top .content .result-head a i {
	color: #aaa;
}
.lunch-top .content .result-head .accord {
	white-space: nowrap;
	border: 1px solid #eee;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 100;
	margin: 15px 0 0;
	display:none;
}
.lunch-top .content .result-head .accord li {
	display: block;
	float:none;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #eee;
	text-align: left;
}
.lunch-top .content .result-head .accord li:first-child {
	border-top: none;
}
.lunch-top .content .result-head .accord li a {
	display: block;
	padding: 0.75em 1em 0.75em 0.75em;
}
