@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant_list.css
 author     : Ability Consultant
 style info : レストラン店舗紹介
=================================================================== */
html.lower #contents .con_search_res .list_result_res ul li .box_cat:after, html.lower #contents .con_search_res .list_result_res ul li .box_sub:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	tbl_box_search
----------------------------------------------------------- */
html.lower #contents .con_search_res .box_search_res .tbl_box_search .box_list th {
  font-size: 154%;
  background: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search .box_list th {
    padding: 1em 1em 0 1em;
    border-bottom: none;
  }
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search .box_list td {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search .box_list td {
    text-align: center;
    padding: 0 1em 1em 1em;
  }
}

/* -----------------------------------------------------------
	list_result_res
----------------------------------------------------------- */
html.lower #contents .con_search_res .list_result_res {
  overflow: hidden;
  *zoom: 1;
  margin: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res {
    margin: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res {
    margin: 2em 0 0;
  }
}
html.lower #contents .con_search_res .list_result_res ul {
  overflow: hidden;
  *zoom: 1;
}
html.lower #contents .con_search_res .list_result_res ul li {
  width: 100%;
  float: left;
  padding: 2.5%;
  margin-bottom: 1%;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #efefef;
  background-image: -moz-linear-gradient(bottom, #f3f3f3, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3, #ffffff);
  background-image: linear-gradient(to top, #f3f3f3, #ffffff);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  html.lower #contents .con_search_res .list_result_res ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  html.lower #contents .con_search_res .list_result_res ul li:nth-child(2n) {
    margin-right: 0;
  }
  html.lower #contents .con_search_res .list_result_res ul li .img {
    width: 45%;
    float: left;
    margin-bottom: 1em;
  }
}
html.lower #contents .con_search_res .list_result_res ul li a {
  display: block;
  text-decoration: none;
  padding: 3.10345%;
}
html.lower #contents .con_search_res .list_result_res ul li a img {
  width: 100%;
}
html.lower #contents .con_search_res .list_result_res ul li .img {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .img {
    width: 100%;
  }
  html.lower #contents .con_search_res .list_result_res ul li .img img {
    width: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_txt {
  float: right;
  width: 46.49123%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_txt {
    width: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  font-weight: normal;
  margin: 0 0 0.5em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li h4 {
    font-size: 154%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .txt {
  font-size: 108%;
  line-height: 1.8;
  padding-bottom: 1em;
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat {
  width: 52.83019%;
  border-top: 1px solid #d0d0d0;
  border-bottom: 0;
  padding: 1em 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat {
    width: 100%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
  display: inline-block;
  float: left;
  background: #2f1805;
  color: #efc29d;
  text-align: center;
  padding: .2em 0;
  width: 24.5%;
  margin-right: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat span.lbl_cat01 {
  background: #d7d7d7;
  color: white;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
@media print {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
.ie8 html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
  font-size: 100%;
}
@media only screen and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub {
  width: 52.83019%;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub {
    width: 100%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
  display: inline-block;
  float: left;
  border: 1px solid #bebebe;
  color: #555555;
  text-align: center;
  padding: .2em 0;
  width: 24.5%;
  margin-right: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub span.lbl_sub01 {
  background: #d7d7d7;
  color: white;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
@media print {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
.ie8 html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
  font-size: 100%;
}
@media only screen and (max-width: 1023px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_btn a {
  width: 100%;
  padding: 1.5%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_btn a {
    padding: 0.8em;
  }
}
html.lower #contents .con_search_res .list_result_res ul li:nth-child(4n) {
  margin-right: 0;
}

/* -----------------------------------------------------------
	result_plan
----------------------------------------------------------- */
.result_plan {
  overflow: hidden;
  *zoom: 1;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .result_plan .list_recommend {
    border: none !important;
  }
}
.result_plan .list_recommend li {
  width: 32% !important;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
  border: 1px solid #d5d5d5 !important;
}
@media only screen and (max-width: 767px) {
  .result_plan .list_recommend li {
    width: 100% !important;
  }
}
.result_plan .list_recommend li:before {
  border: none !important;
}
.result_plan .list_recommend li:nth-child(3n) {
  margin-right: 0 !important;
}
.result_plan .list_recommend li a h4 {
  color: #6e6e6e !important;
}
.result_plan .list_recommend li .tbl_price {
  border: 1px solid #d5d5d5 !important;
}
.result_plan .list_recommend li .tbl_price th, .result_plan .list_recommend li .tbl_price td {
  border-bottom: 1px solid #d5d5d5 !important;
  color: #6e6e6e !important;
}
.result_plan .list_recommend li .tbl_price th {
  background: #f2f2f2 !important;
  border-right: 1px solid #d5d5d5 !important;
}
